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

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

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

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

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

body::-webkit-scrollbar-thumb {
  background: rgba(4, 28, 44, 0.8);
}

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

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

.text-secondary {
  color: #FF6A14 !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(4, 28, 44, 0.5);
}

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

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(4, 28, 44, 0.9);
  border-color: rgba(4, 28, 44, 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(4, 28, 44, 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, .blog01__boxs__carousel .owl-nav button.owl-next:hover,
.blog01__boxs__carousel .owl-nav button.owl-prev:hover, .blog01__boxs__carousel .owl-nav button.owl-next,
.blog01__boxs__carousel .owl-nav button.owl-prev {
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

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

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

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

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

.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: #85C8BC;
  color: #FF6A14;
  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: 1.875rem;
  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.625rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 400;
  color: #FF6A14;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 0.875rem "Work Sans", sans-serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  background-color: #fff;
  color: #041C2C;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form101__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

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

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

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

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

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

.form__file input {
  display: none;
}

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

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

.jq-toast-single h2 {
  font-family: "Outfit", 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;
}
.confirmation__header__wrapper-title {
  display: flex;
  flex-direction: column;
}
.confirmation__header__title {
  font-size: 3.75rem;
  color: #000;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__title {
    font-size: 1.85rem;
  }
}
.confirmation__header__subtitle {
  font-size: 1.75rem;
  color: #000;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__subtitle {
    font-size: 1.25rem;
  }
}

.fadeInLeft {
  transform: translateX(-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 MAIN */
#SLID01 .content-slide .content-description .title, .comp01-page__header__title, .cota02__header__title, .blog01-show__banner__title, .blog01-page__header__title {
  font-family: "Outfit", sans-serif, arial;
  font-size: 3.75rem;
  font-weight: 700;
  color: #FF6A14;
}
@media (max-width: 991.98px) {
  #SLID01 .content-slide .content-description .title, .comp01-page__header__title, .cota02__header__title, .blog01-show__banner__title, .blog01-page__header__title {
    font-size: 2.5rem;
  }
}
.comp01-page__header__title, .cota02__header__title, .blog01-show__banner__title, .blog01-page__header__title {
  font-size: 1.5rem;
  color: #FF6A14;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .comp01-page__header__title, .cota02__header__title, .blog01-show__banner__title, .blog01-page__header__title {
    font-size: 1.25rem;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  font-family: "Outfit", sans-serif, arial;
  font-size: 3.75rem;
  font-weight: 700;
  color: #E6E6E6;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 2.5rem;
  }
}
.cota02__boxForm__item__content__description__paragraph, .blog01-show__item__description, .blog01-show__item__paragraph, .blog01-show__item__published, .blog01-page__boxs__featured__item__paragraph, .blog01-page__boxs__featured__item__date-publish, .blog01__header__paragraph, #TOPI01 .container-box .box-topic .content .container-info .description .paragraph, .cont02__paragraph, .cont03__content__paragraph, .topi08__item__desc, .topi08__header__desc {
  font-family: "Work Sans", sans-serif, arial;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
.cota02__boxForm__item__content__description__paragraph p, .blog01-show__item__description p, .blog01-show__item__paragraph p, .blog01-show__item__published p, .blog01-page__boxs__featured__item__paragraph p, .blog01-page__boxs__featured__item__date-publish p, .blog01__header__paragraph p, #TOPI01 .container-box .box-topic .content .container-info .description .paragraph p, .cont02__paragraph p, .cont03__content__paragraph p, .topi08__item__desc p, .topi08__header__desc p {
  font: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.cont03__content__paragraph, .topi08__item__desc, .topi08__header__desc {
  color: #fff;
}
.blog01-show__item__share, .cota02-show__form__inputs__formIput__input-submit, .blog01-page__boxs__featured__item__cta, .blog01__cta {
  font-family: "Work Sans", sans-serif, arial;
  font-size: 0.875rem;
  border-radius: 25px;
  padding: 4px 32px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  transition: ease all 0.3s;
}
@media (max-width: 767.98px) {
  .blog01-show__item__share, .cota02-show__form__inputs__formIput__input-submit, .blog01-page__boxs__featured__item__cta, .blog01__cta {
    font: 0.938rem "Work Sans", sans-serif, arial;
  }
}
.blog01-show__item__share img, .cota02-show__form__inputs__formIput__input-submit img, .blog01-page__boxs__featured__item__cta img, .blog01__cta img {
  display: none !important;
}
.cota02-show__form__inputs__formIput__input-submit, .blog01-page__boxs__featured__item__cta, .blog01__cta {
  background-color: #FF6A14;
  color: #fff;
  border: solid 1px #FF6A14;
  font-weight: 700;
}
.cota02-show__form__inputs__formIput__input-submit:hover, .blog01-page__boxs__featured__item__cta:hover, .blog01__cta:hover {
  background-color: #fff;
  border: 1px solid #FF6A14;
  color: #FF6A14;
  transition: ease all 0.3s;
}
.blog01-show__item__share {
  border: solid 1px #FF6A14;
  color: #FF6A14;
  background-color: #fff;
}
.blog01-show__item__share:hover {
  background-color: #FF6A14;
  border: 1px solid #fff;
  color: #fff;
  transition: ease all 0.3s;
}

