﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Nunito:300, 400, 600, 700);
:root {
  --blue: #2684ff;
  --indigo: #6e00ff;
  --purple: #510fa8;
  --pink: #f074ad;
  --red: #ff5630;
  --orange: #ffab00;
  --yellow: #ffcc00;
  --green: #36b37e;
  --teal: #00b8d9;
  --cyan: #4bd6e5;
  --white: #fff;
  --gray: #c0ccda;
  --gray-dark: #3c4858;
  --primary: #6e00ff;
  --secondary: #eff2f7;
  --success: #36b37e;
  --info: #00b8d9;
  --warning: #ffab00;
  --danger: #ff5630;
  --light: #eff2f7;
  --dark: #273444;
  --neutral: #fff;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 45, 61, 0);
}
header,
main,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #8492a6;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #6e00ff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #4d00b3;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #3c4858;
}
.h1,
h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.h2,
h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .h2,
  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.h3,
h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .h3,
  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.h4,
h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .h4,
  h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.125rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #8492a6;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #8492a6;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
  box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
}
.btn:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #6e00ff;
  border-color: #6e00ff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-primary:hover {
  color: #fff;
  background-color: #5e00d9;
  border-color: #5800cc;
}
.btn-primary:focus {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 0 rgba(110, 0, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 0 rgba(110, 0, 255, 0.35);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #6e00ff;
  border-color: #6e00ff;
}
.btn-dark {
  color: #fff;
  background-color: #273444;
  border-color: #273444;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-dark:hover {
  color: #fff;
  background-color: #19212c;
  border-color: #141b24;
}
.btn-dark:focus {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 0 rgba(39, 52, 68, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 0 rgba(39, 52, 68, 0.35);
}
.btn-dark:disabled {
  color: #fff;
  background-color: #273444;
  border-color: #273444;
}
.btn-white {
  color: #273444;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-white:hover {
  color: #273444;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 0 rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 0 rgba(255, 255, 255, 0.35);
}
.btn-white:disabled {
  color: #273444;
  background-color: #fff;
  border-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #6e00ff;
  text-decoration: none;
}
.btn-link:hover {
  color: #4d00b3;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled {
  color: #c0ccda;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 1rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}
.btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff2f7;
  border-radius: 0.375rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
  color: #8492a6;
}
.card-title {
  margin-bottom: 1rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #eff2f7;
}
.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.card-img {
  width: 100%;
  border-radius: calc(0.375rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c0ccda;
  background-color: #fff;
  border: 1px solid #e5e9f2;
}
.page-link:hover {
  z-index: 2;
  color: #c0ccda;
  text-decoration: none;
  background-color: #e5e9f2;
  border-color: #e5e9f2;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
  box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.bg-primary {
  background-color: #6e00ff !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #5800cc !important;
}
.bg-dark {
  background-color: #273444 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #141b24 !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:focus,
a.bg-white:hover {
  background-color: #e6e6e6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #eff2f7 !important;
}
.border-top {
  border-top: 1px solid #eff2f7 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-primary {
  border-color: #6e00ff !important;
}
.border-dark {
  border-color: #273444 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.375rem !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-10 {
  height: 10% !important;
}
.h-15 {
  height: 15% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 4.5rem !important;
}
.mt-6 {
  margin-top: 4.5rem !important;
}
.mx-6 {
  margin-right: 4.5rem !important;
}
.mb-6 {
  margin-bottom: 4.5rem !important;
}
.mx-6 {
  margin-left: 4.5rem !important;
}
.m-7 {
  margin: 6rem !important;
}
.mt-7 {
  margin-top: 6rem !important;
}
.mx-7 {
  margin-right: 6rem !important;
}
.mb-7 {
  margin-bottom: 6rem !important;
}
.mx-7 {
  margin-left: 6rem !important;
}
.m-8 {
  margin: 7.5rem !important;
}
.mt-8 {
  margin-top: 7.5rem !important;
}
.mx-8 {
  margin-right: 7.5rem !important;
}
.mb-8 {
  margin-bottom: 7.5rem !important;
}
.mx-8 {
  margin-left: 7.5rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mx-9 {
  margin-right: 9rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mx-9 {
  margin-left: 9rem !important;
}
.m-10 {
  margin: 10.5rem !important;
}
.mt-10 {
  margin-top: 10.5rem !important;
}
.mx-10 {
  margin-right: 10.5rem !important;
}
.mb-10 {
  margin-bottom: 10.5rem !important;
}
.mx-10 {
  margin-left: 10.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 4.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}
.px-6 {
  padding-right: 4.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}
.px-6 {
  padding-left: 4.5rem !important;
}
.p-7 {
  padding: 6rem !important;
}
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}
.px-7 {
  padding-right: 6rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}
.px-7 {
  padding-left: 6rem !important;
}
.p-8 {
  padding: 7.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}
.px-8 {
  padding-right: 7.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}
.px-8 {
  padding-left: 7.5rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.pt-9,
.py-9 {
  padding-top: 9rem !important;
}
.px-9 {
  padding-right: 9rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}
.px-9 {
  padding-left: 9rem !important;
}
.p-10 {
  padding: 10.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 10.5rem !important;
}
.px-10 {
  padding-right: 10.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important;
}
.px-10 {
  padding-left: 10.5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.mx-n5 {
  margin-left: -3rem !important;
}
.m-n6 {
  margin: -4.5rem !important;
}
.mt-n6 {
  margin-top: -4.5rem !important;
}
.mx-n6 {
  margin-right: -4.5rem !important;
}
.mb-n6 {
  margin-bottom: -4.5rem !important;
}
.mx-n6 {
  margin-left: -4.5rem !important;
}
.m-n7 {
  margin: -6rem !important;
}
.mt-n7 {
  margin-top: -6rem !important;
}
.mx-n7 {
  margin-right: -6rem !important;
}
.mb-n7 {
  margin-bottom: -6rem !important;
}
.mx-n7 {
  margin-left: -6rem !important;
}
.m-n8 {
  margin: -7.5rem !important;
}
.mt-n8 {
  margin-top: -7.5rem !important;
}
.mx-n8 {
  margin-right: -7.5rem !important;
}
.mb-n8 {
  margin-bottom: -7.5rem !important;
}
.mx-n8 {
  margin-left: -7.5rem !important;
}
.m-n9 {
  margin: -9rem !important;
}
.mt-n9 {
  margin-top: -9rem !important;
}
.mx-n9 {
  margin-right: -9rem !important;
}
.mb-n9 {
  margin-bottom: -9rem !important;
}
.mx-n9 {
  margin-left: -9rem !important;
}
.m-n10 {
  margin: -10.5rem !important;
}
.mt-n10 {
  margin-top: -10.5rem !important;
}
.mx-n10 {
  margin-right: -10.5rem !important;
}
.mb-n10 {
  margin-bottom: -10.5rem !important;
}
.mx-n10 {
  margin-left: -10.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mx-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 10.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 10.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10.5rem !important;
  }
  .px-lg-10 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .px-lg-10 {
    padding-left: 10.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7 {
    margin-top: -6rem !important;
  }
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9 {
    margin-top: -9rem !important;
  }
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10.5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -10.5rem !important;
  }
  .mx-lg-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10.5rem !important;
  }
  .mx-lg-n10 {
    margin-left: -10.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 10.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 10.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10.5rem !important;
  }
  .px-xl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .px-xl-10 {
    padding-left: 10.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9 {
    margin-top: -9rem !important;
  }
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10.5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -10.5rem !important;
  }
  .mx-xl-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10.5rem !important;
  }
  .mx-xl-n10 {
    margin-left: -10.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important;
  }
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #6e00ff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #4d00b3 !important;
}
.text-dark {
  color: #273444 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #0b0f13 !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}
.text-body {
  color: #8492a6 !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
main {
  display: block;
  margin: 0;
}
main {
  position: relative;
}
svg {
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
@-webkit-keyframes text_slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}
@keyframes text_slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}
@-webkit-keyframes show_item {
  from {
    opacity: 0;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes show_item {
  from {
    opacity: 0;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hide_item {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
}
@keyframes hide_item {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
}
.bg-primary-dark {
  background-color: #5800cc !important;
}
a.bg-primary-dark:focus,
a.bg-primary-dark:hover {
  background-color: #420099 !important;
}
.bg-dark-dark {
  background-color: #141b24 !important;
}
a.bg-dark-dark:focus,
a.bg-dark-dark:hover {
  background-color: #020203 !important;
}
.bg-white-dark {
  background-color: #e6e6e6 !important;
}
a.bg-white-dark:focus,
a.bg-white-dark:hover {
  background-color: #ccc !important;
}
.bg-gradient-primary {
  background: -o-linear-gradient(40deg, #6e00ff 0, #b0f 100%) !important;
  background: linear-gradient(50deg, #6e00ff 0, #b0f 100%) !important;
}
.bg-gradient-dark {
  background: -o-linear-gradient(40deg, #273444 0, #272b44 100%) !important;
  background: linear-gradient(50deg, #273444 0, #272b44 100%) !important;
}
.bg-gradient-white {
  background: -o-linear-gradient(40deg, #fff 0, #fff 100%) !important;
  background: linear-gradient(50deg, #fff 0, #fff 100%) !important;
}
.bg-section-primary {
  background-color: #fff !important;
}
.bg-section-dark {
  background-color: #1a232d !important;
}
.bg-cover {
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .bg-lg-cover {
    background-image: none !important;
  }
}
.bg-size--cover {
  background-size: cover;
}
.bg-text {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  white-space: nowrap;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-transform: uppercase;
  font-size: 40rem;
  font-weight: 700;
}
.img-bg:after {
  position: absolute;
  content: "";
  background: none no-repeat 50%;
  background-image: none;
  background-size: auto auto;
  background-size: contain;
  width: 783px;
  height: 725px;
  left: 31px;
  top: -168px;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23EFF2F7' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.img-bg img {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
[class*="alpha"] {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[class*="faded"] {
  position: relative;
}
[class*="faded"]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
}
[class*="hover-"] {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  [class*="hover-"] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hover-opacity-0:hover,
.opacity-0,
.opacity-container:hover .hover-opacity-0 {
  opacity: 0;
}
.hover-opacity-1:hover,
.opacity-1,
.opacity-container:hover .hover-opacity-1 {
  opacity: 0.1;
}
.hover-opacity-2:hover,
.opacity-2,
.opacity-container:hover .hover-opacity-2 {
  opacity: 0.2;
}
.hover-opacity-3:hover,
.opacity-3,
.opacity-container:hover .hover-opacity-3 {
  opacity: 0.3;
}
.hover-opacity-4:hover,
.opacity-4,
.opacity-container:hover .hover-opacity-4 {
  opacity: 0.4;
}
.hover-opacity-5:hover,
.opacity-5,
.opacity-container:hover .hover-opacity-5 {
  opacity: 0.5;
}
.hover-opacity-6:hover,
.opacity-6,
.opacity-container:hover .hover-opacity-6 {
  opacity: 0.6;
}
.hover-opacity-7:hover,
.opacity-7,
.opacity-container:hover .hover-opacity-7 {
  opacity: 0.7;
}
.hover-opacity-8:hover,
.opacity-8,
.opacity-container:hover .hover-opacity-8 {
  opacity: 0.8;
}
.hover-opacity-9:hover,
.opacity-9,
.opacity-container:hover .hover-opacity-9 {
  opacity: 0.9;
}
.hover-opacity-10:hover,
.opacity-10,
.opacity-container:hover .hover-opacity-10 {
  opacity: 1;
}
.top-0 {
  top: 0;
}
.top-1 {
  top: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 1rem;
}
.top-4 {
  top: 1.5rem;
}
.top-5 {
  top: 3rem;
}
.top-6 {
  top: 4.5rem;
}
.top-7 {
  top: 6rem;
}
.top-8 {
  top: 7.5rem;
}
.top-9 {
  top: 9rem;
}
.top-10 {
  top: 10.5rem;
}
.top-n1 {
  top: -0.25rem;
}
.top-n2 {
  top: -0.5rem;
}
.top-n3 {
  top: -1rem;
}
.top-n4 {
  top: -1.5rem;
}
.top-n5 {
  top: -3rem;
}
.top-n6 {
  top: -4.5rem;
}
.top-n7 {
  top: -6rem;
}
.top-n8 {
  top: -7.5rem;
}
.top-n9 {
  top: -9rem;
}
.top-n10 {
  top: -10.5rem;
}
.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  [data-separator="rounded"][data-separator-orientation="bottom"] {
    border-radius: 0 0 3rem 3rem;
  }
  [data-separator="rounded"][data-separator-orientation="top"] {
    border-radius: 3rem 3rem 0 0;
  }
  [data-separator="rounded-left"][data-separator-orientation="bottom"] {
    border-radius: 0 0 0 3rem;
  }
  [data-separator="rounded-left"][data-separator-orientation="top"] {
    border-radius: 3rem 0 0 0;
  }
  [data-separator="rounded-right"][data-separator-orientation="bottom"] {
    border-radius: 0 0 3rem 0;
  }
  [data-separator="rounded-right"][data-separator-orientation="top"] {
    border-radius: 0 3rem 0 0;
  }
}
@media (min-width: 768px) {
  [data-separator="rounded"][data-separator-orientation="bottom"] {
    border-radius: 0 0 5rem 5rem;
  }
  [data-separator="rounded"][data-separator-orientation="top"] {
    border-radius: 5rem 5rem 0 0;
  }
  [data-separator="rounded-left"][data-separator-orientation="bottom"] {
    border-radius: 0 0 0 5rem;
  }
  [data-separator="rounded-left"][data-separator-orientation="top"] {
    border-radius: 5rem 0 0 0;
  }
  [data-separator="rounded-right"][data-separator-orientation="bottom"] {
    border-radius: 0 0 5rem 0;
  }
  [data-separator="rounded-right"][data-separator-orientation="top"] {
    border-radius: 0 5rem 0 0;
  }
}
[data-separator="rounded-continuous"] {
  position: relative;
  margin-bottom: 5rem;
  border-radius: 0 0 0 5rem;
}
[data-separator="rounded-continuous"]:after,
[data-separator="rounded-continuous"]:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  height: 5rem;
}
[data-separator="rounded-continuous"]:before {
  top: 100%;
  width: 100%;
  border-radius: 0 5rem 0 0;
}
[data-separator="rounded-continuous"]:after {
  bottom: 0;
  z-index: -1;
  width: 50%;
}
[data-separator="rounded-continuous"] + section {
  padding-bottom: 5rem;
}
[data-separator-bg="primary"]:after,
[data-separator-bg="primary"]:before {
  background: #fff;
}
[data-separator-bg="secondary"]:after,
[data-separator-bg="secondary"]:before {
  background: #fafbfe;
}
[data-separator-bg="light"]:after,
[data-separator-bg="light"]:before {
  background: #e0e6ed;
}
[data-separator-bg="dark"]:after,
[data-separator-bg="dark"]:before {
  background: #1a232d;
}
@media (min-width: 992px) {
  [class*="mb--"],
  [class*="ml--"],
  [class*="mr--"],
  [class*="mt--"] {
    position: relative;
    z-index: 5;
  }
  .mt--100 {
    margin-top: -100px !important;
  }
  .mb--100 {
    margin-bottom: -100px !important;
  }
  .mt--150 {
    margin-top: -150px !important;
  }
  .mb--150 {
    margin-bottom: -150px !important;
  }
  .mt--200 {
    margin-top: -200px !important;
  }
  .mb--200 {
    margin-bottom: -200px !important;
  }
  .mt--300 {
    margin-top: -300px !important;
  }
  .mb--300 {
    margin-bottom: -300px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  .pb-150 {
    padding-bottom: 150px !important;
  }
  .pt-200 {
    padding-top: 200px !important;
  }
  .pb-200 {
    padding-bottom: 200px !important;
  }
  .pt-250 {
    padding-top: 250px !important;
  }
  .pb-250 {
    padding-bottom: 250px !important;
  }
  .pt-300 {
    padding-top: 300px !important;
  }
  .pb-300 {
    padding-bottom: 300px !important;
  }
}
[class*="shadow"] {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-lg {
  font-size: 1.25rem !important;
}
.text-xl {
  font-size: 1.5rem !important;
}
.lh-100 {
  line-height: 1 !important;
}
.lh-110 {
  line-height: 1.1 !important;
}
.lh-120 {
  line-height: 1.2 !important;
}
.lh-130 {
  line-height: 1.3 !important;
}
.lh-140 {
  line-height: 1.4 !important;
}
.lh-150 {
  line-height: 1.5 !important;
}
.lh-160 {
  line-height: 1.6 !important;
}
.lh-170 {
  line-height: 1.7 !important;
}
.lh-180 {
  line-height: 1.8 !important;
}
.hover-translate-y-n3:hover,
.translate-y-n3 {
  -webkit-transform: translateY(-3px) !important;
  -ms-transform: translateY(-3px) !important;
  transform: translateY(-3px) !important;
}
.hover-translate-y-n10:hover,
.translate-y-n10 {
  -webkit-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
}
.translate-y-50 {
  -webkit-transform: translateY(50%) !important;
  -ms-transform: translateY(50%) !important;
  transform: translateY(50%) !important;
}
.translate-y-100 {
  -webkit-transform: translateY(100%) !important;
  -ms-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}
.translate-y-n50 {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.translate-y-n100 {
  -webkit-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}
.scale-90 {
  -webkit-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}
.scale-y-90 {
  -webkit-transform: scaleY(0.9) !important;
  -ms-transform: scaleY(0.9) !important;
  transform: scaleY(0.9) !important;
}
.scale-100 {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.scale-y-100 {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}
.hover-scale-110:hover,
.scale-110 {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.scale-y-110 {
  -webkit-transform: scaleY(1.1) !important;
  -ms-transform: scaleY(1.1) !important;
  transform: scaleY(1.1) !important;
}
[class*="alert-outline-"] {
  border-right: 1px solid;
}
.btn {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:not(:last-child) {
  margin-right: 0.5rem;
}
.btn-group > .btn {
  margin: 0;
}
.btn-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .btn-xl {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.btn svg:not(:first-child) {
  margin-left: 0.5rem;
}
.btn svg:not(:last-child) {
  margin-right: 0.5rem;
}
.card {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.card.hover-scale-110:hover {
  z-index: 2;
  border-radius: 0.375rem !important;
}
.card-header {
  border-bottom: 1px solid #eff2f7;
}
.card-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  border-radius: 0.375rem;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .card-img-bg {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.card-img-bg ~ .card-body {
  position: relative;
}
.card:hover .card-img-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.card .card-image,
.card > a {
  min-height: 1px;
}
.card-group .card .mask {
  border-radius: 0;
}
[data-lg-columns="2"] {
  -webkit-column-count: 2 !important;
  column-count: 2 !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  [data-lg-columns="3"] {
    -webkit-column-count: 3 !important;
    column-count: 3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  [data-lg-columns="4"] {
    -webkit-column-count: 4 !important;
    column-count: 4 !important;
  }
}
@-webkit-keyframes show-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-3px) scale(0.97);
    transform: translateX(0) translateY(-3px) scale(0.97);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-3px) scale(1);
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
}
@keyframes show-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-3px) scale(0.97);
    transform: translateX(0) translateY(-3px) scale(0.97);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-3px) scale(1);
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes hide-dropdown {
  from {
    opacity: 1;
    -webkit-transform: translateX(-16px) translateY(-3px) scale(1);
    transform: translateX(-16px) translateY(-3px) scale(1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-16px) translateY(-3px) scale(0.97);
    transform: translateX(-16px) translateY(-3px) scale(0.97);
  }
}
@keyframes hide-dropdown {
  from {
    opacity: 1;
    -webkit-transform: translateX(-16px) translateY(-3px) scale(1);
    transform: translateX(-16px) translateY(-3px) scale(1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-16px) translateY(-3px) scale(0.97);
    transform: translateX(-16px) translateY(-3px) scale(0.97);
  }
}
#header-main + section {
  padding-top: 7rem !important;
}
#header-main + .header-1 {
  padding-top: 14rem !important;
}
@media (min-width: 768px) {
  .header-account-page {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .header-account-page {
    padding-top: 9rem;
  }
}
.icon {
  min-width: 3rem;
  min-height: 3rem;
  line-height: 3rem;
}
.icon svg {
  font-size: 2.75rem;
}
.icon img {
  width: 3rem;
  height: 3rem;
}
.icon + .icon-text {
  padding-left: 1rem;
  width: calc(100% - 3rem - 1);
}
.icon-xl {
  min-width: 5rem;
  min-height: 5rem;
  line-height: 5rem;
}
.icon-xl svg {
  font-size: 4.75rem;
}
.icon-xl img {
  width: 5rem;
  height: 5rem;
}
.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}
.icon-lg {
  min-width: 4rem;
  min-height: 4rem;
  line-height: 4rem;
}
.icon-lg svg {
  font-size: 3.75rem;
}
.icon-lg img {
  width: 4rem;
  height: 4rem;
}
.icon-lg + .icon-text {
  width: calc(100% - 4rem - 1);
}
.icon-primary {
  color: #6e00ff;
  background-color: #e2ccff;
}
.icon-dark {
  color: #273444;
  background-color: #d4d6da;
}
.icon-white {
  color: #fff;
  background-color: #fff;
}
.icon-lg svg {
  width: 76px;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .mask {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.mask + .container {
  position: relative;
}
.card .mask {
  border-radius: 0.375rem;
}
.card .hover-mask {
  opacity: 0;
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.card:hover .hover-mask {
  opacity: 0.4;
}
.mask-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1040;
}
.mask-body-dark {
  background: rgba(31, 45, 61, 0.3);
}
.header {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@-webkit-keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
section {
  background-color: #fff;
}
.slice {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.slice-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.slice-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
[data-timeline-axis-style="dashed"]:before {
  border-right-style: dashed !important;
}
[data-timeline-axis-style="dotted"]:before {
  border-right-style: dotted !important;
}
@media (min-width: 992px) {
  [data-timeline-axis-color="primary"]:before {
    border-color: #6e00ff;
  }
  [data-timeline-axis-color="secondary"]:before {
    border-color: #eff2f7;
  }
  [data-timeline-axis-color="success"]:before {
    border-color: #36b37e;
  }
  [data-timeline-axis-color="info"]:before {
    border-color: #00b8d9;
  }
  [data-timeline-axis-color="warning"]:before {
    border-color: #ffab00;
  }
  [data-timeline-axis-color="danger"]:before {
    border-color: #ff5630;
  }
  [data-timeline-axis-color="light"]:before {
    border-color: #eff2f7;
  }
  [data-timeline-axis-color="dark"]:before {
    border-color: #273444;
  }
  [data-timeline-axis-color="neutral"]:before {
    border-color: #fff;
  }
  [data-timeline-axis-color="white"]:before {
    border-color: #fff;
  }
}
@keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-weight: 500;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-weight: 600;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3c4858;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #6e00ff;
}
a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fluid-paragraph {
  width: 680px;
  margin: auto;
  padding: 0 1.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .fluid-paragraph {
    width: 100%;
  }
}
.link {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
[class*="link-underline-"] {
  padding-bottom: 8px;
  position: relative;
}
[class*="link-underline-"]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 50rem;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}
@media (prefers-reduced-motion: reduce) {
  [class*="link-underline-"]:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
[class*="link-underline-"]:hover:after {
  width: calc(100% + 8px);
  left: -4px;
}
