@charset "UTF-8";
/*
Project: 	 AREA 17
Version: 	 1.0
Author:
Description:
-------------------------------------------------------------------*/
/*
[Notes]

-------------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item {
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: "none";
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, "none" #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: "none";
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, "none" #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.umbraco-forms-page .umbraco-forms-field.hidden {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1076px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1520px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem 1rem -1rem 1rem -1rem 1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade.show {
  opacity: 1;
  visibility: visible;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1520px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1520px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

.m-10 {
  margin: 10.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

.m-n10 {
  margin: -10.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .m-md-n10 {
    margin: -10.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1520px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 7.5rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 9rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10.5rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10.5rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 7.5rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 9rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10.5rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10.5rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10.5rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -9rem !important;
  }
  .m-xxl-n10 {
    margin: -10.5rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -10.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1520px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/webfonts/fa-solid-900.eot");
  src: url("fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("fonts/webfonts/fa-solid-900.woff") format("woff"), url("fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/webfonts/fa-brands-400.eot");
  src: url("fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("fonts/webfonts/fa-brands-400.woff") format("woff"), url("fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  box-sizing: border-box;
  touch-action: manipulation;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

ul,
ol {
  list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  touch-action: inherit;
}

.svg-sprite {
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}
/*$color__red: #e73037;*/
/*$color__secondary: $color__green--ncg;*/
/*
  @function get-breakpoint-directions

  Sorts through breakpoints SASS map,
  generates a full SASS map containing all the breakpoint
  variations we'll require

  Parameters:
  none
*/
/*
  @mixin breakpoint

  Inserts a media query

  Parameters:
  $name - name of breakpoint, choose from:

  xsmall, small, medium, large, xlarge, xxlarge  - *just* that breakpoint
  small-, medium-, large-, xlarge-, xxlarge-  - that breakpoint *and* below
  xsmall+, small+, medium+, large+, xlarge+  - that breakpoint *and* up

  NB: the we're mobile up, so the minus values should be avoided..

  $option - ie11, hover - to make an IE11 CSS with a breakpoint or to target browsers with mouse cursors

  ```scss
  @include breakpoint('medium+') {
    // styles to be given to browsers at `medium` and above
  }
  @include breakpoint(null,'hover') {
    // styles to be given to devices with mouse pointers
  }
  @include breakpoint(null,'ie11') {
    // styles to be given to be given to IE11
  }
  @include breakpoint('medium+','hover') {
    // styles to be given to browsers at `medium` and above that have mouse pointers
  }
  @include breakpoint('medium+','ie11') {
    // styles to be given to ie11 at `medium` and above
  }
  ```
*/
/*
  @function get-media

  Returns start and stop points of a given media query

  Parameters:
  $bp - the breakpoint you want the stop and stop points of
*/
/*
  @mixin placeholder

  Style form placeholder text
*/
/*
  @mixin styled-select

  https://github.com/filamentgroup/select-css

  Parameters:
  - none
*/
/*
  @mixin font_smoothing

  Set font smoothing ON or OFF
*/
/*
  @mixin text-underline

  Does "medium" style underlines with "iOS" style descender shadows

  Parameters:
  $underline - color
  $background - color
  $pos - vertical position
*/
/*
  @mixin hide_text

  Hides text in an element
*/
/*
  @mixin tucked-margin-top

  Intelligently applies baseline to baseline spacing to a text block:

  ```
  @include tucked-margin-top($f-h1, ('xsmall': 40, 'medium+': 60));
  ```

  Uses the `$f-h1` object from setup/_typography.scss and loops through the breakpoints, adding new margin top if required by specified margin tops and font size/line-height changes.

  'xsmall' is the default for all breakpoints and the successively overridden as breakpoints get larger.

  Its intelligent in that if you specify just the `xsmall` value, but the font size and/or line-height for this font object changes at some breakpoint, the mixin will add a breakpoint rule to adjust to maintain the consistent baseline-to-baseline spacing.

  So:

  ```
  $f-body: generate-font-obj(
    (
      font-family: $sans-serif-font,
      font-family-loaded: $sans-serif-font--loaded,
      font-loaded-class: $sans-serif-font-loaded-class,
      settings: (
        'small+': ( font-size: 16, line-height: 20, font-weight: 300, push: 1),
       )
    )
  );
  @include tucked-margin-top($f-body, ('xsmall': 40, 'medium+': 60));
  ```

  Generates a margin-top as a default (xsmall+) and a breakpoint for `medium+`.

  ```
  $f-body: generate-font-obj(
    (
      font-family: $sans-serif-font,
      font-family-loaded: $sans-serif-font--loaded,
      font-loaded-class: $sans-serif-font-loaded-class,
      settings: (
        'small+': ( font-size: 16, line-height: 20, push: 1),
        'medium+': ( font-size: 18, line-height: 25, push: 0),
       )
    )
  );
  @include tucked-margin-top($f-body, ('xsmall': 40));
  ```

  Similarly, this will produce a margin-top as a default and a breakpoint for `medium+`.

  If you need some margin-top for a singular breakpoint margin:

  ```
  @include tucked-margin-top($f-h1, null, 'large');
  ```

  Will produce a margin-top within a breakpoint of 'large'.

*/
/*
  @mixin tucked-align-top

  Intelligently aligns an text element to the top of an element.

  ```
  @include tucked-align-top($f-h1);
  ```

  Uses the `$f-h1` object from setup/_typography.scss and loops through the breakpoints, adding new margin top if required by specified margin tops and font size/line-height changes.

  Sister mixin to '@mixin tucked-margin-top'

  tucked-align-top is useful for those situations where you want to horizontally align the top of an image and the top of some text.

  If you need some align top for a singular breakpoint margin:

  ```
  @include tucked-align-top($f-h1, 'large');
  ```

  Will produce a margin-top within a breakpoint of 'large'.

  It should be noted that this mixin is very dependent of the font itself. If the box the letters sit in, in the font, is weirdly spaced, then this mixin will struggle.

  There are 5 modes to try and you may want to add others for your particular font..

  ```
  @include tucked-align-top($f-h1, null, 2); // mode based on pull value
  @include tucked-align-top($f-h1, null, 3); // mode based on push value
  @include tucked-align-top($f-h1, null, 4); // mode based on baseline value
  @include tucked-align-top($f-h1, null, 5); // mode based on 0's
  ```
*/
@font-face {
  font-family: "Biryani";
  src: url("/dist/fonts/Biryani-SemiBold.woff2") format("woff2"), url("/dist/fonts/Biryani-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  src: url("/dist/fonts/Biryani-Black.woff2") format("woff2"), url("/dist/fonts/Biryani-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* @import must be at top of file, otherwise CSS will not work */
/* @import must be at top of file, otherwise CSS will not work */
/***

f-XX

```
<p class="f-XX">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
/*
$f-XX: generate-font-obj(
  (
    font-family: $serif-font,
    font-family-loaded: $serif-font--loaded,
    font-loaded-class: $serif-font-loaded-class,
    settings: (
      'xsmall': (font-size: 30, line-height: 30, letter-spacing: -0.015em, font-weight: 300, push: 0),
      'medium+': (font-size: 48, line-height: 55, push: 0),
      'xlarge+': (font-size: 60, line-height: 65, push: 0),
      'xxlarge': (font-size: 72, line-height: 75, push: 0)
    )
  )
);

@mixin f-XX() {
  @include font-styles($f-XX);
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

%f-XX,
.f-XX {
  @include f-XX;
}
*/
/***

f-h1

```
<p class="f-h1">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--grid .o-section__lockup .o-section__caption h2, .m-hero--search h1, .m-hero h1,
.f-h1 {
  font-family: "Biryani", sans-serif;
}
.o-section--grid .o-section__lockup .o-section__caption h2 b, .m-hero--search h1 b, .m-hero h1 b,
.o-section--grid .o-section__lockup .o-section__caption h2 strong,
.m-hero--search h1 strong,
.m-hero h1 strong,
.f-h1 b,
.f-h1 strong {
  font-weight: 800;
}
.o-section--grid .o-section__lockup .o-section__caption h2 i, .m-hero--search h1 i, .m-hero h1 i,
.o-section--grid .o-section__lockup .o-section__caption h2 em,
.m-hero--search h1 em,
.m-hero h1 em,
.f-h1 i,
.f-h1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--grid .o-section__lockup .o-section__caption h2, .o-section--grid .o-section__lockup .o-section__caption .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero--search h1, .m-hero--search .js-sans-serif-font-loaded h1, .js-sans-serif-font-loaded .m-hero h1, .m-hero .js-sans-serif-font-loaded h1,
.js-sans-serif-font-loaded .f-h1 {
  font-family: Arial, Biryani, sans-serif;
}
.o-section--grid .o-section__lockup .o-section__caption h2, .m-hero--search h1, .m-hero h1,
.f-h1 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption h2, .m-hero--search h1, .m-hero h1,
  .f-h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
.o-section--grid .o-section__lockup .o-section__caption h2, .m-hero--search h1, .m-hero h1,
.f-h1 {
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-h2

```
<p class="f-h2">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3, .o-section__content h2, .o-section__header h2, .m-stats .m-card--stat h2, .m-stat > h2, .m-hero.m-hero--event h2, .m-hero.m-hero--course h1, .m-hero.m-hero--careers h1, .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image.order-1 h2, .m-carousel h2, .m-block--outline h2, .m-banner h2,
.f-h2 {
  font-family: "Biryani", sans-serif;
}
.o-section--inverse .o-section__header h2 b,
.o-section--inverse .o-section__header h3 b, .o-section__content h2 b, .o-section__header h2 b, .m-stats .m-card--stat h2 b, .m-stat > h2 b, .m-hero.m-hero--event h2 b, .m-hero.m-hero--course h1 b, .m-hero.m-hero--careers h1 b, .m-hero--list .m-hero__image h2 b, .m-hero--list .m-hero__image.order-1 h2 b, .m-carousel h2 b, .m-block--outline h2 b, .m-banner h2 b,
.o-section--inverse .o-section__header h2 strong,
.o-section--inverse .o-section__header h3 strong,
.o-section__content h2 strong,
.o-section__header h2 strong,
.m-stats .m-card--stat h2 strong,
.m-stat > h2 strong,
.m-hero.m-hero--event h2 strong,
.m-hero.m-hero--course h1 strong,
.m-hero.m-hero--careers h1 strong,
.m-hero--list .m-hero__image h2 strong,
.m-hero--list .m-hero__image.order-1 h2 strong,
.m-carousel h2 strong,
.m-block--outline h2 strong,
.m-banner h2 strong,
.f-h2 b,
.f-h2 strong {
  font-weight: 800;
}
.o-section--inverse .o-section__header h2 i,
.o-section--inverse .o-section__header h3 i, .o-section__content h2 i, .o-section__header h2 i, .m-stats .m-card--stat h2 i, .m-stat > h2 i, .m-hero.m-hero--event h2 i, .m-hero.m-hero--course h1 i, .m-hero.m-hero--careers h1 i, .m-hero--list .m-hero__image h2 i, .m-hero--list .m-hero__image.order-1 h2 i, .m-carousel h2 i, .m-block--outline h2 i, .m-banner h2 i,
.o-section--inverse .o-section__header h2 em,
.o-section--inverse .o-section__header h3 em,
.o-section__content h2 em,
.o-section__header h2 em,
.m-stats .m-card--stat h2 em,
.m-stat > h2 em,
.m-hero.m-hero--event h2 em,
.m-hero.m-hero--course h1 em,
.m-hero.m-hero--careers h1 em,
.m-hero--list .m-hero__image h2 em,
.m-hero--list .m-hero__image.order-1 h2 em,
.m-carousel h2 em,
.m-block--outline h2 em,
.m-banner h2 em,
.f-h2 i,
.f-h2 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--inverse .o-section__header h3,
.o-section--inverse .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section__content h2, .o-section__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section__header h2, .o-section__header .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-stats .m-card--stat h2, .m-stats .m-card--stat .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-stat > h2, .js-sans-serif-font-loaded .m-hero.m-hero--event h2, .m-hero.m-hero--event .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--course h1, .m-hero.m-hero--course .js-sans-serif-font-loaded h1, .js-sans-serif-font-loaded .m-hero.m-hero--careers h1, .m-hero.m-hero--careers .js-sans-serif-font-loaded h1, .js-sans-serif-font-loaded .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-carousel h2, .m-carousel .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-block--outline h2, .m-block--outline .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-banner h2, .m-banner .js-sans-serif-font-loaded h2,
.js-sans-serif-font-loaded .f-h2 {
  font-family: Arial, Biryani, sans-serif;
}
.o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3, .o-section__content h2, .o-section__header h2, .m-stats .m-card--stat h2, .m-stat > h2, .m-hero.m-hero--event h2, .m-hero.m-hero--course h1, .m-hero.m-hero--careers h1, .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image.order-1 h2, .m-carousel h2, .m-block--outline h2, .m-banner h2,
.f-h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .o-section--inverse .o-section__header h2,
  .o-section--inverse .o-section__header h3, .o-section__content h2, .o-section__header h2, .m-stats .m-card--stat h2, .m-stat > h2, .m-hero.m-hero--event h2, .m-hero.m-hero--course h1, .m-hero.m-hero--careers h1, .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image.order-1 h2, .m-carousel h2, .m-block--outline h2, .m-banner h2,
  .f-h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
.o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3, .o-section__content h2, .o-section__header h2, .m-stats .m-card--stat h2, .m-stat > h2, .m-hero.m-hero--event h2, .m-hero.m-hero--course h1, .m-hero.m-hero--careers h1, .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image.order-1 h2, .m-carousel h2, .m-block--outline h2, .m-banner h2,
.f-h2 {
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-h3

```
<p class="f-h3">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--news h2, .o-section--event h2, .o-section--background.o-section--inverse .o-section__header h3, .o-section--inverse .o-section__icon-text span, .o-section__content h3, .o-section__header h3, .m-hero.m-hero--course h2, .m-hero.m-hero--careers h2, .m-hero .m-hero__title h2, .m-card--overlay .m-card__content h2, .m-card.m-card--bio h4, .m-card--stat h3,
.m-hero .m-card--stat h3, .m-block--text h2, .m-block--text h3, .m-block__content h3,
.f-h3 {
  font-family: "Biryani", sans-serif;
}
.o-section--news h2 b, .o-section--event h2 b, .o-section--background.o-section--inverse .o-section__header h3 b, .o-section--inverse .o-section__icon-text span b, .o-section__content h3 b, .o-section__header h3 b, .m-hero.m-hero--course h2 b, .m-hero.m-hero--careers h2 b, .m-hero .m-hero__title h2 b, .m-card--overlay .m-card__content h2 b, .m-card.m-card--bio h4 b, .m-card--stat h3 b,
.m-hero .m-card--stat h3 b, .m-block--text h2 b, .m-block--text h3 b, .m-block__content h3 b,
.o-section--news h2 strong,
.o-section--event h2 strong,
.o-section--background.o-section--inverse .o-section__header h3 strong,
.o-section--inverse .o-section__icon-text span strong,
.o-section__content h3 strong,
.o-section__header h3 strong,
.m-hero.m-hero--course h2 strong,
.m-hero.m-hero--careers h2 strong,
.m-hero .m-hero__title h2 strong,
.m-card--overlay .m-card__content h2 strong,
.m-card.m-card--bio h4 strong,
.m-card--stat h3 strong,
.m-hero .m-card--stat h3 strong,
.m-block--text h2 strong,
.m-block--text h3 strong,
.m-block__content h3 strong,
.f-h3 b,
.f-h3 strong {
  font-weight: 800;
}
.o-section--news h2 i, .o-section--event h2 i, .o-section--background.o-section--inverse .o-section__header h3 i, .o-section--inverse .o-section__icon-text span i, .o-section__content h3 i, .o-section__header h3 i, .m-hero.m-hero--course h2 i, .m-hero.m-hero--careers h2 i, .m-hero .m-hero__title h2 i, .m-card--overlay .m-card__content h2 i, .m-card.m-card--bio h4 i, .m-card--stat h3 i,
.m-hero .m-card--stat h3 i, .m-block--text h2 i, .m-block--text h3 i, .m-block__content h3 i,
.o-section--news h2 em,
.o-section--event h2 em,
.o-section--background.o-section--inverse .o-section__header h3 em,
.o-section--inverse .o-section__icon-text span em,
.o-section__content h3 em,
.o-section__header h3 em,
.m-hero.m-hero--course h2 em,
.m-hero.m-hero--careers h2 em,
.m-hero .m-hero__title h2 em,
.m-card--overlay .m-card__content h2 em,
.m-card.m-card--bio h4 em,
.m-card--stat h3 em,
.m-hero .m-card--stat h3 em,
.m-block--text h2 em,
.m-block--text h3 em,
.m-block__content h3 em,
.f-h3 i,
.f-h3 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--news h2, .o-section--news .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section--event h2, .o-section--event .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section--background.o-section--inverse .o-section__header h3, .o-section--background.o-section--inverse .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--inverse .o-section__icon-text span, .o-section--inverse .o-section__icon-text .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .o-section__content h3, .o-section__content .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section__header h3, .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero.m-hero--course h2, .m-hero.m-hero--course .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--careers h2, .m-hero.m-hero--careers .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero .m-hero__title h2, .m-hero .m-hero__title .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-card--overlay .m-card__content h2, .m-card--overlay .m-card__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-card.m-card--bio h4, .m-card.m-card--bio .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-card--stat h3, .m-card--stat .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block--text h2, .m-block--text .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-block--text h3, .m-block--text .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block__content h3, .m-block__content .js-sans-serif-font-loaded h3,
.js-sans-serif-font-loaded .f-h3 {
  font-family: Arial, Biryani, sans-serif;
}
.o-section--news h2, .o-section--event h2, .o-section--background.o-section--inverse .o-section__header h3, .o-section--inverse .o-section__icon-text span, .o-section__content h3, .o-section__header h3, .m-hero.m-hero--course h2, .m-hero.m-hero--careers h2, .m-hero .m-hero__title h2, .m-card--overlay .m-card__content h2, .m-card.m-card--bio h4, .m-card--stat h3,
.m-hero .m-card--stat h3, .m-block--text h2, .m-block--text h3, .m-block__content h3,
.f-h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-h1-lg

```
<p class="f-h1-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.f-h1-lg {
  font-family: "Biryani", sans-serif;
}
.f-h1-lg b,
.f-h1-lg strong {
  font-weight: 800;
}
.f-h1-lg i,
.f-h1-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .f-h1-lg {
  font-family: Arial, Biryani, sans-serif;
}
.f-h1-lg {
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .f-h1-lg {
    font-size: 3.125rem;
    line-height: 4.0625rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 1200px) {
  .f-h1-lg {
    font-size: 3.75rem;
    line-height: 4.0625rem;
    font-weight: 900;
  }
}
.f-h1-lg {
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-h4

```
<p class="f-h4">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section__links .o-section__links-item, .o-section--grid .o-section__content .o-section__links .o-section__links-item, .o-section__header h4, .m-user-content h3, .m-tabs__nav-link, .m-stats .m-card--stat h3, .m-quote__bubble, .m-hero.m-hero--event .m-details li, .m-hero--course .m-hero__bottom h3, .m-hero--careers .m-hero__bottom h3, .m-hero--image .m-hero__image .m-hero__cta-banner h3, .m-hero--search h2,
.m-search + .m-hero__content h2, .m-hero h3, .m-hero h2, .m-expand__content h4, .m-expand-header, .m-card--info .a-text-link, .m-card.m-card--bio .m-card__position, .m-card--image .m-card__content h4, .m-card--image .m-card__caption, .m-card h4, .m-cards__header h3, .m-block__content h4,
.f-h4 {
  font-family: "Biryani", sans-serif;
}
.o-section__links .o-section__links-item b, .o-section--grid .o-section__content .o-section__links .o-section__links-item b, .o-section__header h4 b, .m-user-content h3 b, .m-tabs__nav-link b, .m-stats .m-card--stat h3 b, .m-quote__bubble b, .m-hero.m-hero--event .m-details li b, .m-hero--course .m-hero__bottom h3 b, .m-hero--careers .m-hero__bottom h3 b, .m-hero--image .m-hero__image .m-hero__cta-banner h3 b, .m-hero--search h2 b,
.m-search + .m-hero__content h2 b, .m-hero h3 b, .m-hero h2 b, .m-expand__content h4 b, .m-expand-header b, .m-card--info .a-text-link b, .m-card.m-card--bio .m-card__position b, .m-card--image .m-card__content h4 b, .m-card--image .m-card__caption b, .m-card h4 b, .m-cards__header h3 b, .m-block__content h4 b,
.o-section__links .o-section__links-item strong,
.o-section--grid .o-section__content .o-section__links .o-section__links-item strong,
.o-section__header h4 strong,
.m-user-content h3 strong,
.m-tabs__nav-link strong,
.m-stats .m-card--stat h3 strong,
.m-quote__bubble strong,
.m-hero.m-hero--event .m-details li strong,
.m-hero--course .m-hero__bottom h3 strong,
.m-hero--careers .m-hero__bottom h3 strong,
.m-hero--image .m-hero__image .m-hero__cta-banner h3 strong,
.m-hero--search h2 strong,
.m-search + .m-hero__content h2 strong,
.m-hero h3 strong,
.m-hero h2 strong,
.m-expand__content h4 strong,
.m-expand-header strong,
.m-card--info .a-text-link strong,
.m-card.m-card--bio .m-card__position strong,
.m-card--image .m-card__content h4 strong,
.m-card--image .m-card__caption strong,
.m-card h4 strong,
.m-cards__header h3 strong,
.m-block__content h4 strong,
.f-h4 b,
.f-h4 strong {
  font-weight: 800;
}
.o-section__links .o-section__links-item i, .o-section--grid .o-section__content .o-section__links .o-section__links-item i, .o-section__header h4 i, .m-user-content h3 i, .m-tabs__nav-link i, .m-stats .m-card--stat h3 i, .m-quote__bubble i, .m-hero.m-hero--event .m-details li i, .m-hero--course .m-hero__bottom h3 i, .m-hero--careers .m-hero__bottom h3 i, .m-hero--image .m-hero__image .m-hero__cta-banner h3 i, .m-hero--search h2 i,
.m-search + .m-hero__content h2 i, .m-hero h3 i, .m-hero h2 i, .m-expand__content h4 i, .m-expand-header i, .m-card--info .a-text-link i, .m-card.m-card--bio .m-card__position i, .m-card--image .m-card__content h4 i, .m-card--image .m-card__caption i, .m-card h4 i, .m-cards__header h3 i, .m-block__content h4 i,
.o-section__links .o-section__links-item em,
.o-section--grid .o-section__content .o-section__links .o-section__links-item em,
.o-section__header h4 em,
.m-user-content h3 em,
.m-tabs__nav-link em,
.m-stats .m-card--stat h3 em,
.m-quote__bubble em,
.m-hero.m-hero--event .m-details li em,
.m-hero--course .m-hero__bottom h3 em,
.m-hero--careers .m-hero__bottom h3 em,
.m-hero--image .m-hero__image .m-hero__cta-banner h3 em,
.m-hero--search h2 em,
.m-search + .m-hero__content h2 em,
.m-hero h3 em,
.m-hero h2 em,
.m-expand__content h4 em,
.m-expand-header em,
.m-card--info .a-text-link em,
.m-card.m-card--bio .m-card__position em,
.m-card--image .m-card__content h4 em,
.m-card--image .m-card__caption em,
.m-card h4 em,
.m-cards__header h3 em,
.m-block__content h4 em,
.f-h4 i,
.f-h4 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section__links .o-section__links-item, .o-section__links .js-sans-serif-font-loaded .o-section__links-item, .js-sans-serif-font-loaded .o-section--grid .o-section__content .o-section__links .o-section__links-item, .o-section--grid .o-section__content .o-section__links .js-sans-serif-font-loaded .o-section__links-item, .js-sans-serif-font-loaded .o-section__header h4, .o-section__header .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-user-content h3, .m-user-content .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-tabs__nav-link, .js-sans-serif-font-loaded .m-stats .m-card--stat h3, .m-stats .m-card--stat .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-quote__bubble, .js-sans-serif-font-loaded .m-hero.m-hero--event .m-details li, .m-hero.m-hero--event .m-details .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom h3, .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom h3, .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--image .m-hero__image .m-hero__cta-banner h3, .m-hero--image .m-hero__image .m-hero__cta-banner .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--search h2, .m-hero--search .js-sans-serif-font-loaded h2,
.js-sans-serif-font-loaded .m-search + .m-hero__content h2,
.m-search + .m-hero__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero h3, .m-hero .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero h2, .m-hero .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-expand__content h4, .m-expand__content .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-expand-header, .js-sans-serif-font-loaded .m-card--info .a-text-link, .m-card--info .js-sans-serif-font-loaded .a-text-link, .js-sans-serif-font-loaded .m-card.m-card--bio .m-card__position, .m-card.m-card--bio .js-sans-serif-font-loaded .m-card__position, .js-sans-serif-font-loaded .m-card--image .m-card__content h4, .m-card--image .m-card__content .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-card--image .m-card__caption, .m-card--image .js-sans-serif-font-loaded .m-card__caption, .js-sans-serif-font-loaded .m-card h4, .m-card .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-cards__header h3, .m-cards__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block__content h4, .m-block__content .js-sans-serif-font-loaded h4,
.js-sans-serif-font-loaded .f-h4 {
  font-family: Arial, Biryani, sans-serif;
}
.o-section__links .o-section__links-item, .o-section--grid .o-section__content .o-section__links .o-section__links-item, .o-section__header h4, .m-user-content h3, .m-tabs__nav-link, .m-stats .m-card--stat h3, .m-quote__bubble, .m-hero.m-hero--event .m-details li, .m-hero--course .m-hero__bottom h3, .m-hero--careers .m-hero__bottom h3, .m-hero--image .m-hero__image .m-hero__cta-banner h3, .m-hero--search h2,
.m-search + .m-hero__content h2, .m-hero h3, .m-hero h2, .m-expand__content h4, .m-expand-header, .m-card--info .a-text-link, .m-card.m-card--bio .m-card__position, .m-card--image .m-card__content h4, .m-card--image .m-card__caption, .m-card h4, .m-cards__header h3, .m-block__content h4,
.f-h4 {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-label-1

```
<p class="f-label-1">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-nav__item, .g-footer__links li a:not(.a-btn), .m-card--overlay .m-card__label,
.f-label-1 {
  font-family: "Biryani", sans-serif;
}
.g-nav__item b, .g-footer__links li a:not(.a-btn) b, .m-card--overlay .m-card__label b,
.g-nav__item strong,
.g-footer__links li a:not(.a-btn) strong,
.m-card--overlay .m-card__label strong,
.f-label-1 b,
.f-label-1 strong {
  font-weight: 800;
}
.g-nav__item i, .g-footer__links li a:not(.a-btn) i, .m-card--overlay .m-card__label i,
.g-nav__item em,
.g-footer__links li a:not(.a-btn) em,
.m-card--overlay .m-card__label em,
.f-label-1 i,
.f-label-1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-nav__item, .js-sans-serif-font-loaded .g-footer__links li a:not(.a-btn), .g-footer__links li .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-card--overlay .m-card__label, .m-card--overlay .js-sans-serif-font-loaded .m-card__label,
.js-sans-serif-font-loaded .f-label-1 {
  font-family: Arial, Biryani, sans-serif;
}
.g-nav__item, .g-footer__links li a:not(.a-btn), .m-card--overlay .m-card__label,
.f-label-1 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-label-2

```
<p class="f-label-2">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-footer__top .g-footer__nav.g-footer__nav--primary li, .o-section--news h3, .o-section--event h3, .o-section--inverse .o-section__info-text h4, .m-map__popup h3, .m-hero--list .m-hero__title, .m-hero--list .m-hero__list li, .m-card--overlay .m-card__content h3,
.f-label-2 {
  font-family: "Biryani", sans-serif;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li b, .o-section--news h3 b, .o-section--event h3 b, .o-section--inverse .o-section__info-text h4 b, .m-map__popup h3 b, .m-hero--list .m-hero__title b, .m-hero--list .m-hero__list li b, .m-card--overlay .m-card__content h3 b,
.g-footer__top .g-footer__nav.g-footer__nav--primary li strong,
.o-section--news h3 strong,
.o-section--event h3 strong,
.o-section--inverse .o-section__info-text h4 strong,
.m-map__popup h3 strong,
.m-hero--list .m-hero__title strong,
.m-hero--list .m-hero__list li strong,
.m-card--overlay .m-card__content h3 strong,
.f-label-2 b,
.f-label-2 strong {
  font-weight: 800;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li i, .o-section--news h3 i, .o-section--event h3 i, .o-section--inverse .o-section__info-text h4 i, .m-map__popup h3 i, .m-hero--list .m-hero__title i, .m-hero--list .m-hero__list li i, .m-card--overlay .m-card__content h3 i,
.g-footer__top .g-footer__nav.g-footer__nav--primary li em,
.o-section--news h3 em,
.o-section--event h3 em,
.o-section--inverse .o-section__info-text h4 em,
.m-map__popup h3 em,
.m-hero--list .m-hero__title em,
.m-hero--list .m-hero__list li em,
.m-card--overlay .m-card__content h3 em,
.f-label-2 i,
.f-label-2 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-footer__top .g-footer__nav.g-footer__nav--primary li, .g-footer__top .g-footer__nav.g-footer__nav--primary .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .o-section--news h3, .o-section--news .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--event h3, .o-section--event .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--inverse .o-section__info-text h4, .o-section--inverse .o-section__info-text .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-map__popup h3, .m-map__popup .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--list .m-hero__title, .m-hero--list .js-sans-serif-font-loaded .m-hero__title, .js-sans-serif-font-loaded .m-hero--list .m-hero__list li, .m-hero--list .m-hero__list .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-card--overlay .m-card__content h3, .m-card--overlay .m-card__content .js-sans-serif-font-loaded h3,
.js-sans-serif-font-loaded .f-label-2 {
  font-family: Arial, Biryani, sans-serif;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li, .o-section--news h3, .o-section--event h3, .o-section--inverse .o-section__info-text h4, .m-map__popup h3, .m-hero--list .m-hero__title, .m-hero--list .m-hero__list li, .m-card--overlay .m-card__content h3,
.f-label-2 {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-ui

```
<p class="f-ui">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-header__nav-item, .g-footer__credit, .g-footer__bottom .g-footer__nav, .o-section--inverse .o-section__icon-text, .m-pills .a-btn, .m-hero__links-item,
.a-text-link, .a-btn,
.f-ui {
  font-family: "Biryani", sans-serif;
}
.g-header__nav-item b, .g-footer__credit b, .g-footer__bottom .g-footer__nav b, .o-section--inverse .o-section__icon-text b, .m-pills .a-btn b, .m-hero__links-item b,
.a-text-link b, .a-btn b,
.g-header__nav-item strong,
.g-footer__credit strong,
.g-footer__bottom .g-footer__nav strong,
.o-section--inverse .o-section__icon-text strong,
.m-pills .a-btn strong,
.m-hero__links-item strong,
.a-text-link strong,
.a-btn strong,
.f-ui b,
.f-ui strong {
  font-weight: 800;
}
.g-header__nav-item i, .g-footer__credit i, .g-footer__bottom .g-footer__nav i, .o-section--inverse .o-section__icon-text i, .m-pills .a-btn i, .m-hero__links-item i,
.a-text-link i, .a-btn i,
.g-header__nav-item em,
.g-footer__credit em,
.g-footer__bottom .g-footer__nav em,
.o-section--inverse .o-section__icon-text em,
.m-pills .a-btn em,
.m-hero__links-item em,
.a-text-link em,
.a-btn em,
.f-ui i,
.f-ui em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-header__nav-item, .js-sans-serif-font-loaded .g-footer__credit, .js-sans-serif-font-loaded .g-footer__bottom .g-footer__nav, .g-footer__bottom .js-sans-serif-font-loaded .g-footer__nav, .js-sans-serif-font-loaded .o-section--inverse .o-section__icon-text, .o-section--inverse .js-sans-serif-font-loaded .o-section__icon-text, .js-sans-serif-font-loaded .m-hero__links-item,
.js-sans-serif-font-loaded .a-text-link, .js-sans-serif-font-loaded .a-btn,
.js-sans-serif-font-loaded .f-ui {
  font-family: Arial, Biryani, sans-serif;
}
.g-header__nav-item, .g-footer__credit, .g-footer__bottom .g-footer__nav, .o-section--inverse .o-section__icon-text, .m-pills .a-btn, .m-hero__links-item,
.a-text-link, .a-btn,
.f-ui {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-ui-sm

```
<p class="f-ui-sm">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-form__note,
.f-ui-sm {
  font-family: "Biryani", sans-serif;
}
.m-form__note b,
.m-form__note strong,
.f-ui-sm b,
.f-ui-sm strong {
  font-weight: 800;
}
.m-form__note i,
.m-form__note em,
.f-ui-sm i,
.f-ui-sm em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-form__note,
.js-sans-serif-font-loaded .f-ui-sm {
  font-family: Arial, Biryani, sans-serif;
}
.m-form__note,
.f-ui-sm {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-ui-lg

```
<p class="f-ui-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-header__tel,
.f-ui-lg {
  font-family: "Biryani", sans-serif;
}
.g-header__tel b,
.g-header__tel strong,
.f-ui-lg b,
.f-ui-lg strong {
  font-weight: 800;
}
.g-header__tel i,
.g-header__tel em,
.f-ui-lg i,
.f-ui-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-header__tel,
.js-sans-serif-font-loaded .f-ui-lg {
  font-family: Arial, Biryani, sans-serif;
}
.g-header__tel,
.f-ui-lg {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .g-header__tel,
  .f-ui-lg {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
}
.g-header__tel,
.f-ui-lg {
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-input-lg

```
<p class="f-input-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-search__input, .m-filter-search__input, .a-btn--lg,
.f-input-lg {
  font-family: "Biryani", sans-serif;
}
.m-search__input b, .m-filter-search__input b, .a-btn--lg b,
.m-search__input strong,
.m-filter-search__input strong,
.a-btn--lg strong,
.f-input-lg b,
.f-input-lg strong {
  font-weight: 800;
}
.m-search__input i, .m-filter-search__input i, .a-btn--lg i,
.m-search__input em,
.m-filter-search__input em,
.a-btn--lg em,
.f-input-lg i,
.f-input-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-search__input, .js-sans-serif-font-loaded .m-filter-search__input, .js-sans-serif-font-loaded .a-btn--lg,
.js-sans-serif-font-loaded .f-input-lg {
  font-family: Arial, Biryani, sans-serif;
}
.m-search__input, .m-filter-search__input, .a-btn--lg,
.f-input-lg {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .m-search__input, .m-filter-search__input, .a-btn--lg,
  .f-input-lg {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.m-search__input, .m-filter-search__input, .a-btn--lg,
.f-input-lg {
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-body

```
<p class="f-body">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-footer__top .g-footer__nav.g-footer__nav--secondary li, .m-user-content ul, .m-map__popup span, .m-hero--course .m-hero__bottom a:not(.a-btn), .m-hero--careers .m-hero__bottom a:not(.a-btn), .m-hero__tile span, .m-form .input-validation-error, .form-control, .m-card__meta, .m-breadcrumb, p,
.f-body,
.m-hero--image .m-hero__content ul,
.m-filter__toggles,
.m-expand__content li {
  font-family: "Biryani", sans-serif;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li b, .m-user-content ul b, .m-map__popup span b, .m-hero--course .m-hero__bottom a:not(.a-btn) b, .m-hero--careers .m-hero__bottom a:not(.a-btn) b, .m-hero__tile span b, .m-form .input-validation-error b, .form-control b, .m-card__meta b, .m-breadcrumb b, p b,
.g-footer__top .g-footer__nav.g-footer__nav--secondary li strong,
.m-user-content ul strong,
.m-map__popup span strong,
.m-hero--course .m-hero__bottom a:not(.a-btn) strong,
.m-hero--careers .m-hero__bottom a:not(.a-btn) strong,
.m-hero__tile span strong,
.m-form .input-validation-error strong,
.form-control strong,
.m-card__meta strong,
.m-breadcrumb strong,
p strong,
.f-body b,
.m-hero--image .m-hero__content ul b,
.m-filter__toggles b,
.m-expand__content li b,
.f-body strong,
.m-hero--image .m-hero__content ul strong,
.m-filter__toggles strong,
.m-expand__content li strong {
  font-weight: 800;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li i, .m-user-content ul i, .m-map__popup span i, .m-hero--course .m-hero__bottom a:not(.a-btn) i, .m-hero--careers .m-hero__bottom a:not(.a-btn) i, .m-hero__tile span i, .m-form .input-validation-error i, .form-control i, .m-card__meta i, .m-breadcrumb i, p i,
.g-footer__top .g-footer__nav.g-footer__nav--secondary li em,
.m-user-content ul em,
.m-map__popup span em,
.m-hero--course .m-hero__bottom a:not(.a-btn) em,
.m-hero--careers .m-hero__bottom a:not(.a-btn) em,
.m-hero__tile span em,
.m-form .input-validation-error em,
.form-control em,
.m-card__meta em,
.m-breadcrumb em,
p em,
.f-body i,
.m-hero--image .m-hero__content ul i,
.m-filter__toggles i,
.m-expand__content li i,
.f-body em,
.m-hero--image .m-hero__content ul em,
.m-filter__toggles em,
.m-expand__content li em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-footer__top .g-footer__nav.g-footer__nav--secondary li, .g-footer__top .g-footer__nav.g-footer__nav--secondary .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-user-content ul, .m-user-content .js-sans-serif-font-loaded ul, .js-sans-serif-font-loaded .m-map__popup span, .m-map__popup .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom a:not(.a-btn), .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom a:not(.a-btn), .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-hero__tile span, .m-hero__tile .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .m-form .input-validation-error, .m-form .js-sans-serif-font-loaded .input-validation-error, .js-sans-serif-font-loaded .form-control, .js-sans-serif-font-loaded .m-card__meta, .js-sans-serif-font-loaded .m-breadcrumb, .js-sans-serif-font-loaded p,
.js-sans-serif-font-loaded .f-body,
.js-sans-serif-font-loaded .m-hero--image .m-hero__content ul,
.m-hero--image .m-hero__content .js-sans-serif-font-loaded ul,
.js-sans-serif-font-loaded .m-filter__toggles,
.js-sans-serif-font-loaded .m-expand__content li,
.m-expand__content .js-sans-serif-font-loaded li {
  font-family: Arial, Biryani, sans-serif;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li, .m-user-content ul, .m-map__popup span, .m-hero--course .m-hero__bottom a:not(.a-btn), .m-hero--careers .m-hero__bottom a:not(.a-btn), .m-hero__tile span, .m-form .input-validation-error, .form-control, .m-card__meta, .m-breadcrumb, p,
.f-body,
.m-hero--image .m-hero__content ul,
.m-filter__toggles,
.m-expand__content li {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

/***

f-body-lg

```
<p class="f-body-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-hero--course .m-hero__bottom p, .m-hero--course .m-hero__bottom ul li, .m-hero--careers .m-hero__bottom p, .m-hero--careers .m-hero__bottom ul li,
.f-body-lg {
  font-family: "Biryani", sans-serif;
}
.m-hero--course .m-hero__bottom p b, .m-hero--course .m-hero__bottom ul li b, .m-hero--careers .m-hero__bottom p b, .m-hero--careers .m-hero__bottom ul li b,
.m-hero--course .m-hero__bottom p strong,
.m-hero--course .m-hero__bottom ul li strong,
.m-hero--careers .m-hero__bottom p strong,
.m-hero--careers .m-hero__bottom ul li strong,
.f-body-lg b,
.f-body-lg strong {
  font-weight: 800;
}
.m-hero--course .m-hero__bottom p i, .m-hero--course .m-hero__bottom ul li i, .m-hero--careers .m-hero__bottom p i, .m-hero--careers .m-hero__bottom ul li i,
.m-hero--course .m-hero__bottom p em,
.m-hero--course .m-hero__bottom ul li em,
.m-hero--careers .m-hero__bottom p em,
.m-hero--careers .m-hero__bottom ul li em,
.f-body-lg i,
.f-body-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero--course .m-hero__bottom p, .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded p, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom ul li, .m-hero--course .m-hero__bottom ul .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom p, .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded p, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom ul li, .m-hero--careers .m-hero__bottom ul .js-sans-serif-font-loaded li,
.js-sans-serif-font-loaded .f-body-lg {
  font-family: Arial, Biryani, sans-serif;
}
.m-hero--course .m-hero__bottom p, .m-hero--course .m-hero__bottom ul li, .m-hero--careers .m-hero__bottom p, .m-hero--careers .m-hero__bottom ul li,
.f-body-lg {
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 400;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

.icon--.placeholder, .icon--.placeholder svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--arrow--left, .icon--arrow--left svg {
  width: 23px;
  height: 11px;
}

.icon--arrow, .icon--arrow svg {
  width: 23px;
  height: 11px;
}

.icon--book, .icon--book svg {
  width: 28px;
  height: 35px;
}

.icon--caret--down, .icon--caret--down svg {
  width: 16px;
  height: 10px;
}

.icon--chevron--down, .icon--chevron--down svg {
  width: 16px;
  height: 10px;
}

.icon--chevron--right, .icon--chevron--right svg {
  width: 11px;
  height: 18px;
}

.icon--chevron--up, .icon--chevron--up svg {
  width: 16px;
  height: 10px;
}

.icon--close, .icon--close svg {
  width: 8.8px;
  height: 12.8px;
}

.icon--download, .icon--download svg {
  width: 14px;
  height: 15px;
}

.icon--facebook, .icon--facebook svg {
  width: 28px;
  height: 28px;
}

.icon--fullscreen, .icon--fullscreen svg {
  width: 22px;
  height: 22px;
}

.icon--icons, .icon--icons svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--instagram, .icon--instagram svg {
  width: 29px;
  height: 28px;
}

.icon--loading, .icon--loading svg {
  width: 729.14px;
  height: 308.18px;
}

.icon--logo, .icon--logo svg {
  width: 79.3px;
  height: 44.45px;
}

.icon--mail, .icon--mail svg {
  width: 54px;
  height: 42px;
}

.icon--menu, .icon--menu svg {
  width: 30px;
  height: 21px;
}

.icon--phone-solid, .icon--phone-solid svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--phone, .icon--phone svg {
  width: 35px;
  height: 59px;
}

.icon--play, .icon--play svg {
  width: 57px;
  height: 42px;
}

.icon--plus, .icon--plus svg {
  width: 13px;
  height: 14px;
}

.icon--print, .icon--print svg {
  width: 16px;
  height: 15px;
}

.icon--search-sidebar, .icon--search-sidebar svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--search, .icon--search svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--test, .icon--test svg {
  width: 60px;
  height: 60px;
}

.icon--tick, .icon--tick svg {
  width: 13px;
  height: 13px;
}

.icon--twitter, .icon--twitter svg {
  width: 29px;
  height: 28px;
}

.icon--upload, .icon--upload svg {
  width: 13px;
  height: 16px;
}

.icon--youtube, .icon--youtube svg {
  width: 22px;
  height: 17px;
}

p + p {
  margin-top: 20px;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
p,
ul,
ol,
dl {
  margin-top: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-padding {
  padding: 0 0 1rem 0;
}

.js-hide {
  display: none !important;
}

.js-show {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.border-left {
  position: relative;
}
@media (min-width: 768px) {
  .border-left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    border-left: 1px solid #8e97ac;
  }
}

.border-bottom::after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  margin-top: 4rem;
  position: relative;
  border-bottom: 1px solid #8e97ac;
}

.border-bottom:first-child::after {
  content: "";
  display: none;
  margin-top: 2rem;
}

.checkbox-margin {
  margin-bottom: 20px;
}

.form-margin-top {
  margin-top: 60px;
}

.img-rounded {
  border-radius: 5px;
  overflow: hidden;
}

.img-news-article {
  width: 100%;
}

.clr-white {
  color: #fff !important;
}

.width-100 {
  width: 100%;
}

.gallery-btn--custom {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.a-btn {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 16px 20px;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(255, 255, 255, 0) inset, -1px -1.5px 5px rgba(0, 0, 0, 0.2) inset;
  justify-content: center;
}

.a-btn--lg {
  font-size: 20px !important;
}

.a-text-link.-text-link-margin {
  margin-top: 2rem;
}
.a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .a-text-link:hover::after {
    max-width: 700px;
  }
}

.a-btn svg {
  margin-left: 14px;
  flex-shrink: 0;
}

.a-btn--primary {
  background: #000000;
  color: #fff;
}
.a-btn--primary:hover {
  background: black;
}

.a-btn--primary-light {
  background: #00a9e0;
  color: #fff;
}
.a-btn--primary-light:hover {
  background: rgb(0, 130.5223214286, 173);
}

.poster--btn {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.poster--btn .icon--play {
  user-select: none;
}

.a-btn--secondary,
.college-16-18 .o-section .a-btn.a-btn--secondary,
.university-centre .o-section .a-btn.a-btn--secondary,
.international-students .o-section .a-btn.a-btn--secondary,
.adult-19 .o-section .a-btn.a-btn--secondary,
.apprenticeships .o-section .a-btn.a-btn--secondary,
.employers .o-section .a-btn.a-btn--secondary {
  background: #DA0342 !important;
  color: #fff !important;
}
.a-btn--secondary:hover,
.college-16-18 .o-section .a-btn.a-btn--secondary:hover,
.university-centre .o-section .a-btn.a-btn--secondary:hover,
.international-students .o-section .a-btn.a-btn--secondary:hover,
.adult-19 .o-section .a-btn.a-btn--secondary:hover,
.apprenticeships .o-section .a-btn.a-btn--secondary:hover,
.employers .o-section .a-btn.a-btn--secondary:hover {
  background: rgb(167.6923076923, 2.3076923077, 50.7692307692) !important;
}

.a-btn--tertiary {
  background: #d83473 !important;
  color: #fff !important;
}
.a-btn--tertiary:hover {
  background: rgb(182.0289256198, 34.9710743802, 91.4628099174) !important;
}

.a-btn--reversed {
  background: #fff !important;
  color: #000000 !important;
}
.a-btn--reversed:hover {
  background: rgb(229.5, 229.5, 229.5) !important;
}

.a-btn--sm {
  min-width: 0;
  padding: 8px 6px;
  min-height: 0;
}
.a-btn--sm svg {
  margin: 0;
}

.a-modal--close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
}
.a-modal--close svg {
  width: 1rem;
  height: 2rem;
  color: #999;
}

.a-btn--lg {
  padding: 25px 30px;
}
@media (max-width: 767.98px) {
  .a-btn--lg.-btn-icon-sm {
    font-size: 0;
  }
}

.m-hero__links-item,
.a-text-link {
  color: #DA0342;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.m-hero__links-item svg,
.a-text-link svg {
  margin-left: 10px;
  transition: all 300ms ease;
}
.m-hero__links-item::after,
.a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #000000;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-hero__links-item:hover svg,
  .a-text-link:hover svg {
    transform: translateX(3px);
  }
}

.a-text-link--primary {
  color: #000000;
}
.a-text-link--primary::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #000000;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .a-text-link--primary:hover::after {
    max-width: 700px;
  }
}

.a-btn--variant-1 {
  background: #e41f13 !important;
  color: #fff !important;
}
.a-btn--variant-1:hover {
  background: rgb(180.9230769231, 24.5991902834, 15.0769230769) !important;
}

.a-btn--variant-2 {
  background: #005e8a !important;
  color: #DA0342 !important;
}
.a-btn--variant-2:hover {
  background: rgb(0, 59.2608695652, 87) !important;
}

.a-btn--variant-3 {
  background: #ffda1a !important;
  color: #DA0342 !important;
}
.a-btn--variant-3:hover {
  background: rgb(230, 192.8384279476, 0) !important;
}

.a-btn--variant-4 {
  background: #7137ad !important;
  color: #fff !important;
}
.a-btn--variant-4:hover {
  background: rgb(87.7236842105, 42.6973684211, 134.3026315789) !important;
}

.a-btn--uni-1 {
  background: #ea2839;
  color: #fff;
}
.a-btn--uni-1:hover {
  background: #b9262c;
}

.a-btn--facebook {
  background: #0e5ebd !important;
  color: #fff !important;
}
.a-btn--facebook:hover {
  background: rgb(10.4827586207, 70.3842364532, 141.5172413793) !important;
}

.a-btn--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.a-btn--twitter:hover {
  background: rgb(0, 134.9873417722, 186) !important;
}

.a-btn--instagram {
  background: #192d59 !important;
  color: #fff !important;
}
.a-btn--instagram:hover {
  background: rgb(13.8157894737, 24.8684210526, 49.1842105263) !important;
}

.a-btn--youtube {
  background: #ff3333 !important;
  color: #fff !important;
}
.a-btn--youtube:hover {
  background: red !important;
}

.a-btn--max {
  width: 100%;
}

.a-btn--apply .a-btn--number {
  position: relative;
  left: 5px;
  background: #DA0342;
  padding: 2.25px 5.18px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.25s;
}
.a-btn:hover .a-btn--apply .a-btn--number {
  color: rgb(229.5, 229.5, 229.5);
}
.a-btn--apply__modal {
  max-width: 270px;
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  z-index: 100;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  margin-left: 125px;
  margin-top: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: opacity 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.a-btn--apply__modal.active {
  visibility: visible;
  opacity: 1;
  display: block !important;
}
.a-btn--apply__modal:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.a-btn--apply__modal h4 {
  font-weight: 900;
  color: #DA0342;
}
.a-btn--apply__modal-header {
  padding: 14px 18px;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
  z-index: 5;
}
.a-btn--apply__modal-body {
  padding: 14px 18px;
}
.a-btn--apply__modal ul {
  counter-reset: courseCounter;
}
.a-btn--apply__modal ul li {
  padding-left: 24px;
  padding-bottom: 16px;
  line-height: 1.25;
  color: #DA0342;
  counter-increment: courseCounter;
  position: relative;
}
.a-btn--apply__modal ul li:before {
  content: counter(courseCounter) " -";
  position: absolute;
  left: 0;
  color: #3d3d3b;
  font-weight: 600;
}
.a-btn--apply__modal p {
  color: #3d3d3b;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 5px;
}
.a-btn--apply__modal p span {
  font-weight: 700;
}

.nca-inner {
  padding-left: 0.5rem;
}

.a-btn--added, .m-hero .a-btn.a-btn--added, .a-btn--disabled {
  background-color: #ccc !important;
  color: #fff !important;
}
.a-btn--added:hover, .m-hero .a-btn.a-btn--added:hover, .a-btn--disabled:hover {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.a-btn--variant-3:hover {
  background: #e6c100 !important;
}

.text-center-tablet {
  text-align: center;
}
@media (min-width: 768px) {
  .text-center-tablet {
    text-align: center !important;
  }
}

.icon--caret--down {
  margin-left: 1rem;
  color: #305FC8;
}

.a-media__img + .a-btn {
  margin-top: 15px;
}

.a-media--circle {
  border-radius: 100%;
  overflow: hidden;
}
.a-media--circle img {
  width: 100%;
}

.university-centre .a-media__img + .a-btn {
  background-color: #e41f13;
  color: #fff;
}
.university-centre .a-media__img + .a-btn:hover {
  background-color: rgb(180.9230769231, 24.5991902834, 15.0769230769);
}

.international-students .a-media__img + .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .a-media__img + .a-btn:hover {
  background-color: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}

.international-students .a-media__img + .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .a-media__img + .a-btn:hover {
  background-color: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}

.adult-19 .a-media__img + .a-btn {
  background-color: #005e8a;
  color: #DA0342;
}
.adult-19 .a-media__img + .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}

.apprenticeships .a-media__img + .a-btn {
  background-color: #ffda1a;
  color: #DA0342;
}
.apprenticeships .a-media__img + .a-btn:hover {
  background-color: rgb(230, 192.8384279476, 0);
}

.employers .a-media__img + .a-btn {
  background-color: #d83473;
  color: #DA0342;
}
.employers .a-media__img + .a-btn:hover {
  background-color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}

.news-img-container {
  width: 100vw;
}
@media (min-width: 576px) {
  .news-img-container {
    width: auto;
  }
}

.a-stat {
  font-size: 7.48rem;
  line-height: 1;
  color: #000000;
  font-weight: 900;
}

.a-stat__unit {
  font-size: 0.4835em;
}

.a-stat p {
  color: #DA0342;
}

.university-centre .a-stat {
  color: #e41f13;
}

.international-students .a-stat {
  color: #7137ad;
}

.adult-19 .a-stat {
  color: rgb(0, 59.2608695652, 87);
}

.apprenticeships .a-stat {
  color: rgb(230, 192.8384279476, 0);
}

.employers .a-stat {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}

.a-careers-listing {
  list-style-type: none;
  margin: 20px 0px 20px 20px;
}
.a-careers-listing li {
  margin-bottom: 1rem;
  list-style: none !important;
  margin-left: 0 !important;
  line-height: 1.4;
}
.a-careers-listing li:last-child {
  margin-bottom: 0;
}
.a-careers-listing li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.a-skills-listing {
  list-style-type: none;
  margin: 20px 0px 20px 20px;
}
.a-skills-listing li {
  margin-bottom: 1rem;
}
.a-skills-listing li:last-child {
  margin-bottom: 0;
}
.a-skills-listing li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.application-header--right ul {
  list-style-type: none;
  margin: 0 0px 20px 20px !important;
  list-style: none;
}
.application-header--right ul li {
  margin-bottom: 0.8rem;
  list-style: none !important;
}
@media (max-width: 767.98px) {
  .application-header--right ul li {
    margin-left: 0;
  }
}
.application-header--right ul li:last-child {
  margin-bottom: 0;
}
.application-header--right ul li::before {
  content: "-";
  color: #3d3d3b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.m-banner {
  background: #d83473;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .m-banner {
    padding: 50px 0;
  }
}
.m-banner.m-banner--variant-3 {
  background: #ffda1a;
}

.m-banner p:not(:first-child) {
  margin-top: 10px;
}

.m-banner [class^=col]:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-banner [class^=col]:not(:first-child) {
    margin-top: 0;
  }
}

.strip--two--mobile {
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .strip--two--mobile {
    background-position: top center !important;
  }
}

.m-breadcrumb li {
  display: inline-block;
  margin-right: 5px;
  list-style: none !important;
  margin-left: 0 !important;
}
.m-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 5px;
}
.m-breadcrumb.events-breadcrumb {
  margin: 30px 0;
}

.m-block--split {
  background: #fff;
  border-radius: 5px;
  overflow: inherit;
  position: relative;
}
@media (min-width: 768px) {
  .m-block--split > .row {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-block--split > .row > .col-12 {
    padding: 0;
  }
}
.m-block--split .m-block__content h2 {
  font-size: 1.25em;
  font-weight: 700;
}

.m-block--split .m-block__img {
  height: 100%;
}
.m-block--split .m-block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}

.m-block__img::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -15px;
  bottom: 0;
  background: #ffffff;
  z-index: 1;
  box-sizing: border-box;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}
@media (min-width: 768px) {
  .m-block__img::before {
    content: none;
  }
}

.col-img-mobile {
  padding-right: 0;
  padding-left: 0;
  margin-left: -5px;
  width: 100vw;
}
@media (min-width: 576px) {
  .col-img-mobile {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    width: auto;
  }
}

.m-block--split .m-block__content {
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .m-block--split .m-block__content {
    padding: 50px 50px;
  }
}
.m-block--split .m-block__content .a-btn {
  margin-top: 30px;
}

.m-block__content h3 {
  color: #DA0342;
}
.m-block__content h4 {
  color: #000000;
}
.m-block__content h4 + h2, .m-block__content h4 + h3, .m-block__content h4 + h4 {
  margin-top: 5px;
}
.m-block__content h2 + p, .m-block__content h3 + p, .m-block__content h4 + p {
  margin-top: 20px;
}
.m-block__content .m-form__checkbox {
  margin: 20px 0;
}
.m-block__content .m-form__checkbox label {
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .m-block--split.m-block--reverse > .row > .col-12:first-child {
    order: 2;
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--reverse > .row > .col-12:last-child {
    order: 1;
  }
}

@media (min-width: 768px) {
  .m-block--split.m-block--image > .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "overlay";
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--image > .row > .col-12 {
    grid-area: overlay;
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--image .m-block__content {
    background: #fff;
    border-radius: 5px;
    margin: 50px 0 50px 50px;
  }
}

.m-block--text h2, .m-block--text h3 {
  color: #000000;
}
.m-block--text h2 + p, .m-block--text h3 + p {
  margin-top: 25px;
}
.m-block--text h3 {
  color: #DA0342;
  max-width: 340px;
}
.m-block--text p + .a-btn {
  margin-top: 20px;
}
.m-block--text .row > .col-md-6 + .col-md-6 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .m-block--text .row > .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
}

.m-block--outline {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 20px;
}
@media (min-width: 768px) {
  .m-block--outline {
    padding: 50px 80px;
  }
}
.m-block--outline h2 {
  color: #000000;
}
.m-block--outline h3 {
  color: #DA0342;
  line-height: 1.5;
}
.m-block--outline h2 + h3 {
  margin-top: 20px;
}
.m-block--outline .m-block__cols {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-block--outline .m-block__cols {
    column-count: 2;
    column-gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .m-block--outline .m-block__cols p {
    text-align: center;
  }
}

.m-block--salary {
  background: #f0f0f0;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .m-block--salary {
    padding: 50px 90px 50px 90px;
  }
}
.m-block--salary p {
  text-align: center;
}
.m-block--salary h1 {
  text-align: center;
  font-size: 3.75rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-block--salary h2 {
  text-align: center;
  font-size: 1.1rem;
  color: #1a2d59;
}

.m-block--list {
  padding: 25px 15px 0 15px;
}
@media (min-width: 768px) {
  .m-block--list {
    padding: 25px 0 0 0;
  }
}
.m-block--list.large-list {
  padding-top: 0px;
  padding: 30px 30px 30px 30px;
  border: 2px solid #ccc;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 768px) {
  .m-block--list.large-list {
    padding: 45px 50px 30px 50px;
  }
}
.m-block--list.large-list ul {
  margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  .m-block--list.large-list ul {
    margin: 20px 0px 20px 0px;
  }
}
.m-block--list.large-list ul li {
  margin-bottom: 25px;
  margin-left: 1em !important;
}
.m-block--list.large-list ul li:last-child {
  margin-bottom: 0;
}
.m-block--list.large-list h3 {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .m-block--list.large-list h3 {
    margin-bottom: 15px;
  }
}

.m-block--article-divider {
  height: 1px;
  width: 100%;
  background: #ccc;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .m-block--article-sidebar {
    position: sticky;
    top: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .m-block--article {
    margin-top: 50px;
  }
}
.m-block--article .article-text h1 {
  color: #DA0342;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.m-block--article .article-text h1:first-child {
  margin-top: 0;
}
.m-block--article .article-text a {
  color: #000000;
  text-decoration: underline;
  display: inline;
  cursor: pointer;
}
.m-block--article .article-text a.a-btn {
  text-decoration: none;
  display: inline-block;
  margin-top: 0 !important;
}
.m-block--article .article-text h2 {
  color: #DA0342;
  font-size: 15px;
  margin-bottom: 30px;
}
.m-block--article .article-text ul {
  list-style: initial;
  margin: 0 21px 30px 21px;
}
.m-block--article .article-text ul li {
  list-style: initial;
  margin-bottom: 10px;
  font-size: 15px;
}
.m-block--article .article-text p {
  font-size: 15px;
}
.m-block--article .article-text img {
  margin: 30px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .m-block--article .article-text img {
    width: 75%;
  }
}

@media (max-width: 991.98px) {
  .col-btn-block {
    padding-top: 1rem;
    display: flex;
    justify-content: flex-start;
  }
}

.m-article--quote-block {
  margin-top: 30px;
  margin-left: 55px;
  padding-right: 10%;
  position: relative;
  padding-bottom: 1rem;
  line-height: 1.3rem;
}
@media (min-width: 768px) {
  .m-article--quote-block {
    padding-right: 25%;
    padding-bottom: 1.3rem;
  }
}
.m-article--quote-block p {
  font-size: 16px;
}
.m-article--quote-block::before {
  background-image: url(/dist/images/quote.png);
  background-size: 30px 25px;
  display: inline-block;
  width: 30px;
  height: 25px;
  position: absolute;
  left: -55px;
  content: "";
}

.m-block--article-header {
  margin-bottom: 50px;
}
.m-block--article-header h3 {
  color: #DA0342;
  text-transform: unset;
}
.m-block--article-header h1 {
  font-size: 1.6rem;
  color: #DA0342;
  font-weight: bold;
  margin: 25px 0;
  line-height: 1.2;
}

.m-block__contact p {
  margin: 0;
}
@media (min-width: 992px) {
  .m-block__contact p {
    margin-right: 26px;
  }
}
.m-block__contact p + p {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .m-block__contact p + p {
    margin-top: 0;
  }
}
.m-block__contact p span {
  color: #000000;
  font-weight: 900;
}

.college-16-18 .m-block__content h4 {
  color: #000000;
}
.college-16-18 .m-block--text h2, .college-16-18 .m-block--text h3 {
  color: #000000;
}
.college-16-18 .m-block--outline h2 {
  color: #000000;
}
.college-16-18 .m-block__contact p span {
  color: #000000;
}

.university-centre .m-block__content h4 {
  color: #e41f13;
}
.university-centre .m-block--text h2, .university-centre .m-block--text h3 {
  color: #e41f13;
}
.university-centre .m-block--outline h2 {
  color: #e41f13;
}
.university-centre .m-block__contact p span {
  color: #e41f13;
}

.international-students .m-block__content h4 {
  color: #7137ad;
}
.international-students .m-block--text h2, .international-students .m-block--text h3 {
  color: #7137ad;
}
.international-students .m-block--outline h2 {
  color: #7137ad;
}
.international-students .m-block__contact p span {
  color: #7137ad;
}

.adult-19 .m-block__content h4 {
  color: #94c224;
}
.adult-19 .m-block--text h2, .adult-19 .m-block--text h3 {
  color: #94c224;
}
.adult-19 .m-block--outline h2 {
  color: #94c224;
}
.adult-19 .m-block__contact p span {
  color: #94c224;
}

.apprenticeships .m-block__content h4 {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-block--text h2, .apprenticeships .m-block--text h3 {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-block--outline h2 {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-block__contact p span {
  color: rgb(230, 192.8384279476, 0);
}

.employers .m-block__content h4 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-block--text h2, .employers .m-block--text h3 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-block--outline h2 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-block__contact p span {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}

.display-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .display-sm-up {
    display: block !important;
  }
}

.flex-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .flex-sm-up {
    display: flex !important;
  }
}

.display-sm-down {
  display: block !important;
}
@media (min-width: 576px) {
  .display-sm-down {
    display: none !important;
  }
}

.flex-sm-down {
  display: flex !important;
}
@media (min-width: 576px) {
  .flex-sm-down {
    display: none !important;
  }
}

.display-md-up {
  display: none !important;
}
@media (min-width: 768px) {
  .display-md-up {
    display: block !important;
  }
}

.display-md-down {
  display: block;
}
@media (min-width: 768px) {
  .display-md-down {
    display: none !important;
  }
}

.display-flex-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .display-flex-sm-up {
    display: flex !important;
  }
}

.icon--phone-solid {
  width: 16px;
  height: 16px;
}

.active {
  display: block !important;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.t-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.modal--p {
  width: 90%;
}

.flex-start-rev {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .flex-start-rev {
    justify-content: flex-end;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-card {
    /* IE10+ CSS styles go here */
    display: block;
  }
}