/* END MAIN */
/* BEGIN STYLE */
#HEAD02 {
  overflow-x: hidden;
  position: fixed;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid #FF6A14;
}
#HEAD02 .container-header {
  min-height: 100px;
}
#HEAD02 .container-header #logoHeader img {
  width: 117px;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header #logoHeader img {
    width: 117px;
  }
}
#HEAD02 .container-navigation {
  /*         .social-network{
              margin-right: 20px;
              .social-link{
                  color: #404040;
                  font-size: 22px;
                  margin: 0 5px;

                  &:hover{
                      color: #7C7C7C;
                  }
              }
              @include medium-device-down{
                  display: none !important;
              }
          } */
}
#HEAD02 .container-navigation .menu-list {
  margin-right: 35px;
  padding-right: 60px;
}
@media (max-width: 1199.98px) {
  #HEAD02 .container-navigation .menu-list {
    margin: 0;
    padding: 0;
  }
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 110px;
  position: relative;
}
#HEAD02 .container-navigation .menu-list .menu-item:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: -16px;
  left: 0;
  transform: skew(-50deg);
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item:hover:after {
  background-color: #FF6A14;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  font: 1rem "Work Sans", sans-serif, arial;
  color: #fff;
}
#HEAD02 .container-navigation .menu-list .menu-item .link:hover {
  color: #FF6A14;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child {
  margin-right: 0;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu {
  background-color: #041C2C;
  border-radius: 0 10px 10px;
  min-width: 165px;
  padding: 10px;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item {
  font: 0.875rem "Work Sans", sans-serif, arial;
  color: #fff;
  margin-bottom: 11px;
  display: table;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:nth-of-type(2n+0), #HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 2px;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover {
  color: #FF6A14;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover:after {
  width: 90%;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#HEAD02 .container-navigation .container-cta .btn-cta {
  background-color: #000;
  border-radius: 50px;
  min-width: 125px;
  display: table;
  text-align: center;
  color: #fff;
  padding: 1px 15px;
}
#HEAD02 .container-navigation .container-cta .btn-cta.show {
  border-radius: 17px 17px 0 0;
  background-color: #FF6A14;
}
#HEAD02 .container-navigation .container-cta .btn-cta:hover {
  background-color: #FF6A14;
}
#HEAD02 .container-navigation .container-cta .btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right {
  background-color: #041C2C;
  border-radius: 0 10px 10px;
  min-width: 260px;
  flex-wrap: wrap;
  padding: 10px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right.show {
  display: flex;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right:after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item {
  font: 0.875rem "Work Sans", sans-serif, arial;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 11px;
  margin-right: 11px;
  display: table;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:nth-of-type(2n+0), #HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:hover {
  color: #FF6A14;
}
@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: "Outfit", sans-serif, arial;
  font-weight: 600;
  color: #041C2C;
  border-right: 1px solid rgba(4, 28, 44, 0.3);
  line-height: 15px;
}
#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: #F7F7F7;
}
#HEAD02 .container-navigation .menu-sidebar-header:active .lines > i {
  background-color: rgb(138, 138, 138);
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

.header-scrolled {
  background-color: #041C2C;
}
.header-scrolled .container-navigation .menu-list .menu-item {
  transition: color 0.4s ease-in-out;
}

.btn-whatsapp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  background-color: #FF6A14;
  position: fixed;
  right: -56px;
  top: 30%;
  width: 112px;
  height: 36px;
  border-radius: 35.5px;
  z-index: 25;
}
.btn-whatsapp img {
  width: 24px;
  height: 24px;
}

