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

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

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

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

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #8eb529;
}

body::-webkit-scrollbar-thumb {
  background: #0d2939;
}

body::-webkit-scrollbar-thumb:hover {
  background: #3b9fd0;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}

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

.text-secondary {
  color: #7c7c7c !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(64, 64, 64, 0.5);
}

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

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(64, 64, 64, 0.9);
  border-color: rgba(64, 64, 64, 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(64, 64, 64, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

.form101 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form101 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form101__boxLeft__subtitle {
  max-width: 367px;
  background-color: #b3b3b3;
  color: #7c7c7c;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 1.875rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  background-color: #fff;
  color: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form101__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form102 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form102 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form102 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 991.98px) {
  .form102__boxLeft {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxLeft__subtitle {
  color: #404040;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__subtitle {
    font-size: 1.563rem;
  }
}
@media (max-width: 991.98px) {
  .form102__boxLeft__subtitle {
    max-width: inherit;
  }
}
.form102__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__paragraph {
    width: 100%;
  }
}
.form102__boxLeft__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 991.98px) {
  .form102__boxRight {
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxRight__inputs {
  flex-wrap: wrap;
}
.form102__boxRight .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__boxRight .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxRight__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__boxRight__form {
    flex-wrap: wrap;
  }
}
.form102__boxRight__form div {
  padding: 0;
}
.form102__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form102__boxRight input::placeholder {
  background-color: #fff !important;
}
.form102__boxRight__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #404040;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__boxRight__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.875rem;
  color: #ededed;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  text-align: center;
  line-height: 35px;
}
@media (max-width: 575.98px) {
  .form02__content__title {
    font-size: 1.875rem;
  }
}
.form02__content__paragraph {
  max-width: 592px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph {
    width: 100%;
  }
}
.form02__content__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
@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;
  width: 100%;
}
.form02__content__form div {
  padding: 0;
  gap: 0 25px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 33.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
  color: #404040;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1rem !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  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: #8eb529;
  color: #0d2939;
  height: 45px;
  width: 277px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
  border-radius: 25px;
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .form02__content__cta {
    width: 209px;
    align-self: center;
    margin-left: inherit;
  }
}
.form02__content__cta:hover {
  background-color: #ffffff;
  border: 1px solid #8eb529;
  color: #8eb529;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s 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;
}
.form02 .form02__content {
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
}

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

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

.form__file input {
  display: none;
}

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

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

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

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

.form-placeholder {
  position: relative;
}
.form-placeholder .placeholder--custom {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
}
.form-placeholder.select .placeholder--custom {
  opacity: 0;
  visibility: hidden;
}
.form-placeholder.select.focusing .placeholder--custom {
  opacity: 1;
  visibility: visible;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
}
.form-placeholder > input {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
}
.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 {
  background-color: #0d2939;
  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: #e4e7ea;
  font-family: "Ubunto", sans-serif, arial;
  font-weight: 500;
  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: #e4e7ea;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__subtitle {
    font-size: 1.25rem;
  }
}

.lifo__boxLeft__inputs {
  flex-direction: column;
}

.fancybox__content {
  flex-direction: row;
}

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

.lifo__boxRight__image {
  background-color: transparent;
}

.lifo__boxRight__cta {
  align-self: flex-end;
}

.lifo__boxLeft input {
  height: 23px;
}

.lifo__boxRight__cta {
  background-color: #8eb529;
  border: 1px solid #8eb529;
  border-radius: 25px;
  padding: 5px 54px;
  margin-top: 20px;
}
.lifo__boxRight__cta:hover {
  background-color: #ffffff;
  color: #8eb529;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}

.lifo__boxLeft__form {
  width: 511px;
}

.lifo .carousel__button.is-close {
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .fancybox__track {
    width: 90%;
  }
}

@media (max-width: 575.98px) {
  .fancybox__content {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .fancybox__viewport {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .lifo__boxLeft__form,
  .form-placeholder {
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .lifo__boxLeft__title {
    font-size: 1.4rem;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .lifo__boxRight__image {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .lifo__boxRight {
    margin-top: 25px;
  }
}

.form-placeholder .placeholder--custom {
  border-radius: 25px;
}

.form-check-input:checked {
  background-color: #0d2939 !important;
}

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

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

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

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

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

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

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

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

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

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

/* BEGIN STYLE */
#HEAD02 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(125, 185, 232, 0) 100%);
  position: absolute;
  top: 0;
  z-index: 2;
  padding-top: 16px;
  padding-bottom: 70px;
}
#HEAD02 .container-header {
  min-height: 100px;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header {
    min-height: auto;
  }
}
#HEAD02 .container-header #logoHeader img {
  width: 227px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header #logoHeader img {
    width: 155px;
  }
}
#HEAD02 .container-navigation .menu-list {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 44px;
  position: relative;
}
#HEAD02 .container-navigation .menu-list .menu-item:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: -42px;
  left: 0;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item:hover:after {
  background-color: #8eb529;
  transition: ease-out 0.2s;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -ms-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #ffffff;
  font-weight: 500;
}
#HEAD02 .container-navigation .menu-list .menu-item .link:hover {
  color: #8eb529;
  transition: 1s ease-out;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child {
  margin-right: 0;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu {
  background-color: #404040;
  border-radius: 0 10px 10px;
  min-width: 165px;
  padding: 10px;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 11px;
  display: table;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:nth-of-type(2n + 0), #HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8eb529;
  display: block;
  margin-top: 2px;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover {
  color: #7c7c7c;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover:after {
  width: 90%;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#HEAD02 .container-navigation .container-cta .btn-cta {
  background-color: #8eb529;
  border-radius: 50px;
  min-width: 125px;
  display: table;
  text-align: center;
  color: #010e1a;
  padding: 10px 25px;
  font-weight: 500;
  border: 1px solid #000305;
}
#HEAD02 .container-navigation .container-cta .btn-cta.show {
  border-radius: 17px 17px 0 0;
  background-color: #7c7c7c;
}
#HEAD02 .container-navigation .container-cta .btn-cta:hover {
  background-color: #010e1a;
  border-color: #8eb529;
  color: #8eb529;
}
#HEAD02 .container-navigation .container-cta .btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right {
  background-color: #404040;
  border-radius: 0 10px 10px;
  min-width: 260px;
  flex-wrap: wrap;
  padding: 10px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right.show {
  display: flex;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right:after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 11px;
  margin-right: 11px;
  display: table;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:nth-of-type(2n + 0), #HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:hover {
  color: #7c7c7c;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .container-cta {
    display: none;
  }
}
#HEAD02 .container-navigation .link-translate .btn-translate {
  font-size: 0.9375rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 600;
  color: #404040;
  border-right: 1px solid rgba(64, 64, 64, 0.3);
  line-height: 15px;
}
#HEAD02 .container-navigation .social-network {
  margin-right: 20px;
  display: none !important;
}
#HEAD02 .container-navigation .social-network .social-link {
  color: #404040;
  font-size: 22px;
  margin: 0 5px;
}
#HEAD02 .container-navigation .social-network .social-link:hover {
  color: #7c7c7c;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-navigation .social-network {
    display: none !important;
  }
}
#HEAD02 .container-navigation .menu-sidebar-header {
  display: none;
  margin-left: 35px;
}
#HEAD02 .container-navigation .menu-sidebar-header .lines {
  width: 38px;
}
#HEAD02 .container-navigation .menu-sidebar-header .lines > i {
  height: 2px;
  display: block;
  background-color: #3b9fd0;
}
#HEAD02 .container-navigation .menu-sidebar-header:active .lines > i {
  background-color: rgb(138, 138, 138);
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .link-translate {
    display: none !important;
  }
}