.m-card .a-media__img + h3,
.m-card .a-media__img + h4 {
  margin-top: 20px;
}

.m-cards__header {
  color: #DA0342;
  display: flex;
  align-items: center;
}
.m-cards__header h3 + .a-text-link {
  margin-left: 20px;
}

.m-card h3 {
  color: #DA0342;
  text-transform: uppercase;
}

.m-card h4 {
  color: #DA0342;
}
.m-card h4 + p {
  margin-top: 15px;
}

.m-card .f-h2 {
  display: block;
  color: #000000;
  margin-top: 10px;
}

.m-card .a-btn {
  margin-top: 20px;
}

.m-card__meta {
  display: block;
  color: #DA0342;
  margin-top: -10px;
}
.m-card__meta + p, .m-card__meta + h2, .m-card__meta + h3, .m-card__meta + h4 {
  margin-top: 15px;
}

.m-card__content p {
  margin: 0;
}
.m-card__content p a {
  color: #DA0342;
  font-weight: 900;
}
.m-card__content p a svg {
  height: 10px;
}
.m-card__content ul {
  margin: 0 !important;
}
.m-card__content ul li {
  list-style: none !important;
  margin: 0;
}
.m-card__content h4 {
  margin: 15px 0 5px;
}

.m-card--stat h3,
.m-hero .m-card--stat h3 {
  margin-top: 25px;
}