/* BEGIN STYLE */
.side02 {
  background-image: url("../images/BgSide.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  left: -100%;
  top: 2.5%;
  display: block;
  width: 95%;
  height: 95%;
  z-index: 1000;
  border-bottom: 9px solid #FF6A14;
  transition-duration: 0.6s;
}
.side02--show {
  left: 2.5%;
  transition-duration: 0.6s;
}
.side02__scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
}
.side02__scroll::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(4, 28, 44, 0.5);
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: rgba(4, 28, 44, 0.8);
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #041C2C;
}
.side02__header {
  padding: 10px 20px;
  margin-bottom: 40px;
}
.side02__header__button-close__icon path {
  fill: #FF6A14;
}
.side02__header__button-close__icon:hover path {
  fill: #041C2C;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif, arial;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #041C2C;
  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: #E6E6E6;
}
.side02__logo {
  width: 202px;
  display: table;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .side02__logo {
    width: 117px;
    margin-bottom: 35px;
  }
}
.side02__navigation {
  padding: 0 30px;
  margin-bottom: 70px;
}
.side02__navigation__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 412px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .side02__navigation__wrapper {
    gap: 0;
  }
}
.side02__navigation__item__link {
  font-size: 16px;
  font-family: "Work Sans", sans-serif, arial;
  font-weight: 700;
  color: #E6E6E6;
  width: 100%;
  display: table;
  padding: 15px 21px;
  margin-bottom: 7px;
}
.side02__navigation__item__link:active, .side02__navigation__item__link:focus {
  color: #FF6A14;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #E6E6E6;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}
.side02__navigation__sublink:last-of-type {
  border: none;
}
.side02__container-cta {
  padding: 0 60px;
  margin-bottom: 130px;
}
.side02__container-cta__dropdown {
  display: table;
  margin: 0 auto;
}
.side02__container-cta__btn-cta {
  background-color: #000;
  border-radius: 50px;
  min-width: 175px;
  text-align: center;
  color: #fff;
  padding: 1px 15px;
  display: table;
}
.side02__container-cta__btn-cta:hover {
  color: #85C8BC;
}
.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: #85C8BC;
}
.side02__social {
  margin-bottom: 44px;
  gap: 16px;
}
.side02__social__item {
  color: #404040;
  font-size: 25px;
  margin: 0 5px;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  list-style: none;
  text-decoration: none;
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 400;
  color: #FF6A14;
  border-right: 2px solid #FF6A14;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}
.side02__footer__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.side02__footer__item a {
  text-decoration: none;
  color: inherit;
  font: inherit;
}
.side02__override {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
}
.side02__override--show {
  transition-duration: 0.8s;
  visibility: visible;
  opacity: 1;
}

/* BEGIN STYLE */
.foot02 {
  width: 100%;
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 2px solid #FF6A14;
  padding: 0;
  /*     &__socials {
          display: none;
          &__item {
              font-size: 28px;
              font-family: $font-primary;
              color: $color-two;
              margin: 0 8px;
              &:hover {
                  color: $color-one;
              }
          }
      } */
}
.foot02__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 80px 80px;
}
@media (max-width: 991.98px) {
  .foot02__container {
    padding: 80px 40px;
  }
}
@media (max-width: 767.98px) {
  .foot02__container {
    flex-direction: column;
  }
}
.foot02__container__scrolltop {
  position: absolute;
  bottom: -2px;
  right: 5%;
  background-color: transparent;
  border: none;
}
@media (max-width: 767.98px) {
  .foot02__container__scrolltop {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .foot02__container__scrolltop {
    display: none;
  }
}
.foot02__logo {
  width: 50%;
}
.foot02__logo__item {
  width: 202px;
  display: block;
  margin: 0 0 46px 0;
}
.foot02__logo__linkedin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #E6E6E6;
  font-weight: 500;
  font-family: "Outfit", sans-serif, arial;
  white-space: nowrap;
  gap: 16px;
  transition: ease all 0.3s;
}
.foot02__logo__linkedin:hover {
  color: #FF6A14;
  transition: ease all 0.3s;
}
.foot02__logo__linkedin:hover .foot02__logo__linkedin__icon {
  filter: brightness(0) saturate(100%) invert(51%) sepia(27%) saturate(6034%) hue-rotate(351deg) brightness(103%) contrast(101%);
}
@media (max-width: 767.98px) {
  .foot02__logo__linkedin {
    margin-bottom: 60px;
  }
}
.foot02__logo__wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foot02__nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  /*         

  &--icon {
              display: flex;
              flex-direction: column;
              align-items: end;
              justify-content: end;
          }

          .phones {
              flex-direction: column;
          } 

          */
}
@media (max-width: 991.98px) {
  .foot02__nav {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .foot02__nav {
    width: 100%;
  }
}
.foot02__nav__header {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif, arial;
  color: #000;
  margin: 0 0 21px 0;
  display: block;
}
.foot02__nav__item {
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif, arial;
  font-weight: 500;
  color: #F7F7F7;
  display: block;
}
.foot02__nav__item:hover {
  color: #FF6A14;
}
.foot02__copyright-section {
  border-top: 2px solid #FF6A14;
  background-color: #041C2C;
  padding: 17px 0;
}
.foot02__copyright-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .foot02__copyright-section__container {
    flex-direction: column;
    gap: 24px;
  }
}
.foot02__copyright-section__compliances__item {
  font-family: "Work Sans", sans-serif, arial;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.6;
  color: #F7F7F7;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  transition: ease all 0.3s;
}
.foot02__copyright-section__compliances__item:hover {
  transition: ease all 0.3s;
  color: #FF6A14;
}
.foot02__copyright-section__compliances__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.foot02__copyright-section__compliances__item__cta {
  display: none;
}

/* BEGIN STYLE */
#SLID01 {
  position: relative;
}
#SLID01 .container-slide {
  position: relative;
}
#SLID01 .container-slide::before {
  content: "";
  height: 100%;
  width: 100%;
  inset: 0;
  position: absolute;
  z-index: 2;
}
#SLID01 .container-slide .slide01-arc {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  #SLID01 .container-slide .slide01-arc {
    bottom: -2px;
  }
}
#SLID01 .img-background-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#SLID01 .content-slide {
  height: 100vh;
  position: relative;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    padding-top: 240px !important;
  }
}
#SLID01 .content-slide .img-floating-png {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
}
#SLID01 .content-slide .img-floating-png img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .img-floating-png {
    position: relative;
    height: 300px;
    max-width: 476px;
    margin-top: 30px;
  }
}
#SLID01 .content-slide.start {
  flex-direction: row;
  text-align: left;
}
#SLID01 .content-slide.start .img-floating-png {
  right: 0;
}
#SLID01 .content-slide.center {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#SLID01 .content-slide.center .img-floating-png {
  display: none;
}
#SLID01 .content-slide.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;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  #SLID01 .content-slide .content-description {
    flex-direction: column;
  }
}
#SLID01 .content-slide .content-description .title {
  margin-right: 16px;
}
#SLID01 .content-slide .content-description .description {
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 500;
  color: #FF6A14;
  margin: 28px 0 51px 0;
  width: 70%;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .description {
    font: 0.938rem "Work Sans", sans-serif, arial;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  font: 1rem "Work Sans", sans-serif, arial;
  color: #000;
  font-weight: 500;
  border-radius: 0;
  background-color: #fff;
  min-width: 177px;
  display: table;
}
#SLID01 .content-slide .content-description .btn-cta-slide img {
  width: 25px;
  margin-right: 16px;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover {
  background-color: #041C2C;
  color: #fff;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover img {
  filter: grayscale(1) invert(1);
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    justify-content: center;
    align-items: end !important;
  }
}
#SLID01 #dotsSlideCustom {
  position: absolute;
  bottom: 40px;
  right: 50%;
  z-index: 100;
  transform: rotate(90deg);
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 100%;
  background-color: #E6E6E6;
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #FF6A14;
}

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

