.my-lg-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-lg-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-lg-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-lg-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-lg-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-lg-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-lg-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.bg-pattern {
  position: relative;
}

.bg-primary-gradient {
  background: linear-gradient(180deg, #be272e 0%, #be272e 47.92%, #be272e 100%);
}

.py-lg-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bg-pattern:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/_assets/pattern-white.svg);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to top, transparent 55%, black 75%);
  mask-image: linear-gradient(to top, transparent 55%, black 75%);
  opacity: 0.3;
}

/*# sourceMappingURL=bootstrap.css.map */