.m-card--stat p {
  color: #3d3d3b;
}

.m-card--image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  display: block;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .m-card--image {
    margin-bottom: 10px;
  }
}
.m-card--image img {
  display: block;
  width: 100%;
}

.m-card--image .m-card__caption {
  display: flex;
  flex-flow: row wrap;
  color: #DA0342;
  background: #f0f0f0;
  padding: 30px 25px;
}
.m-card--image .m-card__caption svg {
  margin-left: auto;
  margin-top: 4px;
  flex-shrink: 0;
}

.m-card__img {
  position: relative;
}
.m-card__img img {
  display: block;
  width: 100%;
}
.m-card__img .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.m-card--image .m-card__img + .m-card__content {
  margin-top: 25px;
}

.m-card--image .m-card__content h4 {
  text-transform: uppercase;
  color: #DA0342;
}
.m-card--image .m-card__content > svg {
  margin-top: 15px;
  color: #DA0342;
}
.m-card--image .m-card__content p:not(:first-child) {
  margin-top: 10px;
}

.m-card.m-card--bio h4 {
  color: #000000;
}
.m-card.m-card--bio .m-card__position {
  color: #DA0342;
  margin-top: 15px;
  display: block;
}
.m-card.m-card--bio .m-card__position + p {
  margin-top: 15px;
}

.m-card.m-card--bio.m-card--simple {
  margin: 25px 0;
}
.m-card.m-card--bio.m-card--simple h4 {
  color: #3d3d3b;
}
.m-card.m-card--bio.m-card--simple .m-card__position {
  color: #3d3d3b;
  margin-top: 10px;
}

.m-card__handle {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.m-card__handle img {
  margin-right: 10px;
  flex-shrink: 0;
}

.m-card--overlay {
  position: relative;
  overflow: hidden;
}
.o-section__content .m-card--overlay.m-card {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .o-section__content .m-card--overlay.m-card {
    margin-top: 40px;
  }
}
.m-card--overlay + .m-card--overlay {
  margin-top: 25px;
}
.m-card--overlay .m-card__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__img {
    margin-bottom: 60px;
  }
}
.m-card--overlay .m-card__img img {
  object-fit: cover;
  display: block;
}
.m-card--overlay .m-card__content {
  position: relative;
  background: #fff;
  padding: 20px 65px 20px 20px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  margin-top: -80px;
}
@media (min-width: 768px) {
  .m-card--overlay .m-card__content {
    position: absolute;
    padding: 15px 55px 15px 15px;
    border-radius: 0 5px 0 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__content {
    width: 75%;
    padding: 35px 95px 35px 35px;
  }
}
.m-card--overlay .m-card__content h2 {
  color: #DA0342;
  line-height: 1.4;
  text-transform: uppercase;
}
.m-card--overlay .m-card__content h2 + p {
  margin-top: 20px;
}
.m-card--overlay .m-card__content h3 {
  color: #DA0342;
  line-height: 1.4;
}
.m-card--overlay .m-card__content h3 + p {
  margin-top: 20px;
}
.m-card--overlay .m-card__content .a-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  min-width: 0;
  border-radius: 0;
  margin: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .m-card--overlay .m-card__content .a-btn {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__content .a-btn {
    width: 65px;
  }
}
.m-card--overlay .m-card__content .a-btn svg {
  margin: 0;
}
.m-card--overlay_container {
  display: initial !important;
}

.m-card--overlay .m-card__label {
  position: absolute;
  background: #fff;
  color: #DA0342;
  top: 40px;
  left: 45px;
  padding: 6px 12px;
  border-radius: 5px;
}

.m-card--basic {
  background: #e6ebe3;
  padding: 45px 40px;
  border-radius: 5px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section__content .m-card--basic.m-card {
    margin-top: 30px;
  }
}
.m-card--basic h3 {
  font-weight: 900;
}
.m-card--basic h3 + p {
  margin-top: 15px;
}
.m-card--basic em {
  font-style: normal;
  color: #000000;
  font-weight: 900;
}
.m-card--basic p a {
  color: #3d3d3b;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card--basic p a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .m-card--basic .m-card__content p {
    max-width: 400px;
  }
}

.m-card--basic.m-card--variant-3 {
  background: #ffda1a;
  color: #DA0342;
}

.m-card--stack {
  display: grid;
  -ms-grid-columns: 60px 1fr 60px;
  grid-template-columns: 60px 1fr 60px;
  -ms-grid-rows: 60px 1fr;
  grid-template-rows: 60px 1fr;
  align-items: flex-start;
  display: -ms-grid;
  height: calc(100% - 30px);
}
@media (min-width: 992px) {
  .m-card--stack {
    height: calc(100% - 15px);
  }
}
.m-card--stack .m-card__content {
  height: 100%;
}

.m-card--stack .m-card__img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 2/4;
  grid-row: 1/3;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--stack .m-card__img {
    margin-left: 30px;
  }
}
.m-card--stack .m-card__img + .m-card__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column: 1/3;
  grid-row: 2/3;
}
.m-card--stack .m-card__content {
  grid-area: card;
  padding: 40px 40px;
  border-radius: 5px;
  background: rgba(240, 240, 240, 0.95);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--stack .m-card__content {
    width: calc(100% - 30px);
    padding: 30px;
  }
}
.m-card--stack .m-card__content .a-text-link {
  color: #DA0342;
}
.m-card--stack .m-card__content .a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #DA0342;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-card--stack .m-card__content .a-text-link:hover::after {
    max-width: 700px;
  }
}
.m-card--stack .m-card__content .a-text-link + .a-btn {
  margin-top: 20px;
}
.m-card--stack .m-card__content p + .a-text-link {
  margin-top: 20px;
}

.m-block--facilities-text {
  padding: 0;
}
.m-block--facilities-text h1 {
  color: #DA0342;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-block--facilities-text {
    padding: 0 50px 0 0;
  }
}

.m-block--facilities-header h1 {
  color: #DA0342;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 50px;
  line-height: 1.2;
}
.m-block--facilities-header p {
  color: #DA0342;
  margin-bottom: 35px;
}
.m-block--facilities-header img {
  width: 100%;
}

.m-card--event {
  display: flex;
}

.m-card--event-container {
  width: 100%;
  margin-top: 30px;
}
.m-card--event-container h1 {
  color: #DA0342;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-card--event-container {
    margin-top: 0px;
  }
}

.m-card--event .m-card__content {
  grid-area: card;
  padding: 40px 40px;
  border-radius: 5px;
  background: #f0f0f0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--event .m-card__content {
    width: 100%;
    padding: 30px;
  }
}
.m-card--event .m-card__content .a-text-link {
  color: #DA0342;
}
.m-card--event .m-card__content .a-text-link + .a-btn {
  margin-top: 20px;
}
.m-card--event .m-card__content p + .a-text-link {
  margin-top: 20px;
}

.m-card--stack.m-card--blue .m-card__content {
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
}
.m-card--stack.m-card--blue .m-card__content h2, .m-card--stack.m-card--blue .m-card__content h3, .m-card--stack.m-card--blue .m-card__content h4, .m-card--stack.m-card--blue .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--blue .m-card__content .a-text-link:after {
  background-color: #fff;
}

.m-card--stack.m-card--light-blue .m-card__content {
  background: rgba(0, 169, 224, 0.95);
  color: #fff;
}
.m-card--stack.m-card--light-blue .m-card__content h2, .m-card--stack.m-card--light-blue .m-card__content h3, .m-card--stack.m-card--light-blue .m-card__content h4, .m-card--stack.m-card--light-blue .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--light-blue .m-card__content .a-text-link:after {
  background-color: #fff;
}

.m-card--stack.m-card--dark .m-card__content {
  background: rgba(218, 3, 66, 0.95);
  color: #fff;
}
.m-card--stack.m-card--dark .m-card__content h2, .m-card--stack.m-card--dark .m-card__content h3, .m-card--stack.m-card--dark .m-card__content h4, .m-card--stack.m-card--dark .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--dark .m-card__content h2::after, .m-card--stack.m-card--dark .m-card__content h3::after, .m-card--stack.m-card--dark .m-card__content h4::after, .m-card--stack.m-card--dark .m-card__content .a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-card--stack.m-card--dark .m-card__content h2:hover::after, .m-card--stack.m-card--dark .m-card__content h3:hover::after, .m-card--stack.m-card--dark .m-card__content h4:hover::after, .m-card--stack.m-card--dark .m-card__content .a-text-link:hover::after {
    max-width: 700px;
  }
}
.m-card--stack.m-card--dark .m-card__content .a-text-link:after {
  background-color: #fff;
}

.m-card--stack.m-card--tertiary .m-card__content {
  background: rgba(216, 52, 115, 0.95);
}

.m-card--stack.m-card--variant-1 .m-card__content {
  background: rgba(228, 31, 19, 0.95);
  color: #fff;
}
.m-card--stack.m-card--variant-1 .m-card__content h2, .m-card--stack.m-card--variant-1 .m-card__content h3, .m-card--stack.m-card--variant-1 .m-card__content h4, .m-card--stack.m-card--variant-1 .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--variant-1 .m-card__content .a-text-link:after {
  background-color: #fff;
}

.m-card--stack.m-card--variant-2 .m-card__content {
  background: rgba(0, 94, 138, 0.95);
}

.m-card--stack.m-card--variant-3 .m-card__content {
  background: rgba(255, 218, 26, 0.95);
}

.m-card--stack.m-card--variant-4 .m-card__content {
  background: rgba(113, 55, 173, 0.95);
  color: #fff;
}
.m-card--stack.m-card--variant-4 .m-card__content h2, .m-card--stack.m-card--variant-4 .m-card__content h3, .m-card--stack.m-card--variant-4 .m-card__content h4, .m-card--stack.m-card--variant-4 .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--variant-4 .m-card__content .a-text-link:after {
  background-color: #fff;
}