.cont02 .container--cont02 {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 170px;
  padding: 0 40px;
}
@media (max-width: 1199.98px) {
  .cont02 .container--cont02 {
    gap: 80px;
  }
}
@media (max-width: 991.98px) {
  .cont02 .container--cont02 {
    gap: 52px;
  }
}
@media (max-width: 575.98px) {
  .cont02 .container--cont02 {
    flex-direction: column;
    gap: 16px;
  }
}
.cont02 .cont02__mark {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cont02__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cont02__image {
  width: 220px;
}
@media (max-width: 991.98px) {
  .cont02__image {
    margin: 0 auto;
  }
}
.cont02__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cont02__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cont02__description {
  max-width: 618px;
}
@media (max-width: 991.98px) {
  .cont02__description {
    max-width: 460px;
  }
}
@media (max-width: 767.98px) {
  .cont02__description {
    max-width: 384px;
  }
}
.cont02__title {
  font-family: "Outfit", sans-serif, arial;
  font-size: 1.25rem;
  color: #FF6A14;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .cont02__title {
    font-size: 1.125rem;
  }
}
.cont02__subtitle {
  display: none;
  font-size: 1.25rem;
  font-family: "Work Sans", sans-serif, arial;
  color: #041C2C;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cont02__subtitle {
    font-size: 1.125rem;
  }
}
.cont02__line {
  display: none;
  margin: 39px 0 34px 0;
}
.cont02__paragraph {
  color: #041C2C;
  font-size: 1rem;
}
.cont02__paragraph span {
  color: #FF6A14;
}
@media (max-width: 575.98px) {
  .cont02__paragraph {
    text-align: center;
  }
}
.cont02__cta {
  font: 0.875rem "Work Sans", sans-serif, arial;
  font-weight: 700;
  color: #041C2C;
  display: flex;
  margin-top: 37px;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #E6E6E6;
}
.cont02__cta:hover {
  color: #fff;
  background-color: #000;
}
.cont02__cta:hover img {
  filter: invert(1) grayscale(1);
}

/* BEGIN STYLE */
#TOPI01 {
  padding: 70px 0 140px;
  position: relative;
}
#TOPI01 .topi01-arc {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -1px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  #TOPI01 .topi01-arc {
    bottom: -2px;
  }
}
#TOPI01 .header-topic {
  text-align: center;
}
#TOPI01 .header-topic .container-title {
  margin-bottom: 25px;
}
#TOPI01 .header-topic .container-title .title {
  font-size: 1.875rem;
  font-family: "Outfit", sans-serif, arial;
  color: #041C2C;
  display: block;
}
#TOPI01 .header-topic .container-title .subtitle {
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif, arial;
  color: #85C8BC;
  display: block;
}
#TOPI01 .header-topic .paragraph {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  #TOPI01 .header-topic .paragraph {
    width: 90%;
  }
}
#TOPI01 .header-topic .line {
  background-color: #041C2C;
}
#TOPI01 .container-box {
  padding: 0 40px;
}
#TOPI01 .container-box .owl-dots {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  #TOPI01 .container-box .owl-stage-outer {
    overflow: visible;
  }
}
#TOPI01 .container-box .box-topic {
  padding: 23px 20px 40px 20px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
#TOPI01 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  min-height: 240px;
}
#TOPI01 .container-box .box-topic .content .container-info .image {
  width: 143px;
  height: 98px;
}
#TOPI01 .container-box .box-topic .content .container-info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#TOPI01 .container-box .box-topic .content .container-info .description {
  text-align: center;
}
#TOPI01 .container-box .box-topic .content .container-info .description .title {
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif, arial;
  color: #041C2C;
  font-weight: 500;
  margin: 0;
}
#TOPI01 .container-box .box-topic .content .container-info .description .paragraph {
  font-size: 0.875rem;
  margin-top: 24px;
  margin-bottom: 0;
  max-width: 223px;
}
#TOPI01 .container-box .box-topic:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

