/*!
 * helper-css:  v.3.1.x
 * github: https://github.com/armandoaepp/helper-css
 * developer: @armandoaepp
 * Copyright 2022
*/
/* .centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.vh-100-center {
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-v {
  display: flex;
  align-items: center;
}
 */
/* layer */
.layer-absolute,
.layer-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.centered-v {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.w-x-50 {
  width: 0.5em !important;
}

.w-x-75 {
  width: 0.75em !important;
}

.w-1x {
  width: 1em !important;
}

.w-1x-25 {
  width: 1.25em !important;
}

.w-1x-50 {
  width: 1.5em !important;
}

.w-1x-75 {
  width: 1.75em !important;
}

.w-2x {
  width: 2em !important;
}

.w-2x-25 {
  width: 2.25em !important;
}

.w-2x-50 {
  width: 2.5em !important;
}

.w-2x-75 {
  width: 1.75em !important;
}

.w-3x {
  width: 3em !important;
}

.w-4x {
  width: 4em !important;
}

.h-x-50 {
  height: 0.5em !important;
}

.h-x-75 {
  height: 0.75em !important;
}

.h-1x {
  height: 1em !important;
}

.h-1x-25 {
  height: 1.25em !important;
}

.h-1x-50 {
  height: 1.5em !important;
}

.h-1x-75 {
  height: 1.75em !important;
}

.h-2x {
  height: 2em !important;
}

.h-2x-25 {
  height: 2.25em !important;
}

.h-2x-50 {
  height: 2.5em !important;
}

.h-2x-75 {
  height: 1.75em !important;
}

.h-3x {
  height: 3em !important;
}

.h-4x {
  height: 4em !important;
}

.fs-x-10 {
  font-size: 0.625rem !important;
}

.fs-x-11 {
  font-size: 0.6875rem !important;
}

.fs-x-12 {
  font-size: 0.75rem !important;
}

.fs-x-13 {
  font-size: 0.8125rem !important;
}

.fs-x-14 {
  font-size: 0.875rem !important;
}

.fs-x-15 {
  font-size: 0.9375rem !important;
}

.fs-x-18 {
  font-size: 1.125rem !important;
}

.fs-x-22 {
  font-size: 1.375rem !important;
}

.fs-1x {
  font-size: 1rem !important;
}

.fs-1x-25 {
  font-size: 1.25rem !important;
}

.fs-1x-50 {
  font-size: 1.5rem !important;
}

.fs-1x-75 {
  font-size: 1.75rem !important;
}

.fs-2x {
  font-size: 2rem !important;
}

.fs-2x-25 {
  font-size: 2.25rem !important;
}

.fs-2x-50 {
  font-size: 2.5rem !important;
}

.fs-2x-75 {
  font-size: 2.75rem !important;
}

.fs-3x {
  font-size: 3rem !important;
}

.fs-3x-25 {
  font-size: 3.25rem !important;
}

.fs-3x-50 {
  font-size: 3.5rem !important;
}

.fs-3x-75 {
  font-size: 3.75rem !important;
}

.fs-4x {
  font-size: 4rem !important;
}

@media (min-width: 576px) {
  .fs-sm-1x {
    font-size: 1rem !important;
  }
  .fs-sm-1x-25 {
    font-size: 1.25rem !important;
  }
  .fs-sm-1x-50 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1x-75 {
    font-size: 1.75rem !important;
  }
  .fs-sm-2x {
    font-size: 2rem !important;
  }
  .fs-sm-2x-25 {
    font-size: 2.25rem !important;
  }
  .fs-sm-2x-50 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2x-75 {
    font-size: 2.75rem !important;
  }
  .fs-sm-3x {
    font-size: 3rem !important;
  }
  .fs-sm-4x {
    font-size: 4rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-1x {
    font-size: 1rem !important;
  }
  .fs-md-1x-25 {
    font-size: 1.25rem !important;
  }
  .fs-md-1x-50 {
    font-size: 1.5rem !important;
  }
  .fs-md-1x-75 {
    font-size: 1.75rem !important;
  }
  .fs-md-2x {
    font-size: 2rem !important;
  }
  .fs-md-2x-25 {
    font-size: 2.25rem !important;
  }
  .fs-md-2x-50 {
    font-size: 2.5rem !important;
  }
  .fs-md-2x-75 {
    font-size: 2.75rem !important;
  }
  .fs-md-3x {
    font-size: 3rem !important;
  }
  .fs-md-4x {
    font-size: 4rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-1x {
    font-size: 1rem !important;
  }
  .fs-lg-1x-25 {
    font-size: 1.25rem !important;
  }
  .fs-lg-1x-50 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1x-75 {
    font-size: 1.75rem !important;
  }
  .fs-lg-2x {
    font-size: 2rem !important;
  }
  .fs-lg-2x-25 {
    font-size: 2.25rem !important;
  }
  .fs-lg-2x-50 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2x-75 {
    font-size: 2.75rem !important;
  }
  .fs-lg-3x {
    font-size: 3rem !important;
  }
  .fs-lg-4x {
    font-size: 4rem !important;
  }
}
.fs-p-50 {
  font-size: 50%;
}

.fs-p-75 {
  font-size: 75%;
}

.fs-p-80 {
  font-size: 80%;
}

.fs-p-90 {
  font-size: 90%;
}

@media (min-width: 768px) {
  .fs-p-md-50 {
    font-size: 50%;
  }
  .fs-p-md-75 {
    font-size: 75%;
  }
  .fs-p-md-80 {
    font-size: 80%;
  }
  .fs-p-md-90 {
    font-size: 90%;
  }
}
.fw-light,
.fw-300 {
  font-weight: 300 !important;
}

.fw-normal,
.fw-400 {
  font-weight: 400 !important;
}

.fw-medium,
.fw-500 {
  font-weight: 500 !important;
}

.fw-semi-bold,
.fw-600 {
  font-weight: 600 !important;
}

.fw-bold,
.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-extra-bold,
.fw-900 {
  font-weight: 900 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
}

.h1 .block,
.h2 .block,
.h3 .block,
.h4 .block,
.h5 .block,
.h6 .block {
  line-height: inherit;
  color: inherit;
  display: block;
  padding-top: 0.25rem;
}

.h1 {
  font-size: 1.75rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1.125rem;
}

.h5 {
  font-size: 1.0625rem;
}

.h6 {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .h1 {
    font-size: 2rem;
  }
  .h2 {
    font-size: 1.625rem;
  }
  .h3 {
    font-size: 1.375rem;
  }
  .h4 {
    font-size: 1.25rem;
  }
  .h5 {
    font-size: 1.125rem;
  }
  .h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .h1 {
    font-size: 2.25rem;
  }
  .h2 {
    font-size: 1.75rem;
  }
  .h3 {
    font-size: 1.5rem;
  }
  .h4 {
    font-size: 1.375rem;
  }
  .h5 {
    font-size: 1.1875rem;
  }
  .h6 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .h1 {
    font-size: 2.5rem;
  }
  .h2 {
    font-size: 2rem;
  }
  .h3 {
    font-size: 1.75rem;
  }
  .h4 {
    font-size: 1.5rem;
  }
  .h5 {
    font-size: 1.25rem;
  }
  .h6 {
    font-size: 1rem;
  }
}
.svg {
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  fill: currentColor;
}

.img-bg-cover {
  background-position: center;
  background-size: cover;
}

.img-bg-fluid {
  background-position: center;
  background-size: 100% 100%;
}

.img-bg-fixed,
.img-parallax {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.bg-no-repeat,
.img-bg-cover,
.img-bg-fluid,
.img-bg-fixed,
.img-parallax {
  background-repeat: no-repeat;
}

.bg-position-c {
  background-position: center;
}

.bg-position-c-c {
  background-position: center center;
}

.text-no-decoration,
.link-text,
.link-text:hover,
.link-text:active {
  color: inherit;
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline !important;
}
