@charset "UTF-8";

/* Space */
.py-2--plus {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

/* Background */
.bg-dark2 {
  background-color: #232f3e !important;
}
.bg-lightgrey {
  background-color: #f4f5f6 !important;
}

.bg-image-preset {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Link */
.link-light--important {
  color: #f8f9fa !important;
}
.link-light--important:hover, .link-light--important:focus {
  color: #ffffff !important;
}

.link-grey2 {
  color: #c2c2c2 !important;
}
.link-grey2:hover {
  color: #ffffff !important;
}

/* Text */
.text-grey2 {
  color: #c2c2c2 !important;
}

/* Position */
.position-relative-top--1 {
  position: relative !important;
  top: -1px !important;
}
.position-relative-top--2 {
  position: relative !important;
  top: -2px !important;
}
.position-relative-top--3 {
  position: relative !important;
  top: -3px !important;
}