/* BEGIN STYLE */
.topi08 {
  position: relative;
  background-color: #041C2C;
  padding: 60px 0 180px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .topi08 {
    padding-bottom: 90px;
  }
}
@media (max-width: 575.98px) {
  .topi08 .container {
    max-width: 95% !important;
  }
}
.topi08 .topi08-arc {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -1px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .topi08 .topi08-arc {
    bottom: -2px;
  }
}
.topi08__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .topi08__header {
    align-items: center;
  }
}
.topi08__header__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif, arial;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .topi08__header__title {
    font-size: 1.625rem;
    text-align: center;
  }
}
.topi08__header__title::before {
  display: block;
  content: "";
  background: linear-gradient(90deg, rgba(233, 99, 22, 0) 0%, #e96316 100%);
  height: 5px;
  width: 86px;
  border-radius: 4px;
}
.topi08__header__title::after {
  display: block;
  content: "";
  background: linear-gradient(90deg, rgba(233, 99, 22, 0) 0%, #e96316 100%);
  height: 5px;
  width: 86px;
  border-radius: 4px;
  transform: rotate(180deg);
}
.topi08__header__subtitle {
  font-family: "Outfit", sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #85C8BC;
  text-align: left;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .topi08__header__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.topi08__header__line {
  display: none;
  width: 100%;
  border-top: 1px solid #041C2C;
  margin-bottom: 49px;
}
.topi08__header__desc {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .topi08__header__desc {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.topi08__carousel .owl-dots {
  display: flex !important;
  margin-top: 40px;
}
.topi08__carousel .owl-dots .owl-dot {
  background-color: #ffffff;
}
.topi08__item {
  position: relative;
  width: 396px;
  height: 387px;
}
@media (max-width: 489.98px) {
  .topi08__item {
    width: 100%;
  }
}
.topi08__item__bg {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 25px;
}
.topi08__item__content {
  z-index: 5;
  padding: 0 23px 25px 37px;
}
.topi08__item__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif, arial;
  font-size: 1.5rem;
  font-weight: 600;
  color: #E6E6E6;
}
@media (max-width: 489.98px) {
  .topi08__item__title {
    text-align: center;
  }
}
.topi08__item__title::after {
  display: block;
  content: "";
  background: linear-gradient(90deg, rgba(233, 99, 22, 0) 0%, #e96316 100%);
  height: 5px;
  width: 86px;
  border-radius: 4px;
}
.topi08__item__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-align: center;
}
.topi08__item__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: end;
  white-space: nowrap;
  background-color: #F7F7F7;
  padding: 4px 19px;
  margin: 0 0 0 auto;
  gap: 7px;
  font-family: "Work Sans", sans-serif, arial;
  font-weight: 700;
  font-size: 0.6875rem;
  color: #041C2C;
}
.topi08__item__cta:hover {
  background-color: #041C2C;
  color: #F7F7F7;
}
.topi08__item__cta__icon {
  height: 10px;
  width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.topi08__item__cta:hover .topi08__item__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

/* BEGIN STYLE */
.bran04 {
  position: relative;
}
.bran04 .container--bran04 {
  padding: 39px 0 158px 0 !important;
}
@media (max-width: 767.98px) {
  .bran04 .container--bran04 {
    padding: 37px 37px 58.16px 37px !important;
  }
}
.bran04__encompass {
  z-index: 100;
  position: relative;
}
.bran04__encompass__title {
  font-family: "Outfit", sans-serif, arial;
  font-weight: 500;
  color: #FF6A14;
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .bran04__encompass__title {
    font-size: 1.125rem;
  }
}
.bran04__encompass__subtitle {
  font-family: "Outfit", sans-serif, arial;
  font-size: 1.875rem;
  font-weight: 700;
  color: #041C2C;
  margin: 0;
}
@media (max-width: 767.98px) {
  .bran04__encompass__subtitle {
    font-size: 1.625rem;
    font-weight: 700;
  }
}
.bran04__encompass__line {
  display: none;
  margin: 24.99px 0 30px 0;
}
@media (max-width: 767.98px) {
  .bran04__encompass__line {
    margin: 23px 0;
  }
}
.bran04__encompass__paragraph {
  color: #041C2C;
  font-weight: 400;
  font: 1rem "Work Sans", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran04__encompass__paragraph {
    font: 0.938rem "Work Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.bran04__encompass__paragraph p {
  color: #041C2C;
  font-weight: 400;
  font: 1rem "Work Sans", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran04__encompass__paragraph p {
    font: 0.938rem "Work Sans", sans-serif, arial;
    font-weight: 400;
  }
}
.bran04__content {
  margin-top: 68px;
  display: flex;
  justify-content: center;
  gap: 70px 8px;
}
@media (max-width: 767.98px) {
  .bran04__content {
    margin-top: 48px;
  }
}
.bran04__content__box {
  width: calc(25% - 8px);
  padding: 0;
}
@media (max-width: 991.98px) {
  .bran04__content__box {
    width: calc(33.33% - 8px);
  }
}
@media (max-width: 767.98px) {
  .bran04__content__box {
    width: calc(50% - 8px);
  }
}
@media (max-width: 575.98px) {
  .bran04__content__box {
    width: 100%;
  }
}
.bran04__content__box__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* BEGIN STYLE */
#CONT03 {
  padding: 80px 0 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  #CONT03 {
    padding: 60px 50px 30px;
  }
}

.cont03__content {
  padding-right: 75px;
}
@media (max-width: 991.98px) {
  .cont03__content {
    padding: 0;
    margin: 0 auto;
    width: 85%;
  }
}
.cont03__content__hypertext {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cont03__content__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #85C8BC;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cont03__content__title {
    font-size: 1.125rem;
  }
}
.cont03__content__subtitle {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__subtitle {
    font-size: 1.625rem;
  }
}
.cont03__content__line {
  display: none;
  width: 100%;
  background-color: #000;
  margin-bottom: 40px;
}
.cont03__content__paragraph {
  margin-bottom: 50px;
  line-height: 28px;
  max-width: 652px;
}
.cont03__content__paragraph ul {
  padding-left: 1rem;
}
.cont03__content__cta {
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 700;
  color: #041C2C;
  display: block;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #fff;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__cta {
    font: 0.938rem "Work Sans", sans-serif, arial;
  }
}
.cont03__content__cta:hover {
  color: #fff;
  background-color: #000;
}
.cont03__content__cta:hover .cont03__content__cta__icon {
  filter: invert(1) grayscale(1);
}
.cont03__content__imagem {
  width: 100%;
}
.cont03__figure__center {
  margin-bottom: 0;
  padding: 0 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__figure__center {
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
.cont03__figure__right {
  margin-bottom: 0;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .cont03__figure__right {
    display: none;
  }
}

/* BEGIN STYLE */
.blog01 {
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .blog01 {
    padding: 50px 20px;
  }
}
.blog01__header {
  text-align: center;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .blog01__header {
    margin-bottom: 40px;
  }
}
.blog01__header__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #041C2C;
}
@media (max-width: 767.98px) {
  .blog01__header__title {
    font-size: 1.625rem;
  }
}
.blog01__header__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #85C8BC;
}
@media (max-width: 767.98px) {
  .blog01__header__subtitle {
    font-size: 1.125rem;
  }
}
.blog01__header__line {
  display: none;
  background-color: #041C2C;
  width: 100%;
  margin: 17px 0 30px;
}
.blog01__header__paragraph {
  margin-top: 18px;
  line-height: 22px;
}
.blog01__boxs {
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog01__boxs {
    width: 100%;
  }
}
.blog01__boxs .owl-stage-outer {
  padding: 0;
  overflow: visible;
}
.blog01__boxs .owl-stage-outer .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog01__boxs__carousel .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 68px;
}
.blog01__boxs__carousel .owl-nav button.owl-next,
.blog01__boxs__carousel .owl-nav button.owl-prev {
  border: solid 1px #FF6A14;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  line-height: 35px;
  color: #FF6A14;
}
.blog01__boxs__carousel .owl-nav button.owl-next:hover,
.blog01__boxs__carousel .owl-nav button.owl-prev:hover {
  background-color: #FF6A14;
  border: solid 1px #fff;
  color: #fff;
}
.blog01__boxs__carousel .owl-nav.disabled {
  display: flex;
}
.blog01__boxs__item {
  width: 303px;
  height: 420px;
  border-radius: 17px;
  overflow: hidden;
}
.blog01__boxs__item__content {
  position: relative;
}
.blog01__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01__boxs__item__image {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: 420px;
}
.blog01__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01__boxs__item__description {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
}
.blog01__boxs__item__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0 16px;
}
.blog01__boxs__item__title:after {
  content: "";
  height: 4px;
  width: 50px;
  display: block;
  background-color: #FF6A14;
  border-radius: 18px;
}
@media (max-width: 767.98px) {
  .blog01__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01__boxs__item__desc {
  display: none;
}
.blog01__boxs__item__icon {
  display: none !important;
  width: 34px !important;
}
.blog01__cta {
  align-self: flex-end;
  margin-top: 75px;
  margin-right: 3%;
}
@media (max-width: 575.98px) {
  .blog01__cta {
    margin-top: 30px;
  }
}

.blog01-page__header {
  padding-top: 120px;
  padding-left: 40px;
  text-align: left;
  border-bottom: 1px solid #FF6A14;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*         
  &__category {
      margin: 43px 0 0;
      @include medium-device-down {
          padding-right: 60px;
          display: block !important;

          .owl-stage-outer {
              overflow: visible;
          }
      }
      &__item {
          font: $paragraph;
          font-weight: $weight-700;
          color: $color-black;
          padding: 0 15px;
          margin: 0 23px;
          @include medium-device-down {
              font: $paragraph-mobile;
              font-weight: $weight-700;
              text-align: center;
              width: 100%;
              display: block;
              margin: 0;
          }
          &::after {
              content: "";
              display: table;
              visibility: hidden;
              opacity: 0;
              margin: 12px auto 0;
              border-top: 10px solid #000;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              transition: all ease 0.3s;
          }

          &--active,
          &:hover {
              color: $color-two;
              &::after {
                  visibility: visible;
                  opacity: 1;
              }
          }
      }
  } */
}
.blog01-page__boxs {
  padding: 48px 40px 0;
  display: flex;
  gap: 16px;
  margin-bottom: 80px;
  /*         @include medium-device-down {
      padding-bottom: 50px;
      margin: 0;
  } */
}
@media (max-width: 991.98px) {
  .blog01-page__boxs {
    padding: 48px 20px 0;
    margin-bottom: 60px;
  }
}
.blog01-page__boxs__featured {
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured {
    padding: 50px 0;
  }
}
.blog01-page__boxs__featured__item {
  width: 100%;
  /*                 width: 1228px; */
  /*                 @include medium-device-down {
      width: 470px;
  }
  @include small-device-down {
      width: 370px;
  } */
}
.blog01-page__boxs__featured__item__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start !important;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__content {
    flex-direction: column;
  }
}
.blog01-page__boxs__featured__item__image {
  /*                     @include small-device-down {
                         width: 60%;
                     }
  */
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__image {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__image {
    width: 100%;
  }
}
.blog01-page__boxs__featured__item__image__img {
  border-radius: 19px;
}
.blog01-page__boxs__featured__item__description {
  padding-left: 68px;
  /*                     @include small-device-down {
      width: 60%;
  } */
}
@media (max-width: 1199.98px) {
  .blog01-page__boxs__featured__item__description {
    padding-left: 34px;
  }
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__description {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__description {
    width: 100%;
  }
}
.blog01-page__boxs__featured__item__category {
  display: none;
  font: 0.875rem "Work Sans", sans-serif, arial;
  font-weight: 500;
  color: #000;
  background-color: #ccc;
  padding: 10px 30px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__category {
    font: 0.813rem "Work Sans", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #041C2C;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__title {
    font-size: 1.25rem;
  }
}
.blog01-page__boxs__featured__item__date-publish {
  font-size: 0.875rem;
  opacity: 0.6;
}
.blog01-page__boxs__featured__item__paragraph {
  margin-top: 28px;
}
.blog01-page__boxs__featured__item__cta {
  margin-top: 90px;
}
.blog01-page__boxs__featured__carousel {
  padding: 0 24px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__carousel .owl-stage-outer {
    overflow: visible;
  }
}
.blog01-page__boxs__featured__carousel .owl-dots {
  text-align: center;
  margin-top: 46px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #FF6A14;
  opacity: 0.5;
  margin: 0 6px;
  transition: all ease 0.3s;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot.active {
  transition: all ease 0.3s;
  opacity: 1;
  background-color: #FF6A14;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot:hover {
  transition: all ease 0.3s;
  opacity: 1;
  background-color: #FF6A14;
}
.blog01-page__boxs__item {
  width: calc(25% - 16px);
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__item {
    width: calc(33% - 16px);
  }
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 575.98px) {
  .blog01-page__boxs__item {
    width: 100%;
  }
}
.blog01-page__boxs__item__content {
  height: 100%;
  width: 100%;
  border-radius: 19px;
  overflow: hidden;
  position: relative;
}
.blog01-page__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-page__boxs__item__image {
  display: block;
  border-radius: 19px;
}
.blog01-page__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-page__boxs__item__date-publish {
  display: none;
  font: 0.875rem "Work Sans", sans-serif, arial;
  font-weight: 400;
  color: #FF6A14;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__date-publish {
    font: 0.813rem "Work Sans", sans-serif, arial;
  }
}
.blog01-page__boxs__item__description {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  align-items: flex-end;
  padding: 0 15px;
  padding-bottom: 40px;
}
.blog01-page__boxs__item__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0 16px;
}
.blog01-page__boxs__item__title:after {
  content: "";
  height: 4px;
  width: 50px;
  display: block;
  background-color: #FF6A14;
  border-radius: 18px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01-page__boxs__item__paragraph {
  display: none;
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 500;
  color: #FF6A14;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__paragraph {
    font: 0.938rem "Work Sans", sans-serif, arial;
  }
}
.blog01-page__boxs__item__icon {
  display: none;
  width: 34px !important;
}

.blog01-show {
  padding: 80px 0;
}
.blog01-show__banner {
  width: 100%;
  padding: 40px 40px 20px;
  border-bottom: 2px solid #FF6A14;
}
@media (max-width: 991.98px) {
  .blog01-show__banner__title {
    width: 95%;
  }
}
.blog01-show__item {
  padding: 40px 40px 0;
}
.blog01-show__item__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #041C2C;
}
@media (max-width: 767.98px) {
  .blog01-show__item__title {
    font-size: 1.625rem;
  }
}
.blog01-show__item__published {
  font-size: 0.875rem;
}
.blog01-show__item__img {
  border-radius: 19px;
}
.blog01-show__item__description ul,
.blog01-show__item__description ol {
  margin: 20px 0;
}
.blog01-show__related {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .blog01-show__related {
    margin-top: 80px;
    padding: 0 40px;
  }
}
.blog01-show__related__title {
  display: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog01-show__related__title {
    display: block;
    text-align: center;
    font-size: 1.063rem;
  }
}
.blog01-show__boxs__item {
  margin-bottom: 75px;
  border-radius: 19px;
  transition: all ease 0.3s;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item {
    margin: 0;
    margin-bottom: 30px;
  }
}
.blog01-show__boxs__item__content {
  position: relative;
}
.blog01-show__boxs__item__image {
  margin-bottom: 20px;
  height: 420px;
  display: block;
  border-radius: 19px;
  overflow: hidden;
}
.blog01-show__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-show__boxs__item__date-publish {
  display: none;
  font: 0.875rem "Work Sans", sans-serif, arial;
  font-weight: 400;
  color: #FF6A14;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__date-publish {
    font: 0.813rem "Work Sans", sans-serif, arial;
  }
}
.blog01-show__boxs__item__description {
  top: 0;
  height: 100%;
  position: absolute;
  padding: 0 15px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.blog01-show__boxs__item__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0 16px;
}
.blog01-show__boxs__item__title:after {
  content: "";
  height: 4px;
  width: 50px;
  display: block;
  background-color: #FF6A14;
  border-radius: 18px;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01-show__boxs__item__paragraph {
  display: none;
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 500;
  color: #FF6A14;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__paragraph {
    font: 0.938rem "Work Sans", sans-serif, arial;
  }
}
.blog01-show__boxs__item__icon {
  display: none;
  width: 34px !important;
}
.blog01-show__boxs__item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
  transition: all ease 0.3s;
}
@media (max-width: 991.98px) {
  .blog01-show .blog01-show__col {
    padding: 80px 40px;
  }
}