.card--flex--container {
  display: flex;
}

.card--flex-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .card--flex-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.remove--mobile {
  display: none;
}
@media (min-width: 768px) {
  .remove--mobile {
    display: block;
  }
}

.card--ellipsis-item {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 0 3px;
  justify-self: flex-end;
  border: none;
}
.card--ellipsis-item:last-child {
  margin: 0 0 0 3px;
}
@media (min-width: 768px) {
  .card--ellipsis-item {
    display: none;
  }
}

.m-card--event.m-card--dark .m-card__content {
  background: #DA0342;
  color: #fff;
}
.m-card--event.m-card--dark .m-card__content h2, .m-card--event.m-card--dark .m-card__content h3, .m-card--event.m-card--dark .m-card__content h4, .m-card--event.m-card--dark .m-card__content .a-text-link {
  color: #fff;
}

.m-card--info {
  border-radius: 5px;
  padding: 30px 30px 30px 30px;
  background: #f5f5f5;
  border-top: 8px solid #e6ebe3;
}
.m-card--info .a-text-link {
  color: #DA0342;
  margin-top: 30px;
}
.m-card--info p em {
  color: #DA0342;
  font-style: normal;
  font-weight: 900;
}
@media (min-width: 768px) {
  .o-section__content .m-card--info.m-card {
    margin-top: 25px;
  }
}

.m-card__container {
  flex-grow: 1;
}
.m-card__container > div {
  display: flex;
}
.m-card__container .m-card {
  width: 100%;
}
.m-card__container .m-card.m-card--image {
  display: flex;
  flex-direction: column;
}
.m-card__container .m-card.m-card--image .m-card__caption {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.m-card__container .m-card.m-card--image .m-card__caption > div {
  max-width: initial;
}
@media (min-width: 768px) {
  .m-card__container .m-card.m-card--image .m-card__caption > div {
    max-width: 200px;
  }
}
.m-card__container .m-card.m-card--image .m-card__caption > div + svg {
  margin-top: 0;
}

.m-card__image--rounded {
  height: auto;
  display: flex;
}
.m-card__image--rounded:before {
  content: "";
  display: flex;
  padding-top: 100%;
}
.m-card__image--rounded {
  width: 50%;
  padding-top: 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .m-card__image--rounded {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .m-card__image--rounded {
    padding: 0 10px 10px;
  }
}
.m-card__image--rounded img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  min-width: 170px;
  min-height: 170px;
}
@media (min-width: 576px) {
  .m-card__image--rounded img {
    min-width: initial;
    min-height: initial;
  }
}

@media (min-width: 992px) {
  .col-md-4 .m-card__image--rounded {
    padding: 0 25px 10px;
  }
}

.m-card__tags {
  margin: 20px 0;
}

.m-card__tags + p a span {
  color: #3d3d3b;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card__tags + p a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-card__tag {
  background-color: #fff;
  display: inline-block;
  margin: 6px 6px 6px 0;
  padding: 8px 16px;
  border-radius: 8px;
}
.m-card__tag h4 {
  color: #000000;
}
.m-card__tag h4.color--red {
  color: #e41f13;
}
.m-card__tag h4.color--teal {
  color: rgb(0, 41.8913043478, 61.5);
}
.m-card__tag h4.color--yellow {
  color: rgb(204.5, 171.4585152838, 0);
}
.m-card__tag h4.color--purple {
  color: #7137ad;
}

.m-card__title {
  text-transform: none;
}

.m-card__label {
  font-size: 0.8125rem;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 900;
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
}
.m-card__label + p {
  margin-top: 20px;
}
.m-card__label.m-card__label--variant-3 {
  color: rgb(179, 150.0786026201, 0);
}

.m-card--image svg {
  transition: all 300ms ease;
}
.m-card--image:hover svg {
  transform: translateX(3px);
}
.m-card--image .a-btn > svg {
  transform: none;
}

.m-card--social a {
  text-decoration: none !important;
  position: static !important;
}
.m-card--social a:after {
  content: none !important;
}

.m-card--apply-confirmation__item {
  padding: 40px 0;
}
.m-card--apply-confirmation__item:first-child {
  padding: 20px 0 40px;
}
.m-card--apply-confirmation h2 {
  color: #DA0342;
}
.m-card--apply-confirmation h4 {
  color: #3d3d3b;
}
.m-card--apply-confirmation h4 + p {
  margin-top: 0;
}
.m-card--apply-confirmation h4 + p a span {
  color: #3d3d3b;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card--apply-confirmation h4 + p a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
.m-card--apply-confirmation p em {
  font-size: 15px;
}

.m-card--border {
  border-bottom: 1px solid #ccc;
  max-width: 985px;
  margin: 0 auto;
}

.college-16-18 .m-card--image .m-card__content > svg {
  color: #000000;
}
.college-16-18 .m-card--overlay .m-card__content .a-btn {
  background-color: #000000;
  color: #fff;
}
.college-16-18 .m-card--overlay .m-card__content .a-btn:hover {
  background-color: black;
}
.college-16-18 .m-card .f-h2 {
  color: #000000;
}

.university-centre .m-card--image .m-card__content > svg {
  color: #e41f13;
}
.university-centre .m-card--overlay .m-card__content .a-btn {
  background-color: #e41f13;
  color: #fff;
}
.university-centre .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(180.9230769231, 24.5991902834, 15.0769230769);
}
.university-centre .m-card .f-h2 {
  color: #e41f13;
}
.university-centre .m-card--basic em {
  color: #e41f13;
}

.international-students .m-card--image .m-card__content > svg {
  color: #7137ad;
}
.international-students .m-card--overlay .m-card__content .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}
.international-students .m-card .f-h2 {
  color: #7137ad;
}
.international-students .m-card--basic em {
  color: #7137ad;
}

.adult-19 .m-card--image .m-card__content > svg {
  color: rgb(0, 59.2608695652, 87);
}
.adult-19 .m-card--overlay .m-card__content .a-btn {
  background-color: #005e8a;
  color: #DA0342;
}
.adult-19 .m-card--overlay .m-card__content .a-btn:hover {
  background-color: #7CAFB3;
  color: #fff;
}
.adult-19 .m-card .f-h2 {
  color: rgb(0, 59.2608695652, 87);
}
.adult-19 .m-card--basic em {
  color: #94c224;
}

.apprenticeships .m-card--image .m-card__content > svg {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-card--overlay .m-card__content .a-btn {
  background-color: #ffda1a;
  color: #DA0342;
}
.apprenticeships .m-card--overlay .m-card__content .a-btn:hover {
  background-color: #AE9014;
  color: #fff;
}
.apprenticeships .m-card .f-h2 {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-card--basic em {
  color: rgb(230, 192.8384279476, 0);
}

.employers .m-card--image .m-card__content > svg {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-card--overlay .m-card__content .a-btn {
  background-color: #d83473;
  color: #DA0342;
}
.employers .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-card .f-h2 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-card--basic em {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}

.m-carousel {
  border-radius: 5px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .m-carousel.m-carousel-banner .carousel-item > img {
    object-fit: cover;
    width: 100%;
    height: 60vw;
  }
}
@media (max-width: 767.98px) {
  .m-carousel.m-carousel-banner {
    border-radius: 0;
  }
  .m-carousel.m-carousel-banner .carousel-caption {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    display: block !important;
    background: #DA0342;
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .m-carousel.m-carousel-banner .carousel-caption .offset-1 {
    margin-left: 0;
  }
  .m-carousel.m-carousel-banner .carousel-indicators {
    display: none;
  }
}
.carousel-control-desktop {
  display: none;
}
@media (min-width: 576px) {
  .carousel-control-desktop {
    display: inline-flex;
  }
}

.carousel-control-mobile {
  display: inline-flex;
  position: relative;
  top: 170px;
  transform: none;
  margin: 20px 5px !important;
}
.carousel-control-mobile.carousel-control-prev {
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .carousel-control-mobile {
    top: auto;
  }
}

.m-carousel .carousel-control-prev,
.m-carousel .carousel-control-next {
  opacity: 1;
  top: 46vw;
  height: 27px;
  width: 40px;
  transform: translateY(-50%);
  margin: 0 20px;
}
@media (min-width: 576px) {
  .m-carousel .carousel-control-prev,
  .m-carousel .carousel-control-next {
    margin: 0 20px;
    top: 41vw;
    width: auto;
    bottom: auto;
  }
}

@media (max-width: 767.98px) {
  .carousel-control-next {
    right: auto;
    left: 0 !important;
  }
}
.m-carousel .carousel-control-prev:hover,
.m-carousel .carousel-control-prev:focus,
.m-carousel .carousel-control-next:hover,
.m-carousel .carousel-control-next:focus {
  color: #DA0342;
}

.m-carousel .carousel-indicators {
  bottom: 25px;
  right: 25px;
  margin: 0;
  left: auto;
  padding: 10px 6px;
  border-radius: 5px;
  background: #DA0342;
}

.m-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
  list-style: none;
}

.m-carousel .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  text-align: left;
}
.m-carousel .carousel-caption .a-btn, .m-carousel .carousel-caption p {
  margin-top: 20px;
}

.m-carousel .carousel-caption--bl {
  bottom: 30px;
  left: 30px;
  top: auto;
  transform: none;
  padding: 0;
}

.m-carousel--content {
  background: none;
  margin-top: 15px;
}

.m-carousel__controls {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-carousel__controls .carousel-control-prev,
.m-carousel__controls .carousel-control-next,
.m-carousel__controls .carousel-indicators {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
}
.m-carousel__controls .carousel-control-prev,
.m-carousel__controls .carousel-control-next {
  margin: 0 10px;
}
.m-carousel__controls .carousel-indicators {
  padding: 0;
  background: none;
}
.m-carousel__controls .carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.m-carousel__controls .carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.m-carousel__controls .carousel-control-prev:hover,
.m-carousel__controls .carousel-control-prev:focus,
.m-carousel__controls .carousel-control-next:hover,
.m-carousel__controls .carousel-control-next:focus {
  color: #fff;
}

.carousel-mini-item {
  position: relative;
  padding: 0;
  min-height: 90px;
}

.carousel-mini-item::before {
  display: block;
  content: "";
  padding-top: 70%;
  width: 100%;
  box-sizing: border-box;
}

.m-carousel--mini .carousel-item img {
  /* Remove this margin:  margin: 15px 0; */
  /*Add the following:*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: auto;
  max-width: 90px;
}

.m-carousel--mini {
  background: none;
  border-radius: 0;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .m-carousel--mini .carousel-inner {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .m-carousel--mini {
    margin-top: 0;
  }
}
.m-carousel--mini .carousel-item {
  text-align: center;
  padding: 0 60px;
}
.m-carousel--mini .carousel-item img {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .m-carousel--mini .carousel-item img {
    margin: 0;
  }
}
.m-carousel--mini .carousel-control-prev,
.m-carousel--mini .carousel-control-next {
  position: absolute;
  margin: 0;
  top: auto;
  bottom: -65px;
}
.m-carousel--mini .carousel-control-prev.carousel-control-next,
.m-carousel--mini .carousel-control-next.carousel-control-next {
  left: auto !important;
  right: 0;
}
@media (min-width: 768px) {
  .m-carousel--mini .carousel-control-prev,
  .m-carousel--mini .carousel-control-next {
    bottom: auto;
    top: 58px;
  }
}
.m-carousel--mini .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 40px auto 0 auto;
  display: inline-flex;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  background: none;
}
.m-carousel--mini .carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.m-carousel--mini .carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.m-carousel--mini .carousel-control-prev:hover,
.m-carousel--mini .carousel-control-prev:focus,
.m-carousel--mini .carousel-control-next:hover,
.m-carousel--mini .carousel-control-next:focus {
  color: #fff;
}

.m-expand {
  width: 100%;
  border: 1.5px solid #ccc;
  border-radius: 5px;
  padding: 25px 25px;
  margin-top: 15px;
  text-align: left;
  background: #fff;
  transition: all 300ms ease;
}
.m-expand .m-expand-header {
  cursor: pointer;
}
.m-expand.collapsed .m-expand-header {
  background-image: url(/dist/images/chevron--down.svg);
}

.m-expand--inner {
  background-color: inherit;
  width: 100%;
  border: none;
  cursor: pointer;
}
.m-expand--inner.collapsed .m-expand-header {
  background-image: url(/dist/images/chevron--down.svg);
  cursor: pointer;
}

.m-expand-header {
  display: flex;
  color: #DA0342;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  background: url(/dist/images/chevron--up.svg) no-repeat right 4px;
}
.m-expand-header h4 {
  padding-right: 1rem;
}

.m-expand-header--title {
  padding-right: 1em !important;
}

.m-expand__content {
  padding: 20px 0 0 10px;
}
.m-expand__content p a {
  position: relative;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 5px;
  /*
  &:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: $color__text;
    position: absolute;
    z-index: 1;
    border-radius: 1px;
  }
  */
}

.m-expand__content .a-media {
  width: 100%;
  border-radius: 5px;
  background: #f0f0f0;
  text-align: center;
}
@media (min-width: 768px) {
  .m-expand__content .a-media {
    width: calc(100% - 20px);
  }
}

.m-expand__content h4 {
  color: #000000;
}

.m-expand__content h5,
.m-expand__content .h5 {
  font-weight: 900;
  color: #000000;
}

.m-expand__content span.d-block + p {
  margin-top: 25px;
  display: block;
}

.m-expand__content a {
  position: relative;
  display: inline-block;
  /*
  &:not(.a-btn):after {
    content: "";
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background: $color__text;
    position: absolute;
    z-index: 1;
    border-radius: 1px;
  }
    */
}

.m-expand__content ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-expand__content :first-child {
  margin-top: 0;
}

.m-expand__content span.d-block + a,
.m-expand__content p + a {
  margin-top: 25px;
}

.m-expand__content .col-md-4:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .m-expand__content .col-md-4:not(:first-child) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .m-expand img {
    width: 175px !important;
    margin: 0 auto;
  }
}

.college-16-18 .m-expand__content h4,
.college-16-18 .m-expand__content .h5,
.college-16-18 .m-expand__content h5 {
  color: #000000;
}

.university-centre .m-expand__content h4,
.university-centre .m-expand__content .h5,
.university-centre .m-expand__content h5 {
  color: #e41f13;
}

.international-students .m-expand__content h4,
.international-students .m-expand__content .h5,
.international-students .m-expand__content h5 {
  color: #7137ad;
}

.adult-19 .m-expand__content h4,
.adult-19 .m-expand__content .h5,
.adult-19 .m-expand__content h5 {
  color: rgb(0, 59.2608695652, 87);
}

.apprenticeships .m-expand__content h4,
.apprenticeships .m-expand__content .h5,
.apprenticeships .m-expand__content h5 {
  color: rgb(230, 192.8384279476, 0);
}

.employers .m-expand__content h4,
.employers .m-expand__content .h5,
.employers .m-expand__content h5 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}

.m-filter h1 {
  font-family: "Biryani", sans-serif;
}
.m-filter h1 b,
.m-filter h1 strong {
  font-weight: 800;
}
.m-filter h1 i,
.m-filter h1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-filter h1 {
  font-family: Arial, Biryani, sans-serif;
}
.m-filter h1 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .m-filter h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
.m-filter h1 {
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
  font-weight: 900;
}
@media (min-width: 768px) {
  .m-filter h1.h1--big {
    font-size: 4.375rem;
  }
}

.m-filter__btns {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
}
.m-filter__btns.m-filter__btns-margin {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .m-filter__btns {
    flex-flow: row nowrap !important;
    overflow-x: scroll;
  }
}

.m-filter-content .m-filter-content-text {
  padding: 0 20px 20px 20px;
}

.m-filter__btns {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
}
.m-filter__btns--subject-areas {
  justify-content: flex-start;
}
@media (min-width: 1100px) {
  .m-filter__btns--subject-areas {
    flex-wrap: nowrap;
  }
}
.m-filter__btns {
  /* On iOS, override default scrollbar baheviour - https://stackoverflow.com/questions/1202425/making-the-main-scrollbar-always-visible */
}
.m-filter__btns::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: rgba(0, 0, 0, 0.1);
}
.m-filter__btns::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

.m-filter__btn {
  margin: 10px 5px 15px 5px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  border: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-appearance: none;
  padding: 25px;
  text-decoration: none;
  justify-content: center;
  background-color: #f0f0f0;
  color: #ababab;
}
.m-filter__btn.m-filter__btn--primary.active {
  background: #000000;
  color: #fff;
}
.m-filter__btn.m-filter__btn--primary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #000000;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--primary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--primary.active:hover {
  background-color: #000000;
}
.m-filter__btn.m-filter__btn--primary:hover {
  background: black;
}
.m-filter__btn.m-filter__btn--secondary.active {
  background: #DA0342;
  color: #fff;
}
.m-filter__btn.m-filter__btn--secondary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #DA0342;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--secondary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--secondary.active:hover {
  background-color: #DA0342;
  color: #fff;
}
.m-filter__btn.m-filter__btn--secondary:hover {
  background: rgb(167.6923076923, 2.3076923077, 50.7692307692);
  color: #fff;
}
.m-filter__btn.m-filter__btn--tertiary.active {
  background: #d83473;
  color: #DA0342;
}
.m-filter__btn.m-filter__btn--tertiary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d83473;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--tertiary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--tertiary.active:hover {
  background-color: #d83473;
  color: #fff;
}
.m-filter__btn.m-filter__btn--tertiary:hover {
  background: rgb(182.0289256198, 34.9710743802, 91.4628099174);
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1.active {
  background: #e41f13;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e41f13;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-1.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-1.active:hover {
  background-color: #e41f13;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1:hover {
  background: rgb(180.9230769231, 24.5991902834, 15.0769230769);
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-2.active {
  background: #005e8a;
  color: #DA0342;
}
.m-filter__btn.m-filter__btn--variant-2.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #005e8a;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-2.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-2.active:hover {
  background-color: #005e8a;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-2:hover {
  background: rgb(0, 59.2608695652, 87);
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-3.active {
  background: #ffda1a;
  color: #DA0342;
}
.m-filter__btn.m-filter__btn--variant-3.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffda1a;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-3.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-3.active:hover {
  background-color: #ffda1a;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-3:hover {
  background: rgb(230, 192.8384279476, 0);
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4.active {
  background: #7137ad;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #7137ad;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-4.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-4.active:hover {
  background-color: #7137ad;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4:hover {
  background: rgb(87.7236842105, 42.6973684211, 134.3026315789);
  color: #fff;
}
.m-filter__btn:hover {
  background-color: #DA0342;
  color: #fff;
}
.m-filter__btn.active {
  background-color: #000000;
  color: #fff;
  position: relative;
}
.m-filter__btn.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #000000;
  top: 100%;
  position: absolute;
  left: 42%;
}
.m-filter__btn.active > svg {
  opacity: 0.5;
}
.m-filter__btn.active:hover {
  background-color: #000000;
}
.m-filter__btn.active-dark {
  background-color: #DA0342;
  color: #fff;
  position: relative;
}
.m-filter__btn.active-dark:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #DA0342;
  top: 100%;
  position: absolute;
}
.m-filter__btn.active-dark > svg {
  opacity: 0.5;
}
.m-filter__btn.active-dark:hover {
  background-color: #DA0342;
}
.m-filter__btn > svg {
  margin-left: 10px;
}

.m-filter-search {
  position: relative;
  margin-bottom: 30px;
}

.m-filter-search .icon--search {
  color: #DA0342;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .m-filter-search .icon--search {
    left: 20px;
    width: 20px;
    height: 20px;
  }
}

.m-filter-search__input {
  background: #fff;
  padding: 12px 55px;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 1rem;
  border: 2px solid #e3e4e5;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.m-filter-search__input::-webkit-input-placeholder {
  color: #ccc;
}
.m-filter-search__input:-moz-placeholder {
  color: #ccc;
}
.m-filter-search__input::-moz-placeholder {
  color: #ccc;
}
.m-filter-search__input:-ms-input-placeholder {
  color: #ccc;
}
.m-filter-search__input:focus, .m-filter-search__input:active {
  border: 2px solid #000000;
}

.m-filter__block {
  margin-bottom: 40px;
}
.m-filter__block h4 {
  margin-bottom: 2px;
  color: #DA0342;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block a span {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-filter__block a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
.m-filter__block--checkbox {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__block--checkbox h4 {
  margin-bottom: 20px;
  color: #DA0342;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block--checkbox .m-form__checkbox label {
  font-size: 14px;
}
.m-filter__block--checkbox .m-form__checkbox input[type=checkbox]:checked + label {
  color: #DA0342;
}
.m-filter__block--radio {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__block--radio h4 {
  margin-bottom: 20px;
  color: #DA0342;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block--radio .m-form__radio label {
  font-size: 14px;
}
.m-filter__block--radio .m-form__radio input[type=radio]:checked + label {
  color: #DA0342;
}

.m-filter__select {
  position: relative;
}
.m-filter__select .form-control {
  padding: 20px 0 10px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__select::after {
  content: "";
  background-image: url(/dist/images/chevron--down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.m-filter__select.active::after {
  content: "";
  background-image: url(/dist/images/chevron--up.svg);
}

.m-filter__pagination {
  margin-top: 30px;
}
.m-filter__pagination button {
  border: none;
  background: none;
  cursor: pointer;
  color: #666;
  font-weight: 600;
}
.m-filter__pagination button.active {
  position: relative;
  display: inline-block;
}
.m-filter__pagination button.active:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
  width: 10px;
}
.m-filter__pagination button:hover svg.icon--arrow--left {
  transform: translateX(-3px);
}
.m-filter__pagination button:hover svg.icon--arrow {
  transform: translateX(3px);
}
.m-filter__pagination svg {
  color: #DA0342;
  transition: all 300ms ease;
}

.m-filter__toggles {
  margn-top: 20px;
}

@-webkit-keyframes 'loadbars' {
  0% {
    opacity: 1;
  }
  13% {
    opacity: 0.8;
  }
  26% {
    opacity: 0.6;
  }
  39% {
    opacity: 0.4;
  }
  52% {
    opacity: 0.2;
  }
  65% {
    opacity: 0.4;
  }
  78% {
    opacity: 0.6;
  }
  91% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes 'loaddots' {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.m-filter__loading {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.m-filter__loading > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.m-filter__loading > div h4 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
}
.m-filter__loading > div h4 span:nth-child(1) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.m-filter__loading > div h4 span:nth-child(2) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.8s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -0.8s;
}
.m-filter__loading > div h4 span:nth-child(3) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -1.6s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -1.6s;
}
.m-filter__loading svg {
  width: 160px;
  height: auto;
  color: #000000;
  margin-bottom: 60px;
}
.m-filter__loading svg polygon:nth-child(2) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.m-filter__loading svg polygon:nth-child(3) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.8s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -0.8s;
}
.m-filter__loading svg polygon:nth-child(4) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -1.6s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -1.6s;
}
.m-filter__loading svg polygon:nth-child(5) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -2.4s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -2.4s;
}
.m-filter__loading svg polygon:nth-child(6) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -3.2s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -3.2s;
}

.m-filter__dropdown {
  width: 100%;
}
.m-filter__dropdown select {
  border: 2px solid #e3e4e5 !important;
}
.m-filter__dropdown select:active, .m-filter__dropdown select:focus {
  border: 2px solid #000000 !important;
}

/* SG: Global font changes on forms - may need be quite far reaching */
.m-form {
  font-size: 14px;
  font-weight: 600;
}
.m-form .umbraco-forms-field .text-danger {
  line-height: 1.4em;
}
.m-form .umbraco-forms-field .umbraco-forms-label {
  line-height: 1.4em;
}

.m-form__label {
  display: block;
  margin-bottom: 10px;
}

.m-form .m-form__label {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-form .m-form__label {
    margin-bottom: 0;
  }
}
.m-form .m-form__label.m-text-area__label {
  margin-top: 15px;
}

.m-form__select {
  position: relative;
}
.m-form__select-label {
  width: 140px;
  font-weight: bold;
  text-transform: uppercase;
  color: #DA0342;
}
.m-form__select--full {
  width: 100%;
}
.m-form__select--full select {
  border: 1px solid rgba(38, 38, 38, 0.3);
}
.m-form__select select {
  padding-right: 75px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-form__select select {
    padding-right: 75px;
    margin-bottom: 0;
  }
}
.m-form__select::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1334 0L8 6.13329L1.86665 0L0 1.86665L8 9.86665L16 1.86665L14.1334 0Z' fill='%231a70bc'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgba(38, 38, 38, 0.3);
  pointer-events: none;
}
@media (min-width: 992px) {
  .m-form__select::after {
    width: 55px;
  }
}

.m-form__note {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-form__note {
    margin-top: 0;
  }
}

.form-control {
  border-radius: 0;
  padding: 10px;
  height: auto;
  color: #3d3d3b;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .form-control {
    padding: 20px;
  }
}
.form-control + .input-validation-error {
  margin-top: 10px;
}

