@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

main {
  width: 100%;
}

h1 {
  font-size: 36px;
  line-height: 47px;
  font-weight: bold;
  color: #313131;
}

h2 {
  font-size: 32px;
  line-height: 42px;
  color: #313131;
}

h3 {
  font-size: 36px;
  line-height: 42px;
  color: #313131;
}

h4 {
  font-size: 18px;
  line-height: 29px;
  color: #313131;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  line-height: 28px;
  color: #313131;
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 22px;
    line-height: 26px;
  }
}
ul li {
  list-style-type: none;
}

.paragraph ul,
.paragraph ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.paragraph ul li,
.paragraph ol li {
  text-indent: -30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.paragraph ul li:before,
.paragraph ol li:before {
  content: "";
  font-size: 12px;
  border-radius: 50%;
  color: #333;
  margin-right: 10px;
  background: #333;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
}

@media screen and (max-width: 720px) {
  .layout-container {
    overflow-x: hidden;
  }
}

.text-white {
  color: white;
}

.task-menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu li a.is-active {
  color: #5e5e63;
  border-bottom: 2px solid #5e5e63;
}

.contextual-links li {
  text-indent: 0;
}
.contextual-links li:before {
  display: none;
}

dl {
  margin: 0;
}

dt {
  margin: 0;
}

dd {
  margin: 0;
}

a {
  color: #13315c;
  text-decoration: none;
  transition: 0.5s ease-out all;
}
a:hover, a:focus {
  color: #bdce1c;
}

.outside-container {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-primary {
  background-color: #007bff;
}
.bg-primary .paragraph--type--prg-text p {
  color: #fff;
}

.bg-background-color {
  background-color: #f5f5f5;
}

.bg-red {
  background-color: #dc3545;
}
.bg-red .paragraph--type--prg-text p {
  color: #fff;
}

.bg-blue-dark {
  background-color: #002776;
}
.bg-blue-dark .paragraph--type--prg-text p {
  color: #fff;
}

.bg-cream {
  background-color: #D8D4C8 !important;
}

.bg-green {
  background-color: #28a745;
}
.bg-green .paragraph--type--prg-text p {
  color: #fff;
}

.bg-orange {
  background-color: #fd7e14;
}
.bg-orange .paragraph--type--prg-text p {
  color: #fff;
}

.bg-gray-700 {
  background-color: #495057;
}

.pager__items {
  margin: 40px 0 !important;
}
.pager__items .is-active a {
  position: relative;
}
.pager__items .is-active a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #ECECEC;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  transition: all 0.5s;
}
.pager__items .pager__item {
  font-size: 1rem;
  color: #757575;
  line-height: 1.5rem;
  list-style: none;
}
.pager__items .pager__item:first-child a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.pager__items .pager__item:last-child a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pager__items .pager__item a {
  padding: 15px 20px;
  border: 1px solid rgba(60, 72, 88, 0.1);
}
@media screen and (max-width: 720px) {
  .pager__items .pager__item a {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 960px) {
  .pager__items .pager__item {
    display: inline-block;
    margin-top: 40px;
  }
}

.hero-background {
  width: 100%;
  height: 400px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-origin: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
}
.hero-background .hero-container {
  display: none;
}

.mega-hero .hero-background {
  width: 100%;
  height: 800px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-origin: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  position: relative;
}
.mega-hero .hero-background video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
.mega-hero .hero-background .hero-container {
  display: block;
  width: 746px;
}
@media screen and (max-width: 720px) {
  .mega-hero .hero-background .hero-container {
    width: 100%;
  }
}
.mega-hero .hero-background .hero-container .hero-person-img img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 960px) {
  .mega-hero .hero-background .hero-container .hero-link-contain {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 720px) {
  .mega-hero .hero-background .hero-container .hero-link-contain {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .mega-hero .hero-background .hero-container .hero-link-contain a.hero-link {
    width: 100%;
  }
}
.mega-hero .hero-background .hero-container .hero-link-contain .hero-link::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMTY2NzEgMy42Nzk2OUgzLjAwMDA0QzIuNTU4MDEgMy42Nzk2OSAyLjEzNDA5IDMuODU1MjggMS44MjE1MyA0LjE2Nzg0QzEuNTA4OTcgNC40ODA0IDEuMzMzMzcgNC45MDQzMyAxLjMzMzM3IDUuMzQ2MzVWMTIuODQ2NEMxLjMzMzM3IDEzLjI4ODQgMS41MDg5NyAxMy43MTIzIDEuODIxNTMgMTQuMDI0OUMyLjEzNDA5IDE0LjMzNzQgMi41NTgwMSAxNC41MTMgMy4wMDAwNCAxNC41MTNIMTAuNUMxMC45NDIxIDE0LjUxMyAxMS4zNjYgMTQuMzM3NCAxMS42Nzg2IDE0LjAyNDlDMTEuOTkxMSAxMy43MTIzIDEyLjE2NjcgMTMuMjg4NCAxMi4xNjY3IDEyLjg0NjRWOC42Nzk2OU02LjMzMzM3IDkuNTEzMDJMMTQuNjY2NyAxLjE3OTY5TTEwLjUgMS4xNzk2OUgxNC42NjY3VjUuMzQ2MzUiIHN0cm9rZT0iIzAwMjc3NiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  width: 16px;
  height: 16px;
  right: -26px;
  top: 3px;
  position: absolute;
  filter: brightness(0) invert(1);
}
.mega-hero .hero-background .hero-container .image-link .hero-link::after {
  display: none;
}
.mega-hero .hero-background .hero-container .image-link .hero-link.btn-white {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(2.5999999046px) !important;
}
.mega-hero .hero-background.image-link .hero-container {
  width: 100%;
  max-width: none;
  margin-top: 160px;
  margin-bottom: auto;
}
.mega-hero .hero-background.image-link .hero-container .hero-link-content {
  padding-bottom: 10rem !important;
}
.mega-hero .hero-background.image-link .hero-container .hero-link-content .hero-link-contain .hero-link::after {
  display: none;
}
.mega-hero .hero-background.image-link .hero-container .hero-link-content .hero-link-contain .hero-link.btn-white {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(2.5999999046px) !important;
}
.mega-hero .hero-background.image-link .hero-container .image-link-crd img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.mega-hero .hero-background.image-link .hero-container .image-link-crd .image-link-card-body {
  position: absolute;
  content: "";
  color: #fff;
  bottom: 30%;
  left: 10%;
  right: 10%;
  font-size: 18px;
}

.award-body {
  font-family: Arial, sans-serif;
}
.award-body .header-right::after {
  border-right: 0;
}
.award-body .page-title-wrapper .page-title-bg {
  background-image: unset;
}

@media screen and (max-width: 960px) {
  .page-title-wrapper {
    padding-top: 100px;
  }
}
.page-title-wrapper .page-title-bg {
  background-image: url(/themes/custom/su_alter/images/page-title.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  position: relative;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  position: relative;
  background-position: center;
}
@media screen and (max-width: 720px) {
  .page-title-wrapper .page-title-bg {
    height: 230px;
  }
}
.page-title-wrapper .page-title-bg:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}
.page-title-wrapper .page-title-bg h1 {
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 44px;
}
@media screen and (max-width: 960px) {
  .page-title-wrapper .page-title-bg h1 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
}
@media screen and (max-width: 720px) {
  .page-title-wrapper .page-title-bg .row.pt-5 {
    padding-top: 6rem !important;
  }
}

@media screen and (max-width: 960px) {
  .breadcrumb-container {
    width: 100%;
  }
}
.breadcrumb-container .breadcrumb {
  display: flex;
}
.breadcrumb-container .breadcrumb .breadcrumb-item {
  list-style: none;
}
@media screen and (max-width: 960px) {
  .breadcrumb-container .breadcrumb {
    white-space: nowrap;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.breadcrumb-container .breadcrumb-item:first-child a span {
  display: none;
}
.breadcrumb-container .breadcrumb-item:first-child a:before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 18C11.25 18.1989 11.329 18.3897 11.4697 18.5303C11.6103 18.671 11.8011 18.75 12 18.75C12.1989 18.75 12.3897 18.671 12.5303 18.5303C12.671 18.3897 12.75 18.1989 12.75 18V15C12.75 14.8011 12.671 14.6103 12.5303 14.4697C12.3897 14.329 12.1989 14.25 12 14.25C11.8011 14.25 11.6103 14.329 11.4697 14.4697C11.329 14.6103 11.25 14.8011 11.25 15V18Z" fill="%23fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.25C11.292 1.25 10.649 1.453 9.95 1.792C9.276 2.12 8.496 2.604 7.523 3.208L5.456 4.491C4.536 5.063 3.797 5.521 3.229 5.956C2.64 6.406 2.188 6.866 1.861 7.463C1.535 8.058 1.389 8.692 1.318 9.441C1.25 10.166 1.25 11.054 1.25 12.167V13.78C1.25 15.684 1.25 17.187 1.403 18.362C1.559 19.567 1.889 20.54 2.633 21.309C3.38 22.082 4.33 22.428 5.508 22.591C6.648 22.75 8.106 22.75 9.942 22.75H14.058C15.894 22.75 17.352 22.75 18.492 22.591C19.669 22.428 20.62 22.082 21.368 21.309C22.111 20.54 22.441 19.567 22.598 18.362C22.75 17.187 22.75 15.684 22.75 13.78V12.167C22.75 11.054 22.75 10.167 22.682 9.441C22.612 8.691 22.465 8.058 22.139 7.463C21.812 6.866 21.359 6.407 20.771 5.956C20.203 5.52 19.465 5.063 18.544 4.491L16.477 3.208C15.504 2.604 14.724 2.12 14.049 1.792C13.352 1.452 12.709 1.25 12 1.25ZM8.28 4.504C9.295 3.874 10.01 3.432 10.607 3.141C11.188 2.858 11.6 2.75 12 2.75C12.4 2.75 12.812 2.858 13.393 3.141C13.991 3.431 14.705 3.874 15.72 4.504L17.72 5.745C18.681 6.342 19.356 6.761 19.86 7.147C20.349 7.522 20.63 7.831 20.823 8.183C21.016 8.536 21.129 8.949 21.188 9.581C21.249 10.229 21.25 11.046 21.25 12.204V13.725C21.25 15.695 21.248 17.101 21.11 18.168C20.974 19.216 20.717 19.824 20.29 20.267C19.865 20.706 19.287 20.967 18.286 21.106C17.26 21.248 15.907 21.25 14 21.25H10C8.092 21.25 6.74 21.248 5.714 21.106C4.713 20.966 4.135 20.706 3.711 20.266C3.283 19.824 3.026 19.216 2.891 18.168C2.751 17.101 2.75 15.696 2.75 13.725V12.204C2.75 11.046 2.75 10.229 2.812 9.581C2.871 8.949 2.984 8.536 3.177 8.183C3.37 7.831 3.651 7.522 4.141 7.147C4.644 6.761 5.319 6.342 6.28 5.745L8.28 4.504Z" fill="%23fff"/></svg>');
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  margin-left: -46px;
  z-index: 1;
  top: -5px;
}
@media screen and (max-width: 960px) {
  .breadcrumb-container .breadcrumb-item:first-child a:before {
    margin-left: -32px;
  }
}
.breadcrumb-container .breadcrumb-item {
  margin-left: 2rem;
  margin-right: 1rem;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}
.breadcrumb-container .breadcrumb-item .text-dark {
  color: #fff !important;
}
.breadcrumb-container .breadcrumb-item::before {
  content: "" !important;
  padding-right: 0 !important;
  float: none;
  color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI5Mjg5IDE0LjcwNzFDNi45MDIzNyAxNC4zMTY2IDYuOTAyMzcgMTMuNjgzNCA3LjI5Mjg5IDEzLjI5MjlMMTAuNTg1OCAxMEw3LjI5Mjg5IDYuNzA3MTFDNi45MDIzNyA2LjMxNjU4IDYuOTAyMzcgNS42ODM0MiA3LjI5Mjg5IDUuMjkyODlDNy42ODM0MiA0LjkwMjM3IDguMzE2NTggNC45MDIzNyA4LjcwNzExIDUuMjkyODlMMTIuNzA3MSA5LjI5Mjg5QzEzLjA5NzYgOS42ODM0MiAxMy4wOTc2IDEwLjMxNjYgMTIuNzA3MSAxMC43MDcxTDguNzA3MTEgMTQuNzA3MUM4LjMxNjU4IDE1LjA5NzYgNy42ODM0MiAxNS4wOTc2IDcuMjkyODkgMTQuNzA3MVoiIGZpbGw9IiNDMkMyQzIiLz4KPC9zdmc+Cg==");
  width: 10px;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0%;
  top: 1px;
  margin-right: -40px;
}
.breadcrumb-container .breadcrumb-item:last-child::before {
  display: none;
}

.green-button {
  text-align: center;
  margin: 0;
  padding: 13px 32px;
  background: #666;
  color: #fff;
  font-size: 15px;
  border-radius: 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  border: 2px solid transparent;
  margin-right: 15px;
}
.green-button:hover {
  background: #173a6a;
  color: #fff;
  box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
}

.yellow-button {
  text-align: center;
  margin: 0;
  padding: 13px 32px;
  background: #173a6a;
  color: #fff;
  font-size: 15px;
  border-radius: 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  border: 2px solid transparent;
  margin-right: 15px;
}
.yellow-button:hover {
  background: #d71a36;
  color: #fff !important;
  box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
}

.white-transparent-button {
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 300;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  padding: 15px 70px;
}

.white-button {
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 300;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  color: #7e7e80;
  padding: 15px 70px;
  background: white;
}

.btn,
.webform-button--submit {
  background-color: #173a6a;
  border-radius: 5px;
  padding: 12px 22px;
  transition: 0.5s ease-out all;
  color: #fff;
  display: inline-block;
}
.btn:hover, .btn:focus,
.webform-button--submit:hover,
.webform-button--submit:focus {
  background-color: #b6080d;
  color: #fff;
}

.btn-red-arrow {
  background: #173a6a;
  border-radius: 5px;
  padding: 12px 70px 12px 20px;
  transition: 0.5s all;
  color: #fff;
  position: relative;
  display: inline-block;
}
@media (max-width: 993px) {
  .btn-red-arrow {
    padding: 12px 70px 12px 20px;
  }
}
.btn-red-arrow:before {
  font-family: "Flaticon" !important;
  content: "\f102";
  position: absolute;
  transform: rotate(270deg);
  color: #fff;
  font-size: 25px;
  float: right;
  right: 30px;
  transition: 0.5s all;
}
.btn-red-arrow:hover:before {
  transition: 0.5s all;
  color: #fff;
  right: 15px;
}
.btn-red-arrow:hover, .btn-red-arrow:focus {
  background: #b6070d;
  color: #fff;
}

.container-max {
  max-width: 1076px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .container-max {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .container-max {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .container-max {
    max-width: 1140px;
  }
}
@media (min-width: 1355px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 576px) and (max-width: 1360px) {
  body .container, body .container-max, body .container-fluid, body .container-xxl, body .container-xl, body .container-lg, body .container-md, body .container-sm {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 575px) {
  body .container, .body .container-max, body .container-fluid, body .container-xxl, body .container-xl, body .container-lg, body .container-md, body .container-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.viewsreference--view-title {
  color: #b2252d;
  padding-bottom: 10px;
  font-weight: 700;
}

.custom-block-wrapper .news-img {
  margin-bottom: 20px;
}
.custom-block-wrapper .news-title {
  margin-bottom: 10px;
}
.custom-block-wrapper .news-title a {
  color: #34495e;
  font-size: 14px;
  font-weight: 500;
}
.custom-block-wrapper .news-summary {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.custom-block-wrapper .news-read-more {
  color: #34495e;
  font-weight: 700;
}
.custom-block-wrapper .news-read-more:hover {
  color: #b2252d;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1390px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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-xlg,
.col-xlg-auto, .col-xlg-12, .col-xlg-11, .col-xlg-10, .col-xlg-9, .col-xlg-8, .col-xlg-7, .col-xlg-6, .col-xlg-5, .col-xlg-4, .col-xlg-3, .col-xlg-2, .col-xlg-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: 1440px) {
  .col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xlg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xlg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xlg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xlg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xlg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xlg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xlg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xlg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xlg-first {
    order: -1;
  }

  .order-xlg-last {
    order: 13;
  }

  .order-xlg-0 {
    order: 0;
  }

  .order-xlg-1 {
    order: 1;
  }

  .order-xlg-2 {
    order: 2;
  }

  .order-xlg-3 {
    order: 3;
  }

  .order-xlg-4 {
    order: 4;
  }

  .order-xlg-5 {
    order: 5;
  }

  .order-xlg-6 {
    order: 6;
  }

  .order-xlg-7 {
    order: 7;
  }

  .order-xlg-8 {
    order: 8;
  }

  .order-xlg-9 {
    order: 9;
  }

  .order-xlg-10 {
    order: 10;
  }

  .order-xlg-11 {
    order: 11;
  }

  .order-xlg-12 {
    order: 12;
  }

  .offset-xlg-0 {
    margin-left: 0;
  }

  .offset-xlg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xlg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xlg-3 {
    margin-left: 25%;
  }

  .offset-xlg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xlg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xlg-6 {
    margin-left: 50%;
  }

  .offset-xlg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xlg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xlg-9 {
    margin-left: 75%;
  }

  .offset-xlg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xlg-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-table {
    display: table;
  }

  .d-sm-table-row {
    display: table-row;
  }

  .d-sm-table-cell {
    display: table-cell;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-block {
    display: block;
  }

  .d-md-table {
    display: table;
  }

  .d-md-table-row {
    display: table-row;
  }

  .d-md-table-cell {
    display: table-cell;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-table {
    display: table;
  }

  .d-lg-table-row {
    display: table-row;
  }

  .d-lg-table-cell {
    display: table-cell;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-inline {
    display: inline;
  }

  .d-xl-inline-block {
    display: inline-block;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-table {
    display: table;
  }

  .d-xl-table-row {
    display: table-row;
  }

  .d-xl-table-cell {
    display: table-cell;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1440px) {
  .d-xlg-none {
    display: none;
  }

  .d-xlg-inline {
    display: inline;
  }

  .d-xlg-inline-block {
    display: inline-block;
  }

  .d-xlg-block {
    display: block;
  }

  .d-xlg-table {
    display: table;
  }

  .d-xlg-table-row {
    display: table-row;
  }

  .d-xlg-table-cell {
    display: table-cell;
  }

  .d-xlg-flex {
    display: flex;
  }

  .d-xlg-inline-flex {
    display: inline-flex;
  }
}
@media print {
  .d-print-none {
    display: none;
  }

  .d-print-inline {
    display: inline;
  }

  .d-print-inline-block {
    display: inline-block;
  }

  .d-print-block {
    display: block;
  }

  .d-print-table {
    display: table;
  }

  .d-print-table-row {
    display: table-row;
  }

  .d-print-table-cell {
    display: table-cell;
  }

  .d-print-flex {
    display: flex;
  }

  .d-print-inline-flex {
    display: inline-flex;
  }
}
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-sm-fill {
    flex: 1 1 auto;
  }

  .flex-sm-grow-0 {
    flex-grow: 0;
  }

  .flex-sm-grow-1 {
    flex-grow: 1;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-baseline {
    align-items: baseline;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .align-content-sm-around {
    align-content: space-around;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-self-sm-auto {
    align-self: auto;
  }

  .align-self-sm-start {
    align-self: flex-start;
  }

  .align-self-sm-end {
    align-self: flex-end;
  }

  .align-self-sm-center {
    align-self: center;
  }

  .align-self-sm-baseline {
    align-self: baseline;
  }

  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-md-fill {
    flex: 1 1 auto;
  }

  .flex-md-grow-0 {
    flex-grow: 0;
  }

  .flex-md-grow-1 {
    flex-grow: 1;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-baseline {
    align-items: baseline;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .align-content-md-around {
    align-content: space-around;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-self-md-auto {
    align-self: auto;
  }

  .align-self-md-start {
    align-self: flex-start;
  }

  .align-self-md-end {
    align-self: flex-end;
  }

  .align-self-md-center {
    align-self: center;
  }

  .align-self-md-baseline {
    align-self: baseline;
  }

  .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-lg-fill {
    flex: 1 1 auto;
  }

  .flex-lg-grow-0 {
    flex-grow: 0;
  }

  .flex-lg-grow-1 {
    flex-grow: 1;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-baseline {
    align-items: baseline;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .align-content-lg-around {
    align-content: space-around;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-self-lg-auto {
    align-self: auto;
  }

  .align-self-lg-start {
    align-self: flex-start;
  }

  .align-self-lg-end {
    align-self: flex-end;
  }

  .align-self-lg-center {
    align-self: center;
  }

  .align-self-lg-baseline {
    align-self: baseline;
  }

  .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-xl-fill {
    flex: 1 1 auto;
  }

  .flex-xl-grow-0 {
    flex-grow: 0;
  }

  .flex-xl-grow-1 {
    flex-grow: 1;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-baseline {
    align-items: baseline;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .align-content-xl-around {
    align-content: space-around;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-self-xl-auto {
    align-self: auto;
  }

  .align-self-xl-start {
    align-self: flex-start;
  }

  .align-self-xl-end {
    align-self: flex-end;
  }

  .align-self-xl-center {
    align-self: center;
  }

  .align-self-xl-baseline {
    align-self: baseline;
  }

  .align-self-xl-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1440px) {
  .flex-xlg-row {
    flex-direction: row;
  }

  .flex-xlg-column {
    flex-direction: column;
  }

  .flex-xlg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xlg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xlg-wrap {
    flex-wrap: wrap;
  }

  .flex-xlg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xlg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-xlg-fill {
    flex: 1 1 auto;
  }

  .flex-xlg-grow-0 {
    flex-grow: 0;
  }

  .flex-xlg-grow-1 {
    flex-grow: 1;
  }

  .flex-xlg-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xlg-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-xlg-start {
    justify-content: flex-start;
  }

  .justify-content-xlg-end {
    justify-content: flex-end;
  }

  .justify-content-xlg-center {
    justify-content: center;
  }

  .justify-content-xlg-between {
    justify-content: space-between;
  }

  .justify-content-xlg-around {
    justify-content: space-around;
  }

  .align-items-xlg-start {
    align-items: flex-start;
  }

  .align-items-xlg-end {
    align-items: flex-end;
  }

  .align-items-xlg-center {
    align-items: center;
  }

  .align-items-xlg-baseline {
    align-items: baseline;
  }

  .align-items-xlg-stretch {
    align-items: stretch;
  }

  .align-content-xlg-start {
    align-content: flex-start;
  }

  .align-content-xlg-end {
    align-content: flex-end;
  }

  .align-content-xlg-center {
    align-content: center;
  }

  .align-content-xlg-between {
    align-content: space-between;
  }

  .align-content-xlg-around {
    align-content: space-around;
  }

  .align-content-xlg-stretch {
    align-content: stretch;
  }

  .align-self-xlg-auto {
    align-self: auto;
  }

  .align-self-xlg-start {
    align-self: flex-start;
  }

  .align-self-xlg-end {
    align-self: flex-end;
  }

  .align-self-xlg-center {
    align-self: center;
  }

  .align-self-xlg-baseline {
    align-self: baseline;
  }

  .align-self-xlg-stretch {
    align-self: stretch;
  }
}
.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3,
.my-3 {
  margin-top: 1rem;
}

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5,
.my-5 {
  margin-top: 3rem;
}

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem;
}

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem;
}

.pr-3,
.px-3 {
  padding-right: 1rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5,
.py-5 {
  padding-top: 3rem;
}

.pr-5,
.px-5 {
  padding-right: 3rem;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.m-n1 {
  margin: -0.25rem;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem;
}

.m-n2 {
  margin: -0.5rem;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem;
}

.m-n3 {
  margin: -1rem;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem;
}

.m-n4 {
  margin: -1.5rem;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem;
}

.m-n5 {
  margin: -3rem;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem;
}

.m-auto {
  margin: auto;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0;
  }

  .m-sm-1 {
    margin: 0.25rem;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem;
  }

  .m-sm-2 {
    margin: 0.5rem;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem;
  }

  .m-sm-3 {
    margin: 1rem;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem;
  }

  .m-sm-4 {
    margin: 1.5rem;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem;
  }

  .m-sm-5 {
    margin: 3rem;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem;
  }

  .p-sm-0 {
    padding: 0;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0;
  }

  .p-sm-1 {
    padding: 0.25rem;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem;
  }

  .p-sm-2 {
    padding: 0.5rem;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem;
  }

  .p-sm-3 {
    padding: 1rem;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem;
  }

  .p-sm-4 {
    padding: 1.5rem;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem;
  }

  .p-sm-5 {
    padding: 3rem;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem;
  }

  .m-sm-n1 {
    margin: -0.25rem;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem;
  }

  .m-sm-n2 {
    margin: -0.5rem;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem;
  }

  .m-sm-n3 {
    margin: -1rem;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem;
  }

  .m-sm-n4 {
    margin: -1.5rem;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem;
  }

  .m-sm-n5 {
    margin: -3rem;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem;
  }

  .m-sm-auto {
    margin: auto;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0;
  }

  .m-md-1 {
    margin: 0.25rem;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem;
  }

  .m-md-2 {
    margin: 0.5rem;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem;
  }

  .m-md-3 {
    margin: 1rem;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem;
  }

  .m-md-4 {
    margin: 1.5rem;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem;
  }

  .m-md-5 {
    margin: 3rem;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem;
  }

  .p-md-0 {
    padding: 0;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0;
  }

  .p-md-1 {
    padding: 0.25rem;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem;
  }

  .p-md-2 {
    padding: 0.5rem;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem;
  }

  .p-md-3 {
    padding: 1rem;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem;
  }

  .p-md-4 {
    padding: 1.5rem;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem;
  }

  .p-md-5 {
    padding: 3rem;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem;
  }

  .m-md-n1 {
    margin: -0.25rem;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem;
  }

  .m-md-n2 {
    margin: -0.5rem;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem;
  }

  .m-md-n3 {
    margin: -1rem;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem;
  }

  .m-md-n4 {
    margin: -1.5rem;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem;
  }

  .m-md-n5 {
    margin: -3rem;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem;
  }

  .m-md-auto {
    margin: auto;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0;
  }

  .m-lg-1 {
    margin: 0.25rem;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem;
  }

  .m-lg-2 {
    margin: 0.5rem;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem;
  }

  .m-lg-3 {
    margin: 1rem;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem;
  }

  .m-lg-4 {
    margin: 1.5rem;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem;
  }

  .m-lg-5 {
    margin: 3rem;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem;
  }

  .p-lg-0 {
    padding: 0;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0;
  }

  .p-lg-1 {
    padding: 0.25rem;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem;
  }

  .p-lg-2 {
    padding: 0.5rem;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem;
  }

  .p-lg-3 {
    padding: 1rem;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem;
  }

  .p-lg-4 {
    padding: 1.5rem;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem;
  }

  .p-lg-5 {
    padding: 3rem;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem;
  }

  .m-lg-n1 {
    margin: -0.25rem;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem;
  }

  .m-lg-n2 {
    margin: -0.5rem;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem;
  }

  .m-lg-n3 {
    margin: -1rem;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem;
  }

  .m-lg-n4 {
    margin: -1.5rem;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem;
  }

  .m-lg-n5 {
    margin: -3rem;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem;
  }

  .m-lg-auto {
    margin: auto;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0;
  }

  .m-xl-1 {
    margin: 0.25rem;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem;
  }

  .m-xl-2 {
    margin: 0.5rem;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem;
  }

  .m-xl-3 {
    margin: 1rem;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem;
  }

  .m-xl-4 {
    margin: 1.5rem;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem;
  }

  .m-xl-5 {
    margin: 3rem;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem;
  }

  .p-xl-0 {
    padding: 0;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0;
  }

  .p-xl-1 {
    padding: 0.25rem;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem;
  }

  .p-xl-2 {
    padding: 0.5rem;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem;
  }

  .p-xl-3 {
    padding: 1rem;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem;
  }

  .p-xl-4 {
    padding: 1.5rem;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem;
  }

  .p-xl-5 {
    padding: 3rem;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem;
  }

  .m-xl-n1 {
    margin: -0.25rem;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem;
  }

  .m-xl-n2 {
    margin: -0.5rem;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem;
  }

  .m-xl-n3 {
    margin: -1rem;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem;
  }

  .m-xl-n4 {
    margin: -1.5rem;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem;
  }

  .m-xl-n5 {
    margin: -3rem;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem;
  }

  .m-xl-auto {
    margin: auto;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .m-xlg-0 {
    margin: 0;
  }

  .mt-xlg-0,
.my-xlg-0 {
    margin-top: 0;
  }

  .mr-xlg-0,
.mx-xlg-0 {
    margin-right: 0;
  }

  .mb-xlg-0,
.my-xlg-0 {
    margin-bottom: 0;
  }

  .ml-xlg-0,
.mx-xlg-0 {
    margin-left: 0;
  }

  .m-xlg-1 {
    margin: 0.25rem;
  }

  .mt-xlg-1,
.my-xlg-1 {
    margin-top: 0.25rem;
  }

  .mr-xlg-1,
.mx-xlg-1 {
    margin-right: 0.25rem;
  }

  .mb-xlg-1,
.my-xlg-1 {
    margin-bottom: 0.25rem;
  }

  .ml-xlg-1,
.mx-xlg-1 {
    margin-left: 0.25rem;
  }

  .m-xlg-2 {
    margin: 0.5rem;
  }

  .mt-xlg-2,
.my-xlg-2 {
    margin-top: 0.5rem;
  }

  .mr-xlg-2,
.mx-xlg-2 {
    margin-right: 0.5rem;
  }

  .mb-xlg-2,
.my-xlg-2 {
    margin-bottom: 0.5rem;
  }

  .ml-xlg-2,
.mx-xlg-2 {
    margin-left: 0.5rem;
  }

  .m-xlg-3 {
    margin: 1rem;
  }

  .mt-xlg-3,
.my-xlg-3 {
    margin-top: 1rem;
  }

  .mr-xlg-3,
.mx-xlg-3 {
    margin-right: 1rem;
  }

  .mb-xlg-3,
.my-xlg-3 {
    margin-bottom: 1rem;
  }

  .ml-xlg-3,
.mx-xlg-3 {
    margin-left: 1rem;
  }

  .m-xlg-4 {
    margin: 1.5rem;
  }

  .mt-xlg-4,
.my-xlg-4 {
    margin-top: 1.5rem;
  }

  .mr-xlg-4,
.mx-xlg-4 {
    margin-right: 1.5rem;
  }

  .mb-xlg-4,
.my-xlg-4 {
    margin-bottom: 1.5rem;
  }

  .ml-xlg-4,
.mx-xlg-4 {
    margin-left: 1.5rem;
  }

  .m-xlg-5 {
    margin: 3rem;
  }

  .mt-xlg-5,
.my-xlg-5 {
    margin-top: 3rem;
  }

  .mr-xlg-5,
.mx-xlg-5 {
    margin-right: 3rem;
  }

  .mb-xlg-5,
.my-xlg-5 {
    margin-bottom: 3rem;
  }

  .ml-xlg-5,
.mx-xlg-5 {
    margin-left: 3rem;
  }

  .p-xlg-0 {
    padding: 0;
  }

  .pt-xlg-0,
.py-xlg-0 {
    padding-top: 0;
  }

  .pr-xlg-0,
.px-xlg-0 {
    padding-right: 0;
  }

  .pb-xlg-0,
.py-xlg-0 {
    padding-bottom: 0;
  }

  .pl-xlg-0,
.px-xlg-0 {
    padding-left: 0;
  }

  .p-xlg-1 {
    padding: 0.25rem;
  }

  .pt-xlg-1,
.py-xlg-1 {
    padding-top: 0.25rem;
  }

  .pr-xlg-1,
.px-xlg-1 {
    padding-right: 0.25rem;
  }

  .pb-xlg-1,
.py-xlg-1 {
    padding-bottom: 0.25rem;
  }

  .pl-xlg-1,
.px-xlg-1 {
    padding-left: 0.25rem;
  }

  .p-xlg-2 {
    padding: 0.5rem;
  }

  .pt-xlg-2,
.py-xlg-2 {
    padding-top: 0.5rem;
  }

  .pr-xlg-2,
.px-xlg-2 {
    padding-right: 0.5rem;
  }

  .pb-xlg-2,
.py-xlg-2 {
    padding-bottom: 0.5rem;
  }

  .pl-xlg-2,
.px-xlg-2 {
    padding-left: 0.5rem;
  }

  .p-xlg-3 {
    padding: 1rem;
  }

  .pt-xlg-3,
.py-xlg-3 {
    padding-top: 1rem;
  }

  .pr-xlg-3,
.px-xlg-3 {
    padding-right: 1rem;
  }

  .pb-xlg-3,
.py-xlg-3 {
    padding-bottom: 1rem;
  }

  .pl-xlg-3,
.px-xlg-3 {
    padding-left: 1rem;
  }

  .p-xlg-4 {
    padding: 1.5rem;
  }

  .pt-xlg-4,
.py-xlg-4 {
    padding-top: 1.5rem;
  }

  .pr-xlg-4,
.px-xlg-4 {
    padding-right: 1.5rem;
  }

  .pb-xlg-4,
.py-xlg-4 {
    padding-bottom: 1.5rem;
  }

  .pl-xlg-4,
.px-xlg-4 {
    padding-left: 1.5rem;
  }

  .p-xlg-5 {
    padding: 3rem;
  }

  .pt-xlg-5,
.py-xlg-5 {
    padding-top: 3rem;
  }

  .pr-xlg-5,
.px-xlg-5 {
    padding-right: 3rem;
  }

  .pb-xlg-5,
.py-xlg-5 {
    padding-bottom: 3rem;
  }

  .pl-xlg-5,
.px-xlg-5 {
    padding-left: 3rem;
  }

  .m-xlg-n1 {
    margin: -0.25rem;
  }

  .mt-xlg-n1,
.my-xlg-n1 {
    margin-top: -0.25rem;
  }

  .mr-xlg-n1,
.mx-xlg-n1 {
    margin-right: -0.25rem;
  }

  .mb-xlg-n1,
.my-xlg-n1 {
    margin-bottom: -0.25rem;
  }

  .ml-xlg-n1,
.mx-xlg-n1 {
    margin-left: -0.25rem;
  }

  .m-xlg-n2 {
    margin: -0.5rem;
  }

  .mt-xlg-n2,
.my-xlg-n2 {
    margin-top: -0.5rem;
  }

  .mr-xlg-n2,
.mx-xlg-n2 {
    margin-right: -0.5rem;
  }

  .mb-xlg-n2,
.my-xlg-n2 {
    margin-bottom: -0.5rem;
  }

  .ml-xlg-n2,
.mx-xlg-n2 {
    margin-left: -0.5rem;
  }

  .m-xlg-n3 {
    margin: -1rem;
  }

  .mt-xlg-n3,
.my-xlg-n3 {
    margin-top: -1rem;
  }

  .mr-xlg-n3,
.mx-xlg-n3 {
    margin-right: -1rem;
  }

  .mb-xlg-n3,
.my-xlg-n3 {
    margin-bottom: -1rem;
  }

  .ml-xlg-n3,
.mx-xlg-n3 {
    margin-left: -1rem;
  }

  .m-xlg-n4 {
    margin: -1.5rem;
  }

  .mt-xlg-n4,
.my-xlg-n4 {
    margin-top: -1.5rem;
  }

  .mr-xlg-n4,
.mx-xlg-n4 {
    margin-right: -1.5rem;
  }

  .mb-xlg-n4,
.my-xlg-n4 {
    margin-bottom: -1.5rem;
  }

  .ml-xlg-n4,
.mx-xlg-n4 {
    margin-left: -1.5rem;
  }

  .m-xlg-n5 {
    margin: -3rem;
  }

  .mt-xlg-n5,
.my-xlg-n5 {
    margin-top: -3rem;
  }

  .mr-xlg-n5,
.mx-xlg-n5 {
    margin-right: -3rem;
  }

  .mb-xlg-n5,
.my-xlg-n5 {
    margin-bottom: -3rem;
  }

  .ml-xlg-n5,
.mx-xlg-n5 {
    margin-left: -3rem;
  }

  .m-xlg-auto {
    margin: auto;
  }

  .mt-xlg-auto,
.my-xlg-auto {
    margin-top: auto;
  }

  .mr-xlg-auto,
.mx-xlg-auto {
    margin-right: auto;
  }

  .mb-xlg-auto,
.my-xlg-auto {
    margin-bottom: auto;
  }

  .ml-xlg-auto,
.mx-xlg-auto {
    margin-left: auto;
  }
}
.form-text,
.form-date,
.form-time,
.form-email,
.form-number,
.form-select {
  outline: none;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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-text,
.form-date,
.form-time,
.form-email,
.form-number,
.form-select {
    transition: none;
  }
}
.form-text::-ms-expand,
.form-date::-ms-expand,
.form-time::-ms-expand,
.form-email::-ms-expand,
.form-number::-ms-expand,
.form-select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-text:focus,
.form-date:focus,
.form-time:focus,
.form-email:focus,
.form-number:focus,
.form-select:focus {
  color: #495057;
  outline: 0;
}
.form-text::placeholder,
.form-date::placeholder,
.form-time::placeholder,
.form-email::placeholder,
.form-number::placeholder,
.form-select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-text:disabled, .form-text[readonly],
.form-date:disabled,
.form-date[readonly],
.form-time:disabled,
.form-time[readonly],
.form-email:disabled,
.form-email[readonly],
.form-number:disabled,
.form-number[readonly],
.form-select:disabled,
.form-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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-textarea {
    transition: none;
  }
}
.form-textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-textarea:focus {
  color: #495057;
  outline: 0;
}
.form-textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-textarea:disabled, .form-textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-file {
  display: block;
  width: 100%;
}

select.form-select[size], select.form-select[multiple] {
  height: auto;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-type-checkbox {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-type-checkbox label {
  margin-bottom: 0;
}
.form-type-checkbox .form-checkbox {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-type-checkbox .form-checkbox[disabled] ~ .form-check-label {
  color: #6c757d;
}

.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: color-yiq(#28a745);
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:valid, .form-text.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"), "#", "%23");
  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-text:valid:focus, .form-text.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-text:valid ~ .valid-feedback,
.was-validated .form-text:valid ~ .valid-tooltip, .form-text.is-valid ~ .valid-feedback,
.form-text.is-valid ~ .valid-tooltip,
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip,
.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-file:valid ~ .valid-feedback,
.was-validated .form-file:valid ~ .valid-tooltip, .form-file.is-valid ~ .valid-feedback,
.form-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-checkbox:valid ~ .form-check-label, .form-checkbox.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-checkbox:valid ~ .valid-feedback,
.was-validated .form-checkbox:valid ~ .valid-tooltip, .form-checkbox.is-valid ~ .valid-feedback,
.form-checkbox.is-valid ~ .valid-tooltip {
  display: block;
}

.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: color-yiq(#dc3545);
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:invalid, .form-text.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='#dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"), "#", "%23");
  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-text:invalid:focus, .form-text.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-text:invalid ~ .invalid-feedback,
.was-validated .form-text:invalid ~ .invalid-tooltip, .form-text.is-invalid ~ .invalid-feedback,
.form-text.is-invalid ~ .invalid-tooltip,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip,
.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-file:invalid ~ .invalid-feedback,
.was-validated .form-file:invalid ~ .invalid-tooltip, .form-file.is-invalid ~ .invalid-feedback,
.form-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-checkbox:invalid ~ .form-check-label, .form-checkbox.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-checkbox:invalid ~ .invalid-feedback,
.was-validated .form-checkbox:invalid ~ .invalid-tooltip, .form-checkbox.is-invalid ~ .invalid-feedback,
.form-checkbox.is-invalid ~ .invalid-tooltip {
  display: block;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.award-body table tbody td {
  border: none !important;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: theme-color-level("primary", -9);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: theme-color-level("primary", -6);
}

.table-hover .table-primary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: theme-color-level("secondary", -9);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: theme-color-level("secondary", -6);
}

.table-hover .table-secondary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: theme-color-level("success", -9);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: theme-color-level("success", -6);
}

.table-hover .table-success:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: theme-color-level("info", -9);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: theme-color-level("info", -6);
}

.table-hover .table-info:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: theme-color-level("warning", -9);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: theme-color-level("warning", -6);
}

.table-hover .table-warning:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: theme-color-level("danger", -9);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: theme-color-level("danger", -6);
}

.table-hover .table-danger:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: theme-color-level("light", -9);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: theme-color-level("light", -6);
}

.table-hover .table-light:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: theme-color-level("dark", -9);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: theme-color-level("dark", -6);
}

.table-hover .table-dark:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 0) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 576px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 992px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1200px) {
  .table-responsive-xlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xlg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1440px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
}

/*Table*/
table th {
  text-align: left;
  background: #f9fafb;
  border: 1px solid #dee2e6;
}
table tbody td {
  background: #fff;
  border: 1px solid #dee2e6;
}

@font-face {
  font-family: "Flaticon";
  src: url("../../fonts/icons.eot");
  src: url("../../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/icons.ttf") format("truetype"), url("../../fonts/icons.woff2") format("woff2"), url("../../fonts/icons.woff") format("woff"), url("../../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right:before {
  content: "\f100";
}

.icon-close:before {
  content: "\f101";
}

.icon-pdf:before {
  content: "\e90a";
}

.icon-down:before {
  content: "\f102";
}

.icon-home:before {
  content: "\f103";
}

.icon-left:before {
  content: "\f104";
}

.icon-menu:before {
  content: "\f105";
}

.icon-arrow-left:before {
  content: "\f106";
}

.icon-pdf:before {
  content: "\f107";
}

.icon-doc:before {
  content: "\f108";
}

.icon-xls:before {
  content: "\f109";
}

@font-face {
  font-family: "su_alter_icons";
  src: url("../../fonts/su_alter-icons.woff2") format("woff2"), url("../../fonts/su_alter-icons.woff") format("woff"), url("../../fonts/su_alter-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=su_alter-icon-],
[class*=su_alter-icon-] {
  font-family: "su_alter_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.su_alter-icon {
  font-family: "su_alter_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.su_alter-icon-expand::before {
  content: "\e91b";
}

.su_alter-icon-grid::before {
  content: "\e906";
}

.su_alter-icon-arrow-curved-right::before {
  content: "\e918";
}

.su_alter-icon-arrow-circle-right::before {
  content: "\e916";
}

.su_alter-icon-chevron-left::before {
  content: "\e900";
}

.su_alter-icon-chevron-right::before {
  content: "\e901";
}

.su_alter-icon-chevron-down::before {
  content: "\e919";
}

.su_alter-icon-chevron-up::before {
  content: "\e91a";
}

.su_alter-icon-email::before {
  content: "\e902";
}

.su_alter-icon-share::before {
  content: "\e903";
}

.su_alter-icon-play::before {
  content: "\e904";
}

.su_alter-icon-article::before {
  content: "\e909";
}

.su_alter-icon-arrow-left::before {
  content: "\e90c";
}

.su_alter-icon-arrow-right::before {
  content: "\e917";
}

.su_alter-icon-moon::before {
  content: "\e914";
}

.su_alter-icon-sun::before {
  content: "\e915";
}

.su_alter-icon-gallery::before {
  content: "\e905";
}

.su_alter-icon-menu::before {
  content: "\e907";
}

.su_alter-icon-minus::before {
  content: "\e908";
}

.su_alter-icon-plus::before {
  content: "\e90a";
}

.su_alter-icon-search::before {
  content: "\e90b";
}

.su_alter-icon-close::before {
  content: "\e91c";
}

.su_alter-icon-instagram::before {
  content: "\e90f";
}

.su_alter-icon-facebook::before {
  content: "\e90d";
}

.su_alter-icon-google-plus::before {
  content: "\e90e";
}

.su_alter-icon-pinterest::before {
  content: "\e910";
}

.su_alter-icon-tumblr::before {
  content: "\e911";
}

.su_alter-icon-twitter::before {
  content: "\e912";
}

.su_alter-icon-youtube::before {
  content: "\e913";
}

.icon-right-arrow:before {
  content: "\f054";
  font-family: "FontAwesome";
}

.icon-left-arrow:before {
  content: "\f053";
  font-family: "FontAwesome";
}

@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/fontawesome-webfont.eot");
  src: url("../../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2") format("woff2"), url("../../fonts/fontawesome-webfont.woff") format("woff"), url("../../fonts/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=fa-] {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: su_altersolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: su_altersolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "ðsu_alter";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-tsu_alterle:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tsu_alterlet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "ñsu_alter";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-csu_alter:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-datsu_alterase:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grsu_alter-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlsu_alter:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ec";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: su_altersolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focussu_alterle:active,
.sr-only-focussu_alterle:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html {
  scroll-behavior: smooth;
}

.auth-wrapper {
  padding-bottom: 30px;
}

main {
  padding-top: 100px;
}
main .main-content.col-lg-9 {
  margin-top: 20px;
}
main .layout-content #block-mainnavigation {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
main .layout-content #block-mainnavigation ul {
  padding: 0;
}
main .layout-content #block-mainnavigation ul li.menu-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}
main .layout-content #block-mainnavigation ul li.menu-item:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 5px;
  left: 0;
  background: #c7003c;
  margin-top: -2.5px;
}

.js .lazyload,
.js .lazyloading {
  opacity: 0;
}

.js .lazyloaded {
  opacity: 1;
  transition: opacity 2000ms;
}

.paragraph {
  position: relative;
}
.paragraph img {
  max-width: 100%;
  height: auto;
  display: block;
}

.degree-programs {
  padding: 50px 0;
  margin-top: 30px;
}
.degree-programs h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-top: 20px;
  font-weight: bold;
  color: #fff;
}
.degree-programs h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #bbb;
  top: 0;
}
.degree-programs p {
  font-size: 16px;
  color: #ccc;
}
.degree-programs .degree-programs-bottom {
  margin-top: 10px;
}
.degree-programs .degree-programs-bottom .degree-programs-items {
  position: relative;
  padding-left: 70px;
  line-height: 24px;
  margin-bottom: 30px;
  z-index: 333;
  font-weight: 600;
  margin-top: 15px;
}
.degree-programs .degree-programs-bottom .degree-programs-items i {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fff;
  color: #c7003c;
  display: block;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  border-radius: 100%;
  font-size: 24px;
  text-align: center;
}
.degree-programs .degree-programs-bottom .degree-programs-items i:before {
  position: absolute;
  left: 12px;
  z-index: 4;
}
.degree-programs .degree-programs-bottom .degree-programs-items i:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c7003c;
  content: "";
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  z-index: 3;
}
.degree-programs .degree-programs-bottom .degree-programs-items h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.degree-programs .degree-programs-bottom .degree-programs-items h4 a {
  color: #fff;
}
.degree-programs .degree-programs-bottom .degree-programs-items p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.degree-programs .degree-programs-bottom .degree-programs-items:hover i {
  color: white !important;
}
.degree-programs .degree-programs-bottom .degree-programs-items:hover i:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.news-frontpage {
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .news-frontpage > .grid > .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.news-header {
  display: block;
  width: 50%;
  text-align: left;
  margin-bottom: 30px;
}
.news-header div {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #2e2751;
  line-height: initial;
  line-height: 42px;
  margin-bottom: 10px;
  margin-bottom: 0px;
}
.news-header div b {
  display: block;
}
.news-header div span {
  display: inline-block;
  color: #fff;
  position: relative;
  border-radius: 50px;
  padding: 5px 15px;
  line-height: initial;
  font-size: 13px;
  background: #c7003c;
  margin-bottom: 15px;
  font-weight: bold;
}
.news-header div span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-top: 8px solid #c7003c;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}
.news-header h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.news-item {
  position: relative;
  background: #fff;
  height: 290px;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: left;
  -webkit-box-shadow: 0 0 20px #e8e8e8;
  -moz-box-shadow: 0 0 20px #e8e8e8;
  box-shadow: 0 0 20px #e8e8e8;
}
.news-item:hover .news-item-bottom h4 a {
  color: #666;
}
.news-item .news-item-top img {
  display: block;
}
.news-item .news-item-bottom {
  padding: 30px 20px;
}
.news-item .news-item-bottom p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-item .news-item-bottom h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
}

.text-white {
  color: #fff;
}

.haber-su {
  font-size: 32px;
  color: #173a6a;
  line-height: 42px;
  margin-bottom: 0px;
}

.gazetesudata {
  display: flex;
}
.gazetesudata .gazetesu-data {
  flex: 1;
  margin-right: 30px;
  padding-bottom: 50px;
}
.gazetesudata .gazetesu-data a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  font-weight: 500;
}
.gazetesudata .gazetesu-data a:hover {
  color: #bdce1c;
}
.gazetesudata .gazetesu-data .card-title {
  padding: 0 15px;
}
.gazetesudata .gazetesu-data:last-child {
  margin-right: 0;
}

.yonetmelikler .yellow-button {
  display: flex;
  min-height: 102px;
  align-items: center;
  justify-content: center;
}

.owl-nav button {
  background: #173a6a !important;
}

.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue {
  padding: 30px 15px;
  background: #173a6a;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue h1,
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue h2,
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue div {
  color: #fff;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue p {
  color: #fff;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue .person-card-info p {
  color: #666;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue .class-body p {
  color: #666;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue .file--application-pdf a {
  color: #fff;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-blue .nav-link.active {
  color: #fff;
}

.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray {
  padding: 30px 15px;
  background: #efefef;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray h1,
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray h2,
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray h3 {
  color: #173a6a;
  margin: 0;
  padding: 0;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray div {
  color: #173a6a;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray h4 {
  margin: 0;
  padding: 0;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray h4 a {
  color: #173a6a;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray p {
  color: #173a6a;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray .person-card-info p {
  color: #173a6a;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray .class-body p {
  color: #173a6a;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray .file--application-pdf a {
  color: #173a6a;
}
.paragraph.paragraph--type--prg-grid.paragraph--view-mode--container-gray .nav-link.active {
  color: #173a6a;
}

.paragraph.container.paragraph--type--prg-grid.paragraph--view-mode--container {
  padding: 30px 15px;
}

div#block-views-block-programs-block-1 h2 {
  margin-bottom: 20px;
}
div#block-views-block-programs-block-1 div#views-bootstrap-programs-block-1 .views-field.views-field-nothing .field-content div a .title {
  text-align: center;
  margin: 10px 0;
}

.fivestar-widget {
  margin-bottom: 20px;
}

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