/* BEGIN STYLE */
.side02 {
  position: fixed;
  left: -100%;
  top: 2.5%;
  display: none;
  width: 95%;
  height: 95%;
  background-color: #3b9fd0;
  z-index: 1000;
  border-bottom: 9px solid #7c7c7c;
  transition-duration: 0.6s;
}
@media (max-width: 991.98px) {
  .side02 {
    display: block;
  }
}
.side02--show {
  left: 2.5%;
  transition-duration: 0.6s;
}
.side02__scroll {
  display: block;
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
}
.side02__scroll::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(64, 64, 64, 0.5);
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: rgba(64, 64, 64, 0.8);
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.side02__header {
  padding: 10px 20px;
  margin-bottom: 40px;
}
.side02__header__button-close__icon path {
  fill: #0d2939;
}
.side02__header__button-close__icon:hover path {
  fill: #8eb529;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #404040;
  line-height: 15px;
  padding-right: 10px;
  margin-right: 10px;
}
.side02__header__languages__item:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.side02__header__languages__item:hover {
  color: #cacaca;
}
.side02__logo {
  width: 202px;
  display: table;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
.side02__navigation {
  padding: 0 30px;
  margin-bottom: 70px;
}
.side02__navigation__wrapper {
  display: table;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 412px;
  padding: 0;
}
.side02__navigation__item__link {
  font-size: 1.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 900;
  color: #ffffff;
  background-color: #0d2939;
  width: 100%;
  display: table;
  padding: 15px 21px;
  margin-bottom: 7px;
  text-align: center;
  border-radius: 30px;
}
.side02__navigation__item__link:active, .side02__navigation__item__link:focus {
  background-color: #8eb529;
  color: #0d2939;
}
.side02__navigation__item__link img {
  display: none;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #cacaca;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}
.side02__navigation__sublink:last-of-type {
  border: none;
}
.side02__container-cta {
  padding: 0 60px;
  margin-bottom: 130px;
}
.side02__container-cta__dropdown {
  display: table;
  margin: 0 auto;
}
.side02__container-cta__btn-cta {
  background-color: #000;
  border-radius: 50px;
  min-width: 175px;
  text-align: center;
  color: #fff;
  padding: 1px 15px;
  display: table;
}
.side02__container-cta__btn-cta:hover {
  color: #b3b3b3;
}
.side02__container-cta__btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
.side02__container-cta__sublink {
  background-color: #404040;
  border-radius: 0;
  width: 200px;
  padding: 10px;
  left: 50% !important;
  transform: translate(-50%) !important;
  text-align: center;
}
.side02__container-cta__sublink__item {
  color: #fff;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #ced4da;
}
.side02__container-cta__sublink__item:last-of-type {
  border: none;
}
.side02__container-cta__sublink__item:hover {
  color: #b3b3b3;
}
.side02__social {
  margin-bottom: 44px;
  gap: 0 20px;
}
.side02__social__item {
  color: #404040;
  font-size: 25px;
  margin: 0 5px;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  border-right: 2px solid #404040;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
.side02__footer__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.side02__override {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
}
.side02__override--show {
  transition-duration: 0.8s;
  visibility: visible;
  opacity: 1;
}

/* BEGIN STYLE */
.foot02 {
  background-color: #3b9fd0;
  padding: 0;
  position: relative;
}
.foot02__container {
  padding: 80px 0;
}
@media (max-width: 575.98px) {
  .foot02__container {
    padding: 50px 30px !important;
  }
}
.foot02__logo__item {
  width: 202px;
  display: block;
  margin: 0 0 46px 0;
}
@media (max-width: 575.98px) {
  .foot02__logo__wraper {
    margin: 0 auto 67px auto;
    display: table;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__logo__wraper {
    margin: 0 auto 67px auto;
    display: table;
  }
}
.foot02__socials__item {
  font-size: 28px;
  font-family: "Ubuntu", sans-serif, arial;
  color: #7c7c7c;
  margin: 0 8px;
}
.foot02__socials__item:hover {
  color: #404040;
}
@media (max-width: 575.98px) {
  .foot02__nav {
    margin: 0 0 47px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__nav {
    margin: 0 0 47px 0;
  }
}
.foot02__nav__header {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000;
  margin: 0 0 21px 0;
  display: block;
}
.foot02__nav__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px 0;
  display: block;
}
.foot02__nav__item:hover {
  color: #b3b3b3;
}
.foot02__nav__item:last-child {
  margin: 0;
}
.foot02__nav--icon {
  display: none;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.foot02__nav .phones {
  flex-direction: column;
}
.foot02__copyright-section {
  background-color: #0d2939;
  padding: 17px 0;
}
@media (max-width: 575.98px) {
  .foot02__copyright-section {
    text-align: center;
    padding: 25px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__copyright-section {
    text-align: center;
    padding: 25px 0;
  }
}
@media (max-width: 575.98px) {
  .foot02__copyright-section__container {
    padding: 0 30px !important;
  }
}
@media (max-width: 575.98px) {
  .foot02__copyright-section__compliances {
    margin: 0 0 30px 0;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__copyright-section__compliances {
    margin: 0 0 30px 0;
    justify-content: center;
  }
}
.foot02__copyright-section__compliances__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  border-right: 2px solid #404040;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
.foot02__copyright-section__compliances__item:hover {
  color: #fff;
}
.foot02__copyright-section__compliances__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.foot02__socials {
  gap: 0 30px;
}

.social-link img {
  width: 42px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.foot02__logo__hoom {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.foot02__site__scrolltop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 70px;
  height: 80px;
  width: 58px;
  border: none;
  outline: none;
  background-color: #cacaca;
  transform: translateY(100%);
  opacity: 0;
  transition: all ease 0.5s;
  z-index: 1000;
}
@media (max-width: 575.98px) {
  .foot02__site__scrolltop {
    scale: 0.6;
    bottom: -21px;
  }
}
.foot02__site__scrolltop.show {
  transform: translateY(0);
  opacity: 1;
}
.foot02__site__scrolltop img {
  height: 23px;
  width: auto;
}

.btn-comeBack {
  position: absolute;
  right: 13px;
  bottom: 73px !important;
  z-index: 10;
  height: 100px;
  width: 58px;
  background: #8eb529;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-border-radius: 35px 35px 0px 0px;
  -moz-border-radius: 35px 35px 0px 0px;
  -ms-border-radius: 35px 35px 0px 0px;
  -o-border-radius: 35px 35px 0px 0px;
}
.btn-comeBack img {
  width: 23px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(596%) hue-rotate(196deg) brightness(119%) contrast(100%);
}
@media (max-width: 1199.98px) {
  .btn-comeBack {
    bottom: 134px !important;
  }
}
@media (max-width: 991.98px) {
  .btn-comeBack {
    bottom: 97px !important;
  }
}
@media (max-width: 575.98px) {
  .btn-comeBack {
    bottom: 172px !important;
  }
}

.foot02__hoom__links {
  display: flex;
  gap: 0 35px;
  margin: inherit;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.foot02__copyright-section__compliances__item {
  color: #e6e6e6;
  opacity: 60%;
  font-weight: 500;
}

.comp01-page__content__line {
  display: none;
}

@media (max-width: 575.98px) {
  .foot02__hoom__links {
    flex-direction: column;
    gap: 17px 0;
  }
}

@media (max-width: 575.98px) {
  .foot02 .ms-auto {
    margin: 0 auto;
  }
}

/* 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 .content-slide {
  height: 100%;
  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;
  display: none;
}
#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;
}
#SLID01 .content-slide .content-description .title {
  font-size: 1.75rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #ffffff;
  display: block;
  width: 400px;
}
@media (max-width: 575.98px) {
  #SLID01 .content-slide .content-description .title {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #7c7c7c;
  line-height: 32.17px;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 1.563rem;
  }
}
#SLID01 .content-slide .content-description .description {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1rem;
  font-weight: 400;
  color: #e4e7ea;
  margin: 28px 0 51px 0;
  width: 70%;
  line-height: 28px !important;
  width: 400px;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .description {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 575.98px) {
  #SLID01 .content-slide .content-description .description {
    text-align: center;
    width: 350px;
    margin: 0 auto;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #ffffff;
  font-weight: 500;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-color: #8eb529;
  min-width: 177px;
  display: table;
}
@media (max-width: 575.98px) {
  #SLID01 .content-slide .content-description .btn-cta-slide {
    margin: 0 auto;
    margin-top: 25px;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide img {
  display: none;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover {
  background-color: #ffffff;
  border-color: #8eb529;
  color: #8eb529;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    justify-content: center;
    align-items: center !important;
  }
}
#SLID01 #dotsSlideCustom {
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 100;
  transform: translate(0, -50%);
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #7c7c7c;
}

#SLID01 #dotsSlideCustom .owl-dot {
  display: none;
}

/* BEGIN STYLE */
#TOPI03 {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 {
    padding: 35px 20px;
  }
}
#TOPI03 .header-topic {
  text-align: center;
}
#TOPI03 .header-topic .container-title {
  margin-bottom: 25px;
}
#TOPI03 .header-topic .container-title .title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .container-title .title {
    font-size: 1.875rem;
  }
}
#TOPI03 .header-topic .container-title .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #b3b3b3;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .container-title .subtitle {
    font-size: 1.125rem;
  }
}
#TOPI03 .header-topic .paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .paragraph {
    font: 90%;
    width: 0.938rem "Montserrat", sans-serif, arial;
  }
}
#TOPI03 .header-topic .line {
  background-color: #404040;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .container-box {
    width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .container-box .owl-stage-outer {
    overflow: visible;
  }
}
#TOPI03 .container-box .box-topic {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
#TOPI03 .container-box .box-topic .content {
  padding: 0 20px;
}
#TOPI03 .container-box .box-topic .content:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
#TOPI03 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  min-height: 320px;
  justify-content: flex-start !important;
}
#TOPI03 .container-box .box-topic .content .container-info .image {
  width: 114px;
  height: 114px;
}
#TOPI03 .container-box .box-topic .content .container-info .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#TOPI03 .container-box .box-topic .content .container-info .description {
  text-align: center;
  width: 265px;
}
#TOPI03 .container-box .box-topic .content .container-info .description .title {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #0d2939;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .container-box .box-topic .content .container-info .description .title {
    font-size: 1.875rem;
  }
}
#TOPI03 .container-box .box-topic .content .container-info .description .paragraph {
  font-family: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #0d2939;
  font-weight: 400;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .container-box .box-topic .content .container-info .description .paragraph {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}

