@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;
  margin-top: -100px;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #1a2834;
}

body::-webkit-scrollbar-thumb {
  background: #00a651;
}

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

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: #404040 !important;
  color: #ffffff !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: #000;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #1a2834;
  border-radius: 100%;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #1a2834;
  opacity: 20%;
}
body .owl-dots .owl-dot.active {
  background-color: #1a2834;
  opacity: 20%;
}

.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: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 0.875rem "Bahnschrift", 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: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #ffffff !important;
}
.form101__boxRight input::placeholder {
  background-color: #ffffff !important;
}
.form101__boxRight__cta {
  background-color: #ffffff;
  color: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 0.938rem "Bahnschrift", 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: #ffffff;
  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__content {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__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__content__subtitle {
    font-size: 1.563rem;
  }
}
@media (max-width: 991.98px) {
  .form102__content__subtitle {
    max-width: inherit;
  }
}
.form102__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph {
    width: 100%;
  }
}
.form102__content__paragraph p {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 0.875rem "Bahnschrift", sans-serif, arial;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #000 !important;
  border-color: #000;
}
.form102__content__form__checkbox-label a {
  margin-left: 5px;
}
.form102__content .form-check-input {
  height: 14px;
  width: 14px;
  padding: 0;
  margin-bottom: 0;
}
.form102__content input {
  height: 42px;
  background: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__content input::-moz-placeholder {
  background-color: #ffffff !important;
}
.form102__content input::placeholder {
  background-color: #ffffff !important;
}
.form102__content__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #ffffff;
  color: #404040;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #000;
  color: #ffffff;
  transition: 0.5s all ease;
}
.form102__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

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

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

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 1.875rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.563rem;
    margin-bottom: 17px;
  }
}
.lifo__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph {
    width: 100%;
  }
}
.lifo__boxLeft__paragraph p {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 0.875rem "Bahnschrift", 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: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #ffffff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #ffffff !important;
}
.lifo__boxLeft__cta {
  background-color: #ffffff;
  color: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 0.938rem "Bahnschrift", 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: #ffffff;
  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: #ffffff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #404040 !important;
}

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form03 .container--pd {
  padding-bottom: 100px !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    padding-left: 27px !important;
    padding-right: 20px !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 583px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft {
    margin-bottom: 52px;
  }
}
.form03__boxLeft__title {
  color: #00A651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  margin-bottom: 0;
  display: flex;
  gap: 0 9px;
}
.form03__boxLeft__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
.form03__boxLeft__subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: -3px;
}
.form03__boxLeft__paragraph {
  margin-top: 14px;
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 0.875rem "Bahnschrift", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 100%;
}
@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: 30%;
}
.form03__boxLeft__buttons__cta:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta div {
  width: 50px;
  height: 50px;
  background: rgba(0, 166, 81, 0.1490196078);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.form03__boxLeft__buttons__cta .title {
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  font-size: 17px;
  line-height: 17.49px;
  color: #1a2834;
  margin: 0;
}
.form03__boxLeft__buttons__cta img {
  width: 10px;
  height: 10px;
  -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__inputs div {
  height: 40px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(54, 54, 57, 0.2);
}
.form03__boxRight .input__item {
  width: 100%;
}
.form03__boxRight__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start !important;
}
.form03__boxRight__form div {
  padding: 0;
}
.form03__boxRight__form div .placeholder--custom {
  height: 100%;
  padding: 0;
}
.form03__boxRight input {
  height: 42px;
  background: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding-left: 0 !important;
}
.form03__boxRight input::-moz-placeholder {
  background-color: #ffffff !important;
}
.form03__boxRight input::placeholder {
  background-color: #ffffff !important;
}
.form03__boxRight__cta {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 10px;
  width: 40px;
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
  margin-top: 71px;
}
.form03__boxRight__cta:hover {
  border: 1px solid #ed1c24;
  background-color: #ffffff;
  color: #ed1c24;
  transition: ease 1s;
}
.form03__boxRight__cta:hover img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(2552%) hue-rotate(343deg) brightness(89%) contrast(111%);
  transition: ease 1s;
}
.form03__boxRight__cta img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form__file input {
  display: none;
}

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

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

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

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

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

.confirmation__header {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #1A2834;
}
.confirmation__header__wrapper-title {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.confirmation__header__title {
  font-size: 3.75rem;
  color: #FFFFFF;
  font-family: "Poppins", 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: #FFFFFF;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__subtitle {
    font-size: 1.25rem;
  }
}

.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-color: transparent;
  z-index: 3;
  position: relative;
}
#HEAD02 .container {
  padding: 0;
}
@media (max-width: 991.98px) {
  #HEAD02 .container {
    max-width: 95% !important;
  }
}
#HEAD02 .container-header {
  min-height: 100px;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header {
    min-height: auto;
  }
}
#HEAD02 .container-header #logoHeader img {
  width: 230px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header #logoHeader img {
    width: 155px;
  }
}
#HEAD02 .container-header .link-translate {
  display: none !important;
}
#HEAD02 .container-navigation .menu-list {
  margin-right: 35px;
  padding-right: 35px;
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation .menu-list {
    padding-right: 0;
    margin-right: 0;
  }
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 44px;
  position: relative;
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation .menu-list .menu-item {
    margin-right: 30px;
  }
}
#HEAD02 .container-navigation .menu-list .menu-item .menu-arroww {
  margin-left: 9px;
}
#HEAD02 .container-navigation .menu-list .menu-item:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: -22px;
  left: 0;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item:hover:after {
  background-color: #ed1c24;
  transition: ease all 1s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20.55px;
}
#HEAD02 .container-navigation .menu-list .menu-item .link:hover {
  color: #ffffff;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child {
  margin-right: 0;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child .link {
  background-color: #ed1c24;
  padding: 10px 50px;
  border-radius: 6px;
  border: 1px solid #ed1c24;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child .link:hover {
  background-color: #ffffff;
  color: #ed1c24;
  transition: ease 1s;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child::after {
  display: none;
}
#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 "Bahnschrift", sans-serif, arial;
  color: #ffffff;
  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: #ffffff;
  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: 1199.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: #000;
  border-radius: 50px;
  min-width: 125px;
  display: table;
  text-align: center;
  color: #ffffff;
  padding: 1px 15px;
}
#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: #7c7c7c;
}
#HEAD02 .container-navigation .container-cta .btn-cta .menu-arrow {
  border-top-color: #ffffff;
  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: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item {
  font: 0.875rem "Bahnschrift", sans-serif, arial;
  color: #ffffff;
  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: "Bahnschrift", 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: #ffffff;
}
#HEAD02 .container-navigation .menu-sidebar-header:active .lines > i {
  background-color: #00a651;
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