/* BEGIN STYLE */
.cota02 {
  background-color: #F7F7F7;
}
.cota02__header {
  padding-top: 120px;
  padding-left: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 2px solid #FF6A14;
}
.cota02__header .container-cont02__header {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cota02__header__subtitle {
  font-size: 1.5rem;
  font-family: "Work Sans", sans-serif, arial;
  color: #FF6A14;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cota02__header__subtitle {
    font-size: 1.25rem;
  }
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #FF6A14;
  width: 100%;
}
.cota02__boxForm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cota02__boxForm .justify-content-center {
  gap: 25px 0;
}
.cota02__boxForm .container--boxForm {
  padding: 40px 40px 0 !important;
}
@media (max-width: 767.98px) {
  .cota02__boxForm__item:not(:first-child) {
    border-radius: 0;
  }
}
.cota02__boxForm__item {
  background-color: #F7F7F7;
  border-top-right-radius: 27px;
  border-top-left-radius: 27px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 16px;
}
@media (max-width: 767.98px) {
  .cota02__boxForm__item {
    width: 100%;
  }
}
.cota02__boxForm__item:last-of-type .cota02__boxForm__item__content::after {
  display: none;
}
.cota02__boxForm__item__content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 34px;
}
.cota02__boxForm__item__content::after {
  content: "";
  width: 1px;
  height: 88%;
  background: rgba(64, 64, 64, 0.18);
  display: none;
  position: absolute;
  right: -10px;
  top: 0;
}
.cota02__boxForm__item__content__image {
  width: 58px;
  height: 58px;
}
.cota02__boxForm__item__content__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota02__boxForm__item__content__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cota02__boxForm__item__content__description__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #041C2C;
  font-family: "Outfit", sans-serif, arial;
  margin: 0;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__title {
    font-size: 1.125rem;
  }
}
.cota02__boxForm__item__content__description__paragraph {
  color: #333333;
  margin: 0;
}
.cota02__form {
  padding: 78px 0 154.45px 0;
  width: 90%;
  margin: 0 auto;
}
.cota02__form__header {
  margin-bottom: 50px;
}
.cota02__form__header__title {
  font-size: 1.875rem;
  color: #041C2C;
  font-family: "Outfit", sans-serif, arial;
  font-weight: 700;
}
.cota02__form__header__line {
  background: #041C2C;
  display: flex;
  margin-top: 15px;
  margin-bottom: 18px;
  display: block;
}
.cota02__form__header__paragraph p {
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 400;
  color: #000;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph p {
    font: 0.938rem "Work Sans", sans-serif, arial;
  }
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item--select .form-select {
  margin-bottom: 0 !important;
  height: 52px;
  border-radius: 0 !important;
}
.cota02__form__inputs__formIput {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.cota02__form__inputs__formIput .input__item {
  width: 100%;
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 400;
  color: #041C2C;
}
.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 "Work Sans", sans-serif, arial;
}
.cota02__form__inputs__compliance label {
  color: #393939;
  font: 0.875rem "Work Sans", sans-serif, arial;
}
.cota02__form__inputs__compliance label a {
  color: #7c7c7c;
  font: 0.875rem "Work Sans", sans-serif, arial;
}

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

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

