@import url("https://use.typekit.net/uzj1plu.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
* {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "poppins", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  background-color: #ffffff;
  overflow-x: hidden;
}
html p:last-child,
html ul:last-child,
html ol:last-child,
body p:last-child,
body ul:last-child,
body ol:last-child {
  margin-bottom: 0;
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.app main {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.accordion.accordion-light-blue .accordion-header .accordion-button {
  background-color: #197FF1;
  color: #ffffff;
}
.accordion.accordion-blue .accordion-header .accordion-button {
  background-color: #0B35CE;
  color: #ffffff;
}
.accordion.accordion-dark-blue .accordion-header .accordion-button {
  background-color: #00319E;
  color: #ffffff;
}
.accordion.accordion-light-green .accordion-header .accordion-button {
  background-color: #35DC84;
  color: #ffffff;
}
.accordion.accordion-green .accordion-header .accordion-button {
  background-color: #1BEF76;
  color: #ffffff;
}
.accordion.accordion-dark-green .accordion-header .accordion-button {
  background-color: #09CC12;
  color: #ffffff;
}
.accordion.accordion-light-magenta .accordion-header .accordion-button {
  background-color: #FF56C7;
  color: #ffffff;
}
.accordion.accordion-magenta .accordion-header .accordion-button {
  background-color: #F92BBE;
  color: #ffffff;
}
.accordion.accordion-dark-magenta .accordion-header .accordion-button {
  background-color: #AF0C89;
  color: #ffffff;
}
.accordion.accordion-light-purple .accordion-header .accordion-button {
  background-color: #BE5AF6;
  color: #ffffff;
}
.accordion.accordion-purple .accordion-header .accordion-button {
  background-color: #9315E5;
  color: #ffffff;
}
.accordion.accordion-dark-purple .accordion-header .accordion-button {
  background-color: #600BB2;
  color: #ffffff;
}
.accordion.accordion-light-yellow .accordion-header .accordion-button {
  background-color: #FCD842;
  color: #ffffff;
}
.accordion.accordion-yellow .accordion-header .accordion-button {
  background-color: #F4CB00;
  color: #ffffff;
}
.accordion.accordion-dark-yellow .accordion-header .accordion-button {
  background-color: #F29B00;
  color: #ffffff;
}
.accordion.accordion-transparent .accordion-header .accordion-button {
  background-color: transparent;
  color: #ffffff;
}
.accordion.accordion-white .accordion-header .accordion-button {
  background-color: #ffffff;
  color: #ffffff;
}
.accordion.accordion-black .accordion-header .accordion-button {
  background-color: #000000;
  color: #ffffff;
}
.accordion.accordion-off-white .accordion-header .accordion-button {
  background-color: #e6e6e6;
  color: #ffffff;
}
.accordion.accordion-gray-20 .accordion-header .accordion-button {
  background-color: #cccccc;
  color: #ffffff;
}
.accordion.accordion-gray-40 .accordion-header .accordion-button {
  background-color: #999999;
  color: #ffffff;
}
.accordion.accordion-gray-60 .accordion-header .accordion-button {
  background-color: #666666;
  color: #ffffff;
}
.accordion.accordion-gray-80 .accordion-header .accordion-button {
  background-color: #333333;
  color: #ffffff;
}
.accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
}
.accordion .accordion-item .accordion-header .accordion-button {
  padding: 24px 32px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-item .accordion-body {
  padding: 32px;
  background-color: #e6e6e6;
}
.accordion .accordion-item .accordion-body .img-fluid {
  border-radius: 10px;
}
.accordion .accordion-item .accordion-body .title {
  margin-top: 32px;
  font-family: "din-condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
}
.accordion .accordion-item .accordion-body .sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.accordion .accordion-item .accordion-body .cards {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .accordion-item .accordion-body .cards.cards-light-blue li {
  color: #ffffff;
  background-color: #197FF1;
}
.accordion .accordion-item .accordion-body .cards.cards-blue li {
  color: #ffffff;
  background-color: #0B35CE;
}
.accordion .accordion-item .accordion-body .cards.cards-dark-blue li {
  color: #ffffff;
  background-color: #00319E;
}
.accordion .accordion-item .accordion-body .cards.cards-light-green li {
  color: #ffffff;
  background-color: #35DC84;
}
.accordion .accordion-item .accordion-body .cards.cards-green li {
  color: #ffffff;
  background-color: #1BEF76;
}
.accordion .accordion-item .accordion-body .cards.cards-dark-green li {
  color: #ffffff;
  background-color: #09CC12;
}
.accordion .accordion-item .accordion-body .cards.cards-light-magenta li {
  color: #ffffff;
  background-color: #FF56C7;
}
.accordion .accordion-item .accordion-body .cards.cards-magenta li {
  color: #ffffff;
  background-color: #F92BBE;
}
.accordion .accordion-item .accordion-body .cards.cards-dark-magenta li {
  color: #ffffff;
  background-color: #AF0C89;
}
.accordion .accordion-item .accordion-body .cards.cards-light-purple li {
  color: #ffffff;
  background-color: #BE5AF6;
}
.accordion .accordion-item .accordion-body .cards.cards-purple li {
  color: #ffffff;
  background-color: #9315E5;
}
.accordion .accordion-item .accordion-body .cards.cards-dark-purple li {
  color: #ffffff;
  background-color: #600BB2;
}
.accordion .accordion-item .accordion-body .cards.cards-light-yellow li {
  color: #ffffff;
  background-color: #FCD842;
}
.accordion .accordion-item .accordion-body .cards.cards-yellow li {
  color: #ffffff;
  background-color: #F4CB00;
}
.accordion .accordion-item .accordion-body .cards.cards-dark-yellow li {
  color: #ffffff;
  background-color: #F29B00;
}
.accordion .accordion-item .accordion-body .cards.cards-transparent li {
  color: #ffffff;
  background-color: transparent;
}
.accordion .accordion-item .accordion-body .cards.cards-white li {
  color: #ffffff;
  background-color: #ffffff;
}
.accordion .accordion-item .accordion-body .cards.cards-black li {
  color: #ffffff;
  background-color: #000000;
}
.accordion .accordion-item .accordion-body .cards.cards-off-white li {
  color: #ffffff;
  background-color: #e6e6e6;
}
.accordion .accordion-item .accordion-body .cards.cards-gray-20 li {
  color: #ffffff;
  background-color: #cccccc;
}
.accordion .accordion-item .accordion-body .cards.cards-gray-40 li {
  color: #ffffff;
  background-color: #999999;
}
.accordion .accordion-item .accordion-body .cards.cards-gray-60 li {
  color: #ffffff;
  background-color: #666666;
}
.accordion .accordion-item .accordion-body .cards.cards-gray-80 li {
  color: #ffffff;
  background-color: #333333;
}
.accordion .accordion-item .accordion-body .cards li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-radius: 10px;
}
.accordion .accordion-item .accordion-body .cards li + li {
  margin-top: 16px;
}
.accordion .accordion-item .accordion-body .cards li .type {
  margin-left: auto;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
}
.accordion .accordion-item .accordion-body .information {
  padding: 24px;
  background-color: #cccccc;
  border-radius: 10px;
}
.accordion .accordion-item .accordion-body .information .title {
  margin-top: 0;
  font-size: 22px;
  line-height: 31px;
}
.accordion .accordion-item .accordion-body .information .information-item + .information-item {
  margin-top: 16px;
}
.accordion .accordion-item .accordion-body .information .text {
  font-size: 14px;
  line-height: 23px;
}
.accordion .accordion-item .accordion-body .information .text p {
  margin-bottom: 4px;
}
.accordion .accordion-item .accordion-body .information .text p:last-child {
  margin: 0;
}

.blob {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  overflow: visible;
  z-index: 0;
}
.blob.blob-light-blue path {
  fill: #197FF1;
}
.blob.blob-light-blue.outline path {
  fill: none !important;
  stroke: #197FF1;
  stroke-width: 1;
}
.blob.blob-blue path {
  fill: #0B35CE;
}
.blob.blob-blue.outline path {
  fill: none !important;
  stroke: #0B35CE;
  stroke-width: 1;
}
.blob.blob-dark-blue path {
  fill: #00319E;
}
.blob.blob-dark-blue.outline path {
  fill: none !important;
  stroke: #00319E;
  stroke-width: 1;
}
.blob.blob-light-green path {
  fill: #35DC84;
}
.blob.blob-light-green.outline path {
  fill: none !important;
  stroke: #35DC84;
  stroke-width: 1;
}
.blob.blob-green path {
  fill: #1BEF76;
}
.blob.blob-green.outline path {
  fill: none !important;
  stroke: #1BEF76;
  stroke-width: 1;
}
.blob.blob-dark-green path {
  fill: #09CC12;
}
.blob.blob-dark-green.outline path {
  fill: none !important;
  stroke: #09CC12;
  stroke-width: 1;
}
.blob.blob-light-magenta path {
  fill: #FF56C7;
}
.blob.blob-light-magenta.outline path {
  fill: none !important;
  stroke: #FF56C7;
  stroke-width: 1;
}
.blob.blob-magenta path {
  fill: #F92BBE;
}
.blob.blob-magenta.outline path {
  fill: none !important;
  stroke: #F92BBE;
  stroke-width: 1;
}
.blob.blob-dark-magenta path {
  fill: #AF0C89;
}
.blob.blob-dark-magenta.outline path {
  fill: none !important;
  stroke: #AF0C89;
  stroke-width: 1;
}
.blob.blob-light-purple path {
  fill: #BE5AF6;
}
.blob.blob-light-purple.outline path {
  fill: none !important;
  stroke: #BE5AF6;
  stroke-width: 1;
}
.blob.blob-purple path {
  fill: #9315E5;
}
.blob.blob-purple.outline path {
  fill: none !important;
  stroke: #9315E5;
  stroke-width: 1;
}
.blob.blob-dark-purple path {
  fill: #600BB2;
}
.blob.blob-dark-purple.outline path {
  fill: none !important;
  stroke: #600BB2;
  stroke-width: 1;
}
.blob.blob-light-yellow path {
  fill: #FCD842;
}
.blob.blob-light-yellow.outline path {
  fill: none !important;
  stroke: #FCD842;
  stroke-width: 1;
}
.blob.blob-yellow path {
  fill: #F4CB00;
}
.blob.blob-yellow.outline path {
  fill: none !important;
  stroke: #F4CB00;
  stroke-width: 1;
}
.blob.blob-dark-yellow path {
  fill: #F29B00;
}
.blob.blob-dark-yellow.outline path {
  fill: none !important;
  stroke: #F29B00;
  stroke-width: 1;
}
.blob.blob-transparent path {
  fill: transparent;
}
.blob.blob-transparent.outline path {
  fill: none !important;
  stroke: transparent;
  stroke-width: 1;
}
.blob.blob-white path {
  fill: #ffffff;
}
.blob.blob-white.outline path {
  fill: none !important;
  stroke: #ffffff;
  stroke-width: 1;
}
.blob.blob-black path {
  fill: #000000;
}
.blob.blob-black.outline path {
  fill: none !important;
  stroke: #000000;
  stroke-width: 1;
}
.blob.blob-off-white path {
  fill: #e6e6e6;
}
.blob.blob-off-white.outline path {
  fill: none !important;
  stroke: #e6e6e6;
  stroke-width: 1;
}
.blob.blob-gray-20 path {
  fill: #cccccc;
}
.blob.blob-gray-20.outline path {
  fill: none !important;
  stroke: #cccccc;
  stroke-width: 1;
}
.blob.blob-gray-40 path {
  fill: #999999;
}
.blob.blob-gray-40.outline path {
  fill: none !important;
  stroke: #999999;
  stroke-width: 1;
}
.blob.blob-gray-60 path {
  fill: #666666;
}
.blob.blob-gray-60.outline path {
  fill: none !important;
  stroke: #666666;
  stroke-width: 1;
}
.blob.blob-gray-80 path {
  fill: #333333;
}
.blob.blob-gray-80.outline path {
  fill: none !important;
  stroke: #333333;
  stroke-width: 1;
}
.blob-container:has(.img-fluid) .blob {
  display: none;
}
@media (min-width: 992px) {
  .blob-container:has(.img-fluid) .blob {
    display: block;
  }
}
.blob svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 10000px transparent;
          box-shadow: 0px 0px 10000px transparent;
}
.blob svg path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 10000px transparent;
          box-shadow: 0px 0px 10000px transparent;
}

.btn {
  padding: 16px 48px;
  font-family: "poppins", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 48px;
  -webkit-transition: none;
  transition: none;
  border: 1px solid transparent;
}
.btn.btn-light-blue {
  position: relative;
  color: #ffffff;
  background-color: #197FF1;
  overflow: hidden;
}
.btn.btn-light-blue.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #197FF1 !important;
}
.btn.btn-light-blue.outline:hover, .btn.btn-light-blue.outline:focus {
  background: none;
  border-color: #a9cffa !important;
}
.btn.btn-light-blue.dark {
  color: #333333;
}
.btn.btn-light-blue:hover, .btn.btn-light-blue:focus {
  border: 1px solid transparent;
  background-color: #0e72e3;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-light-blue:hover:after, .btn.btn-light-blue:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-blue {
  position: relative;
  color: #ffffff;
  background-color: #0B35CE;
  overflow: hidden;
}
.btn.btn-blue.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #0B35CE !important;
}
.btn.btn-blue.outline:hover, .btn.btn-blue.outline:focus {
  background: none;
  border-color: #7a95f8 !important;
}
.btn.btn-blue.dark {
  color: #333333;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  border: 1px solid transparent;
  background-color: #0a2fb6;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-blue:hover:after, .btn.btn-blue:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-dark-blue {
  position: relative;
  color: #ffffff;
  background-color: #00319E;
  overflow: hidden;
}
.btn.btn-dark-blue.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #00319E !important;
}
.btn.btn-dark-blue.outline:hover, .btn.btn-dark-blue.outline:focus {
  background: none;
  border-color: #3876ff !important;
}
.btn.btn-dark-blue.dark {
  color: #333333;
}
.btn.btn-dark-blue:hover, .btn.btn-dark-blue:focus {
  border: 1px solid transparent;
  background-color: #002985;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-dark-blue:hover:after, .btn.btn-dark-blue:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-light-green {
  position: relative;
  color: #ffffff;
  background-color: #35DC84;
  overflow: hidden;
}
.btn.btn-light-green.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #35DC84 !important;
}
.btn.btn-light-green.outline:hover, .btn.btn-light-green.outline:focus {
  background: none;
  border-color: #b7f3d3 !important;
}
.btn.btn-light-green.dark {
  color: #333333;
}
.btn.btn-light-green:hover, .btn.btn-light-green:focus {
  border: 1px solid transparent;
  background-color: #25d377;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-light-green:hover:after, .btn.btn-light-green:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-green {
  position: relative;
  color: #ffffff;
  background-color: #1BEF76;
  overflow: hidden;
}
.btn.btn-green.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #1BEF76 !important;
}
.btn.btn-green.outline:hover, .btn.btn-green.outline:focus {
  background: none;
  border-color: #aaf9cc !important;
}
.btn.btn-green.dark {
  color: #333333;
}
.btn.btn-green:hover, .btn.btn-green:focus {
  border: 1px solid transparent;
  background-color: #10e169;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-green:hover:after, .btn.btn-green:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-dark-green {
  position: relative;
  color: #ffffff;
  background-color: #09CC12;
  overflow: hidden;
}
.btn.btn-dark-green.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #09CC12 !important;
}
.btn.btn-dark-green.outline:hover, .btn.btn-dark-green.outline:focus {
  background: none;
  border-color: #75f97b !important;
}
.btn.btn-dark-green.dark {
  color: #333333;
}
.btn.btn-dark-green:hover, .btn.btn-dark-green:focus {
  border: 1px solid transparent;
  background-color: #08b410;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-dark-green:hover:after, .btn.btn-dark-green:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-light-magenta {
  position: relative;
  color: #ffffff;
  background-color: #FF56C7;
  overflow: hidden;
}
.btn.btn-light-magenta.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #FF56C7 !important;
}
.btn.btn-light-magenta.outline:hover, .btn.btn-light-magenta.outline:focus {
  background: none;
  border-color: #ffeffa !important;
}
.btn.btn-light-magenta.dark {
  color: #333333;
}
.btn.btn-light-magenta:hover, .btn.btn-light-magenta:focus {
  border: 1px solid transparent;
  background-color: #ff3dbf;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-light-magenta:hover:after, .btn.btn-light-magenta:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-magenta {
  position: relative;
  color: #ffffff;
  background-color: #F92BBE;
  overflow: hidden;
}
.btn.btn-magenta.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #F92BBE !important;
}
.btn.btn-magenta.outline:hover, .btn.btn-magenta.outline:focus {
  background: none;
  border-color: #fdc0ec !important;
}
.btn.btn-magenta.dark {
  color: #333333;
}
.btn.btn-magenta:hover, .btn.btn-magenta:focus {
  border: 1px solid transparent;
  background-color: #f812b6;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-magenta:hover:after, .btn.btn-magenta:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-dark-magenta {
  position: relative;
  color: #ffffff;
  background-color: #AF0C89;
  overflow: hidden;
}
.btn.btn-dark-magenta.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #AF0C89 !important;
}
.btn.btn-dark-magenta.outline:hover, .btn.btn-dark-magenta.outline:focus {
  background: none;
  border-color: #f460d2 !important;
}
.btn.btn-dark-magenta.dark {
  color: #333333;
}
.btn.btn-dark-magenta:hover, .btn.btn-dark-magenta:focus {
  border: 1px solid transparent;
  background-color: #970a76;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-dark-magenta:hover:after, .btn.btn-dark-magenta:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-light-purple {
  position: relative;
  color: #ffffff;
  background-color: #BE5AF6;
  overflow: hidden;
}
.btn.btn-light-purple.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #BE5AF6 !important;
}
.btn.btn-light-purple.outline:hover, .btn.btn-light-purple.outline:focus {
  background: none;
  border-color: #f7ebfe !important;
}
.btn.btn-light-purple.dark {
  color: #333333;
}
.btn.btn-light-purple:hover, .btn.btn-light-purple:focus {
  border: 1px solid transparent;
  background-color: #b442f5;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-light-purple:hover:after, .btn.btn-light-purple:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-purple {
  position: relative;
  color: #ffffff;
  background-color: #9315E5;
  overflow: hidden;
}
.btn.btn-purple.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #9315E5 !important;
}
.btn.btn-purple.outline:hover, .btn.btn-purple.outline:focus {
  background: none;
  border-color: #d39df6 !important;
}
.btn.btn-purple.dark {
  color: #333333;
}
.btn.btn-purple:hover, .btn.btn-purple:focus {
  border: 1px solid transparent;
  background-color: #8413ce;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-purple:hover:after, .btn.btn-purple:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-dark-purple {
  position: relative;
  color: #ffffff;
  background-color: #600BB2;
  overflow: hidden;
}
.btn.btn-dark-purple.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #600BB2 !important;
}
.btn.btn-dark-purple.outline:hover, .btn.btn-dark-purple.outline:focus {
  background: none;
  border-color: #ac61f5 !important;
}
.btn.btn-dark-purple.dark {
  color: #333333;
}
.btn.btn-dark-purple:hover, .btn.btn-dark-purple:focus {
  border: 1px solid transparent;
  background-color: #530a9a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-dark-purple:hover:after, .btn.btn-dark-purple:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-light-yellow {
  position: relative;
  color: #ffffff;
  background-color: #FCD842;
  overflow: hidden;
}
.btn.btn-light-yellow.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #FCD842 !important;
}
.btn.btn-light-yellow.outline:hover, .btn.btn-light-yellow.outline:focus {
  background: none;
  border-color: #fef7d9 !important;
}
.btn.btn-light-yellow.dark {
  color: #333333;
}
.btn.btn-light-yellow:hover, .btn.btn-light-yellow:focus {
  border: 1px solid transparent;
  background-color: #fcd329;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-light-yellow:hover:after, .btn.btn-light-yellow:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-yellow {
  position: relative;
  color: #ffffff;
  background-color: #F4CB00;
  overflow: hidden;
}
.btn.btn-yellow.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #F4CB00 !important;
}
.btn.btn-yellow.outline:hover, .btn.btn-yellow.outline:focus {
  background: none;
  border-color: #ffec8e !important;
}
.btn.btn-yellow.dark {
  color: #333333;
}
.btn.btn-yellow:hover, .btn.btn-yellow:focus {
  border: 1px solid transparent;
  background-color: #dbb600;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-yellow:hover:after, .btn.btn-yellow:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-dark-yellow {
  position: relative;
  color: #ffffff;
  background-color: #F29B00;
  overflow: hidden;
}
.btn.btn-dark-yellow.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #F29B00 !important;
}
.btn.btn-dark-yellow.outline:hover, .btn.btn-dark-yellow.outline:focus {
  background: none;
  border-color: #ffd68c !important;
}
.btn.btn-dark-yellow.dark {
  color: #333333;
}
.btn.btn-dark-yellow:hover, .btn.btn-dark-yellow:focus {
  border: 1px solid transparent;
  background-color: #d98b00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-dark-yellow:hover:after, .btn.btn-dark-yellow:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-transparent {
  position: relative;
  color: #ffffff;
  background-color: transparent;
  overflow: hidden;
}
.btn.btn-transparent.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: transparent !important;
}
.btn.btn-transparent.outline:hover, .btn.btn-transparent.outline:focus {
  background: none;
  border-color: rgba(77, 77, 77, 0) !important;
}
.btn.btn-transparent.dark {
  color: #333333;
}
.btn.btn-transparent:hover, .btn.btn-transparent:focus {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-transparent:hover:after, .btn.btn-transparent:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-white {
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
.btn.btn-white.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #ffffff !important;
}
.btn.btn-white.outline:hover, .btn.btn-white.outline:focus {
  background: none;
  border-color: white !important;
}
.btn.btn-white.dark {
  color: #333333;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  border: 1px solid transparent;
  background-color: #f2f2f2;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-white:hover:after, .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-black {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
}
.btn.btn-black.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #000000 !important;
}
.btn.btn-black.outline:hover, .btn.btn-black.outline:focus {
  background: none;
  border-color: #4d4d4d !important;
}
.btn.btn-black.dark {
  color: #333333;
}
.btn.btn-black:hover, .btn.btn-black:focus {
  border: 1px solid transparent;
  background-color: black;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-black:hover:after, .btn.btn-black:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-off-white {
  position: relative;
  color: #ffffff;
  background-color: #e6e6e6;
  overflow: hidden;
}
.btn.btn-off-white.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #e6e6e6 !important;
}
.btn.btn-off-white.outline:hover, .btn.btn-off-white.outline:focus {
  background: none;
  border-color: white !important;
}
.btn.btn-off-white.dark {
  color: #333333;
}
.btn.btn-off-white:hover, .btn.btn-off-white:focus {
  border: 1px solid transparent;
  background-color: #d9d9d9;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-off-white:hover:after, .btn.btn-off-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-gray-20 {
  position: relative;
  color: #ffffff;
  background-color: #cccccc;
  overflow: hidden;
}
.btn.btn-gray-20.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #cccccc !important;
}
.btn.btn-gray-20.outline:hover, .btn.btn-gray-20.outline:focus {
  background: none;
  border-color: white !important;
}
.btn.btn-gray-20.dark {
  color: #333333;
}
.btn.btn-gray-20:hover, .btn.btn-gray-20:focus {
  border: 1px solid transparent;
  background-color: #bfbfbf;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-gray-20:hover:after, .btn.btn-gray-20:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-gray-40 {
  position: relative;
  color: #ffffff;
  background-color: #999999;
  overflow: hidden;
}
.btn.btn-gray-40.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #999999 !important;
}
.btn.btn-gray-40.outline:hover, .btn.btn-gray-40.outline:focus {
  background: none;
  border-color: #e6e6e6 !important;
}
.btn.btn-gray-40.dark {
  color: #333333;
}
.btn.btn-gray-40:hover, .btn.btn-gray-40:focus {
  border: 1px solid transparent;
  background-color: #8c8c8c;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-gray-40:hover:after, .btn.btn-gray-40:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-gray-60 {
  position: relative;
  color: #ffffff;
  background-color: #666666;
  overflow: hidden;
}
.btn.btn-gray-60.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #666666 !important;
}
.btn.btn-gray-60.outline:hover, .btn.btn-gray-60.outline:focus {
  background: none;
  border-color: #b3b3b3 !important;
}
.btn.btn-gray-60.dark {
  color: #333333;
}
.btn.btn-gray-60:hover, .btn.btn-gray-60:focus {
  border: 1px solid transparent;
  background-color: #595959;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-gray-60:hover:after, .btn.btn-gray-60:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-gray-80 {
  position: relative;
  color: #ffffff;
  background-color: #333333;
  overflow: hidden;
}
.btn.btn-gray-80.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #333333 !important;
}
.btn.btn-gray-80.outline:hover, .btn.btn-gray-80.outline:focus {
  background: none;
  border-color: gray !important;
}
.btn.btn-gray-80.dark {
  color: #333333;
}
.btn.btn-gray-80:hover, .btn.btn-gray-80:focus {
  border: 1px solid transparent;
  background-color: #262626;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-gray-80:hover:after, .btn.btn-gray-80:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-transparent {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.btn.btn-white {
  font-weight: 600;
  background-color: #ffffff;
}
.btn.btn-white .title {
  color: #333333;
}
.btn.btn-white .detail {
  color: #999999;
}
.theme-light-blue .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-light-blue .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #2787f2;
}
.theme-light-blue .btn.btn-white:hover, .theme-light-blue .btn.btn-white:focus {
  border: 1px solid #2787f2;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-light-blue .btn.btn-white:hover:after, .theme-light-blue .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-light-blue .btn.btn-white:hover .title,
.theme-light-blue .btn.btn-white:hover .detail,
.theme-light-blue .btn.btn-white:hover i, .theme-light-blue .btn.btn-white:focus .title,
.theme-light-blue .btn.btn-white:focus .detail,
.theme-light-blue .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-light-blue .btn.btn-white i {
  color: #197FF1;
}
.theme-blue .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-blue .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c39dd;
}
.theme-blue .btn.btn-white:hover, .theme-blue .btn.btn-white:focus {
  border: 1px solid #0c39dd;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-blue .btn.btn-white:hover:after, .theme-blue .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-blue .btn.btn-white:hover .title,
.theme-blue .btn.btn-white:hover .detail,
.theme-blue .btn.btn-white:hover i, .theme-blue .btn.btn-white:focus .title,
.theme-blue .btn.btn-white:focus .detail,
.theme-blue .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-blue .btn.btn-white i {
  color: #0B35CE;
}
.theme-dark-blue .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-dark-blue .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0036ad;
}
.theme-dark-blue .btn.btn-white:hover, .theme-dark-blue .btn.btn-white:focus {
  border: 1px solid #0036ad;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-dark-blue .btn.btn-white:hover:after, .theme-dark-blue .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-dark-blue .btn.btn-white:hover .title,
.theme-dark-blue .btn.btn-white:hover .detail,
.theme-dark-blue .btn.btn-white:hover i, .theme-dark-blue .btn.btn-white:focus .title,
.theme-dark-blue .btn.btn-white:focus .detail,
.theme-dark-blue .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-dark-blue .btn.btn-white i {
  color: #00319E;
}
.theme-light-green .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-light-green .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #42de8c;
}
.theme-light-green .btn.btn-white:hover, .theme-light-green .btn.btn-white:focus {
  border: 1px solid #42de8c;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-light-green .btn.btn-white:hover:after, .theme-light-green .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-light-green .btn.btn-white:hover .title,
.theme-light-green .btn.btn-white:hover .detail,
.theme-light-green .btn.btn-white:hover i, .theme-light-green .btn.btn-white:focus .title,
.theme-light-green .btn.btn-white:focus .detail,
.theme-light-green .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-light-green .btn.btn-white i {
  color: #35DC84;
}
.theme-green .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-green .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #29f07f;
}
.theme-green .btn.btn-white:hover, .theme-green .btn.btn-white:focus {
  border: 1px solid #29f07f;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-green .btn.btn-white:hover:after, .theme-green .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-green .btn.btn-white:hover .title,
.theme-green .btn.btn-white:hover .detail,
.theme-green .btn.btn-white:hover i, .theme-green .btn.btn-white:focus .title,
.theme-green .btn.btn-white:focus .detail,
.theme-green .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-green .btn.btn-white i {
  color: #1BEF76;
}
.theme-dark-green .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-dark-green .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0adb13;
}
.theme-dark-green .btn.btn-white:hover, .theme-dark-green .btn.btn-white:focus {
  border: 1px solid #0adb13;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-dark-green .btn.btn-white:hover:after, .theme-dark-green .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-dark-green .btn.btn-white:hover .title,
.theme-dark-green .btn.btn-white:hover .detail,
.theme-dark-green .btn.btn-white:hover i, .theme-dark-green .btn.btn-white:focus .title,
.theme-dark-green .btn.btn-white:focus .detail,
.theme-dark-green .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-dark-green .btn.btn-white i {
  color: #09CC12;
}
.theme-light-magenta .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-light-magenta .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #ff65cc;
}
.theme-light-magenta .btn.btn-white:hover, .theme-light-magenta .btn.btn-white:focus {
  border: 1px solid #ff65cc;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-light-magenta .btn.btn-white:hover:after, .theme-light-magenta .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-light-magenta .btn.btn-white:hover .title,
.theme-light-magenta .btn.btn-white:hover .detail,
.theme-light-magenta .btn.btn-white:hover i, .theme-light-magenta .btn.btn-white:focus .title,
.theme-light-magenta .btn.btn-white:focus .detail,
.theme-light-magenta .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-light-magenta .btn.btn-white i {
  color: #FF56C7;
}
.theme-magenta .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-magenta .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #f93ac3;
}
.theme-magenta .btn.btn-white:hover, .theme-magenta .btn.btn-white:focus {
  border: 1px solid #f93ac3;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-magenta .btn.btn-white:hover:after, .theme-magenta .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-magenta .btn.btn-white:hover .title,
.theme-magenta .btn.btn-white:hover .detail,
.theme-magenta .btn.btn-white:hover i, .theme-magenta .btn.btn-white:focus .title,
.theme-magenta .btn.btn-white:focus .detail,
.theme-magenta .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-magenta .btn.btn-white i {
  color: #F92BBE;
}
.theme-dark-magenta .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-dark-magenta .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #bd0d94;
}
.theme-dark-magenta .btn.btn-white:hover, .theme-dark-magenta .btn.btn-white:focus {
  border: 1px solid #bd0d94;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-dark-magenta .btn.btn-white:hover:after, .theme-dark-magenta .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-dark-magenta .btn.btn-white:hover .title,
.theme-dark-magenta .btn.btn-white:hover .detail,
.theme-dark-magenta .btn.btn-white:hover i, .theme-dark-magenta .btn.btn-white:focus .title,
.theme-dark-magenta .btn.btn-white:focus .detail,
.theme-dark-magenta .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-dark-magenta .btn.btn-white i {
  color: #AF0C89;
}
.theme-light-purple .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-light-purple .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #c469f7;
}
.theme-light-purple .btn.btn-white:hover, .theme-light-purple .btn.btn-white:focus {
  border: 1px solid #c469f7;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-light-purple .btn.btn-white:hover:after, .theme-light-purple .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-light-purple .btn.btn-white:hover .title,
.theme-light-purple .btn.btn-white:hover .detail,
.theme-light-purple .btn.btn-white:hover i, .theme-light-purple .btn.btn-white:focus .title,
.theme-light-purple .btn.btn-white:focus .detail,
.theme-light-purple .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-light-purple .btn.btn-white i {
  color: #BE5AF6;
}
.theme-purple .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-purple .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #9a1fea;
}
.theme-purple .btn.btn-white:hover, .theme-purple .btn.btn-white:focus {
  border: 1px solid #9a1fea;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-purple .btn.btn-white:hover:after, .theme-purple .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-purple .btn.btn-white:hover .title,
.theme-purple .btn.btn-white:hover .detail,
.theme-purple .btn.btn-white:hover i, .theme-purple .btn.btn-white:focus .title,
.theme-purple .btn.btn-white:focus .detail,
.theme-purple .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-purple .btn.btn-white i {
  color: #9315E5;
}
.theme-dark-purple .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-dark-purple .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #680cc0;
}
.theme-dark-purple .btn.btn-white:hover, .theme-dark-purple .btn.btn-white:focus {
  border: 1px solid #680cc0;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-dark-purple .btn.btn-white:hover:after, .theme-dark-purple .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-dark-purple .btn.btn-white:hover .title,
.theme-dark-purple .btn.btn-white:hover .detail,
.theme-dark-purple .btn.btn-white:hover i, .theme-dark-purple .btn.btn-white:focus .title,
.theme-dark-purple .btn.btn-white:focus .detail,
.theme-dark-purple .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-dark-purple .btn.btn-white i {
  color: #600BB2;
}
.theme-light-yellow .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-light-yellow .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #fcdb51;
}
.theme-light-yellow .btn.btn-white:hover, .theme-light-yellow .btn.btn-white:focus {
  border: 1px solid #fcdb51;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-light-yellow .btn.btn-white:hover:after, .theme-light-yellow .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-light-yellow .btn.btn-white:hover .title,
.theme-light-yellow .btn.btn-white:hover .detail,
.theme-light-yellow .btn.btn-white:hover i, .theme-light-yellow .btn.btn-white:focus .title,
.theme-light-yellow .btn.btn-white:focus .detail,
.theme-light-yellow .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-light-yellow .btn.btn-white i {
  color: #FCD842;
}
.theme-yellow .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-yellow .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #ffd504;
}
.theme-yellow .btn.btn-white:hover, .theme-yellow .btn.btn-white:focus {
  border: 1px solid #ffd504;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-yellow .btn.btn-white:hover:after, .theme-yellow .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-yellow .btn.btn-white:hover .title,
.theme-yellow .btn.btn-white:hover .detail,
.theme-yellow .btn.btn-white:hover i, .theme-yellow .btn.btn-white:focus .title,
.theme-yellow .btn.btn-white:focus .detail,
.theme-yellow .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-yellow .btn.btn-white i {
  color: #F4CB00;
}
.theme-dark-yellow .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-dark-yellow .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #ffa402;
}
.theme-dark-yellow .btn.btn-white:hover, .theme-dark-yellow .btn.btn-white:focus {
  border: 1px solid #ffa402;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-dark-yellow .btn.btn-white:hover:after, .theme-dark-yellow .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-dark-yellow .btn.btn-white:hover .title,
.theme-dark-yellow .btn.btn-white:hover .detail,
.theme-dark-yellow .btn.btn-white:hover i, .theme-dark-yellow .btn.btn-white:focus .title,
.theme-dark-yellow .btn.btn-white:focus .detail,
.theme-dark-yellow .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-dark-yellow .btn.btn-white i {
  color: #F29B00;
}
.theme-transparent .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-transparent .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(8, 8, 8, 0);
}
.theme-transparent .btn.btn-white:hover, .theme-transparent .btn.btn-white:focus {
  border: 1px solid rgba(8, 8, 8, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-transparent .btn.btn-white:hover:after, .theme-transparent .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-transparent .btn.btn-white:hover .title,
.theme-transparent .btn.btn-white:hover .detail,
.theme-transparent .btn.btn-white:hover i, .theme-transparent .btn.btn-white:focus .title,
.theme-transparent .btn.btn-white:focus .detail,
.theme-transparent .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-transparent .btn.btn-white i {
  color: transparent;
}
.theme-white .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-white .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: white;
}
.theme-white .btn.btn-white:hover, .theme-white .btn.btn-white:focus {
  border: 1px solid white;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-white .btn.btn-white:hover:after, .theme-white .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-white .btn.btn-white:hover .title,
.theme-white .btn.btn-white:hover .detail,
.theme-white .btn.btn-white:hover i, .theme-white .btn.btn-white:focus .title,
.theme-white .btn.btn-white:focus .detail,
.theme-white .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-white .btn.btn-white i {
  color: #ffffff;
}
.theme-black .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-black .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #080808;
}
.theme-black .btn.btn-white:hover, .theme-black .btn.btn-white:focus {
  border: 1px solid #080808;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-black .btn.btn-white:hover:after, .theme-black .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-black .btn.btn-white:hover .title,
.theme-black .btn.btn-white:hover .detail,
.theme-black .btn.btn-white:hover i, .theme-black .btn.btn-white:focus .title,
.theme-black .btn.btn-white:focus .detail,
.theme-black .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-black .btn.btn-white i {
  color: #000000;
}
.theme-off-white .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-off-white .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #ededed;
}
.theme-off-white .btn.btn-white:hover, .theme-off-white .btn.btn-white:focus {
  border: 1px solid #ededed;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-off-white .btn.btn-white:hover:after, .theme-off-white .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-off-white .btn.btn-white:hover .title,
.theme-off-white .btn.btn-white:hover .detail,
.theme-off-white .btn.btn-white:hover i, .theme-off-white .btn.btn-white:focus .title,
.theme-off-white .btn.btn-white:focus .detail,
.theme-off-white .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-off-white .btn.btn-white i {
  color: #e6e6e6;
}
.theme-gray-20 .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-gray-20 .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #d4d4d4;
}
.theme-gray-20 .btn.btn-white:hover, .theme-gray-20 .btn.btn-white:focus {
  border: 1px solid #d4d4d4;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-gray-20 .btn.btn-white:hover:after, .theme-gray-20 .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-gray-20 .btn.btn-white:hover .title,
.theme-gray-20 .btn.btn-white:hover .detail,
.theme-gray-20 .btn.btn-white:hover i, .theme-gray-20 .btn.btn-white:focus .title,
.theme-gray-20 .btn.btn-white:focus .detail,
.theme-gray-20 .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-gray-20 .btn.btn-white i {
  color: #cccccc;
}
.theme-gray-40 .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-gray-40 .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #a1a1a1;
}
.theme-gray-40 .btn.btn-white:hover, .theme-gray-40 .btn.btn-white:focus {
  border: 1px solid #a1a1a1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-gray-40 .btn.btn-white:hover:after, .theme-gray-40 .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-gray-40 .btn.btn-white:hover .title,
.theme-gray-40 .btn.btn-white:hover .detail,
.theme-gray-40 .btn.btn-white:hover i, .theme-gray-40 .btn.btn-white:focus .title,
.theme-gray-40 .btn.btn-white:focus .detail,
.theme-gray-40 .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-gray-40 .btn.btn-white i {
  color: #999999;
}
.theme-gray-60 .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-gray-60 .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6e6e6e;
}
.theme-gray-60 .btn.btn-white:hover, .theme-gray-60 .btn.btn-white:focus {
  border: 1px solid #6e6e6e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-gray-60 .btn.btn-white:hover:after, .theme-gray-60 .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-gray-60 .btn.btn-white:hover .title,
.theme-gray-60 .btn.btn-white:hover .detail,
.theme-gray-60 .btn.btn-white:hover i, .theme-gray-60 .btn.btn-white:focus .title,
.theme-gray-60 .btn.btn-white:focus .detail,
.theme-gray-60 .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-gray-60 .btn.btn-white i {
  color: #666666;
}
.theme-gray-80 .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-gray-80 .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b3b3b;
}
.theme-gray-80 .btn.btn-white:hover, .theme-gray-80 .btn.btn-white:focus {
  border: 1px solid #3b3b3b;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-gray-80 .btn.btn-white:hover:after, .theme-gray-80 .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-gray-80 .btn.btn-white:hover .title,
.theme-gray-80 .btn.btn-white:hover .detail,
.theme-gray-80 .btn.btn-white:hover i, .theme-gray-80 .btn.btn-white:focus .title,
.theme-gray-80 .btn.btn-white:focus .detail,
.theme-gray-80 .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-gray-80 .btn.btn-white i {
  color: #333333;
}

.callout.callout-text {
  margin-top: 24px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .callout.callout-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.callout.callout-text .title {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}
.callout.callout-text .btn {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .callout.callout-text .btn {
    margin-top: 0;
    margin-left: 32px;
  }
}

.card.card-light-blue {
  background-color: #197FF1;
}
.card.card-blue {
  background-color: #0B35CE;
}
.card.card-dark-blue {
  background-color: #00319E;
}
.card.card-light-green {
  background-color: #35DC84;
}
.card.card-green {
  background-color: #1BEF76;
}
.card.card-dark-green {
  background-color: #09CC12;
}
.card.card-light-magenta {
  background-color: #FF56C7;
}
.card.card-magenta {
  background-color: #F92BBE;
}
.card.card-dark-magenta {
  background-color: #AF0C89;
}
.card.card-light-purple {
  background-color: #BE5AF6;
}
.card.card-purple {
  background-color: #9315E5;
}
.card.card-dark-purple {
  background-color: #600BB2;
}
.card.card-light-yellow {
  background-color: #FCD842;
}
.card.card-yellow {
  background-color: #F4CB00;
}
.card.card-dark-yellow {
  background-color: #F29B00;
}
.card.card-transparent {
  background-color: transparent;
}
.card.card-white {
  background-color: #ffffff;
}
.card.card-black {
  background-color: #000000;
}
.card.card-off-white {
  background-color: #e6e6e6;
}
.card.card-gray-20 {
  background-color: #cccccc;
}
.card.card-gray-40 {
  background-color: #999999;
}
.card.card-gray-60 {
  background-color: #666666;
}
.card.card-gray-80 {
  background-color: #333333;
}
.card .card-body .title.title-light-blue {
  color: #197FF1;
}
.card .card-body .title.title-blue {
  color: #0B35CE;
}
.card .card-body .title.title-dark-blue {
  color: #00319E;
}
.card .card-body .title.title-light-green {
  color: #35DC84;
}
.card .card-body .title.title-green {
  color: #1BEF76;
}
.card .card-body .title.title-dark-green {
  color: #09CC12;
}
.card .card-body .title.title-light-magenta {
  color: #FF56C7;
}
.card .card-body .title.title-magenta {
  color: #F92BBE;
}
.card .card-body .title.title-dark-magenta {
  color: #AF0C89;
}
.card .card-body .title.title-light-purple {
  color: #BE5AF6;
}
.card .card-body .title.title-purple {
  color: #9315E5;
}
.card .card-body .title.title-dark-purple {
  color: #600BB2;
}
.card .card-body .title.title-light-yellow {
  color: #FCD842;
}
.card .card-body .title.title-yellow {
  color: #F4CB00;
}
.card .card-body .title.title-dark-yellow {
  color: #F29B00;
}
.card .card-body .title.title-transparent {
  color: transparent;
}
.card .card-body .title.title-white {
  color: #ffffff;
}
.card .card-body .title.title-black {
  color: #000000;
}
.card .card-body .title.title-off-white {
  color: #e6e6e6;
}
.card .card-body .title.title-gray-20 {
  color: #cccccc;
}
.card .card-body .title.title-gray-40 {
  color: #999999;
}
.card .card-body .title.title-gray-60 {
  color: #666666;
}
.card .card-body .title.title-gray-80 {
  color: #333333;
}
.card .card-body .text p:last-child {
  margin-bottom: 0;
}
.block-cards .card {
  border: 0;
}
.block-cards .card .card-body {
  padding: 24px;
  text-align: center;
}
.block-cards .card .card-body h2:last-child,
.block-cards .card .card-body h3:last-child,
.block-cards .card .card-body h4:last-child {
  margin: 0;
}
.block-cards .card .card-body .title {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}
@media (min-width: 1200px) {
  .block-cards .card .card-body .title {
    font-size: 22px;
    line-height: 31px;
  }
}
.block-cards .card .card-body .text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.block-cards .card .card-footer {
  margin-top: -24px;
  padding: 24px;
  background: none;
  border: none;
}
.block-cards .card .card-footer .btn {
  display: block;
  width: 100%;
}
.block-dark-blue .card.card-transparent .text, .block-dark-magenta .card.card-transparent .text, .block-dark-purple .card.card-transparent .text {
  color: #ffffff;
}
.block-section-cards .card {
  border: 0;
}
.block-section-cards .card .card-body {
  padding: 32px 32px 24px;
}
@media (min-width: 992px) {
  .block-section-cards .card .card-body {
    padding: 48px 48px 32px;
  }
}
@media (min-width: 992px) {
  .block-section-cards .card .card-body.compact {
    padding: 32px 32px 24px;
  }
}
.block-section-cards .card .card-body .card-img-top {
  position: relative;
}
.block-section-cards .card .card-body .card-img-top .label {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 1;
}
.block-section-cards .card .card-body .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  color: #00319E;
}
.block-section-cards .card .card-body .sub-title {
  margin-bottom: 0;
  font-family: "din-condensed", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #AF0C89;
  text-transform: uppercase;
}
.block-section-cards .card .card-body .text {
  margin-top: 24px;
}
.block-section-cards .card .card-body .text p:last-child,
.block-section-cards .card .card-body .text ul:last-child,
.block-section-cards .card .card-body .text ol:last-child {
  margin-bottom: 0;
}
.block-section-cards .card .card-body .img-fluid {
  border-radius: 10px;
}
.block-section-cards .card .card-footer {
  padding: 0 32px;
  margin: 0;
  background: none;
  border: none;
}
@media (min-width: 992px) {
  .block-section-cards .card .card-footer {
    padding: 0 48px;
  }
}
.block-section-cards .card .card-footer .btn {
  margin-bottom: -25px;
  width: 100%;
}
.card.card-transparent {
  border: none !important;
}
.card.card-transparent .card-img-top {
  border-radius: 10px;
}
.card.card-callout.card-contact-splash .card-body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 992px) {
  .card.card-callout.card-contact-splash .card-body .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card.card-callout.card-contact-splash .card-body .content .title {
  margin: 0 0 0 24px;
  font-size: 22px;
  line-height: 31px;
  color: #666666;
}
.card.card-callout.card-contact-splash .card-body .content .fa-solid {
  font-size: 34px;
  line-height: 1;
  color: #999999;
}
.card.card-callout .card-body {
  padding: 32px;
}
.card.card-callout .card-body .content {
  width: 100%;
}
.card.card-callout .card-body .content .title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #AF0C89;
}
@media (min-width: 1200px) {
  .card.card-callout .card-body .content .title {
    font-size: 30px;
    line-height: 39px;
  }
}
.card.card-callout .card-body .content .text {
  font-size: 18px;
  line-height: 27px;
}
.card.card-callout .card-body .content .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1400px) {
  .card.card-callout .card-body .content .btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.card.card-callout .card-body .content .btn-container .btn {
  width: 100%;
}
.card.card-callout .card-body .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.card.card-callout .card-body .image-container .img-fluid {
  margin-top: -96px;
  margin-bottom: 48px;
  width: 100%;
}
@media (min-width: 992px) {
  .card.card-callout .card-body .image-container .img-fluid {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .card.card-callout .card-body .image-container .img-fluid {
    position: absolute;
    top: -96px;
    left: -64px;
    width: auto;
  }
}
.card.card-social-media {
  margin-top: -60px;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .card.card-social-media {
    margin-top: -120px;
  }
}
.card.card-social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card.card-social-media ul li {
  margin: 0;
  padding: 0;
}
.card.card-social-media ul li a {
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
}
.card.card-stats {
  border: none !important;
  background-color: #ebebeb;
}
.card.card-stats .card-body {
  padding: 48px;
  text-align: center;
}
.card.card-stats .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card.card-stats .card-body ul li {
  margin: 0;
}
.card.card-stats .card-body ul li + li {
  margin-top: 24px;
}
.card.card-stats .card-body ul li .sub-title {
  margin: 0;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  color: #00319E;
}
.card.card-stats .card-body ul li .sub-title span {
  display: block;
  font-family: "din-condensed", sans-serif;
  font-size: 22px;
  line-height: 31px;
  color: #333333;
  text-transform: uppercase;
}
.card.card-pricing {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
.card.card-pricing.card-outline {
  background: none;
}
.card.card-pricing.card-dark-blue .card-header,
.card.card-pricing.card-dark-blue .card-footer {
  background-color: #00319E;
}
.card.card-pricing.card-dark-blue .title,
.card.card-pricing.card-dark-blue .price,
.card.card-pricing.card-dark-blue .text {
  color: #ffffff;
}
.card.card-pricing .card-header {
  padding: 32px 32px 0 32px;
  border: none;
}
.card.card-pricing .title {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
}
.card.card-pricing .sub-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.card.card-pricing .card-body {
  padding: 32px;
}
.card.card-pricing .card-body .price {
  margin: 48px 0;
  font-family: "din-condensed", sans-serif;
  font-size: 78px;
  line-height: 1;
  text-align: center;
}
.card.card-pricing .card-body .price.small {
  margin: 8px 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
}
.card.card-pricing .card-body .price.small .sub-text {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}
.card.card-pricing .card-footer {
  padding: 32px;
  border: none;
  background: none;
}
.card.card-pricing .card-footer .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .card.card-offset {
    margin-top: 96px;
  }
}
.card.card-text .card-body .title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
}
.card.card-text .card-body,
.card.card-text .card-footer {
  border: none;
  background: none;
}

.carousel {
  width: 100%;
  overflow: auto;
}
.carousel.carousel-fade .carousel-item {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}
.blob-container .carousel {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 0;
}

.hero .curve, .block .curve, footer .curve {
  margin-bottom: -57px;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.hero .curve.curve-light-blue.darken path, .block .curve.curve-light-blue.darken path, footer .curve.curve-light-blue.darken path {
  fill: #0e72e3 !important;
}
.hero .curve.curve-light-blue.lighten path, .block .curve.curve-light-blue.lighten path, footer .curve.curve-light-blue.lighten path {
  fill: #318cf2 !important;
}
.hero .curve.curve-light-blue path, .block .curve.curve-light-blue path, footer .curve.curve-light-blue path {
  fill: #197FF1;
}
.hero .curve.curve-blue.darken path, .block .curve.curve-blue.darken path, footer .curve.curve-blue.darken path {
  fill: #0a2fb6 !important;
}
.hero .curve.curve-blue.lighten path, .block .curve.curve-blue.lighten path, footer .curve.curve-blue.lighten path {
  fill: #0c3be6 !important;
}
.hero .curve.curve-blue path, .block .curve.curve-blue path, footer .curve.curve-blue path {
  fill: #0B35CE;
}
.hero .curve.curve-dark-blue.darken path, .block .curve.curve-dark-blue.darken path, footer .curve.curve-dark-blue.darken path {
  fill: #002985 !important;
}
.hero .curve.curve-dark-blue.lighten path, .block .curve.curve-dark-blue.lighten path, footer .curve.curve-dark-blue.lighten path {
  fill: #0039b8 !important;
}
.hero .curve.curve-dark-blue path, .block .curve.curve-dark-blue path, footer .curve.curve-dark-blue path {
  fill: #00319E;
}
.hero .curve.curve-light-green.darken path, .block .curve.curve-light-green.darken path, footer .curve.curve-light-green.darken path {
  fill: #25d377 !important;
}
.hero .curve.curve-light-green.lighten path, .block .curve.curve-light-green.lighten path, footer .curve.curve-light-green.lighten path {
  fill: #4be091 !important;
}
.hero .curve.curve-light-green path, .block .curve.curve-light-green path, footer .curve.curve-light-green path {
  fill: #35DC84;
}
.hero .curve.curve-green.darken path, .block .curve.curve-green.darken path, footer .curve.curve-green.darken path {
  fill: #10e169 !important;
}
.hero .curve.curve-green.lighten path, .block .curve.curve-green.lighten path, footer .curve.curve-green.lighten path {
  fill: #33f184 !important;
}
.hero .curve.curve-green path, .block .curve.curve-green path, footer .curve.curve-green path {
  fill: #1BEF76;
}
.hero .curve.curve-dark-green.darken path, .block .curve.curve-dark-green.darken path, footer .curve.curve-dark-green.darken path {
  fill: #08b410 !important;
}
.hero .curve.curve-dark-green.lighten path, .block .curve.curve-dark-green.lighten path, footer .curve.curve-dark-green.lighten path {
  fill: #0ae414 !important;
}
.hero .curve.curve-dark-green path, .block .curve.curve-dark-green path, footer .curve.curve-dark-green path {
  fill: #09CC12;
}
.hero .curve.curve-light-magenta.darken path, .block .curve.curve-light-magenta.darken path, footer .curve.curve-light-magenta.darken path {
  fill: #ff3dbf !important;
}
.hero .curve.curve-light-magenta.lighten path, .block .curve.curve-light-magenta.lighten path, footer .curve.curve-light-magenta.lighten path {
  fill: #ff70cf !important;
}
.hero .curve.curve-light-magenta path, .block .curve.curve-light-magenta path, footer .curve.curve-light-magenta path {
  fill: #FF56C7;
}
.hero .curve.curve-magenta.darken path, .block .curve.curve-magenta.darken path, footer .curve.curve-magenta.darken path {
  fill: #f812b6 !important;
}
.hero .curve.curve-magenta.lighten path, .block .curve.curve-magenta.lighten path, footer .curve.curve-magenta.lighten path {
  fill: #fa44c6 !important;
}
.hero .curve.curve-magenta path, .block .curve.curve-magenta path, footer .curve.curve-magenta path {
  fill: #F92BBE;
}
.hero .curve.curve-dark-magenta.darken path, .block .curve.curve-dark-magenta.darken path, footer .curve.curve-dark-magenta.darken path {
  fill: #970a76 !important;
}
.hero .curve.curve-dark-magenta.lighten path, .block .curve.curve-dark-magenta.lighten path, footer .curve.curve-dark-magenta.lighten path {
  fill: #c70e9c !important;
}
.hero .curve.curve-dark-magenta path, .block .curve.curve-dark-magenta path, footer .curve.curve-dark-magenta path {
  fill: #AF0C89;
}
.hero .curve.curve-light-purple.darken path, .block .curve.curve-light-purple.darken path, footer .curve.curve-light-purple.darken path {
  fill: #b442f5 !important;
}
.hero .curve.curve-light-purple.lighten path, .block .curve.curve-light-purple.lighten path, footer .curve.curve-light-purple.lighten path {
  fill: #c872f7 !important;
}
.hero .curve.curve-light-purple path, .block .curve.curve-light-purple path, footer .curve.curve-light-purple path {
  fill: #BE5AF6;
}
.hero .curve.curve-purple.darken path, .block .curve.curve-purple.darken path, footer .curve.curve-purple.darken path {
  fill: #8413ce !important;
}
.hero .curve.curve-purple.lighten path, .block .curve.curve-purple.lighten path, footer .curve.curve-purple.lighten path {
  fill: #9e28eb !important;
}
.hero .curve.curve-purple path, .block .curve.curve-purple path, footer .curve.curve-purple path {
  fill: #9315E5;
}
.hero .curve.curve-dark-purple.darken path, .block .curve.curve-dark-purple.darken path, footer .curve.curve-dark-purple.darken path {
  fill: #530a9a !important;
}
.hero .curve.curve-dark-purple.lighten path, .block .curve.curve-dark-purple.lighten path, footer .curve.curve-dark-purple.lighten path {
  fill: #6d0cca !important;
}
.hero .curve.curve-dark-purple path, .block .curve.curve-dark-purple path, footer .curve.curve-dark-purple path {
  fill: #600BB2;
}
.hero .curve.curve-light-yellow.darken path, .block .curve.curve-light-yellow.darken path, footer .curve.curve-light-yellow.darken path {
  fill: #fcd329 !important;
}
.hero .curve.curve-light-yellow.lighten path, .block .curve.curve-light-yellow.lighten path, footer .curve.curve-light-yellow.lighten path {
  fill: #fcdd5b !important;
}
.hero .curve.curve-light-yellow path, .block .curve.curve-light-yellow path, footer .curve.curve-light-yellow path {
  fill: #FCD842;
}
.hero .curve.curve-yellow.darken path, .block .curve.curve-yellow.darken path, footer .curve.curve-yellow.darken path {
  fill: #dbb600 !important;
}
.hero .curve.curve-yellow.lighten path, .block .curve.curve-yellow.lighten path, footer .curve.curve-yellow.lighten path {
  fill: #ffd70f !important;
}
.hero .curve.curve-yellow path, .block .curve.curve-yellow path, footer .curve.curve-yellow path {
  fill: #F4CB00;
}
.hero .curve.curve-dark-yellow.darken path, .block .curve.curve-dark-yellow.darken path, footer .curve.curve-dark-yellow.darken path {
  fill: #d98b00 !important;
}
.hero .curve.curve-dark-yellow.lighten path, .block .curve.curve-dark-yellow.lighten path, footer .curve.curve-dark-yellow.lighten path {
  fill: #ffa80d !important;
}
.hero .curve.curve-dark-yellow path, .block .curve.curve-dark-yellow path, footer .curve.curve-dark-yellow path {
  fill: #F29B00;
}
.hero .curve.curve-transparent.darken path, .block .curve.curve-transparent.darken path, footer .curve.curve-transparent.darken path {
  fill: rgba(0, 0, 0, 0) !important;
}
.hero .curve.curve-transparent.lighten path, .block .curve.curve-transparent.lighten path, footer .curve.curve-transparent.lighten path {
  fill: rgba(13, 13, 13, 0) !important;
}
.hero .curve.curve-transparent path, .block .curve.curve-transparent path, footer .curve.curve-transparent path {
  fill: transparent;
}
.hero .curve.curve-white.darken path, .block .curve.curve-white.darken path, footer .curve.curve-white.darken path {
  fill: #f2f2f2 !important;
}
.hero .curve.curve-white.lighten path, .block .curve.curve-white.lighten path, footer .curve.curve-white.lighten path {
  fill: white !important;
}
.hero .curve.curve-white path, .block .curve.curve-white path, footer .curve.curve-white path {
  fill: #ffffff;
}
.hero .curve.curve-black.darken path, .block .curve.curve-black.darken path, footer .curve.curve-black.darken path {
  fill: black !important;
}
.hero .curve.curve-black.lighten path, .block .curve.curve-black.lighten path, footer .curve.curve-black.lighten path {
  fill: #0d0d0d !important;
}
.hero .curve.curve-black path, .block .curve.curve-black path, footer .curve.curve-black path {
  fill: #000000;
}
.hero .curve.curve-off-white.darken path, .block .curve.curve-off-white.darken path, footer .curve.curve-off-white.darken path {
  fill: #d9d9d9 !important;
}
.hero .curve.curve-off-white.lighten path, .block .curve.curve-off-white.lighten path, footer .curve.curve-off-white.lighten path {
  fill: #f2f2f2 !important;
}
.hero .curve.curve-off-white path, .block .curve.curve-off-white path, footer .curve.curve-off-white path {
  fill: #e6e6e6;
}
.hero .curve.curve-gray-20.darken path, .block .curve.curve-gray-20.darken path, footer .curve.curve-gray-20.darken path {
  fill: #bfbfbf !important;
}
.hero .curve.curve-gray-20.lighten path, .block .curve.curve-gray-20.lighten path, footer .curve.curve-gray-20.lighten path {
  fill: #d9d9d9 !important;
}
.hero .curve.curve-gray-20 path, .block .curve.curve-gray-20 path, footer .curve.curve-gray-20 path {
  fill: #cccccc;
}
.hero .curve.curve-gray-40.darken path, .block .curve.curve-gray-40.darken path, footer .curve.curve-gray-40.darken path {
  fill: #8c8c8c !important;
}
.hero .curve.curve-gray-40.lighten path, .block .curve.curve-gray-40.lighten path, footer .curve.curve-gray-40.lighten path {
  fill: #a6a6a6 !important;
}
.hero .curve.curve-gray-40 path, .block .curve.curve-gray-40 path, footer .curve.curve-gray-40 path {
  fill: #999999;
}
.hero .curve.curve-gray-60.darken path, .block .curve.curve-gray-60.darken path, footer .curve.curve-gray-60.darken path {
  fill: #595959 !important;
}
.hero .curve.curve-gray-60.lighten path, .block .curve.curve-gray-60.lighten path, footer .curve.curve-gray-60.lighten path {
  fill: #737373 !important;
}
.hero .curve.curve-gray-60 path, .block .curve.curve-gray-60 path, footer .curve.curve-gray-60 path {
  fill: #666666;
}
.hero .curve.curve-gray-80.darken path, .block .curve.curve-gray-80.darken path, footer .curve.curve-gray-80.darken path {
  fill: #262626 !important;
}
.hero .curve.curve-gray-80.lighten path, .block .curve.curve-gray-80.lighten path, footer .curve.curve-gray-80.lighten path {
  fill: #404040 !important;
}
.hero .curve.curve-gray-80 path, .block .curve.curve-gray-80 path, footer .curve.curve-gray-80 path {
  fill: #333333;
}
.hero .curve.top .curve-svg, .block .curve.top .curve-svg, footer .curve.top .curve-svg {
  top: 0;
}
.hero .curve.bottom .curve-svg, .block .curve.bottom .curve-svg, footer .curve.bottom .curve-svg {
  bottom: 0;
}
.hero .curve.left .curve-svg, .block .curve.left .curve-svg, footer .curve.left .curve-svg {
  left: 0;
}
.hero .curve.right .curve-svg, .block .curve.right .curve-svg, footer .curve.right .curve-svg {
  right: 0;
}
.hero .curve.compact, .block .curve.compact, footer .curve.compact {
  margin-bottom: 0;
  height: 60px;
}
.hero .curve.compact .curve-svg, .block .curve.compact .curve-svg, footer .curve.compact .curve-svg {
  height: 60px;
}
.hero .curve .curve-svg, .block .curve .curve-svg, footer .curve .curve-svg {
  position: absolute;
  height: 160px;
  width: 100%;
  min-width: 1440px;
}
.block .curve {
  margin-bottom: 0;
}
.block .curve.top {
  margin-top: -64px;
}
.block .curve.bottom {
  margin-bottom: -64px;
}
footer .curve {
  margin-top: -1px;
  margin-bottom: 0;
}

.curved-line {
  position: absolute;
  height: 125px;
  z-index: 5;
}
.curved-line.curved-line-light-blue path {
  fill: none;
  stroke: #197FF1;
}
.curved-line.curved-line-light-blue circle,
.curved-line.curved-line-light-blue .arrow path {
  fill: #197FF1;
}
.curved-line.curved-line-light-blue .arrow path {
  stroke: none;
}
.curved-line.curved-line-blue path {
  fill: none;
  stroke: #0B35CE;
}
.curved-line.curved-line-blue circle,
.curved-line.curved-line-blue .arrow path {
  fill: #0B35CE;
}
.curved-line.curved-line-blue .arrow path {
  stroke: none;
}
.curved-line.curved-line-dark-blue path {
  fill: none;
  stroke: #00319E;
}
.curved-line.curved-line-dark-blue circle,
.curved-line.curved-line-dark-blue .arrow path {
  fill: #00319E;
}
.curved-line.curved-line-dark-blue .arrow path {
  stroke: none;
}
.curved-line.curved-line-light-green path {
  fill: none;
  stroke: #35DC84;
}
.curved-line.curved-line-light-green circle,
.curved-line.curved-line-light-green .arrow path {
  fill: #35DC84;
}
.curved-line.curved-line-light-green .arrow path {
  stroke: none;
}
.curved-line.curved-line-green path {
  fill: none;
  stroke: #1BEF76;
}
.curved-line.curved-line-green circle,
.curved-line.curved-line-green .arrow path {
  fill: #1BEF76;
}
.curved-line.curved-line-green .arrow path {
  stroke: none;
}
.curved-line.curved-line-dark-green path {
  fill: none;
  stroke: #09CC12;
}
.curved-line.curved-line-dark-green circle,
.curved-line.curved-line-dark-green .arrow path {
  fill: #09CC12;
}
.curved-line.curved-line-dark-green .arrow path {
  stroke: none;
}
.curved-line.curved-line-light-magenta path {
  fill: none;
  stroke: #FF56C7;
}
.curved-line.curved-line-light-magenta circle,
.curved-line.curved-line-light-magenta .arrow path {
  fill: #FF56C7;
}
.curved-line.curved-line-light-magenta .arrow path {
  stroke: none;
}
.curved-line.curved-line-magenta path {
  fill: none;
  stroke: #F92BBE;
}
.curved-line.curved-line-magenta circle,
.curved-line.curved-line-magenta .arrow path {
  fill: #F92BBE;
}
.curved-line.curved-line-magenta .arrow path {
  stroke: none;
}
.curved-line.curved-line-dark-magenta path {
  fill: none;
  stroke: #AF0C89;
}
.curved-line.curved-line-dark-magenta circle,
.curved-line.curved-line-dark-magenta .arrow path {
  fill: #AF0C89;
}
.curved-line.curved-line-dark-magenta .arrow path {
  stroke: none;
}
.curved-line.curved-line-light-purple path {
  fill: none;
  stroke: #BE5AF6;
}
.curved-line.curved-line-light-purple circle,
.curved-line.curved-line-light-purple .arrow path {
  fill: #BE5AF6;
}
.curved-line.curved-line-light-purple .arrow path {
  stroke: none;
}
.curved-line.curved-line-purple path {
  fill: none;
  stroke: #9315E5;
}
.curved-line.curved-line-purple circle,
.curved-line.curved-line-purple .arrow path {
  fill: #9315E5;
}
.curved-line.curved-line-purple .arrow path {
  stroke: none;
}
.curved-line.curved-line-dark-purple path {
  fill: none;
  stroke: #600BB2;
}
.curved-line.curved-line-dark-purple circle,
.curved-line.curved-line-dark-purple .arrow path {
  fill: #600BB2;
}
.curved-line.curved-line-dark-purple .arrow path {
  stroke: none;
}
.curved-line.curved-line-light-yellow path {
  fill: none;
  stroke: #FCD842;
}
.curved-line.curved-line-light-yellow circle,
.curved-line.curved-line-light-yellow .arrow path {
  fill: #FCD842;
}
.curved-line.curved-line-light-yellow .arrow path {
  stroke: none;
}
.curved-line.curved-line-yellow path {
  fill: none;
  stroke: #F4CB00;
}
.curved-line.curved-line-yellow circle,
.curved-line.curved-line-yellow .arrow path {
  fill: #F4CB00;
}
.curved-line.curved-line-yellow .arrow path {
  stroke: none;
}
.curved-line.curved-line-dark-yellow path {
  fill: none;
  stroke: #F29B00;
}
.curved-line.curved-line-dark-yellow circle,
.curved-line.curved-line-dark-yellow .arrow path {
  fill: #F29B00;
}
.curved-line.curved-line-dark-yellow .arrow path {
  stroke: none;
}
.curved-line.curved-line-transparent path {
  fill: none;
  stroke: transparent;
}
.curved-line.curved-line-transparent circle,
.curved-line.curved-line-transparent .arrow path {
  fill: transparent;
}
.curved-line.curved-line-transparent .arrow path {
  stroke: none;
}
.curved-line.curved-line-white path {
  fill: none;
  stroke: #ffffff;
}
.curved-line.curved-line-white circle,
.curved-line.curved-line-white .arrow path {
  fill: #ffffff;
}
.curved-line.curved-line-white .arrow path {
  stroke: none;
}
.curved-line.curved-line-black path {
  fill: none;
  stroke: #000000;
}
.curved-line.curved-line-black circle,
.curved-line.curved-line-black .arrow path {
  fill: #000000;
}
.curved-line.curved-line-black .arrow path {
  stroke: none;
}
.curved-line.curved-line-off-white path {
  fill: none;
  stroke: #e6e6e6;
}
.curved-line.curved-line-off-white circle,
.curved-line.curved-line-off-white .arrow path {
  fill: #e6e6e6;
}
.curved-line.curved-line-off-white .arrow path {
  stroke: none;
}
.curved-line.curved-line-gray-20 path {
  fill: none;
  stroke: #cccccc;
}
.curved-line.curved-line-gray-20 circle,
.curved-line.curved-line-gray-20 .arrow path {
  fill: #cccccc;
}
.curved-line.curved-line-gray-20 .arrow path {
  stroke: none;
}
.curved-line.curved-line-gray-40 path {
  fill: none;
  stroke: #999999;
}
.curved-line.curved-line-gray-40 circle,
.curved-line.curved-line-gray-40 .arrow path {
  fill: #999999;
}
.curved-line.curved-line-gray-40 .arrow path {
  stroke: none;
}
.curved-line.curved-line-gray-60 path {
  fill: none;
  stroke: #666666;
}
.curved-line.curved-line-gray-60 circle,
.curved-line.curved-line-gray-60 .arrow path {
  fill: #666666;
}
.curved-line.curved-line-gray-60 .arrow path {
  stroke: none;
}
.curved-line.curved-line-gray-80 path {
  fill: none;
  stroke: #333333;
}
.curved-line.curved-line-gray-80 circle,
.curved-line.curved-line-gray-80 .arrow path {
  fill: #333333;
}
.curved-line.curved-line-gray-80 .arrow path {
  stroke: none;
}
.curved-line.top {
  top: 0;
}
.curved-line.bottom {
  bottom: 0;
}
.curved-line.left {
  left: 0;
}
.curved-line.right {
  right: 0;
}
.curved-line svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.curved-line svg path {
  stroke-width: 3;
}
.curved-line.circle .arrow {
  opacity: 0;
}
.curved-line.circle circle {
  opacity: 1;
}
.curved-line.arrow .arrow {
  opacity: 1;
}
.curved-line.arrow circle {
  opacity: 0;
}
.curved-line.dashed {
  width: 50%;
  background-repeat: no-repeat;
}
.curved-line.dashed svg > path {
  stroke-dasharray: 6;
}
.curved-line.right {
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
}
.curved-line.hidden {
  opacity: 0;
}

form label:has(+ input:required, + select:required, + textarea:required):after {
  margin-left: 4px;
  content: "*";
  font-weight: 700;
  color: #AF0C89;
}

.label.label-light-blue {
  background-color: #197FF1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#197FF1), to(#0e72e3));
  background-image: linear-gradient(to bottom, #197FF1, #0e72e3);
  background-repeat: repeat-x;
}
.label.label-blue {
  background-color: #0B35CE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0B35CE), to(#0a2fb6));
  background-image: linear-gradient(to bottom, #0B35CE, #0a2fb6);
  background-repeat: repeat-x;
}
.label.label-dark-blue {
  background-color: #00319E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00319E), to(#002985));
  background-image: linear-gradient(to bottom, #00319E, #002985);
  background-repeat: repeat-x;
}
.label.label-light-green {
  background-color: #35DC84;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#35DC84), to(#25d377));
  background-image: linear-gradient(to bottom, #35DC84, #25d377);
  background-repeat: repeat-x;
}
.label.label-green {
  background-color: #1BEF76;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1BEF76), to(#10e169));
  background-image: linear-gradient(to bottom, #1BEF76, #10e169);
  background-repeat: repeat-x;
}
.label.label-dark-green {
  background-color: #09CC12;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09CC12), to(#08b410));
  background-image: linear-gradient(to bottom, #09CC12, #08b410);
  background-repeat: repeat-x;
}
.label.label-light-magenta {
  background-color: #FF56C7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF56C7), to(#ff3dbf));
  background-image: linear-gradient(to bottom, #FF56C7, #ff3dbf);
  background-repeat: repeat-x;
}
.label.label-magenta {
  background-color: #F92BBE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F92BBE), to(#f812b6));
  background-image: linear-gradient(to bottom, #F92BBE, #f812b6);
  background-repeat: repeat-x;
}
.label.label-dark-magenta {
  background-color: #AF0C89;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#AF0C89), to(#970a76));
  background-image: linear-gradient(to bottom, #AF0C89, #970a76);
  background-repeat: repeat-x;
}
.label.label-light-purple {
  background-color: #BE5AF6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BE5AF6), to(#b442f5));
  background-image: linear-gradient(to bottom, #BE5AF6, #b442f5);
  background-repeat: repeat-x;
}
.label.label-purple {
  background-color: #9315E5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9315E5), to(#8413ce));
  background-image: linear-gradient(to bottom, #9315E5, #8413ce);
  background-repeat: repeat-x;
}
.label.label-dark-purple {
  background-color: #600BB2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#600BB2), to(#530a9a));
  background-image: linear-gradient(to bottom, #600BB2, #530a9a);
  background-repeat: repeat-x;
}
.label.label-light-yellow {
  background-color: #FCD842;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FCD842), to(#fcd329));
  background-image: linear-gradient(to bottom, #FCD842, #fcd329);
  background-repeat: repeat-x;
}
.label.label-yellow {
  background-color: #F4CB00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4CB00), to(#dbb600));
  background-image: linear-gradient(to bottom, #F4CB00, #dbb600);
  background-repeat: repeat-x;
}
.label.label-dark-yellow {
  background-color: #F29B00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F29B00), to(#d98b00));
  background-image: linear-gradient(to bottom, #F29B00, #d98b00);
  background-repeat: repeat-x;
}
.label.label-transparent {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
}
.label.label-white {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
}
.label.label-black {
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(black));
  background-image: linear-gradient(to bottom, #000000, black);
  background-repeat: repeat-x;
}
.label.label-off-white {
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d9d9d9));
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  background-repeat: repeat-x;
}
.label.label-gray-20 {
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#bfbfbf));
  background-image: linear-gradient(to bottom, #cccccc, #bfbfbf);
  background-repeat: repeat-x;
}
.label.label-gray-40 {
  background-color: #999999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#8c8c8c));
  background-image: linear-gradient(to bottom, #999999, #8c8c8c);
  background-repeat: repeat-x;
}
.label.label-gray-60 {
  background-color: #666666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#595959));
  background-image: linear-gradient(to bottom, #666666, #595959);
  background-repeat: repeat-x;
}
.label.label-gray-80 {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
  background-image: linear-gradient(to bottom, #333333, #262626);
  background-repeat: repeat-x;
}
.block-section-cards .label .title {
  margin: 0;
  padding: 12px 16px;
  font-family: "poppins", serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

.quote {
  margin-top: 64px;
  position: relative;
}
.quote.quote-light-blue path {
  fill: #197FF1;
}
.quote.quote-blue path {
  fill: #0B35CE;
}
.quote.quote-dark-blue path {
  fill: #00319E;
}
.quote.quote-light-green path {
  fill: #35DC84;
}
.quote.quote-green path {
  fill: #1BEF76;
}
.quote.quote-dark-green path {
  fill: #09CC12;
}
.quote.quote-light-magenta path {
  fill: #FF56C7;
}
.quote.quote-magenta path {
  fill: #F92BBE;
}
.quote.quote-dark-magenta path {
  fill: #AF0C89;
}
.quote.quote-light-purple path {
  fill: #BE5AF6;
}
.quote.quote-purple path {
  fill: #9315E5;
}
.quote.quote-dark-purple path {
  fill: #600BB2;
}
.quote.quote-light-yellow path {
  fill: #FCD842;
}
.quote.quote-yellow path {
  fill: #F4CB00;
}
.quote.quote-dark-yellow path {
  fill: #F29B00;
}
.quote.quote-transparent path {
  fill: transparent;
}
.quote.quote-white path {
  fill: #ffffff;
}
.quote.quote-black path {
  fill: #000000;
}
.quote.quote-off-white path {
  fill: #e6e6e6;
}
.quote.quote-gray-20 path {
  fill: #cccccc;
}
.quote.quote-gray-40 path {
  fill: #999999;
}
.quote.quote-gray-60 path {
  fill: #666666;
}
.quote.quote-gray-80 path {
  fill: #333333;
}
.quote .quote-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.quote div[class*=col-] {
  position: relative;
}
.quote .content-block {
  position: relative;
  padding: 96px 64px 64px;
  z-index: 1;
}
@media (min-width: 992px) {
  .quote .content-block {
    padding: 96px;
  }
}
.quote .content-block blockquote,
.quote .content-block figcaption {
  display: block;
  font-family: "din-condensed", sans-serif;
  color: #ffffff;
}
.quote .content-block blockquote .dash,
.quote .content-block figcaption .dash {
  color: #F29B00;
}
.quote .content-block blockquote {
  position: relative;
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 31px;
}
.quote .content-block figcaption {
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}
.quote .content-block figcaption .dash {
  margin-right: 8px;
}
.quote .photo {
  margin-bottom: -64px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .quote .photo {
    margin-bottom: 0;
    margin-left: -64px;
  }
}
.quote .fa-solid {
  position: absolute;
  font-size: 58px;
  line-height: 1;
  color: #F29B00;
  z-index: 5;
}
.quote .fa-solid.fa-quote-left {
  top: -24px;
  left: -64px;
}
@media (min-width: 992px) {
  .quote .fa-solid.fa-quote-left {
    left: -96px;
  }
}
.quote .fa-solid.fa-quote-right {
  bottom: -24px;
  right: -48px;
}

.nav-tabs {
  border: none;
}
.nav-tabs.nav-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  overflow-x: auto;
  border-radius: 10px;
}
.nav-tabs.nav-contact-us .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 260px;
}
.nav-tabs.nav-contact-us .nav-item .nav-link {
  padding: 32px;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #7a0ee2;
  border-radius: 10px;
}
.nav-tabs.nav-contact-us .nav-item .nav-link:focus, .nav-tabs.nav-contact-us .nav-item .nav-link:hover {
  background-color: #600BB2;
}
.nav-tabs.nav-contact-us .nav-item .nav-link.active {
  background-color: #AF0C89;
}
.nav-tabs.nav-contact-us .nav-item .nav-link .fa-duotone {
  font-size: 58px;
  line-height: 1;
}
.nav-tabs.nav-contact-us .nav-item .nav-link .title {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 29px;
}
.nav-tabs.nav-contact-us .nav-item .nav-link .description {
  margin-top: 4px;
  font-size: 14px;
  line-height: 23px;
}

.block {
  padding: 48px 0;
  position: relative;
}
.block.block-light-blue {
  position: relative;
  background-color: #197FF1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#197FF1), to(#0e72e3));
  background-image: linear-gradient(to bottom, #197FF1, #0e72e3);
  background-repeat: repeat-x;
}
.block.block-light-blue:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-blue {
  position: relative;
  background-color: #0B35CE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0B35CE), to(#0a2fb6));
  background-image: linear-gradient(to bottom, #0B35CE, #0a2fb6);
  background-repeat: repeat-x;
}
.block.block-blue:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-dark-blue {
  position: relative;
  background-color: #00319E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00319E), to(#002985));
  background-image: linear-gradient(to bottom, #00319E, #002985);
  background-repeat: repeat-x;
}
.block.block-dark-blue:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-light-green {
  position: relative;
  background-color: #35DC84;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#35DC84), to(#25d377));
  background-image: linear-gradient(to bottom, #35DC84, #25d377);
  background-repeat: repeat-x;
}
.block.block-light-green:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-green {
  position: relative;
  background-color: #1BEF76;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1BEF76), to(#10e169));
  background-image: linear-gradient(to bottom, #1BEF76, #10e169);
  background-repeat: repeat-x;
}
.block.block-green:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-dark-green {
  position: relative;
  background-color: #09CC12;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09CC12), to(#08b410));
  background-image: linear-gradient(to bottom, #09CC12, #08b410);
  background-repeat: repeat-x;
}
.block.block-dark-green:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-light-magenta {
  position: relative;
  background-color: #FF56C7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF56C7), to(#ff3dbf));
  background-image: linear-gradient(to bottom, #FF56C7, #ff3dbf);
  background-repeat: repeat-x;
}
.block.block-light-magenta:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-magenta {
  position: relative;
  background-color: #F92BBE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F92BBE), to(#f812b6));
  background-image: linear-gradient(to bottom, #F92BBE, #f812b6);
  background-repeat: repeat-x;
}
.block.block-magenta:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-dark-magenta {
  position: relative;
  background-color: #AF0C89;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#AF0C89), to(#970a76));
  background-image: linear-gradient(to bottom, #AF0C89, #970a76);
  background-repeat: repeat-x;
}
.block.block-dark-magenta:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-light-purple {
  position: relative;
  background-color: #BE5AF6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BE5AF6), to(#b442f5));
  background-image: linear-gradient(to bottom, #BE5AF6, #b442f5);
  background-repeat: repeat-x;
}
.block.block-light-purple:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-purple {
  position: relative;
  background-color: #9315E5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9315E5), to(#8413ce));
  background-image: linear-gradient(to bottom, #9315E5, #8413ce);
  background-repeat: repeat-x;
}
.block.block-purple:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-dark-purple {
  position: relative;
  background-color: #600BB2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#600BB2), to(#530a9a));
  background-image: linear-gradient(to bottom, #600BB2, #530a9a);
  background-repeat: repeat-x;
}
.block.block-dark-purple:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-light-yellow {
  position: relative;
  background-color: #FCD842;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FCD842), to(#fcd329));
  background-image: linear-gradient(to bottom, #FCD842, #fcd329);
  background-repeat: repeat-x;
}
.block.block-light-yellow:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-yellow {
  position: relative;
  background-color: #F4CB00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4CB00), to(#dbb600));
  background-image: linear-gradient(to bottom, #F4CB00, #dbb600);
  background-repeat: repeat-x;
}
.block.block-yellow:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-dark-yellow {
  position: relative;
  background-color: #F29B00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F29B00), to(#d98b00));
  background-image: linear-gradient(to bottom, #F29B00, #d98b00);
  background-repeat: repeat-x;
}
.block.block-dark-yellow:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-transparent {
  position: relative;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
}
.block.block-transparent:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-white {
  position: relative;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
}
.block.block-white:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-black {
  position: relative;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(black));
  background-image: linear-gradient(to bottom, #000000, black);
  background-repeat: repeat-x;
}
.block.block-black:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-off-white {
  position: relative;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d9d9d9));
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  background-repeat: repeat-x;
}
.block.block-off-white:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-gray-20 {
  position: relative;
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#bfbfbf));
  background-image: linear-gradient(to bottom, #cccccc, #bfbfbf);
  background-repeat: repeat-x;
}
.block.block-gray-20:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-gray-40 {
  position: relative;
  background-color: #999999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#8c8c8c));
  background-image: linear-gradient(to bottom, #999999, #8c8c8c);
  background-repeat: repeat-x;
}
.block.block-gray-40:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-gray-60 {
  position: relative;
  background-color: #666666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#595959));
  background-image: linear-gradient(to bottom, #666666, #595959);
  background-repeat: repeat-x;
}
.block.block-gray-60:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.block.block-gray-80 {
  position: relative;
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
  background-image: linear-gradient(to bottom, #333333, #262626);
  background-repeat: repeat-x;
}
.block.block-gray-80:before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
main .block:only-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
}
.block .content:not(.card .content) {
  padding: 64px 0;
}
@media (min-width: 992px) {
  .block .content:not(.card .content) {
    padding: 0;
  }
}
.block .content:not(.card .content) .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
.block .content:not(.card .content) .title.title-secondary {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block .content:not(.card .content) .title.title-secondary {
    font-size: 34px;
    line-height: 43px;
  }
}
@media (min-width: 992px) {
  .block .content:not(.card .content) .title.title-secondary.small {
    font-size: 28px;
    line-height: 37px;
  }
}
@media (min-width: 992px) {
  .block .content:not(.card .content) .title.title-secondary.title-overhang {
    margin-top: 64px !important;
  }
}
@media (min-width: 1200px) {
  .block .content:not(.card .content) .title.title-secondary.title-overhang {
    margin-top: 80px !important;
  }
}
.block .content:not(.card .content) .title.title-light-blue {
  color: #197FF1 !important;
}
.block .content:not(.card .content) .title.title-blue {
  color: #0B35CE !important;
}
.block .content:not(.card .content) .title.title-dark-blue {
  color: #00319E !important;
}
.block .content:not(.card .content) .title.title-light-green {
  color: #35DC84 !important;
}
.block .content:not(.card .content) .title.title-green {
  color: #1BEF76 !important;
}
.block .content:not(.card .content) .title.title-dark-green {
  color: #09CC12 !important;
}
.block .content:not(.card .content) .title.title-light-magenta {
  color: #FF56C7 !important;
}
.block .content:not(.card .content) .title.title-magenta {
  color: #F92BBE !important;
}
.block .content:not(.card .content) .title.title-dark-magenta {
  color: #AF0C89 !important;
}
.block .content:not(.card .content) .title.title-light-purple {
  color: #BE5AF6 !important;
}
.block .content:not(.card .content) .title.title-purple {
  color: #9315E5 !important;
}
.block .content:not(.card .content) .title.title-dark-purple {
  color: #600BB2 !important;
}
.block .content:not(.card .content) .title.title-light-yellow {
  color: #FCD842 !important;
}
.block .content:not(.card .content) .title.title-yellow {
  color: #F4CB00 !important;
}
.block .content:not(.card .content) .title.title-dark-yellow {
  color: #F29B00 !important;
}
.block .content:not(.card .content) .title.title-transparent {
  color: transparent !important;
}
.block .content:not(.card .content) .title.title-white {
  color: #ffffff !important;
}
.block .content:not(.card .content) .title.title-black {
  color: #000000 !important;
}
.block .content:not(.card .content) .title.title-off-white {
  color: #e6e6e6 !important;
}
.block .content:not(.card .content) .title.title-gray-20 {
  color: #cccccc !important;
}
.block .content:not(.card .content) .title.title-gray-40 {
  color: #999999 !important;
}
.block .content:not(.card .content) .title.title-gray-60 {
  color: #666666 !important;
}
.block .content:not(.card .content) .title.title-gray-80 {
  color: #333333 !important;
}
.block .content:not(.card .content) .text {
  margin-top: 16px;
}
.block .content:not(.card .content) .text p:last-child {
  margin-bottom: 0;
}
.block.block-white .card {
  border: 1px solid #e0e0e0;
}
.block.block-white .title {
  font-weight: 700;
}
.block.block-white .title.title-about {
  font-size: 22px !important;
  line-height: 31px !important;
}
.block.block-dark-purple .content:not(.card .content) .title, .block.block-dark-magenta .content:not(.card .content) .title, .block.block-dark-blue .content:not(.card .content) .title {
  color: #ffffff;
}
.block.block-dark-purple .content:not(.card .content) .title:last-child, .block.block-dark-magenta .content:not(.card .content) .title:last-child, .block.block-dark-blue .content:not(.card .content) .title:last-child {
  margin-bottom: 0;
}
.block.block-dark-purple .content:not(.card .content) .text, .block.block-dark-magenta .content:not(.card .content) .text, .block.block-dark-blue .content:not(.card .content) .text {
  color: #ffffff;
}
.block.block-dark-purple:before {
  background-image: url("../images/background-patterns/purple-repeating-pattern.png");
}
.block.block-dark-magenta:before {
  background-image: url("../images/background-patterns/magenta-repeating-pattern.png");
}
.block.block-dark-blue:before {
  background-image: url("../images/background-patterns/blue-repeating-pattern.png");
}
.block.block-cards .img-fluid {
  border-radius: 10px;
  overflow: hidden;
}
.block.block-cards .content.padded {
  padding: 64px 16px;
}
@media (min-width: 992px) {
  .block.block-cards .content.padded {
    padding: 64px 96px;
  }
}
.block.block-cards .content .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
}
.block.block-callout .content {
  padding: 0 48px !important;
  text-align: center;
}
@media (min-width: 992px) {
  .block.block-callout .content {
    padding: 0 32px !important;
    text-align: left;
  }
}
.block.block-callout .content .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
}
.block.block-callout .content .title.title-light-blue {
  color: #197FF1;
}
.block.block-callout .content .title.title-blue {
  color: #0B35CE;
}
.block.block-callout .content .title.title-dark-blue {
  color: #00319E;
}
.block.block-callout .content .title.title-light-green {
  color: #35DC84;
}
.block.block-callout .content .title.title-green {
  color: #1BEF76;
}
.block.block-callout .content .title.title-dark-green {
  color: #09CC12;
}
.block.block-callout .content .title.title-light-magenta {
  color: #FF56C7;
}
.block.block-callout .content .title.title-magenta {
  color: #F92BBE;
}
.block.block-callout .content .title.title-dark-magenta {
  color: #AF0C89;
}
.block.block-callout .content .title.title-light-purple {
  color: #BE5AF6;
}
.block.block-callout .content .title.title-purple {
  color: #9315E5;
}
.block.block-callout .content .title.title-dark-purple {
  color: #600BB2;
}
.block.block-callout .content .title.title-light-yellow {
  color: #FCD842;
}
.block.block-callout .content .title.title-yellow {
  color: #F4CB00;
}
.block.block-callout .content .title.title-dark-yellow {
  color: #F29B00;
}
.block.block-callout .content .title.title-transparent {
  color: transparent;
}
.block.block-callout .content .title.title-white {
  color: #ffffff;
}
.block.block-callout .content .title.title-black {
  color: #000000;
}
.block.block-callout .content .title.title-off-white {
  color: #e6e6e6;
}
.block.block-callout .content .title.title-gray-20 {
  color: #cccccc;
}
.block.block-callout .content .title.title-gray-40 {
  color: #999999;
}
.block.block-callout .content .title.title-gray-60 {
  color: #666666;
}
.block.block-callout .content .title.title-gray-80 {
  color: #333333;
}
.block.block-callout .content .text p:last-child {
  margin-bottom: 0;
}
.block.block-with-blob .content:not(.card .content) {
  margin-top: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 64px 0;
  row-gap: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .block.block-with-blob .content:not(.card .content) {
    margin: 0;
    padding: 0;
  }
}
.block .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block .image-container.image-overhang {
  position: relative;
  margin-top: -32px;
  margin-bottom: -250px;
}
@media (max-width: 991px) {
  .block .image-container.image-overhang .blob-container {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.block .image-container picture {
  width: 100%;
}
.block .image-container picture .img-fluid {
  width: 100%;
}
.block .blob-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
}
.block .blob-container picture {
  position: relative;
}
@media (max-width: 991px) {
  .block .blob-container {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
}

.crown-navigation {
  padding: 16px 0;
}
.crown-navigation.crown-navigation-light-blue {
  position: relative;
  background-color: #197FF1;
}
.crown-navigation.crown-navigation-light-blue .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-blue {
  position: relative;
  background-color: #0B35CE;
}
.crown-navigation.crown-navigation-blue .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-dark-blue {
  position: relative;
  background-color: #00319E;
}
.crown-navigation.crown-navigation-dark-blue .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-light-green {
  position: relative;
  background-color: #35DC84;
}
.crown-navigation.crown-navigation-light-green .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-green {
  position: relative;
  background-color: #1BEF76;
}
.crown-navigation.crown-navigation-green .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-dark-green {
  position: relative;
  background-color: #09CC12;
}
.crown-navigation.crown-navigation-dark-green .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-light-magenta {
  position: relative;
  background-color: #FF56C7;
}
.crown-navigation.crown-navigation-light-magenta .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-magenta {
  position: relative;
  background-color: #F92BBE;
}
.crown-navigation.crown-navigation-magenta .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-dark-magenta {
  position: relative;
  background-color: #AF0C89;
}
.crown-navigation.crown-navigation-dark-magenta .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-light-purple {
  position: relative;
  background-color: #BE5AF6;
}
.crown-navigation.crown-navigation-light-purple .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-purple {
  position: relative;
  background-color: #9315E5;
}
.crown-navigation.crown-navigation-purple .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-dark-purple {
  position: relative;
  background-color: #600BB2;
}
.crown-navigation.crown-navigation-dark-purple .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-light-yellow {
  position: relative;
  background-color: #FCD842;
}
.crown-navigation.crown-navigation-light-yellow .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-yellow {
  position: relative;
  background-color: #F4CB00;
}
.crown-navigation.crown-navigation-yellow .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-dark-yellow {
  position: relative;
  background-color: #F29B00;
}
.crown-navigation.crown-navigation-dark-yellow .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-transparent {
  position: relative;
  background-color: transparent;
}
.crown-navigation.crown-navigation-transparent .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-white {
  position: relative;
  background-color: #ffffff;
}
.crown-navigation.crown-navigation-white .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-black {
  position: relative;
  background-color: #000000;
}
.crown-navigation.crown-navigation-black .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-off-white {
  position: relative;
  background-color: #e6e6e6;
}
.crown-navigation.crown-navigation-off-white .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-gray-20 {
  position: relative;
  background-color: #cccccc;
}
.crown-navigation.crown-navigation-gray-20 .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-gray-40 {
  position: relative;
  background-color: #999999;
}
.crown-navigation.crown-navigation-gray-40 .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-gray-60 {
  position: relative;
  background-color: #666666;
}
.crown-navigation.crown-navigation-gray-60 .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation.crown-navigation-gray-80 {
  position: relative;
  background-color: #333333;
}
.crown-navigation.crown-navigation-gray-80 .nav-item .nav-link {
  color: #ffffff;
}
.crown-navigation .nav {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.crown-navigation .nav .nav-item .nav-link {
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.hero {
  padding: 32px 0 56px;
}
.hero.hero-light-blue {
  position: relative;
  background-color: #197FF1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#197FF1), to(#0e72e3));
  background-image: linear-gradient(to bottom, #197FF1, #0e72e3);
  background-repeat: repeat-x;
}
.hero.hero-light-blue:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-light-blue .title,
.hero.hero-light-blue .sub-title,
.hero.hero-light-blue .text {
  color: #ffffff;
}
.hero.hero-blue {
  position: relative;
  background-color: #0B35CE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0B35CE), to(#0a2fb6));
  background-image: linear-gradient(to bottom, #0B35CE, #0a2fb6);
  background-repeat: repeat-x;
}
.hero.hero-blue:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-blue .title,
.hero.hero-blue .sub-title,
.hero.hero-blue .text {
  color: #ffffff;
}
.hero.hero-dark-blue {
  position: relative;
  background-color: #00319E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00319E), to(#002985));
  background-image: linear-gradient(to bottom, #00319E, #002985);
  background-repeat: repeat-x;
}
.hero.hero-dark-blue:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-dark-blue .title,
.hero.hero-dark-blue .sub-title,
.hero.hero-dark-blue .text {
  color: #ffffff;
}
.hero.hero-light-green {
  position: relative;
  background-color: #35DC84;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#35DC84), to(#25d377));
  background-image: linear-gradient(to bottom, #35DC84, #25d377);
  background-repeat: repeat-x;
}
.hero.hero-light-green:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-light-green .title,
.hero.hero-light-green .sub-title,
.hero.hero-light-green .text {
  color: #ffffff;
}
.hero.hero-green {
  position: relative;
  background-color: #1BEF76;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1BEF76), to(#10e169));
  background-image: linear-gradient(to bottom, #1BEF76, #10e169);
  background-repeat: repeat-x;
}
.hero.hero-green:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-green .title,
.hero.hero-green .sub-title,
.hero.hero-green .text {
  color: #ffffff;
}
.hero.hero-dark-green {
  position: relative;
  background-color: #09CC12;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09CC12), to(#08b410));
  background-image: linear-gradient(to bottom, #09CC12, #08b410);
  background-repeat: repeat-x;
}
.hero.hero-dark-green:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-dark-green .title,
.hero.hero-dark-green .sub-title,
.hero.hero-dark-green .text {
  color: #ffffff;
}
.hero.hero-light-magenta {
  position: relative;
  background-color: #FF56C7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF56C7), to(#ff3dbf));
  background-image: linear-gradient(to bottom, #FF56C7, #ff3dbf);
  background-repeat: repeat-x;
}
.hero.hero-light-magenta:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-light-magenta .title,
.hero.hero-light-magenta .sub-title,
.hero.hero-light-magenta .text {
  color: #ffffff;
}
.hero.hero-magenta {
  position: relative;
  background-color: #F92BBE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F92BBE), to(#f812b6));
  background-image: linear-gradient(to bottom, #F92BBE, #f812b6);
  background-repeat: repeat-x;
}
.hero.hero-magenta:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-magenta .title,
.hero.hero-magenta .sub-title,
.hero.hero-magenta .text {
  color: #ffffff;
}
.hero.hero-dark-magenta {
  position: relative;
  background-color: #AF0C89;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#AF0C89), to(#970a76));
  background-image: linear-gradient(to bottom, #AF0C89, #970a76);
  background-repeat: repeat-x;
}
.hero.hero-dark-magenta:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-dark-magenta .title,
.hero.hero-dark-magenta .sub-title,
.hero.hero-dark-magenta .text {
  color: #ffffff;
}
.hero.hero-light-purple {
  position: relative;
  background-color: #BE5AF6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BE5AF6), to(#b442f5));
  background-image: linear-gradient(to bottom, #BE5AF6, #b442f5);
  background-repeat: repeat-x;
}
.hero.hero-light-purple:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-light-purple .title,
.hero.hero-light-purple .sub-title,
.hero.hero-light-purple .text {
  color: #ffffff;
}
.hero.hero-purple {
  position: relative;
  background-color: #9315E5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9315E5), to(#8413ce));
  background-image: linear-gradient(to bottom, #9315E5, #8413ce);
  background-repeat: repeat-x;
}
.hero.hero-purple:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-purple .title,
.hero.hero-purple .sub-title,
.hero.hero-purple .text {
  color: #ffffff;
}
.hero.hero-dark-purple {
  position: relative;
  background-color: #600BB2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#600BB2), to(#530a9a));
  background-image: linear-gradient(to bottom, #600BB2, #530a9a);
  background-repeat: repeat-x;
}
.hero.hero-dark-purple:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-dark-purple .title,
.hero.hero-dark-purple .sub-title,
.hero.hero-dark-purple .text {
  color: #ffffff;
}
.hero.hero-light-yellow {
  position: relative;
  background-color: #FCD842;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FCD842), to(#fcd329));
  background-image: linear-gradient(to bottom, #FCD842, #fcd329);
  background-repeat: repeat-x;
}
.hero.hero-light-yellow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-light-yellow .title,
.hero.hero-light-yellow .sub-title,
.hero.hero-light-yellow .text {
  color: #ffffff;
}
.hero.hero-yellow {
  position: relative;
  background-color: #F4CB00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4CB00), to(#dbb600));
  background-image: linear-gradient(to bottom, #F4CB00, #dbb600);
  background-repeat: repeat-x;
}
.hero.hero-yellow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-yellow .title,
.hero.hero-yellow .sub-title,
.hero.hero-yellow .text {
  color: #ffffff;
}
.hero.hero-dark-yellow {
  position: relative;
  background-color: #F29B00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F29B00), to(#d98b00));
  background-image: linear-gradient(to bottom, #F29B00, #d98b00);
  background-repeat: repeat-x;
}
.hero.hero-dark-yellow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-dark-yellow .title,
.hero.hero-dark-yellow .sub-title,
.hero.hero-dark-yellow .text {
  color: #ffffff;
}
.hero.hero-transparent {
  position: relative;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
}
.hero.hero-transparent:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-transparent .title,
.hero.hero-transparent .sub-title,
.hero.hero-transparent .text {
  color: #ffffff;
}
.hero.hero-white {
  position: relative;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
}
.hero.hero-white:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-white .title,
.hero.hero-white .sub-title,
.hero.hero-white .text {
  color: #ffffff;
}
.hero.hero-black {
  position: relative;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(black));
  background-image: linear-gradient(to bottom, #000000, black);
  background-repeat: repeat-x;
}
.hero.hero-black:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-black .title,
.hero.hero-black .sub-title,
.hero.hero-black .text {
  color: #ffffff;
}
.hero.hero-off-white {
  position: relative;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d9d9d9));
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  background-repeat: repeat-x;
}
.hero.hero-off-white:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-off-white .title,
.hero.hero-off-white .sub-title,
.hero.hero-off-white .text {
  color: #ffffff;
}
.hero.hero-gray-20 {
  position: relative;
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#bfbfbf));
  background-image: linear-gradient(to bottom, #cccccc, #bfbfbf);
  background-repeat: repeat-x;
}
.hero.hero-gray-20:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-gray-20 .title,
.hero.hero-gray-20 .sub-title,
.hero.hero-gray-20 .text {
  color: #ffffff;
}
.hero.hero-gray-40 {
  position: relative;
  background-color: #999999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#8c8c8c));
  background-image: linear-gradient(to bottom, #999999, #8c8c8c);
  background-repeat: repeat-x;
}
.hero.hero-gray-40:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-gray-40 .title,
.hero.hero-gray-40 .sub-title,
.hero.hero-gray-40 .text {
  color: #ffffff;
}
.hero.hero-gray-60 {
  position: relative;
  background-color: #666666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#595959));
  background-image: linear-gradient(to bottom, #666666, #595959);
  background-repeat: repeat-x;
}
.hero.hero-gray-60:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-gray-60 .title,
.hero.hero-gray-60 .sub-title,
.hero.hero-gray-60 .text {
  color: #ffffff;
}
.hero.hero-gray-80 {
  position: relative;
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
  background-image: linear-gradient(to bottom, #333333, #262626);
  background-repeat: repeat-x;
}
.hero.hero-gray-80:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50%);
}
.hero.hero-gray-80 .title,
.hero.hero-gray-80 .sub-title,
.hero.hero-gray-80 .text {
  color: #ffffff;
}
.hero.hero-dark-purple:before {
  background-image: url("../images/background-patterns/purple-repeating-pattern.png");
}
.hero.hero-dark-magenta:before {
  background-image: url("../images/background-patterns/magenta-repeating-pattern.png");
}
.hero.hero-dark-blue:before {
  background-image: url("../images/background-patterns/blue-repeating-pattern.png");
}
.hero.hero-dark-blue .content .title,
.hero.hero-dark-blue .content .text {
  color: #ffffff;
}
.hero.hero-dark-blue .content .sub-title {
  color: #F4CB00;
}
.hero.no-image .content {
  margin-top: 0;
  padding: 0;
}
.hero.hero-image {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.hero.hero-image .curve {
  margin-bottom: 0;
  z-index: 1;
}
.hero.hero-image .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero.hero-image .hero-background:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  background-repeat: repeat-x;
}
.hero.hero-image .hero-background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.hero-image .content {
  margin-top: 0;
  min-height: 500px;
  padding: 0;
}
.hero.hero-image .content .title {
  position: relative;
  padding: 16px 32px;
  border-radius: 10px 0 0 10px;
}
.hero.hero-image .content .title.small {
  margin-top: 64px;
  font-size: 28px;
  line-height: 1;
}
.hero.hero-image .content .title.big {
  padding: 16px 0;
  font-size: 44px;
  line-height: 63px;
  color: #ffffff;
  max-width: 50%;
}
.hero.hero-image .content .title:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.hero.hero-image .content .title.title-light-blue {
  color: #ffffff;
  background-color: #197FF1;
}
.hero.hero-image .content .title.title-light-blue:before {
  background-color: #197FF1;
}
.hero.hero-image .content .title.title-blue {
  color: #ffffff;
  background-color: #0B35CE;
}
.hero.hero-image .content .title.title-blue:before {
  background-color: #0B35CE;
}
.hero.hero-image .content .title.title-dark-blue {
  color: #ffffff;
  background-color: #00319E;
}
.hero.hero-image .content .title.title-dark-blue:before {
  background-color: #00319E;
}
.hero.hero-image .content .title.title-light-green {
  color: #ffffff;
  background-color: #35DC84;
}
.hero.hero-image .content .title.title-light-green:before {
  background-color: #35DC84;
}
.hero.hero-image .content .title.title-green {
  color: #ffffff;
  background-color: #1BEF76;
}
.hero.hero-image .content .title.title-green:before {
  background-color: #1BEF76;
}
.hero.hero-image .content .title.title-dark-green {
  color: #ffffff;
  background-color: #09CC12;
}
.hero.hero-image .content .title.title-dark-green:before {
  background-color: #09CC12;
}
.hero.hero-image .content .title.title-light-magenta {
  color: #ffffff;
  background-color: #FF56C7;
}
.hero.hero-image .content .title.title-light-magenta:before {
  background-color: #FF56C7;
}
.hero.hero-image .content .title.title-magenta {
  color: #ffffff;
  background-color: #F92BBE;
}
.hero.hero-image .content .title.title-magenta:before {
  background-color: #F92BBE;
}
.hero.hero-image .content .title.title-dark-magenta {
  color: #ffffff;
  background-color: #AF0C89;
}
.hero.hero-image .content .title.title-dark-magenta:before {
  background-color: #AF0C89;
}
.hero.hero-image .content .title.title-light-purple {
  color: #ffffff;
  background-color: #BE5AF6;
}
.hero.hero-image .content .title.title-light-purple:before {
  background-color: #BE5AF6;
}
.hero.hero-image .content .title.title-purple {
  color: #ffffff;
  background-color: #9315E5;
}
.hero.hero-image .content .title.title-purple:before {
  background-color: #9315E5;
}
.hero.hero-image .content .title.title-dark-purple {
  color: #ffffff;
  background-color: #600BB2;
}
.hero.hero-image .content .title.title-dark-purple:before {
  background-color: #600BB2;
}
.hero.hero-image .content .title.title-light-yellow {
  color: #ffffff;
  background-color: #FCD842;
}
.hero.hero-image .content .title.title-light-yellow:before {
  background-color: #FCD842;
}
.hero.hero-image .content .title.title-yellow {
  color: #ffffff;
  background-color: #F4CB00;
}
.hero.hero-image .content .title.title-yellow:before {
  background-color: #F4CB00;
}
.hero.hero-image .content .title.title-dark-yellow {
  color: #ffffff;
  background-color: #F29B00;
}
.hero.hero-image .content .title.title-dark-yellow:before {
  background-color: #F29B00;
}
.hero.hero-image .content .title.title-transparent {
  color: #ffffff;
  background-color: transparent;
}
.hero.hero-image .content .title.title-transparent:before {
  background-color: transparent;
}
.hero.hero-image .content .title.title-white {
  color: #ffffff;
  background-color: #ffffff;
}
.hero.hero-image .content .title.title-white:before {
  background-color: #ffffff;
}
.hero.hero-image .content .title.title-black {
  color: #ffffff;
  background-color: #000000;
}
.hero.hero-image .content .title.title-black:before {
  background-color: #000000;
}
.hero.hero-image .content .title.title-off-white {
  color: #ffffff;
  background-color: #e6e6e6;
}
.hero.hero-image .content .title.title-off-white:before {
  background-color: #e6e6e6;
}
.hero.hero-image .content .title.title-gray-20 {
  color: #ffffff;
  background-color: #cccccc;
}
.hero.hero-image .content .title.title-gray-20:before {
  background-color: #cccccc;
}
.hero.hero-image .content .title.title-gray-40 {
  color: #ffffff;
  background-color: #999999;
}
.hero.hero-image .content .title.title-gray-40:before {
  background-color: #999999;
}
.hero.hero-image .content .title.title-gray-60 {
  color: #ffffff;
  background-color: #666666;
}
.hero.hero-image .content .title.title-gray-60:before {
  background-color: #666666;
}
.hero.hero-image .content .title.title-gray-80 {
  color: #ffffff;
  background-color: #333333;
}
.hero.hero-image .content .title.title-gray-80:before {
  background-color: #333333;
}
.hero.hero-image .content .sub-title {
  margin-top: 48px;
  font-size: 18px;
}
.hero.hero-image .content .sub-title a {
  text-decoration: none;
  color: #ffffff;
}
.hero.hero-image .content .sub-title a:hover, .hero.hero-image .content .sub-title a:focus {
  color: #F4CB00;
}
.hero .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .image-container.image-overhang {
  margin-top: -32px;
  margin-bottom: -250px;
}
.hero .image-container picture {
  width: 100%;
}
.hero .image-container picture .img-fluid {
  width: 100%;
}
.hero .blob-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .blob-container picture {
  position: relative;
}
@media (max-width: 991px) {
  .hero .blob-container {
    margin-left: calc(-1.5 * var(--bs-gutter-x));
    margin-right: calc(-1.5 * var(--bs-gutter-x));
    width: unset;
    overflow: hidden;
  }
  .hero .blob-container .img-fluid {
    border-radius: 0 !important;
  }
}
@media (max-width: 991px) {
  .hero .blob-container:has(.img-fluid) {
    min-height: unset !important;
  }
}
.hero .blob-container:has(.img-fluid) .img-fluid {
  z-index: 0;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .hero .blob-container.overhang {
    margin-bottom: -200px;
  }
}
.hero .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 64px 0;
  row-gap: 16px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero .content {
    margin-bottom: -75px;
  }
}
@media (min-width: 992px) {
  .hero .content {
    margin: 0;
    padding: 0;
  }
}
.hero .title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
@media (min-width: 992px) {
  .hero .title {
    font-size: 30px;
    line-height: 39px;
  }
}
.hero .sub-title {
  margin: 0;
  font-family: "din-condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero .sub-title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .hero .sub-title.small {
    font-size: 26px;
    line-height: 35px;
  }
}
.hero .text p:last-child {
  margin: 0;
}
.hero .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 992px) {
  .hero .btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.hero .btn-container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
}

.navigation .navbar {
  padding: 34px 0 0;
}
.navigation .navbar.navbar-light-blue {
  position: relative;
  background-color: #197FF1;
}
.navigation .navbar.navbar-light-blue .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-light-blue .nav-item .nav-link:hover, .navigation .navbar.navbar-light-blue .nav-item .nav-link:focus, .navigation .navbar.navbar-light-blue .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-blue {
  position: relative;
  background-color: #0B35CE;
}
.navigation .navbar.navbar-blue .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-blue .nav-item .nav-link:hover, .navigation .navbar.navbar-blue .nav-item .nav-link:focus, .navigation .navbar.navbar-blue .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-dark-blue {
  position: relative;
  background-color: #00319E;
}
.navigation .navbar.navbar-dark-blue .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-dark-blue .nav-item .nav-link:hover, .navigation .navbar.navbar-dark-blue .nav-item .nav-link:focus, .navigation .navbar.navbar-dark-blue .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-light-green {
  position: relative;
  background-color: #35DC84;
}
.navigation .navbar.navbar-light-green .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-light-green .nav-item .nav-link:hover, .navigation .navbar.navbar-light-green .nav-item .nav-link:focus, .navigation .navbar.navbar-light-green .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-green {
  position: relative;
  background-color: #1BEF76;
}
.navigation .navbar.navbar-green .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-green .nav-item .nav-link:hover, .navigation .navbar.navbar-green .nav-item .nav-link:focus, .navigation .navbar.navbar-green .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-dark-green {
  position: relative;
  background-color: #09CC12;
}
.navigation .navbar.navbar-dark-green .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-dark-green .nav-item .nav-link:hover, .navigation .navbar.navbar-dark-green .nav-item .nav-link:focus, .navigation .navbar.navbar-dark-green .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-light-magenta {
  position: relative;
  background-color: #FF56C7;
}
.navigation .navbar.navbar-light-magenta .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-light-magenta .nav-item .nav-link:hover, .navigation .navbar.navbar-light-magenta .nav-item .nav-link:focus, .navigation .navbar.navbar-light-magenta .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-magenta {
  position: relative;
  background-color: #F92BBE;
}
.navigation .navbar.navbar-magenta .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-magenta .nav-item .nav-link:hover, .navigation .navbar.navbar-magenta .nav-item .nav-link:focus, .navigation .navbar.navbar-magenta .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-dark-magenta {
  position: relative;
  background-color: #AF0C89;
}
.navigation .navbar.navbar-dark-magenta .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-dark-magenta .nav-item .nav-link:hover, .navigation .navbar.navbar-dark-magenta .nav-item .nav-link:focus, .navigation .navbar.navbar-dark-magenta .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-light-purple {
  position: relative;
  background-color: #BE5AF6;
}
.navigation .navbar.navbar-light-purple .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-light-purple .nav-item .nav-link:hover, .navigation .navbar.navbar-light-purple .nav-item .nav-link:focus, .navigation .navbar.navbar-light-purple .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-purple {
  position: relative;
  background-color: #9315E5;
}
.navigation .navbar.navbar-purple .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-purple .nav-item .nav-link:hover, .navigation .navbar.navbar-purple .nav-item .nav-link:focus, .navigation .navbar.navbar-purple .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-dark-purple {
  position: relative;
  background-color: #600BB2;
}
.navigation .navbar.navbar-dark-purple .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-dark-purple .nav-item .nav-link:hover, .navigation .navbar.navbar-dark-purple .nav-item .nav-link:focus, .navigation .navbar.navbar-dark-purple .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-light-yellow {
  position: relative;
  background-color: #FCD842;
}
.navigation .navbar.navbar-light-yellow .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-light-yellow .nav-item .nav-link:hover, .navigation .navbar.navbar-light-yellow .nav-item .nav-link:focus, .navigation .navbar.navbar-light-yellow .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-yellow {
  position: relative;
  background-color: #F4CB00;
}
.navigation .navbar.navbar-yellow .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-yellow .nav-item .nav-link:hover, .navigation .navbar.navbar-yellow .nav-item .nav-link:focus, .navigation .navbar.navbar-yellow .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-dark-yellow {
  position: relative;
  background-color: #F29B00;
}
.navigation .navbar.navbar-dark-yellow .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-dark-yellow .nav-item .nav-link:hover, .navigation .navbar.navbar-dark-yellow .nav-item .nav-link:focus, .navigation .navbar.navbar-dark-yellow .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-transparent {
  position: relative;
  background-color: transparent;
}
.navigation .navbar.navbar-transparent .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-transparent .nav-item .nav-link:hover, .navigation .navbar.navbar-transparent .nav-item .nav-link:focus, .navigation .navbar.navbar-transparent .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-white {
  position: relative;
  background-color: #ffffff;
}
.navigation .navbar.navbar-white .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-white .nav-item .nav-link:hover, .navigation .navbar.navbar-white .nav-item .nav-link:focus, .navigation .navbar.navbar-white .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-black {
  position: relative;
  background-color: #000000;
}
.navigation .navbar.navbar-black .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-black .nav-item .nav-link:hover, .navigation .navbar.navbar-black .nav-item .nav-link:focus, .navigation .navbar.navbar-black .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-off-white {
  position: relative;
  background-color: #e6e6e6;
}
.navigation .navbar.navbar-off-white .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-off-white .nav-item .nav-link:hover, .navigation .navbar.navbar-off-white .nav-item .nav-link:focus, .navigation .navbar.navbar-off-white .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-gray-20 {
  position: relative;
  background-color: #cccccc;
}
.navigation .navbar.navbar-gray-20 .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-gray-20 .nav-item .nav-link:hover, .navigation .navbar.navbar-gray-20 .nav-item .nav-link:focus, .navigation .navbar.navbar-gray-20 .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-gray-40 {
  position: relative;
  background-color: #999999;
}
.navigation .navbar.navbar-gray-40 .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-gray-40 .nav-item .nav-link:hover, .navigation .navbar.navbar-gray-40 .nav-item .nav-link:focus, .navigation .navbar.navbar-gray-40 .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-gray-60 {
  position: relative;
  background-color: #666666;
}
.navigation .navbar.navbar-gray-60 .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-gray-60 .nav-item .nav-link:hover, .navigation .navbar.navbar-gray-60 .nav-item .nav-link:focus, .navigation .navbar.navbar-gray-60 .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar.navbar-gray-80 {
  position: relative;
  background-color: #333333;
}
.navigation .navbar.navbar-gray-80 .nav-item .nav-link {
  color: #ffffff;
}
.navigation .navbar.navbar-gray-80 .nav-item .nav-link:hover, .navigation .navbar.navbar-gray-80 .nav-item .nav-link:focus, .navigation .navbar.navbar-gray-80 .nav-item .nav-link.active {
  color: #F4CB00;
}
.navigation .navbar .navbar-nav {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.navigation .navbar .navbar-nav .nav-item {
  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;
}
.navigation .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1200px) {
  .navigation .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
.navigation .navbar .navbar-nav .nav-item .btn {
  font-size: 14px;
  padding: 16px 32px;
}
@media (min-width: 1200px) {
  .navigation .navbar .navbar-nav .nav-item .btn {
    font-size: 16px;
  }
}

.container {
  position: relative;
  z-index: 1;
}
@media (min-width: 375px) {
  .container {
    max-width: 359px !important;
  }
}
@media (min-width: 425px) {
  .container {
    max-width: 401px !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 544px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 944px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1152px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1136px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

footer {
  padding-bottom: 48px;
  background-color: #cccccc;
}
footer .input-group {
  border-radius: 40px;
  overflow: hidden;
}
footer .btn {
  padding: 16px 24px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}
footer .text {
  font-size: 12px;
  line-height: 21px;
}/*# sourceMappingURL=app.css.map */