/* BEGIN STYLE */
@media (min-width: 0) and (max-width: 575.98px) {
  .topi06 {
    background-color: #ededed;
  }
}
.topi06__box:nth-child(even) {
  padding-right: 0;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .topi06__box:nth-child(even) {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi06__box:nth-child(even) {
    padding-left: 0;
  }
}
.topi06__box:nth-child(odd) {
  padding-left: 0;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .topi06__box:nth-child(odd) {
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi06__box:nth-child(odd) {
    padding-right: 0;
  }
}
.topi06__box:nth-child(even) .topi06__box__content {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  padding-right: 73px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .topi06__box:nth-child(even) .topi06__box__content {
    padding-right: 0;
    padding-bottom: 0;
    height: auto;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi06__box:nth-child(even) .topi06__box__content {
    padding-right: 35px;
  }
}
.topi06__box:nth-child(odd) .topi06__box__content {
  padding-left: 73px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .topi06__box:nth-child(odd) .topi06__box__content {
    padding-left: 0;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi06__box:nth-child(odd) .topi06__box__content {
    padding-left: 35px;
  }
}
.topi06__box__background {
  z-index: 1;
}
.topi06__box__content {
  z-index: 2;
  position: relative;
  padding: 20px 0 20px 0;
  height: 500px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
}
.topi06__box__content .col-8 {
  width: 44.666667%;
}
@media (max-width: 575.98px) {
  .topi06__box__content .col-8 {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.topi06__box__content .topi06__box__image {
  width: 400px;
  height: 400px;
}
.topi06__box__content .topi06__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.topi06__box__title {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 2.375rem;
  font-weight: 500;
  color: #3b9fd0;
  margin-bottom: 45px;
  width: 195px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .topi06__box__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi06__box__title {
    font-size: 1.875rem;
  }
}
.topi06__box__paragraph {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin-bottom: 35px;
  width: 232px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .topi06__box__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi06__box__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.topi06__box__cta {
  background-color: #efefef;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  border: none;
  padding: 10px 50px;
  color: #404040;
  display: table;
  transition: all 0.5s ease;
}
.topi06__box__cta:hover {
  background-color: #404040;
  color: #fff;
}
.topi06__box__cta__icon {
  margin-right: 15px;
  transition: all 0.5s ease;
}
.topi06__box__cta:hover .topi06__box__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

/* BEGIN STYLE */
.blog01 {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .blog01 {
    padding: 50px 20px;
  }
}
.blog01__header {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 767.98px) {
  .blog01__header {
    margin-bottom: 40px;
  }
}
.blog01__header__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d2939;
  display: block;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .blog01__header__title {
    font-size: 1.875rem;
  }
}
.blog01__header__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #b3b3b3;
}
@media (max-width: 767.98px) {
  .blog01__header__subtitle {
    font-size: 1.125rem;
  }
}
.blog01__header__line {
  background-color: #404040;
  width: 100%;
  display: block;
  margin: 17px 0 30px;
}
.blog01__header__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #7c7c7c;
}
@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;
  display: none;
}
.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 {
  height: auto;
  width: 320px;
  display: block;
  margin: inherit;
}
@media (max-width: 575.98px) {
  .blog01__boxs__item__image {
    width: 100%;
  }
}
.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 {
  width: 320px;
  height: auto;
  background-color: #3b9fd0;
  padding: 30px;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 575.98px) {
  .blog01__boxs__item__description {
    width: 100%;
  }
}
.blog01__boxs__item__title {
  font-size: 1rem;
  font-weight: 400;
  color: #e4e7ea;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .blog01__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01__boxs__item__icon {
  display: none !important;
}
.blog01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ededed;
  background: #8eb529;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  margin: 24px 0 0 auto;
}
@media (max-width: 767.98px) {
  .blog01__cta {
    position: relative;
    z-index: 100;
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    width: 147px;
  }
}
@media (max-width: 449.98px) {
  .blog01__cta {
    margin: 0 auto;
    margin-top: 50px;
  }
}
.blog01__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog01__cta:hover {
  color: #8eb529;
  background-color: #ededed;
  transition: ease 1s;
  border: 1px solid #8eb529;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
.blog01__cta:hover .blog01__cta__icon {
  filter: invert(1) grayscale(1);
}

.blog01-page__header {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 271px;
  position: relative;
}
.blog01-page__header .container {
  justify-content: end !important;
  position: relative;
  padding: 0 0 15px 0;
}
.blog01-page__header__title {
  font-size: 1.85rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
  text-align: initial;
}
@media (max-width: 767.98px) {
  .blog01-page__header__title {
    padding: 0 11px;
  }
}
.blog01-page__header__category {
  position: absolute;
  bottom: -155px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 991.98px) {
  .blog01-page__header__category {
    bottom: -143px;
  }
}
@media (max-width: 575.98px) {
  .blog01-page__header__category {
    bottom: -216px;
  }
}
@media (max-width: 767.98px) {
  .blog01-page__header__category {
    display: flex !important;
  }
  .blog01-page__header__category .owl-stage-outer {
    overflow: visible;
  }
}
.blog01-page__header__category__item {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #0d2939;
  padding: 0 15px;
  margin: 0 23px;
}
@media (max-width: 767.98px) {
  .blog01-page__header__category__item {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
  }
}
.blog01-page__header__category__item::after {
  content: "";
  display: table;
  visibility: hidden;
  opacity: 0;
  margin: 12px auto 0;
  border-top: 10px solid #8eb529;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all ease 0.3s;
}
.blog01-page__header__category__item--active, .blog01-page__header__category__item:hover {
  color: #8eb529;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
.blog01-page__header__category__item--active::after, .blog01-page__header__category__item:hover::after {
  visibility: visible;
  opacity: 1;
}
.blog01-page__boxs {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs {
    padding-bottom: 50px;
    margin: 0;
  }
}
.blog01-page__boxs__featured {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured {
    padding: 50px 25px;
  }
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__content {
    padding: 0;
    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-left: 68px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__description {
    padding: 0;
  }
}
.blog01-page__boxs__featured__item__category {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 500;
  color: #ffffff;
  background-color: #8eb529;
  padding: 10px 30px;
  margin-bottom: 32px;
  display: table;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__category {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d2939;
  line-height: 43px;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__title {
    font-size: 1.875rem;
  }
}
.blog01-page__boxs__featured__item__date-publish {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__paragraph {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  margin-top: 32px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__cta {
  color: #3b9fd0;
  background-color: #0d2939;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__cta__icon {
  width: 25px !important;
  display: none !important;
}
.blog01-page__boxs__featured__item__cta:hover {
  color: #0d2939;
  background-color: #3b9fd0;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
.blog01-page__boxs__featured__item__cta:hover .blog01-page__boxs__featured__item__cta__icon {
  filter: invert(1) grayscale(1);
}
.blog01-page__boxs__featured__carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #3b9fd0;
  opacity: 60%;
  margin: 0 6px;
  transform: skewX(-20deg);
  border-radius: 0;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot.active {
  background-color: #0d2939;
  opacity: inherit;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot:hover {
  background-color: #0d2939;
  opacity: inherit;
}
.blog01-page__boxs__item {
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item {
    margin: 0;
    margin-bottom: 30px;
  }
}
.blog01-page__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-page__boxs__item__image {
  height: auto;
  width: 320px;
  display: block;
  margin: inherit;
}
.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 {
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__item__description {
  width: 320px;
  height: auto;
  background-color: #3b9fd0;
  padding: 30px;
  border-radius: 0 0 12px 12px;
}
.blog01-page__boxs__item__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01-page__boxs__item__paragraph {
  font-weight: 500;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #e4e7ea;
  margin-top: 20px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__item__icon {
  width: 34px !important;
  display: none;
}

.blog01-show {
  padding: 0;
}
.blog01-show .container {
  margin-top: 50px;
  padding-bottom: 95px;
}
.blog01-show__item__title {
  font-size: 2.375rem;
  font-weight: 500;
  color: #0d2939;
  line-height: 43px;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .blog01-show__item__title {
    font-size: 1.875rem;
  }
}
.blog01-show__item__published {
  font-weight: 400;
  color: #0d2939;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .blog01-show__item__published {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__item__paragraph {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000000;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .blog01-show__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__item__description {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
  line-height: 27px;
}
.blog01-show__item__description ul,
.blog01-show__item__description ol {
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .blog01-show__related {
    margin-top: 80px;
  }
}
.blog01-show__related__title {
  font-size: 1.063rem;
  font-weight: 400;
  color: #0d2939;
  margin-bottom: 30px;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .blog01-show__related__title {
    font-size: 1.063rem;
  }
}
.blog01-show__boxs__item {
  margin-bottom: 75px;
}
.blog01-show__boxs__item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item {
    margin: 0;
    margin-bottom: 30px;
  }
}
.blog01-show__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-show__boxs__item__image {
  height: auto;
  width: 320px;
  display: block;
  margin: inherit;
}
.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;
  border-radius: 13px 13px 0 0;
}
.blog01-show__boxs__item__date-publish {
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__boxs__item__description {
  width: 320px;
  height: auto;
  background-color: #3b9fd0;
  padding: 30px;
  border-radius: 0 0 12px 12px;
}
.blog01-show__boxs__item__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01-show__boxs__item__paragraph {
  font-weight: 500;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #e4e7ea;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__boxs__item__icon {
  width: 34px !important;
  display: none;
}

.blog01__boxs__item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.blog01-page__boxs__featured__item__image {
  width: 596px;
  height: auto;
}
.blog01-page__boxs__featured__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 19px;
}

.blog01-page__boxs__featured__item__content {
  align-items: flex-start !important;
  margin-top: 55px;
}
@media (max-width: 575.98px) {
  .blog01-page__boxs__featured__item__content {
    margin-top: 170px;
  }
}

.blog01-page__boxs__item__content a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 575.98px) {
  .blog01-page__boxs__item__content a {
    align-items: center;
  }
}

.blog01-show__item__img {
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 880px;
}

.interna_artigo {
  align-items: flex-end;
  display: flex;
  padding: 0 0 25px 70px;
}
@media (max-width: 767.98px) {
  .interna_artigo {
    padding: 0 0 25px;
  }
}

@media (max-width: 575.98px) {
  .blog01-page__boxs__item__date-publish,
  .blog01-page__boxs__item__title,
  .blog01-page__boxs__item__paragraph {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.blog01-show .justify-content-between {
  flex-direction: row;
}

@media (max-width: 991.98px) {
  .blog01-show__item__img,
  .blog01-show__item__image {
    width: 85vw;
  }
}

@media (max-width: 767.98px) {
  .blog01-show__col-start,
  .blog01-show__col-end {
    padding: 0 25px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .blog01-show__col-end {
    padding: 0 25px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .blog01-show__related__title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .blog01-show__boxs__item__date-publish,
  .blog01-show__boxs__item__title,
  .blog01-show__boxs__item__paragraph,
  .blog01-show__item__title,
  .blog01-show__item__published,
  .blog01-show__item__paragraph {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .blog01-show__item {
    width: 85vw;
  }
}

/* BEGIN STYLE */
#TOPI01 {
  padding: 70px 0;
}
@media (max-width: 767.98px) {
  #TOPI01 {
    padding: 35px 0;
  }
}
#TOPI01 .header-topic {
  text-align: center;
}
#TOPI01 .header-topic .container-title {
  margin-bottom: 25px;
}
#TOPI01 .header-topic .container-title .title {
  font-size: 2.375rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
  line-height: 43.66px;
}
@media (max-width: 575.98px) {
  #TOPI01 .header-topic .container-title .title {
    font-size: 1.875rem;
  }
}
#TOPI01 .header-topic .container-title .subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
}
#TOPI01 .header-topic .paragraph {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  #TOPI01 .header-topic .paragraph {
    width: 90%;
  }
}
#TOPI01 .header-topic .line {
  background-color: #404040;
}
@media (max-width: 767.98px) {
  #TOPI01 .container-box {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: inherit;
  }
}
@media (max-width: 575.98px) {
  #TOPI01 .container-box .owl-nav {
    display: flex;
    width: 100vw;
    padding: inherit;
  }
}
@media (max-width: 767.98px) {
  #TOPI01 .container-box .owl-stage-outer {
    overflow: visible;
    padding-left: 0;
  }
}
#TOPI01 .container-box .box-topic {
  padding: 0.25rem;
  padding-left: 0.25rem;
}
#TOPI01 .container-box .box-topic .content {
  padding: 1rem 20px 0 20px;
  height: 100%;
}
#TOPI01 .container-box .box-topic .content img {
  display: none;
}
#TOPI01 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  min-height: 240px;
}
#TOPI01 .container-box .box-topic .content .container-info .image {
  width: 80px;
  height: 88px;
}
#TOPI01 .container-box .box-topic .content .container-info .image .icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#TOPI01 .container-box .box-topic .content .container-info .description {
  text-align: center;
  margin-top: 15px;
}
#TOPI01 .container-box .box-topic .content .container-info .description .title {
  font-size: 1.875rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  font-weight: 500;
}
#TOPI01 .container-box .box-topic .content .container-info .description .paragraph {
  color: #3b9fd0;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1rem;
}
#TOPI01 .container-box .box-topic .content:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