/* BEGIN STYLE */
.side02 {
  position: absolute;
  left: -100%;
  top: 2.5%;
  display: block;
  width: 95%;
  height: 95%;
  background-color: #ffffff;
  z-index: 1000;
  border-bottom: 9px solid #ed1c24;
  transition-duration: 0.6s;
}
.side02--show {
  left: 2.5%;
  transition-duration: 0.6s;
}
.side02__scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
  z-index: 2;
  position: relative;
}
.side02__scroll::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: #1a2834;
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: #ed1c24;
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #ed1c24;
}
.side02__scroll::after {
  content: "";
  height: 60%;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.side02__header {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.side02__header__button-close__icon path {
  fill: #ffffff;
}
.side02__header__button-close__icon:hover path {
  fill: #ed1c24;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "Bahnschrift", 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: #00A651;
}
.side02__logo {
  width: 251px;
  height: 60px;
  display: table;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 95px;
}
.side02__navigation {
  padding: 0 30px;
  margin-bottom: 32px;
}
.side02__navigation__wrapper {
  display: table;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 412px;
  padding: 0;
}
.side02__navigation__item__link {
  font-size: 1rem;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #1a2834;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 7px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.2px;
}
.side02__navigation__item__link:nth-child(3)::after {
  border-bottom: 3px solid transparent;
}
.side02__navigation__item__link::after {
  content: "";
  width: 77px;
  border-bottom: 3px solid transparent;
}
.side02__navigation__item__link:hover::after {
  border-bottom: 3px solid #00a651;
  transition: ease 1s;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #00A651;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1rem;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #000;
  text-align: center;
  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: #000;
  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: 20px;
  gap: 0 9px;
}
.side02__social a {
  border: 1px solid #1a2834;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side02__social a:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
.side02__social a img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(2529%) hue-rotate(167deg) brightness(95%) contrast(91%);
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.side02__social__item {
  color: #404040;
  font-size: 25px;
  margin: 0 5px;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  font: 0.938rem "Bahnschrift", 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;
}

.sid02__firula {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 165px;
}
.sid02__firula img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(1962%) hue-rotate(166deg) brightness(91%) contrast(95%);
}

.side02__navigation__item:last-child {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 6px;
  width: 197px;
  margin: 0 auto;
}
.side02__navigation__item:last-child a {
  color: #ffffff;
  margin-bottom: 0;
  padding: 10px 0;
}
.side02__navigation__item:last-child a:hover::after {
  display: none;
}
.side02__navigation__item:last-child :hover {
  color: #ed1c24;
  background-color: #ffffff;
  transition: ease 1s;
}

.side02__navigation__item:nth-child(3) a:hover::after {
  display: none;
}

.side02__complice {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 95%;
  margin: 0 auto;
  gap: 5px 11px;
}

.side02__complice-item {
  font-size: 14px;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #000000;
  display: flex;
  gap: 0 5px;
}
.side02__complice-item::after {
  content: "";
  height: 22px;
  width: 1.5px;
  background-color: #000000;
  display: none;
}
.side02__complice-item::after:first-child {
  display: flex;
}

/* BEGIN STYLE */
.foot02 {
  position: relative;
  padding: 0;
}
.foot02::after {
  content: "";
  width: 100%;
  height: 860px;
  background-color: #1a2834;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
@media (max-width: 991.98px) {
  .foot02::after {
    display: block;
  }
}
.foot02__firula {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.foot02__firula img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 991.98px) {
  .foot02__firula {
    display: none;
  }
}
.foot02__firula-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
}
.foot02__firula-2 img {
  width: 100%;
  height: 306px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 991.98px) {
  .foot02__firula-2 {
    display: block;
  }
}
.foot02__container {
  padding-top: 80px !important;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .foot02__container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.foot02__container .row {
  margin-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .foot02__container .row {
    gap: 25px 50px;
    margin-top: 97px;
  }
}
@media (max-width: 991.98px) {
  .foot02__container .row {
    justify-content: center;
    padding-bottom: 0;
  }
}
.foot02__logo__item {
  width: 221px;
  display: block;
  margin: 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: "Bahnschrift", 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: 15px;
  font-weight: 700;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #ffffff;
  letter-spacing: 0.2px;
  margin: 0;
  text-transform: uppercase;
}
.foot02__nav__header:hover {
  color: #b3b3b3;
  transition: ease 1s;
}
.foot02__nav__item {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 300;
  color: #ffffff;
  margin: 12px 0 15px 0;
  letter-spacing: 0.2px;
  display: block;
}
.foot02__nav__item:hover {
  color: #b3b3b3;
  transition: ease 1s;
}
.foot02__nav__item:last-child {
  margin: 0;
}
.foot02__nav--icon {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.foot02__nav .phones {
  flex-direction: column;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .foot02__nav .phones {
    align-items: center !important;
  }
}
@media (max-width: 767.98px) {
  .foot02__nav .phones {
    width: 100%;
  }
}
.foot02__nav .phones.address {
  margin-top: 10px;
}
.foot02 a.foot02__nav__header:hover {
  color: #b3b3b3;
}
.foot02__copyright-section {
  background-color: #1a2834;
  padding: 17px 0;
  z-index: 2;
  position: relative;
  border-top: 1px solid #373737;
}
@media (max-width: 575.98px) {
  .foot02__copyright-section {
    text-align: center;
  }
}
@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: 991.98px) {
  .foot02__copyright-section__compliances {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@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: 16px;
  font-weight: 400;
  color: #eeeeee;
  border-right: 2px solid #404040;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
.foot02__copyright-section__compliances__item:hover {
  color: #ffffff;
}
.foot02__copyright-section__compliances__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

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

.foot02__nav--static {
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.foot02__nav--right {
  width: 261px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .foot02__nav--right {
    text-align: center;
  }
}

.foot02__logo__wraper {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px 0;
}
@media (max-width: 1199.98px) {
  .foot02__logo__wraper {
    align-items: center;
  }
}

.foot02__socials {
  width: 221px;
  gap: 0 9px;
}
.foot02__socials .social-link {
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot02__socials .social-link:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
.foot02__socials .social-link img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.foot02__nav--static {
  display: flex;
  flex-direction: row;
  gap: 0 25px;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
}
.foot02__nav--static span {
  width: 84px;
}
.foot02__nav--static span:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
.foot02__nav--static span img {
  width: 84px;
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .foot02__nav--static {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .foot02__nav--left {
    width: 95px;
    margin-left: 20px;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }
}

.foot02__nav--center {
  display: none;
}
@media (max-width: 991.98px) {
  .foot02__nav--center {
    width: 95px;
    padding: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .foot02__logo {
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .foot02__nav--right {
    margin-bottom: 25px;
    text-align: center;
  }
}

/* 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 .container-slide {
  height: 760px;
}
#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;
  padding-left: 0;
}
#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;
  padding-left: 0;
}
#SLID01 .content-slide .content-description h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description {
    padding-top: 119px;
    padding-left: 10px;
  }
}
#SLID01 .content-slide .content-description .title {
  color: #20e680;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1rem;
  line-height: 17.49px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .title {
    font-size: 0.938rem;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  color: #ffffff;
  font-weight: 700;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 45px;
  line-height: 53.32px;
  width: 550px;
  display: block;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    width: 300px;
    font-size: 40px;
  }
}
#SLID01 .content-slide .content-description .description {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 300;
  color: #eeeeee;
  margin: 0 0 68px 0;
  width: 415px;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .description {
    width: 300px;
    margin: 37px 0 50px 0;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  color: #ffffff;
  min-width: 177px;
  display: table;
}
#SLID01 .content-slide .content-description .btn-cta-slide img {
  width: 25px;
  margin-right: 16px;
  display: none;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover {
  background-color: #ffffff;
  color: #ed1c24;
  transition: ease 1s;
}
#SLID01 #dotsSlideCustom {
  position: absolute;
  bottom: 148px;
  left: 64px;
  z-index: 100;
  display: flex;
  gap: 0 6px;
}
@media (max-width: 991.98px) {
  #SLID01 #dotsSlideCustom {
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  #SLID01 #dotsSlideCustom {
    left: 14px;
    bottom: 40px;
  }
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #ffffff;
  opacity: 20%;
}

/* BEGIN STYLE */
.prod02 {
  position: relative;
  padding-top: 35px;
}
@media (max-width: 991.98px) {
  .prod02 {
    padding-bottom: 80px;
  }
}
.prod02__firula {
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  height: 428px;
  z-index: 1;
}
.prod02__firula img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 767.98px) {
  .prod02__firula {
    height: 550px;
    display: none;
  }
}
@media (max-width: 575.98px) {
  .prod02__firula {
    height: 577px;
  }
}
@media (max-width: 469.98px) {
  .prod02__firula {
    height: 611px;
  }
}
.prod02__firula-2 {
  position: absolute;
  left: 0;
  top: -75px;
  width: 100%;
  height: 497px;
  z-index: 1;
  display: none;
}
.prod02__firula-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 767.98px) {
  .prod02__firula-2 {
    display: flex;
    top: 0;
    height: 456px;
  }
}
@media (max-width: 469.98px) {
  .prod02__firula-2 {
    height: 525px;
  }
}
.prod02 .container--edit {
  padding: 0 0 43px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .prod02 .container--edit {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .prod02 .container--edit {
    max-width: 95% !important;
    padding: 56px 20px 0 20px !important;
  }
}
.prod02__navigation__content {
  margin-bottom: 0;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content {
    margin: 0 auto;
  }
}
.prod02__navigation__content__encompass__title {
  color: #eeeeee;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  display: flex;
  flex-direction: row;
  gap: 0 9px;
}
.prod02__navigation__content__encompass__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
.prod02__navigation__content__encompass__subtitle {
  color: #eeeeee;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  margin-bottom: 5px !important;
  margin-left: -3px;
}
.prod02__navigation__content__nav__desktop {
  display: flex;
  width: 79.5%;
  gap: 0 108px;
  margin-top: 28px;
  height: 71px;
  align-items: flex-start !important;
  display: none;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__nav__desktop {
    display: none;
  }
}
.prod02__navigation__content__nav__desktop ul {
  gap: 9px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.prod02__navigation__content__nav__desktop ul li {
  list-style: none;
}
.prod02__navigation__content__nav__desktop ul li a {
  font-size: 0.938rem;
  color: #eeeeee;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
  border: 1px solid #eeeeee !important;
  opacity: 70%;
  display: block;
  padding: 5px 21px;
  border-radius: 8px;
  width: 129px;
  word-wrap: break-word;
}
.prod02__navigation__content__nav__desktop ul li a img {
  width: 34px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.prod02__navigation__content__nav__desktop ul li:hover a {
  border: 1px solid #00A651 !important;
  color: #00A651;
  transition: ease 1s;
  opacity: inherit;
}
.prod02__navigation__content__nav__desktop__cta {
  width: 40px;
  height: 30px;
  background-color: #ed1c24;
  border-radius: 10px;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.prod02__navigation__content__nav__desktop__cta img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod02__navigation__content__nav__desktop__cta:hover {
  background-color: #ffffff;
  border: 1px solid #ed1c24;
  transition: ease 1s;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__nav__desktop__cta {
    top: -13px;
  }
}
.prod02__navigation__nav__mobile {
  display: none !important;
  gap: 0 46px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile {
    display: none !important;
    margin-bottom: 30px !important;
    margin-top: 30px;
    gap: inherit !important;
  }
}
.prod02__navigation__nav__mobile li {
  list-style: none;
  display: flex;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile li {
    width: auto;
  }
}
.prod02__navigation__nav__mobile li a {
  font-size: 1.125rem;
  color: #000;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile li a {
    font-size: 1.063rem;
  }
}
.prod02__navigation__paragraph p {
  color: #eeeeee;
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .prod02__navigation__paragraph p {
    padding-bottom: 42px;
  }
}
.prod02__content__product {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .prod02__content__product {
    padding-top: 42px;
  }
}
.prod02__content__product__item {
  position: relative;
  height: 446px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.prod02__content__product__item:hover {
  transform: scale(1.05);
  transition: ease 1s;
  box-shadow: 0px 5px 5px -5px rgba(66, 66, 66, 0.6588235294);
}
.prod02__content__product__item__image {
  width: 337px !important;
  height: 200px !important;
}
@media (max-width: 767.98px) {
  .prod02__content__product__item__image {
    width: 100% !important;
  }
}
.prod02__content__product__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.prod02__content__product__item__description {
  height: 258px !important;
  justify-content: flex-start !important;
  padding: 18px 19px 0 19px;
  background: white;
}
.prod02__content__product__item__description__title {
  font-size: 20px;
  color: #1a2834;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
  line-height: 23.32px;
}
@media (max-width: 767.98px) {
  .prod02__content__product__item__description__title {
    font-size: 17px;
  }
}
.prod02__content__product__item__cta {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.prod02__content__product__item__item a {
  color: #000;
}
.prod02__content__product .carousel-prod02 .owl-stage-outer {
  overflow: visible;
}
.prod02__content__product .carousel-prod02 .owl-stage-outer .owl-stage {
  display: flex;
}
@media (max-width: 767.98px) {
  .prod02__content__product .carousel-prod02 .owl-stage-outer .owl-stage {
    display: flex;
  }
}
.prod02__content__product .carousel-prod02 .owl-stage-outer .owl-item {
  width: 337px !important;
}
@media (max-width: 767.98px) {
  .prod02__content__product .carousel-prod02 .owl-stage-outer .owl-item {
    width: 282px !important;
  }
}
.prod02__content__product .carousel-prod02 .owl-dots {
  display: flex !important;
  justify-content: flex-start;
  margin-top: 38px;
}
@media (max-width: 767.98px) {
  .prod02__content__product .carousel-prod02 .owl-dots {
    position: absolute;
    top: -42px;
    left: 0;
    margin-top: 0;
  }
  .prod02__content__product .carousel-prod02 .owl-dots .owl-dot {
    background-color: #ffffff;
    opacity: 20%;
  }
  .prod02__content__product .carousel-prod02 .owl-dots .owl-dot.active {
    background-color: #ffffff;
    opacity: inherit;
  }
}
.prod02__content__product .carousel-prod02 .owl-nav {
  display: none;
  margin-top: 30px;
  gap: 0 20.5px;
}
@media (max-width: 767.98px) {
  .prod02__content__product .carousel-prod02 .owl-nav {
    width: 61%;
  }
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev span,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}

.prod02__firula__container {
  position: absolute;
  top: 279px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 225px;
}
.prod02__firula__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(15%) hue-rotate(242deg) brightness(103%) contrast(100%);
}
@media (max-width: 991.98px) {
  .prod02__firula__container img {
    filter: unset;
  }
}

.prod02__page {
  position: relative;
}
.prod02__page::after {
  content: "";
  width: 100%;
  height: 41%;
  background-color: #eeeeee;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .prod02__page::after {
    height: 55%;
  }
}
@media (max-width: 767.98px) {
  .prod02__page::after {
    height: 62%;
  }
}
.prod02__page__header {
  height: 350px;
  padding-bottom: 61px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 87px 0;
  align-items: flex-start !important;
}
.prod02__page__header .container--prod02__page__header {
  z-index: 100;
  position: relative;
  width: 100%;
  padding-left: 0;
  margin-top: 32px;
  max-width: 1400px !important;
  padding: 0 20px !important;
}
.prod02__page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.prod02__page__header__title {
  font-size: 12px;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #dadada;
  font-weight: 400;
  display: block;
}
.prod02__page__content {
  margin-top: 88px;
  padding-bottom: 79px !important;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .prod02__page__content {
    max-width: 95% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.prod02__page__content__category {
  gap: 9px;
  margin-top: 45px;
  justify-content: flex-start !important;
}
@media (max-width: 991.98px) {
  .prod02__page__content__category {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .prod02__page__content__category {
    margin-left: 42px;
    margin-bottom: 0;
  }
}
.prod02__page__content__category li {
  width: 129px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .prod02__page__content__category li {
    width: 100% !important;
  }
}
.prod02__page__content__category li a {
  font-size: 0.938rem;
  color: #424242;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
  border: 1px solid #424242 !important;
  opacity: 70%;
  display: block;
  padding: 5px 21px;
  border-radius: 8px;
  width: 129px !important;
  word-wrap: break-word;
}
@media (max-width: 767.98px) {
  .prod02__page__content__category li a {
    font-size: 1.063rem;
  }
}
.prod02__page__content__category li a:hover, .prod02__page__content__category li a.active {
  opacity: inherit;
  border-color: #00a651 !important;
  color: #00a651;
  transition: ease 1s;
}
.prod02__page__content__category li a img {
  width: 36px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
  display: none;
}
@media (max-width: 767.98px) {
  .prod02__page__content__category li a img {
    width: 36px !important;
    height: 37px !important;
    margin-right: 3px;
  }
}
@media (max-width: 767.98px) {
  .prod02__page__content .caroussel_prod02-page .owl-dots {
    display: flex !important;
    justify-content: flex-start;
    margin-top: 58px;
    padding-left: 0;
  }
  .prod02__page__content .caroussel_prod02-page .owl-nav {
    display: none !important;
  }
}
.prod02__page__content__product {
  margin-top: 130px;
  padding-left: 0;
}
@media (max-width: 1399.98px) {
  .prod02__page__content__product {
    max-width: 97% !important;
  }
}
@media (max-width: 767.98px) {
  .prod02__page__content__product {
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .prod02__page__content__product {
    margin-top: 208.28px;
  }
}
.prod02__page__content__product .prod02__page__content--row {
  gap: 40px 15px;
}
@media (max-width: 767.98px) {
  .prod02__page__content__product .prod02__page__content--row {
    margin: 0 auto;
  }
}
.prod02__page__content__product .prod02__page__content--row .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .prod02__page__content__product .prod02__page__content--row .owl-stage-outer {
    padding-left: 0;
  }
}
.prod02__page__content__product .prod02__page__content--row .owl-stage-outer .owl-stage {
  display: flex;
}
.prod02__page__content__product .prod02__page__content--row .owl-stage-outer .owl-item {
  width: 325px !important;
}
.prod02__page__content__product__item {
  position: relative;
  height: 458px;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 325px;
}
.prod02__page__content__product__item:hover {
  transform: scale(1.05);
  transition: ease 1s;
  box-shadow: 0px 5px 5px -5px rgba(66, 66, 66, 0.6588235294);
}
@media (max-width: 767.98px) {
  .prod02__page__content__product__item {
    padding: 0 !important;
    width: 100%;
  }
}
.prod02__page__content__product__item__image {
  width: 100% !important;
  height: 200px !important;
}
.prod02__page__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod02__page__content__product__item__description {
  height: 270px !important;
  justify-content: flex-start !important;
  padding: 18px 19px 0 19px;
  background-color: #ffffff;
}
.prod02__page__content__product__item__description__title {
  font-size: 20px;
  color: #1a2834;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
  line-height: 23.32px;
}
.prod02__page__content__product__item__description__paragraph {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  text-align: left;
  margin-bottom: 0;
}
.prod02__page__content__product__item__cta {
  width: 100%;
  height: 100%;
  padding: 10px 50px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.prod02__page__content__product__item__cta img {
  display: none;
}
.prod02__page__content__product__item__item a {
  color: #000;
}

.lightbox-prod02 {
  width: 100%;
  display: none;
  padding: 0;
  padding-top: 170x;
}
.lightbox-prod02__content__carrossel {
  position: relative;
  height: 500px;
}
.lightbox-prod02 .caroussel_prod02-show {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-item {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-item {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-dot {
  display: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav {
  display: flex;
  padding: 0 31px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #1a2834 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev span,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}
.lightbox-prod02__description {
  position: relative;
  padding: 37px 71px 84px 54px;
  height: 700px;
  display: flex !important;
  flex-direction: column;
  overflow-y: scroll;
  height: 500px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__description {
    padding: 30px 35px;
  }
}
.lightbox-prod02__navigation {
  margin-bottom: 108px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__navigation {
    margin-bottom: 50px;
  }
}
.lightbox-prod02__navigation li {
  display: flex;
}
.lightbox-prod02__navigation li a {
  color: #1a2834;
  font: 0.875rem "Bahnschrift", sans-serif, arial;
  font-weight: 600;
}
.lightbox-prod02__navigation li img {
  margin-right: 14px;
  width: 10.61px;
  height: 10.61px;
}
.lightbox-prod02__title {
  color: #00a651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 27px;
  gap: 0 9px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.lightbox-prod02__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__title {
    font-size: 1.875rem;
    text-align: left;
    align-items: flex-start;
  }
}
.lightbox-prod02__subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  display: block;
  margin-top: 5px;
  margin-left: -3px;
  margin-bottom: 0;
  width: 326px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__subtitle {
    font-size: 1.125rem;
    text-align: left;
  }
}
.lightbox-prod02__line {
  margin-top: 14px;
  margin-bottom: 37px;
  display: none;
}
.lightbox-prod02__paragraph {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 22.52px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__paragraph {
    text-align: left;
    font: 0.875rem "Bahnschrift", sans-serif, arial;
  }
}
.lightbox-prod02__paragraph ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  gap: 20px 0;
}
.lightbox-prod02__paragraph ul li {
  display: flex;
  width: 50%;
  min-width: 300px;
  text-align: left;
  align-items: flex-start;
}
.lightbox-prod02__paragraph ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  background: #404040;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
.lightbox-prod02__cta {
  padding: 10px 20px;
  background-color: #ed1c24;
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  color: #ffffff;
  border-radius: 6px;
  border: 1px solid #ed1c24;
  font-size: 16px;
  width: 173px;
  text-align: center;
  font-weight: 400;
  align-self: end;
  margin-left: inherit !important;
  margin-right: inherit !important;
  margin-top: 65px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__cta {
    font: 0.938rem "Bahnschrift", sans-serif, arial;
    margin-top: 64px;
  }
}
.lightbox-prod02__cta img {
  display: none;
}
.lightbox-prod02__cta:hover {
  background-color: #ffffff;
  color: #ed1c24;
  transition: ease 1s;
}
.lightbox-prod02 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  color: #1a2834;
  font-size: 11px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .carousel__button.is-close {
    color: #ffffff;
  }
}
.lightbox-prod02 .fancybox__backdrop {
  background: #404040 !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 {
    text-align: center;
  }
}

.prod02__content__product__item__description_paragraph P {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  text-align: left;
  margin-bottom: 0;
}

.prod02__navigation__content__nav__desktop__cta:hover img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(2552%) hue-rotate(343deg) brightness(89%) contrast(111%);
  transition: ease 1s;
}

.prod02-page__content__title {
  color: #00a651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  display: flex;
  gap: 0 9px;
}
.prod02-page__content__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}

.prod02-page__content__subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  display: block;
  margin-top: 5px;
  margin-left: -3px;
  width: 326px;
}
@media (max-width: 575.98px) {
  .prod02-page__content__subtitle {
    font-size: 1.675rem;
  }
}

.prod02-page__content__paragrafy {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 22.52px;
  width: 761px;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .prod02-page__content__paragrafy {
    width: auto;
  }
}

.prod02__page__content__product__item__description_paragraph {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  text-align: left;
  margin-bottom: 0;
}

.prod02__firula-page1 {
  position: absolute;
  top: 679px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}
.prod02__firula-page1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 991.98px) {
  .prod02__firula-page1 {
    top: 635px;
  }
}
@media (max-width: 767.98px) {
  .prod02__firula-page1 {
    top: 695px;
  }
}

.prod02-page__content__container {
  height: 172px;
}

/* BEGIN STYLE */
#CONT02 {
  padding: 80px 0 45px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #CONT02 {
    padding-bottom: 92px !important;
  }
}

.cont02 {
  padding-top: 68.54px;
}
@media (max-width: 991.98px) {
  .cont02 {
    padding-top: 82px;
  }
}
.cont02 .container--cont02 {
  position: relative;
  z-index: 100;
}
@media (max-width: 1399.98px) {
  .cont02 .container--cont02 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cont02 .container--cont02 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .cont02 .container--cont02 {
    max-width: 95% !important;
    padding: 0 20px !important;
  }
}
.cont02 .cont02__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
@media (max-width: 991.98px) {
  .cont02__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02__image {
  height: 388px;
  width: 590px;
}
@media (max-width: 1199.98px) {
  .cont02__image {
    height: 333px;
    width: 514px;
  }
}
@media (max-width: 991.98px) {
  .cont02__image {
    width: 100%;
    height: 383px;
  }
}
.cont02__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 43px;
}
.cont02__image img:hover {
  transform: scale(1.1);
  transition: ease 1s;
}
.cont02__right {
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start !important;
}
@media (max-width: 991.98px) {
  .cont02__right {
    margin-bottom: 56px;
  }
}
.cont02__title {
  color: #00A651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  margin-bottom: 0;
  display: flex;
  gap: 0 9px;
}
.cont02__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
.cont02__subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  margin-top: 5px;
  margin-left: -3px;
}
.cont02__line {
  margin: 39px 0 34px 0;
  display: none;
}
.cont02__paragraph p {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  margin: 61px 0 0 0;
  width: 570px;
  line-height: 22px !important;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .cont02__paragraph p {
    width: unset;
  }
}
@media (max-width: 991.98px) {
  .cont02__paragraph p {
    margin-top: 35px;
  }
}
.cont02__cta {
  margin-top: 74px;
  width: 40px;
  height: 30px;
  z-index: 2;
  background-color: #ed1c24;
  border-radius: 10px;
}
.cont02__cta:hover {
  background-color: #ffffff;
  border: 1px solid #ed1c24;
  transition: ease 1s;
}
.cont02__cta img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cont02__cta:hover img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(2552%) hue-rotate(343deg) brightness(89%) contrast(111%);
  transition: ease 1s;
}

/* BEGIN STYLE */
#TOPI03 {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #TOPI03 {
    padding: 0 0 101px 0;
  }
}
#TOPI03::after {
  content: "";
  height: 70%;
  width: 100%;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  #TOPI03::after {
    height: 100%;
  }
}
#TOPI03 .topi03-firula {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  z-index: -1;
}
#TOPI03 .topi03-firula IMG {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 991.98px) {
  #TOPI03 .topi03-firula {
    display: none;
  }
}
#TOPI03 .container {
  display: flex;
  position: relative;
  z-index: 2;
  padding-top: 79px !important;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  #TOPI03 .container {
    flex-direction: column;
    max-width: 95% !important;
    padding: 79px 20px 79px 20px !important;
  }
}
#TOPI03 .container-box .owl-stage-outer {
  overflow: visible;
  padding: 0;
}
@media (max-width: 991.98px) {
  #TOPI03 .container-box .owl-stage-outer {
    margin-bottom: 50px;
  }
}
#TOPI03 .container-box .owl-stage-outer .owl-stage {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  #TOPI03 .container-box .owl-stage-outer .owl-stage {
    justify-content: flex-start;
    gap: 0 22px;
  }
}
#TOPI03 .container-box .owl-stage-outer .owl-item {
  width: 250px !important;
  margin-left: 65px;
}
@media (max-width: 991.98px) {
  #TOPI03 .container-box .owl-stage-outer .owl-item {
    margin-left: 0;
  }
}
#TOPI03 .header-topic {
  text-align: center;
}
#TOPI03 .header-topic .container-title {
  margin-bottom: 25px;
}
#TOPI03 .header-topic .container-title .title {
  color: #00A651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  display: flex;
  gap: 0 9px;
}
#TOPI03 .header-topic .container-title .title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
#TOPI03 .header-topic .container-title .subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  display: block;
  text-align: LEFT;
  width: 243px;
  margin-top: 5px;
  margin-left: -3px;
}
#TOPI03 .header-topic .paragraph {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 22.52px;
  text-align: left;
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .paragraph {
    font: 90%;
    width: 0.938rem "Bahnschrift", sans-serif, arial;
  }
}
#TOPI03 .header-topic .line {
  background-color: #404040;
  display: none;
}
#TOPI03 .container-box {
  position: relative;
  padding-top: 30px;
  width: 70%;
}
@media (max-width: 991.98px) {
  #TOPI03 .container-box {
    width: 100%;
  }
}
#TOPI03 .container-box .owl-dots {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  #TOPI03 .container-box .owl-dots {
    bottom: 0;
    left: 16px;
    top: unset;
    justify-content: start;
  }
}
@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;
  padding-left: 0.25rem;
  width: 100%;
}
#TOPI03 .container-box .box-topic .content {
  padding: 0 0 0 15px;
}
#TOPI03 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  height: 255px;
  align-items: flex-start !important;
}
#TOPI03 .container-box .box-topic .content .container-info .image {
  position: relative;
}
#TOPI03 .container-box .box-topic .content .container-info .image img {
  width: 37px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