textarea.form-control {
  height: 230px;
  resize: none;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.m-form .form-control.input-validation-error:not(:focus) {
  border: 4px solid #ea2839;
}

input.form-control::placeholder, textarea.form-control::placeholder {
  opacity: 0.6;
}

.m-form .form-control.input-validation-error:focus,
.m-form .form-control.input-validation-error:active {
  border: 3px solid #000000;
}

.form-control.input-validation-error {
  padding-right: 75px;
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20width%3D%2230%22%20height%3D%2230%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23e73037%22%20d%3D%22M504%20256c0%20136.997-111.043%20248-248%20248S8%20392.997%208%20256C8%20119.083%20119.043%208%20256%208s248%20111.083%20248%20248zm-248%2050c-25.405%200-46%2020.595-46%2046s20.595%2046%2046%2046%2046-20.595%2046-46-20.595-46-46-46zm-43.673-165.346l7.418%20136c.347%206.364%205.609%2011.346%2011.982%2011.346h48.546c6.373%200%2011.635-4.982%2011.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884%200-12.356%205.78-11.981%2012.654z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.m-form .form-control.input-validation-valid {
  padding-right: 75px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.9657 10.1286V4.46559C21.9657 2.00952 19.9562 0 17.5 0H4.46559C2.00952 0 0 2.00952 0 4.46559V17.5571C0 20.0131 2.00952 22.0226 4.46559 22.0226H17.5001C19.9562 22.0226 21.9657 20.0131 21.9657 17.5571V11.8706C21.9883 11.5833 22 11.2928 22 10.9996C22 10.7064 21.9882 10.416 21.9657 10.1286ZM4.15627 11.806L5.76905 10.1932L8.99501 13.419L16.2527 6.16115L17.8655 7.77393L8.99501 16.6445L4.15627 11.806Z' fill='%236AC259'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='22' height='22.0226' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.m-form select.form-control.input-validation-valid {
  padding-right: 73px;
  background-position: right 50px center;
}
@media (min-width: 992px) {
  .m-form select.form-control.input-validation-valid {
    padding-right: 114px;
    background-position: right 70px center;
  }
}

.m-form .input-validation-error {
  color: #ea2839;
  display: block;
}

.m-form__checkbox {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  margin-top: 10px;
}
p + .m-form__checkbox {
  margin-top: 30px;
}
.m-form__checkbox.form-check-inline + .m-form__checkbox {
  margin-right: 30px;
}
.m-form__checkbox.form-check-block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.m-checkbox-form-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 20px 0 0 0;
}
.m-checkbox-form-container .m-form__checkbox {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-checkbox-form-container .m-form__checkbox {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .m-checkbox-form-container {
    flex-direction: row;
  }
}
.m-checkbox-form-container .m-form__checkbox.form-check-inline + .m-form__checkbox {
  margin-left: 0px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-checkbox-form-container .m-form__checkbox.form-check-inline + .m-form__checkbox {
    width: 50%;
    margin-bottom: 25px;
  }
}

.m-form__checkbox input[type=checkbox] {
  opacity: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
}

.m-form__checkbox label {
  display: inline-block;
  padding-left: 15px;
}

.m-form__checkbox label::before,
.m-form__checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.m-form__checkbox label::before {
  height: 22px;
  width: 22px;
  border: 1px solid #DA0342;
  left: 0px;
  top: 0px;
  border-radius: 5px;
}

.m-form__checkbox label::after {
  height: 5px;
  width: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 5px;
  top: 7px;
}

.m-form__checkbox label a {
  position: relative;
  display: inline-block;
}
.m-form__checkbox label a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-form__checkbox input[type=checkbox] + label::after {
  content: none;
}

.m-form__checkbox input[type=checkbox]:checked + label {
  color: #DA0342;
  text-align: left;
  line-height: 1.5;
}

.m-form__checkbox input[type=checkbox]:checked + label::before {
  border-color: #6AC259;
  background: #6AC259;
}

.m-form__checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.m-form__checkbox input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.m-form__radio {
  position: relative;
  margin: 0;
}
p + .m-form__radio {
  margin-top: 30px;
}
.m-form__radio.form-radio-inline + .m-form__radio {
  margin-left: 30px;
}

.m-form__radio input[type=radio] {
  opacity: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.m-form__radio label {
  display: inline-block;
  padding-left: 13px;
  vertical-align: middle;
}

.m-form__radio label::before,
.m-form__radio label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.m-form__radio label::before {
  height: 22px;
  width: 22px;
  border: 2px solid #DA0342;
  left: 0px;
  top: 0px;
  border-radius: 100%;
}

.m-form__radio label::after {
  height: 8px;
  width: 8px;
  background: #DA0342;
  border-radius: 100%;
  left: 7px;
  top: 7px;
}

.m-form__radio label a {
  position: relative;
  display: inline-block;
}
.m-form__radio label a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-form__radio input[type=radio] + label::after {
  content: none;
}

.m-form__radio input[type=radio]:checked + label {
  color: #DA0342;
}

.m-form__radio input[type=radio]:checked + label::after {
  content: "";
}

.m-form__radio input[type=radio]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.m-form__date.form-inline .input-group {
  width: calc(33.33% - 16px);
  margin: 0 8px;
}
.m-form__date.form-inline .input-group .form-control {
  width: 100%;
}

.custom-file {
  position: relative;
  padding-right: 65px;
  color: rgba(61, 61, 59, 0.5);
}

.custom-file input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-file-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  color: #DA0342;
  border-left: 1px solid rgba(38, 38, 38, 0.2);
}

#thank-you-message {
  display: none;
}

#form-box-display {
  display: block;
}

.m-form__collapse {
  margin-top: 20px;
}
.m-form__collapse .m-form__checkbox label {
  font-size: 14px;
}
.m-form__collapse .m-form__checkbox input[type=checkbox]:checked + label {
  color: #DA0342;
}

.form-control {
  transition: all 300ms ease;
}
.form-control:active, .form-control:focus {
  box-shadow: none;
}

input.form-control,
select.form-control {
  border: 2px solid #fff;
}
input.form-control:active, input.form-control:focus,
select.form-control:active,
select.form-control:focus {
  border: 2px solid #000000;
}

.m-filter__select .form-control:active, .m-filter__select .form-control:focus {
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}

.o-section__content .m-gallery {
  margin-top: 30px;
}

.m-gallery__image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.m-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
}
.m-gallery__image .a-btn--fullscreen {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 15px;
  right: 15px;
  opacity: 0.8;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-gallery__image .a-btn--fullscreen:hover {
    opacity: 1;
  }
}
.m-gallery__image .gallery-video--play {
  display: none;
}

.m-gallery__video {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.m-gallery__video iframe {
  display: block;
  width: 100%;
}
.m-gallery__video .a-btn--fullscreen {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 15px;
  right: 15px;
  opacity: 0.8;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-gallery__video .a-btn--fullscreen:hover {
    opacity: 1;
  }
}

.m-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 17px 25px 13px 25px;
  background: #fff;
  max-width: calc(100% - 90px);
  border-radius: 0 5px 0 0;
  font-size: 0.75rem;
}

.bg-blue.gallery-full .o-section__header h4, .bg-blue.gallery-full .o-section__header h2 {
  color: #fff;
}
.bg-blue .m-gallery__caption {
  background: #1a2d59;
  color: #fff;
}

.m-gallery__thumbs {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .m-gallery__thumbs {
    margin-top: 0 !important;
  }
}

.m-gallery__thumbs li {
  padding: 0 5px 10px 5px;
  width: 33.33%;
  list-style: none !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .m-gallery__thumbs li {
    width: 25%;
  }
}

.m-gallery__btn {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-height: 64px;
}
.m-gallery__btn img {
  display: block;
  width: 100%;
}
.m-gallery__btn iframe {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.m-gallery__btn .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.m-gallery__btn .icon--play, .m-gallery__btn .icon--play svg {
  width: 26px;
  height: 42px;
}

.m-gallery__btn.active::after {
  font-size: 0.75rem;
  font-weight: 600;
  content: "Selected";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.college-16-18 .m-gallery__btn.active::after {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.university-centre .m-gallery__btn.active::after {
  background: rgba(228, 31, 19, 0.8);
  color: #fff;
}

.international-students .m-gallery__btn.active::after {
  background: rgba(113, 55, 173, 0.8);
  color: #DA0342;
}

.adult-19 .m-gallery__btn.active::after {
  background: rgba(0, 94, 138, 0.8);
  color: #DA0342;
}

.apprenticeships .m-gallery__btn.active::after {
  background: rgba(255, 218, 26, 0.8);
  color: #DA0342;
}

.employers .m-gallery__btn.active::after {
  background: rgba(216, 52, 115, 0.8);
  color: #DA0342;
}

.gallery_full {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .gallery_full {
    padding: 55px 0;
  }
}
.gallery_full.bg-blue h4 {
  color: #fff;
}

.m-hero {
  padding: 35px 0;
  width: 100%;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .m-hero {
    padding: 90px 0;
  }
}
.m-hero.m-hero-padding-small {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .m-hero.m-hero-padding-small {
    padding: 35px 0;
  }
}

.m-hero--home {
  padding: 190px 0 10px;
  height: 100%;
}
@media (min-width: 992px) {
  .m-hero--home {
    padding: 200px 0 0;
    /*padding: 100px 0;*/
  }
}
.m-hero--home .m-hero--title {
  /*padding: 0.6rem;*/
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 992px) {
  .m-hero--home .m-hero--title {
    padding: 2rem;
    text-align: left;
  }
}

.m-hero--contact {
  background-size: cover;
  background-position: bottom;
}

.m-hero h1 {
  color: #DA0342;
}
.m-hero h1 + h2 {
  margin-top: 15px;
}

.m-hero h2 {
  color: #000000;
}
.m-hero h2 + h1 {
  margin-top: 10px;
}

.m-hero p {
  margin-top: 20px;
}
.m-hero p:first-child {
  margin-top: 0;
}

.m-hero--error h1 {
  color: #DA0342;
  margin-bottom: 10px;
}

.m-hero--error h2 {
  color: #000000;
}

.m-hero .a-media__img {
  margin: 30px auto 0 auto;
  display: block;
  padding: 0 60px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .m-hero .a-media__img {
    margin: 0 auto;
    padding: 0;
  }
}

.m-hero .a-media--circle {
  max-width: 248px;
  max-height: 248px;
}
@media (min-width: 768px) {
  .m-hero .a-media--circle {
    width: 110px;
    height: 110px;
  }
}

.m-hero--search {
  text-align: center;
}

.m-hero-video--container {
  position: relative;
}

.m-hero-video--background {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-hero-video--background .m-hero {
  position: relative;
}
.m-hero-video--background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .m-hero-video--background img {
    object-position: 68% 0%;
  }
}
.m-hero-video--background {
  /*@include media-breakpoint-down(md) {
      //background: url('/dist/images/bg-green-1.jpg');
      //background-color: $color__background--med;
      background-color: $color__green--ncg;

      img {
          display: none;
      }
  }*/
}

.m-hero--search .m-search {
  margin-top: 25px;
}

.m-hero--search h1 {
  /*@extend %f-h1-lg;*/
  text-transform: uppercase;
  /*span {
      display: block;
  }*/
}
.m-hero--search h1 span:nth-child(1) {
  color: #fff;
  font-size: 40px;
}
.m-hero--search h1 span:nth-child(2) {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .m-hero--search h1 span:nth-child(1) {
    color: #FF014A;
    font-size: 35px;
    line-height: 2.2rem;
    /*text-shadow: 0px 0px 4px rgb(255, 255, 255, 0.5), 0px 0px 4px rgb(255, 255, 255, 0.5);*/
  }
  .m-hero--search h1 span:nth-child(2) {
    color: #000000;
    font-size: 35px;
    line-height: 2.2rem;
    /*text-shadow: 0px 0px 4px rgb(0, 0, 0, 0.5), 0px 0px 4px rgb(0, 0, 0, 0.5);*/
  }
}

.m-hero--title {
  display: block;
  /*background-color: rgba(255,255,255,0.6);*/
  /*background-color: rgba(0, 82, 86, 0.6);*/
  background-color: rgba(255, 1, 74, 0.6);
  /*padding: 3rem 1rem;*/
  padding: 2rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .m-hero--title {
    /*background-color: transparent;*/
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.m-hero--title p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
}

.m-hero--desc {
  color: #fff;
}
@media (max-width: 991.98px) {
  .m-hero--desc {
    display: none;
  }
}

.m-hero--btns {
  display: flex;
  justify-content: flex-start;
  margin-right: 0.5rem;
  text-align: center;
}
.m-hero--btns a {
  align-self: flex-end;
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .m-hero--btns {
    display: none;
  }
}

.m-hero--search h2,
.m-search + .m-hero__content h2 {
  color: #DA0342;
  text-transform: uppercase;
  text-align: center;
}

.m-hero--search .m-hero__content {
  margin-top: 34px;
}

.m-hero__links {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .m-hero__links {
    flex-direction: row;
  }
}
.m-hero__links li {
  text-align: center;
}
@media (min-width: 768px) {
  .m-hero__links li {
    text-align: left;
  }
}
.m-hero__links li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero__links li + li {
    margin-top: 0;
  }
}

.m-hero__links-item {
  font-family: "Biryani", sans-serif;
}
.m-hero__links-item b,
.m-hero__links-item strong {
  font-weight: 800;
}
.m-hero__links-item i,
.m-hero__links-item em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero__links-item {
  font-family: Arial, Biryani, sans-serif;
}
.m-hero__links-item {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
  color: #DA0342;
  text-decoration: none;
  margin: 0 22px;
  position: relative;
  display: block;
}
.m-hero__links-item::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 4px;
  background: #000000;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .m-hero__links-item:hover svg {
    color: #000000;
  }
}

.m-hero--overlap {
  margin-bottom: 225px;
  position: relative;
  padding: 32px 0 72px 0;
}
@media (max-width: 767.98px) {
  .m-hero--overlap {
    margin-bottom: 175px;
  }
}
@media (min-width: 576px) {
  .m-hero--overlap {
    padding: 90px 0;
  }
}
.m-hero--overlap.-overlap-no--margin {
  margin: 0 !important;
}
.m-hero--overlap.has-background-image {
  background-size: cover;
  background-position: -24%;
}
@media (min-width: 768px) {
  .m-hero--overlap.has-background-image {
    background-position: 32%;
  }
}
@media (min-width: 992px) {
  .m-hero--overlap.has-background-image {
    background-position: center center;
  }
}
.m-hero--overlap .grid-container.has-faded-image {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  right: -10%;
  top: 0;
  margin: 0 auto;
}
.m-hero--overlap .grid-container.has-faded-image .faded-image {
  position: absolute;
  width: 80%;
  right: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .m-hero--overlap .grid-container.has-faded-image .faded-image {
    width: 60%;
  }
}
.m-hero--overlap .grid-container.has-faded-image .faded-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0) 16%);
}
@media (min-width: 992px) {
  .m-hero--overlap .grid-container.has-faded-image .faded-image:before {
    background: linear-gradient(90deg, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0) 16%, rgba(245, 245, 245, 0) 73%, rgb(245, 245, 245) 100%);
  }
}
.m-hero--overlap .has-text-shadow p, .m-hero--overlap .has-text-shadow h1, .m-hero--overlap .has-text-shadow h2 {
  text-shadow: 1px 1px 1px #fff;
}

.m-hero--overlap-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767.98px) {
  .m-hero--overlap-img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 35px 0;
  }
}
.m-hero--overlap-img img {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.m-hero--overlap .m-search {
  margin-top: 75px;
}

.m-hero--overlap .m-hero__content {
  padding-top: 30px;
  margin-bottom: -225px;
}
@media (max-width: 767.98px) {
  .m-hero--overlap .m-hero__content {
    margin-bottom: -260px;
  }
}

.m-hero--image {
  padding: 0;
}

.m-hero--image.m-hero-content-white {
  background: #fff !important;
}

.m-hero--image .m-hero__image {
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .m-hero--image .m-hero__image {
    height: 38vw;
    min-height: 300px;
    background-color: #e6ebe3;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.m-hero--image .m-hero__image .m-breadcrumb li {
  position: relative;
  color: #fff;
  text-shadow: -2.516px -1.634px 23px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .m-hero--image .m-hero__image .m-breadcrumb li {
    color: #3d3d3b;
  }
}
.m-hero--image .m-hero__image .m-breadcrumb li a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .m-hero--image .m-hero__image .m-breadcrumb li a {
    color: #3d3d3b;
  }
}
.m-hero--image .m-hero__image .m-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .m-hero--image .m-hero__image .m-hero__img {
    display: none;
  }
}
.m-hero--image .m-hero__image .m-hero__title {
  margin-top: auto;
}
.m-hero--image .m-hero__image .m-hero__cta-banner {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  z-index: 10;
}
.m-hero--image .m-hero__image .m-hero__cta-banner .a-btn {
  margin-left: 25px;
}
.m-hero--image .m-hero__image .m-hero__cta-banner h3 {
  color: #fff;
  text-shadow: -2.516px -1.634px 23px rgb(0, 0, 0);
  text-transform: uppercase;
}

.m-hero--image .m-hero__content {
  width: 100%;
  background: #DA0342;
  padding: 50px 0;
  color: #fff;
}
.m-hero--image .m-hero__content .lead {
  line-height: 1.35em;
}
.m-hero--image .m-hero__content ul {
  margin-left: 2.5em;
}
.m-hero--image .m-hero__content ul li {
  list-style: disc;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.m-hero--image .m-hero__title-inner {
  position: relative;
  color: #fff;
  padding: 40px 0 30px 0;
}
.m-hero--image .m-hero__title-inner h1,
.m-hero--image .m-hero__title-inner h2,
.m-hero--image .m-hero__title-inner h3,
.m-hero--image .m-hero__title-inner h4,
.m-hero--image .m-hero__title-inner p {
  color: #fff;
}
.m-hero--image .m-hero__title-inner h1:only-child {
  margin: 15px 0;
}
.m-hero--image .m-hero__title-inner::before {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  top: 0;
  bottom: 0;
  background: #000000;
  border-radius: 5px 5px 0 0;
}

.m-hero .m-hero__title h2 + h1 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .m-hero--image .m-hero__lift {
    margin-top: -160px;
    max-width: 250px;
    margin-left: auto;
  }
}

.m-hero--image .m-hero__tile {
  background: #fff;
}
.m-hero--image .m-hero__tile .a-btn {
  background: #000000;
  color: #fff;
}
.m-hero--image .m-hero__content {
  background-color: #fff;
  color: #3d3d3b;
}

.m-hero--image.m-hero--primary .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__content {
  background: #DA0342;
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__title-inner::before {
  background: #000000;
}
.m-hero--image.m-hero--primary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--primary .m-hero__tile .a-btn {
  background: #000000;
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__tile .a-btn:hover {
  background: black;
}
.m-hero--image.m-hero--primary .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--primary-light .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__content {
  background: #DA0342;
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__title-inner::before {
  background: #00a9e0;
}
.m-hero--image.m-hero--primary-light .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__tile .a-btn {
  background: #00a9e0;
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__tile .a-btn:hover {
  background: rgb(0, 130.5223214286, 173);
}
.m-hero--image.m-hero--primary-light .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--secondary .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__content {
  background: #DA0342;
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__title-inner::before {
  background: #DA0342;
}
.m-hero--image.m-hero--secondary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__tile .a-btn {
  background: #DA0342;
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__tile .a-btn:hover {
  background: rgb(167.6923076923, 2.3076923077, 50.7692307692);
}
.m-hero--image.m-hero--secondary .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--tertiary h1, .m-hero--image.m-hero--tertiary h2 {
  color: #DA0342;
}
.m-hero--image.m-hero--tertiary .f-body-lg {
  color: #DA0342;
  font-weight: 900;
}
.m-hero--image.m-hero--tertiary .m-hero__content {
  background: #f5f5f5;
  color: #3d3d3b;
}
.m-hero--image.m-hero--tertiary .m-hero__title-inner::before {
  background: #d83473;
}
.m-hero--image.m-hero--tertiary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--tertiary .m-hero__tile .a-btn {
  background: #d83473;
  color: #DA0342;
}
.m-hero--image.m-hero--tertiary .m-hero__tile .a-btn:hover {
  background: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.m-hero--image.m-hero--tertiary .m-hero__lift {
  color: #DA0342;
}

.m-hero--image.m-hero--white h1, .m-hero--image.m-hero--white h2 {
  color: #DA0342;
}
.m-hero--image.m-hero--white .f-body-lg {
  color: #DA0342;
  font-weight: 900;
}
.m-hero--image.m-hero--white .m-hero__content {
  background: #f5f5f5;
  color: #3d3d3b;
}
.m-hero--image.m-hero--white .m-hero__title-inner::before {
  background: #fff;
}
.m-hero--image.m-hero--white .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--white .m-hero__tile .a-btn {
  background: #fff;
  color: #DA0342;
}
.m-hero--image.m-hero--white .m-hero__tile .a-btn:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.m-hero--image.m-hero--white .m-hero__lift {
  color: #DA0342;
}

/*
.m-hero--image.m-hero--variant-1 {
  h1, h2 {
    color: $color_white;
  }
  .f-body-lg {
    color: $color__secondary;
    font-weight: 900;
  }
  .m-hero__content {
    background: $color__background;
    color: $color__text;
  }
  .m-hero__title-inner::before {
    background: $color__variant--1;
  }
  .m-hero__tile {
    background: $color__background--dark;

    .a-btn {
      background: $color__variant--1;
			color: $color__secondary;

			&:hover {
				background: darken($color__variant--1, 10%);
			}
    }
  }
  .m-hero__lift {
    color: $color__secondary;
  }
}
*/
/*
.m-hero--image.m-hero--variant-2 {
  h1, h2 {
    color: $color__secondary;
  }
  .f-body-lg {
    color: $color__secondary;
    font-weight: 900;
  }
  .m-hero__content {
    background: $color__background;
    color: $color__text;
  }
  .m-hero__title-inner::before {
    background: $color__variant--2;
  }
  .m-hero__tile {
    background: $color__background--dark;

    .a-btn {
      background: $color__variant--2;
			color: $color__secondary;

			&:hover {
				background: darken($color__variant--2, 10%);
			}
    }
  }
  .m-hero__lift {
    color: $color__secondary;
  }
}
*/
.m-hero--image.m-hero--variant-3 h1, .m-hero--image.m-hero--variant-3 h2 {
  color: #DA0342;
}
.m-hero--image.m-hero--variant-3 .f-body-lg {
  color: #DA0342;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-3 .m-hero__content {
  background: #fff;
  color: #3d3d3b;
}
.m-hero--image.m-hero--variant-3 .m-hero__title-inner::before {
  background: #ffda1a;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile .a-btn {
  background: #ffda1a;
  color: #DA0342;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile .a-btn:hover {
  background: rgb(230, 192.8384279476, 0);
}
.m-hero--image.m-hero--variant-3 .m-hero__lift {
  color: #DA0342;
}

.m-hero--image.m-hero--variant-4 h1, .m-hero--image.m-hero--variant-4 h2 {
  color: #DA0342;
}
.m-hero--image.m-hero--variant-4 .f-body-lg {
  color: #DA0342;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-4 .m-hero__content {
  background: #fff;
  color: #3d3d3b;
}
.m-hero--image.m-hero--variant-4 .m-hero__title-inner::before {
  background: #7137ad;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile .a-btn {
  background: #7137ad;
  color: #DA0342;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile .a-btn:hover {
  background: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}
.m-hero--image.m-hero--variant-4 .m-hero__lift {
  color: #DA0342;
}

.m-hero.m-hero--image .m-hero__content-blue {
  background: #DA0342;
  color: #fff;
}
.m-hero.m-hero--image .m-hero__content-blue .f-body-lg {
  color: #fff;
}
.m-hero.m-hero--image .m-hero__content-white {
  background: #f5f5f5;
  color: #3d3d3b;
}
.m-hero.m-hero--image .m-hero__content-white .f-body-lg {
  color: #DA0342;
  font-weight: 900;
}

.m-hero--image.m-hero--primary.no-img .f-body-lg {
  color: #DA0342;
  font-weight: 900;
}
.m-hero--image.m-hero--primary.no-img .m-hero__content {
  color: #DA0342;
}

.m-hero--image.no-img {
  padding: 65px 0;
}

.m-hero--image.no-img .m-hero__image {
  height: auto;
}

.m-hero--image.no-img .m-hero__content {
  background: none;
}

.m-hero__tile {
  background: #fff;
  padding: 35px 35px;
  border-radius: 5px;
  color: #3d3d3b;
}
h3 + .m-hero__tile,
.m-hero__tile .a-text-link {
  margin-top: 20px;
}
.m-hero__tile span {
  display: block;
}

.m-hero__tile h3 {
  color: #DA0342;
}
.m-hero__tile h3 + span {
  margin-top: 20px;
}

.m-hero__tile .a-btn {
  display: block;
  margin-top: 20px;
}

.m-hero--contact h1 {
  color: #DA0342;
  margin-bottom: 30px;
}

.m-hero--contact h2 {
  color: #000000;
}

.m-hero--contact .f-ui.d-inline {
  color: #DA0342;
  margin-right: 5px;
}

.m-hero--contact .f-h3 {
  color: #000000;
}

.m-hero--list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}

.m-hero--list .m-hero__image {
  width: 100%;
  position: relative;
  padding: 70px 0;
  color: #fff;
  background: #000000;
}
.m-hero--list .m-hero__image.m-hero__image--primary {
  background: #000000;
}
.m-hero--list .m-hero__image.m-hero__image--variant-1 {
  background: #e41f13;
}
.m-hero--list .m-hero__image.m-hero__image--variant-2 {
  background: rgb(0, 59.2608695652, 87);
}
.m-hero--list .m-hero__image.m-hero__image--variant-3 {
  background: #ffda1a;
}
.m-hero--list .m-hero__image.m-hero__image--variant-4 {
  background: #7137ad;
}
.m-hero--list .m-hero__image.m-hero__image--tertiary {
  background: #d83473;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__image {
    width: 50%;
  }
}
.m-hero--list .m-hero__image .a-media__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  mix-blend-mode: luminosity;
  margin: 0;
}
.m-hero--list .m-hero__image .m-card {
  position: relative;
  z-index: 10;
  color: #fff;
}
.m-hero--list .m-hero__image .a-stat,
.m-hero--list .m-hero__image h3,
.m-hero--list .m-hero__image p {
  color: #fff;
}
.m-hero--list .m-hero__image h3 {
  margin-top: 10px;
}

.m-hero--list {
  background: #fff;
}

.m-hero--list .m-hero__content {
  width: 100%;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content {
    width: 50%;
  }
}

.m-hero--list .m-hero__list {
  width: 100%;
}
.m-hero--list .m-hero__list .a-btn {
  position: absolute;
  right: 30px;
}

.m-hero--list .m-hero__list {
  width: 100%;
}
.m-hero--list .m-hero__list .a-btn {
  position: static;
}

.m-hero--list .m-hero__list li {
  background: #e6ebe3;
  padding: 25px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__list li {
    padding: 30px 60px;
  }
}
.m-hero--list .m-hero__list li:nth-child(even) {
  background: #f5f5f5;
}
.m-hero--list .m-hero__list li a:not(.a-btn) {
  color: #DA0342;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__list li a:not(.a-btn) {
    font-size: 18px;
    line-height: 1.5;
  }
}
.m-hero--list .m-hero__list li:not(.m-hero__title) > svg {
  margin-right: 17px;
}
.m-hero--list .m-hero__list li:not(.m-hero__title) > svg + a {
  position: relative;
  top: -12px;
}
.m-hero--list .m-hero__list li .a-btn {
  display: block;
}
@media (min-width: 576px) {
  .m-hero--list .m-hero__list li .a-btn {
    display: none;
  }
}

.m-hero--list .m-hero__copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-hero--list .m-hero__title {
  display: flex;
  flex-flow: row wrap;
  background: #fff !important;
  position: relative;
  z-index: 11;
  align-items: center;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__title {
    padding: 20px 25px;
    margin-left: -45px;
  }
}
.m-hero--list .m-hero__title a:not(.a-btn) {
  color: #DA0342;
}
.m-hero--list .m-hero__title > svg {
  margin-right: 20px;
  color: #ccc;
}
.m-hero--list .m-hero__title .a-btn {
  margin-left: auto;
}
.m-hero--list .m-hero__title .m-hero__copy {
  margin-right: 35px;
}
.m-hero--list .m-hero__title .a-btn {
  display: block !important;
}

.m-hero--list .m-hero__content.order-2 .m-hero__title {
  margin-left: 0;
  max-width: none;
  background: #fff;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content.order-2 .m-hero__title {
    margin-right: -35px;
  }
}

.m-hero--list .m-hero__image.order-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-hero--list .m-hero__image.order-1 h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}

.m-hero--list .m-hero__image h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 15px auto 0;
}
.m-hero--list .m-hero__image h2 + p {
  margin-top: 10px;
}
.m-hero--list .m-hero__list-item {
  max-width: 560px;
  width: 100%;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content.order-2 .m-hero__title .m-hero__list-item > div {
    margin-left: -35px;
  }
}