/* BEGIN STYLE */
#CONT03 {
  padding: 80px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #CONT03 {
    padding: 60px 50px 0;
  }
}
#CONT03 .container {
  padding: 100px 0 201px 0;
}

@media (max-width: 575.98px) {
  .cont03 .col-12 {
    justify-content: center;
    display: flex;
  }
}
.cont03__content {
  padding-right: 75px;
}
@media (max-width: 575.98px) {
  .cont03__content {
    padding-right: 0;
    width: 350px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.cont03__content__hypertext {
  margin-bottom: 30px;
}
.cont03__content__title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2e2e2e;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__title {
    font-size: 1.563rem;
  }
}
@media (max-width: 575.98px) {
  .cont03__content__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.cont03__content__subtitle {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2e2e2e;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  .cont03__content__subtitle {
    font-size: 1.875rem;
    text-align: center;
  }
}
.cont03__content__line {
  width: 100%;
  background-color: #000;
  margin-bottom: 40px;
  display: none;
}
.cont03__content__paragraph {
  font-weight: 400;
  color: #393939;
  margin-bottom: 50px;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 575.98px) {
  .cont03__content__paragraph {
    text-align: center;
  }
}
.cont03__content__cta {
  font-weight: 700;
  color: #2e2e2e;
  font-size: 39px;
  max-width: 59px;
  background-color: #3b9fd0;
  border-radius: 100%;
}
@media (max-width: 575.98px) {
  .cont03__content__cta {
    align-self: center;
    width: 55px;
  }
}
.cont03__content__cta img {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cont03__content__cta:hover {
  color: #fff;
  background-color: #0d2939;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
.cont03__content__cta:hover .cont03__content__cta__icon {
  filter: invert(1) grayscale(1);
}
.cont03__figure__center {
  margin-bottom: 0;
  padding: 0 10px;
}
.cont03__figure__center img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__figure__center {
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
.cont03__figure__right {
  margin-bottom: 0;
  padding: 0 10px;
}
.cont03__figure__right img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__figure__right {
    padding: 0 30px;
  }
}

/* BEGIN STYLE */
.topi08 {
  position: relative;
  padding: 60px 0 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topi08__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .topi08__header {
    align-items: center;
  }
}
.topi08__header__title {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 43px;
  color: #0d2939;
  text-align: center;
}
@media (max-width: 767.98px) {
  .topi08__header__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.topi08__header__subtitle {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #393939;
  text-align: center;
  margin-bottom: 54px;
  width: 500px;
}
@media (max-width: 767.98px) {
  .topi08__header__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .topi08__header__subtitle {
    width: 350px;
    height: auto;
  }
}
.topi08__header__line {
  width: 100%;
  border-top: 1px solid #404040;
  margin-bottom: 49px;
  display: none;
}
.topi08__item {
  position: relative;
  width: 80%;
  height: auto;
  aspect-ratio: 350/521;
  max-width: 350px;
  max-height: 521px;
}
@media (max-width: 575.98px) {
  .topi08__item {
    width: 63%;
  }
}
.topi08__item__bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: 1;
  inset: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.topi08__item__content {
  z-index: 5;
  padding: 0 23px 25px 37px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.topi08__item__title {
  font-size: 1.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 500;
  color: #efefef;
  position: relative;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.topi08__item__title::before {
  content: "";
  height: 20px;
  width: 22px;
  left: -37px;
  top: 0;
  background-color: #efefef;
  position: absolute;
}
.topi08__item__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  font: 1rem "Montserrat", sans-serif, arial;
  color: #fff;
  text-align: left;
}
.topi08__item__desc p {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.topi08__item:hover .topi08__item__desc {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
.topi08__item__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: end;
  white-space: nowrap;
  background-color: #efefef;
  padding: 4px 19px;
  margin: 0 0 0 auto;
  gap: 7px;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  font-size: 0.6875rem;
  color: #404040;
}
.topi08__item__cta:hover {
  background-color: #404040;
  color: #efefef;
}
.topi08__item__cta__icon {
  height: 10px;
  width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.topi08__item__cta:hover .topi08__item__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

@media (max-width: 575.98px) {
  .topi08__carousel {
    padding-left: 20px;
  }
}

/* BEGIN STYLE */
#TOPI02 {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI02 {
    padding: 35px 20px;
  }
}
#TOPI02 .header-topic {
  text-align: center;
}
#TOPI02 .header-topic .container-title {
  margin-bottom: 25px;
}
#TOPI02 .header-topic .container-title .title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI02 .header-topic .container-title .title {
    font-size: 1.875rem;
  }
}
#TOPI02 .header-topic .container-title .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #b3b3b3;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI02 .header-topic .container-title .subtitle {
    font-size: 1.125rem;
  }
}
#TOPI02 .header-topic .paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI02 .header-topic .paragraph {
    font: 90%;
    width: 0.938rem "Montserrat", sans-serif, arial;
  }
}
#TOPI02 .header-topic .line {
  background-color: #404040;
}
#TOPI02 .container-box {
  justify-content: space-around;
}
@media (max-width: 449.98px) {
  #TOPI02 .container-box {
    width: 100vw;
    margin: inherit;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI02 .container-box {
    width: 100vw;
  }
}
@media (max-width: 575.98px) {
  #TOPI02 .container-box {
    overflow: hidden;
  }
}
#TOPI02 .container-box .owl-nav {
  display: flex;
}
#TOPI02 .container-box .owl-nav .owl-prev {
  background-color: #3b9fd0 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI02 .container-box .owl-stage-outer {
    overflow: visible;
  }
}
#TOPI02 .container-box .box-topic {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  flex: 0;
}
#TOPI02 .container-box .box-topic .content {
  padding: 20px;
  width: 288px;
}
@media (max-width: 449.98px) {
  #TOPI02 .container-box .box-topic .content {
    padding: 20px 35px 20px 0;
  }
}
#TOPI02 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
}
#TOPI02 .container-box .box-topic .content .container-info .image {
  background: #8eb529;
  padding: 21px;
  border-radius: 100%;
}
#TOPI02 .container-box .box-topic .content .container-info .image img {
  width: 61px;
  -o-object-fit: contain;
     object-fit: contain;
}
#TOPI02 .container-box .box-topic .content .container-info .description {
  text-align: center;
}
#TOPI02 .container-box .box-topic .content .container-info .description .title {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #ffffff;
  font-weight: 700;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI02 .container-box .box-topic .content .container-info .description .title {
    font-size: 1.875rem;
  }
}
#TOPI02 .container-box .box-topic .content .container-info .description .paragraph {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #ffffff;
  font-weight: 400;
  margin: inherit;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI02 .container-box .box-topic .content .container-info .description .paragraph {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
#TOPI02 .container-box .box-topic .content:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575.98px) {
  #TOPI02 .container-box .owl-stage-outer {
    padding-left: 50%;
    transform: translate(-28%, 10px);
    overflow: visible;
  }
}
@media (max-width: 449.98px) {
  #TOPI02 .container-box .owl-stage-outer {
    transform: translate(-32%, 10px);
  }
}
@media (max-width: 369.98px) {
  #TOPI02 .container-box .owl-stage-outer {
    transform: translate(-35%, 10px);
  }
}

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