#TOPI03 .container-box .box-topic .content .container-info .description {
  text-align: center;
  padding: 0 12px;
}
#TOPI03 .container-box .box-topic .content .container-info .description .title {
  font-size: 20px;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #1a2834;
  font-weight: 400;
  text-align: left;
}
#TOPI03 .container-box .box-topic .content .container-info .description .paragraph {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 22.52px !important;
  text-align: justify;
  margin-bottom: 0;
}
#TOPI03 .container-box .box-topic .content:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.topi03-firula-visao {
  position: absolute;
  top: 17px;
  left: 0;
}
.topi03-firula-visao img {
  width: 35px !important;
  height: 63px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* BEGIN STYLE */
.port02 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 107px 0 50px 0;
  position: relative;
  margin-top: -60px;
}
.port02::after {
  content: "";
  height: 100px;
  width: 100%;
  background-color: #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.port02__firula {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 471px;
}
.port02__firula img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 575.98px) {
  .port02__firula img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 575.98px) {
  .port02__firula {
    display: none;
  }
}
.port02__firula-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 561px;
  display: none;
}
.port02__firula-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .port02__firula-2 img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media (max-width: 575.98px) {
  .port02__firula-2 {
    display: block;
    height: 229px;
  }
}
@media (max-width: 424.98px) {
  .port02__firula-2 {
    height: 270px;
  }
}
.port02__container {
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .port02__container {
    max-width: 95% !important;
    padding: 0 20px !important;
  }
}
.port02__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.port02__header {
  text-align: left;
  width: 100%;
  display: table;
}
.port02__header hr {
  display: none;
}
.port02__header__title {
  color: #eeeeee;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  display: flex;
  gap: 0 9px;
}
.port02__header__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
.port02__header__subtitle {
  color: #eeeeee;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  display: block;
  margin-top: 5px;
  margin-left: -3px;
}
.port02__categories {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .port02__categories {
    display: none;
  }
}
.port02__categories__carousel {
  width: 85%;
  display: block;
}
@media (max-width: 991.98px) {
  .port02__categories__carousel .owl-nav {
    display: none;
  }
}
.port02__categories__carousel .owl-stage-outer {
  overflow: visible;
}
.port02__categories__carousel .owl-stage-outer .owl-item {
  width: 160px !important;
}
.port02__categories__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  font-size: 0.938rem;
  color: #eeeeee;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
  border: 1px solid #eeeeee !important;
  padding: 5px 21px;
  border-radius: 8px;
  width: 160px;
}
.port02__categories__item:hover {
  background-color: #00A651;
  border-color: #00A651 !important;
  opacity: inherit;
  transition: all ease 1s;
}
.port02__categories__item__icon {
  width: 21px !important;
  height: 21px;
  margin-bottom: 0;
}
.port02__categories__item__title {
  font-size: 15px;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #eeeeee;
  text-align: left;
  word-wrap: break-word;
  width: 100%;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02__categories__item__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02__categories__item__title {
    font-size: 1.125rem;
  }
}
.port02__portfolios {
  padding: 45px 0;
  position: relative;
}
.port02__portfolios__carousel {
  width: 85%;
  position: unset;
  display: block;
}
.port02__portfolios__carousel .owl-stage-outer {
  overflow: visible;
}
.port02__portfolios__carousel .owl-stage-outer .owl-item {
  width: 325px !important;
}
@media (max-width: 991.98px) {
  .port02__portfolios__carousel .owl-stage-outer .owl-item {
    width: 283px !important;
  }
}
.port02__portfolios__carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.port02__portfolios__carousel .owl-dots {
  position: absolute;
  top: -19px;
  right: 55px;
  margin: 0;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .port02__portfolios__carousel .owl-dots {
    left: 0;
    justify-content: flex-start;
  }
}
.port02__portfolios__carousel .owl-dots .owl-dot {
  background-color: #ffffff !important;
}
.port02__portfolios__carousel .owl-dots .owl-dot:active {
  background-color: #ffffff !important;
  opacity: 20%;
}
.port02__portfolios__item {
  position: relative;
  height: 300px;
  width: 325px;
  display: flex;
  align-items: end;
}
.port02__portfolios__item:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
@media (max-width: 991.98px) {
  .port02__portfolios__item {
    width: 100%;
  }
}
.port02__portfolios__item__image {
  z-index: 1;
}
.port02__portfolios__item__title {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0 9px;
  padding-left: 25px;
  margin-bottom: 28px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02__portfolios__item__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02__portfolios__item__title {
    font-size: 1.125rem;
  }
}
.port02__portfolios__item__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #00A651;
  background-color: #00A651;
}
.port02__portfolios__link-page {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 10px;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 55px;
  margin-top: 35px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .port02__portfolios__link-page {
    position: absolute;
    top: -29px;
    right: 0px;
    margin: 0;
  }
}
.port02__portfolios__link-page:hover, .port02__portfolios__link-page:focus {
  background-color: #ffffff;
  transition: ease 1s;
}
.port02__portfolios__link-page:hover img, .port02__portfolios__link-page:focus img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(2552%) hue-rotate(343deg) brightness(89%) contrast(111%);
  transition: ease 1s;
}
.port02__portfolios__link-page img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.port02__show {
  width: 100%;
  padding: 0;
  max-width: 1195px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199.98px) {
  .port02__show {
    padding: 36px 20px;
  }
}
.port02__show .carousel__button {
  top: 20px !important;
  right: 53px !important;
  color: #353534 !important;
}
@media (max-width: 1199.98px) {
  .port02__show .carousel__button {
    right: 16px !important;
  }
}
.port02__show__row {
  position: relative;
  z-index: 10;
  padding: 0 60px 64px 60px;
}
@media (max-width: 1199.98px) {
  .port02__show__row {
    padding: 0 20px 75px 20px;
  }
}
.port02__show__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.port02__show__descritpion {
  padding-right: 50px;
  padding-top: 110px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 55px 0;
}
@media (max-width: 1199.98px) {
  .port02__show__descritpion {
    width: auto;
    padding-top: 97px;
  }
}
@media (max-width: 767.98px) {
  .port02__show__descritpion {
    padding-top: 57px;
  }
}
@media (max-width: 767.98px) {
  .port02__show__descritpion {
    padding-left: 0;
    padding-right: 0;
  }
}
.port02__show__title {
  color: #00a651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  display: flex;
  gap: 0 9px;
  margin-bottom: 0;
}
.port02__show__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
.port02__show__subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  display: block;
  margin-top: 5px;
  margin-left: -3px;
  margin-bottom: 0;
  width: auto;
}
.port02__show__text {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 22.52px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02__show__text {
    font-size: 0.938rem "Bahnschrift", sans-serif, arial;
    text-align: start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02__show__text {
    font-size: 0.938rem "Bahnschrift", sans-serif, arial;
    text-align: start;
  }
}
.port02__show__link {
  padding: 10px 20px;
  background-color: #ed1c24;
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  color: #ffffff;
  display: table;
  margin-top: 0;
  border-radius: 6px;
  border: 1px solid #ed1c24;
  font-size: 16px;
  width: 173px;
  text-align: center;
  font-weight: 400;
  outline: unset;
  position: absolute;
  bottom: 82px;
}
.port02__show__link img {
  display: none;
}
.port02__show__link:hover {
  background-color: #ffffff;
  color: #ed1c24;
  transition: ease 1s;
}
@media (max-width: 1199.98px) {
  .port02__show__link {
    right: 29px;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .port02__show__gallery {
    width: 100%;
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .port02__show__gallery {
    padding-left: 0;
    padding-right: 0;
  }
}
.port02__show__gallery__main {
  position: relative;
  height: 365px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.port02__show__gallery__main img {
  width: 100%;
  border-radius: 25px;
  height: 100%;
}
.port02__show__gallery__main__iframe, .port02__show__gallery__main__item {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.port02__show__gallery__main__iframe {
  display: block;
}
.port02__show__gallery__thumbnail__item {
  height: 71px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.port02__show__gallery__thumbnail__item:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02__show__gallery__thumbnail__item {
    height: 47px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02__show__gallery__thumbnail__item {
    height: 75px;
  }
}
.port02__show__gallery__thumbnail__carousel .owl-nav {
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-top: 0;
}
.port02__show__gallery__thumbnail__carousel .owl-nav .owl-next {
  margin-right: -50px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02__show__gallery__thumbnail__carousel .owl-nav .owl-next {
    margin-right: -30px;
    width: 25px;
    height: 25px;
    line-height: 16px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02__show__gallery__thumbnail__carousel .owl-nav .owl-next {
    margin-right: -30px;
    width: 25px;
    height: 25px;
    line-height: 16px !important;
  }
}
.port02__show__gallery__thumbnail__carousel .owl-nav .owl-prev {
  margin-left: -50px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02__show__gallery__thumbnail__carousel .owl-nav .owl-prev {
    margin-left: -30px;
    width: 25px;
    height: 25px;
    line-height: 16px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02__show__gallery__thumbnail__carousel .owl-nav .owl-prev {
    margin-left: -30px;
    width: 25px;
    height: 25px;
    line-height: 16px !important;
  }
}

/*
======================================
================== PAGE ==============
======================================
*/
/* BEGIN STYLE */
.port02-page {
  position: relative;
  background-color: #eeeeee;
}
.port02-page__container {
  padding: 0;
  position: relative;
  z-index: 2;
}
.port02-page__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.port02-page__header {
  text-align: center;
  width: 100%;
  height: 350px;
  position: relative;
  padding: 87px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.port02-page__header .container {
  z-index: 100;
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .port02-page__header .container {
    max-width: 95% !important;
  }
}
.port02-page__header__title {
  font-size: 12px;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #dadada;
  font-weight: 400;
  display: block;
  text-align: left;
}
.port02-page__header__line {
  width: 100%;
  position: relative;
  z-index: 10;
}
.port02-page__categories {
  padding: 44px 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .port02-page__categories {
    display: none;
  }
}
.port02-page__categories__carousel {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
.port02-page__categories__carousel .owl-stage-outer {
  overflow: visible;
}
.port02-page__categories__carousel .owl-stage-outer .owl-item {
  width: 160px !important;
}
.port02-page__categories__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  font-size: 0.938rem;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
  border: 1px solid #424242 !important;
  padding: 5px 21px;
  border-radius: 11px;
  width: 160px;
}
.port02-page__categories__item:hover {
  background-color: #00a651;
  border-color: #00a651 !important;
  transition: all ease 1s;
}
.port02-page__categories__item:active {
  background-color: #00a651;
  border-color: #00a651 !important;
  transition: all ease 1s;
}
.port02-page__categories__item:active h2 {
  color: #ffffff;
  transition: all ease 1s;
}
.port02-page__categories__item:active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(221deg) brightness(101%) contrast(103%);
  transition: all ease 1s;
}
.port02-page__categories__item__icon {
  width: 21px !important;
  height: 21px;
  margin-bottom: 0;
  filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(212deg) brightness(97%) contrast(84%);
}
.port02-page__categories__item__title {
  font-size: 15px;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #424242;
  text-align: left;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02-page__categories__item__title {
    font-size: 1.125rem;
  }
}
.port02-page__portfolios {
  padding: 0 20px 182px 20px;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.port02-page__portfolios__header {
  text-align: center;
  margin-bottom: 61px;
  margin-top: 107px;
  position: relative;
}
@media (max-width: 991.98px) {
  .port02-page__portfolios__header {
    margin-top: 54px;
  }
}
.port02-page__portfolios__header__title {
  font-size: 30px;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  color: #1a2834;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .port02-page__portfolios__header__title {
    font-size: 1.475rem;
  }
}
@media (max-width: 424.98px) {
  .port02-page__portfolios__header__title {
    font-size: 1.275rem;
  }
}
.port02-page__portfolios__header__text {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #393939;
  margin-top: 30px;
  line-height: 27px;
  text-align: left;
  letter-spacing: 0.2px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02-page__portfolios__header__text {
    font-size: 0.938rem "Bahnschrift", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02-page__portfolios__header__text {
    font-size: 0.938rem "Bahnschrift", sans-serif, arial;
  }
}
.port02-page__portfolios__item {
  position: relative;
  height: 300px;
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
.port02-page__portfolios__item:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
.port02-page__portfolios__item__image {
  z-index: 1;
}
.port02-page__portfolios__item__title {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-family: "Bahnschrift", sans-serif, arial;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0 9px;
  padding-left: 25px;
  margin-bottom: 28px;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02-page__portfolios__item__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02-page__portfolios__item__title {
    font-size: 1.125rem;
  }
}
.port02-page__portfolios__item__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #00a651;
  background-color: #00a651;
}
.port02-page__portfolios__link-page {
  padding: 10px 50px;
  background-color: #00A651;
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 500;
  color: #7c7c7c;
  margin-left: auto;
  display: table;
  margin-right: 55px;
  margin-top: -45px;
  position: relative;
  z-index: 10;
}
.port02-page__portfolios__link-page:hover, .port02-page__portfolios__link-page:focus {
  background-color: #404040;
  color: #ffffff;
}
.port02-page__portfolios__link-page:hover img, .port02-page__portfolios__link-page:focus img {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
@media (min-width: 0) and (max-width: 575.98px) {
  .port02-page__portfolios__link-page {
    font: 0.938rem "Bahnschrift", sans-serif, arial;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .port02-page__portfolios__link-page {
    font: 0.938rem "Bahnschrift", sans-serif, arial;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
.port02-page__portfolios__pagination .pagination .page-item .page-link {
  color: #404040;
}
.port02-page__portfolios__pagination .pagination .page-item.disabled .page-link {
  opacity: 0.5;
}
.port02-page__portfolios__pagination .pagination .page-item:first-child .page-link {
  color: #404040;
}
.port02-page__portfolios__pagination .pagination .page-item.active .page-link {
  background-color: #404040;
  color: #ffffff;
  border-color: #404040;
}

.port02__header__wrapper-title {
  margin-bottom: 41px;
}
@media (max-width: 991.98px) {
  .port02__header__wrapper-title {
    margin-bottom: 55px;
  }
}

.port02__portfolios__item__mascara {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 125.49%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.port02-page__categories__item:hover h2 {
  color: #ffffff;
  transition: all ease 1s;
}

.port02-page__categories__item:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(221deg) brightness(101%) contrast(103%);
  transition: all ease 1s;
}

.port02-page__portfolios__header__wrapper-title {
  justify-content: flex-start !important;
}
.port02-page__portfolios__header__wrapper-title img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 19px !important;
}

.port02-page__portfolios__pagination {
  display: none;
}

.port02-page__row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 13px;
  margin-left: 2px;
}
@media (max-width: 767.98px) {
  .port02-page__row .owl-stage-outer {
    padding-left: 0;
  }
}
.port02-page__row .col-12 {
  width: 330px !important;
  padding: 0;
}

.port02__show__firula {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 155px;
}
.port02__show__firula img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1199.98px) {
  .port02__show__firula {
    display: none;
  }
}

.port02__show__gallery__thumbnail__carousel .owl-nav {
  display: none;
}
.port02__show__gallery__thumbnail__carousel .owl-stage-outer .owl-stage {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .port02__show__gallery__thumbnail__carousel .owl-stage-outer .owl-stage {
    justify-content: flex-start;
  }
}
.port02__show__gallery__thumbnail__carousel .owl-stage-outer .owl-stage .owl-item {
  width: 71px !important;
}

.port02__show__gallery {
  padding-top: 110px;
}

.port02__show__text-1 {
  display: none;
}
@media (max-width: 1199.98px) {
  .port02__show__text-1 {
    display: block !important;
  }
}

@media (max-width: 1199.98px) {
  .port02__show__text {
    display: none;
  }
}

.port02-page__row .owl-dots {
  justify-content: flex-start;
  padding-left: 0;
}

.port02__firula-page1 {
  position: absolute;
  top: 418px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}
.port02__firula-page1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 991.98px) {
  .port02__firula-page1 {
    top: 395px;
  }
}

/* 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: "Bahnschrift", 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: "Bahnschrift", 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: 0.938rem "Bahnschrift", 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 "Bahnschrift", sans-serif, arial;
  }
}
.abou01__cta {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 30px auto 0;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #00A651;
}
.abou01__cta:hover {
  color: #ffffff;
  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 "Bahnschrift", sans-serif, arial;
  }
}

.abou01__firula {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 165px;
}
.abou01__firula img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.abou01__firula__container {
  position: absolute;
  bottom: -158px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 225px;
}
.abou01__firula__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.container__static {
  padding: 86px 15px 40px 15px !important;
  padding-top: 86px !important;
  padding-bottom: 40px !important;
}

.abou01__firula__center {
  width: 100%;
  height: 560px;
  display: block;
  position: relative;
}
.abou01__firula__center img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 991.98px) {
  .abou01__firula__center img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.abou01__firula__center::after {
  content: "";
  background-color: #eeeeee;
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.abou01__firula__missao {
  width: 100%;
  height: 225px;
  display: block;
  position: absolute;
  bottom: -114px;
  left: 0;
  z-index: 2;
}
.abou01__firula__missao img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 767.98px) {
  .abou01__firula__missao {
    display: none;
  }
}

.abou01__firula__missao-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 115px;
  display: none;
}
@media (max-width: 767.98px) {
  .abou01__firula__missao-3 {
    display: block;
  }
}
.abou01__firula__missao-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.abou01__firula__topicos {
  width: 100%;
  height: 158px;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.abou01__firula__topicos img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1199.98px) {
  .abou01__firula__topicos {
    display: none;
  }
}

.abou01-page .container {
  align-items: flex-start !important;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  justify-content: space-between;
  max-width: 1400px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.abou01-page .container .container-title {
  display: flex;
  flex-direction: column;
}
.abou01-page .container .container-title .title {
  color: #00A651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  display: flex;
  gap: 0 9px;
}
.abou01-page .container .container-title .title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
.abou01-page .container .container-title .subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  margin-top: 5px;
  margin-left: -3px;
  width: 326px;
}
@media (max-width: 767.98px) {
  .abou01-page .container {
    flex-direction: column;
    gap: 42px 0;
    max-width: 95% !important;
    padding-bottom: 0 !important;
  }
}
.abou01-page .container .container__img {
  width: 41.66666667%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 991.98px) {
  .abou01-page .container .container__img {
    width: 100%;
  }
}
.abou01-page .container .container__img img {
  width: 100%;
  max-width: 430px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.abou01-page__header {
  text-align: center;
  background-color: #efefef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 87px 0;
  margin: 0;
  position: relative;
  height: 350px;
}
.abou01-page__header__container {
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .abou01-page__header__container {
    display: none;
  }
}
.abou01-page__header__title {
  font-size: 12px;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #dadada;
  font-weight: 400;
  display: block;
}
.abou01-page__header__subtitle {
  font-size: 14px;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #dadada;
  font-weight: 400;
  text-align: left;
  display: block;
}
.abou01-page__header__line {
  width: 100%;
  max-width: 610px;
  background-color: #404040;
  display: none;
}
.abou01-page__content {
  width: 58.33333333%;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .abou01-page__content {
    width: 34.333333%;
  }
}
@media (max-width: 767.98px) {
  .abou01-page__content {
    width: 100%;
  }
}
.abou01-page__content__container {
  margin-bottom: 0;
}
.abou01-page__content__title {
  color: #00A651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  display: flex;
  gap: 0 9px;
}
.abou01-page__content__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
.abou01-page__content__subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  display: block;
  margin-top: 5px;
  margin-left: -3px;
  width: 326px;
}
@media (max-width: 575.98px) {
  .abou01-page__content__subtitle {
    width: 280px;
  }
}
.abou01-page__content__line {
  width: 100%;
  background-color: #404040;
  display: none;
}
.abou01-page__content__paragraph {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 22.52px;
  width: 980px;
}
@media (max-width: 1199.98px) {
  .abou01-page__content__paragraph {
    width: 455px;
  }
}
@media (max-width: 991.98px) {
  .abou01-page__content__paragraph {
    width: 100%;
  }
}
.abou01-page__topic {
  padding: 0 10px 0 10px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.abou01-page__topic .container {
  height: 455px;
}
@media (max-width: 1199.98px) {
  .abou01-page__topic .container {
    flex-direction: column;
    height: 555px;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .abou01-page__topic .container {
    padding-top: 50px !important;
  }
}
.abou01-page__topic__content {
  position: relative;
  z-index: 1;
  padding: 20px 0 0 15px;
  height: 255px;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}
.abou01-page__topic__content:hover {
  transform: scale(1.01);
}
.abou01-page__topic .carousel-abou01-topic {
  margin-top: 40px;
  margin-bottom: 45px;
  justify-content: end;
}
@media (max-width: 1199.98px) {
  .abou01-page__topic .carousel-abou01-topic {
    justify-content: flex-start;
  }
}
.abou01-page__topic__item {
  width: 250px !important;
  margin-left: 38px;
}
@media (max-width: 1199.98px) {
  .abou01-page__topic__item {
    margin-left: 0;
  }
}
.abou01-page__topic__item:hover {
  transform: scale(1.02);
  transition: ease 1s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.abou01-page__topic__item__header {
  margin-bottom: 16px;
  position: relative;
}
.abou01-page__topic__item__icon {
  width: 37px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
.abou01-page__topic__item__title {
  font-size: 20px;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #1a2834;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic__item__title {
    font-size: 1.563rem;
  }
}
.abou01-page__topic__item p {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 22.52px !important;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic__item p {
    font: 0.938rem "Bahnschrift", 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;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .abou01-page__topic .carousel-abou01-topic .owl-stage-outer .owl-item {
    width: 300px !important;
  }
}
.abou01-page__topic .carousel-abou01-topic .owl-dots {
  text-align: center;
  margin-top: 20px;
  justify-content: flex-start;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #000000;
  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: #000000;
  opacity: 20%;
}
.abou01-page__section {
  padding: 68px 15px 0 15px;
  display: none;
}
.abou01-page__section .align-items-center {
  align-items: flex-start !important;
}
@media (max-width: 991.98px) {
  .abou01-page__section .align-items-center {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
@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: 0.938rem "Bahnschrift", 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 "Bahnschrift", sans-serif, arial;
    margin-bottom: 30px;
  }
}

.abou01-page__topic__item__div {
  text-align: center;
  padding: 0 12px;
}

.abou01-firula-visao {
  position: absolute;
  top: 17px;
  left: 0;
}
.abou01-firula-visao img {
  width: 35px !important;
  height: 63px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.abou01__firula-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 165px;
}
.abou01__firula-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

/* BEGIN STYLE */
.cota02__header {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 87px 0;
  margin: 0;
  position: relative;
  padding-bottom: 35px;
}
.cota02__header .container {
  margin-bottom: 0;
  margin-top: 32px;
  padding-left: 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  .cota02__header .container {
    max-width: 95% !important;
  }
}
.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);
}
.cota02__header__title {
  font-size: 12px;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #dadada;
  font-weight: 400;
  display: block;
  text-align: left;
  margin-bottom: 0;
}
.cota02__header__subtitle {
  font-size: 14px;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #dadada;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 0;
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #7c7c7c;
  width: 100%;
  display: none;
}
.cota02__boxForm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  padding-bottom: 85px;
}
.cota02__boxForm .justify-content-center {
  gap: 25px 0;
}
@media (max-width: 1199.98px) {
  .cota02__boxForm {
    flex-direction: column;
    padding-top: 62px !important;
  }
}
@media (max-width: 767.98px) {
  .cota02__boxForm {
    max-width: 95% !important;
  }
}
@media (max-width: 575.98px) {
  .cota02__boxForm {
    max-width: 90% !important;
  }
}
.cota02__boxForm .container--boxForm {
  padding: 68px 0 59px 0 !important;
}
@media (max-width: 575.98px) {
  .cota02__boxForm .container--boxForm .row {
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .cota02__boxForm .container--boxForm {
    padding-top: 25px !important;
  }
}
@media (max-width: 767.98px) {
  .cota02__boxForm .container--boxForm {
    padding-bottom: 140px !important;
  }
}
.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;
  gap: 15px 0;
  height: 100%;
  justify-content: flex-start;
}
.cota02__boxForm__item__content:hover {
  transform: scale(1.05);
  transition: ease 1s;
}
.cota02__boxForm__item__content__image {
  width: 60px;
  height: 60px;
  background: rgba(0, 166, 81, 0.1490196078);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cota02__boxForm__item__content__image img {
  width: 25px !important;
  height: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota02__boxForm__item__content__description__title {
  font-size: 15px;
  font-weight: 300;
  color: #414141;
  font-family: "Bahnschrift", sans-serif, arial;
  margin-bottom: 0;
  line-height: 22px;
}
.cota02__boxForm__item__content__description__paragraph {
  font-size: 15px;
  font-weight: 300;
  color: #414141;
  font-family: "Bahnschrift", sans-serif, arial;
  margin-bottom: 0;
  line-height: 22px;
}
.cota02__boxForm__item__content__description__paragraph p {
  font-size: 15px;
  font-weight: 300;
  color: #414141;
  font-family: "Bahnschrift", sans-serif, arial;
  margin-bottom: 0;
  line-height: 22px;
}
.cota02__form {
  padding: 78px 0 154.45px 0;
}
@media (max-width: 767.98px) {
  .cota02__form .container {
    max-width: 95% !important;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .cota02__form .container {
    max-width: 90% !important;
  }
}
.cota02__form__header {
  margin-bottom: 50px;
}
.cota02__form__header__title {
  color: #00a651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 15px;
  line-height: 17.49px;
  display: flex;
  gap: 0 9px;
  margin-bottom: 0;
}
.cota02__form__header__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}
.cota02__form__header__subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  display: block;
  margin-top: 5px;
  margin-left: -3px;
  margin-bottom: 18px;
  width: 326px;
}
.cota02__form__header__line {
  background: #404040;
  display: flex;
  margin-top: 15px;
  margin-bottom: 18px;
  display: block;
  display: none;
}
.cota02__form__header__paragraph p {
  color: #424242;
  font-weight: 300;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  width: 437px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph p {
    width: auto;
  }
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item--select .form-select {
  margin-bottom: 0 !important;
  height: 40px;
  border-radius: 0 !important;
  background-color: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-top: transparent !important;
  border-bottom: 1px solid rgba(54, 54, 57, 0.2);
  padding-left: 0 !important;
}
.cota02__form .input__item--select .form-select:focus {
  box-shadow: inherit !important;
}
.cota02__form__inputs__formIput {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.cota02__form__inputs__formIput .input__item {
  width: 100%;
  font: 0.938rem "Bahnschrift", 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 "Bahnschrift", sans-serif, arial;
}
.cota02__form__inputs__compliance label {
  color: #393939;
  font: 0.875rem "Bahnschrift", sans-serif, arial;
}
.cota02__form__inputs__compliance label a {
  color: #7c7c7c;
  font: 0.875rem "Bahnschrift", sans-serif, arial;
}

.cota02-show__form__item__input:nth-of-type(5) {
  width: 50% !important;
}
@media (max-width: 767.98px) {
  .cota02-show__form__item__input:nth-of-type(5) {
    width: 100% !important;
  }
}
.cota02-show__form__item__input:nth-of-type(5) .placeholder--custom {
  top: 15px;
}

.input__item--textarea .form-placeholder.focusing .placeholder--custom {
  top: -7px !important;
  transition: ease 1s;
}

.cota02-show__form__item__input .input__item--textarea textarea {
  height: 136px !important;
  background-color: transparent;
  padding-left: 0 !important;
}

.cota02-show__form__inputs__formIput__input-submit {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 600;
  border-radius: 6px;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  color: #ffffff;
  min-width: 177px;
  display: table;
  padding: 10px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cota02-show__form__inputs__formIput__input-submit:hover {
  background-color: #ffffff;
  color: #ed1c24;
  transition: ease 1s;
}
@media (max-width: 767.98px) {
  .cota02-show__form__inputs__formIput__input-submit {
    left: 0;
    margin-left: 0 !important;
    bottom: -65px;
    width: 177px;
  }
}

.cota02-show__form__compliance {
  font: 0.875rem "Bahnschrift", 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__boxForm__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cota02__boxForm__container__title {
  color: #00a651;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 0.938rem;
  line-height: 17.49px;
  display: flex;
  gap: 0 9px;
}
.cota02__boxForm__container__title::before {
  content: "";
  width: 3px;
  height: 17px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
}

.cota02__boxForm__container__subtitle {
  color: #1a2834;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif, arial;
  font-size: 1.875rem;
  line-height: 35.55px;
  display: block;
  margin-top: 5px;
  margin-left: -3px;
  width: 326px;
}

.cota02__form-cota02 {
  position: absolute;
  top: -78px;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: -1;
  padding: 0;
}
.cota02__form-cota02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.cota02__form {
  position: relative;
  padding: 40px 0 154.45px 0;
}

.cota02-show__form__item__input .form-placeholder > input {
  border-bottom: 1px solid rgba(54, 54, 57, 0.2);
  padding-left: 0 !important;
}
.cota02-show__form__item__input .form-control {
  color: #000000 !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-top: transparent !important;
  border-bottom: 1px solid rgba(54, 54, 57, 0.2);
}
.cota02-show__form__item__input .form-placeholder .placeholder--custom {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding-left: 0;
}

.cota01-show__form__item {
  position: relative;
  width: 80% !important;
}
@media (max-width: 767.98px) {
  .cota01-show__form__item {
    width: 100% !important;
  }
}

/* BEGIN STYLE */
.comp01-page__header {
  text-align: center;
  background-color: #1a2834;
  padding: 87px 0;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a2834 !important;
}
@media (max-width: 767.98px) {
  .comp01-page__header {
    height: 230px;
  }
}
@media (max-width: 767.98px) {
  .comp01-page__header .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
  }
}
.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: 0;
  z-index: 100;
  position: relative;
}
.comp01-page__header__title {
  font-size: 3.125rem;
  font-family: "Bahnschrift", sans-serif, arial;
  color: #ffffff;
  display: block;
  font-weight: 400;
}
@media (max-width: 575.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: "Bahnschrift", 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: "Bahnschrift", 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: 0.938rem "Bahnschrift", 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 "Bahnschrift", sans-serif, arial;
  }
}
.comp01-page__archives {
  margin-top: 50px;
}
.comp01-page__archives__item {
  font: 0.938rem "Bahnschrift", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #00A651;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__archives__item {
    font: 0.938rem "Bahnschrift", sans-serif, arial;
  }
}
.comp01-page__archives__item:hover {
  color: #ffffff;
  background-color: #000;
}
.comp01-page__archives__item:hover .comp01__archives__item__icon {
  filter: invert(1) grayscale(1);
}