.cota02-show__form__compliance {
  font: 0.875rem "Work Sans", sans-serif, arial;
  font-weight: 400;
  color: #000;
}
.cota02-show__form__compliance label {
  opacity: 0.6;
}
.cota02-show__form__compliance a {
  color: #FF6A14;
  text-decoration: underline;
}

.form-check-input[type=checkbox] {
  border-radius: 100%;
  border: solid 1px #FF6A14;
  opacity: 1;
}

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

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

.cota02-show__form__item__input .input__item .form-placeholder .form-control,
.cota02-show__form__item__input .input__item--text .form-placeholder .form-control {
  border: solid 1px #041C2C;
  border-radius: 34px;
}
.cota02-show__form__item__input .input__item .form-placeholder .form-select,
.cota02-show__form__item__input .input__item--text .form-placeholder .form-select {
  border: solid 1px #041C2C;
  border-radius: 34px !important;
}

/* BEGIN STYLE */
.comp01-page__header {
  padding-top: 120px;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #FF6A14;
}
.comp01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.comp01-page__header__container {
  margin-bottom: 25px;
  z-index: 100;
  position: relative;
  width: 100%;
}
.comp01-page__header__title {
  display: block;
  text-align: left;
}
@media (max-width: 575.98px) {
  .comp01-page__header__title {
    padding: 0 30px;
  }
}
.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: 1.875rem;
  font-family: "Outfit", sans-serif, arial;
  font-weight: 700;
  color: #041C2C;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__title {
    font-size: 1.625rem;
  }
}
.comp01-page__content__subtitle {
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif, arial;
  font-weight: 700;
  color: #041C2C;
  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: #041C2C;
  margin-bottom: 35px;
}
.comp01-page__content__paragraph {
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #041C2C;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__paragraph {
    font: 0.938rem "Work Sans", sans-serif, arial;
  }
}
.comp01-page__archives {
  margin-top: 50px;
}
.comp01-page__archives__item {
  font: 1rem "Work Sans", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #E6E6E6;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__archives__item {
    font: 0.938rem "Work Sans", sans-serif, arial;
  }
}
.comp01-page__archives__item:hover {
  color: #fff;
  background-color: #000;
}
.comp01-page__archives__item:hover .comp01__archives__item__icon {
  filter: invert(1) grayscale(1);
}