.abou01-page__header {
  text-align: center;
  background-color: #efefef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  height: 275px;
}
.abou01-page__header .container {
  height: 100%;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}
.abou01-page__header__title {
  font-size: 1.75rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__header__title {
    font-size: 1.875rem;
  }
}
.abou01-page__header__subtitle {
  font-size: 1.25rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #7c7c7c;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__header__subtitle {
    font-size: 1.125rem;
  }
}
.abou01-page__header__line {
  width: 100%;
  max-width: 610px;
  background-color: transparent;
}
.abou01-page__content {
  text-align: center;
  padding: 45px 0 120px;
}
.abou01-page__content__container {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abou01-page__content__title {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #0d2939;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__content__title {
    font-size: 1.875rem;
  }
}
.abou01-page__content__subtitle {
  font-size: 1.25rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #0d2939;
  display: block;
  font-weight: 400;
  margin-top: 32px;
  width: 455px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__content__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .abou01-page__content__subtitle {
    width: 350px;
  }
}
.abou01-page__content__line {
  width: 100%;
  background-color: #404040;
  display: none;
}
.abou01-page__content__paragraph {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  padding: 0 30px;
  color: #404040;
  line-height: 28px;
  margin-top: 95px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__content__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.abou01-page__topic {
  height: 350px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .abou01-page__topic {
    padding: 64px;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .abou01-page__topic {
    padding: 45px;
  }
}
.abou01-page__topic .container {
  position: absolute;
  top: -60px;
}
@media (max-width: 1399.98px) {
  .abou01-page__topic .container {
    position: inherit;
    top: inherit;
  }
}
.abou01-page__topic__content {
  background-color: #ededed;
  padding: 51px;
  min-height: 100%;
  transform: skewX(-20deg);
}
@media (max-width: 575.98px) {
  .abou01-page__topic__content {
    height: auto;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
  .abou01-page__topic__content:hover {
    transition: ease 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
  }
}
.abou01-page__topic__content:nth-child(2n+1) {
  background-color: #c5eb64;
}
.abou01-page__topic__content:nth-child(even) {
  background-color: #7ac2e5;
}
.abou01-page__topic__content:nth-child(2) {
  background-color: #c5eb64;
}
.abou01-page__topic__item__header {
  margin-bottom: 35px;
  margin-left: 66px;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
}
@media (max-width: 575.98px) {
  .abou01-page__topic__item__header {
    justify-content: center;
    margin-left: inherit;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
}
.abou01-page__topic__item p {
  text-align: center;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
}
@media (max-width: 575.98px) {
  .abou01-page__topic__item p {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
}
.abou01-page__topic__item__icon {
  width: 32px !important;
  margin-right: 21px;
}
.abou01-page__topic__item__title {
  font-size: 1.875rem;
  color: #000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic__item__title {
    font-size: 1.563rem;
  }
}
.abou01-page__topic__item__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic .carousel-abou01-topic {
    margin: 0 auto;
  }
}
.abou01-page__topic .carousel-abou01-topic .owl-stage-outer {
  padding: 0;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot {
  width: 20px;
  height: 10px;
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot.active, .abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot:hover {
  background-color: #969696;
}
.abou01-page__section {
  padding: 68px 15px 0 15px;
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__section__row {
    flex-direction: column-reverse;
  }
}
.abou01-page__section__image__item {
  width: 100%;
  max-width: 430px;
  -o-object-fit: contain;
     object-fit: contain;
}
.abou01-page__section__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__section__title {
    font-size: 1.875rem;
  }
}
.abou01-page__section__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #404040;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__section__subtitle {
    font-size: 1.125rem;
  }
}
.abou01-page__section__line {
  width: 100%;
  background-color: #7c7c7c;
}
.abou01-page__section__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #404040;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__section__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    margin-bottom: 30px;
  }
}

.abou01-page__topic__item {
  width: 462.77px;
}