.m-hero__list-item .d-flex svg {
  display: none;
}
@media (min-width: 576px) {
  .m-hero__list-item .d-flex svg {
    display: block;
  }
}

.m-hero.m-hero--careers {
  padding: 0;
  background: none;
}
.m-hero.m-hero--careers h1 {
  line-height: 1.2;
  color: #fff;
}
.m-hero.m-hero--careers h2 {
  color: #00a9e0;
}
.m-hero.m-hero--careers h1 + h2 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--careers h1 + h2 {
    margin-top: 25px;
  }
}

.m-hero--careers {
  margin: 3px;
}
.m-hero--careers p {
  color: #fff;
}

.m-hero--careers .m-hero__top {
  background: url(/dist/images/bg-blue-1.png) #000000 no-repeat;
  background-size: cover;
  padding: 30px 0px 80px 0px;
}

.m-hero--careers .m-breadcrumb {
  padding: 0;
  margin: 0 0 90px 0;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .m-hero--careers .m-breadcrumb {
    display: block;
  }
}

.m-hero--careers .m-hero__content {
  padding: 50px 0 30px 0;
}
@media (min-width: 768px) {
  .m-hero--careers .m-hero__content {
    padding: 0;
  }
}

.m-hero--careers .m-hero__image {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .m-hero--careers .m-hero__image {
    margin-bottom: -45px;
  }
}
.m-hero--careers .m-hero__image img {
  display: block;
}

.m-hero__bottom li {
  list-style: none !important;
  margin-left: 0 !important;
}

.m-hero--careers .m-hero__bottom {
  margin-top: 80px;
}
.m-hero--careers .m-hero__bottom li {
  list-style: none !important;
  margin-left: 0 !important;
}

.m-hero--careers .m-hero__bottom a:not(.a-btn) {
  position: relative;
  display: inline-block;
}
.m-hero--careers .m-hero__bottom a:not(.a-btn):after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-hero--careers .m-hero__bottom ul li + li {
  margin-top: 15px;
}
.m-hero--careers .m-hero__bottom ul li strong {
  color: #DA0342;
  margin-right: 5px;
}

.m-hero--careers .m-hero__bottom h3 {
  color: #DA0342;
}

.m-hero--careers .m-hero__bottom p + a {
  margin-top: 15px;
  display: block;
}

.m-error-container {
  margin: 30px 0px;
}
@media (min-width: 768px) {
  .m-error-container {
    margin: 60px 0px;
  }
}

.m-hero--careers .m-hero__bottom .text-md-right span {
  display: block;
  margin-top: 20px;
}
.m-hero--careers .m-hero__bottom .text-md-right span svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.m-hero.m-hero--application {
  margin-top: 0;
  padding: 35px 0;
  background: #f5f5f5;
  background: url(/dist/images/course-hero.jpg) #DA0342 no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application {
    padding: 60px 0 60px 0;
  }
}
.m-hero.m-hero--application h1 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application h1 {
    font-size: 62px;
    line-height: 1.25em;
  }
}
.m-hero.m-hero--application .m-hero__navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.m-hero.m-hero--application .m-hero__navigation_item {
  opacity: 0.5;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  max-width: 180px;
  min-width: 25%;
  text-align: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application .m-hero__navigation_item {
    font-size: 3rem;
    min-width: 0;
  }
}
.m-hero.m-hero--application .m-hero__navigation_item:hover, .m-hero.m-hero--application .m-hero__navigation_item.is-active {
  opacity: 1;
}
.m-hero.m-hero--application .m-hero__navigation_item span {
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.65rem;
  margin-top: 0.6rem;
  letter-spacing: 0.6px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application .m-hero__navigation_item span {
    font-size: 0.85rem;
    font-weight: 900;
  }
}

.m-hero--application__intro h3 {
  color: #3d3d3b !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .m-hero--application__intro h3 {
    font-size: 20px;
  }
}

.m-hero.m-hero--course {
  padding: 0;
  background: none;
}
.m-hero.m-hero--course h1 {
  line-height: 1.2;
  color: #fff;
}
.m-hero.m-hero--course h2 {
  color: #00a9e0;
}
.m-hero.m-hero--course h1 + h2 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--course h1 + h2 {
    margin-top: 25px;
  }
}

.m-hero--course .m-hero__top {
  background: url(/dist/images/course-hero.jpg) #DA0342 no-repeat;
  background-size: cover;
}

.m-hero--course .m-breadcrumb {
  padding: 30px 0 50px 0;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .m-hero--course .m-breadcrumb {
    display: block;
  }
}

.m-hero--course .m-hero__content {
  padding: 50px 0 30px 0;
}
@media (min-width: 768px) {
  .m-hero--course .m-hero__content {
    padding: 0;
  }
}

.m-hero--course .m-hero__image {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .m-hero--course .m-hero__image {
    margin-bottom: -45px;
  }
}
.m-hero--course .m-hero__image img {
  display: block;
}

.m-hero--course .m-hero__bottom {
  margin-top: 80px;
}

.m-hero--course .m-hero__bottom a:not(.a-btn) {
  position: relative;
  display: inline-block;
}
.m-hero--course .m-hero__bottom a:not(.a-btn):after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-hero--course .m-hero__bottom ul li + li {
  margin-top: 15px;
}
.m-hero--course .m-hero__bottom ul li strong {
  color: #DA0342;
  margin-right: 5px;
}

.m-hero--course .m-hero__bottom h3 {
  color: #DA0342;
}

.m-hero--course .m-hero__bottom p + a {
  margin-top: 15px;
  display: block;
}

.m-hero--course .m-hero__bottom .text-md-right span {
  display: block;
  margin-top: 20px;
}
.m-hero--course .m-hero__bottom .text-md-right span svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.m-hero.m-hero--event {
  background: #e6ebe3;
  padding: 55px 0;
}
.m-hero.m-hero--event h2 {
  color: #DA0342;
}
.m-hero.m-hero--event .m-details {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--event .m-details {
    display: flex;
    margin-top: 0;
  }
}
.m-hero.m-hero--event .m-details li {
  color: #000000;
}
.m-hero.m-hero--event .m-details li:not(:last-child) {
  margin-right: 40px;
}
.m-hero.m-hero--event .m-details + .a-btn {
  margin-left: auto;
}

.m-hero--facilities {
  background-size: cover;
  /*background-position: bottom;*/
  background-position: top;
}
@media (max-width: 991.98px) {
  .m-hero--facilities {
    /*background: #1a2d59 !important;*/
    background: #ff014a !important;
  }
}
.m-hero--facilities + .o-section {
  margin-top: 0;
}
.m-hero--facilities .a-btn {
  background-color: #005256;
  color: #fff;
}
.m-hero--facilities .a-btn:hover {
  background-color: black;
}

.m-hero--facilities + .o-section--background {
  background: #fff;
}

.college-16-18 .m-hero.m-hero--overlap h2 {
  color: #DA0342;
}
.college-16-18 .m-hero.m-hero--overlap h1 {
  color: #000000;
}
.college-16-18 .m-hero--search h1 span {
  color: #DA0342;
}
.college-16-18 .m-hero.m-hero--imageAndButton h2 {
  color: #000000;
}
.college-16-18 .m-hero__links-item::after {
  background: #000000;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .college-16-18 .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .college-16-18 .m-hero__links-item:hover svg {
    color: #000000;
  }
}
.college-16-18 .m-hero--contact h2 {
  color: #000000;
}
.college-16-18 .m-hero--contact .f-h3 {
  color: #000000;
}
.college-16-18 .m-hero--contact .a-btn {
  background-color: #000000;
  color: #fff;
}
.college-16-18 .m-hero--contact .a-btn:hover {
  background-color: black;
}
.college-16-18 .m-hero .a-btn {
  background-color: #000000;
  color: #fff;
}
.college-16-18 .m-hero .a-btn:hover {
  background-color: black;
}
.college-16-18 .m-hero.m-hero--event .m-details li {
  color: #000000;
}

.m-hero--subsection {
  background-color: #DA0342;
  padding-top: 60px;
  padding-bottom: 60px;
}
.m-hero--subsection .o-section__header h2 {
  font-family: "Biryani", sans-serif;
}
.m-hero--subsection .o-section__header h2 b,
.m-hero--subsection .o-section__header h2 strong {
  font-weight: 800;
}
.m-hero--subsection .o-section__header h2 i,
.m-hero--subsection .o-section__header h2 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero--subsection .o-section__header h2 {
  font-family: Arial, Biryani, sans-serif;
}
.m-hero--subsection .o-section__header h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m-hero--subsection .o-section__header h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
.m-hero--subsection .o-section__header h2 {
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
  font-size: 20px !important;
  color: #fff;
  margin-top: 0;
}
.m-hero--subsection .body {
  font-family: "Biryani", sans-serif;
}
.m-hero--subsection .body b,
.m-hero--subsection .body strong {
  font-weight: 800;
}
.m-hero--subsection .body i,
.m-hero--subsection .body em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero--subsection .body {
  font-family: Arial, Biryani, sans-serif;
}
.m-hero--subsection .body {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
  color: #fff;
}

.university-centre .m-hero.m-hero--overlap h2 {
  color: #DA0342;
}
.university-centre .m-hero.m-hero--overlap h1 {
  color: #e41f13;
}
.university-centre .m-hero--search h1 span {
  color: #e41f13;
}
.university-centre .m-hero.m-hero--imageAndButton h2 {
  color: #e41f13;
}
.university-centre .m-hero__links-item::after {
  background: #e41f13;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .university-centre .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .university-centre .m-hero__links-item:hover svg {
    color: #e41f13;
  }
}
.university-centre .m-hero--contact h2 {
  color: #e41f13;
}
.university-centre .m-hero--contact .f-h3 {
  color: #e41f13;
}
.university-centre .m-hero--contact .a-btn {
  background-color: #e41f13;
  color: #fff;
}
.university-centre .m-hero--contact .a-btn:hover {
  background-color: rgb(180.9230769231, 24.5991902834, 15.0769230769);
}
.university-centre .m-hero .a-btn {
  background-color: #e41f13;
  color: #fff;
}
.university-centre .m-hero .a-btn:hover {
  background-color: rgb(180.9230769231, 24.5991902834, 15.0769230769);
}
.university-centre .m-hero.m-hero--event .m-details li {
  color: #e41f13;
}

.international-students .m-hero.m-hero--overlap h2 {
  color: #DA0342;
}
.international-students .m-hero.m-hero--overlap h1 {
  color: #7137ad;
}
.international-students .m-hero--search h1 span {
  color: #7137ad;
}
.international-students .m-hero.m-hero--imageAndButton h2 {
  color: #7137ad;
}
.international-students .m-hero__links-item::after {
  background: #7137ad;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .international-students .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .international-students .m-hero__links-item:hover svg {
    color: #7137ad;
  }
}
.international-students .m-hero--contact h2 {
  color: #7137ad;
}
.international-students .m-hero--contact .f-h3 {
  color: #7137ad;
}
.international-students .m-hero--contact .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .m-hero--contact .a-btn:hover {
  background-color: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}
.international-students .m-hero .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .m-hero .a-btn:hover {
  background-color: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}
.international-students .m-hero.m-hero--event .m-details li {
  color: #7137ad;
}

.adult-19 .m-hero.m-hero--overlap h2 {
  color: #DA0342;
}
.adult-19 .m-hero.m-hero--overlap h1 {
  color: #94c224;
}
.adult-19 .m-hero--search h1 span {
  color: #94c224;
}
.adult-19 .m-hero.m-hero--imageAndButton h2 {
  color: #94c224;
}
.adult-19 .m-hero__links-item::after {
  background: #94c224;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .adult-19 .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .adult-19 .m-hero__links-item:hover svg {
    color: #94c224;
  }
}
.adult-19 .m-hero--contact h2 {
  color: #94c224;
}
.adult-19 .m-hero--contact .f-h3 {
  color: #94c224;
}
.adult-19 .m-hero--contact .a-btn {
  background-color: #005e8a;
  color: #DA0342;
}
.adult-19 .m-hero--contact .a-btn:hover {
  background-color: #94c224;
}
.adult-19 .m-hero .a-btn {
  background-color: #005e8a;
  color: #DA0342;
}
.adult-19 .m-hero .a-btn:hover {
  background-color: #94c224;
}
.adult-19 .m-hero.m-hero--event .m-details li {
  color: #94c224;
}

