html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.text-default {
  color: #D1D1E4 !important;
}

.text-white {
  color: #fff !important;
}

.text-purple-50 {
  color: #f4e6fd !important;
}

.text-purple-100 {
  color: #dbb2f7 !important;
}

.text-purple-200 {
  color: #ca8cf4 !important;
}

.text-purple-300 {
  color: #b258ee !important;
}

.text-purple-300 {
  color: #a337eb !important;
}

.background-color-purple-300 {
  background-color: #a337eb !important;
}

.fill-default {
  fill: #D1D1E4 !important;
}

.fill-white {
  fill: #fff !important;
}

.fill-purple-50 {
  fill: #f4e6fd !important;
}

.fill-purple-100 {
  fill: #dbb2f7 !important;
}

.fill-purple-200 {
  fill: #ca8cf4 !important;
}

.fill-purple-300 {
  fill: #b258ee !important;
}

.fill-purple-300 {
  fill: #a337eb !important;
}

.hero-background-image {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(0 0 0 / 65%) !important;
  background-blend-mode: overlay;
}

.background-color-1 {
  background-color: #1F2034 !important;
}

.background-color-2 {
  background-color: #25253D !important;
}

.field-validation-error {
  color: #a337eb !important;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline>li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline>li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #a337eb;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}