@media (max-width: 1399.98px) {
  .carousel-abou01-topic {
    display: flex;
    gap: 25px 0;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .carousel-abou01-topic {
    justify-content: center;
  }
}

@media (max-width: 1199.98px) {
  .abou01-page__topic .row {
    display: flex;
    gap: 25px 0;
  }
}

@media (max-width: 449.98px) {
  .abou01-page__header__container {
    padding-left: 15px;
  }
}

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

.abou04-page {
  width: 100%;
}
.abou04-page__banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  height: 275px;
}
.abou04-page__banner__title {
  font-size: 1.75rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .abou04-page__banner__title {
    padding: 0 10px;
  }
}
.abou04-page__banner__subtitle {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #7c7c7c;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .abou04-page__banner__subtitle {
    font-size: 1.125rem;
  }
}
.abou04-page__banner__line {
  width: 95%;
  max-width: 610px;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
  display: none;
}
.abou04-page__cont {
  padding-top: 48px;
}
.abou04-page__cont__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 575.98px) {
  .abou04-page__cont__main {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: end;
  }
}
.abou04-page__cont__image {
  width: 34%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 575.98px) {
  .abou04-page__cont__image {
    width: 100%;
    margin-top: 59px;
  }
}
.abou04-page__cont__content {
  width: 100%;
  align-items: center !important;
}
@media (max-width: 575.98px) {
  .abou04-page__cont__content {
    width: 100%;
  }
}
.abou04-page__cont__title {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #0d2939;
  display: block;
}
@media (max-width: 767.98px) {
  .abou04-page__cont__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.abou04-page__cont__subtitle {
  font-size: 1.25rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #0d2939;
  display: block;
  font-weight: 400;
  margin-top: 32px;
  width: 455px;
  text-align: center;
  margin-bottom: 39px;
}
@media (max-width: 767.98px) {
  .abou04-page__cont__subtitle {
    font-size: 1.125rem;
    text-align: center;
    width: 350px;
  }
}
.abou04-page__cont__line {
  width: 100%;
  border-top: 1px solid #7c7c7c;
  margin: 0 0 34px 0;
  opacity: 1;
  display: none;
}
.abou04-page__gallery {
  padding: 70px 25px;
}
.abou04-page__gallery__header__title {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  color: #404040;
}
@media (max-width: 767.98px) {
  .abou04-page__gallery__header__title {
    font-size: 1.875rem;
  }
}
.abou04-page__gallery__header__subtitle {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  color: #404040;
  margin-bottom: 39px;
}
@media (max-width: 767.98px) {
  .abou04-page__gallery__header__subtitle {
    font-size: 1.125rem;
  }
}
.abou04-page__gallery__header__line {
  width: 100%;
  border-top: 1px solid #7c7c7c;
  margin: 0 auto;
  opacity: 1;
}
.abou04-page__gallery__list {
  gap: 10px 10px;
}
@media (max-width: 991.98px) {
  .abou04-page__gallery__list {
    gap: 10 30px;
  }
}
.abou04-page__gallery__list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: auto;
  position: relative;
  padding: 33px;
  overflow: hidden;
  background: #ededed;
  transform: skewX(-20deg);
  gap: 10px 0;
}
@media (max-width: 991.98px) {
  .abou04-page__gallery__list__item {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
  .abou04-page__gallery__list__item:hover {
    transform: scale(1.1);
    transition: ease 1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
  }
}
@media (max-width: 767.98px) {
  .abou04-page__gallery__list__item {
    width: calc(50% - 5.5px);
  }
}
@media (max-width: 575.98px) {
  .abou04-page__gallery__list__item {
    width: 100%;
  }
}
.abou04-page__gallery__list__item__image {
  z-index: 1;
  inset: 0;
  height: auto;
  width: 142.9px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: skewX(20deg);
}
@media (max-width: 991.98px) {
  .abou04-page__gallery__list__item__image {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
}
.abou04-page__gallery__list__item__title {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  z-index: 5;
  transform: skewX(20deg);
}
@media (max-width: 767.98px) {
  .abou04-page__gallery__list__item__title {
    font-size: 1.125rem;
  }
}
.abou04-page__gallery__list__item__title::before {
  content: "";
  height: 19px;
  width: 17px;
  position: absolute;
  left: -33px;
  top: 3px;
  background-color: #0d2939;
}
.abou04-page__gallery__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  background-color: #8eb529;
  padding: 10px 40px;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #ffffff;
  border-radius: 25px;
}
.abou04-page__gallery__cta:hover {
  background-color: #ffffff;
  color: #8eb529;
  border: 1px solid #8eb529;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
.abou04-page__gallery__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
  display: none;
}
.abou04-page__gallery__cta:hover .abou04-page__gallery__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
.abou04-page__topics {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 0;
}
.abou04-page__topics__list {
  gap: 27px;
}
@media (max-width: 575.98px) {
  .abou04-page__topics__list {
    padding: 25px !important;
  }
}
@media (max-width: 991.98px) {
  .abou04-page__topics__list {
    padding: 0 25px !important;
  }
}
.abou04-page__topics__item {
  gap: 27px;
  width: 438px;
  height: auto;
  padding: 55px 30px 45px 30px;
  background-color: #ededed;
  transform: skewX(-20deg);
}
@media (max-width: 991.98px) {
  .abou04-page__topics__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991.98px) {
  .abou04-page__topics__item {
    width: 100%;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
  }
  .abou04-page__topics__item:hover {
    transform: scale(1.1);
    transition: ease 1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
  }
}
.abou04-page__topics__item__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 19px;
  transform: skewX(20deg);
}
@media (max-width: 991.98px) {
  .abou04-page__topics__item__header {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
}
.abou04-page__topics__item__icon {
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: center;
     object-fit: center;
}
.abou04-page__topics__item__title {
  font-family: "Ubuntu", sans-serif, arial;
  font-size: 1.875rem;
  font-weight: 500;
  color: #0d2939;
  text-align: left;
  line-height: 34.47px;
}
@media (max-width: 767.98px) {
  .abou04-page__topics__item__title {
    font-size: 1.563rem;
  }
}
.abou04-page__topics__item__desc {
  width: 100%;
  font: 1rem "Montserrat", sans-serif, arial;
  color: #7c7c7c;
  transform: skewX(20deg);
  text-align: center;
}
@media (max-width: 767.98px) {
  .abou04-page__topics__item__desc {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 991.98px) {
  .abou04-page__topics__item__desc {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
}
.abou04-page__topics__item__desc p {
  width: 100%;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767.98px) {
  .abou04-page__topics__item__desc p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}

.abou04-page__banner__content {
  align-items: flex-start !important;
}

.abou04-page__cont__desc p {
  text-align: center !important;
}

.abou04-page__cont__title-estatico {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 700;
}

.abou04-page__topics {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 75px 0 125px 0;
}

@media (max-width: 991.98px) {
  .abou04-page__cont__desc {
    padding: 0 25px;
  }
}

/* BEGIN STYLE */
.bran01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bran01__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.bran01 .container--bran01 {
  padding: 39px 0 60.16px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .bran01 .container--bran01 {
    padding: 37px 37px 58.16px 37px !important;
  }
}
.bran01__encompass {
  z-index: 100;
  position: relative;
}
.bran01__encompass__title {
  font-size: 2.5rem;
  color: #0d2939;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .bran01__encompass__title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 7px;
  }
}
.bran01__encompass__subtitle {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000000;
  font-weight: 400;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01__encompass__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.bran01__encompass__line {
  margin: 24.99px 0 30px 0;
  display: none;
}
@media (max-width: 767.98px) {
  .bran01__encompass__line {
    margin: 23px 0;
  }
}
.bran01__encompass__paragraph {
  color: #404040;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01__encompass__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01__encompass__paragraph p {
  color: #404040;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01__encompass__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01__content {
  margin-top: 58.01px;
  display: flex;
  gap: 21px;
}
@media (max-width: 767.98px) {
  .bran01__content {
    margin-top: 48px;
  }
}
.bran01__content .col-sm-3:hover {
  transform: scale(1.1);
  transition: ease 1s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
@media (max-width: 449.98px) {
  .bran01__box {
    width: 100% !important;
  }
}
.bran01__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 39px;
}
.bran01__box__image {
  width: 163px;
  height: auto;
}
.bran01__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bran01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #efefef;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  margin-top: 24px;
  align-self: center;
}
@media (max-width: 575.98px) {
  .bran01__cta {
    margin-top: -32px;
    z-index: 100;
    position: relative;
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    margin-top: -34px;
    width: 147px;
  }
}
@media (max-width: 575.98px) {
  .bran01__cta {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.bran01__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.bran01__cta:hover {
  color: #fff;
  background-color: #000;
}
.bran01__cta:hover .bran01__cta__icon {
  filter: invert(1) grayscale(1);
}

.bran01-page__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 275px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
}
.bran01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  display: none;
}
.bran01-page__header .container--bran01-page {
  text-align: inherit !important;
  z-index: 100;
  position: relative;
}
@media (max-width: 767.98px) {
  .bran01-page__header .container--bran01-page {
    padding: 37px 34px 58.16px 34px;
  }
}
.bran01-page__header__title {
  font-size: 1.75rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__title {
    padding: 0 10px;
    font-weight: 700;
    margin-bottom: 0px;
  }
}
.bran01-page__header__subtitle {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #b3b3b3;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.bran01-page__header__line {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__line {
    margin: 23px 0;
  }
}
.bran01-page__header__paragraph {
  color: #404040;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01-page__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__header__paragraph p {
  color: #404040;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01-page__header__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__title {
  font-size: 2.5rem;
  color: #0d2939;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.bran01-page__encompass__subtitle {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000000;
  font-weight: 400;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__subtitle {
    font-weight: 700;
  }
}
.bran01-page__encompass__line {
  margin: 24.99px 0 30px 0;
  display: none;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__line {
    margin: 23px 0;
  }
}
.bran01-page__encompass__paragraph {
  color: #7c7c7c;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__paragraph p {
  color: #7c7c7c;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page .row--bran01-page {
  margin-top: 58.01px;
  display: flex;
  gap: 21.44px 0;
}
.bran01-page .container--bran01-page__main {
  padding: 47px 0 123.16px 0;
}
@media (max-width: 991.98px) {
  .bran01-page .container--bran01-page__main {
    padding: 47px 0 123.16px 0 !important;
  }
}
.bran01-page__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: #ffffff;
  width: 100%;
  padding: 38px;
}
@media (max-width: 575.98px) {
  .bran01-page__box__content {
    background-size: contain !important;
  }
}
.bran01-page__box__image {
  width: 163px;
  height: auto;
}
.bran01-page__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 575.98px) {
  .bran01__box__content {
    background-size: contain !important;
  }
}

.bran01__box {
  width: 23%;
  border: solid 2px #ffffff;
  background-color: #ffffff;
}

.bran01__box__content {
  background-color: #ffffff;
}

.bran01-page__main {
  background-color: #e4e7ea;
}