.apprenticeships .m-hero.m-hero--overlap h2 {
  color: #DA0342;
}
.apprenticeships .m-hero.m-hero--overlap h1 {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-hero--search h1 span {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-hero.m-hero--imageAndButton h2 {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-hero__links-item::after {
  background: rgb(230, 192.8384279476, 0);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .apprenticeships .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .apprenticeships .m-hero__links-item:hover svg {
    color: rgb(230, 192.8384279476, 0);
  }
}
.apprenticeships .m-hero--contact h2 {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-hero--contact .f-h3 {
  color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-hero--contact .a-btn {
  background-color: #ffda1a;
  color: #DA0342;
}
.apprenticeships .m-hero--contact .a-btn:hover {
  background-color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-hero .a-btn {
  background-color: #ffda1a;
  color: #DA0342;
}
.apprenticeships .m-hero .a-btn:hover {
  background-color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .m-hero.m-hero--event .m-details li {
  color: rgb(230, 192.8384279476, 0);
}

.employers .m-hero.m-hero--overlap h2 {
  color: #DA0342;
}
.employers .m-hero.m-hero--overlap h1 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-hero--search h1 span {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-hero.m-hero--imageAndButton h2 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-hero__links-item::after {
  background: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .employers .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .employers .m-hero__links-item:hover svg {
    color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
  }
}
.employers .m-hero--contact h2 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-hero--contact .f-h3 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-hero--contact .a-btn {
  background-color: #d83473;
  color: #DA0342;
}
.employers .m-hero--contact .a-btn:hover {
  background-color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-hero .a-btn {
  background-color: #d83473;
  color: #DA0342;
}
.employers .m-hero .a-btn:hover {
  background-color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .m-hero.m-hero--event .m-details li {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}

.m-hero--breadcrumb {
  position: relative;
}
@media (min-width: 768px) {
  .m-hero--breadcrumb {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .m-hero--breadcrumb .m-hero__cta-banner {
    top: 35px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
  }
}
.m-hero--breadcrumb .m-hero__cta-banner .m-breadcrumb {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .m-hero--breadcrumb .m-hero__cta-banner .m-breadcrumb {
    margin-bottom: 0;
  }
}

.facilities-hero--title {
  position: absolute;
  bottom: 40px;
  padding: 0.5em 0.6em;
  background: #fff;
  border-radius: 5px;
}

.full-width-row .col-white {
  color: #fff !important;
}

.m-map {
  padding-bottom: 100%;
  border-radius: 5px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-map {
    padding-bottom: 40%;
  }
}
.o-section .m-map {
  margin-top: 30px;
}

.m-map__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gm-style .gm-style-iw-c {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.gm-style .gm-style-iw-c button[title=Close] {
  top: 0 !important;
  right: 0 !important;
}

.gm-style .gm-style-iw-t::after {
  content: "";
  display: none;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.m-map__popup-wrap {
  padding-left: 18px;
}

.m-map__popup {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  width: 255px;
  position: relative;
}
.m-map__popup::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent rgba(255, 255, 255, 0.95) transparent transparent;
  top: 50%;
  left: 0;
  transform: translate(-17px, -18px);
}

.m-map__popup h3 {
  color: #DA0342;
}
.m-map__popup h3 + span {
  margin-top: 20px;
}

.m-map__popup span {
  color: #3d3d3b;
  display: block;
}
.m-map__popup span + a {
  margin-top: 25px;
}

.modal-backdrop {
  background: rgba(218, 3, 66, 0.5);
}

.m-modal {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1400;
}

.modal-apply {
  z-index: 1400;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
}
.modal-apply .modal-dialog {
  transform: none !important;
  min-width: 47rem;
}
.modal-apply .modal-content {
  padding: 3rem 2rem;
  text-align: center;
}
.modal-apply .modal-content h4 {
  font-size: 1.2rem;
}

.m-modal .close {
  border: none;
  background: none;
  padding: 0;
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  cursor: pointer;
  background: #000000;
  z-index: 200;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .m-modal .modal-dialog {
    max-width: 900px;
  }
}

.m-modal .modal-content {
  border-radius: 5px;
  border: none;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-container .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
}
.iframe-container img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  display: block;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.modal-ucas .modal-content, .modal-applied .modal-content {
  padding: 40px 30px 20px 30px;
}
.modal-ucas h4, .modal-applied h4 {
  text-align: center;
}
.modal-ucas p, .modal-applied p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.modal-ucas .a-btn, .modal-applied .a-btn {
  text-transform: uppercase;
}
.modal-ucas .a-btn .fa-w-13, .modal-applied .a-btn .fa-w-13 {
  width: 13px;
}
.modal-ucas .row > div, .modal-applied .row > div {
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
}
@media (min-width: 768px) {
  .modal-ucas .row > div, .modal-applied .row > div {
    padding: 10px;
  }
}

.modal-levels-explained .modal-content {
  padding: 35px 35px 20px 35px;
}
.modal-levels-explained .modal-content > * {
  margin-bottom: 10px;
  font-size: 14px;
}
.modal-levels-explained .modal-content ul {
  padding-left: 21px;
}
.modal-levels-explained .modal-content ul li {
  list-style: disc outside;
  margin-bottom: 5px;
}

.m-pills {
  display: flex;
}

.m-pills .a-btn {
  text-transform: uppercase;
  background: #DA0342;
  padding: 10px 15px;
  border-radius: 0;
  margin: 0 1px;
  min-width: 0;
  min-height: 20px;
}
.m-pills .a-btn:hover {
  background: rgb(167.6923076923, 2.3076923077, 50.7692307692);
}

.m-pills .a-btn:first-child {
  margin-left: 0;
  border-radius: 5px 0 0 5px;
}

.m-pills .a-btn:last-child {
  margin-right: 0;
  border-radius: 0 5px 5px 0;
}

.m-quote {
  height: 100%;
  display: block;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .m-quote {
    display: flex;
    margin-top: -5px;
  }
}

.m-quote__bubble {
  line-height: 1.65em;
  font-weight: 500;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: -14.333px 49.986px 49px 0px rgba(0, 0, 0, 0.11);
  padding: 35px 35px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  color: #000000;
}
.m-quote__bubble::after {
  content: "";
  border-width: 27.5px 27.5px 0 27.5px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -27.5px;
}
.m-quote__bubble span.quote::before,
.m-quote__bubble span.quote::after {
  content: "“";
  font-size: 2.86em;
  display: block;
  text-align: left;
  font-weight: normal;
}
.m-quote__bubble span.quote::after {
  content: "”";
  text-align: right;
}

.m-quote--left .m-quote__bubble {
  color: #e41f13;
}
@media (min-width: 768px) {
  .m-quote--left .m-quote__bubble::after {
    left: 70px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-quote--left {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .m-quote--center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-quote--right .m-quote__bubble {
  color: #DA0342;
}
@media (min-width: 768px) {
  .m-quote--right .m-quote__bubble::after {
    right: 70px;
    left: auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-quote--right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-quote__bubble + .a-btn {
  margin: 45px auto 0 auto;
  display: block;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .m-quote__bubble + .a-btn {
    margin: 25px auto 0 auto;
  }
}

.author {
  color: #3d3d3b;
}

.m-search {
  width: 100%;
  position: relative;
}

.m-search .icon--search {
  color: #000000;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
}
@media (min-width: 768px) {
  .m-search .icon--search {
    left: 35px;
    width: 40px;
    height: 40px;
  }
}

.icon--search-sidebar {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  color: #c7c7c7;
}
@media (min-width: 768px) {
  .icon--search-sidebar {
    display: none;
  }
}

.search--sidebar-hidden {
  display: none;
}
@media (min-width: 768px) {
  .search--sidebar-hidden {
    display: block !important;
  }
}

.m-search .a-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0 10px;
  min-width: 0;
}
@media (min-width: 768px) {
  .m-search .a-btn {
    top: 15px;
    right: 15px;
    bottom: 15px;
    padding: 25px 30px;
  }
}

.m-search .a-btn svg {
  margin-left: 0;
}
@media (min-width: 768px) {
  .m-search .a-btn svg {
    margin-left: 14px;
  }
}

.m-search__input {
  background: #fff;
  padding: 15px 60px 15px 50px;
  border-radius: 6px;
  border: none;
  width: 100%;
  box-shadow: -14.333px 49.986px 49px 0px rgba(0, 0, 0, 0.11);
  line-height: normal;
}
.m-search__input::-webkit-input-placeholder {
  color: #ccc;
}
.m-search__input:-moz-placeholder {
  color: #ccc;
}
.m-search__input::-moz-placeholder {
  color: #ccc;
}
.m-search__input:-ms-input-placeholder {
  color: #ccc;
}
@media (min-width: 768px) {
  .m-search__input {
    padding: 30px 265px 30px 100px;
  }
}
.m-search__input:active + .a-btn, .m-search__input:focus + .a-btn {
  background: #000000;
}
.m-search__input:active + .a-btn:hover, .m-search__input:focus + .a-btn:hover {
  background: black;
}

.m-search__results--no h4 {
  line-height: 1.5;
}
.m-search__results--no h4 span {
  color: #DA0342;
  font-size: 20px;
  font-weight: bold;
}

.btn-txt--mobile {
  display: none;
}
@media (min-width: 576px) {
  .btn-txt--mobile {
    display: block;
  }
}

/* Adjustments for m-search in the header */
.m-search.m-search--small {
  width: inherit;
  max-width: 250px;
}
.m-search.m-search--small .icon--search {
  width: 20px;
  height: 20px;
  left: 12px;
}
.m-search.m-search--small .m-search__input {
  padding: 13px 40px 13px 40px;
  font-size: 1em;
}

.m-social__btns {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
}
.m-social__btns .a-btn {
  margin: 10px 5px 0 5px;
  flex-shrink: 0;
  width: auto;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.m-social__btns--span {
  display: none;
}
@media (min-width: 576px) {
  .m-social__btns--span {
    display: block;
  }
}

.m-card__handle a {
  word-break: break-all;
}

.m-spacer {
  padding: 25px 0 90px;
}

.m-spacer .f-h4 {
  color: #db1cf2;
  font-weight: 500;
}

.m-spacer + .o-section {
  margin-top: 0;
}

.mobile-mt-40 {
  margin-top: 40px !important;
}
@media (min-width: 576px) {
  .mobile-mt-40 {
    margin-top: 75px !important;
  }
}

.m-stats .m-card--stat {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #8e97ac;
  width: 100%;
}
@media (min-width: 768px) {
  .m-stats .m-card--stat {
    padding: 0 40px;
    margin-top: 0;
    border: none;
  }
}
.m-stats .m-card--stat h2 {
  color: #1a2d59;
  font-size: 3.125rem;
  line-height: 3.125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-stats .m-card--stat h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .m-stats .m-card--stat h2 {
    font-size: 3.125rem;
  }
}
.m-stats .m-card--stat h3 {
  color: #3d3d3b;
  text-transform: none;
  margin: 10px 0 0 0;
  font-size: 0.9375rem;
  line-height: 1.2rem;
  font-weight: 700;
}
.m-stats .m-card--stat p {
  color: #3d3d3b;
  margin-top: 15px;
}

.m-stats .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .m-stats .col-md-4:not(:last-child) {
    border-right: 1px solid #8e97ac;
  }
}
.m-stats .col-md-4:last-child .m-card--stat {
  border-bottom: none;
  padding-bottom: 0;
}

.college-16-18 .m-stats .m-card--stat h3 {
  color: #3d3d3b;
}

.university-centre .m-stats .m-card--stat h3 {
  color: #e41f13;
}

.international-students .m-stats .m-card--stat h3 {
  color: #7137ad;
}

.adult-19 .m-stats .m-card--stat h3 {
  color: #94c224;
}

.apprenticeships .m-stats .m-card--stat h3 {
  color: #ab9112;
}

.employers .m-stats .m-card--stat h3 {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}

.contact--msg {
  line-height: 23px;
}

.m-tabs__nav--vertical {
  margin-top: 15px;
}
.m-tabs__nav--vertical .m-tabs__nav-link {
  width: 100%;
  padding: 20px;
}
.m-tabs__nav--vertical .m-tabs__nav-link:last-child {
  border-bottom: 1px solid rgba(61, 61, 59, 0.5);
}
.m-tabs__nav--vertical .m-tabs__nav-link:not(:first-child) {
  border-top: 1px solid rgba(61, 61, 59, 0.5);
}
.m-tabs__nav--vertical .m-tabs__nav-link.active {
  background: #f0f0f0;
  border-radius: 5px;
  border-color: transparent;
}
.m-tabs__nav--vertical .m-tabs__nav-link.active + .m-tabs__nav-link {
  border-color: transparent;
}
.m-tabs__nav--vertical .m-tabs__nav-link.active + .m-tabs__nav-link:last-child {
  border-bottom-color: rgba(61, 61, 59, 0.5);
}

.m-tabs__nav-link {
  color: #DA0342;
  display: flex;
}
.m-tabs__nav-link svg {
  opacity: 0.6;
  margin-left: auto;
  flex-shrink: 0;
  margin-top: 0.25em;
}
.m-tabs__nav-link.active svg {
  opacity: 1;
}

.m-tabs__panel {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .m-tabs__panel {
    padding: 35px;
  }
}
.m-tabs__panel.fade:not(.show) {
  max-height: 0px;
}
.m-tabs__panel.fade.show {
  max-height: none;
}

.m-tabs__content {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "tab-content";
}

.m-tabs__panel {
  grid-area: tab-content;
  align-self: flex-start;
}

.m-tabs__nav-link svg {
  transition: all 300ms ease;
}
.m-tabs__nav-link:hover svg {
  transform: translateX(3px);
}

.subject-area--tabs .fade {
  display: none;
  opacity: 1;
  visibility: visible;
}
.subject-area--tabs .fade.active {
  display: block;
}

.m-user-content ul {
  margin-top: 20px;
}
.m-user-content ul li {
  padding-left: 10px;
  position: relative;
}
.m-user-content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #666666;
}
.m-user-content ul li + li {
  margin-top: 15px;
}

.dash-list li + li {
  margin-top: 0.4em;
}
.dash-list li {
  margin-left: 2.25em;
  list-style: none !important;
  position: relative;
}
.dash-list li::before {
  content: "—";
  right: calc(100% + 0.5em);
  height: 1em;
  position: absolute;
}

.m-user-content h3 {
  color: #DA0342;
}

.m-user-content h4 {
  font-size: 80%;
}
.m-user-content h4 a {
  display: inline-block;
  position: relative;
}
.m-user-content h4 a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: #3d3d3b;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
.m-user-content h4 a:hover {
  color: #1a2d59;
}
.m-user-content h4 a:hover:after {
  backgound-color: #1a2d59;
}

.m-divider {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.m-divider > .grid-container {
  position: relative;
  z-index: 2;
}
.m-divider > .grid-container:before {
  content: "";
  position: absolute;
  background-color: #eee;
  width: calc(100% - 30px);
  height: 12px;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
.m-divider .a-btn--lg {
  padding: 35px 45px;
  border-radius: 0px !important;
  line-height: 1.25em;
}

.o-section--background {
  background: #e6ebe3;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-top: 0;
}

.o-section {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section {
    margin-top: 30px;
  }
}
+ .o-section--background .o-section {
  margin-top: 0;
}
.o-section.o-section-margin-none {
  margin: 0;
}
.o-section.o-section--large {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .o-section.o-section--large {
    margin-top: 100px;
  }
}
.o-section.-section-padding {
  padding: 3rem 0;
}
.o-section.bg-blue {
  background: #DA0342;
}
.o-section.text-shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.applicationform .o-section--background {
  padding-top: 0px;
}

.o-section__header h1,
.o-section__header h2,
.o-section__header h3,
.o-section__header h4 {
  color: #DA0342;
}
.o-section__header h1 + p,
.o-section__header h2 + p,
.o-section__header h3 + p,
.o-section__header h4 + p {
  margin-top: 15px;
}
.o-section__header h1 + .a-btn,
.o-section__header h2 + .a-btn,
.o-section__header h3 + .a-btn,
.o-section__header h4 + .a-btn {
  margin-top: 25px;
}
.o-section__header h2 span {
  color: #000000;
}
.o-section__header h4 {
  color: #000000;
}
.o-section__header h4 + h2,
.o-section__header h4 + h3 {
  margin-top: 5px;
}
.o-section__header + .o-section__content {
  margin-top: 15px;
}
.o-section__header .a-text-link + .a-text-link {
  margin-left: 25px;
}
.o-section__header.-header-quote {
  padding: 25px 0;
}
@media (min-width: 576px) {
  .o-section__header.-header-quote {
    padding: 0;
  }
}

.o-section--background h2,
.o-section--background h3 {
  color: #DA0342;
}

.m-hero--imageAndButton h1, .m-hero--imageAndButton p {
  color: #DA0342;
}

.o-section__content p + .m-expand {
  margin-top: 20px;
}
.o-section__content p a {
  position: relative;
  /*text-decoration: underline;
  text-underline-offset: 3px;*/
  /*
  &:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: $color__text;
    position: absolute;
    z-index: 1;
    border-radius: 1px;
  }
  */
}

.with-list-style ul, .o-section__content ul, .grid-container ul {
  margin-top: 1em;
}

.with-list-style ul li, .o-section__content ul li {
  list-style: disc;
}
.with-list-style ol li, .o-section__content ol li {
  list-style: decimal;
}
.with-list-style ol ol li, .o-section__content ol ol li {
  list-style: lower-alpha;
}
.with-list-style ul ul li, .o-section__content ul ul li {
  list-style: circle;
}
.with-list-style li + li, .o-section__content li + li {
  margin-top: 0.25em;
}
.with-list-style li, .o-section__content li {
  margin-left: 2.25em;
}

.o-section__content h2 + p {
  margin-top: 20px;
}

.o-section__content h3 {
  color: #DA0342;
}
.o-section__content h3 + p {
  margin-top: 15px;
}

.o-section__content .a-media {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .o-section__content .a-media {
    margin-bottom: 0px;
  }
}
.o-section__content .a-media img {
  width: 100%;
  display: block;
}

.o-section__content .m-card {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .o-section__content .m-card {
    margin-top: 15px;
  }
}

.o-section__content .m-carousel {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .o-section__content .m-carousel {
    margin-top: 40px;
  }
}

.o-section__box {
  padding: 40px 30px;
  position: relative;
  border-radius: 5px;
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .o-section__box {
    padding: 40px 0;
  }
  .o-section__box::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: #f5f5f5;
    top: 0;
    right: -45px;
    bottom: 0;
    left: -45px;
  }
}

.o-section--overlap {
  background: #e6ebe3;
}
@media (min-width: 768px) {
  .o-section--overlap {
    background: none;
  }
}
.o-section--overlap .o-section__content {
  position: relative;
  padding-bottom: 50px;
}
.o-section--overlap .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #e6ebe3;
}
@media (min-width: 768px) {
  .o-section--overlap .o-section__content::before {
    top: 45px;
  }
}
.o-section--overlap .o-section__content.-section-quote {
  padding-bottom: 0;
}

.o-section--overlap-dark {
  background: #fff;
}
.o-section--overlap-dark .o-section__content {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .o-section--overlap-dark .o-section__content {
    padding-top: 0;
    padding-bottom: 75px;
  }
}
.o-section--overlap-dark .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #DA0342;
}
@media (min-width: 768px) {
  .o-section--overlap-dark .o-section__content::before {
    top: 130px;
  }
}

.o-section--overlap-top {
  background: #fff;
}
.o-section--overlap-top .o-section__content {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .o-section--overlap-top .o-section__content {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.o-section--overlap-top .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #000000;
}
@media (min-width: 768px) {
  .o-section--overlap-top .o-section__content::before {
    bottom: 150px;
  }
}

.gradient-container {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 50%, #ececec 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 50%, #ececec 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 50%, #ececec 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
  /* IE6-9 */
}

.row-reverse {
  flex-direction: row-reverse;
}

.o-section--background-top {
  background: #fff;
  position: relative;
  padding-bottom: 0;
}
.o-section--background-top::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -50vw;
  background: #e6ebe3;
}
@media (min-width: 768px) {
  .o-section--background-top::before {
    bottom: 170px;
  }
}

.o-section__btns {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .o-section__btns {
    display: flex;
    justify-content: center;
  }
}
.o-section__btns .a-btn {
  width: 100%;
  margin-top: 5px;
  justify-content: center;
}
@media (min-width: 768px) {
  .o-section__btns .a-btn {
    width: auto;
    margin: 10px 5px;
  }
}

.o-section-lower + .g-footer {
  margin-top: 0;
}

.o-section-lower {
  margin-bottom: 0 !important;
}

.o-section--inverse {
  color: #fff;
  background: url(/dist/images/bg-blue-1.png) #000000 no-repeat top center;
  background-size: cover;
  padding: 55px 0;
}
.o-section--inverse .o-section__header h1,
.o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3,
.o-section--inverse .o-section__header h4,
.o-section--inverse .o-section__header p {
  color: #fff;
}
.o-section--inverse .o-section__content {
  margin-top: 40px;
}
.o-section--inverse .o-section__icon-text {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text {
    margin-top: 0;
    text-align: left;
    margin: 0 0 0 20px;
  }
}
.o-section--inverse .o-section__icon-text:first-child {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text:first-child {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 768px) {
  .o-section--inverse .col-md-4 .o-section__icon-text {
    padding-left: 65px;
    margin-left: 0;
  }
}
.o-section--inverse .o-section__icon-text svg {
  transform: rotate(-5deg);
  display: block;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-5deg);
    margin: 0;
  }
}
.o-section--inverse .o-section__icon-text svg + h5 + span {
  display: block;
  margin-top: 10px;
}
.o-section--inverse .o-section__info-text {
  text-align: center;
}
.o-section--inverse .o-section__info-text p {
  margin-top: 10px;
}
.o-section--inverse .o-section__btns {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__btns {
    margin-top: 20px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .o-section--inverse .o-section__btns {
    margin-top: 0px;
  }
}
.o-section--inverse .o-section__btns .a-btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__btns .a-btn {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text + .o-section__btns {
    margin-left: 30px;
  }
}
.o-section--inverse.o-section-getintouchstripone .o-section__icon-text {
  margin-bottom: 10px;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .o-section--inverse.o-section-getintouchstripone .o-section__icon-text {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.o-section--inverse.o-section-getintouchstripone .o-section__btns {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .o-section--inverse.o-section-getintouchstripone .o-section__btns {
    margin-left: 30px;
  }
}

.o-section--background.o-section--inverse {
  background: #DA0342;
}
.o-section--background.o-section--inverse .o-section__btns {
  margin: 0;
}

.o-section--grid {
  width: 100%;
  max-width: 1638px;
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  .o-section--grid {
    margin-top: 60px;
  }
}

.o-section--grid .o-section__header h2 span {
  color: #000000;
  display: block;
}
.o-section--grid .o-section__header + .o-section__content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__header + .o-section__content {
    margin-top: 40px;
  }
}
.o-section--grid .o-section__header p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__header p {
    margin-top: 0px;
  }
}

.o-section--related-links .o-section__header + .o-section__content {
  margin-top: 15px;
}

.o-section--related-links {
  position: relative;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  /*
  @include media-breakpoint-up(md) {
  	padding-top: 30px;
  	background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 55%, rgba(255,255,255,0.49343487394957986) 75%);
  }

  @include media-breakpoint-up(xl) {
  	background: #f0f0f0;
  }
  */
  /*
  &:before {
  	@include media-breakpoint-up(md) {
  		content: '';
  		z-index: 1;
  		position: absolute;
  		bottom: 0;
  		right: 0;
  		width: 100%;
  		height: 70%;
  		max-height: 400px;
  		background: url('/dist/images/west-lancs-bg-2.png') bottom right no-repeat;
  		background-size: contain;
  	}

  	@include media-breakpoint-up(xl) {
  		bottom: auto;
  		top: 0;
  		background: url('/dist/images/west-lancs-bg-2.png') bottom right no-repeat #fff;
  		background-size: contain;
  	}
  }
  */
}
.o-section--related-links .o-section--grid {
  position: relative;
  z-index: 2;
}
.o-section--related-links .m-card__content {
  text-transform: none;
}
.o-section--related-links .m-card__content h3 {
  text-transform: none !important;
  font-size: 16px;
}
.o-section--related-links .m-card__content h4 {
  font-size: 20px;
  line-height: 1.4em;
}

.o-section:last-child {
  margin-bottom: 0 !important;
}

.o-section--grid .o-section__content::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content {
    display: block;
  }
  .o-section--grid .o-section__content .o-section__lockup {
    float: left;
    width: 60%;
  }
  .o-section--grid .o-section__content .o-section__cards {
    float: right;
    width: calc(40% - 20px);
  }
  .o-section--grid .o-section__content .o-section__cards .m-card__img img {
    min-height: 250px;
  }
  .o-section--grid .o-section__content .o-section__links {
    float: left;
    width: 60%;
    margin-top: 50px;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__content .o-section__cards .m-card__img img {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__content .o-section__links {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li:not(:first-child) {
    border-left: 1px solid #8e97ac;
  }
}
.o-section--grid .o-section__content .o-section__links li:last-child {
  border-bottom: 1px solid #8e97ac;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li:last-child {
    border-bottom: none;
  }
}
.o-section--grid .o-section__content .o-section__links li {
  padding: 25px 0px;
  border-top: 1px solid #8e97ac;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li {
    padding: 20px 25px;
    border: none;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__content .o-section__links li {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__content .o-section__links li {
    padding: 35px 40px;
  }
}
.o-section--grid .o-section__content .o-section__links .o-section__links-item {
  display: flex;
  text-align: center;
  color: #DA0342;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links .o-section__links-item {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
.o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  flex-shrink: 0;
  align-self: flex-end;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
    margin: 25px auto 0 auto;
    display: table;
    background: #ccc;
  }
  .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
    background: rgb(178.5, 178.5, 178.5);
  }
}
.o-section--grid .o-section__content .m-card--overlay:first-child {
  margin-top: 0;
}
.o-section--grid .o-section__content .m-card--overlay + .m-card--overlay {
  margin-top: 20px;
}
.o-section--grid .o-section__content .m-card--overlay .m-card__img {
  margin-bottom: 0;
  border-radius: 0;
}

.o-section--grid .o-section__lockup {
  position: relative;
}
@media (max-width: 991.98px) {
  .o-section--grid .o-section__lockup img {
    object-fit: cover;
    min-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .o-section--grid .o-section__lockup img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: none;
  }
}
.o-section--grid .o-section__lockup .o-section__caption {
  color: #fff;
  height: auto;
  min-height: 280px;
  padding: 10% 20px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption {
    position: absolute;
    left: 30px;
    bottom: 30px;
    min-height: 0;
    padding: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__lockup .o-section__caption {
    left: 95px;
    bottom: 80px;
  }
}
.o-section--grid .o-section__lockup .o-section__caption h2 {
  text-shadow: -2.516px -1.634px 23px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption h2 {
    font-size: 2.425rem;
    line-height: 2.425rem;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__lockup .o-section__caption h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
.o-section--grid .o-section__lockup .o-section__caption p {
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption p {
    max-width: 500px;
  }
}
.o-section--grid .o-section__lockup .o-section__caption .a-btn {
  margin-top: 40px;
  align-self: flex-end;
}

.o-section__links {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 0 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section__links {
    border: none;
    padding: 0;
    margin-top: 0;
  }
}
.o-section__links li + li {
  margin-top: 0 !important;
}
.o-section__links li {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .o-section__links li {
    padding: 0px 15px;
    width: 25%;
    border: none;
  }
}
.o-section__links li img {
  display: block;
  margin: 0 auto 15px auto;
}
.adult-19 .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  margin: 25px auto 0 auto;
  background: #ccc;
  display: table;
  color: #fff;
}
.adult-19 .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  color: #1a2d59;
  background-color: #a4e9ed;
}
.apprenticeships .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  background: #ccc;
  display: table;
  color: #fff !important;
}
.apprenticeships .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #AC8E15;
}
.university-centre .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  background: #ccc;
  display: table;
  color: #fff !important;
}
.university-centre .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #E12F38;
}
.o-section__links .o-section__links-item .a-btn {
  margin: 25px auto 0 auto;
  background: #ccc;
  display: table;
}
.o-section__links .o-section__links-item {
  text-align: center;
  color: #DA0342;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .o-section__links .o-section__links-item {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

.o-section__card .o-section__header + .o-section__content {
  margin-top: 15px;
}

.o-section--primary {
  background: #000000;
  color: #fff;
  padding: 45px 0 35px 0;
}
.o-section--primary h1,
.o-section--primary h2,
.o-section--primary h3,
.o-section--primary h4,
.o-section--primary p {
  color: #fff;
}
.o-section--primary .m-card {
  color: #fff;
}
.o-section--primary .m-card h1,
.o-section--primary .m-card h2,
.o-section--primary .m-card h3,
.o-section--primary .m-card h4,
.o-section--primary .m-card p,
.o-section--primary .m-card svg {
  color: #fff;
}
.o-section--primary .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--variant-1 {
  background: #e41f13;
  color: #fff;
  padding: 35px 0 35px 0;
}
.o-section--variant-1 h1,
.o-section--variant-1 h2,
.o-section--variant-1 h3,
.o-section--variant-1 h4,
.o-section--variant-1 p {
  color: #fff;
}
.o-section--variant-1 .m-card {
  color: #fff;
}
.o-section--variant-1 .m-card h1,
.o-section--variant-1 .m-card h2,
.o-section--variant-1 .m-card h3,
.o-section--variant-1 .m-card h4,
.o-section--variant-1 .m-card p,
.o-section--variant-1 .m-card svg {
  color: #fff;
}
.o-section--variant-1 .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--variant-2 {
  background: #005e8a;
  color: #DA0342;
  padding: 45px 0 35px 0;
}
.o-section--variant-2 h1,
.o-section--variant-2 h2,
.o-section--variant-2 h3,
.o-section--variant-2 h4,
.o-section--variant-2 p {
  color: #DA0342;
}
.o-section--variant-2 .m-card {
  color: #DA0342;
}
.o-section--variant-2 .m-card h1,
.o-section--variant-2 .m-card h2,
.o-section--variant-2 .m-card h3,
.o-section--variant-2 .m-card h4,
.o-section--variant-2 .m-card p,
.o-section--variant-2 .m-card svg {
  color: #DA0342;
}
.o-section--variant-2 .m-card--image .m-card__content > svg {
  color: #DA0342 !important;
}

.o-section--variant-3 {
  background: #ffda1a;
  color: #DA0342;
  padding: 45px 0 35px 0;
}
.o-section--variant-3 h1,
.o-section--variant-3 h2,
.o-section--variant-3 h3,
.o-section--variant-3 h4,
.o-section--variant-3 p {
  color: #DA0342;
}
.o-section--variant-3 .m-card {
  color: #DA0342;
}
.o-section--variant-3 .m-card h1,
.o-section--variant-3 .m-card h2,
.o-section--variant-3 .m-card h3,
.o-section--variant-3 .m-card h4,
.o-section--variant-3 .m-card p,
.o-section--variant-3 .m-card svg {
  color: #DA0342;
}
.o-section--variant-3 .m-card--image .m-card__content > svg {
  color: #DA0342 !important;
}

.o-section--variant-4 {
  background: #7137ad;
  color: #fff;
  padding: 45px 0 35px 0;
}
.o-section--variant-4 h1,
.o-section--variant-4 h2,
.o-section--variant-4 h3,
.o-section--variant-4 h4,
.o-section--variant-4 p {
  color: #fff;
}
.o-section--variant-4 .m-card {
  color: #fff;
}
.o-section--variant-4 .m-card h1,
.o-section--variant-4 .m-card h2,
.o-section--variant-4 .m-card h3,
.o-section--variant-4 .m-card h4,
.o-section--variant-4 .m-card p,
.o-section--variant-4 .m-card svg {
  color: #fff;
}
.o-section--variant-4 .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--tertiary {
  background: #d83473;
  color: #DA0342;
  padding: 45px 0 35px 0;
}
.o-section--tertiary h1,
.o-section--tertiary h2,
.o-section--tertiary h3,
.o-section--tertiary h4,
.o-section--tertiary p {
  color: #DA0342;
}
.o-section--tertiary .m-card {
  color: #DA0342;
}
.o-section--tertiary .m-card h1,
.o-section--tertiary .m-card h2,
.o-section--tertiary .m-card h3,
.o-section--tertiary .m-card h4,
.o-section--tertiary .m-card p,
.o-section--tertiary .m-card svg {
  color: #DA0342;
}
.o-section--tertiary .m-card--image .m-card__content > svg {
  color: #DA0342 !important;
}

.o-section--event h2 {
  color: #000000;
}
.o-section--event h3 {
  color: #DA0342;
}
.o-section--event h3 + p {
  margin-top: 25px;
}
.o-section--event .o-section__img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  margin-top: -70px;
}
.o-section--event .o-section__img + h3 {
  margin-top: 30px;
}
.o-section--event .o-section__img img {
  width: 100%;
  display: block;
}
.m-hero--event + .o-section--event {
  padding: 40px 0 0 0;
  margin-top: 0;
}
.o-section--event h3 + .m-tags {
  margin-top: 10px;
}
.o-section--event .m-tags li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.o-section--event .m-tags li a {
  display: block;
  background: #e6ebe3;
  border-radius: 28px;
  padding: 6px 15px;
}
.o-section--event .m-share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.o-section--event .m-author {
  display: flex;
  align-items: center;
}
.o-section--event .m-author p {
  margin-top: 0;
  margin-left: 10px;
}
.o-section--event .m-share__item {
  color: #ccc;
  margin-left: 10px;
}
.o-section--event .m-share__item svg {
  width: 30px;
  height: 30px;
}
.o-section--event .m-map__wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--event .m-map__wrapper {
    margin-top: 80px;
  }
}
.o-section--event .m-map {
  padding-bottom: 56%;
}

.o-section--details {
  margin-top: 30px;
}
.o-section--details .m-breadcrumb {
  margin-bottom: 0px;
}

.o-section--blue_curve {
  background: url(/dist/images/bg-blue-2.png) #000000 no-repeat top center;
  background-size: cover;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .o-section--blue_curve {
    padding: 35px 0 55px 0;
  }
}

.o-section--short {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--short {
    margin-top: 30px;
  }
}

.o-section--background-semi {
  background: repeating-linear-gradient(#fff, #fff 49.9%, #ececec 50.1%, #ececec 100%);
  margin-top: 0;
}

.o-section--news {
  margin-top: 30px;
}
.o-section--news .m-breadcrumb {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .o-section--news .m-breadcrumb {
    margin-bottom: 60px;
  }
}
.o-section--news h2 {
  color: #000000;
}
.o-section--news h3 {
  color: #DA0342;
}
.o-section--news h3 + p {
  margin-top: 25px;
}
.o-section--news .o-section__img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  margin-top: -70px;
}
.o-section--news .o-section__img + h3 {
  margin-top: 30px;
}
.o-section--news .o-section__img img {
  width: 100%;
  display: block;
}
.m-hero--event + .o-section--news {
  padding: 40px 0 0 0;
  margin-top: 0;
}
.o-section--news h3 + .m-tags {
  margin-top: 10px;
}
.o-section--news .m-tags li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.o-section--news .m-tags li a {
  display: block;
  background: #e6ebe3;
  border-radius: 28px;
  padding: 6px 15px;
}
.o-section--news .m-share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.o-section--news .m-author {
  /*display: flex;*/
  /*align-items: center;*/
  margin-bottom: 15px;
}
.o-section--news .m-author p {
  margin-top: 0;
  margin-left: 10px;
}
.o-section--news .m-share__item {
  color: #ccc;
  margin-left: 10px;
}
.o-section--news .m-share__item svg {
  width: 30px;
  height: 30px;
}
.o-section--news .m-map__wrapper {
  margin-top: 80px;
}
.o-section--news .m-map {
  padding-bottom: 56%;
}

.o-section.o-section--confirm {
  margin: 0;
  padding: 60px 0;
}
.o-section.o-section--confirm ul {
  margin-left: 0 !important;
  margin-top: 1rem !important;
}
@media (min-width: 992px) {
  .o-section.o-section--confirm ul {
    margin-top: 0 !important;
  }
}
.o-section.o-section--confirm ul li {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: "Biryani", sans-serif;
  margin-left: 1rem !important;
}
@media (min-width: 992px) {
  .o-section.o-section--confirm ul li {
    margin-top: 0;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .o-section.o-section--confirm .cart-header {
    margin-top: 30px;
  }
}
.o-section.o-section--confirm .cart-buttons {
  width: 100%;
  margin-top: 20px;
  color: #DA0342;
  font-weight: bold;
}
.o-section.o-section--confirm .cart-buttons p {
  font-weight: 800 !important;
  font-size: 1rem !important;
}
@media (max-width: 991.98px) {
  .o-section.o-section--confirm .cart-buttons p {
    margin-bottom: 1rem;
  }
}
.o-section.o-section--confirm .cart-buttons a {
  margin-top: 0;
  margin-left: 0;
}

.o-section__content.o-section__break {
  margin: 60px 0;
}
.o-section__content.o-section__break--border {
  border-bottom: 1px solid red;
}

.college-16-18 .o-section--grid .o-section__header h2 span {
  color: #000000;
}
.college-16-18 .o-section.bg-blue .o-section__header h2, .college-16-18 .o-section.bg-blue .o-section__header h4 {
  color: #fff;
}
.college-16-18 .o-section__caption .a-btn {
  background-color: #000000;
  color: #fff;
}
.college-16-18 .o-section__caption .a-btn:hover {
  background-color: black;
}
.college-16-18 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.college-16-18 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: black;
}
.college-16-18 .o-section .a-btn {
  color: #fff;
}
.college-16-18 .o-section .a-btn:hover {
  background-color: #000000;
}
.college-16-18 .o-section__header h4 {
  color: #000000;
}
.college-16-18 .o-section .m-cards__header .a-text-link,
.college-16-18 .o-section__header .a-text-link {
  color: #000000;
}
.college-16-18 .o-section__header h2 span {
  color: #000000;
}
.college-16-18 .o-section--overlap-top .o-section__content::before {
  background-color: #000000;
}
.college-16-18 .o-section--event h2 {
  color: #000000;
}

.university-centre .o-section--grid .o-section__header h2 span {
  color: #e41f13;
}
.university-centre .o-section__caption .a-btn {
  background-color: #e41f13;
  color: #fff;
}
.university-centre .o-section__caption .a-btn:hover {
  background-color: rgb(180.9230769231, 24.5991902834, 15.0769230769);
}
.university-centre .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.university-centre .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(180.9230769231, 24.5991902834, 15.0769230769);
}
.university-centre .o-section .a-btn {
  background-color: #e41f13;
  color: #fff;
}
.university-centre .o-section .a-btn:hover {
  background-color: rgb(180.9230769231, 24.5991902834, 15.0769230769);
}
.university-centre .o-section__header h4 {
  color: #e41f13;
}
.university-centre .o-section .m-cards__header .a-text-link,
.university-centre .o-section__header .a-text-link {
  color: #e41f13;
}
.university-centre .o-section__header h2 span {
  color: #e41f13;
}
.university-centre .o-section--overlap-top .o-section__content::before {
  background-color: #e41f13;
}
.university-centre .o-section--event h2 {
  color: #e41f13;
}

.international-students .o-section--grid .o-section__header h2 span {
  color: #7137ad;
}
.international-students .o-section__caption .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .o-section__caption .a-btn:hover {
  background-color: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}
.international-students .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.international-students .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}
.international-students .o-section .a-btn {
  background-color: #7137ad !important;
  color: #fff !important;
}
.international-students .o-section .a-btn:hover {
  background-color: rgb(87.7236842105, 42.6973684211, 134.3026315789);
}
.international-students .o-section__header h4 {
  color: #7137ad;
}
.international-students .o-section .m-cards__header .a-text-link,
.international-students .o-section__header .a-text-link {
  color: #7137ad;
}
.international-students .o-section__header h2 span {
  color: #7137ad;
}
.international-students .o-section--overlap-top .o-section__content::before {
  background-color: #7137ad;
}
.international-students .o-section--event h2 {
  color: #7137ad;
}

.adult-19 .o-section--grid .o-section__header h2 span {
  color: #005e8a;
}
.adult-19 .o-section__caption .a-btn {
  background-color: #005e8a;
  color: #DA0342;
}
.adult-19 .o-section__caption .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}
.adult-19 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.adult-19 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}
.adult-19 .o-section .a-btn {
  background-color: #005e8a;
  color: #DA0342;
}
.adult-19 .o-section .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}
.adult-19 .o-section__header h4 {
  color: #94c224;
}
.adult-19 .o-section .m-cards__header .a-text-link,
.adult-19 .o-section__header .a-text-link {
  color: #005e8a;
}
.adult-19 .o-section__header h2 span {
  color: #005e8a;
}
.adult-19 .o-section--overlap-top .o-section__content::before {
  background-color: #005e8a;
}
.adult-19 .o-section--event h2 {
  color: #005e8a;
}

.apprenticeships .o-section--grid .o-section__header h2 span {
  color: #ffda1a;
}
.apprenticeships .o-section__caption .a-btn {
  background-color: #ffda1a;
  color: #DA0342;
}
.apprenticeships .o-section__caption .a-btn:hover {
  background-color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.apprenticeships .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .o-section .a-btn {
  background-color: #ffda1a;
  color: #DA0342;
}
.apprenticeships .o-section .a-btn:hover {
  background-color: rgb(230, 192.8384279476, 0);
}
.apprenticeships .o-section__header h4 {
  color: #ffda1a;
}
.apprenticeships .o-section .m-cards__header .a-text-link,
.apprenticeships .o-section__header .a-text-link {
  color: #ffda1a;
}
.apprenticeships .o-section__header h2 span {
  color: #ffda1a;
}
.apprenticeships .o-section--overlap-top .o-section__content::before {
  background-color: #ffda1a;
}
.apprenticeships .o-section--event h2 {
  color: #ffda1a;
}

.employers .o-section--grid .o-section__header h2 span {
  color: #d83473;
}
.employers .o-section__caption .a-btn {
  background-color: #d83473;
  color: #DA0342;
}
.employers .o-section__caption .a-btn:hover {
  background-color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.employers .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .o-section .a-btn {
  background-color: #d83473 !important;
  color: #DA0342 !important;
}
.employers .o-section .a-btn:hover {
  background-color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}
.employers .o-section .a-btn.a-btn--disabled {
  background-color: #ccc !important;
  color: #fff !important;
}
.employers .o-section .a-btn.a-btn--disabled:hover {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}
.employers .o-section__header h4 {
  color: #d83473;
}
.employers .o-section .m-cards__header .a-text-link,
.employers .o-section__header .a-text-link {
  color: #d83473;
}
.employers .o-section__header h2 span {
  color: #d83473;
}
.employers .o-section--overlap-top .o-section__content::before {
  background-color: #d83473;
}
.employers .o-section--event h2 {
  color: #d83473;
}

.o-section .o-section__texttwocolumn .body-text,
.o-section .o-section__texttwocolumn .body-text li {
  font-family: "Biryani", sans-serif;
}
.o-section .o-section__texttwocolumn .body-text b,
.o-section .o-section__texttwocolumn .body-text strong,
.o-section .o-section__texttwocolumn .body-text li b,
.o-section .o-section__texttwocolumn .body-text li strong {
  font-weight: 800;
}
.o-section .o-section__texttwocolumn .body-text i,
.o-section .o-section__texttwocolumn .body-text em,
.o-section .o-section__texttwocolumn .body-text li i,
.o-section .o-section__texttwocolumn .body-text li em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section .o-section__texttwocolumn .body-text,
.js-sans-serif-font-loaded .o-section .o-section__texttwocolumn .body-text li {
  font-family: Arial, Biryani, sans-serif;
}
.o-section .o-section__texttwocolumn .body-text,
.o-section .o-section__texttwocolumn .body-text li {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section .o-section__texttwocolumn .body-text :first-child {
  margin-top: 0;
}
.o-section .o-section__texttwocolumn ul li {
  margin-left: 15px;
  text-indent: -5px;
  list-style: none;
  position: relative;
}
.o-section .o-section__texttwocolumn ul li:before {
  content: "-";
  position: relative;
  left: -10px;
}
.o-section .o-section__texttwocolumn h2 {
  color: #3d3d3b;
}
.o-section .o-section__texttwocolumn h3 {
  color: #000000;
  font-size: 16px;
}

.carousel-mini-item__img {
  height: 100%;
}

.button-stripe-bg {
  background: #f0f0f0;
}

.o-textcolor--primary {
  color: #000000 !important;
}

.o-textcolor--primary-light {
  color: #00a9e0 !important;
}

.o-textcolor--secondary {
  color: #DA0342 !important;
}

.o-textcolor--tertiary {
  color: #d83473 !important;
}

.o-textcolor--variant-1 {
  color: #e41f13 !important;
}

.o-textcolor--variant-2 {
  color: #005e8a !important;
}

.o-textcolor--variant-3 {
  color: #ffda1a !important;
}

.o-textcolor--variant-4 {
  color: #7137ad !important;
}

.o-textcolor--variant-5 {
  color: #94c224 !important;
}

.o-textcolor--reversed {
  color: #fff !important;
}

:root {
  --facebook: #0e5ebd;
  --twitter: #00aced;
  --instagram: #192d59;
  --youtube: #ff3333;
  --primary: #000000;
  --secondary: #DA0342;
  --tertiary: #d83473;
  --primary-light: #00a9e0;
  --variant-1: #e41f13;
  --variant-2: #005e8a;
  --variant-3: #ffda1a;
  --variant-4: #7137ad;
  --variant-5: #94c224;
}

html {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  min-height: 100%;
  margin-right: -50vw;
  margin-left: -50vw;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #3d3d3b;
  font-family: "Biryani", sans-serif;
  font-size: 100%;
  font-feature-settings: "kern";
  font-kerning: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body::after {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  margin-left: -1px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

@media screen and (max-width: 575px) {
  head {
    font-family: "xsmall";
  }
  body::after {
    content: "xsmall";
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  head {
    font-family: "small";
  }
  body::after {
    content: "small";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  head {
    font-family: "medium";
  }
  body::after {
    content: "medium";
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  head {
    font-family: "large";
  }
  body::after {
    content: "large";
  }
}
@media screen and (min-width: 1200px) and (max-width: 1519px) {
  head {
    font-family: "xlarge";
  }
  body::after {
    content: "xlarge";
  }
}
@media screen and (min-width: 1520px) {
  head {
    font-family: "xxlarge";
  }
  body::after {
    content: "xxlarge";
  }
}
main {
  padding-top: 67px;
}
@media (min-width: 992px) {
  main {
    padding-top: 156px;
  }
}
main h1.color--primary, main h2.color--primary, main h3.color--primary, main h4.color--primary, main h5.color--primary, main h6.color--primary, main p.color--primary {
  color: #000000;
}
main h1.color--secondary, main h2.color--secondary, main h3.color--secondary, main h4.color--secondary, main h5.color--secondary, main h6.color--secondary, main p.color--secondary {
  color: #DA0342;
}
main .o-section:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main .o-section:last-child {
    margin-bottom: 60px;
  }
}
main .m-banner.o-section:last-child {
  margin-bottom: 0;
}

.college-16-18 h2.color--primary {
  color: #000000;
}

.university-centre h2.color--primary {
  color: #e41f13;
}

.international-students h2.color--primary {
  color: #7137ad;
}

.adult-19 h2.color--primary {
  color: rgb(0, 59.2608695652, 87);
}

.apprenticeships h2.color--primary {
  color: rgb(230, 192.8384279476, 0);
}

.employers h2.color--primary {
  color: rgb(182.0289256198, 34.9710743802, 91.4628099174);
}

.print-only {
  display: none;
}

.grid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .grid-container {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .grid-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .grid-container {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .grid-container {
    max-width: 1076px;
  }
}
.grid-container.-grid-mobile {
  padding: 0;
}
@media (min-width: 768px) {
  .grid-container.-grid-mobile {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .grid-container.-grid-mobile {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .grid-container.-grid-mobile {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .grid-container.-grid-mobile {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .grid-container.-grid-mobile {
    max-width: 1076px;
  }
}

.g-footer {
  padding: 70px 0 50px 0;
  /*background: url(/media/1tuigfo1/bg-green-1.jpg);*/
  background: url(/dist/images/red-hero-overlay.svg) no-repeat;
  background-size: contain;
  background-color: #000000;
  color: #fff;
}
@media (max-width: 991.98px) {
  .g-footer {
    background-size: cover;
  }
}

.g-footer__top {
  text-align: center;
}
@media (min-width: 768px) {
  .g-footer__top {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .g-footer__top .g-footer__nav.g-footer__nav--primary {
    margin-top: 0;
  }
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li {
  display: block;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li + li {
  margin-top: 30px;
}

.g-footer__top .g-footer__nav.g-footer__nav--secondary {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .g-footer__top .g-footer__nav.g-footer__nav--secondary {
    margin-left: 30px;
    margin-top: 0;
  }
}

.g-footer__top .g-footer__nav.g-footer__nav--secondary li {
  display: block;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li + li {
  margin-top: 8px;
}

.g-footer__bottom {
  margin-top: 60px;
}

.g-footer__bottom .g-footer__nav {
  font-weight: 600;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .g-footer__bottom .g-footer__nav {
    justify-content: flex-start;
  }
}
.g-footer__bottom .g-footer__nav li {
  margin: 10px 5px auto 5px;
}
@media (min-width: 768px) {
  .g-footer__bottom .g-footer__nav li {
    margin: 0 10px 0 0;
  }
}
.g-footer__bottom .g-footer__nav li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}

.g-footer__credit {
  margin: 30px auto 0 auto;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .g-footer__credit {
    margin: 0;
    display: inline;
    text-align: left;
  }
}

.g-footer__contact {
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 40px;
  display: block;
}
@media (min-width: 768px) {
  .g-footer__contact {
    margin-top: 0;
  }
}
.g-footer__contact span {
  font-size: 0.55em;
  display: block;
  margin-bottom: 10px;
}

.g-footer__links {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .g-footer__links {
    align-self: flex-end;
    display: flex;
    margin-top: auto;
  }
}
.g-footer__links li {
  display: inline-flex;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .g-footer__links li {
    margin: 0 0 0 30px;
    display: inline-block;
  }
}
.g-footer__links li:last-child {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .g-footer__links li:last-child {
    display: inline-block;
    margin-top: 0;
  }
}

.g-footer__logos {
  margin-top: 0px;
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .g-footer__logos {
    margin-top: 60px;
    align-items: baseline;
    padding: 0;
  }
}
.g-footer__logos li {
  width: 50%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .g-footer__logos li {
    margin-right: 40px;
    width: auto;
    display: block;
    padding: 0;
  }
}

.g-footer__pre {
  margin-top: 0;
}
.g-footer__pre + .g-footer {
  margin-top: 0;
}

.g-header {
  background: #ededed;
  color: #fff;
  padding: 0;
  width: 100vw;
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  box-shadow: 7.981px -15.01px 49px 0px rgba(0, 0, 0, 0.18);
  z-index: 1300;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 992px) {
  .g-header {
    overflow: inherit;
    padding: 12px 0 70px 0;
  }
}
.g-header {
  /*
  &::after {
    position: absolute;
    content: '';
    background: $color__background;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 5px;
  }
  */
}

/*
.scroll-down .g-header {
  transform: translate3d(0, -100%, 0);
}
*/
.menu-open .g-header {
  overflow: visible;
}
.menu-open.scroll-down .g-header {
  transform: none;
}

.g-header--salary {
  color: #ab9112 !important;
}

.scroll-up .g-header {
  transform: none;
}

.g-header .container-fluid {
  max-width: 1260px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .g-header::before {
    content: "";
    position: absolute;
    /*background: url(/dist/images/header-bg.svg) no-repeat;*/
    background: url(/dist/images/red-header-bg.svg) no-repeat;
    background-size: cover;
    width: 33.2%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

.g-header .g-nav__toggle {
  width: 80px;
  height: 69px;
  color: #fff;
  background: #FF014A;
  position: relative;
  z-index: 10;
  border: none;
}

.g-header__logo {
  display: block;
  height: 47px;
  width: 100%;
  max-width: 168px;
}
@media (min-width: 992px) {
  .g-header__logo {
    height: 74px;
    max-width: 55px;
    margin-right: 40px;
  }
}
.g-header__logo img {
  height: 100%;
  width: auto;
  max-width: none;
}

.g-header__logo svg {
  height: 100%;
  width: 100%;
  display: block;
}

.g-header__tel {
  position: relative;
}
.g-header__tel::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .g-header__tel:hover::after {
    max-width: 700px;
  }
}

.g-header__nav {
  display: flex;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .g-header__nav {
    margin-top: 0;
  }
}

.g-header__nav-item {
  color: #000000;
  margin: 0 20px 0 0;
  text-decoration: none;
  position: relative;
}
@media (min-width: 992px) {
  .g-header__nav-item {
    color: #fff;
    margin: 0 12px;
  }
}
.g-header__nav-item::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .g-header__nav-item:hover::after {
    max-width: 700px;
  }
}

.g-header__btns {
  margin-top: 40px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .g-header__btns {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .g-header__btns {
    position: relative;
  }
}
.g-header__btns .a-btn {
  margin-left: 10px;
  margin-right: 10px;
}

.g-header .m-pills {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .g-header .m-pills {
    flex-direction: row;
    align-items: normal;
  }
}
@media (max-width: 991.98px) {
  .g-header .m-pills .a-btn {
    border-radius: 5px;
  }
  .g-header .m-pills .a-btn + .a-btn {
    margin-top: 10px;
  }
}

.g-header__cta {
  border-radius: 0;
  margin: 10px 0 -10px 0;
  z-index: 100;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 20px 0;
  justify-content: center;
  border: none;
  box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
}

#search-result-container {
  position: absolute;
  top: 45px;
  right: 0;
  left: unset;
  z-index: 10;
  min-width: 350px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}
#search-result-container .m-card--search {
  background: #f5f5f5;
  border-radius: 0 0 5px 5px;
}
#search-result-container #search-results-list {
  padding-bottom: 20px;
  padding-top: 20px;
}
#search-result-container #search-results-list > div {
  color: #3d3d3b;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.25em;
}
#search-result-container #search-results-list > div:hover {
  color: #e41f13;
  background: #ececec;
}
#search-result-container #search-results-list > div:first-child {
  border-top-left-radius: 5px 5px 0 0;
}
#search-result-container #search-results-list > div:last-child {
  border-radius: 0 0 5px 5px;
}
#search-result-container #search-results-list > div .icon--arrow {
  margin-left: 10px;
  width: 13px;
}

.g-nav {
  width: 100%;
  background: #fff;
  padding: 70px 0 22px 0;
}
@media (min-width: 992px) {
  .g-nav {
    height: 58px;
    padding: 22px 0;
  }
}
.g-nav .full-width {
  display: flex;
  flex-grow: 1;
}
.g-nav.-dropdown {
  top: 100% !important;
  height: auto;
  background: transparent;
  padding: 0;
  z-index: 50 !important;
  display: none;
}
@media (max-width: 1199.98px) {
  .g-nav.-dropdown {
    top: 0 !important;
    position: relative;
    margin-top: 25px;
    display: none;
  }
}

.parent-link {
  flex-direction: column;
}
.parent-link:hover > .nav-dropdown.nav-inner-child {
  display: flex;
}
@media (max-width: 991.98px) {
  .parent-link:hover > .nav-dropdown.nav-inner-child {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .parent-link:hover > .nav-dropdown.nav-inner-child {
    position: absolute;
    left: 0;
    top: 100%;
  }
}

#mobileMenu .g-nav .g-nav__item:last-child.parent-link:hover > .nav-dropdown.nav-inner-child {
  left: unset;
  right: 0;
}

.nav-dropdown {
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  background: #fff;
  max-width: 260px;
  min-width: 260px;
  width: 100%;
  box-shadow: 0.981px 42.99px 61px -14px rgba(0, 0, 0, 0.18);
  padding: 1rem 0;
}
.nav-dropdown.nav-inner-child {
  display: none;
}
@media (max-width: 1199.98px) {
  .nav-dropdown {
    box-shadow: none;
  }
}
.nav-dropdown a {
  padding: 0.7rem 1.4rem;
}
@media (max-width: 991.98px) {
  .nav-dropdown a {
    padding: 0rem 1.4rem;
  }
}
@media (min-width: 992px) {
  .nav-dropdown a:hover {
    background: #ececec;
  }
}

.g-nav .grid-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.g-nav .grid-container span {
  align-items: center;
}
@media (min-width: 992px) {
  .g-nav .grid-container {
    display: flex;
    justify-content: space-between;
  }
}

.g-nav__item {
  text-decoration: none;
  /*color: $color__secondary;*/
  color: #000000;
  border: none;
  padding: 0;
  background: none;
  display: flex;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.g-nav__item:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .g-nav__item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .g-nav__item {
    display: inline-flex;
    margin-top: 0;
    width: auto;
  }
}
.g-nav__item svg {
  margin-left: auto;
  /*color: $color__primary;*/
  color: #FF014A;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .g-nav__item svg {
    margin-left: 10px;
  }
}
.g-nav__item:hover svg {
  transform: translateY(3px);
}

@media (min-width: 992px) {
  .g-nav__item--highlight {
    color: #000000;
  }
}

.g-nav__mobile {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: 200ms all ease;
}
@media (min-width: 768px) {
  .g-nav__mobile {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .g-nav__mobile {
    position: static;
    background: none;
    width: auto;
    height: auto;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
}
.g-nav__mobile.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .g-nav__mobile .g-nav {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 50%;
    right: 0;
    width: 100vw;
    margin-left: -50vw;
    z-index: 4;
  }
}

.g-nav__mobile-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: absolute;
  top: 25px;
  right: 25px;
}
.g-nav__mobile-close .icon--close {
  width: 22px;
  height: 32px;
}

.icon--menu,
.icon--menu svg {
  width: 30px;
  height: 17px !important;
}

.nav--custom {
  display: flex;
  align-items: center;
}
.nav--custom .nav--custom-phone {
  padding-left: 1em;
}
.nav--custom .nav--custom-phone .nav--custom-phone--svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .nav--custom .nav--custom-phone .nav--custom-phone--svg {
    height: 26px;
    width: 26px;
  }
}

.nav--custom-apply {
  padding-left: 10px;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
}
/*# sourceMappingURL=style.css.map */