/* BEGIN STYLE */
.cota01-show__banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  text-align: center;
  height: 275px;
  display: flex;
  align-items: end;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__banner {
    padding: 60px 30px;
  }
}
.cota01-show__banner__title {
  font-size: 1.75rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
  text-align: initial;
}
@media (max-width: 767.98px) {
  .cota01-show__banner__title {
    padding: 0 11px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__banner__title {
    font-size: 2.5rem;
  }
}
.cota01-show__banner__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin: 30px 0 0 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__banner__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota01-show__form-section {
  padding: 87px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form-section {
    padding: 60px 30px;
  }
}
.cota01-show__form-section__header {
  text-align: center;
  margin-bottom: 90px;
  padding: 0 17%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form-section__header {
    padding: 0 30px;
  }
}
.cota01-show__form-section__title {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form-section__title {
    font-size: 1.875rem;
  }
}
.cota01-show__form-section__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin: 30px 0 0 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form-section__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form-section__container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1199.98px) {
  .cota01-show__form-section__container {
    flex-direction: column-reverse;
  }
}
.cota01-show__form__header {
  max-width: 85%;
}
@media (max-width: 767.98px) {
  .cota01-show__form__header {
    max-width: 100%;
    text-align: center;
  }
}
.cota01-show__form__header__title {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #000000;
  line-height: 45.96px;
}
@media (max-width: 767.98px) {
  .cota01-show__form__header__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form__header__title {
    font-size: 1.875rem;
  }
}
.cota01-show__form__header__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin: 30px 0 0 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota01-show__form__item {
  margin-top: 55px;
  width: 511px !important;
}
@media (max-width: 767.98px) {
  .cota01-show__form__item {
    width: 100% !important;
  }
}
.cota01-show__form__item__input input:not(input[type=checkbox], input[type=radio]),
.cota01-show__form__item__input select,
.cota01-show__form__item__input textarea {
  border-color: transparent;
  border-radius: 0;
  padding: 10px 10px;
  border-radius: 25px;
  background-color: #e4e7ea !important;
}
.cota01-show__form__item__input input:not(input[type=checkbox], input[type=radio]):focus,
.cota01-show__form__item__input select:focus,
.cota01-show__form__item__input textarea:focus {
  border-color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem #d0d0d0;
}
.cota01-show__form__item__input .form__file__item {
  border-color: transparent;
  border-radius: 0;
  padding: 10px 10px;
}
.cota01-show__form__item__input .form__file__item:hover {
  border-color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem #d0d0d0;
}
.cota01-show__form__item__submit {
  border: none;
  border-radius: 0;
  padding: 10px 55px;
  background-color: #8eb529;
  color: #ffffff;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.cota01-show__form__item__submit img {
  display: none;
}
.cota01-show__form__item__submit:hover {
  background-color: #ffffff;
  color: #8eb529;
  border: 1px solid #8eb529;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
.cota01-show__form__item__submit:hover .icon__button {
  filter: invert(1) grayscale(1);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form__footer {
    flex-direction: column;
  }
}
.cota01-show__form__compliance {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__form__compliance {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cota01-show__form__compliance__link {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #7c7c7c;
  text-decoration: underline;
}
.cota01-show__topics-form {
  padding-left: 130px;
  flex-direction: column;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-form {
    padding-left: 0;
    justify-content: center;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .cota01-show__topics-form {
    padding-left: 0;
    justify-content: center;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .cota01-show__topics-form {
    flex-direction: column;
    align-items: center;
  }
}
.cota01-show__topics-form__item {
  margin-bottom: 50px;
}
.cota01-show__topics-form__item:hover {
  transform: scale(1.1);
  transition: ease 1s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .cota01-show__topics-form__item {
    text-align: center;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .cota01-show__topics-form__item {
    text-align: center;
    flex-direction: column;
    margin-bottom: 60px;
    width: 33%;
  }
}
.cota01-show__topics-form__icon {
  width: 54px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-form__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cota01-show__topics-form__title {
  font-size: 1.875rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 500;
  color: #0d2939;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-form__title {
    font-size: 1.875rem;
  }
}
.cota01-show__topics-form__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #0d2939;
  margin: 10px 0 0 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-form__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota01-show__topics-section {
  padding: 80px 0 80px 0;
  background: #ededed;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics-section {
    padding: 50px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cota01-show__topics-section {
    padding: 50px 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cota01-show__topics {
    margin-bottom: 50px;
  }
}
.cota01-show__topics__item {
  margin-bottom: 50px;
}
.cota01-show__topics__image {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 451px;
  -o-object-position: bottom;
     object-position: bottom;
}
.cota01-show__topics__icon {
  width: 25px;
  margin-right: 15px;
}
.cota01-show__topics__title {
  font-size: 1.875rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 500;
  color: #0d2939;
  line-height: 34px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics__title {
    font-size: 1.875rem;
  }
}
.cota01-show__topics__paragraph {
  font-weight: 400;
  color: #000000;
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif, arial;
  width: 300px;
  height: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cota01-show__topics__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}

.cota01-show__form-section__form {
  width: 50%;
}
@media (max-width: 767.98px) {
  .cota01-show__form-section__form {
    width: 100%;
    padding: 0 25px;
  }
}

.cota01-show__form__item .row {
  flex-direction: column;
}

.form-placeholder {
  width: 511px;
}

.cota01-show__form__item__input .form-placeholder {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-color: #e4e7ea;
}

.cota01-show__form__footer {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 15px 0;
}

@media (max-width: 767.98px) {
  .cota01-show__form__item__input {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .cota01-show__form__item__input .form-placeholder {
    width: 100% !important;
  }
}

.cota01-show__topics-section {
  padding: 80px 25px;
}

@media (max-width: 767.98px) {
  .cota01-show__topics-section .row {
    justify-content: center;
  }
}

.cota01-show__topics .col-12 {
  display: flex;
  justify-content: center;
}

/* BEGIN STYLE */
.cota02 .container-fluid {
  display: flex;
  flex-direction: column;
}
.cota02__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 275px;
  align-items: flex-end;
  display: flex;
}
.cota02__header .container-cont02-page__header {
  padding: 108px 0;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cota02__header .container-cont02-page__header {
    padding: 44px 20px;
  }
}
.cota02__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  display: none;
}
.cota02__header__title {
  font-size: 1.75rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #ffffff;
  display: block;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cota02__header__title {
    font-size: 1.875rem;
    padding: 0 11px;
  }
}
.cota02__header__subtitle {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #7c7c7c;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cota02__header__subtitle {
    font-size: 1.563rem;
  }
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #7c7c7c;
  width: 100%;
}
.cota02__boxForm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  order: 3;
}
.cota02__boxForm .container--boxForm {
  padding: 68px 0 59px 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: rgba(64, 64, 64, 0.18);
  display: flex;
  position: absolute;
  right: -10px;
  top: 0;
}
.cota02__boxForm__item__content__image {
  width: 55px;
  height: 55px;
  margin-bottom: 14.04px;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__image {
    width: 50px;
    height: 50px;
  }
}
.cota02__boxForm__item__content__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota02__boxForm__item__content__description__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #404040;
  font-family: "Ubuntu", sans-serif, arial;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__title {
    font-size: 1.125rem;
  }
}
.cota02__boxForm__item__content__description__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
.cota02__boxForm__item__content__description__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota02__form {
  padding: 78px 0 154.45px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.cota02__form .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.cota02__form__header {
  margin-bottom: 50px;
  width: 511px;
}
.cota02__form__header__title {
  font-size: 2.5rem;
  color: #404040;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 500;
  line-height: 43.66px;
  background: #0d2939;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .cota02__form__header__title {
    font-size: 1.875rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.cota02__form__header__line {
  background: #404040;
  display: flex;
  margin-top: 15px;
  margin-bottom: 18px;
  display: block;
}
.cota02__form__header__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000000;
  line-height: 27.2px;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item--select .form-select {
  margin-bottom: 0 !important;
  height: 52px;
  border-radius: 71px;
  -webkit-border-radius: 71px;
  -moz-border-radius: 71px;
  -ms-border-radius: 71px;
  -o-border-radius: 71px;
}
.cota02__form__inputs__formIput {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.cota02__form__inputs__formIput .input__item {
  width: 100%;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
.cota02__form__inputs__formIput .input__item .form-control {
  height: 52px;
  border-radius: 0 !important;
}
.cota02__form__inputs__compliance {
  display: flex;
}
.cota02__form__inputs__compliance input {
  border: 1px solid #393939;
  font: 0.875rem "Montserrat", sans-serif, arial;
}
.cota02__form__inputs__compliance label {
  color: #393939;
  font: 0.875rem "Montserrat", sans-serif, arial;
}
.cota02__form__inputs__compliance label a {
  color: #7c7c7c;
  font: 0.875rem "Montserrat", sans-serif, arial;
}

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

.cota02-show__form__item__input .input__item--textarea textarea {
  height: 136px !important;
  border-radius: 12px;
  margin-top: 25px;
}

.cota02-show__form__inputs__formIput__input-submit {
  height: 31px;
  width: 165px;
  background-color: #8eb529;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #8eb529;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #ffffff;
  margin-left: inherit !important;
  border-radius: 23px;
}
.cota02-show__form__inputs__formIput__input-submit:hover {
  background-color: #ffffff;
  color: #8eb529;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}

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

.cota02__form__inputs {
  width: 511px;
}
@media (max-width: 575.98px) {
  .cota02__form__inputs {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .cota02__form .container {
    padding: 0 25px !important;
  }
}

@media (max-width: 575.98px) {
  .cota02__form__header {
    width: inherit;
    text-align: center;
  }
}

.form-placeholder > input {
  transition: ease all 0.3s;
  background-color: #ffffff !important;
  height: 40px;
  border-radius: 71px;
}

@media (max-width: 1199.98px) {
  .cota02__form {
    background-image: inherit !important;
    background-color: #e4e7ea !important;
  }
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.gall02 {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .gall02__content {
    margin-left: 20px;
  }
}
.gall02 .container {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
.gall02 .container .header-gall02 {
  text-align: center;
  width: 88%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .gall02 .container .header-gall02 {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .gall02 .container .header-gall02 .container-title {
    margin-bottom: 18px;
  }
}
.gall02 .container .header-gall02 .container-title .title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000000;
  display: block;
}
@media (max-width: 767.98px) {
  .gall02 .container .header-gall02 .container-title .title {
    font-size: 1.875rem;
  }
}
.gall02 .container .header-gall02 .container-title .subtitle {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000000;
  display: block;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .gall02 .container .header-gall02 .container-title .subtitle {
    font-size: 1.125rem;
  }
}
.gall02 .container .header-gall02 .line {
  background-color: #404040;
  display: none;
}
.gall02 .container .box-gall02 {
  width: 100%;
}
.gall02 .container .box-gall02:hover {
  transform: scale(1.1);
  transition: ease 1s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}
@media (max-width: 449.98px) {
  .gall02 .container .box-gall02 {
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
  }
}
@media (max-width: 767.98px) {
  .gall02 .container .box-gall02 {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    width: 100vw !important;
  }
}
.gall02 .container .box-gall02:hover .content .description {
  opacity: 1;
  visibility: visible;
}
.gall02 .container .box-gall02 .content {
  position: relative;
  z-index: 1;
  width: 255px;
}
.gall02 .container .box-gall02 .content .image {
  display: flex;
  height: 318px;
  width: 100%;
  margin-bottom: 0;
  -webkit-transform: skewX(-8deg);
  -moz-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  -o-transform: skewX(-8deg);
}
.gall02 .container .box-gall02 .content .image::after {
  content: "";
  height: 100%;
  width: 80%;
  border: 1px solid #0d2939;
  display: block;
  position: absolute;
  top: -13px;
  right: -15px;
  z-index: -1;
  -webkit-transform: skewX(0deg);
  border-radius: 10px;
}
.gall02 .container .box-gall02 .content .image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.gall02 .container .box-gall02 .content .description {
  text-align: center;
  margin-bottom: 0;
  background-color: #efefef;
  min-height: 43px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.gall02 .container .box-gall02 .content .description .title {
  font: 1rem "Montserrat", sans-serif, arial;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.2;
}
@media (max-width: 767.98px) {
  .gall02 .container .box-gall02 .content .description .title {
    font-size: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.gall02 .carousel-gall02 .owl-nav {
  display: flex !important;
  margin-top: 75px;
  gap: 0 20.5px;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .gall02 .carousel-gall02 .owl-nav {
    width: 75vw;
    justify-content: center;
    margin-top: inherit;
  }
}
.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: 0;
  background-color: #3b9fd0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3b9fd0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.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: #404040 !important;
}

.lightbox-gall02 {
  display: none;
  background: transparent;
  width: 100%;
  height: auto;
  padding: 0;
}
.lightbox-gall02 .carousel__button.is-close {
  top: 11px !important;
  right: 82px;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  font-size: 25px;
  padding: inherit;
}
@media (max-width: 449.98px) {
  .lightbox-gall02 .carousel__button.is-close {
    top: 23px !important;
    right: 27px;
  }
}
.lightbox-gall02__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox-gall02 .container {
  background: #e4e7ea;
  height: 650px;
  display: flex;
}
.lightbox-gall02__top__description {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .lightbox-gall02__top__description {
    text-align: center;
    margin-bottom: 15px;
  }
}
.lightbox-gall02__top__description__title {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "Ubuntu", sans-serif, arial;
  line-height: 45.96px;
}
@media (max-width: 767.98px) {
  .lightbox-gall02__top__description__title {
    font-size: 1.875rem;
  }
}
.lightbox-gall02__top__description__subtitle {
  color: #404040;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif, arial;
}
@media (max-width: 767.98px) {
  .lightbox-gall02__top__description__subtitle {
    font-size: 1.125rem;
  }
}
.lightbox-gall02__bottom__main {
  position: relative;
  height: 407px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .lightbox-gall02__bottom__main {
    height: 240px;
  }
}
.lightbox-gall02__bottom__main__iframe, .lightbox-gall02__bottom__main__item {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lightbox-gall02__bottom__main__iframe {
  display: block;
}
.lightbox-gall02__bottom__main__legend {
  color: #000;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  position: absolute;
  bottom: 27px;
  left: 27px;
}
@media (max-width: 767.98px) {
  .lightbox-gall02__bottom__main__legend {
    font-size: 0.875rem "Montserrat", sans-serif, arial;
    bottom: 14px;
    left: 23px;
  }
}
.lightbox-gall02__bottom__thumbnail__carousel {
  margin: 0 auto;
}
.lightbox-gall02__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-gall02__bottom__thumbnail__item {
    height: 47px;
  }
}
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav {
  z-index: 100;
}
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev,
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next {
  height: 21px;
  width: 21px;
  border-radius: 100%;
  background-color: #7c7c7c !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7c7c7c !important;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev {
  left: 0;
  margin-left: -36px;
}
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next {
  right: 0;
  margin-right: -36px;
}
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev span,
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 22px;
  height: 28px;
  display: block;
}
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev:hover,
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next:hover {
  background: transparent !important;
}
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev:hover span,
.lightbox-gall02 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next:hover span {
  color: #7c7c7c !important;
}

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

.fancybox__slide {
  padding: 0 !important;
}

.gall02__content .owl-stage {
  gap: 0 10px;
  display: flex;
  justify-content: space-around;
  width: inherit !important;
  padding: 20px 0 20px 0;
}

.carousel-gall02 {
  width: 1400px !important;
}

.lightbox-gall02 {
  justify-content: center;
}

.lightbox-gall02__top {
  padding: 75px;
  width: 45%;
}

.lightbox-gall02__bottom {
  padding: 75px;
  width: 50%;
}

.lightbox-gall02__bottom__main__item {
  border-radius: 20px;
}

@media (max-width: 575.98px) {
  .carousel-gall02 {
    display: flex !important;
    flex-direction: column;
    gap: 53px 0;
  }
}
.carousel-gall02 .owl-height {
  height: auto !important;
}

@media (max-width: 991.98px) {
  .lightbox-gall02__top__description__title {
    line-height: 31.96px;
    font-size: 1.5rem !important;
  }
}

.lightbox-gall02__bottom__main__legend {
  display: none;
}

@media (max-width: 767.98px) {
  .lightbox-gall02 .container {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .lightbox-gall02__top {
    padding: 22px 22px 0 22px;
    width: 100%;
  }
}

#lightbox-gall02-3 {
  position: relative;
}

@media (max-width: 767.98px) {
  .lightbox-gall02__bottom {
    width: 100%;
    padding: 22px;
  }
}

@media (max-width: 767.98px) {
  .lightbox-gall02 .container {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .lightbox-gall02__content {
    padding: 25px;
  }
}

.lightbox-gall02__bottom__thumbnail .owl-nav {
  display: none !important;
}

/* BEGIN STYLE */
.comp01-page__header {
  text-align: center;
  background-color: #EFEFEF;
  padding: 87px 0;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comp01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.comp01-page__header__container {
  margin-bottom: 25px;
  z-index: 100;
  position: relative;
}
.comp01-page__header__title {
  font-size: 3.125rem;
  font-family: "Ubuntu", sans-serif, arial;
  color: #000;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__header__title {
    font-size: 1.875rem;
  }
}
.comp01-page__content {
  padding: 45px 0 120px;
}
.comp01-page__content__icon {
  width: 36px;
  margin: 10px auto;
  display: table;
}
.comp01-page__content__container {
  text-align: center;
  margin-bottom: 35px;
}
.comp01-page__content__title {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__title {
    font-size: 1.875rem;
  }
}
.comp01-page__content__subtitle {
  font-size: 1.25rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__subtitle {
    font-size: 1.125rem;
  }
}
.comp01-page__content__line {
  width: 100%;
  background-color: #404040;
  margin-bottom: 35px;
}
.comp01-page__content__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #404040;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__archives {
  margin-top: 50px;
}
.comp01-page__archives__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #cacaca;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__archives__item {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__archives__item:hover {
  color: #fff;
  background-color: #000;
}
.comp01-page__archives__item:hover .comp01__archives__item__icon {
  filter: invert(1) grayscale(1);
}
