/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --blue: #2c87fc;
  --indigo: #6610f2;
  --purple: #5e3791;
  --pink: #e83e8c;
  --red: #b7434a;
  --orange: #ff8e72;
  --yellow: #fcb32c;
  --green: #58c25b;
  --teal: #20c997;
  --cyan: #107d90;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --navy: #136acd;
  --black: #000;
  --light-blue: #6ebfff;
  --bright-grey-blue: #f0f4fa;
  --lighter-blue: #a3e7fc;
  --grey-blue: #e7efff;
  --careers: #271740;
  --primary: #136acd;
  --secondary: #6c757d;
  --success: #58c25b;
  --info: #2c87fc;
  --warning: #fcb32c;
  --danger: #b7434a;
  --light: #e9ecef;
  --dark: #343a40;
  --navy: #136acd;
  --purple: #5e3791;
  --free: #107d90;
  --pay-per-use: #5e3791;
  --monthly: #136acd;
  --google: #336ed9;
  --yahoo: #5e3791;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  /* background-color: #fff; */
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #136acd;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0d4687;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[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;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.about-biz__content__links,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Averta", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  color: inherit;
}
h1,
.h1,
.about-biz__content__links {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.375rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: inherit;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.25em;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.25em;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.25em;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.25em;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e4e6e9;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e4e6e9;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e4e6e9;
}
.table tbody + tbody {
  border-top: 2px solid #e4e6e9;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e4e6e9;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e4e6e9;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdd5f1;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #84b2e5;
}
.table-hover .table-primary:hover {
  background-color: #a8c8ed;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8c8ed;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d0eed1;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a8dfaa;
}
.table-hover .table-success:hover {
  background-color: #bde7bf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bde7bf;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c4ddfe;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #91c1fd;
}
.table-hover .table-info:hover {
  background-color: #abcffe;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abcffe;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #feeac4;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fdd791;
}
.table-hover .table-warning:hover {
  background-color: #fee1ab;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fee1ab;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ebcacc;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #da9da1;
}
.table-hover .table-danger:hover {
  background-color: #e4b7ba;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e4b7ba;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9fafb;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f4f5f7;
}
.table-hover .table-light:hover {
  background-color: #eaedf1;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaedf1;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-navy,
.table-navy > th,
.table-navy > td {
  background-color: #bdd5f1;
}
.table-navy th,
.table-navy td,
.table-navy thead th,
.table-navy tbody + tbody {
  border-color: #84b2e5;
}
.table-hover .table-navy:hover {
  background-color: #a8c8ed;
}
.table-hover .table-navy:hover > td,
.table-hover .table-navy:hover > th {
  background-color: #a8c8ed;
}
.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d2c7e0;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #ab97c6;
}
.table-hover .table-purple:hover {
  background-color: #c5b7d7;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #c5b7d7;
}
.table-free,
.table-free > th,
.table-free > td {
  background-color: #bcdbe0;
}
.table-free th,
.table-free td,
.table-free thead th,
.table-free tbody + tbody {
  border-color: #83bbc5;
}
.table-hover .table-free:hover {
  background-color: #abd2d8;
}
.table-hover .table-free:hover > td,
.table-hover .table-free:hover > th {
  background-color: #abd2d8;
}
.table-pay-per-use,
.table-pay-per-use > th,
.table-pay-per-use > td {
  background-color: #d2c7e0;
}
.table-pay-per-use th,
.table-pay-per-use td,
.table-pay-per-use thead th,
.table-pay-per-use tbody + tbody {
  border-color: #ab97c6;
}
.table-hover .table-pay-per-use:hover {
  background-color: #c5b7d7;
}
.table-hover .table-pay-per-use:hover > td,
.table-hover .table-pay-per-use:hover > th {
  background-color: #c5b7d7;
}
.table-monthly,
.table-monthly > th,
.table-monthly > td {
  background-color: #bdd5f1;
}
.table-monthly th,
.table-monthly td,
.table-monthly thead th,
.table-monthly tbody + tbody {
  border-color: #84b2e5;
}
.table-hover .table-monthly:hover {
  background-color: #a8c8ed;
}
.table-hover .table-monthly:hover > td,
.table-hover .table-monthly:hover > th {
  background-color: #a8c8ed;
}
.table-google,
.table-google > th,
.table-google > td {
  background-color: #c6d6f4;
}
.table-google th,
.table-google td,
.table-google thead th,
.table-google tbody + tbody {
  border-color: #95b4eb;
}
.table-hover .table-google:hover {
  background-color: #b1c7f0;
}
.table-hover .table-google:hover > td,
.table-hover .table-google:hover > th {
  background-color: #b1c7f0;
}
.table-yahoo,
.table-yahoo > th,
.table-yahoo > td {
  background-color: #d2c7e0;
}
.table-yahoo th,
.table-yahoo td,
.table-yahoo thead th,
.table-yahoo tbody + tbody {
  border-color: #ab97c6;
}
.table-hover .table-yahoo:hover {
  background-color: #c5b7d7;
}
.table-hover .table-yahoo:hover > td,
.table-hover .table-yahoo:hover > th {
  background-color: #c5b7d7;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #2f414a;
  background-color: #e9ecef;
  border-color: #e4e6e9;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.69rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f414a;
  background-color: rgba(231, 239, 255, 0.6);
  background-clip: padding-box;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #2f414a;
  background-color: rgba(231, 239, 255, 0.6);
  border-color: #6eacf2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #2f414a;
  background-color: rgba(231, 239, 255, 0.6);
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.69rem + 1.5px);
  padding-bottom: calc(0.69rem + 1.5px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1rem + 1.5px);
  padding-bottom: calc(1rem + 1.5px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.6rem + 1.5px);
  padding-bottom: calc(0.6rem + 1.5px);
  font-size: 1rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.69rem;
  padding-bottom: 0.69rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1.5px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(2.7rem + 3pxpx);
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(3.875rem + 3pxpx);
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #58c25b;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(88, 194, 91, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #58c25b;
  padding-right: 2.88rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2358C25B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.345rem);
  background-size: calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #58c25b;
  box-shadow: 0 0 0 0.2rem rgba(88, 194, 91, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.88rem;
  background-position: top calc(0.375em + 0.345rem) right
    calc(0.375em + 0.345rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #58c25b;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2358C25B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      rgba(231, 239, 255, 0.6) no-repeat center right 1.75rem /
      calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #58c25b;
  box-shadow: 0 0 0 0.2rem rgba(88, 194, 91, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #58c25b;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #58c25b;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #58c25b;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #7dd080;
  background-color: #7dd080;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(88, 194, 91, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #58c25b;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #58c25b;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #58c25b;
  box-shadow: 0 0 0 0.2rem rgba(88, 194, 91, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #b7434a;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(183, 67, 74, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #b7434a;
  padding-right: 2.88rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B7434A' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B7434A' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.345rem);
  background-size: calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #b7434a;
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 74, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.88rem;
  background-position: top calc(0.375em + 0.345rem) right
    calc(0.375em + 0.345rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #b7434a;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B7434A' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B7434A' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      rgba(231, 239, 255, 0.6) no-repeat center right 1.75rem /
      calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #b7434a;
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 74, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #b7434a;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #b7434a;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b7434a;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #c7666c;
  background-color: #c7666c;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 74, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #b7434a;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b7434a;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b7434a;
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 74, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #212529;
  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.69rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1058aa;
  border-color: #0f529e;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f529e;
  border-color: #0e4c93;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #58c25b;
  border-color: #58c25b;
}
.btn-success:hover {
  color: #fff;
  background-color: #41b344;
  border-color: #3ea941;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 170, 84, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #58c25b;
  border-color: #58c25b;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3ea941;
  border-color: #3aa03d;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 170, 84, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #2c87fc;
  border-color: #2c87fc;
}
.btn-info:hover {
  color: #fff;
  background-color: #0672fb;
  border-color: #036cf2;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 153, 252, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #2c87fc;
  border-color: #2c87fc;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #036cf2;
  border-color: #0366e5;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 153, 252, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #fcb32c;
  border-color: #fcb32c;
}
.btn-warning:hover {
  color: #212529;
  background-color: #fba506;
  border-color: #f29e03;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 158, 44, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #fcb32c;
  border-color: #fcb32c;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f29e03;
  border-color: #e59603;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 158, 44, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #b7434a;
  border-color: #b7434a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9b393f;
  border-color: #92353b;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 95, 101, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #b7434a;
  border-color: #b7434a;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #92353b;
  border-color: #883237;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 95, 101, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-light:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-navy {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-navy:hover {
  color: #fff;
  background-color: #1058aa;
  border-color: #0f529e;
}
.btn-navy:focus,
.btn-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.btn-navy.disabled,
.btn-navy:disabled {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-navy:not(:disabled):not(.disabled):active,
.btn-navy:not(:disabled):not(.disabled).active,
.show > .btn-navy.dropdown-toggle {
  color: #fff;
  background-color: #0f529e;
  border-color: #0e4c93;
}
.btn-navy:not(:disabled):not(.disabled):active:focus,
.btn-navy:not(:disabled):not(.disabled).active:focus,
.show > .btn-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.btn-purple {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-purple:hover {
  color: #fff;
  background-color: #4c2c75;
  border-color: #46296c;
}
.btn-purple:focus,
.btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(118, 85, 162, 0.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #46296c;
  border-color: #402563;
}
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(118, 85, 162, 0.5);
}
.btn-free {
  color: #fff;
  background-color: #107d90;
  border-color: #107d90;
}
.btn-free:hover {
  color: #fff;
  background-color: #0c5f6e;
  border-color: #0b5562;
}
.btn-free:focus,
.btn-free.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 145, 161, 0.5);
}
.btn-free.disabled,
.btn-free:disabled {
  color: #fff;
  background-color: #107d90;
  border-color: #107d90;
}
.btn-free:not(:disabled):not(.disabled):active,
.btn-free:not(:disabled):not(.disabled).active,
.show > .btn-free.dropdown-toggle {
  color: #fff;
  background-color: #0b5562;
  border-color: #0a4b57;
}
.btn-free:not(:disabled):not(.disabled):active:focus,
.btn-free:not(:disabled):not(.disabled).active:focus,
.show > .btn-free.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 145, 161, 0.5);
}
.btn-pay-per-use {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-pay-per-use:hover {
  color: #fff;
  background-color: #4c2c75;
  border-color: #46296c;
}
.btn-pay-per-use:focus,
.btn-pay-per-use.focus {
  box-shadow: 0 0 0 0.2rem rgba(118, 85, 162, 0.5);
}
.btn-pay-per-use.disabled,
.btn-pay-per-use:disabled {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-pay-per-use:not(:disabled):not(.disabled):active,
.btn-pay-per-use:not(:disabled):not(.disabled).active,
.show > .btn-pay-per-use.dropdown-toggle {
  color: #fff;
  background-color: #46296c;
  border-color: #402563;
}
.btn-pay-per-use:not(:disabled):not(.disabled):active:focus,
.btn-pay-per-use:not(:disabled):not(.disabled).active:focus,
.show > .btn-pay-per-use.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(118, 85, 162, 0.5);
}
.btn-monthly {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-monthly:hover {
  color: #fff;
  background-color: #1058aa;
  border-color: #0f529e;
}
.btn-monthly:focus,
.btn-monthly.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.btn-monthly.disabled,
.btn-monthly:disabled {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-monthly:not(:disabled):not(.disabled):active,
.btn-monthly:not(:disabled):not(.disabled).active,
.show > .btn-monthly.dropdown-toggle {
  color: #fff;
  background-color: #0f529e;
  border-color: #0e4c93;
}
.btn-monthly:not(:disabled):not(.disabled):active:focus,
.btn-monthly:not(:disabled):not(.disabled).active:focus,
.show > .btn-monthly.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.btn-google {
  color: #fff;
  background-color: #336ed9;
  border-color: #336ed9;
}
.btn-google:hover {
  color: #fff;
  background-color: #245cc2;
  border-color: #2257b7;
}
.btn-google:focus,
.btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 132, 223, 0.5);
}
.btn-google.disabled,
.btn-google:disabled {
  color: #fff;
  background-color: #336ed9;
  border-color: #336ed9;
}
.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #2257b7;
  border-color: #2052ac;
}
.btn-google:not(:disabled):not(.disabled):active:focus,
.btn-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 132, 223, 0.5);
}
.btn-yahoo {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #4c2c75;
  border-color: #46296c;
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  box-shadow: 0 0 0 0.2rem rgba(118, 85, 162, 0.5);
}
.btn-yahoo.disabled,
.btn-yahoo:disabled {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-yahoo:not(:disabled):not(.disabled):active,
.btn-yahoo:not(:disabled):not(.disabled).active,
.show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #46296c;
  border-color: #402563;
}
.btn-yahoo:not(:disabled):not(.disabled):active:focus,
.btn-yahoo:not(:disabled):not(.disabled).active:focus,
.show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(118, 85, 162, 0.5);
}
.btn-outline-primary {
  color: #136acd;
  border-color: #136acd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #136acd;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #58c25b;
  border-color: #58c25b;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #58c25b;
  border-color: #58c25b;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 194, 91, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #58c25b;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #58c25b;
  border-color: #58c25b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 194, 91, 0.5);
}
.btn-outline-info {
  color: #2c87fc;
  border-color: #2c87fc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2c87fc;
  border-color: #2c87fc;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 135, 252, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #2c87fc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2c87fc;
  border-color: #2c87fc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 135, 252, 0.5);
}
.btn-outline-warning {
  color: #fcb32c;
  border-color: #fcb32c;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fcb32c;
  border-color: #fcb32c;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 179, 44, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fcb32c;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fcb32c;
  border-color: #fcb32c;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 179, 44, 0.5);
}
.btn-outline-danger {
  color: #b7434a;
  border-color: #b7434a;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b7434a;
  border-color: #b7434a;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 74, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #b7434a;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #b7434a;
  border-color: #b7434a;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 74, 0.5);
}
.btn-outline-light {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #e9ecef;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-navy {
  color: #136acd;
  border-color: #136acd;
}
.btn-outline-navy:hover {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-outline-navy:focus,
.btn-outline-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.btn-outline-navy.disabled,
.btn-outline-navy:disabled {
  color: #136acd;
  background-color: transparent;
}
.btn-outline-navy:not(:disabled):not(.disabled):active,
.btn-outline-navy:not(:disabled):not(.disabled).active,
.show > .btn-outline-navy.dropdown-toggle {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-outline-navy:not(:disabled):not(.disabled):active:focus,
.btn-outline-navy:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.btn-outline-purple {
  color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #5e3791;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.btn-outline-free {
  color: #107d90;
  border-color: #107d90;
}
.btn-outline-free:hover {
  color: #fff;
  background-color: #107d90;
  border-color: #107d90;
}
.btn-outline-free:focus,
.btn-outline-free.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 125, 144, 0.5);
}
.btn-outline-free.disabled,
.btn-outline-free:disabled {
  color: #107d90;
  background-color: transparent;
}
.btn-outline-free:not(:disabled):not(.disabled):active,
.btn-outline-free:not(:disabled):not(.disabled).active,
.show > .btn-outline-free.dropdown-toggle {
  color: #fff;
  background-color: #107d90;
  border-color: #107d90;
}
.btn-outline-free:not(:disabled):not(.disabled):active:focus,
.btn-outline-free:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-free.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 125, 144, 0.5);
}
.btn-outline-pay-per-use {
  color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-pay-per-use:hover {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-pay-per-use:focus,
.btn-outline-pay-per-use.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.btn-outline-pay-per-use.disabled,
.btn-outline-pay-per-use:disabled {
  color: #5e3791;
  background-color: transparent;
}
.btn-outline-pay-per-use:not(:disabled):not(.disabled):active,
.btn-outline-pay-per-use:not(:disabled):not(.disabled).active,
.show > .btn-outline-pay-per-use.dropdown-toggle {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-pay-per-use:not(:disabled):not(.disabled):active:focus,
.btn-outline-pay-per-use:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pay-per-use.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.btn-outline-monthly {
  color: #136acd;
  border-color: #136acd;
}
.btn-outline-monthly:hover {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-outline-monthly:focus,
.btn-outline-monthly.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.btn-outline-monthly.disabled,
.btn-outline-monthly:disabled {
  color: #136acd;
  background-color: transparent;
}
.btn-outline-monthly:not(:disabled):not(.disabled):active,
.btn-outline-monthly:not(:disabled):not(.disabled).active,
.show > .btn-outline-monthly.dropdown-toggle {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.btn-outline-monthly:not(:disabled):not(.disabled):active:focus,
.btn-outline-monthly:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-monthly.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.btn-outline-google {
  color: #336ed9;
  border-color: #336ed9;
}
.btn-outline-google:hover {
  color: #fff;
  background-color: #336ed9;
  border-color: #336ed9;
}
.btn-outline-google:focus,
.btn-outline-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 110, 217, 0.5);
}
.btn-outline-google.disabled,
.btn-outline-google:disabled {
  color: #336ed9;
  background-color: transparent;
}
.btn-outline-google:not(:disabled):not(.disabled):active,
.btn-outline-google:not(:disabled):not(.disabled).active,
.show > .btn-outline-google.dropdown-toggle {
  color: #fff;
  background-color: #336ed9;
  border-color: #336ed9;
}
.btn-outline-google:not(:disabled):not(.disabled):active:focus,
.btn-outline-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 110, 217, 0.5);
}
.btn-outline-yahoo {
  color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-yahoo:hover {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-yahoo:focus,
.btn-outline-yahoo.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.btn-outline-yahoo.disabled,
.btn-outline-yahoo:disabled {
  color: #5e3791;
  background-color: transparent;
}
.btn-outline-yahoo:not(:disabled):not(.disabled):active,
.btn-outline-yahoo:not(:disabled):not(.disabled).active,
.show > .btn-outline-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #5e3791;
  border-color: #5e3791;
}
.btn-outline-yahoo:not(:disabled):not(.disabled):active:focus,
.btn-outline-yahoo:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #136acd;
  text-decoration: none;
}
.btn-link:hover {
  color: #0d4687;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.8rem 2rem;
  clear: both;
  font-weight: 400;
  color: #136acd;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0 - 0);
  border-top-right-radius: calc(0 - 0);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0 - 0);
  border-bottom-left-radius: calc(0 - 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #136acd;
  text-decoration: none;
  background-color: #e7efff;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #136acd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.8rem 2rem;
  color: #136acd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1.5px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1.5px;
}
.input-group-prepend {
  margin-right: -1.5px;
}
.input-group-append {
  margin-left: -1.5px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.69rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f414a;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(3.875rem + 3pxpx);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(2.7rem + 3pxpx);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #136acd;
  background-color: #136acd;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6eacf2;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #9dc6f6;
  border-color: #9dc6f6;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #e4e6e9;
  border: #adb5bd solid 1.5px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #136acd;
  background-color: #136acd;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(19, 106, 205, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(19, 106, 205, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(19, 106, 205, 0.5);
}
.custom-switch {
  padding-left: 3.25rem;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 3px);
  left: calc(-3.25rem + 3px);
  width: calc(1rem - 6px);
  height: calc(1rem - 6px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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: transform 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-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #e4e6e9;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(19, 106, 205, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f414a;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  background-color: rgba(231, 239, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #6eacf2;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(110, 172, 242, 0.5);
}
.custom-select:focus::-ms-value {
  color: #2f414a;
  background-color: rgba(231, 239, 255, 0.6);
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(2.7rem + 3pxpx);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.25rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(3.875rem + 3pxpx);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50px;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #6eacf2;
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 50px;
  padding: 0.69rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f414a;
  background-color: rgba(231, 239, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.88rem;
  padding: 0.69rem 1.5rem;
  line-height: 1.5;
  color: #2f414a;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #136acd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #9dc6f6;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e4e6e9;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #136acd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #9dc6f6;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e4e6e9;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #136acd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #9dc6f6;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #e4e6e9;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e4e6e9;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.8rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #e4e6e9;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #e4e6e9;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #2f414a;
  background-color: #fff;
  border-color: #e4e6e9 #e4e6e9 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #136acd;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.6125rem;
  padding-bottom: 0.6125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-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-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #212529;
  background-color: #fff;
  border: 1px solid #e4e6e9;
}
.page-link:hover {
  z-index: 2;
  color: #0d4687;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #e4e6e9;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e4e6e9;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.4em 0.5em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #136acd;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0f529e;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #212529;
  background-color: #58c25b;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #3ea941;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 194, 91, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #2c87fc;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #036cf2;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 135, 252, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #fcb32c;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #f29e03;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 179, 44, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #b7434a;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #92353b;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 74, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #e9ecef;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #cbd3da;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.badge-navy {
  color: #fff;
  background-color: #136acd;
}
a.badge-navy:hover,
a.badge-navy:focus {
  color: #fff;
  background-color: #0f529e;
}
a.badge-navy:focus,
a.badge-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.badge-purple {
  color: #fff;
  background-color: #5e3791;
}
a.badge-purple:hover,
a.badge-purple:focus {
  color: #fff;
  background-color: #46296c;
}
a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.badge-free {
  color: #fff;
  background-color: #107d90;
}
a.badge-free:hover,
a.badge-free:focus {
  color: #fff;
  background-color: #0b5562;
}
a.badge-free:focus,
a.badge-free.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 125, 144, 0.5);
}
.badge-pay-per-use {
  color: #fff;
  background-color: #5e3791;
}
a.badge-pay-per-use:hover,
a.badge-pay-per-use:focus {
  color: #fff;
  background-color: #46296c;
}
a.badge-pay-per-use:focus,
a.badge-pay-per-use.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.badge-monthly {
  color: #fff;
  background-color: #136acd;
}
a.badge-monthly:hover,
a.badge-monthly:focus {
  color: #fff;
  background-color: #0f529e;
}
a.badge-monthly:focus,
a.badge-monthly.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.5);
}
.badge-google {
  color: #fff;
  background-color: #336ed9;
}
a.badge-google:hover,
a.badge-google:focus {
  color: #fff;
  background-color: #2257b7;
}
a.badge-google:focus,
a.badge-google.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 110, 217, 0.5);
}
.badge-yahoo {
  color: #fff;
  background-color: #5e3791;
}
a.badge-yahoo:hover,
a.badge-yahoo:focus {
  color: #fff;
  background-color: #46296c;
}
a.badge-yahoo:focus,
a.badge-yahoo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 55, 145, 0.5);
}
.jumbotron {
  padding: 0 0;
  margin-bottom: 0;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 0 0;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #0a376b;
  background-color: #d0e1f5;
  border-color: #bdd5f1;
}
.alert-primary hr {
  border-top-color: #a8c8ed;
}
.alert-primary .alert-link {
  color: #061f3c;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #2e652f;
  background-color: #def3de;
  border-color: #d0eed1;
}
.alert-success hr {
  border-top-color: #bde7bf;
}
.alert-success .alert-link {
  color: #1e421f;
}
.alert-info {
  color: #174683;
  background-color: #d5e7fe;
  border-color: #c4ddfe;
}
.alert-info hr {
  border-top-color: #abcffe;
}
.alert-info .alert-link {
  color: #0f2f58;
}
.alert-warning {
  color: #835d17;
  background-color: #fef0d5;
  border-color: #feeac4;
}
.alert-warning hr {
  border-top-color: #fee1ab;
}
.alert-warning .alert-link {
  color: #583e0f;
}
.alert-danger {
  color: #5f2326;
  background-color: #f1d9db;
  border-color: #ebcacc;
}
.alert-danger hr {
  border-top-color: #e4b7ba;
}
.alert-danger .alert-link {
  color: #3a1517;
}
.alert-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-light hr {
  border-top-color: #eaedf1;
}
.alert-light .alert-link {
  color: #606162;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-navy {
  color: #0a376b;
  background-color: #d0e1f5;
  border-color: #bdd5f1;
}
.alert-navy hr {
  border-top-color: #a8c8ed;
}
.alert-navy .alert-link {
  color: #061f3c;
}
.alert-purple {
  color: #311d4b;
  background-color: #dfd7e9;
  border-color: #d2c7e0;
}
.alert-purple hr {
  border-top-color: #c5b7d7;
}
.alert-purple .alert-link {
  color: #190f26;
}
.alert-free {
  color: #08414b;
  background-color: #cfe5e9;
  border-color: #bcdbe0;
}
.alert-free hr {
  border-top-color: #abd2d8;
}
.alert-free .alert-link {
  color: #03191d;
}
.alert-pay-per-use {
  color: #311d4b;
  background-color: #dfd7e9;
  border-color: #d2c7e0;
}
.alert-pay-per-use hr {
  border-top-color: #c5b7d7;
}
.alert-pay-per-use .alert-link {
  color: #190f26;
}
.alert-monthly {
  color: #0a376b;
  background-color: #d0e1f5;
  border-color: #bdd5f1;
}
.alert-monthly hr {
  border-top-color: #a8c8ed;
}
.alert-monthly .alert-link {
  color: #061f3c;
}
.alert-google {
  color: #1b3971;
  background-color: #d6e2f7;
  border-color: #c6d6f4;
}
.alert-google hr {
  border-top-color: #b1c7f0;
}
.alert-google .alert-link {
  color: #112448;
}
.alert-yahoo {
  color: #311d4b;
  background-color: #dfd7e9;
  border-color: #d2c7e0;
}
.alert-yahoo hr {
  border-top-color: #c5b7d7;
}
.alert-yahoo .alert-link {
  color: #190f26;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #136acd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #2f414a;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #2f414a;
  text-decoration: none;
  background-color: #f9f6f8;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #0a376b;
  background-color: #bdd5f1;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0a376b;
  background-color: #a8c8ed;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a376b;
  border-color: #0a376b;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #2e652f;
  background-color: #d0eed1;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #2e652f;
  background-color: #bde7bf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2e652f;
  border-color: #2e652f;
}
.list-group-item-info {
  color: #174683;
  background-color: #c4ddfe;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #174683;
  background-color: #abcffe;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #174683;
  border-color: #174683;
}
.list-group-item-warning {
  color: #835d17;
  background-color: #feeac4;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #835d17;
  background-color: #fee1ab;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #835d17;
  border-color: #835d17;
}
.list-group-item-danger {
  color: #5f2326;
  background-color: #ebcacc;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #5f2326;
  background-color: #e4b7ba;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #5f2326;
  border-color: #5f2326;
}
.list-group-item-light {
  color: #797b7c;
  background-color: #f9fafb;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-navy {
  color: #0a376b;
  background-color: #bdd5f1;
}
.list-group-item-navy.list-group-item-action:hover,
.list-group-item-navy.list-group-item-action:focus {
  color: #0a376b;
  background-color: #a8c8ed;
}
.list-group-item-navy.list-group-item-action.active {
  color: #fff;
  background-color: #0a376b;
  border-color: #0a376b;
}
.list-group-item-purple {
  color: #311d4b;
  background-color: #d2c7e0;
}
.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: #311d4b;
  background-color: #c5b7d7;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #311d4b;
  border-color: #311d4b;
}
.list-group-item-free {
  color: #08414b;
  background-color: #bcdbe0;
}
.list-group-item-free.list-group-item-action:hover,
.list-group-item-free.list-group-item-action:focus {
  color: #08414b;
  background-color: #abd2d8;
}
.list-group-item-free.list-group-item-action.active {
  color: #fff;
  background-color: #08414b;
  border-color: #08414b;
}
.list-group-item-pay-per-use {
  color: #311d4b;
  background-color: #d2c7e0;
}
.list-group-item-pay-per-use.list-group-item-action:hover,
.list-group-item-pay-per-use.list-group-item-action:focus {
  color: #311d4b;
  background-color: #c5b7d7;
}
.list-group-item-pay-per-use.list-group-item-action.active {
  color: #fff;
  background-color: #311d4b;
  border-color: #311d4b;
}
.list-group-item-monthly {
  color: #0a376b;
  background-color: #bdd5f1;
}
.list-group-item-monthly.list-group-item-action:hover,
.list-group-item-monthly.list-group-item-action:focus {
  color: #0a376b;
  background-color: #a8c8ed;
}
.list-group-item-monthly.list-group-item-action.active {
  color: #fff;
  background-color: #0a376b;
  border-color: #0a376b;
}
.list-group-item-google {
  color: #1b3971;
  background-color: #c6d6f4;
}
.list-group-item-google.list-group-item-action:hover,
.list-group-item-google.list-group-item-action:focus {
  color: #1b3971;
  background-color: #b1c7f0;
}
.list-group-item-google.list-group-item-action.active {
  color: #fff;
  background-color: #1b3971;
  border-color: #1b3971;
}
.list-group-item-yahoo {
  color: #311d4b;
  background-color: #d2c7e0;
}
.list-group-item-yahoo.list-group-item-action:hover,
.list-group-item-yahoo.list-group-item-action:focus {
  color: #311d4b;
  background-color: #c5b7d7;
}
.list-group-item-yahoo.list-group-item-action.active {
  color: #fff;
  background-color: #311d4b;
  border-color: #311d4b;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #e9ecef;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Work Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #343a40;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #343a40;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #343a40;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #343a40;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #343a40;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Work Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-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;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #136acd !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f529e !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #58c25b !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3ea941 !important;
}
.bg-info {
  background-color: #2c87fc !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #036cf2 !important;
}
.bg-warning {
  background-color: #fcb32c !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f29e03 !important;
}
.bg-danger {
  background-color: #b7434a !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #92353b !important;
}
.bg-light {
  background-color: #e9ecef !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cbd3da !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-navy {
  background-color: #136acd !important;
}
a.bg-navy:hover,
a.bg-navy:focus,
button.bg-navy:hover,
button.bg-navy:focus {
  background-color: #0f529e !important;
}
.bg-purple {
  background-color: #5e3791 !important;
}
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #46296c !important;
}
.bg-free {
  background-color: #107d90 !important;
}
a.bg-free:hover,
a.bg-free:focus,
button.bg-free:hover,
button.bg-free:focus {
  background-color: #0b5562 !important;
}
.bg-pay-per-use {
  background-color: #5e3791 !important;
}
a.bg-pay-per-use:hover,
a.bg-pay-per-use:focus,
button.bg-pay-per-use:hover,
button.bg-pay-per-use:focus {
  background-color: #46296c !important;
}
.bg-monthly {
  background-color: #136acd !important;
}
a.bg-monthly:hover,
a.bg-monthly:focus,
button.bg-monthly:hover,
button.bg-monthly:focus {
  background-color: #0f529e !important;
}
.bg-google {
  background-color: #336ed9 !important;
}
a.bg-google:hover,
a.bg-google:focus,
button.bg-google:hover,
button.bg-google:focus {
  background-color: #2257b7 !important;
}
.bg-yahoo {
  background-color: #5e3791 !important;
}
a.bg-yahoo:hover,
a.bg-yahoo:focus,
button.bg-yahoo:hover,
button.bg-yahoo:focus {
  background-color: #46296c !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e4e6e9 !important;
}
.border-top {
  border-top: 1px solid #e4e6e9 !important;
}
.border-right {
  border-right: 1px solid #e4e6e9 !important;
}
.border-bottom {
  border-bottom: 1px solid #e4e6e9 !important;
}
.border-left {
  border-left: 1px solid #e4e6e9 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #136acd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #58c25b !important;
}
.border-info {
  border-color: #2c87fc !important;
}
.border-warning {
  border-color: #fcb32c !important;
}
.border-danger {
  border-color: #b7434a !important;
}
.border-light {
  border-color: #e9ecef !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-navy {
  border-color: #136acd !important;
}
.border-purple {
  border-color: #5e3791 !important;
}
.border-free {
  border-color: #107d90 !important;
}
.border-pay-per-use {
  border-color: #5e3791 !important;
}
.border-monthly {
  border-color: #136acd !important;
}
.border-google {
  border-color: #336ed9 !important;
}
.border-yahoo {
  border-color: #5e3791 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.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;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 3.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}
.m-9 {
  margin: 4rem !important;
}
.mt-9,
.my-9 {
  margin-top: 4rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}
.m-10 {
  margin: 4.5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}
.m-11 {
  margin: 5rem !important;
}
.mt-11,
.my-11 {
  margin-top: 5rem !important;
}
.mr-11,
.mx-11 {
  margin-right: 5rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}
.ml-11,
.mx-11 {
  margin-left: 5rem !important;
}
.m-12 {
  margin: 6rem !important;
}
.mt-12,
.my-12 {
  margin-top: 6rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 6rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 6rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 6rem !important;
}
.m-13 {
  margin: 6.5rem !important;
}
.mt-13,
.my-13 {
  margin-top: 6.5rem !important;
}
.mr-13,
.mx-13 {
  margin-right: 6.5rem !important;
}
.mb-13,
.my-13 {
  margin-bottom: 6.5rem !important;
}
.ml-13,
.mx-13 {
  margin-left: 6.5rem !important;
}
.m-14 {
  margin: 7rem !important;
}
.mt-14,
.my-14 {
  margin-top: 7rem !important;
}
.mr-14,
.mx-14 {
  margin-right: 7rem !important;
}
.mb-14,
.my-14 {
  margin-bottom: 7rem !important;
}
.ml-14,
.mx-14 {
  margin-left: 7rem !important;
}
.m-15 {
  margin: 7.5rem !important;
}
.mt-15,
.my-15 {
  margin-top: 7.5rem !important;
}
.mr-15,
.mx-15 {
  margin-right: 7.5rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 7.5rem !important;
}
.ml-15,
.mx-15 {
  margin-left: 7.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}
.pr-7,
.px-7 {
  padding-right: 3rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}
.pl-7,
.px-7 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 3.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}
.p-9 {
  padding: 4rem !important;
}
.pt-9,
.py-9 {
  padding-top: 4rem !important;
}
.pr-9,
.px-9 {
  padding-right: 4rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}
.pl-9,
.px-9 {
  padding-left: 4rem !important;
}
.p-10 {
  padding: 4.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}
.p-11 {
  padding: 5rem !important;
}
.pt-11,
.py-11 {
  padding-top: 5rem !important;
}
.pr-11,
.px-11 {
  padding-right: 5rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}
.pl-11,
.px-11 {
  padding-left: 5rem !important;
}
.p-12 {
  padding: 6rem !important;
}
.pt-12,
.py-12 {
  padding-top: 6rem !important;
}
.pr-12,
.px-12 {
  padding-right: 6rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 6rem !important;
}
.pl-12,
.px-12 {
  padding-left: 6rem !important;
}
.p-13 {
  padding: 6.5rem !important;
}
.pt-13,
.py-13 {
  padding-top: 6.5rem !important;
}
.pr-13,
.px-13 {
  padding-right: 6.5rem !important;
}
.pb-13,
.py-13 {
  padding-bottom: 6.5rem !important;
}
.pl-13,
.px-13 {
  padding-left: 6.5rem !important;
}
.p-14 {
  padding: 7rem !important;
}
.pt-14,
.py-14 {
  padding-top: 7rem !important;
}
.pr-14,
.px-14 {
  padding-right: 7rem !important;
}
.pb-14,
.py-14 {
  padding-bottom: 7rem !important;
}
.pl-14,
.px-14 {
  padding-left: 7rem !important;
}
.p-15 {
  padding: 7.5rem !important;
}
.pt-15,
.py-15 {
  padding-top: 7.5rem !important;
}
.pr-15,
.px-15 {
  padding-right: 7.5rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 7.5rem !important;
}
.pl-15,
.px-15 {
  padding-left: 7.5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -2rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}
.m-n6 {
  margin: -2.5rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}
.m-n7 {
  margin: -3rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}
.m-n8 {
  margin: -3.5rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -3.5rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -3.5rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -3.5rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -3.5rem !important;
}
.m-n9 {
  margin: -4rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -4rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -4rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -4rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -4rem !important;
}
.m-n10 {
  margin: -4.5rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -4.5rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -4.5rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -4.5rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -4.5rem !important;
}
.m-n11 {
  margin: -5rem !important;
}
.mt-n11,
.my-n11 {
  margin-top: -5rem !important;
}
.mr-n11,
.mx-n11 {
  margin-right: -5rem !important;
}
.mb-n11,
.my-n11 {
  margin-bottom: -5rem !important;
}
.ml-n11,
.mx-n11 {
  margin-left: -5rem !important;
}
.m-n12 {
  margin: -6rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -6rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -6rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -6rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -6rem !important;
}
.m-n13 {
  margin: -6.5rem !important;
}
.mt-n13,
.my-n13 {
  margin-top: -6.5rem !important;
}
.mr-n13,
.mx-n13 {
  margin-right: -6.5rem !important;
}
.mb-n13,
.my-n13 {
  margin-bottom: -6.5rem !important;
}
.ml-n13,
.mx-n13 {
  margin-left: -6.5rem !important;
}
.m-n14 {
  margin: -7rem !important;
}
.mt-n14,
.my-n14 {
  margin-top: -7rem !important;
}
.mr-n14,
.mx-n14 {
  margin-right: -7rem !important;
}
.mb-n14,
.my-n14 {
  margin-bottom: -7rem !important;
}
.ml-n14,
.mx-n14 {
  margin-left: -7rem !important;
}
.m-n15 {
  margin: -7.5rem !important;
}
.mt-n15,
.my-n15 {
  margin-top: -7.5rem !important;
}
.mr-n15,
.mx-n15 {
  margin-right: -7.5rem !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -7.5rem !important;
}
.ml-n15,
.mx-n15 {
  margin-left: -7.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
  }
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important;
  }
  .m-sm-9 {
    margin: 4rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem !important;
  }
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.5rem !important;
  }
  .m-sm-11 {
    margin: 5rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5rem !important;
  }
  .m-sm-12 {
    margin: 6rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 6rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 6rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 6rem !important;
  }
  .m-sm-13 {
    margin: 6.5rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 6.5rem !important;
  }
  .m-sm-14 {
    margin: 7rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 7rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 7rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 7rem !important;
  }
  .m-sm-15 {
    margin: 7.5rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 7.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important;
  }
  .p-sm-9 {
    padding: 4rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem !important;
  }
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.5rem !important;
  }
  .p-sm-11 {
    padding: 5rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5rem !important;
  }
  .p-sm-12 {
    padding: 6rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 6rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 6rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 6rem !important;
  }
  .p-sm-13 {
    padding: 6.5rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 6.5rem !important;
  }
  .p-sm-14 {
    padding: 7rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 7rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 7rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 7rem !important;
  }
  .p-sm-15 {
    padding: 7.5rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 7.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n7 {
    margin: -3rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important;
  }
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n9 {
    margin: -4rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4rem !important;
  }
  .m-sm-n10 {
    margin: -4.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n11 {
    margin: -5rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -5rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -5rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -5rem !important;
  }
  .m-sm-n12 {
    margin: -6rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -6rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -6rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -6rem !important;
  }
  .m-sm-n13 {
    margin: -6.5rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n14 {
    margin: -7rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -7rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -7rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -7rem !important;
  }
  .m-sm-n15 {
    margin: -7.5rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important;
  }
  .m-md-10 {
    margin: 4.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important;
  }
  .m-md-11 {
    margin: 5rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5rem !important;
  }
  .m-md-12 {
    margin: 6rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 6rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 6rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 6rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 6rem !important;
  }
  .m-md-13 {
    margin: 6.5rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 6.5rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 6.5rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 6.5rem !important;
  }
  .m-md-14 {
    margin: 7rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 7rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 7rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 7rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 7rem !important;
  }
  .m-md-15 {
    margin: 7.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 7.5rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 7.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 7.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
  }
  .p-md-9 {
    padding: 4rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4rem !important;
  }
  .p-md-10 {
    padding: 4.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important;
  }
  .p-md-11 {
    padding: 5rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5rem !important;
  }
  .p-md-12 {
    padding: 6rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 6rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 6rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 6rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 6rem !important;
  }
  .p-md-13 {
    padding: 6.5rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 6.5rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 6.5rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 6.5rem !important;
  }
  .p-md-14 {
    padding: 7rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 7rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 7rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 7rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 7rem !important;
  }
  .p-md-15 {
    padding: 7.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 7.5rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 7.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 7.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
  }
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.5rem !important;
  }
  .m-md-n9 {
    margin: -4rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4rem !important;
  }
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -4.5rem !important;
  }
  .m-md-n11 {
    margin: -5rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -5rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -5rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -5rem !important;
  }
  .m-md-n12 {
    margin: -6rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -6rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -6rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -6rem !important;
  }
  .m-md-n13 {
    margin: -6.5rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -6.5rem !important;
  }
  .m-md-n14 {
    margin: -7rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -7rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -7rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -7rem !important;
  }
  .m-md-n15 {
    margin: -7.5rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5rem !important;
  }
  .m-lg-12 {
    margin: 6rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 6rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 6rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 6rem !important;
  }
  .m-lg-13 {
    margin: 6.5rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 6.5rem !important;
  }
  .m-lg-14 {
    margin: 7rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 7rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 7rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 7rem !important;
  }
  .m-lg-15 {
    margin: 7.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 7.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5rem !important;
  }
  .p-lg-12 {
    padding: 6rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 6rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 6rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 6rem !important;
  }
  .p-lg-13 {
    padding: 6.5rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 6.5rem !important;
  }
  .p-lg-14 {
    padding: 7rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 7rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 7rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 7rem !important;
  }
  .p-lg-15 {
    padding: 7.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 7.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n9 {
    margin: -4rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4rem !important;
  }
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n11 {
    margin: -5rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -5rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -5rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -5rem !important;
  }
  .m-lg-n12 {
    margin: -6rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -6rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -6rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -6rem !important;
  }
  .m-lg-n13 {
    margin: -6.5rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n14 {
    margin: -7rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -7rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -7rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -7rem !important;
  }
  .m-lg-n15 {
    margin: -7.5rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5rem !important;
  }
  .m-xl-12 {
    margin: 6rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 6rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 6rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 6rem !important;
  }
  .m-xl-13 {
    margin: 6.5rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 6.5rem !important;
  }
  .m-xl-14 {
    margin: 7rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 7rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 7rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 7rem !important;
  }
  .m-xl-15 {
    margin: 7.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 7.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4rem !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5rem !important;
  }
  .p-xl-12 {
    padding: 6rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 6rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 6rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 6rem !important;
  }
  .p-xl-13 {
    padding: 6.5rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 6.5rem !important;
  }
  .p-xl-14 {
    padding: 7rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 7rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 7rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 7rem !important;
  }
  .p-xl-15 {
    padding: 7.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 7.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n9 {
    margin: -4rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4rem !important;
  }
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n11 {
    margin: -5rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -5rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -5rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -5rem !important;
  }
  .m-xl-n12 {
    margin: -6rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -6rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -6rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -6rem !important;
  }
  .m-xl-n13 {
    margin: -6.5rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n14 {
    margin: -7rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -7rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -7rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -7rem !important;
  }
  .m-xl-n15 {
    margin: -7.5rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white,
.footer-registration.text-white a:not(.btn) {
  color: #fff !important;
}
.text-primary {
  color: #136acd !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d4687 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #58c25b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #37973a !important;
}
.text-info {
  color: #2c87fc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0360d8 !important;
}
.text-warning {
  color: #fcb32c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d88e03 !important;
}
.text-danger {
  color: #b7434a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7f2e33 !important;
}
.text-light {
  color: #e9ecef !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #bdc6cf !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-navy {
  color: #136acd !important;
}
a.text-navy:hover,
a.text-navy:focus {
  color: #0d4687 !important;
}
.text-purple {
  color: #5e3791 !important;
}
a.text-purple:hover,
a.text-purple:focus {
  color: #3a225a !important;
}
.text-free {
  color: #107d90 !important;
}
a.text-free:hover,
a.text-free:focus {
  color: #08414b !important;
}
.text-pay-per-use {
  color: #5e3791 !important;
}
a.text-pay-per-use:hover,
a.text-pay-per-use:focus {
  color: #3a225a !important;
}
.text-monthly {
  color: #136acd !important;
}
a.text-monthly:hover,
a.text-monthly:focus {
  color: #0d4687 !important;
}
.text-google {
  color: #336ed9 !important;
}
a.text-google:hover,
a.text-google:focus {
  color: #1e4da1 !important;
}
.text-yahoo {
  color: #5e3791 !important;
}
a.text-yahoo:hover,
a.text-yahoo:focus {
  color: #3a225a !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e4e6e9 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e4e6e9;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e4e6e9;
  }
}
@-webkit-keyframes panel-slide-up {
  0%,
  30% {
    margin-top: 8px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes panel-slide-up {
  0%,
  30% {
    margin-top: 8px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes panel-slide-down {
  0%,
  30% {
    margin-top: -8px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes panel-slide-down {
  0%,
  30% {
    margin-top: -8px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes panel-slide-left {
  0%,
  30% {
    margin-left: 8px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes panel-slide-left {
  0%,
  30% {
    margin-left: 8px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes panel-slide-right {
  0%,
  30% {
    margin-left: -8px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes panel-slide-right {
  0%,
  30% {
    margin-left: -8px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-1ms {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-2ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-3ms {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-4ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.delay-5ms {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.animated.delay-6ms {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated.delay-7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.animated.delay-7ms {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animated.delay-8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.animated.delay-8ms {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animated.delay-9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
.animated.delay-9ms {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animated.delay-10s {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.animated.delay-10ms {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
html {
  /* background: #d8dcde; */
}
html.iframe {
  background: white;
}
html body {
  max-width: 1600px;
  margin: 0 auto;
}
html body.mmc .jumbotron__image {
  opacity: 1;
}
a.text-white,
.footer-registration.text-white a:not(.btn) {
  text-decoration: underline;
}
a.link-dark,
.footer-registration.text-dark a:not(.btn) {
  color: #343a40;
  text-decoration: underline;
}
a.link-dark:hover,
.footer-registration.text-dark a:hover:not(.btn) {
  text-decoration: none;
}
a:hover:not(.btn):not(.nav-link):not(.dropdown-item):not(.link-dark) {
  text-decoration: underline;
}
.page-subnavigation .nav-link:hover {
  text-decoration: underline;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #f9f6f8;
  color: #136acd;
}
img,
video {
  max-width: 100%;
  flex-shrink: 0;
}
nav,
.nav,
.btn {
  font-family: "Averta", Arial, sans-serif;
}
.form-control {
  padding: 0.69rem 1rem;
}
select {
  -webkit-appearance: none;
}
.btn {
  white-space: normal;
}
.btn-outline-light:hover {
  color: #212529;
}
.nav-link:not(.form-dropdown) {
  color: #212529;
}
.bg-cover {
  background-position: center;
  background-size: cover;
}
.heading-font-family {
  font-family: "Averta", Arial, sans-serif;
}
@media (min-width: 992px) {
  h1,
  .h1,
  .about-biz__content__links {
    font-size: 3rem;
  }
}
h2,
.h2 {
  margin-bottom: 1rem;
}
h1.semibold,
h2.semibold,
h3.semibold,
h4.semibold,
h5.semibold,
h6.semibold,
.h1.semibold,
.semibold.about-biz__content__links,
.h2.semibold,
.h3.semibold,
.h4.semibold,
.h5.semibold,
.h6.semibold {
  font-weight: 600;
}
ul {
  margin-bottom: 0;
}
ul li {
  line-height: 1.5;
}
ul.checkmark,
.two-column-content ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
ul.checkmark li,
.two-column-content ul li {
  padding-left: 20px;
  background: url("../img/icons/checkmark.svg") no-repeat 0 0.54em;
}
ul.checkmark li:not(:last-of-type),
.two-column-content ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .columns-2 {
    -webkit-columns: 2;
    columns: 2;
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .header-with-badge {
    display: block;
  }
}
.badge {
  font-family: "Averta", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.btn-google,
.btn-yahoo,
.btn-google--yellow {
  position: relative;
}
.btn-google:before,
.btn-yahoo:before,
.btn-google--yellow:before {
  position: absolute;
  content: "";
  background-size: contain;
  left: 5px;
  top: 4px;
  width: 39px;
  height: 39px;
  line-height: 45px;
  background-color: white;
  border-radius: 45px;
}
.btn-google:before,
.btn-google--yellow:before {
  background-image: url(https://dmrokfxvkn5v8.cloudfront.net/8.4.0/images/social-auth-icon--google.svg);
}
.btn-google--yellow {
  background-color: #fcb32c;
}
.btn-yahoo {
  background: #5e3791;
}
.btn-yahoo:before {
  background-image: url(https://dmrokfxvkn5v8.cloudfront.net/8.4.0/images/social-auth-icon--yahoo.svg);
}
.btn-submit {
  color: #212529;
  background-color: #fcb32c;
  border-color: #fcb32c;
}
.btn-submit:hover {
  color: #212529;
  background-color: #fba506;
  border-color: #f29e03;
}
.btn-submit:focus,
.btn-submit.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 158, 44, 0.5);
}
.btn-submit.disabled,
.btn-submit:disabled {
  color: #212529;
  background-color: #fcb32c;
  border-color: #fcb32c;
}
.btn-submit:not(:disabled):not(.disabled):active,
.btn-submit:not(:disabled):not(.disabled).active,
.show > .btn-submit.dropdown-toggle {
  color: #212529;
  background-color: #f29e03;
  border-color: #e59603;
}
.btn-submit:not(:disabled):not(.disabled):active:focus,
.btn-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-submit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 158, 44, 0.5);
}
@media (max-width: 767.98px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .topnav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .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-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control {
  height: 50px;
  background-color: rgba(231, 239, 255, 0.9);
}
.form-control--textarea {
  height: auto;
}
.modal:after {
  content: url("data:image/svg+xml,<svg fill='white' viewBox='0 0 20 20' id='cancel' xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><path d='M11.592 10l5.078 5.078a1.126 1.126 0 0 1-1.592 1.592L10 11.592 4.922 16.67a1.126 1.126 0 1 1-1.592-1.592L8.408 10 3.33 4.922A1.126 1.126 0 0 1 4.922 3.33L10 8.408l5.078-5.078a1.126 1.126 0 0 1 1.592 1.592L11.592 10z'></path></svg>");
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  width: 24px;
  height: 24px;
}
.modal.no-close:after {
  content: "";
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
p a {
  font-weight: 600;
}
.gradient-white-white {
  background: linear-gradient(135deg, #fff 0%, #fff 100%);
}
.gradient-white-white--vertical {
  background: linear-gradient(180deg, #fff 0%, #fff 87.5%);
}
.gradient-text-white-white,
.gradient-link-white-white {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-black {
  background: linear-gradient(135deg, #fff 0%, #000 100%);
}
.gradient-white-black--vertical {
  background: linear-gradient(180deg, #fff 0%, #000 87.5%);
}
.gradient-text-white-black,
.gradient-link-white-black {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-navy {
  background: linear-gradient(135deg, #fff 0%, #136acd 100%);
}
.gradient-white-navy--vertical {
  background: linear-gradient(180deg, #fff 0%, #136acd 87.5%);
}
.gradient-text-white-navy,
.gradient-link-white-navy {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-blue {
  background: linear-gradient(135deg, #fff 0%, #2c87fc 100%);
}
.gradient-white-blue--vertical {
  background: linear-gradient(180deg, #fff 0%, #2c87fc 87.5%);
}
.gradient-text-white-blue,
.gradient-link-white-blue {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-purple {
  background: linear-gradient(135deg, #fff 0%, #5e3791 100%);
}
.gradient-white-purple--vertical {
  background: linear-gradient(180deg, #fff 0%, #5e3791 87.5%);
}
.gradient-text-white-purple,
.gradient-link-white-purple {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-teal {
  background: linear-gradient(135deg, #fff 0%, #20c997 100%);
}
.gradient-white-teal--vertical {
  background: linear-gradient(180deg, #fff 0%, #20c997 87.5%);
}
.gradient-text-white-teal,
.gradient-link-white-teal {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-light-blue {
  background: linear-gradient(135deg, #fff 0%, #6ebfff 100%);
}
.gradient-white-light-blue--vertical {
  background: linear-gradient(180deg, #fff 0%, #6ebfff 87.5%);
}
.gradient-text-white-light-blue,
.gradient-link-white-light-blue {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-lightest-blue {
  background: linear-gradient(135deg, #fff 0%, #e6f1ff 100%);
}
.gradient-white-lightest-blue--vertical {
  background: linear-gradient(180deg, #fff 0%, #e6f1ff 87.5%);
}
.gradient-text-white-lightest-blue,
.gradient-link-white-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-light-grey-blue {
  background: linear-gradient(135deg, #fff 0%, #78c3fc 100%);
}
.gradient-white-light-grey-blue--vertical {
  background: linear-gradient(180deg, #fff 0%, #78c3fc 87.5%);
}
.gradient-text-white-light-grey-blue,
.gradient-link-white-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-bright-grey-blue {
  background: linear-gradient(135deg, #fff 0%, #f0f4fa 100%);
}
.gradient-white-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #fff 0%, #f0f4fa 87.5%);
}
.gradient-text-white-bright-grey-blue,
.gradient-link-white-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-grey-blue {
  background: linear-gradient(135deg, #fff 0%, #e7efff 100%);
}
.gradient-white-grey-blue--vertical {
  background: linear-gradient(180deg, #fff 0%, #e7efff 87.5%);
}
.gradient-text-white-grey-blue,
.gradient-link-white-grey-blue {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-white-light-grey {
  background: linear-gradient(135deg, #fff 0%, #dfe6f1 100%);
}
.gradient-white-light-grey--vertical {
  background: linear-gradient(180deg, #fff 0%, #dfe6f1 87.5%);
}
.gradient-text-white-light-grey,
.gradient-link-white-light-grey {
  background: -webkit-linear-gradient(-163deg, #fff 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-white-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-white {
  background: linear-gradient(135deg, #000 0%, #fff 100%);
}
.gradient-black-white--vertical {
  background: linear-gradient(180deg, #000 0%, #fff 87.5%);
}
.gradient-text-black-white,
.gradient-link-black-white {
  background: -webkit-linear-gradient(-163deg, #000 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-black {
  background: linear-gradient(135deg, #000 0%, #000 100%);
}
.gradient-black-black--vertical {
  background: linear-gradient(180deg, #000 0%, #000 87.5%);
}
.gradient-text-black-black,
.gradient-link-black-black {
  background: -webkit-linear-gradient(-163deg, #000 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-navy {
  background: linear-gradient(135deg, #000 0%, #136acd 100%);
}
.gradient-black-navy--vertical {
  background: linear-gradient(180deg, #000 0%, #136acd 87.5%);
}
.gradient-text-black-navy,
.gradient-link-black-navy {
  background: -webkit-linear-gradient(-163deg, #000 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-blue {
  background: linear-gradient(135deg, #000 0%, #2c87fc 100%);
}
.gradient-black-blue--vertical {
  background: linear-gradient(180deg, #000 0%, #2c87fc 87.5%);
}
.gradient-text-black-blue,
.gradient-link-black-blue {
  background: -webkit-linear-gradient(-163deg, #000 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-purple {
  background: linear-gradient(135deg, #000 0%, #5e3791 100%);
}
.gradient-black-purple--vertical {
  background: linear-gradient(180deg, #000 0%, #5e3791 87.5%);
}
.gradient-text-black-purple,
.gradient-link-black-purple {
  background: -webkit-linear-gradient(-163deg, #000 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-teal {
  background: linear-gradient(135deg, #000 0%, #20c997 100%);
}
.gradient-black-teal--vertical {
  background: linear-gradient(180deg, #000 0%, #20c997 87.5%);
}
.gradient-text-black-teal,
.gradient-link-black-teal {
  background: -webkit-linear-gradient(-163deg, #000 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-light-blue {
  background: linear-gradient(135deg, #000 0%, #6ebfff 100%);
}
.gradient-black-light-blue--vertical {
  background: linear-gradient(180deg, #000 0%, #6ebfff 87.5%);
}
.gradient-text-black-light-blue,
.gradient-link-black-light-blue {
  background: -webkit-linear-gradient(-163deg, #000 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-lightest-blue {
  background: linear-gradient(135deg, #000 0%, #e6f1ff 100%);
}
.gradient-black-lightest-blue--vertical {
  background: linear-gradient(180deg, #000 0%, #e6f1ff 87.5%);
}
.gradient-text-black-lightest-blue,
.gradient-link-black-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #000 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-light-grey-blue {
  background: linear-gradient(135deg, #000 0%, #78c3fc 100%);
}
.gradient-black-light-grey-blue--vertical {
  background: linear-gradient(180deg, #000 0%, #78c3fc 87.5%);
}
.gradient-text-black-light-grey-blue,
.gradient-link-black-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #000 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-bright-grey-blue {
  background: linear-gradient(135deg, #000 0%, #f0f4fa 100%);
}
.gradient-black-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #000 0%, #f0f4fa 87.5%);
}
.gradient-text-black-bright-grey-blue,
.gradient-link-black-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #000 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-grey-blue {
  background: linear-gradient(135deg, #000 0%, #e7efff 100%);
}
.gradient-black-grey-blue--vertical {
  background: linear-gradient(180deg, #000 0%, #e7efff 87.5%);
}
.gradient-text-black-grey-blue,
.gradient-link-black-grey-blue {
  background: -webkit-linear-gradient(-163deg, #000 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-black-light-grey {
  background: linear-gradient(135deg, #000 0%, #dfe6f1 100%);
}
.gradient-black-light-grey--vertical {
  background: linear-gradient(180deg, #000 0%, #dfe6f1 87.5%);
}
.gradient-text-black-light-grey,
.gradient-link-black-light-grey {
  background: -webkit-linear-gradient(-163deg, #000 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-black-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-white {
  background: linear-gradient(135deg, #136acd 0%, #fff 100%);
}
.gradient-navy-white--vertical {
  background: linear-gradient(180deg, #136acd 0%, #fff 87.5%);
}
.gradient-text-navy-white,
.gradient-link-navy-white {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-black {
  background: linear-gradient(135deg, #136acd 0%, #000 100%);
}
.gradient-navy-black--vertical {
  background: linear-gradient(180deg, #136acd 0%, #000 87.5%);
}
.gradient-text-navy-black,
.gradient-link-navy-black {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-navy {
  background: linear-gradient(135deg, #136acd 0%, #136acd 100%);
}
.gradient-navy-navy--vertical {
  background: linear-gradient(180deg, #136acd 0%, #136acd 87.5%);
}
.gradient-text-navy-navy,
.gradient-link-navy-navy {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-blue {
  background: linear-gradient(135deg, #136acd 0%, #2c87fc 100%);
}
.gradient-navy-blue--vertical {
  background: linear-gradient(180deg, #136acd 0%, #2c87fc 87.5%);
}
.gradient-text-navy-blue,
.gradient-link-navy-blue {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-purple {
  background: linear-gradient(135deg, #136acd 0%, #5e3791 100%);
}
.gradient-navy-purple--vertical {
  background: linear-gradient(180deg, #136acd 0%, #5e3791 87.5%);
}
.gradient-text-navy-purple,
.gradient-link-navy-purple {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-teal {
  background: linear-gradient(135deg, #136acd 0%, #20c997 100%);
}
.gradient-navy-teal--vertical {
  background: linear-gradient(180deg, #136acd 0%, #20c997 87.5%);
}
.gradient-text-navy-teal,
.gradient-link-navy-teal {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-light-blue {
  background: linear-gradient(135deg, #136acd 0%, #6ebfff 100%);
}
.gradient-navy-light-blue--vertical {
  background: linear-gradient(180deg, #136acd 0%, #6ebfff 87.5%);
}
.gradient-text-navy-light-blue,
.gradient-link-navy-light-blue {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-lightest-blue {
  background: linear-gradient(135deg, #136acd 0%, #e6f1ff 100%);
}
.gradient-navy-lightest-blue--vertical {
  background: linear-gradient(180deg, #136acd 0%, #e6f1ff 87.5%);
}
.gradient-text-navy-lightest-blue,
.gradient-link-navy-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-light-grey-blue {
  background: linear-gradient(135deg, #136acd 0%, #78c3fc 100%);
}
.gradient-navy-light-grey-blue--vertical {
  background: linear-gradient(180deg, #136acd 0%, #78c3fc 87.5%);
}
.gradient-text-navy-light-grey-blue,
.gradient-link-navy-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-bright-grey-blue {
  background: linear-gradient(135deg, #136acd 0%, #f0f4fa 100%);
}
.gradient-navy-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #136acd 0%, #f0f4fa 87.5%);
}
.gradient-text-navy-bright-grey-blue,
.gradient-link-navy-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-grey-blue {
  background: linear-gradient(135deg, #136acd 0%, #e7efff 100%);
}
.gradient-navy-grey-blue--vertical {
  background: linear-gradient(180deg, #136acd 0%, #e7efff 87.5%);
}
.gradient-text-navy-grey-blue,
.gradient-link-navy-grey-blue {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-navy-light-grey {
  background: linear-gradient(135deg, #136acd 0%, #dfe6f1 100%);
}
.gradient-navy-light-grey--vertical {
  background: linear-gradient(180deg, #136acd 0%, #dfe6f1 87.5%);
}
.gradient-text-navy-light-grey,
.gradient-link-navy-light-grey {
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-navy-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-white {
  background: linear-gradient(135deg, #2c87fc 0%, #fff 100%);
}
.gradient-blue-white--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #fff 87.5%);
}
.gradient-text-blue-white,
.gradient-link-blue-white {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-black {
  background: linear-gradient(135deg, #2c87fc 0%, #000 100%);
}
.gradient-blue-black--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #000 87.5%);
}
.gradient-text-blue-black,
.gradient-link-blue-black {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-navy {
  background: linear-gradient(135deg, #2c87fc 0%, #136acd 100%);
}
.gradient-blue-navy--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #136acd 87.5%);
}
.gradient-text-blue-navy,
.gradient-link-blue-navy {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-blue {
  background: linear-gradient(135deg, #2c87fc 0%, #2c87fc 100%);
}
.gradient-blue-blue--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #2c87fc 87.5%);
}
.gradient-text-blue-blue,
.gradient-link-blue-blue {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-purple {
  background: linear-gradient(135deg, #2c87fc 0%, #5e3791 100%);
}
.gradient-blue-purple--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #5e3791 87.5%);
}
.gradient-text-blue-purple,
.gradient-link-blue-purple {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-teal {
  background: linear-gradient(135deg, #2c87fc 0%, #20c997 100%);
}
.gradient-blue-teal--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #20c997 87.5%);
}
.gradient-text-blue-teal,
.gradient-link-blue-teal {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-light-blue {
  background: linear-gradient(135deg, #2c87fc 0%, #6ebfff 100%);
}
.gradient-blue-light-blue--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #6ebfff 87.5%);
}
.gradient-text-blue-light-blue,
.gradient-link-blue-light-blue {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-lightest-blue {
  background: linear-gradient(135deg, #2c87fc 0%, #e6f1ff 100%);
}
.gradient-blue-lightest-blue--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #e6f1ff 87.5%);
}
.gradient-text-blue-lightest-blue,
.gradient-link-blue-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-light-grey-blue {
  background: linear-gradient(135deg, #2c87fc 0%, #78c3fc 100%);
}
.gradient-blue-light-grey-blue--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #78c3fc 87.5%);
}
.gradient-text-blue-light-grey-blue,
.gradient-link-blue-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-bright-grey-blue {
  background: linear-gradient(135deg, #2c87fc 0%, #f0f4fa 100%);
}
.gradient-blue-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #f0f4fa 87.5%);
}
.gradient-text-blue-bright-grey-blue,
.gradient-link-blue-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-grey-blue {
  background: linear-gradient(135deg, #2c87fc 0%, #e7efff 100%);
}
.gradient-blue-grey-blue--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #e7efff 87.5%);
}
.gradient-text-blue-grey-blue,
.gradient-link-blue-grey-blue {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-blue-light-grey {
  background: linear-gradient(135deg, #2c87fc 0%, #dfe6f1 100%);
}
.gradient-blue-light-grey--vertical {
  background: linear-gradient(180deg, #2c87fc 0%, #dfe6f1 87.5%);
}
.gradient-text-blue-light-grey,
.gradient-link-blue-light-grey {
  background: -webkit-linear-gradient(-163deg, #2c87fc 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-blue-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-white {
  background: linear-gradient(135deg, #5e3791 0%, #fff 100%);
}
.gradient-purple-white--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #fff 87.5%);
}
.gradient-text-purple-white,
.gradient-link-purple-white {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-black {
  background: linear-gradient(135deg, #5e3791 0%, #000 100%);
}
.gradient-purple-black--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #000 87.5%);
}
.gradient-text-purple-black,
.gradient-link-purple-black {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-navy {
  background: linear-gradient(135deg, #5e3791 0%, #136acd 100%);
}
.gradient-purple-navy--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #136acd 87.5%);
}
.gradient-text-purple-navy,
.gradient-link-purple-navy {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-blue {
  background: linear-gradient(135deg, #5e3791 0%, #2c87fc 100%);
}
.gradient-purple-blue--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #2c87fc 87.5%);
}
.gradient-text-purple-blue,
.gradient-link-purple-blue {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-purple {
  background: linear-gradient(135deg, #5e3791 0%, #5e3791 100%);
}
.gradient-purple-purple--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #5e3791 87.5%);
}
.gradient-text-purple-purple,
.gradient-link-purple-purple {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-teal {
  background: linear-gradient(135deg, #5e3791 0%, #20c997 100%);
}
.gradient-purple-teal--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #20c997 87.5%);
}
.gradient-text-purple-teal,
.gradient-link-purple-teal {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-light-blue {
  background: linear-gradient(135deg, #5e3791 0%, #6ebfff 100%);
}
.gradient-purple-light-blue--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #6ebfff 87.5%);
}
.gradient-text-purple-light-blue,
.gradient-link-purple-light-blue {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-lightest-blue {
  background: linear-gradient(135deg, #5e3791 0%, #e6f1ff 100%);
}
.gradient-purple-lightest-blue--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #e6f1ff 87.5%);
}
.gradient-text-purple-lightest-blue,
.gradient-link-purple-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-light-grey-blue {
  background: linear-gradient(135deg, #5e3791 0%, #78c3fc 100%);
}
.gradient-purple-light-grey-blue--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #78c3fc 87.5%);
}
.gradient-text-purple-light-grey-blue,
.gradient-link-purple-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-bright-grey-blue {
  background: linear-gradient(135deg, #5e3791 0%, #f0f4fa 100%);
}
.gradient-purple-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #f0f4fa 87.5%);
}
.gradient-text-purple-bright-grey-blue,
.gradient-link-purple-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-grey-blue {
  background: linear-gradient(135deg, #5e3791 0%, #e7efff 100%);
}
.gradient-purple-grey-blue--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #e7efff 87.5%);
}
.gradient-text-purple-grey-blue,
.gradient-link-purple-grey-blue {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-purple-light-grey {
  background: linear-gradient(135deg, #5e3791 0%, #dfe6f1 100%);
}
.gradient-purple-light-grey--vertical {
  background: linear-gradient(180deg, #5e3791 0%, #dfe6f1 87.5%);
}
.gradient-text-purple-light-grey,
.gradient-link-purple-light-grey {
  background: -webkit-linear-gradient(-163deg, #5e3791 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-purple-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-white {
  background: linear-gradient(135deg, #20c997 0%, #fff 100%);
}
.gradient-teal-white--vertical {
  background: linear-gradient(180deg, #20c997 0%, #fff 87.5%);
}
.gradient-text-teal-white,
.gradient-link-teal-white {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-black {
  background: linear-gradient(135deg, #20c997 0%, #000 100%);
}
.gradient-teal-black--vertical {
  background: linear-gradient(180deg, #20c997 0%, #000 87.5%);
}
.gradient-text-teal-black,
.gradient-link-teal-black {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-navy {
  background: linear-gradient(135deg, #20c997 0%, #136acd 100%);
}
.gradient-teal-navy--vertical {
  background: linear-gradient(180deg, #20c997 0%, #136acd 87.5%);
}
.gradient-text-teal-navy,
.gradient-link-teal-navy {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-blue {
  background: linear-gradient(135deg, #20c997 0%, #2c87fc 100%);
}
.gradient-teal-blue--vertical {
  background: linear-gradient(180deg, #20c997 0%, #2c87fc 87.5%);
}
.gradient-text-teal-blue,
.gradient-link-teal-blue {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-purple {
  background: linear-gradient(135deg, #20c997 0%, #5e3791 100%);
}
.gradient-teal-purple--vertical {
  background: linear-gradient(180deg, #20c997 0%, #5e3791 87.5%);
}
.gradient-text-teal-purple,
.gradient-link-teal-purple {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-teal {
  background: linear-gradient(135deg, #20c997 0%, #20c997 100%);
}
.gradient-teal-teal--vertical {
  background: linear-gradient(180deg, #20c997 0%, #20c997 87.5%);
}
.gradient-text-teal-teal,
.gradient-link-teal-teal {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-light-blue {
  background: linear-gradient(135deg, #20c997 0%, #6ebfff 100%);
}
.gradient-teal-light-blue--vertical {
  background: linear-gradient(180deg, #20c997 0%, #6ebfff 87.5%);
}
.gradient-text-teal-light-blue,
.gradient-link-teal-light-blue {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-lightest-blue {
  background: linear-gradient(135deg, #20c997 0%, #e6f1ff 100%);
}
.gradient-teal-lightest-blue--vertical {
  background: linear-gradient(180deg, #20c997 0%, #e6f1ff 87.5%);
}
.gradient-text-teal-lightest-blue,
.gradient-link-teal-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-light-grey-blue {
  background: linear-gradient(135deg, #20c997 0%, #78c3fc 100%);
}
.gradient-teal-light-grey-blue--vertical {
  background: linear-gradient(180deg, #20c997 0%, #78c3fc 87.5%);
}
.gradient-text-teal-light-grey-blue,
.gradient-link-teal-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-bright-grey-blue {
  background: linear-gradient(135deg, #20c997 0%, #f0f4fa 100%);
}
.gradient-teal-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #20c997 0%, #f0f4fa 87.5%);
}
.gradient-text-teal-bright-grey-blue,
.gradient-link-teal-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-grey-blue {
  background: linear-gradient(135deg, #20c997 0%, #e7efff 100%);
}
.gradient-teal-grey-blue--vertical {
  background: linear-gradient(180deg, #20c997 0%, #e7efff 87.5%);
}
.gradient-text-teal-grey-blue,
.gradient-link-teal-grey-blue {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-teal-light-grey {
  background: linear-gradient(135deg, #20c997 0%, #dfe6f1 100%);
}
.gradient-teal-light-grey--vertical {
  background: linear-gradient(180deg, #20c997 0%, #dfe6f1 87.5%);
}
.gradient-text-teal-light-grey,
.gradient-link-teal-light-grey {
  background: -webkit-linear-gradient(-163deg, #20c997 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-teal-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-white {
  background: linear-gradient(135deg, #6ebfff 0%, #fff 100%);
}
.gradient-light-blue-white--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #fff 87.5%);
}
.gradient-text-light-blue-white,
.gradient-link-light-blue-white {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-black {
  background: linear-gradient(135deg, #6ebfff 0%, #000 100%);
}
.gradient-light-blue-black--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #000 87.5%);
}
.gradient-text-light-blue-black,
.gradient-link-light-blue-black {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-navy {
  background: linear-gradient(135deg, #6ebfff 0%, #136acd 100%);
}
.gradient-light-blue-navy--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #136acd 87.5%);
}
.gradient-text-light-blue-navy,
.gradient-link-light-blue-navy {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-blue {
  background: linear-gradient(135deg, #6ebfff 0%, #2c87fc 100%);
}
.gradient-light-blue-blue--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #2c87fc 87.5%);
}
.gradient-text-light-blue-blue,
.gradient-link-light-blue-blue {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-purple {
  background: linear-gradient(135deg, #6ebfff 0%, #5e3791 100%);
}
.gradient-light-blue-purple--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #5e3791 87.5%);
}
.gradient-text-light-blue-purple,
.gradient-link-light-blue-purple {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-teal {
  background: linear-gradient(135deg, #6ebfff 0%, #20c997 100%);
}
.gradient-light-blue-teal--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #20c997 87.5%);
}
.gradient-text-light-blue-teal,
.gradient-link-light-blue-teal {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-light-blue {
  background: linear-gradient(135deg, #6ebfff 0%, #6ebfff 100%);
}
.gradient-light-blue-light-blue--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #6ebfff 87.5%);
}
.gradient-text-light-blue-light-blue,
.gradient-link-light-blue-light-blue {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-lightest-blue {
  background: linear-gradient(135deg, #6ebfff 0%, #e6f1ff 100%);
}
.gradient-light-blue-lightest-blue--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #e6f1ff 87.5%);
}
.gradient-text-light-blue-lightest-blue,
.gradient-link-light-blue-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-light-grey-blue {
  background: linear-gradient(135deg, #6ebfff 0%, #78c3fc 100%);
}
.gradient-light-blue-light-grey-blue--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #78c3fc 87.5%);
}
.gradient-text-light-blue-light-grey-blue,
.gradient-link-light-blue-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-bright-grey-blue {
  background: linear-gradient(135deg, #6ebfff 0%, #f0f4fa 100%);
}
.gradient-light-blue-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #f0f4fa 87.5%);
}
.gradient-text-light-blue-bright-grey-blue,
.gradient-link-light-blue-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-grey-blue {
  background: linear-gradient(135deg, #6ebfff 0%, #e7efff 100%);
}
.gradient-light-blue-grey-blue--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #e7efff 87.5%);
}
.gradient-text-light-blue-grey-blue,
.gradient-link-light-blue-grey-blue {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-blue-light-grey {
  background: linear-gradient(135deg, #6ebfff 0%, #dfe6f1 100%);
}
.gradient-light-blue-light-grey--vertical {
  background: linear-gradient(180deg, #6ebfff 0%, #dfe6f1 87.5%);
}
.gradient-text-light-blue-light-grey,
.gradient-link-light-blue-light-grey {
  background: -webkit-linear-gradient(-163deg, #6ebfff 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-blue-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-white {
  background: linear-gradient(135deg, #e6f1ff 0%, #fff 100%);
}
.gradient-lightest-blue-white--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #fff 87.5%);
}
.gradient-text-lightest-blue-white,
.gradient-link-lightest-blue-white {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-black {
  background: linear-gradient(135deg, #e6f1ff 0%, #000 100%);
}
.gradient-lightest-blue-black--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #000 87.5%);
}
.gradient-text-lightest-blue-black,
.gradient-link-lightest-blue-black {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-navy {
  background: linear-gradient(135deg, #e6f1ff 0%, #136acd 100%);
}
.gradient-lightest-blue-navy--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #136acd 87.5%);
}
.gradient-text-lightest-blue-navy,
.gradient-link-lightest-blue-navy {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-blue {
  background: linear-gradient(135deg, #e6f1ff 0%, #2c87fc 100%);
}
.gradient-lightest-blue-blue--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #2c87fc 87.5%);
}
.gradient-text-lightest-blue-blue,
.gradient-link-lightest-blue-blue {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-purple {
  background: linear-gradient(135deg, #e6f1ff 0%, #5e3791 100%);
}
.gradient-lightest-blue-purple--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #5e3791 87.5%);
}
.gradient-text-lightest-blue-purple,
.gradient-link-lightest-blue-purple {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-teal {
  background: linear-gradient(135deg, #e6f1ff 0%, #20c997 100%);
}
.gradient-lightest-blue-teal--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #20c997 87.5%);
}
.gradient-text-lightest-blue-teal,
.gradient-link-lightest-blue-teal {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-light-blue {
  background: linear-gradient(135deg, #e6f1ff 0%, #6ebfff 100%);
}
.gradient-lightest-blue-light-blue--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #6ebfff 87.5%);
}
.gradient-text-lightest-blue-light-blue,
.gradient-link-lightest-blue-light-blue {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-lightest-blue {
  background: linear-gradient(135deg, #e6f1ff 0%, #e6f1ff 100%);
}
.gradient-lightest-blue-lightest-blue--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #e6f1ff 87.5%);
}
.gradient-text-lightest-blue-lightest-blue,
.gradient-link-lightest-blue-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-light-grey-blue {
  background: linear-gradient(135deg, #e6f1ff 0%, #78c3fc 100%);
}
.gradient-lightest-blue-light-grey-blue--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #78c3fc 87.5%);
}
.gradient-text-lightest-blue-light-grey-blue,
.gradient-link-lightest-blue-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-bright-grey-blue {
  background: linear-gradient(135deg, #e6f1ff 0%, #f0f4fa 100%);
}
.gradient-lightest-blue-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #f0f4fa 87.5%);
}
.gradient-text-lightest-blue-bright-grey-blue,
.gradient-link-lightest-blue-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-grey-blue {
  background: linear-gradient(135deg, #e6f1ff 0%, #e7efff 100%);
}
.gradient-lightest-blue-grey-blue--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #e7efff 87.5%);
}
.gradient-text-lightest-blue-grey-blue,
.gradient-link-lightest-blue-grey-blue {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-lightest-blue-light-grey {
  background: linear-gradient(135deg, #e6f1ff 0%, #dfe6f1 100%);
}
.gradient-lightest-blue-light-grey--vertical {
  background: linear-gradient(180deg, #e6f1ff 0%, #dfe6f1 87.5%);
}
.gradient-text-lightest-blue-light-grey,
.gradient-link-lightest-blue-light-grey {
  background: -webkit-linear-gradient(-163deg, #e6f1ff 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-lightest-blue-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-white {
  background: linear-gradient(135deg, #78c3fc 0%, #fff 100%);
}
.gradient-light-grey-blue-white--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #fff 87.5%);
}
.gradient-text-light-grey-blue-white,
.gradient-link-light-grey-blue-white {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-black {
  background: linear-gradient(135deg, #78c3fc 0%, #000 100%);
}
.gradient-light-grey-blue-black--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #000 87.5%);
}
.gradient-text-light-grey-blue-black,
.gradient-link-light-grey-blue-black {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-navy {
  background: linear-gradient(135deg, #78c3fc 0%, #136acd 100%);
}
.gradient-light-grey-blue-navy--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #136acd 87.5%);
}
.gradient-text-light-grey-blue-navy,
.gradient-link-light-grey-blue-navy {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-blue {
  background: linear-gradient(135deg, #78c3fc 0%, #2c87fc 100%);
}
.gradient-light-grey-blue-blue--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #2c87fc 87.5%);
}
.gradient-text-light-grey-blue-blue,
.gradient-link-light-grey-blue-blue {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-purple {
  background: linear-gradient(135deg, #78c3fc 0%, #5e3791 100%);
}
.gradient-light-grey-blue-purple--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #5e3791 87.5%);
}
.gradient-text-light-grey-blue-purple,
.gradient-link-light-grey-blue-purple {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-teal {
  background: linear-gradient(135deg, #78c3fc 0%, #20c997 100%);
}
.gradient-light-grey-blue-teal--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #20c997 87.5%);
}
.gradient-text-light-grey-blue-teal,
.gradient-link-light-grey-blue-teal {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-light-blue {
  background: linear-gradient(135deg, #78c3fc 0%, #6ebfff 100%);
}
.gradient-light-grey-blue-light-blue--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #6ebfff 87.5%);
}
.gradient-text-light-grey-blue-light-blue,
.gradient-link-light-grey-blue-light-blue {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-lightest-blue {
  background: linear-gradient(135deg, #78c3fc 0%, #e6f1ff 100%);
}
.gradient-light-grey-blue-lightest-blue--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #e6f1ff 87.5%);
}
.gradient-text-light-grey-blue-lightest-blue,
.gradient-link-light-grey-blue-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-light-grey-blue {
  background: linear-gradient(135deg, #78c3fc 0%, #78c3fc 100%);
}
.gradient-light-grey-blue-light-grey-blue--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #78c3fc 87.5%);
}
.gradient-text-light-grey-blue-light-grey-blue,
.gradient-link-light-grey-blue-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-bright-grey-blue {
  background: linear-gradient(135deg, #78c3fc 0%, #f0f4fa 100%);
}
.gradient-light-grey-blue-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #f0f4fa 87.5%);
}
.gradient-text-light-grey-blue-bright-grey-blue,
.gradient-link-light-grey-blue-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-grey-blue {
  background: linear-gradient(135deg, #78c3fc 0%, #e7efff 100%);
}
.gradient-light-grey-blue-grey-blue--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #e7efff 87.5%);
}
.gradient-text-light-grey-blue-grey-blue,
.gradient-link-light-grey-blue-grey-blue {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue-light-grey {
  background: linear-gradient(135deg, #78c3fc 0%, #dfe6f1 100%);
}
.gradient-light-grey-blue-light-grey--vertical {
  background: linear-gradient(180deg, #78c3fc 0%, #dfe6f1 87.5%);
}
.gradient-text-light-grey-blue-light-grey,
.gradient-link-light-grey-blue-light-grey {
  background: -webkit-linear-gradient(-163deg, #78c3fc 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-white {
  background: linear-gradient(135deg, #f0f4fa 0%, #fff 100%);
}
.gradient-bright-grey-blue-white--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #fff 87.5%);
}
.gradient-text-bright-grey-blue-white,
.gradient-link-bright-grey-blue-white {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-black {
  background: linear-gradient(135deg, #f0f4fa 0%, #000 100%);
}
.gradient-bright-grey-blue-black--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #000 87.5%);
}
.gradient-text-bright-grey-blue-black,
.gradient-link-bright-grey-blue-black {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-navy {
  background: linear-gradient(135deg, #f0f4fa 0%, #136acd 100%);
}
.gradient-bright-grey-blue-navy--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #136acd 87.5%);
}
.gradient-text-bright-grey-blue-navy,
.gradient-link-bright-grey-blue-navy {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-blue {
  background: linear-gradient(135deg, #f0f4fa 0%, #2c87fc 100%);
}
.gradient-bright-grey-blue-blue--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #2c87fc 87.5%);
}
.gradient-text-bright-grey-blue-blue,
.gradient-link-bright-grey-blue-blue {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-purple {
  background: linear-gradient(135deg, #f0f4fa 0%, #5e3791 100%);
}
.gradient-bright-grey-blue-purple--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #5e3791 87.5%);
}
.gradient-text-bright-grey-blue-purple,
.gradient-link-bright-grey-blue-purple {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-teal {
  background: linear-gradient(135deg, #f0f4fa 0%, #20c997 100%);
}
.gradient-bright-grey-blue-teal--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #20c997 87.5%);
}
.gradient-text-bright-grey-blue-teal,
.gradient-link-bright-grey-blue-teal {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-light-blue {
  background: linear-gradient(135deg, #f0f4fa 0%, #6ebfff 100%);
}
.gradient-bright-grey-blue-light-blue--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #6ebfff 87.5%);
}
.gradient-text-bright-grey-blue-light-blue,
.gradient-link-bright-grey-blue-light-blue {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-lightest-blue {
  background: linear-gradient(135deg, #f0f4fa 0%, #e6f1ff 100%);
}
.gradient-bright-grey-blue-lightest-blue--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #e6f1ff 87.5%);
}
.gradient-text-bright-grey-blue-lightest-blue,
.gradient-link-bright-grey-blue-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-light-grey-blue {
  background: linear-gradient(135deg, #f0f4fa 0%, #78c3fc 100%);
}
.gradient-bright-grey-blue-light-grey-blue--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #78c3fc 87.5%);
}
.gradient-text-bright-grey-blue-light-grey-blue,
.gradient-link-bright-grey-blue-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-bright-grey-blue {
  background: linear-gradient(135deg, #f0f4fa 0%, #f0f4fa 100%);
}
.gradient-bright-grey-blue-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #f0f4fa 87.5%);
}
.gradient-text-bright-grey-blue-bright-grey-blue,
.gradient-link-bright-grey-blue-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-grey-blue {
  background: linear-gradient(135deg, #f0f4fa 0%, #e7efff 100%);
}
.gradient-bright-grey-blue-grey-blue--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #e7efff 87.5%);
}
.gradient-text-bright-grey-blue-grey-blue,
.gradient-link-bright-grey-blue-grey-blue {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-bright-grey-blue-light-grey {
  background: linear-gradient(135deg, #f0f4fa 0%, #dfe6f1 100%);
}
.gradient-bright-grey-blue-light-grey--vertical {
  background: linear-gradient(180deg, #f0f4fa 0%, #dfe6f1 87.5%);
}
.gradient-text-bright-grey-blue-light-grey,
.gradient-link-bright-grey-blue-light-grey {
  background: -webkit-linear-gradient(-163deg, #f0f4fa 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-bright-grey-blue-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-white {
  background: linear-gradient(135deg, #e7efff 0%, #fff 100%);
}
.gradient-grey-blue-white--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #fff 87.5%);
}
.gradient-text-grey-blue-white,
.gradient-link-grey-blue-white {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-black {
  background: linear-gradient(135deg, #e7efff 0%, #000 100%);
}
.gradient-grey-blue-black--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #000 87.5%);
}
.gradient-text-grey-blue-black,
.gradient-link-grey-blue-black {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-navy {
  background: linear-gradient(135deg, #e7efff 0%, #136acd 100%);
}
.gradient-grey-blue-navy--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #136acd 87.5%);
}
.gradient-text-grey-blue-navy,
.gradient-link-grey-blue-navy {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-blue {
  background: linear-gradient(135deg, #e7efff 0%, #2c87fc 100%);
}
.gradient-grey-blue-blue--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #2c87fc 87.5%);
}
.gradient-text-grey-blue-blue,
.gradient-link-grey-blue-blue {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-purple {
  background: linear-gradient(135deg, #e7efff 0%, #5e3791 100%);
}
.gradient-grey-blue-purple--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #5e3791 87.5%);
}
.gradient-text-grey-blue-purple,
.gradient-link-grey-blue-purple {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-teal {
  background: linear-gradient(135deg, #e7efff 0%, #20c997 100%);
}
.gradient-grey-blue-teal--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #20c997 87.5%);
}
.gradient-text-grey-blue-teal,
.gradient-link-grey-blue-teal {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-light-blue {
  background: linear-gradient(135deg, #e7efff 0%, #6ebfff 100%);
}
.gradient-grey-blue-light-blue--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #6ebfff 87.5%);
}
.gradient-text-grey-blue-light-blue,
.gradient-link-grey-blue-light-blue {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-lightest-blue {
  background: linear-gradient(135deg, #e7efff 0%, #e6f1ff 100%);
}
.gradient-grey-blue-lightest-blue--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #e6f1ff 87.5%);
}
.gradient-text-grey-blue-lightest-blue,
.gradient-link-grey-blue-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-light-grey-blue {
  background: linear-gradient(135deg, #e7efff 0%, #78c3fc 100%);
}
.gradient-grey-blue-light-grey-blue--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #78c3fc 87.5%);
}
.gradient-text-grey-blue-light-grey-blue,
.gradient-link-grey-blue-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-bright-grey-blue {
  background: linear-gradient(135deg, #e7efff 0%, #f0f4fa 100%);
}
.gradient-grey-blue-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #f0f4fa 87.5%);
}
.gradient-text-grey-blue-bright-grey-blue,
.gradient-link-grey-blue-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-grey-blue {
  background: linear-gradient(135deg, #e7efff 0%, #e7efff 100%);
}
.gradient-grey-blue-grey-blue--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #e7efff 87.5%);
}
.gradient-text-grey-blue-grey-blue,
.gradient-link-grey-blue-grey-blue {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-grey-blue-light-grey {
  background: linear-gradient(135deg, #e7efff 0%, #dfe6f1 100%);
}
.gradient-grey-blue-light-grey--vertical {
  background: linear-gradient(180deg, #e7efff 0%, #dfe6f1 87.5%);
}
.gradient-text-grey-blue-light-grey,
.gradient-link-grey-blue-light-grey {
  background: -webkit-linear-gradient(-163deg, #e7efff 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-grey-blue-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-white {
  background: linear-gradient(135deg, #dfe6f1 0%, #fff 100%);
}
.gradient-light-grey-white--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #fff 87.5%);
}
.gradient-text-light-grey-white,
.gradient-link-light-grey-white {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-white {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-black {
  background: linear-gradient(135deg, #dfe6f1 0%, #000 100%);
}
.gradient-light-grey-black--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #000 87.5%);
}
.gradient-text-light-grey-black,
.gradient-link-light-grey-black {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-black {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-navy {
  background: linear-gradient(135deg, #dfe6f1 0%, #136acd 100%);
}
.gradient-light-grey-navy--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #136acd 87.5%);
}
.gradient-text-light-grey-navy,
.gradient-link-light-grey-navy {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #136acd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-navy {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-blue {
  background: linear-gradient(135deg, #dfe6f1 0%, #2c87fc 100%);
}
.gradient-light-grey-blue--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #2c87fc 87.5%);
}
.gradient-text-light-grey-blue,
.gradient-link-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #2c87fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-purple {
  background: linear-gradient(135deg, #dfe6f1 0%, #5e3791 100%);
}
.gradient-light-grey-purple--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #5e3791 87.5%);
}
.gradient-text-light-grey-purple,
.gradient-link-light-grey-purple {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-purple {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-teal {
  background: linear-gradient(135deg, #dfe6f1 0%, #20c997 100%);
}
.gradient-light-grey-teal--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #20c997 87.5%);
}
.gradient-text-light-grey-teal,
.gradient-link-light-grey-teal {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #20c997 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-teal {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-light-blue {
  background: linear-gradient(135deg, #dfe6f1 0%, #6ebfff 100%);
}
.gradient-light-grey-light-blue--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #6ebfff 87.5%);
}
.gradient-text-light-grey-light-blue,
.gradient-link-light-grey-light-blue {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #6ebfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-light-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-lightest-blue {
  background: linear-gradient(135deg, #dfe6f1 0%, #e6f1ff 100%);
}
.gradient-light-grey-lightest-blue--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #e6f1ff 87.5%);
}
.gradient-text-light-grey-lightest-blue,
.gradient-link-light-grey-lightest-blue {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #e6f1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-lightest-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-light-grey-blue {
  background: linear-gradient(135deg, #dfe6f1 0%, #78c3fc 100%);
}
.gradient-light-grey-light-grey-blue--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #78c3fc 87.5%);
}
.gradient-text-light-grey-light-grey-blue,
.gradient-link-light-grey-light-grey-blue {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #78c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-light-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-bright-grey-blue {
  background: linear-gradient(135deg, #dfe6f1 0%, #f0f4fa 100%);
}
.gradient-light-grey-bright-grey-blue--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #f0f4fa 87.5%);
}
.gradient-text-light-grey-bright-grey-blue,
.gradient-link-light-grey-bright-grey-blue {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #f0f4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-bright-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-grey-blue {
  background: linear-gradient(135deg, #dfe6f1 0%, #e7efff 100%);
}
.gradient-light-grey-grey-blue--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #e7efff 87.5%);
}
.gradient-text-light-grey-grey-blue,
.gradient-link-light-grey-grey-blue {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #e7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-grey-blue {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.gradient-light-grey-light-grey {
  background: linear-gradient(135deg, #dfe6f1 0%, #dfe6f1 100%);
}
.gradient-light-grey-light-grey--vertical {
  background: linear-gradient(180deg, #dfe6f1 0%, #dfe6f1 87.5%);
}
.gradient-text-light-grey-light-grey,
.gradient-link-light-grey-light-grey {
  background: -webkit-linear-gradient(-163deg, #dfe6f1 0%, #dfe6f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-link-light-grey-light-grey {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Averta", Arial, sans-serif;
}
.svg-fill--white {
  fill: #fff;
}
.bg-white {
  background-color: #fff;
}
.bg-white-xs {
  background-color: #fff;
}
.bg-none-xs {
  background: none;
}
@media (min-width: 576px) {
  .bg-white-sm {
    background-color: #fff;
  }
  .bg-none-sm {
    background: none;
  }
}
@media (min-width: 768px) {
  .bg-white-md {
    background-color: #fff;
  }
  .bg-none-md {
    background: none;
  }
}
@media (min-width: 992px) {
  .bg-white-lg {
    background-color: #fff;
  }
  .bg-none-lg {
    background: none;
  }
}
@media (min-width: 1200px) {
  .bg-white-xl {
    background-color: #fff;
  }
  .bg-none-xl {
    background: none;
  }
}
.svg-fill--green {
  fill: #58c25b;
}
.bg-green {
  background-color: #58c25b;
}
.bg-green-xs {
  background-color: #58c25b;
}
.bg-none-xs {
  background: none;
}
@media (min-width: 576px) {
  .bg-green-sm {
    background-color: #58c25b;
  }
  .bg-none-sm {
    background: none;
  }
}
@media (min-width: 768px) {
  .bg-green-md {
    background-color: #58c25b;
  }
  .bg-none-md {
    background: none;
  }
}
@media (min-width: 992px) {
  .bg-green-lg {
    background-color: #58c25b;
  }
  .bg-none-lg {
    background: none;
  }
}
@media (min-width: 1200px) {
  .bg-green-xl {
    background-color: #58c25b;
  }
  .bg-none-xl {
    background: none;
  }
}
.svg-fill--grey-blue {
  fill: #e7efff;
}
.bg-grey-blue {
  background-color: #e7efff;
}
.bg-grey-blue-xs {
  background-color: #e7efff;
}
.bg-none-xs {
  background: none;
}
@media (min-width: 576px) {
  .bg-grey-blue-sm {
    background-color: #e7efff;
  }
  .bg-none-sm {
    background: none;
  }
}
@media (min-width: 768px) {
  .bg-grey-blue-md {
    background-color: #e7efff;
  }
  .bg-none-md {
    background: none;
  }
}
@media (min-width: 992px) {
  .bg-grey-blue-lg {
    background-color: #e7efff;
  }
  .bg-none-lg {
    background: none;
  }
}
@media (min-width: 1200px) {
  .bg-grey-blue-xl {
    background-color: #e7efff;
  }
  .bg-none-xl {
    background: none;
  }
}
.svg-fill--dark-grey-blue {
  fill: #4d6575;
}
.bg-dark-grey-blue {
  background-color: #4d6575;
}
.bg-dark-grey-blue-xs {
  background-color: #4d6575;
}
.bg-none-xs {
  background: none;
}
@media (min-width: 576px) {
  .bg-dark-grey-blue-sm {
    background-color: #4d6575;
  }
  .bg-none-sm {
    background: none;
  }
}
@media (min-width: 768px) {
  .bg-dark-grey-blue-md {
    background-color: #4d6575;
  }
  .bg-none-md {
    background: none;
  }
}
@media (min-width: 992px) {
  .bg-dark-grey-blue-lg {
    background-color: #4d6575;
  }
  .bg-none-lg {
    background: none;
  }
}
@media (min-width: 1200px) {
  .bg-dark-grey-blue-xl {
    background-color: #4d6575;
  }
  .bg-none-xl {
    background: none;
  }
}
.svg-fill--light-grey-blue {
  fill: #78c3fc;
}
.bg-light-grey-blue {
  background-color: #78c3fc;
}
.bg-light-grey-blue-xs {
  background-color: #78c3fc;
}
.bg-none-xs {
  background: none;
}
@media (min-width: 576px) {
  .bg-light-grey-blue-sm {
    background-color: #78c3fc;
  }
  .bg-none-sm {
    background: none;
  }
}
@media (min-width: 768px) {
  .bg-light-grey-blue-md {
    background-color: #78c3fc;
  }
  .bg-none-md {
    background: none;
  }
}
@media (min-width: 992px) {
  .bg-light-grey-blue-lg {
    background-color: #78c3fc;
  }
  .bg-none-lg {
    background: none;
  }
}
@media (min-width: 1200px) {
  .bg-light-grey-blue-xl {
    background-color: #78c3fc;
  }
  .bg-none-xl {
    background: none;
  }
}
.svg-fill--bright-grey-blue {
  fill: #f0f4fa;
}
.bg-bright-grey-blue {
  background-color: #f0f4fa;
}
.bg-bright-grey-blue-xs {
  background-color: #f0f4fa;
}
.bg-none-xs {
  background: none;
}
@media (min-width: 576px) {
  .bg-bright-grey-blue-sm {
    background-color: #f0f4fa;
  }
  .bg-none-sm {
    background: none;
  }
}
@media (min-width: 768px) {
  .bg-bright-grey-blue-md {
    background-color: #f0f4fa;
  }
  .bg-none-md {
    background: none;
  }
}
@media (min-width: 992px) {
  .bg-bright-grey-blue-lg {
    background-color: #f0f4fa;
  }
  .bg-none-lg {
    background: none;
  }
}
@media (min-width: 1200px) {
  .bg-bright-grey-blue-xl {
    background-color: #f0f4fa;
  }
  .bg-none-xl {
    background: none;
  }
}
.svg-fill--light-grey {
  fill: #dfe6f1;
}
.bg-light-grey {
  background-color: #dfe6f1;
}
.bg-light-grey-xs {
  background-color: #dfe6f1;
}
.bg-none-xs {
  background: none;
}
@media (min-width: 576px) {
  .bg-light-grey-sm {
    background-color: #dfe6f1;
  }
  .bg-none-sm {
    background: none;
  }
}
@media (min-width: 768px) {
  .bg-light-grey-md {
    background-color: #dfe6f1;
  }
  .bg-none-md {
    background: none;
  }
}
@media (min-width: 992px) {
  .bg-light-grey-lg {
    background-color: #dfe6f1;
  }
  .bg-none-lg {
    background: none;
  }
}
@media (min-width: 1200px) {
  .bg-light-grey-xl {
    background-color: #dfe6f1;
  }
  .bg-none-xl {
    background: none;
  }
}
.svg-fill--purple {
  fill: #5e3791;
}
.bg-purple {
  background-color: #5e3791;
}
.bg-purple-xs {
  background-color: #5e3791;
}
.bg-none-xs {
  background: none;
}
@media (min-width: 576px) {
  .bg-purple-sm {
    background-color: #5e3791;
  }
  .bg-none-sm {
    background: none;
  }
}
@media (min-width: 768px) {
  .bg-purple-md {
    background-color: #5e3791;
  }
  .bg-none-md {
    background: none;
  }
}
@media (min-width: 992px) {
  .bg-purple-lg {
    background-color: #5e3791;
  }
  .bg-none-lg {
    background: none;
  }
}
@media (min-width: 1200px) {
  .bg-purple-xl {
    background-color: #5e3791;
  }
  .bg-none-xl {
    background: none;
  }
}
.border-0-xs {
  border: none !important;
}
.border-top-xs {
  border-top: 1px solid #e4e6e9;
}
.border-top-0-xs {
  border-top: none !important;
}
@media (min-width: 576px) {
  .border-0-sm {
    border: none !important;
  }
  .border-top-sm {
    border-top: 1px solid #e4e6e9;
  }
  .border-top-0-sm {
    border-top: none !important;
  }
}
@media (min-width: 768px) {
  .border-0-md {
    border: none !important;
  }
  .border-top-md {
    border-top: 1px solid #e4e6e9;
  }
  .border-top-0-md {
    border-top: none !important;
  }
}
@media (min-width: 992px) {
  .border-0-lg {
    border: none !important;
  }
  .border-top-lg {
    border-top: 1px solid #e4e6e9;
  }
  .border-top-0-lg {
    border-top: none !important;
  }
}
@media (min-width: 1200px) {
  .border-0-xl {
    border: none !important;
  }
  .border-top-xl {
    border-top: 1px solid #e4e6e9;
  }
  .border-top-0-xl {
    border-top: none !important;
  }
}
.border-0-xs {
  border: none !important;
}
.border-bottom-xs {
  border-bottom: 1px solid #e4e6e9;
}
.border-bottom-0-xs {
  border-bottom: none !important;
}
@media (min-width: 576px) {
  .border-0-sm {
    border: none !important;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #e4e6e9;
  }
  .border-bottom-0-sm {
    border-bottom: none !important;
  }
}
@media (min-width: 768px) {
  .border-0-md {
    border: none !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid #e4e6e9;
  }
  .border-bottom-0-md {
    border-bottom: none !important;
  }
}
@media (min-width: 992px) {
  .border-0-lg {
    border: none !important;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #e4e6e9;
  }
  .border-bottom-0-lg {
    border-bottom: none !important;
  }
}
@media (min-width: 1200px) {
  .border-0-xl {
    border: none !important;
  }
  .border-bottom-xl {
    border-bottom: 1px solid #e4e6e9;
  }
  .border-bottom-0-xl {
    border-bottom: none !important;
  }
}
.border-0-xs {
  border: none !important;
}
.border-left-xs {
  border-left: 1px solid #e4e6e9;
}
.border-left-0-xs {
  border-left: none !important;
}
@media (min-width: 576px) {
  .border-0-sm {
    border: none !important;
  }
  .border-left-sm {
    border-left: 1px solid #e4e6e9;
  }
  .border-left-0-sm {
    border-left: none !important;
  }
}
@media (min-width: 768px) {
  .border-0-md {
    border: none !important;
  }
  .border-left-md {
    border-left: 1px solid #e4e6e9;
  }
  .border-left-0-md {
    border-left: none !important;
  }
}
@media (min-width: 992px) {
  .border-0-lg {
    border: none !important;
  }
  .border-left-lg {
    border-left: 1px solid #e4e6e9;
  }
  .border-left-0-lg {
    border-left: none !important;
  }
}
@media (min-width: 1200px) {
  .border-0-xl {
    border: none !important;
  }
  .border-left-xl {
    border-left: 1px solid #e4e6e9;
  }
  .border-left-0-xl {
    border-left: none !important;
  }
}
.border-0-xs {
  border: none !important;
}
.border-right-xs {
  border-right: 1px solid #e4e6e9;
}
.border-right-0-xs {
  border-right: none !important;
}
@media (min-width: 576px) {
  .border-0-sm {
    border: none !important;
  }
  .border-right-sm {
    border-right: 1px solid #e4e6e9;
  }
  .border-right-0-sm {
    border-right: none !important;
  }
}
@media (min-width: 768px) {
  .border-0-md {
    border: none !important;
  }
  .border-right-md {
    border-right: 1px solid #e4e6e9;
  }
  .border-right-0-md {
    border-right: none !important;
  }
}
@media (min-width: 992px) {
  .border-0-lg {
    border: none !important;
  }
  .border-right-lg {
    border-right: 1px solid #e4e6e9;
  }
  .border-right-0-lg {
    border-right: none !important;
  }
}
@media (min-width: 1200px) {
  .border-0-xl {
    border: none !important;
  }
  .border-right-xl {
    border-right: 1px solid #e4e6e9;
  }
  .border-right-0-xl {
    border-right: none !important;
  }
}
.title-gradient {
  background: -webkit-linear-gradient(-163deg, #3362ca 0%, #4347b1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-gradient {
  background: -webkit-linear-gradient(
    296.21deg,
    #2575db 11.42%,
    #582994 94.67%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-header-grey {
  color: #4d6575;
}
.header-font-xl {
  font-size: 3.75rem;
}
@media (min-width: 576px) {
  .header-font-xl {
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) {
  .header-font-xl {
    font-size: 6.667rem;
  }
}
@media (min-width: 992px) {
  .header-font-xl {
    font-size: 7.5rem;
  }
}
.header-font-lg {
  font-size: 2.5rem;
}
@media (min-width: 576px) {
  .header-font-lg {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .header-font-lg {
    font-size: 3.333rem;
  }
}
@media (min-width: 992px) {
  .header-font-lg {
    font-size: 3.75rem;
  }
}
.rounded-image-bg {
  width: 260px;
  height: 260px;
  border-radius: 260px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.svg-icon {
  width: 18px;
  height: 20px;
  vertical-align: text-bottom;
}
.circular-icon-wrapper--primary,
.circular-icon-wrapper--secondary,
.circular-icon-wrapper--success,
.circular-icon-wrapper--info,
.circular-icon-wrapper--warning,
.circular-icon-wrapper--danger,
.circular-icon-wrapper--light,
.circular-icon-wrapper--dark,
.circular-icon-wrapper--navy,
.circular-icon-wrapper--purple,
.circular-icon-wrapper--free,
.circular-icon-wrapper--pay-per-use,
.circular-icon-wrapper--monthly,
.circular-icon-wrapper--google,
.circular-icon-wrapper--yahoo {
  padding: 0.45rem;
  border-radius: 10rem;
}
.circular-icon-wrapper--primary {
  background-color: #136acd;
}
.circular-icon-wrapper--secondary {
  background-color: #6c757d;
}
.circular-icon-wrapper--success {
  background-color: #58c25b;
}
.circular-icon-wrapper--info {
  background-color: #2c87fc;
}
.circular-icon-wrapper--warning {
  background-color: #fcb32c;
}
.circular-icon-wrapper--danger {
  background-color: #b7434a;
}
.circular-icon-wrapper--light {
  background-color: #e9ecef;
}
.circular-icon-wrapper--dark {
  background-color: #343a40;
}
.circular-icon-wrapper--navy {
  background-color: #136acd;
}
.circular-icon-wrapper--purple {
  background-color: #5e3791;
}
.circular-icon-wrapper--free {
  background-color: #107d90;
}
.circular-icon-wrapper--pay-per-use {
  background-color: #5e3791;
}
.circular-icon-wrapper--monthly {
  background-color: #136acd;
}
.circular-icon-wrapper--google {
  background-color: #336ed9;
}
.circular-icon-wrapper--yahoo {
  background-color: #5e3791;
}
.rounded-edge-circular {
  border-radius: 10rem;
}
@media (max-width: 767.98px) {
  .rounded-edge-circular {
    border-radius: 0.25rem;
  }
}
@media (max-width: 575.98px) {
  .rounded-edge-circular {
    border-radius: 0;
  }
}
.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  transition: all 0.3s ease-in;
}
.twitter-icon--square .embellishment:after {
  background-image: url("/assets/img/icons/twitter-icon-square.svg");
  background-size: cover;
  content: " ";
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 1000;
  right: 1rem;
  bottom: 0.5rem;
}
@media (min-width: 768px) {
  .twitter-icon--square .embellishment:after {
    bottom: 1rem;
    height: 70px;
    width: 70px;
  }
}
@media (min-width: 992px) {
  .twitter-icon--square .embellishment:after {
    bottom: 0.5rem;
    height: 50px;
    width: 50px;
  }
}
.btn-outline--inverse {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  border-width: 1px;
}
.btn-outline--inverse:hover {
  color: #212529;
  background-color: #fff;
  border-color: #e6e6e6;
}
.btn-outline--inverse:focus,
.btn-outline--inverse.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline--inverse.disabled,
.btn-outline--inverse:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.btn-outline--inverse:not(:disabled):not(.disabled):active,
.btn-outline--inverse:not(:disabled):not(.disabled).active,
.show > .btn-outline--inverse.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dfdfdf;
}
.btn-outline--inverse:not(:disabled):not(.disabled):active:focus,
.btn-outline--inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline--inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.text-uppercase-body {
  font-size: 0.88rem;
}
.text-body-color {
  color: #212529;
}
.separator-text {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator-text::before,
.separator-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #212529;
}
.separator-text::before {
  margin-right: 30px;
}
.separator-text::after {
  margin-left: 30px;
}
.chevron-link--dark,
.chevron-link--light {
  position: relative;
  display: block;
}
.chevron-link--dark:before,
.chevron-link--light:before {
  position: absolute;
  left: -35px;
  top: 50%;
  width: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.chevron-link--dark:hover,
.chevron-link--dark:focus,
.chevron-link--dark:active,
.chevron-link--dark.active,
.chevron-link--light:hover,
.chevron-link--light:focus,
.chevron-link--light:active,
.chevron-link--light.active {
  text-decoration: none !important;
}
.chevron-link--dark:hover:before,
.chevron-link--dark:focus:before,
.chevron-link--dark:active:before,
.chevron-link--dark.active:before,
.chevron-link--light:hover:before,
.chevron-link--light:focus:before,
.chevron-link--light:active:before,
.chevron-link--light.active:before {
  opacity: 1;
  left: -25px;
}
.chevron-link--dark {
  color: #343a40;
}
.chevron-link--dark:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGlkPSJmb3J3YXJkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxwYXRoIGZpbGw9IiMzNDNhNDAiIGQ9Ik0xMi41ODYgMTBMNi4yOTMgMy43MDdhMSAxIDAgMCAxIDEuNDE0LTEuNDE0bDcgN2ExIDEgMCAwIDEgMCAxLjQxNGwtNyA3YTEgMSAwIDEgMS0xLjQxNC0xLjQxNEwxMi41ODYgMTB6Ij48L3BhdGg+PC9zdmc+");
}
.chevron-link--dark:hover,
.chevron-link--dark:focus,
.chevron-link--dark:active,
.chevron-link--dark.active {
  color: #3f474e;
  background: -webkit-linear-gradient(-163deg, #136acd 0%, #5e3791 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chevron-link--light {
  color: #e9ecef;
}
.chevron-link--light:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGlkPSJmb3J3YXJkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxwYXRoIGZpbGw9IiNGOUY2RjgiIGQ9Ik0xMi41ODYgMTBMNi4yOTMgMy43MDdhMSAxIDAgMCAxIDEuNDE0LTEuNDE0bDcgN2ExIDEgMCAwIDEgMCAxLjQxNGwtNyA3YTEgMSAwIDEgMS0xLjQxNC0xLjQxNEwxMi41ODYgMTB6Ij48L3BhdGg+PC9zdmc+");
}
.chevron-link--light:hover,
.chevron-link--light:focus,
.chevron-link--light:active,
.chevron-link--light.active {
  color: #dadfe4;
} /*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
  opacity: 0;
}
.lazy-loaded {
  transition: opacity 0.3s;
  opacity: 1;
}
.signup-form hr {
  border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.signup-form .hr-text {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 0.75rem;
}
.signup-form .hr-text:before,
.signup-form .hr-text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 45%;
  right: 100%;
  border-top: 1px solid #fff;
}
.signup-form .hr-text:after {
  left: auto;
  right: 0;
}
.signup-form .hr-text span {
  color: #fff;
}
.signup-form small a {
  text-decoration: underline;
}
.signup-form small a:hover {
  text-decoration: none;
}
.signup-form p:last-child {
  margin-bottom: 0;
}
.hc-announcement--success,
.hc-announcement--danger,
.hc-announcement--information {
  color: #212529;
  border-radius: 5px;
}
.hc-announcement--success {
  background-color: #d9f7e7;
  border: 1px solid #13b35d;
}
.hc-announcement--danger {
  background-color: #f5dedf;
  border: 1px solid #e84855;
}
.hc-announcement--information {
  background-color: #ffedca;
  border: 1px solid #fcb32c;
}
.line-height-md {
  line-height: 1.5em;
}
.card-link:hover {
  box-shadow: 5px 8px 21px -4px rgba(108, 117, 125, 0.29);
}
.light-divider-bottom:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  padding-top: 20px;
  border-bottom: 1px solid #2f414a;
}
.light-divider-top:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  padding-bottom: 20px;
  border-bottom: 1px solid #2f414a;
}
.fa,
.far,
.fas,
.fab {
  text-rendering: optimizeLegibility;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.blogpost .module-type-wysiwyg a,
.blog-category,
.blog-tag,
.blog-disclaimer {
  font-family: "Averta", Arial, sans-serif;
  font-weight: 700;
}
.blogpost .container {
  padding-left: 0;
  padding-right: 0;
}
.blogpost .module {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blogpost .module-type-wysiwyg blockquote {
  background: #e7efff;
  font-family: Averta;
  font-weight: bold;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.blogpost .module-type-wysiwyg figure {
  margin: 2rem 0;
}
.blogpost .module-type-wysiwyg figure figcaption {
  margin-top: 0.25rem;
}
.blogpost .module-type-wysiwyg ul {
  margin-bottom: 1rem;
}
.blogpost .module-type-wysiwyg ul li {
  padding-bottom: 1rem;
}
.blogpost__sidebar {
  will-change: min-height;
  position: relative;
}
.blogpost__sidebar__inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  left: auto !important;
}
.blogpost ul.related-posts {
  color: #136acd;
}
.blog-nav {
  background: white;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.blog-nav .navbar-brand--blog {
  font-family: "Averta", Arial, sans-serif;
  font-size: 1.25rem;
  border-left: 1px solid #212529;
  color: #212529;
  line-height: normal;
}
.blog-nav .navbar-brand--blog:hover {
  color: #212529;
}
.blog-nav__navbar-brand {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  flex: 0;
  transition: all 0.3s ease-in;
}
@media (min-width: 576px) {
  .blog-nav.stuck {
    position: fixed;
    z-index: 100;
    max-width: 1600px;
    margin: 0 auto;
  }
  .blog-nav.stuck .blog-nav__container {
    border-bottom: none;
  }
  .blog-nav.stuck .blog-nav__navbar-brand {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    flex: 1;
  }
}
.blog-category-nav {
  position: relative;
  transition: all 0.3s ease-in;
}
.blog-category-nav .active > a {
  color: black;
  pointer-events: none;
}
.blog-category-nav__search {
  position: absolute;
  text-align: right;
  right: 10px;
}
.blog-category-nav__search__input {
  width: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blog-category-nav__search__submit {
  display: none;
}
.blog-category-nav__search .svg-icon--search {
  display: block;
}
.blog-category-nav__search .svg-icon--cancel {
  display: none;
}
.blog-category-nav__search.active {
  width: 100%;
}
.blog-category-nav__search.active .blog-category-nav__search__input {
  width: 100%;
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
}
.blog-category-nav__search.active .svg-icon--search {
  display: none;
}
.blog-category-nav__search.active .svg-icon--cancel {
  display: block;
}
.blog-share {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 576px) {
  .blog-share {
    bottom: auto;
    flex-direction: column;
    top: 50%;
    width: auto;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
.blog-subscribe {
  background: #e7efff;
}
.blog-subscribe--card {
  background: #e7efff;
}
@media (min-width: 768px) {
  .blog-subscribe {
    background: linear-gradient(0deg, #e7efff, #e7efff), #6ebfff;
  }
  .blog-subscribe--card {
    background: linear-gradient(138.8deg, #fff -0.03%, #a3e7fc 99.98%), #e7efff;
  }
}
.square-image {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .blog-homepage__signup-bar {
    position: relative;
    z-index: 1;
  }
  .blog-homepage__additional-resources {
    margin-top: -50px;
    z-index: 0;
  }
  .blog-homepage__new-posts,
  .blog-homepage__additional-resources {
    background: #e9ecef;
  }
}
@media (max-width: 767.98px) {
  .blog-homepage__additional-resources,
  .blog-homepage__category-posts {
    background: #e9ecef;
  }
}
@media (min-width: 992px) {
  body.logged-in .blogpost__hero,
  body.logged-in .blogpost__content--header,
  body.logged-in .blogpost__content {
    margin-left: 16.66667%;
  }
}
body.logged-in .blogpost__sidebar {
  display: none !important;
}
.top-btn {
  opacity: 0;
  display: none;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1000;
  position: fixed;
  top: 85%;
  right: 20px;
}
@media (min-width: 768px) {
  .top-btn {
    top: 90%;
    right: 60px;
  }
}
.top-btn:hover,
.top-btn:focus,
.top-btn:active,
.top-btn:visited {
  background-color: rgba(233, 236, 239, 0.75);
  color: #136acd;
}
.top-btn.show {
  display: block;
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.country-content {
  display: none;
}
[data-geoip="US"] .country-content--US {
  display: block;
}
[data-geoip="US"] .country-content--US--inline {
  display: inline;
}
[data-geoip="US"] .country-content--US--inline-block {
  display: inline-block;
}
[data-geoip="US"] .country-content--US--inline-flex {
  display: flex;
}
[data-geoip="US"] .country-content--US.row,
[data-geoip="US"] .country-content--US[class*=" col-"] {
  display: flex;
}
[data-geoip="US"] .country-content--US[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="US"] .country-content--US.country-content-display--flex {
  display: flex;
}
[data-geoip="CA"] .country-content--CA {
  display: block;
}
[data-geoip="CA"] .country-content--CA--inline {
  display: inline;
}
[data-geoip="CA"] .country-content--CA--inline-block {
  display: inline-block;
}
[data-geoip="CA"] .country-content--CA--inline-flex {
  display: flex;
}
[data-geoip="CA"] .country-content--CA.row,
[data-geoip="CA"] .country-content--CA[class*=" col-"] {
  display: flex;
}
[data-geoip="CA"] .country-content--CA[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="CA"] .country-content--CA.country-content-display--flex {
  display: flex;
}
[data-geoip="GB"] .country-content--GB {
  display: block;
}
[data-geoip="GB"] .country-content--GB--inline {
  display: inline;
}
[data-geoip="GB"] .country-content--GB--inline-block {
  display: inline-block;
}
[data-geoip="GB"] .country-content--GB--inline-flex {
  display: flex;
}
[data-geoip="GB"] .country-content--GB.row,
[data-geoip="GB"] .country-content--GB[class*=" col-"] {
  display: flex;
}
[data-geoip="GB"] .country-content--GB[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="GB"] .country-content--GB.country-content-display--flex {
  display: flex;
}
[data-geoip="IE"] .country-content--IE {
  display: block;
}
[data-geoip="IE"] .country-content--IE--inline {
  display: inline;
}
[data-geoip="IE"] .country-content--IE--inline-block {
  display: inline-block;
}
[data-geoip="IE"] .country-content--IE--inline-flex {
  display: flex;
}
[data-geoip="IE"] .country-content--IE.row,
[data-geoip="IE"] .country-content--IE[class*=" col-"] {
  display: flex;
}
[data-geoip="IE"] .country-content--IE[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="IE"] .country-content--IE.country-content-display--flex {
  display: flex;
}
[data-geoip="FR"] .country-content--FR {
  display: block;
}
[data-geoip="FR"] .country-content--FR--inline {
  display: inline;
}
[data-geoip="FR"] .country-content--FR--inline-block {
  display: inline-block;
}
[data-geoip="FR"] .country-content--FR--inline-flex {
  display: flex;
}
[data-geoip="FR"] .country-content--FR.row,
[data-geoip="FR"] .country-content--FR[class*=" col-"] {
  display: flex;
}
[data-geoip="FR"] .country-content--FR[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="FR"] .country-content--FR.country-content-display--flex {
  display: flex;
}
[data-geoip="DE"] .country-content--DE {
  display: block;
}
[data-geoip="DE"] .country-content--DE--inline {
  display: inline;
}
[data-geoip="DE"] .country-content--DE--inline-block {
  display: inline-block;
}
[data-geoip="DE"] .country-content--DE--inline-flex {
  display: flex;
}
[data-geoip="DE"] .country-content--DE.row,
[data-geoip="DE"] .country-content--DE[class*=" col-"] {
  display: flex;
}
[data-geoip="DE"] .country-content--DE[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="DE"] .country-content--DE.country-content-display--flex {
  display: flex;
}
[data-geoip="ES"] .country-content--ES {
  display: block;
}
[data-geoip="ES"] .country-content--ES--inline {
  display: inline;
}
[data-geoip="ES"] .country-content--ES--inline-block {
  display: inline-block;
}
[data-geoip="ES"] .country-content--ES--inline-flex {
  display: flex;
}
[data-geoip="ES"] .country-content--ES.row,
[data-geoip="ES"] .country-content--ES[class*=" col-"] {
  display: flex;
}
[data-geoip="ES"] .country-content--ES[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="ES"] .country-content--ES.country-content-display--flex {
  display: flex;
}
[data-geoip="BE"] .country-content--BE {
  display: block;
}
[data-geoip="BE"] .country-content--BE--inline {
  display: inline;
}
[data-geoip="BE"] .country-content--BE--inline-block {
  display: inline-block;
}
[data-geoip="BE"] .country-content--BE--inline-flex {
  display: flex;
}
[data-geoip="BE"] .country-content--BE.row,
[data-geoip="BE"] .country-content--BE[class*=" col-"] {
  display: flex;
}
[data-geoip="BE"] .country-content--BE[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="BE"] .country-content--BE.country-content-display--flex {
  display: flex;
}
[data-geoip="FI"] .country-content--FI {
  display: block;
}
[data-geoip="FI"] .country-content--FI--inline {
  display: inline;
}
[data-geoip="FI"] .country-content--FI--inline-block {
  display: inline-block;
}
[data-geoip="FI"] .country-content--FI--inline-flex {
  display: flex;
}
[data-geoip="FI"] .country-content--FI.row,
[data-geoip="FI"] .country-content--FI[class*=" col-"] {
  display: flex;
}
[data-geoip="FI"] .country-content--FI[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="FI"] .country-content--FI.country-content-display--flex {
  display: flex;
}
[data-geoip="LU"] .country-content--LU {
  display: block;
}
[data-geoip="LU"] .country-content--LU--inline {
  display: inline;
}
[data-geoip="LU"] .country-content--LU--inline-block {
  display: inline-block;
}
[data-geoip="LU"] .country-content--LU--inline-flex {
  display: flex;
}
[data-geoip="LU"] .country-content--LU.row,
[data-geoip="LU"] .country-content--LU[class*=" col-"] {
  display: flex;
}
[data-geoip="LU"] .country-content--LU[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="LU"] .country-content--LU.country-content-display--flex {
  display: flex;
}
[data-geoip="NL"] .country-content--NL {
  display: block;
}
[data-geoip="NL"] .country-content--NL--inline {
  display: inline;
}
[data-geoip="NL"] .country-content--NL--inline-block {
  display: inline-block;
}
[data-geoip="NL"] .country-content--NL--inline-flex {
  display: flex;
}
[data-geoip="NL"] .country-content--NL.row,
[data-geoip="NL"] .country-content--NL[class*=" col-"] {
  display: flex;
}
[data-geoip="NL"] .country-content--NL[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="NL"] .country-content--NL.country-content-display--flex {
  display: flex;
}
[data-geoip="AT"] .country-content--AT {
  display: block;
}
[data-geoip="AT"] .country-content--AT--inline {
  display: inline;
}
[data-geoip="AT"] .country-content--AT--inline-block {
  display: inline-block;
}
[data-geoip="AT"] .country-content--AT--inline-flex {
  display: flex;
}
[data-geoip="AT"] .country-content--AT.row,
[data-geoip="AT"] .country-content--AT[class*=" col-"] {
  display: flex;
}
[data-geoip="AT"] .country-content--AT[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="AT"] .country-content--AT.country-content-display--flex {
  display: flex;
}
[data-geoip="IT"] .country-content--IT {
  display: block;
}
[data-geoip="IT"] .country-content--IT--inline {
  display: inline;
}
[data-geoip="IT"] .country-content--IT--inline-block {
  display: inline-block;
}
[data-geoip="IT"] .country-content--IT--inline-flex {
  display: flex;
}
[data-geoip="IT"] .country-content--IT.row,
[data-geoip="IT"] .country-content--IT[class*=" col-"] {
  display: flex;
}
[data-geoip="IT"] .country-content--IT[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="IT"] .country-content--IT.country-content-display--flex {
  display: flex;
}
[data-geoip="DK"] .country-content--DK {
  display: block;
}
[data-geoip="DK"] .country-content--DK--inline {
  display: inline;
}
[data-geoip="DK"] .country-content--DK--inline-block {
  display: inline-block;
}
[data-geoip="DK"] .country-content--DK--inline-flex {
  display: flex;
}
[data-geoip="DK"] .country-content--DK.row,
[data-geoip="DK"] .country-content--DK[class*=" col-"] {
  display: flex;
}
[data-geoip="DK"] .country-content--DK[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="DK"] .country-content--DK.country-content-display--flex {
  display: flex;
}
[data-geoip="SE"] .country-content--SE {
  display: block;
}
[data-geoip="SE"] .country-content--SE--inline {
  display: inline;
}
[data-geoip="SE"] .country-content--SE--inline-block {
  display: inline-block;
}
[data-geoip="SE"] .country-content--SE--inline-flex {
  display: flex;
}
[data-geoip="SE"] .country-content--SE.row,
[data-geoip="SE"] .country-content--SE[class*=" col-"] {
  display: flex;
}
[data-geoip="SE"] .country-content--SE[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="SE"] .country-content--SE.country-content-display--flex {
  display: flex;
}
[data-geoip="NO"] .country-content--NO {
  display: block;
}
[data-geoip="NO"] .country-content--NO--inline {
  display: inline;
}
[data-geoip="NO"] .country-content--NO--inline-block {
  display: inline-block;
}
[data-geoip="NO"] .country-content--NO--inline-flex {
  display: flex;
}
[data-geoip="NO"] .country-content--NO.row,
[data-geoip="NO"] .country-content--NO[class*=" col-"] {
  display: flex;
}
[data-geoip="NO"] .country-content--NO[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="NO"] .country-content--NO.country-content-display--flex {
  display: flex;
}
[data-geoip="AU"] .country-content--AU {
  display: block;
}
[data-geoip="AU"] .country-content--AU--inline {
  display: inline;
}
[data-geoip="AU"] .country-content--AU--inline-block {
  display: inline-block;
}
[data-geoip="AU"] .country-content--AU--inline-flex {
  display: flex;
}
[data-geoip="AU"] .country-content--AU.row,
[data-geoip="AU"] .country-content--AU[class*=" col-"] {
  display: flex;
}
[data-geoip="AU"] .country-content--AU[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="AU"] .country-content--AU.country-content-display--flex {
  display: flex;
}
[data-geoip="JP"] .country-content--JP {
  display: block;
}
[data-geoip="JP"] .country-content--JP--inline {
  display: inline;
}
[data-geoip="JP"] .country-content--JP--inline-block {
  display: inline-block;
}
[data-geoip="JP"] .country-content--JP--inline-flex {
  display: flex;
}
[data-geoip="JP"] .country-content--JP.row,
[data-geoip="JP"] .country-content--JP[class*=" col-"] {
  display: flex;
}
[data-geoip="JP"] .country-content--JP[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="JP"] .country-content--JP.country-content-display--flex {
  display: flex;
}
[data-geoip="PT"] .country-content--PT {
  display: block;
}
[data-geoip="PT"] .country-content--PT--inline {
  display: inline;
}
[data-geoip="PT"] .country-content--PT--inline-block {
  display: inline-block;
}
[data-geoip="PT"] .country-content--PT--inline-flex {
  display: flex;
}
[data-geoip="PT"] .country-content--PT.row,
[data-geoip="PT"] .country-content--PT[class*=" col-"] {
  display: flex;
}
[data-geoip="PT"] .country-content--PT[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="PT"] .country-content--PT.country-content-display--flex {
  display: flex;
}
[data-geoip="HK"] .country-content--HK {
  display: block;
}
[data-geoip="HK"] .country-content--HK--inline {
  display: inline;
}
[data-geoip="HK"] .country-content--HK--inline-block {
  display: inline-block;
}
[data-geoip="HK"] .country-content--HK--inline-flex {
  display: flex;
}
[data-geoip="HK"] .country-content--HK.row,
[data-geoip="HK"] .country-content--HK[class*=" col-"] {
  display: flex;
}
[data-geoip="HK"] .country-content--HK[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="HK"] .country-content--HK.country-content-display--flex {
  display: flex;
}
[data-geoip="SG"] .country-content--SG {
  display: block;
}
[data-geoip="SG"] .country-content--SG--inline {
  display: inline;
}
[data-geoip="SG"] .country-content--SG--inline-block {
  display: inline-block;
}
[data-geoip="SG"] .country-content--SG--inline-flex {
  display: flex;
}
[data-geoip="SG"] .country-content--SG.row,
[data-geoip="SG"] .country-content--SG[class*=" col-"] {
  display: flex;
}
[data-geoip="SG"] .country-content--SG[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="SG"] .country-content--SG.country-content-display--flex {
  display: flex;
}
[data-geoip="NZ"] .country-content--NZ {
  display: block;
}
[data-geoip="NZ"] .country-content--NZ--inline {
  display: inline;
}
[data-geoip="NZ"] .country-content--NZ--inline-block {
  display: inline-block;
}
[data-geoip="NZ"] .country-content--NZ--inline-flex {
  display: flex;
}
[data-geoip="NZ"] .country-content--NZ.row,
[data-geoip="NZ"] .country-content--NZ[class*=" col-"] {
  display: flex;
}
[data-geoip="NZ"] .country-content--NZ[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="NZ"] .country-content--NZ.country-content-display--flex {
  display: flex;
}
[data-geoip="CH"] .country-content--CH {
  display: block;
}
[data-geoip="CH"] .country-content--CH--inline {
  display: inline;
}
[data-geoip="CH"] .country-content--CH--inline-block {
  display: inline-block;
}
[data-geoip="CH"] .country-content--CH--inline-flex {
  display: flex;
}
[data-geoip="CH"] .country-content--CH.row,
[data-geoip="CH"] .country-content--CH[class*=" col-"] {
  display: flex;
}
[data-geoip="CH"] .country-content--CH[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="CH"] .country-content--CH.country-content-display--flex {
  display: flex;
}
[data-geoip="REST"] .country-content--REST {
  display: block;
}
[data-geoip="REST"] .country-content--REST--inline {
  display: inline;
}
[data-geoip="REST"] .country-content--REST--inline-block {
  display: inline-block;
}
[data-geoip="REST"] .country-content--REST--inline-flex {
  display: flex;
}
[data-geoip="REST"] .country-content--REST.row,
[data-geoip="REST"] .country-content--REST[class*=" col-"] {
  display: flex;
}
[data-geoip="REST"] .country-content--REST[class*=" col-"] {
  flex-direction: column;
}
[data-geoip="REST"] .country-content--REST.country-content-display--flex {
  display: flex;
}
body.logged-in .country-content--LOGGED-IN-CONTENT,
body.logged-out .country-content--LOGGED-OUT-CONTENT {
  display: block;
}
body.logged-in .country-content--LOGGED-IN-CONTENT--inline-block,
body.logged-out .country-content--LOGGED-OUT-CONTENT--inline-block {
  display: inline-block;
}
.country-switcher {
  display: inline-block;
  position: relative;
}
.country-switcher__toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.country-switcher__toggle__flag {
  display: inline-block;
  width: 28px;
  height: 21px;
  vertical-align: top;
  background: url("/assets/img/country-switcher/png/us.png") center
    center/contain no-repeat;
  margin-right: 1rem;
}
[data-geoip="US"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/us.svg");
}
[data-geoip="CA"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/ca.svg");
}
[data-geoip="GB"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/gb.svg");
}
[data-geoip="IE"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/ie.svg");
}
[data-geoip="FR"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/fr.svg");
}
[data-geoip="DE"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/de.svg");
}
[data-geoip="ES"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/es.svg");
}
[data-geoip="BE"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/be.svg");
}
[data-geoip="FI"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/fi.svg");
}
[data-geoip="LU"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/lu.svg");
}
[data-geoip="NL"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/nl.svg");
}
[data-geoip="AT"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/at.svg");
}
[data-geoip="IT"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/it.svg");
}
[data-geoip="DK"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/dk.svg");
}
[data-geoip="SE"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/se.svg");
}
[data-geoip="NO"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/no.svg");
}
[data-geoip="AU"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/au.svg");
}
[data-geoip="JP"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/jp.svg");
}
[data-geoip="PT"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/pt.svg");
}
[data-geoip="HK"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/hk.svg");
}
[data-geoip="SG"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/sg.svg");
}
[data-geoip="NZ"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/nz.svg");
}
[data-geoip="CH"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/ch.svg");
}
[data-geoip="REST"] .country-switcher__toggle__flag {
  background-image: url("/assets/img/country-switcher/rest.svg");
}
.country-switcher__toggle__icon {
  font-size: 12px;
  transition: all 0.15s ease-in-out;
}
.is-open .country-switcher__toggle__icon {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.country-switcher__menu,
.country-switcher__menu--right {
  visibility: hidden;
  position: absolute;
  left: auto;
  right: 0;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
  top: 100%;
  z-index: 1000;
  padding: 8px 0;
  border-radius: 4px;
  border: 1px solid #c6cbcd;
  color: #1c252b;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  min-width: 100%;
  max-width: 460px;
  max-height: 300px;
  overflow-y: auto;
}
.country-switcher__menu--right {
  left: 0;
  right: auto;
}
.country-switcher__menu__item {
  width: 200px;
}
.country-switcher__menu__link {
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  display: none;
  align-items: center;
  padding: 4px 16px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  outline: none;
  color: inherit;
}
.country-switcher__menu__flag {
  width: 20px;
  height: 100%;
  margin-right: 1rem;
}
.is-open .country-switcher__menu,
.is-open .country-switcher__menu--right {
  visibility: visible;
  height: auto;
  -webkit-animation: panel-slide-down 0.1s ease-in-out forwards;
  animation: panel-slide-down 0.1s ease-in-out forwards;
}
.is-open .country-switcher__menu .country-switcher__menu__link,
.is-open .country-switcher__menu--right .country-switcher__menu__link {
  display: flex;
}
.content-card {
  position: relative;
}
.content-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.content-card__link--arrowed {
  padding-right: 2rem;
  border-bottom: 1px solid #ced4da;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content-card__link--arrowed:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjAgMjAnIGlkPSdmb3J3YXJkJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbGw9JyNDRUQ0REEnPjxwYXRoIGQ9J00xMi41ODYgMTBMNi4yOTMgMy43MDdhMSAxIDAgMCAxIDEuNDE0LTEuNDE0bDcgN2ExIDEgMCAwIDEgMCAxLjQxNGwtNyA3YTEgMSAwIDEgMS0xLjQxNC0xLjQxNEwxMi41ODYgMTB6Jz48L3BhdGg+PC9zdmc+");
  position: absolute;
  right: 0;
  line-height: 65px;
  width: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.2s ease-in;
}
.content-card__link--arrowed:hover:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjAgMjAnIGlkPSdmb3J3YXJkJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbGw9JyMxMzZBQ0QnPjxwYXRoIGQ9J00xMi41ODYgMTBMNi4yOTMgMy43MDdhMSAxIDAgMCAxIDEuNDE0LTEuNDE0bDcgN2ExIDEgMCAwIDEgMCAxLjQxNGwtNyA3YTEgMSAwIDEgMS0xLjQxNC0xLjQxNEwxMi41ODYgMTB6Jz48L3BhdGg+PC9zdmc+");
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.bordered-card {
  box-sizing: border-box;
  display: block;
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 10px;
  border: 2px solid #136acd;
  flex-basis: auto;
}
.bordered-card__inner {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: white;
  position: relative;
  border-radius: 0.25rem;
}
.bordered-card__button {
  display: flex;
  justify-content: center;
}
.bordered-card--grey {
  box-sizing: border-box;
  display: block;
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 4px;
  border: 1px solid #e4e6e9;
  flex-basis: auto;
}
.bordered-card--gradient {
  border: none;
  padding: 0;
  margin: 0;
}
.bordered-card--gradient > .bordered-card__inner {
  padding: 0;
}
@media (min-width: 768px) {
  .bordered-card--gradient {
    box-sizing: border-box;
    display: block;
    flex: 1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 0.25rem;
    padding: 1rem;
    background-image: linear-gradient(-163deg, #2575db 0%, #582994 100%);
  }
  .bordered-card--gradient > .bordered-card__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.bordered-card--gradient--narrow {
  height: 100%;
  box-sizing: border-box;
  display: block;
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0 0 0.3rem 0;
  background-image: linear-gradient(-163deg, #2575db 0%, #582994 100%);
}
@media (min-width: 768px) {
  .bordered-card--gradient--narrow {
    box-sizing: border-box;
    display: block;
    flex: 1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 0.25rem;
    padding: 0.3rem;
    background-image: linear-gradient(-163deg, #2575db 0%, #582994 100%);
  }
  .bordered-card--gradient--narrow > .bordered-card__inner {
    padding-top: 38px;
    padding-bottom: 38px;
    transition: background 0.3s ease-in;
  }
}
.bordered-card--gradient--hairline {
  height: 100%;
  box-sizing: border-box;
  display: block;
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
  background-image: linear-gradient(-163deg, #5e3791 0%, #2c87fc 100%);
  box-sizing: border-box;
  display: block;
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0.25rem;
  padding: 2.08px;
  background-image: linear-gradient(-163deg, #5e3791 0%, #2c87fc 100%);
}
@media (max-width: 767.98px) {
  .bordered-card--gradient--hairline {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.bordered-card--gradient--hairline > .bordered-card__inner {
  padding-top: 38px;
  padding-bottom: 38px;
  transition: background 0.3s ease-in;
}
.content-card--resources .content-card__image-container {
  position: relative;
}
.content-card--resources .content-card__image-container:after {
  content: "";
  position: absolute;
  background: #136acd;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.content-card--resources .content-card__image-container.play-button:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCA2MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMzI4RkY4O30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjkuMSIgY3k9IjMwIiByPSIyOS4xIi8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNy45LDE2LjF2MjcuOGwyNy44LTE0LjNMMTcuOSwxNi4xeiIvPgo8L3N2Zz4K");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 4;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  pointer-events: none;
}
.content-card--resources .content-card__image-container > picture,
.content-card--resources .content-card__image-container > img,
.content-card--resources .content-card__image-container > picture > img {
  width: 100% !important;
}
.content-card--resources .content-card__subheadline--clickable {
  position: relative;
  z-index: 4;
}
.content-card--resources .content-card__headline {
  color: #212529;
  transition: all 0.3s ease-in;
}
.content-card--resources .content-card__headline--expandable {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .content-card--resources .content-card__headline--expandable {
    font-size: 2rem;
  }
}
.content-card--resources .content-card__content {
  height: 100%;
}
@media (min-width: 768px) {
  .content-card--resources .content-card__gradient-container {
    border: 1px solid #e4e6e9;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .content-card--resources .content-card__gradient-container {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
    height: 100%;
  }
}
.content-card--resources:hover .content-card__image-container:after {
  z-index: 3;
  opacity: 0.3;
}
.content-card--resources:hover
  .content-card__image-container.play-button:before {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.175);
}
.content-card--resources:hover .content-card__headline {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .content-card--resources:hover .content-card__gradient-container {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  }
}
.content-card--resources:hover .bordered-card__inner {
  background: #e7efff;
}
.embellishment--texture-up-down,
.embellishment--texture-plus-dollar,
.embellishment--gradient-bar,
.embellishment--shape,
.embellishment--ball {
  display: block;
  position: absolute;
}
.embellishment.circular .embellishment--image {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.embellishment.circular .embellishment--image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.embellishment {
  position: relative;
  padding: 15px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.embellishment--texture-up-down,
.embellishment--texture-plus-dollar {
  z-index: 0;
  background-position: top left;
  background-size: 30%;
  overflow: hidden;
}
.embellishment--texture-up-down:after,
.embellishment--texture-plus-dollar:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.embellishment--texture-img {
  z-index: 0;
  position: absolute;
  display: block;
  bottom: 20%;
  left: 0;
}
.embellishment--gradient-bar {
  background: #f8b23d;
  border-radius: 100px;
  width: 80px;
  height: 8px;
  z-index: 1;
}
.embellishment--ball {
  background-color: #2575db;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
}
.embellishment.circular {
  display: block;
  max-width: 220px;
  max-height: 220px;
}
@media (min-width: 576px) {
  .embellishment.circular {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (min-width: 768px) {
  .embellishment.circular {
    max-width: 410px;
    max-height: 410px;
  }
  .embellishment.circular.emb-small {
    max-width: 220px;
    max-height: 220px;
  }
  .embellishment.circular.emb-medium {
    max-width: 350px;
    max-height: 350px;
  }
  .embellishment.circular.emb-large {
    max-width: 410px;
    max-height: 410px;
  }
}
.embellishment.circular .embellishment--texture-up-down {
  display: none;
  top: 0;
  right: 0;
  width: 50%;
}
.embellishment.circular .embellishment--texture-plus-dollar {
  bottom: 0;
  left: 0;
  width: 75%;
  height: 50%;
}
.embellishment.circular .embellishment--gradient-bar {
  right: -2%;
  bottom: 25%;
  width: 55px;
  background: #f8b23d;
}
.embellishment.circular .embellishment--ball {
  left: 10%;
  top: 10%;
  background-image: linear-gradient(-132deg, #02d7de 0%, #2575db 100%);
}
.embellishment.circular .embellishment--shape {
  background-image: linear-gradient(124deg, #2575db 0%, #582994 100%);
  width: 50%;
  height: 50%;
  border-radius: 50%;
  z-index: 0;
  right: 2%;
  top: 1%;
}
.embellishment.circular.variation-2 .embellishment--texture-up-down {
  display: none;
}
.embellishment.circular.variation-2 .embellishment--texture-plus-dollar {
  display: block;
  left: auto;
  right: 0;
  top: 0;
}
.embellishment.circular.variation-2 .embellishment--gradient-bar {
  left: -2%;
  right: auto;
  top: 25%;
  bottom: auto;
}
.embellishment.circular.variation-2 .embellishment--ball {
  left: auto;
  right: 10%;
  top: 10%;
  background-image: linear-gradient(124deg, #2575db 0%, #582994 100%);
}
.embellishment.circular.variation-2 .embellishment--shape {
  top: auto;
  right: auto;
  left: -5%;
  bottom: 1%;
  background-image: linear-gradient(-132deg, #02d7de 0%, #2575db 100%);
}
.embellishment.circular.variation-3 .embellishment--texture-plus-dollar {
  display: none;
}
.embellishment.circular.variation-3 .embellishment--texture-up-down {
  display: block;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}
.embellishment.circular.variation-3 .embellishment--gradient-bar {
  right: 5%;
  top: 20%;
  bottom: auto;
  left: auto;
  background-image: linear-gradient(-132deg, #02d7de 0%, #2575db 100%);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.embellishment.circular.variation-3 .embellishment--ball {
  left: 10%;
  right: auto;
  bottom: 10%;
  top: auto;
  background: #f8b23d;
}
.embellishment.circular.variation-3 .embellishment--shape {
  top: auto;
  right: 0;
  left: auto;
  bottom: 0;
}
.embellishment.rectangular {
  max-width: 940px;
}
.embellishment.rectangular .embellishment--image {
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.embellishment.rectangular .embellishment--shape {
  width: 100%;
  height: 76%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: linear-gradient(-132deg, #02d7de 0%, #2575db 100%);
  border-radius: 4px;
}
.embellishment.rectangular .embellishment--texture-up-down {
  display: none;
}
.embellishment.rectangular .embellishment--texture-plus-dollar {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 75%;
}
.embellishment.rectangular .embellishment--gradient-bar {
  right: -2%;
  bottom: 25%;
}
.embellishment.rectangular .embellishment--ball {
  left: -3%;
  top: 18%;
}
.embellishment.rectangular.variation-2 .embellishment--texture-up-down {
  display: none;
}
.embellishment.rectangular.variation-2 .embellishment--texture-plus-dollar {
  bottom: 0;
  right: auto;
  left: 0;
  width: 50%;
  height: 75%;
}
.embellishment.rectangular.variation-2 .embellishment--gradient-bar {
  right: auto;
  left: -5%;
  bottom: 50%;
}
.embellishment.rectangular.variation-2 .embellishment--ball {
  left: auto;
  right: -1%;
  top: 5%;
}
.embellishment.rectangular.variation-3 .embellishment--shape {
  width: 50%;
  left: auto;
  right: 0%;
}
.embellishment.rectangular.variation-3 .embellishment--texture-up-down {
  display: none;
}
.embellishment.rectangular.variation-3 .embellishment--texture-plus-dollar {
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  width: 50%;
  height: 75%;
}
.embellishment.rectangular.variation-3 .embellishment--gradient-bar {
  right: auto;
  left: -5%;
  bottom: 10%;
}
.embellishment.rectangular.variation-3 .embellishment--ball {
  left: -2%;
  top: 25%;
}
.embellishment--texture-up-down {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 77 25" xmlns="http://www.w3.org/2000/svg">\a<title>up_down</title>\a<desc>Created with Sketch.</desc>\a<g fill="#999" fill-rule="evenodd">\a<path d="m32.5 1.999l-0.0010746 0.0010143-3.4985-3.3032 0.73819-0.6968 2.7613 2.6072 2.7613-2.6072 0.73912 0.6968-3.4994 3.3032-0.0010746-0.0010143z"/>\a<path d="m45.5 13.999l-0.0010746 0.0010143-3.4985-3.3032 0.73819-0.6968 2.7613 2.6072 2.7613-2.6072 0.73912 0.6968-3.4994 3.3032-0.0010746-0.0010143z"/>\a<path d="m32.5 26.999l-0.0010746 0.0010143-3.4985-3.3032 0.73819-0.6968 2.7613 2.6072 2.7613-2.6072 0.73912 0.6968-3.4994 3.3032-0.0010746-0.0010143z"/>\a<path d="m7.4995-1.9988l0.0012622-0.0011915 3.4992 3.3032-0.73908 0.6968-2.7618-2.6078-2.7618 2.6078-0.73722-0.6968 3.4983-3.3032 0.0012606 0.0011915z"/>\a<path d="m20.5 10.001l0.0012622-0.0011915 3.4992 3.3032-0.73908 0.6968-2.7618-2.6078-2.7618 2.6078-0.73722-0.6968 3.4983-3.3032 0.0012606 0.0011915z"/>\a<path d="m7.4995 23.001l0.0012622-0.0011915 3.4992 3.3032-0.73908 0.6968-2.7618-2.6078-2.7618 2.6078-0.73722-0.6968 3.4983-3.3032 0.0012606 0.0011915z"/>\a<path d="m57.5-1.9988l0.0012622-0.0011915 3.4992 3.3032-0.73908 0.6968-2.7618-2.6078-2.7618 2.6078-0.73722-0.6968 3.4983-3.3032 0.0012606 0.0011915z"/>\a<path d="m70.5 10.001l0.0012622-0.0011915 3.4992 3.3032-0.73908 0.6968-2.7618-2.6078-2.7618 2.6078-0.73722-0.6968 3.4983-3.3032 0.0012606 0.0011915z"/>\a<path d="m57.5 23.001l0.0012622-0.0011915 3.4992 3.3032-0.73908 0.6968-2.7618-2.6078-2.7618 2.6078-0.73722-0.6968 3.4983-3.3032 0.0012606 0.0011915z"/>\a</g>\a</svg>');
}
.embellishment--texture-plus-dollar {
  background-image: url('data:image/svg+xml;utf8,<svg width="473" height="432" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><image y="2" width="497" height="499" xlink:href="data:image/png;base64,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RJ4ofyfcpxRnmfl4SG7uopFrdnu8p/RViz4jbFey5zbebffcsuc8V3PPbo8bak2fChdmHds9t/mac/bc52uu+zTibo8bak2YOtKnF9udWtNHLNw625yvfBw93OtITwgggAACCCCAAAIIIIAAAgioAhyEqzw0IoAAAggggAACCCCAAAIIIBBOgIPwcJb0hAACCCCAAAIIIIAAAggggIAqMPzEbL5urZMNpHQyMF/UC8tyzt48GfkOiTyn7Nxzzm6NmZROBibjoPOyI9mzG++We3bZm0FFnemcWXFWsMYNtSYOsbdXyz27+Zpz9ubFoNZ4R2T8hda4odbE5z7bguVOrTlTGeVGzrVmFCA2ggACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCKwlcGt2vZCfRC83Pp/tt0XT2toeM+byD34++6Rte1pb22PGXK7Zam1jZmzbVur52nIvlzdzsTW/1qZ2OlKjVku0tpHiaZtpNW8epLVpfY7VptUSrW2sfNp2NFutTetzrLbU83U6aPVEa+vseIQVtHqitY0QrWsT2rjR2rr6HaNdqyda2xjZurah2WptXf2O0Z56vk4DrZ5obZ0dj7CCVk+0thGidW1CGzdaW1e/Y7Rr9URrGyNb1zY0W7utlIPvm9erY/lJ8UBcoN95p3py83B25D5prc1ddxv3f/LF7PCvrlb/4suutW0jq7tNyXftWvU7uV6nzV13G/e17PJa+F6PbeT0bvPtfJQxf6HIaG3ezkZeqNUSrW3kmL7NabVEa/P1NfYyrZZobWPn9G1Pm6tam6+vsZd15aPWRHxFtHqitUWM1LdrrZ5obX37j7meVk+0tpiZ+vatzVetrW//Mdfryketiaiv1ROtLWKkvl1r9URr69t/zPW0eqK1xczUt29tvrptpRx8V0XxsfzcvF7c77uR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AAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAtsUuDW7XshPopcbn8/226JpbW2PGXW55qq1jRrSvzHNVmvz9zbu0tTzdWpoY0Nr6+w48gqSrS2f1hY5Vp/utTGjtfXpO/o6beayYa0terDuDWi2Wlt3z/HXSD1fLwFtfGhtvTqPuJJka8untUWM1LdrbdxobX37j7pem7lsVGuLGqpf55qt1tav97hrpZ6v17PXxofW1qvziCtJtrZ8WlvESH271saN1ta3/6jrtZnLRrW2qKH6da7Z2m2lPJGb16tj+UnySTX53nmnenLzcHbkPvUPfj77pK3NXXcb9yXfR+9XT3/yxezQ3b7W5q67jfuS+dq16ne+7FrbNrK629TyyTjyjSW3j23eX2ZsmY9a2zYzL7et1RKtbevBmwDUma28Ctpc1dq2EtbZaFc+ao0DFvKuVk+0tpAZhvZFrRkqt9HjtPmqtW200UAP7spHrQkE7etGqydam6+vsZdRa8YWX25Pm69uWykH31VRfCw/N68X97eSWNnoR++VjyeT4v2qqL6UQmNWld8kvHulOjZtH34xu2vakrhuBr/Jd6WqZgJvcskBuN124/bswLSlcC35JLNkcbPL87Db7N/oRigKwQAAQABJREFUpJ5dxo+MI/n56Z1ZcmNd/D68M7t3mlHm4+ovxs7zFx/LvEjB285w872y8TW1xMr+9j+q8zbqjO220W3qzEZ8Qx+s1Ujp83yuUmuGGmuPo9ZoOpHaqDWRYPVuqTW6T+xWak1sYU//l6jWTPYPHy6EYLEo/vjdH+v94vH0pYdka4vsA1YJURf1g+cvi7vmlweny4pvn7+sD1LLbh+wSs43dT19XRdPzAH4afbm+RxND+V2ShezE2kySXa5bQ7A5fa8rn/x7JtpcgezvuxlVRzIwa3klos8nz98Mz1a3knpH+uAVWLVxenYll+QmfwyV394Ux98/8vpk5SiX5yrxbdv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GxZqxzm7yxPLecyTXR2a0RpzHvNkjzYsOjtmvnYS9V6Bd8J7U7EiAggggAACCCCAAAIIIIAAApsJ7A19eD0vXi7mi9/aj5+Xk+tVUXwsy5q275qrp3LbXOQx5va2r9fOvlh9LtvM72aXLJNy8qlce93JLjQbXbrGe10U35bzxcr4TmW873J273inzmw01s2DqTNGYtzrXZ6vOddJak28eUCtiWer9Uyt0XTitXW5U2vi2adWawZ/HN1HZH88JKWPb/uyustyzi7PxXw8JDf3nLPbYyalr1q4Y9t3f1ey5zbebffcsuc8V3PPbo8bao2vosVZZrvnNl9zzp77fM15f8weN9SaOHXF16vtTq3xCcVbts35ysfR472u9IwAAggggAACCCCAAAIIIIDAigAH4Ssc3EEAAQQQQAABBBBAAAEEEEAgngAH4fFs6RkBBBBAAAEEEEAAAQQQQACBFYHBJ2Zb6eXtHftkA3VCJwPzZXWX5Zxdnos52UBu7jlnXxkzCZ0MzB3bvvs7k50643t5oy2jzkSjVTvemfmac52k1qhjNHQjtSa0aL/+qDX9nEKvteJOrQnNq/aXc61RnxiNCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAwFYEbs2uF/KT6OXG57P9tmhaW9tjRl2uuWpto4b0b0yz1dr8vY27NPV8nRra2NDaOjuOvIJka8untUWO1ad7bcxobX36jr5Om7lsWGuLHqx7A5qt1tbdc/w1Us/XS0AbH1pbr84jriTZ2vJpbREj9e1aGzdaW9/+o67XZi4b1dqihurXuWartfXrPe5aqefr9ey18aG19eo84kqSrS2f1hYxUt+utXGjtfXtP+p6beayUa0taqh+nWu2dlspT+Tm9epYflJ8Uh/8fPbJO+9UT24ezo7cp661uetu477k++j9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" transform="translate(-13 -51)" fill="none" fill-rule="evenodd" opacity=".5"/></svg>');
  background-size: 942px 942px;
}
.newspaper {
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .newspaper {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .newspaper--md-1-col {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .newspaper {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .newspaper--lg-2-col {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.newspaper .no-break {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.skip-to-content-nav {
  display: none;
}
@media (min-width: 992px) {
  .skip-to-content-nav {
    display: block;
    position: absolute;
    top: -100px;
    background-color: #136acd;
  }
  .skip-to-content-nav.focused {
    position: relative;
    top: 0;
  }
  .skip-to-content-nav ul {
    list-style: none;
  }
  .skip-to-content-nav ul li {
    display: inline;
  }
  .skip-to-content-nav a:focus,
  .skip-to-content-nav a:active {
    outline-color: #fff;
  }
}
.dropdown-toggle:not(.form-dropdown-toggle):after {
  position: absolute;
  border: none;
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cpath d='M16.187 6.187a1.15 1.15 0 0 1 1.626 1.626l-7 7a1.15 1.15 0 0 1-1.626 0l-7-7a1.15 1.15 0 0 1 1.626-1.626L10 12.374l6.187-6.187z'%3E%3C/path%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
  margin-left: 5px;
  vertical-align: initial;
}
@media (max-width: 991.98px) {
  .dropdown-toggle:not(.form-dropdown-toggle):after {
    width: 15px;
    height: 15px;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .dropdown-toggle[aria-expanded*="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.dropdown-toggle.form-dropdown-toggle:after {
  display: none;
}
.topnav .navbar-brand__blog {
  font-size: 1.25rem;
  font-family: sans-serif;
  line-height: 1.2em;
  margin: 0;
  font-weight: 400;
  padding-top: 0.6em;
}
.topnav .navbar-brand__blog__link {
  font-size: 1.5rem;
  font-family: Averta, sans-serif;
  border-left: 1.5px solid #212529;
  color: #212529;
}
@media (max-width: 991.98px) {
  .topnav .navbar-nav {
    width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .topnav .navbar-nav {
    width: 100%;
  }
}
.topnav .navbar-nav .nav-item {
  position: relative;
  align-items: center;
}
.topnav .navbar-nav .nav-item a {
  font-weight: 600;
  white-space: initial;
  font-size: 1.1rem;
}
.topnav .navbar-nav .nav-item--buttons {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .topnav .navbar-nav .nav-item--buttons {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e4e6e9;
  }
  .topnav .navbar-nav .nav-item--buttons a {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .topnav .navbar-nav .nav-item:not(.dropdown) {
    order: 99;
  }
}
.mobile-nav-toggle-btn {
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mobile-nav-toggle-btn {
    display: none;
  }
}
.mobile-nav-toggle-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mobile-nav-toggle-btn span:nth-child(1) {
  top: 0px;
}
.mobile-nav-toggle-btn span:nth-child(2),
.mobile-nav-toggle-btn span:nth-child(3) {
  top: 5px;
}
.mobile-nav-toggle-btn span:nth-child(4) {
  top: 10px;
}
.mobile-nav-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-nav-toggle-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-toggle-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-toggle-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media (min-width: 992px) {
  .product-dropdown {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.product-dropdown--onewave {
  background: #e7efff;
  padding: 2rem;
  order: 1;
  word-wrap: break-word;
  display: none;
}
.product-dropdown--onewave p {
  width: 100%;
}
.product-dropdown--products {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991.98px) {
  .product-dropdown--products {
    flex-direction: column;
  }
  .product-dropdown--products__description {
    display: none;
  }
  .product-dropdown--products__link {
    padding-left: 0;
    padding-right: 0;
  }
  .product-dropdown--products__link:hover,
  .product-dropdown--products__link:focus {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .product-dropdown {
    flex-direction: row;
  }
  .product-dropdown--onewave {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    order: 0;
  }
  .product-dropdown--products {
    background: white;
    width: 55%;
    padding: 0.8rem;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .product-dropdown--products__description {
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: normal;
    color: #2f414a;
  }
}
@media (max-width: 991.98px) {
  .dropdown-menu .dropdown-item {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .dropdown-menu.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .show > .dropdown-menu.fade {
    pointer-events: auto;
    opacity: 1;
  }
  .topnav .nav-item--buttons a {
    width: auto;
  }
  .topnav .dropdown-menu {
    position: relative;
    margin-top: 1rem;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.5);
  }
  .topnav .dropdown-menu:before,
  .topnav .dropdown-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    font-size: 0;
    line-height: 0;
  }
  .topnav .dropdown-menu:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: -1;
    top: -12px;
  }
  .more-dropdown {
    width: 240px;
    left: -90px;
  }
  .form-dropdown {
    width: 350px;
    left: -130px;
  }
  .product-dropdown.fade,
  .product-dropdown.show {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 900px;
    left: -200px;
  }
  .product-dropdown.fade:before,
  .product-dropdown.show:before {
    opacity: 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .product-dropdown.fade,
  .product-dropdown.show {
    left: -400px;
  }
  .product-dropdown.fade:before,
  .product-dropdown.show:before {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .product-dropdown--onewave {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    order: 0;
  }
  .product-dropdown--products {
    background: white;
    width: 55%;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    position: relative;
  }
}
.page-subnavigation .nav .nav-item {
  display: none;
}
.page-subnavigation .nav .nav-item:last-child {
  display: inline;
}
@media (min-width: 768px) {
  .page-subnavigation .nav .nav-item {
    display: inline;
  }
}
.no-scroll {
  overflow: hidden;
}
.hasStickyNav .temp-nav-wrapper {
  overflow-y: scroll;
  background-color: white;
  position: fixed;
  z-index: 200;
  width: 100%;
  padding-bottom: 30px;
}
.hasStickyNav .topnav {
  position: absolute;
  z-index: 2000;
  width: 100%;
  background-color: white;
  max-width: 1600px;
}
.hasStickyNav main {
  padding-top: 81px;
}
.hasStickyNav .sticky-nav {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.hasStickyNav .sticky-nav.is-hidden {
  top: -91px;
  visibility: hidden;
}
.hasStickyNav .mobile-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(3, 43, 83, 0.75);
  z-index: 10;
  display: none;
}
.hasStickyNav .mobile-nav-overlay.is-visible {
  display: block;
}
.jumbotron {
  border-radius: 0;
  position: relative;
  margin: 0;
  min-height: 460px;
  background: #5e3791;
  background-image: url("../img/header-main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .jumbotron {
    min-height: 360px;
  }
}
@media (min-width: 992px) {
  .jumbotron--min-height-tall {
    min-height: 600px;
  }
}
.jumbotron--white-bg {
  border-radius: 0;
  position: relative;
  margin: 0;
  min-height: 460px;
}
@media (max-width: 767.98px) {
  .jumbotron--white-bg {
    min-height: 360px;
  }
}
.jumbotron--plain {
  background-image: url("../img/header-main-bg-no-icons.jpg");
}
@media (max-width: 991.98px) {
  .jumbotron__image {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .jumbotron--imaged {
    background-image: none;
  }
  .jumbotron__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
}
.jumbotron__inner-container {
  position: relative;
  z-index: 3;
}
.jumbotron__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.jumbotron__eyebrow {
  font-family: "Averta", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.jumbotron__eyebrow.text-body-color {
  color: #212529;
}
.jumbotron__eyebrow--link {
  text-transform: none;
  font-weight: 300;
}
.jumbotron__eyebrow--link:hover,
.jumbotron__eyebrow--link:focus,
.jumbotron__eyebrow--link:active {
  color: white;
}
.jumbotron__eyebrow--link.text-body-color:hover,
.jumbotron__eyebrow--link.text-body-color:focus,
.jumbotron__eyebrow--link.text-body-color:active {
  color: #212529;
}
.jumbotron:not(.jumbotron--no-fade):before {
  content: "";
  opacity: 0.9;
  background: linear-gradient(to right, #084f99 0%, rgba(88, 41, 148, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .jumbotron.jumbotron--no-fade:before {
    content: "";
    opacity: 0.9;
    background: linear-gradient(
      to right,
      #084f99 0%,
      rgba(88, 41, 148, 0) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 2;
  }
}
.jumbotron--about-overlay:before {
  content: "";
  opacity: 0.5;
  z-index: 2;
  background-image: linear-gradient(-163deg, #2575db 0%, #582994 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jumbotron--hero-animation {
  background: linear-gradient(
    252.67deg,
    #78c3fc 0%,
    #308df8 24.09%,
    #7f309c 100%
  );
  margin-bottom: 200px;
  height: 700px;
}
@media (min-width: 768px) {
  .jumbotron--hero-animation {
    margin-bottom: 300px;
  }
}
.jumbotron--hero-animation__container {
  position: relative;
  height: 400px;
}
.jumbotron--hero-animation__gif {
  position: absolute;
}
.jumbotron--hero-animation__gif:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  z-index: -1;
  box-shadow: 1px 1px 25px;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jumbotron--hero-animation__gif:nth-of-type(1) {
  z-index: 3;
}
.jumbotron--hero-animation__gif:nth-of-type(2) {
  left: 0;
  top: 100px;
  z-index: 1;
}
.jumbotron--hero-animation__gif:nth-of-type(3) {
  right: 0;
  top: 100px;
  z-index: 1;
}
.jumbotron--hero-animation__gif:nth-of-type(4) {
  left: 20%;
  bottom: 0;
  z-index: 4;
}
.jumbotron--hero-animation__gif:nth-of-type(5) {
  left: 65%;
  bottom: -100px;
  z-index: 2;
}
.hero__image-blowout {
  margin-bottom: 32vw;
}
@media (min-width: 992px) {
  .hero__image-blowout {
    margin-bottom: 430px;
  }
}
.hero__image-blowout__image {
  margin-bottom: -45vw;
}
@media (min-width: 992px) {
  .hero__image-blowout__image {
    margin-bottom: -354px;
  }
}
.nav-hero .nav-item {
  position: relative;
}
.nav-hero .nav-item .nav-link {
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
  padding: 1rem 2rem;
}
.nav-hero .nav-item .nav-link:hover {
  color: #fff;
  background-color: #1058aa;
  border-color: #0f529e;
}
.nav-hero .nav-item .nav-link:focus,
.nav-hero .nav-item .nav-link.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.nav-hero .nav-item .nav-link.disabled,
.nav-hero .nav-item .nav-link:disabled {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.nav-hero .nav-item .nav-link:not(:disabled):not(.disabled):active,
.nav-hero .nav-item .nav-link:not(:disabled):not(.disabled).active,
.show > .nav-hero .nav-item .nav-link.dropdown-toggle {
  color: #fff;
  background-color: #0f529e;
  border-color: #0e4c93;
}
.nav-hero .nav-item .nav-link:not(:disabled):not(.disabled):active:focus,
.nav-hero .nav-item .nav-link:not(:disabled):not(.disabled).active:focus,
.show > .nav-hero .nav-item .nav-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.nav-hero .nav-item .nav-link.active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.nav-hero .nav-item .nav-link.active:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.nav-hero .nav-item .nav-link.active:focus,
.nav-hero .nav-item .nav-link.active.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.nav-hero .nav-item .nav-link.active.disabled,
.nav-hero .nav-item .nav-link.active:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.nav-hero .nav-item .nav-link.active:not(:disabled):not(.disabled):active,
.nav-hero .nav-item .nav-link.active:not(:disabled):not(.disabled).active,
.show > .nav-hero .nav-item .nav-link.active.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.nav-hero .nav-item .nav-link.active:not(:disabled):not(.disabled):active:focus,
.nav-hero .nav-item .nav-link.active:not(:disabled):not(.disabled).active:focus,
.show > .nav-hero .nav-item .nav-link.active.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.nav-hero .nav-item:first-of-type .nav-link {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.nav-hero .nav-item:last-of-type .nav-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .module {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.module--no-bottom-padding {
  padding-bottom: 0;
}
.module--no-top-padding {
  padding-top: 0;
}
.module__header {
  margin-bottom: 2.5rem;
}
.module__header > p {
  margin-bottom: 0rem;
}
.module__image-grid__image {
  width: 100%;
  height: 150px;
}
@media (min-width: 576px) {
  .module__image-grid__image {
    height: 300px;
  }
}
@media (min-width: 576px) {
  .module__image-grid .col-md-8,
  .module__image-grid .col-md-4 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.module__stats {
  position: relative;
  border: 2px solid #136acd;
  border-radius: 4px;
  padding: 1.5rem;
}
.module__stats__headline {
  font-size: 2rem;
  font-family: "Averta", Arial, sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .module__stats__card:not(:first-of-type) {
    border-left: 1px solid #e4e6e9;
  }
}
@media (max-width: 767.98px) {
  .module__stats__card:not(:last-of-type) {
    border-bottom: 1px solid #e4e6e9;
  }
}
@media (max-width: 991.98px) {
  .module-type-featuredSnippet {
    margin-left: -30px;
  }
}
.module-type-featuredSnippet .module__featured-snippet {
  position: relative;
  background-color: #e7efff;
  padding-left: 0;
}
.module-type-featuredSnippet .module__featured-snippet.module {
  padding-bottom: 22px;
}
@media (max-width: 991.98px) {
  .module-type-featuredSnippet .module__featured-snippet {
    padding: 1.5rem;
  }
  .module-type-featuredSnippet .module__featured-snippet:before {
    content: "";
    background: linear-gradient(180deg, #2575db -1.07%, #582994 84.04%);
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    z-index: 1;
  }
  .module-type-featuredSnippet .module__featured-snippet:after {
    content: "";
    background-color: #e7efff;
    position: absolute;
    right: -30px;
    top: 0;
    width: 2rem;
    height: 100%;
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .module-type-featuredSnippet .module__featured-snippet:before {
    content: "";
    background: linear-gradient(180deg, #2c87fc -1.07%, #5e3791 84.04%);
    position: absolute;
    left: -2rem;
    top: 0;
    width: 4px;
    height: 100%;
    z-index: 1;
  }
  .module-type-featuredSnippet .module__featured-snippet:after {
    content: "";
    background-color: #e7efff;
    position: absolute;
    left: -2rem;
    top: 0;
    width: 2rem;
    height: 100%;
    z-index: 0;
  }
}
@media (max-width: 991.98px) {
  .team-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.narrow .module {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .narrow .module {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
main .collapsible-container:last-child {
  padding-bottom: 60px;
}
.collapsible {
  border-top: 1px solid #e4e6e9;
  border-bottom: 1px solid #e4e6e9;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: -2px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .collapsible {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.collapsible__heading__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collapsible__heading__link:hover {
  text-decoration: none;
}
.collapsible__heading__link .svg-icon--subtract {
  display: none;
}
.collapsible__heading__link[aria-expanded="true"] .svg-icon--add {
  display: none;
}
.collapsible__heading__link[aria-expanded="true"] .svg-icon--subtract {
  display: inherit;
}
.collapsible .module {
  padding: 0;
}
.experiment {
  display: none;
}
.testimonial__card {
  z-index: 10;
}
@media (min-width: 992px) {
  .testimonial__card--solo-card {
    min-height: 445px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__card--solo-card .testimonial__card__image {
    min-height: 300px;
  }
}
.testimonial__card__inner {
  border-radius: 5px;
}
.testimonial__card__quote {
  line-height: 1.625rem;
}
.testimonial__card__signature {
  line-height: 1.5rem;
}
.testimonial__card__image {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center center;
  float: left;
}
.testimonial__card__social-icon {
  vertical-align: middle;
}
.testimonial__card__social-icon.svg-icon--twitter-outline {
  fill: #00aced;
}
.review__card {
  z-index: 10;
}
.review__card__inner {
  border-radius: 5px;
}
.review__card__rating__img {
  width: 140px;
}
.review__card__publication__img {
  max-width: 100px;
  max-height: 100px;
}
.review__card__quote {
  line-height: 1.625rem;
}
.review__card__signature {
  line-height: 1.5rem;
}
.review__card__image {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center center;
  float: left;
}
.review__card__social-icon {
  vertical-align: middle;
}
.review__card__social-icon.svg-icon--twitter-outline {
  fill: #00aced;
}
.module-type-videos .module__header--main {
  opacity: 1;
  transition: all 0.8s ease-in;
  transition-delay: 0.3s;
}
.video__cards-row {
  z-index: 10;
}
.video__card {
  min-height: 540px;
  position: relative;
  z-index: 10;
}
.video__card__inner {
  height: 100%;
  position: relative;
  transition: all 2s ease-in;
  overflow: hidden;
  border-radius: 5px;
}
.video__card__inner.content-card__gradient-container {
  border: 0;
}
.video__card__inner:before {
  content: url("data:image/svg+xml,%3Csvg width='53' height='62' viewBox='0 0 53 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53 31L0.499997 61.3109L0.5 0.689109L53 31Z' fill='white' fill-opacity='1'/%3E%3C/svg%3E%0A");
  position: absolute;
  z-index: 25;
  top: 20%;
  left: 50%;
  margin-left: -25px;
  opacity: 0.75;
  width: 35px;
}
@media (min-width: 992px) {
  .video__card__inner:before {
    top: 25%;
    width: 70px;
  }
}
.video__card__inner:after {
  content: "";
  background-color: #000;
  opacity: 0.25;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.video__card__image {
  background-size: cover;
  position: absolute;
  transition: 0.45s ease-in;
}
.video__card__text {
  transition: 0.45s ease-in;
  background-color: #fff;
  z-index: 25;
  border: 1px solid #e4e6e9;
  border-top: 0;
}
@media (max-width: 767.98px) {
  .video__card__text {
    height: 50%;
  }
}
.video__card:hover .video__card__image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.video__card:hover .video__card__inner:before {
  opacity: 1;
}
.video__card:hover .video__card__inner:after {
  opacity: 0.5;
}
.video__card:hover .video__card__text {
  background-color: transparent;
  color: #fff;
  border: 0;
}
.video__card--solo-card {
  align-items: center;
}
@media (min-width: 992px) {
  .video__card--solo-card {
    min-height: 360px;
  }
  .video__card--solo-card .video__card__inner:before {
    top: 50%;
    left: 25%;
    margin-top: -25px;
    margin-left: -25px;
  }
  .video__card--solo-card .video__card__text {
    border: 0;
    border-top: 1px solid #e4e6e9;
    border-right: 1px solid #e4e6e9;
    height: 100%;
  }
  .video__card--solo-card:hover .video__card__text {
    background-color: #fff;
    color: #212529;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  .video__card--solo-card .video__card__inner:after {
    width: 50%;
  }
}
.news__card {
  height: 540px;
  z-index: 10;
}
.news__card__inner {
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .news__card__inner .solo-card .news__card__text {
    background-color: #fff;
    color: #212529;
    padding-top: 64px;
    padding-bottom: 64px;
    height: 100%;
  }
}
.news__card__inner:after {
  content: "";
  background-color: #000;
  opacity: 0.25;
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
}
.news__card__image {
  background-size: cover;
  transition: 0.45s ease-in;
}
.news__card__text {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  z-index: 20;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news__card:hover .news__card__image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news__card:hover .news__card__inner:after {
  transition: 0.45s ease-in;
  opacity: 0.5;
}
.card__image--animated {
  transition: 0.45s ease-in;
}
.card__image--animated:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.module-type-signUpForm .signup-form-module {
  margin-top: 110px;
}
.module-type-signUpForm .signup-form-module__form-col {
  margin-top: -110px;
}
@media (min-width: 992px) {
  .module-type-signUpForm .signup-form-module {
    margin-top: 150px;
  }
  .module-type-signUpForm .signup-form-module__form-col {
    margin-top: -150px;
  }
}
.step-layout__container {
  position: relative;
}
.step-layout__container:before {
  content: "";
  border-left: 1px solid #e4e6e9;
  position: absolute;
  left: 50%;
  height: 100%;
  width: 1px;
}
.step-layout__card {
  position: relative;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  top: 25px;
}
.step-layout__card.js-show {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: opacity 0.5s ease-in, top 0.5s ease-in;
}
.step-layout__card__inner {
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .step-layout__card {
    margin-top: 50px;
    justify-self: center;
  }
}
.step-layout__card:before {
  top: 0;
  margin-left: -14px;
  position: absolute;
  content: "!";
  margin-top: -10px;
  color: #fff;
  background-color: #b7434a;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 8px rgba(215, 66, 66, 0.3);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .step-layout__card:before {
    top: 50%;
  }
}
@media (max-width: 767.98px) {
  .step-layout__card:before {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .step-layout__card {
    width: 50%;
  }
  .step-layout__card:nth-child(n + 2) {
    margin-top: -50px;
  }
  .step-layout__card:nth-child(odd) {
    align-self: flex-end;
    padding-left: 50px;
  }
  .step-layout__card:nth-child(odd):before {
    left: 0;
    margin-left: -14px;
    position: absolute;
    content: "!";
    margin-top: -10px;
    color: #fff;
    background-color: #b7434a;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 8px rgba(215, 66, 66, 0.3);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .step-layout__card:nth-child(odd):before {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .step-layout__card:nth-child(even) {
    padding-right: 50px;
  }
  .step-layout__card:nth-child(even):before {
    right: 0;
    margin-right: -16px;
    position: absolute;
    content: "!";
    margin-top: -10px;
    color: #fff;
    background-color: #b7434a;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 8px rgba(215, 66, 66, 0.3);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .step-layout__card:nth-child(even):before {
    top: 50%;
  }
}
.exploding-container:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
  transition: all 0.8s ease-in;
}
.exploding-container:before {
  position: absolute;
  top: 0;
  height: 125px;
}
@media (min-width: 768px) {
  .exploding-container:before {
    height: 155px;
  }
}
.exploding-container:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
  transition: all 0.8s ease-in;
}
.exploding-container:after {
  bottom: 0;
  height: 155px;
}
@media (min-width: 768px) {
  .exploding-container:after {
    height: 185px;
  }
}
.exploding-container--top-only:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
  transition: all 0.8s ease-in;
}
.exploding-container--top-only:before {
  position: absolute;
  top: 0;
  height: 125px;
}
@media (min-width: 768px) {
  .exploding-container--top-only:before {
    height: 155px;
  }
}
.exploding-container--bottom-only:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
  transition: all 0.8s ease-in;
}
.exploding-container--bottom-only:after {
  bottom: 0;
  height: 155px;
}
@media (min-width: 768px) {
  .exploding-container--bottom-only:after {
    height: 185px;
  }
}
@media (min-width: 992px) {
  .js_isOver .exploding-container:before,
  .js_isOver .exploding-container:after,
  .js_keepOpen .exploding-container:before,
  .js_keepOpen .exploding-container:after {
    transition: all 1.2s ease-out;
    transition-delay: 0.3s;
    height: 0;
  }
}
.support-table-container .infoIcon {
  font-size: 30px;
  color: #2047ce;
}
.support-table-container .checkIcon {
  font-size: 30px;
  color: #2047ce;
}
.support-table-container .background-cream {
  background: #f9f4f1;
}
.footer-registration {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .footer-registration {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.footer-registration.text-dark .form-control {
  background: #fff;
  border: 1px solid #e4e6e9;
}
.footer-registration.text-dark .hr-text:before,
.footer-registration.text-dark .hr-text:after {
  border-top: 1px solid #6c757d;
}
.footer-registration.text-dark .hr-text span {
  color: #6c757d;
}
.pagination {
  justify-content: center;
}
.pagination .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1rem;
  color: #212529;
  background-color: #fff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers:hover {
  color: #0d4687;
  text-decoration: none !important;
  background-color: #e9ecef;
  border-color: #e4e6e9;
}
.pagination .page-numbers:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
}
.pagination .page-numbers:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination .page-item {
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.pagination .page-item .page-numbers.arrowed {
  z-index: 1;
  border: 1px solid #136acd;
  color: #136acd;
  font-size: 1.2rem;
  width: 1.75em;
  height: 1.75em;
}
.pagination .page-item .page-numbers.arrowed:hover {
  background-color: #136acd;
  color: #fff;
}
.pagination .page-item .page-numbers.current {
  z-index: 1;
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.pagination .page-item .disabled.page-numbers {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e4e6e9;
}
.hubspot-form .hs-form-field {
  padding-bottom: 1.5rem;
}
.hubspot-form .hs-input {
  display: block;
  width: 100%;
  font-family: "Work Sans", Arial, sans-serif;
  padding: 0.69rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #2f414a;
  background-color: rgba(231, 239, 255, 0.9);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hubspot-form .hs-input::-webkit-input-placeholder,
.hubspot-form .hs-input::-moz-placeholder,
.hubspot-form .hs-input:-ms-input-placeholder,
.hubspot-form .hs-input:-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.hubspot-form .hs-input:focus {
  border: 1px solid #2c87fc;
}
.hubspot-form .hs-input:disabled,
.hubspot-form .hs-input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.hubspot-form .hs-input.error {
  border: 1px solid #b7434a;
}
.hubspot-form .hs-input.error:focus {
  border: 1px solid #b7434a;
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 74, 0.25);
}
.hubspot-form .hs-form-required {
  display: none;
}
.hubspot-form input[type="radio"],
.hubspot-form input[type="checkbox"] {
  position: absolute;
  padding: 0;
  margin-top: 0.2rem;
  margin-left: -2rem;
  width: 30px;
  background-color: #fff;
}
.hubspot-form .inputs-list {
  list-style: none;
}
.hubspot-form .hs-error-msgs {
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  color: #b7434a;
}
.hubspot-form .hs-error-msgs li label::before {
  content: "X ";
  color: #b7434a;
}
.hubspot-form .hs_error_rollup {
  display: none !important;
}
.hubspot-form .hs-button {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1.5px solid #136acd;
  padding: 0.69rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3rem;
  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;
  color: #fff;
  background-color: #136acd;
  cursor: pointer;
}
.hubspot-form .hs-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 106, 205, 0.25);
  outline: 0;
}
.hubspot-form--blog-newsletter .hs-button {
  display: inline-block;
  font-family: "Averta", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.69rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3rem;
  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;
  color: #212529;
  background-color: #fcb32c;
  border-color: #fcb32c;
}
@media (prefers-reduced-motion: reduce) {
  .hubspot-form--blog-newsletter .hs-button {
    transition: none;
  }
}
.hubspot-form--blog-newsletter .hs-button:hover {
  color: #212529;
  background-color: #fba506;
  border-color: #f29e03;
}
.hubspot-form--blog-newsletter .hs-button:focus,
.hubspot-form--blog-newsletter .hs-button.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 158, 44, 0.5);
}
.hubspot-form--blog-newsletter .hs-button.disabled,
.hubspot-form--blog-newsletter .hs-button:disabled {
  color: #212529;
  background-color: #fcb32c;
  border-color: #fcb32c;
}
.hubspot-form--blog-newsletter .hs-button:not(:disabled):not(.disabled):active,
.hubspot-form--blog-newsletter .hs-button:not(:disabled):not(.disabled).active,
.show > .hubspot-form--blog-newsletter .hs-button.dropdown-toggle {
  color: #212529;
  background-color: #f29e03;
  border-color: #e59603;
}
.hubspot-form--blog-newsletter
  .hs-button:not(:disabled):not(.disabled):active:focus,
.hubspot-form--blog-newsletter
  .hs-button:not(:disabled):not(.disabled).active:focus,
.show > .hubspot-form--blog-newsletter .hs-button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 158, 44, 0.5);
}
.hubspot-form--blog-newsletter .hs-error-msgs,
.hubspot-form--blog-newsletter .hs_error_rollup {
  color: white;
}
.hubspot-form--blog-newsletter__input,
.hubspot-form--blog-newsletter .hs-input {
  width: 100%;
}
@media (max-width: 575.98px) {
  .hubspot-form--blog-newsletter__input,
  .hubspot-form--blog-newsletter .hs-input {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    display: block;
    margin-bottom: 8px;
  }
}
.hubspot-form--blog-newsletter .hs-button {
  width: 100%;
}
.hubspot-form--blog-newsletter .hs-form .hs-email > label {
  display: none;
}
@media (min-width: 576px) {
  .hubspot-form--blog-newsletter .hs-form {
    display: flex;
    flex-wrap: wrap;
  }
  .hubspot-form--blog-newsletter .hs-form .hs-email {
    width: 65%;
    order: 0;
    padding-bottom: 0;
  }
  .hubspot-form--blog-newsletter .hs-form .hs-email .input {
    padding-right: 5px;
  }
  .hubspot-form--blog-newsletter .hs-form .hs-email > label {
    display: none;
  }
  .hubspot-form--blog-newsletter .hs-form .hs-submit {
    width: 35%;
    order: 1;
  }
  .hubspot-form--blog-newsletter .hs-form .hs-error-msgs,
  .hubspot-form--blog-newsletter .hs-form .hs_error_rollup {
    order: 2;
    width: 100%;
    color: white;
    padding-left: 0;
  }
  .hubspot-form--blog-newsletter__input {
    padding-right: 5px;
  }
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-input,
.blog-subscribe--card .hubspot-form--blog-newsletter .hs-input {
  background: #fff;
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-error-msgs,
.blog-subscribe .hubspot-form--blog-newsletter .hs_error_rollup,
.blog-subscribe--card .hubspot-form--blog-newsletter .hs-error-msgs,
.blog-subscribe--card .hubspot-form--blog-newsletter .hs_error_rollup {
  color: #212529;
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-form {
  display: flex;
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-form .hs-email {
  width: 75%;
  order: 0;
  padding-bottom: 0;
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-form .hs-email .input {
  padding-right: 5px;
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-form .hs-email > label {
  display: none;
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-form .hs-submit {
  width: 25%;
  order: 1;
  text-align: center;
  position: relative;
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-form .hs-submit:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 13px;
  width: 20px;
  height: 16px;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/img/icons/black-right-arrow.svg");
}
.blog-subscribe .hubspot-form--blog-newsletter .hs-button {
  position: relative;
  color: transparent;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  padding: 0;
}
.blog-subscribe--card .hubspot-form--blog-newsletter .hs-form .hs-email,
.blog-subscribe--card .hubspot-form--blog-newsletter .hs-form .hs-submit {
  width: 100%;
}
.blog-subscribe--card .hubspot-form--blog-newsletter .hs-form .hs-button {
  width: 100%;
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.blog-subscribe--card .hubspot-form--blog-newsletter .hs-form .hs-button:hover {
  color: #fff;
  background-color: #1058aa;
  border-color: #0f529e;
}
.blog-subscribe--card .hubspot-form--blog-newsletter .hs-form .hs-button:focus,
.blog-subscribe--card .hubspot-form--blog-newsletter .hs-form .hs-button.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
.blog-subscribe--card
  .hubspot-form--blog-newsletter
  .hs-form
  .hs-button.disabled,
.blog-subscribe--card
  .hubspot-form--blog-newsletter
  .hs-form
  .hs-button:disabled {
  color: #fff;
  background-color: #136acd;
  border-color: #136acd;
}
.blog-subscribe--card
  .hubspot-form--blog-newsletter
  .hs-form
  .hs-button:not(:disabled):not(.disabled):active,
.blog-subscribe--card
  .hubspot-form--blog-newsletter
  .hs-form
  .hs-button:not(:disabled):not(.disabled).active,
.show
  > .blog-subscribe--card
  .hubspot-form--blog-newsletter
  .hs-form
  .hs-button.dropdown-toggle {
  color: #fff;
  background-color: #0f529e;
  border-color: #0e4c93;
}
.blog-subscribe--card
  .hubspot-form--blog-newsletter
  .hs-form
  .hs-button:not(:disabled):not(.disabled):active:focus,
.blog-subscribe--card
  .hubspot-form--blog-newsletter
  .hs-form
  .hs-button:not(:disabled):not(.disabled).active:focus,
.show
  > .blog-subscribe--card
  .hubspot-form--blog-newsletter
  .hs-form
  .hs-button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 128, 213, 0.5);
}
@media (min-width: 576px) {
  .blog-subscribe--card .hubspot-form--blog-newsletter .hs-form .hs-email,
  .blog-subscribe--card .hubspot-form--blog-newsletter .hs-form .hs-submit {
    margin-bottom: 1rem;
  }
}
.wave-card-reg {
  position: relative;
}
.wave-card-reg h1 {
  font-size: 2.375rem;
}
.wave-card-reg h1.h1--max-width {
  max-width: 500px;
}
@media (min-width: 768px) {
  .wave-card-reg h1 {
    font-size: 3.375rem;
  }
}
.wave-card-reg--gradient-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 133, 222, 0.46);
}
.wave-card-reg--gradient-background:before,
.wave-card-reg--gradient-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wave-card-reg--gradient-background:before {
  background-image: radial-gradient(
    74.96% 83.51% at 78.32% 85.78%,
    rgba(154, 229, 252, 0.66) 5.17%,
    rgba(255, 255, 255, 0.66) 44.79%,
    rgba(230, 190, 244, 0.66) 82.56%,
    rgba(224, 244, 255, 0.66) 100%
  );
  opacity: 0.72;
}
.wave-card-reg--gradient-background:after {
  background-color: #fff;
  opacity: 0.65;
}
.wave-card-reg__topnav__container {
  z-index: 2;
}
.wave-card-reg__topnav--gradient-background {
  background-color: rgba(51, 133, 222, 0.76);
}
.wave-card-reg__topnav--gradient-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    176.09deg,
    #9ae5fc 5.1%,
    #e9abff 44.31%,
    #e6bef4 80.66%,
    #e0f4ff 98.64%
  );
  opacity: 0.46;
  z-index: 1;
}
.wave-card-reg__form {
  max-width: 350px;
}
@media (min-width: 576px) {
  .wave-card-reg__form {
    margin-left: 35px;
  }
}
.wave-card-reg .hs-form {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.875rem;
}
.wave-card-reg .hs-form .hs-form-field {
  padding-bottom: 35px;
}
.wave-card-reg .hs-form label {
  font-family: "Averta", Arial, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 2px;
}
@media (min-width: 576px) {
  .wave-card-reg .hs-form label {
    text-indent: -35px;
  }
}
.wave-card-reg .hs-form legend {
  font-family: "Averta", Arial, sans-serif;
  font-size: 0.875rem;
  font-style: italic;
}
.wave-card-reg .hs-form ul {
  list-style-type: none;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.wave-card-reg .hs-form ul li {
  display: inline-block;
}
.wave-card-reg .hs-form ul li label {
  font-size: 0.875rem;
}
.wave-card-reg .hs-form .hs_email {
  display: flex;
  flex-direction: column;
}
.wave-card-reg .hs-form .hs_email .hs-input {
  border: 0;
  border-bottom: 1.5px solid #7fb2ff;
  font-family: "Averta", Arial, sans-serif;
  font-size: 1.125rem;
  width: 100%;
}
.wave-card-reg .hs-form .hs_email .hs-input:placeholder {
  color: #b2c2cd;
}
.wave-card-reg .hs-form .hs_email .hs-input:focus {
  outline: none;
}
.wave-card-reg .hs-form .hs_email .input {
  order: 1;
  margin-top: 20px;
}
.wave-card-reg .hs-form .hs_email .hs-error-msgs {
  order: 2;
}
.wave-card-reg .hs-form .hs_email .hs-error-msgs label {
  padding-top: 2px;
}
.wave-card-reg .hs-form .hs_email legend {
  order: 3;
  padding-top: 10px;
}
.wave-card-reg .hs-form .hs-form-radio {
  width: 45%;
}
.wave-card-reg .hs-form .hs-form-radio .hs-form-radio-display {
  background-color: #ebf1fe;
  border: 1px solid #7fb2ff;
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 35px;
  display: flex;
  align-items: center;
  padding: 3px;
  width: 100%;
  text-indent: 0;
}
.wave-card-reg .hs-form .hs-form-radio .hs-form-radio-display:hover {
  cursor: pointer;
  opacity: 0.8;
}
.wave-card-reg .hs-form .hs_business_structure ul,
.wave-card-reg .hs-form .hs_mobile_device ul {
  display: block;
}
.wave-card-reg .hs-form .hs_business_structure ul li,
.wave-card-reg .hs-form .hs_mobile_device ul li {
  padding-bottom: 3px;
}
.wave-card-reg .hs-form .hs_business_structure ul li.hs-form-radio,
.wave-card-reg .hs-form .hs_mobile_device ul li.hs-form-radio {
  width: 100%;
}
.wave-card-reg .hs-form .hs_business_structure legend {
  font-style: normal;
}
.wave-card-reg .hs-form .hs-error-msgs {
  color: #b7434a;
  padding-top: 0;
}
.wave-card-reg .hs-form .hs-error-msgs label {
  text-indent: 0;
}
.wave-card-reg .hs-form .hs_error_rollup .hs-error-msgs {
  padding-bottom: 20px;
}
.wave-card-reg .hs-form .hs_submit .actions {
  text-align: center;
}
.wave-card-reg .hs-form .hs_submit .actions input {
  background-color: #e2c4ed;
  border: 0;
  font-size: 1.125rem;
  padding: 7px 50px;
  border-radius: 50px;
  font-family: "Averta", Arial, sans-serif;
}
.wave-card-reg .hs-form .hs_submit .actions input:hover {
  opacity: 0.8;
}
.wave-card-reg .hs-form ul.inputs-list.multi-container li.hs-form-radio label {
  position: relative;
}
.wave-card-reg
  .hs-form
  ul.inputs-list.multi-container
  li.hs-form-radio
  label
  span {
  display: inline-block;
  margin-left: 40px;
  margin-right: 16px;
}
.wave-card-reg
  .hs-form
  ul.inputs-list.multi-container
  li.hs-form-radio
  label
  input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.wave-card-reg
  .hs-form
  ul.inputs-list.multi-container
  li.hs-form-radio
  label
  span::before {
  border: 1px solid #7fb2ff;
  background: rgba(255, 255, 255, 0.75);
  content: "";
  height: 24px;
  left: 5px;
  position: absolute;
  top: 50%;
  width: 24px;
  border-radius: 50%;
  margin-top: -12px;
}
.wave-card-reg
  .hs-form
  ul.inputs-list.multi-container
  li.hs-form-radio
  label
  span::after {
  content: "";
  opacity: 0;
  border: 7px solid #e2c4ed;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  transition: opacity 0.2s ease-in-out;
}
.wave-card-reg
  .hs-form
  ul.inputs-list.multi-container
  li.hs-form-radio
  label
  input:checked
  + span::after {
  opacity: 1;
}
.wave-card-reg
  .hs-form
  ul.inputs-list.multi-container
  li.hs-form-radio
  label
  input:focus
  + span::after {
  box-shadow: 0 0 0 3px #e2c4ed;
  outline: 3px solid transparent;
}
.wave-card-reg__footer {
  background: #e6f1ff;
}
.oneWave__product-grid {
  background-image: url("../img/textures/oneWave_grid_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 45px;
}
@media (max-width: 991.98px) {
  .oneWave__product-grid {
    background-image: none;
  }
}
.product-type-badge {
  width: 160px;
  height: 160px;
  background-color: #fff;
  box-shadow: 5px 5px 40px #f1f0f0;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .product-type-badge {
    margin-top: 40px;
  }
}
@media (min-width: 576px) {
  .product-type-badge {
    width: 200px;
    height: 200px;
  }
}
.product-type-badge h5 {
  font-weight: 600;
}
.product-type-badge__icon {
  flex: 0;
  flex-basis: auto;
}
.waveAdvisors__services {
  position: relative;
}
.waveAdvisors__services__card {
  background-color: #fff;
  box-shadow: 5px 5px 40px #f1f0f0;
  position: relative;
  z-index: 1;
}
.waveAdvisors__services:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f8b23d;
  border-radius: 100%;
  z-index: 0;
  top: -15px;
  right: 30px;
}
.waveAdvisors__services:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #02d7de;
  border-radius: 100%;
  z-index: 0;
  bottom: -30px;
  left: 30%;
}
.waveAdvisors__services .embellishment--texture-plus-dollar {
  background-image: url("../img/culture-manifesto/ellipse-small.svg");
  background-size: contain;
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  left: -50px;
  bottom: -50px;
  z-index: 0;
}
.waveAdvisors__services .embellishment--gradient-bar {
  position: absolute;
  left: -50px;
  top: 20px;
  background-image: linear-gradient(-132deg, #02d7de 0%, #2575db 100%);
}
.job {
  border-bottom: 1px solid #271740;
}
.address {
  position: relative;
  min-height: 350px;
}
.address__map-container,
.address__gradient {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.address__map-container {
  z-index: 0;
}
.address__map {
  min-height: 100%;
}
.address__gradient {
  z-index: 1;
  opacity: 0.7;
}
.address__address-container {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes WaveFade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes WaveFade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.about-biz {
  width: 98%;
  margin: 0 auto;
  position: relative;
  -webkit-animation: WaveFade 5s ease infinite;
  animation: WaveFade 5s ease infinite;
  background: linear-gradient(270deg, #2c87fc, #5e3791);
  background-size: 400% 400%;
  overflow: hidden;
}
.about-biz__content {
  position: relative;
  z-index: 1;
}
.about-biz__content__links:after {
  content: "";
  display: block;
  height: 1rem;
}
@media (max-width: 767.98px) {
  .about-biz__content__links {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .about-biz__content__links span {
    position: relative;
  }
  .about-biz__content__links span:before {
    content: "";
    left: -2.5%;
    width: 105%;
    bottom: 10%;
    z-index: -1;
    position: absolute;
    height: 10px;
    background-color: #136acd;
    transition: background-color 0.3s ease-in;
  }
}
.about-biz__content__links:first-of-type {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.about-biz__content__links:nth-of-type(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.about-biz__content__links:nth-of-type(3) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.about-biz__content__links:nth-of-type(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.about-biz__content__links:nth-of-type(5) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.about-biz__content__links:nth-of-type(6) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.about-biz__content__links:hover,
.about-biz__content__links:focus,
.about-biz__content__links:active {
  color: white;
  text-decoration: none !important;
}
.about-biz__content__links:hover span,
.about-biz__content__links:focus span,
.about-biz__content__links:active span {
  position: relative;
}
.about-biz__content__links:hover span:before,
.about-biz__content__links:focus span:before,
.about-biz__content__links:active span:before {
  background-color: #fcb32c;
}
@media (min-width: 768px) {
  .slick-slider--testimonial.slick-initialized .slick-track {
    display: flex;
    align-items: center;
  }
}
.slick-slider__nav {
  font-weight: 400;
  color: #6c757d;
}
.slick-slider__nav__link {
  border: 2px solid #136acd;
  border-radius: 100%;
  cursor: pointer;
  width: 38px;
  height: 38px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  transition: background 0.3s ease-in;
}
.slick-slider__nav__link .svg-icon {
  fill: #136acd;
  transition: fill 0.3s ease-in;
}
.slick-slider__nav__link:hover {
  background: #136acd;
}
.slick-slider__nav__link:hover .svg-icon {
  fill: white;
}
.slick-slider__card {
  width: 250px;
}
@media (min-width: 768px) {
  .slick-slider__card {
    position: relative;
  }
  .slick-slider__card:not(:last-of-type) {
    border-top: 1px solid #ced4da;
  }
  .slick-slider__card:before,
  .slick-slider__card:after {
    content: "";
    position: absolute;
    background: #5e3791;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    overflow: hidden;
    top: -5px;
    left: 0;
    z-index: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in;
  }
  .slick-slider__card:after {
    background: white;
    z-index: 0;
  }
  .slick-slider__card.slick-active:before {
    width: 16px;
    height: 16px;
    top: -8px;
  }
  .slick-slider__card.slick-active:after {
    width: 24px;
    height: 24px;
    top: -12px;
    left: -4px;
  }
}
.image-tree__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
  display: inline-block;
}
.image-tree__image {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .image-tree__image--1 {
    width: 100%;
    height: 460px;
  }
  .image-tree__image--2 {
    width: 100%;
    height: 250px;
  }
  .image-tree__image--3 {
    width: 75%;
    height: 230px;
  }
  .image-tree__image--4 {
    width: 255px;
    height: 255px;
    position: relative;
  }
  .image-tree__image--4:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    width: 100px;
    height: 8px;
    z-index: 2;
    background: #fcb32c;
    right: -75px;
    bottom: 25%;
  }
  .image-tree__image--5 {
    width: 255px;
    height: 255px;
    position: relative;
    z-index: 1;
  }
  .image-tree__image--5:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 225px;
    z-index: 2;
    background: linear-gradient(-135deg, #6ebfff 0%, #2c87fc 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
  }
  .image-tree__image--0 {
    width: 100%;
    height: 290px;
  }
}
.pricing-simple__heading-bold {
  font-family: "Averta", Arial, sans-serif;
  font-weight: 700;
}
.pricing-simple__header-badge {
  width: 150px;
  font-family: "Averta", Arial, sans-serif;
  font-weight: 700;
}
.pricing-simple__price-wrapper {
  position: relative;
}
.pricing-simple__price {
  font-size: 3rem;
  position: relative;
  display: inline-block;
  font-family: "Averta", Arial, sans-serif;
  font-weight: 700;
}
.pricing-simple__price--medium {
  font-size: 2rem;
}
.pricing-simple__price--small {
  font-size: 1.5rem;
}
.js-logo-upload {
  background: rgba(231, 239, 255, 0.6);
}
.js-item__total,
.js-invoice__total {
  pointer-events: none;
  background: #e4e6e9;
}
.js-item {
  position: relative;
}
.js-item__remove {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 4c0-1.496 1.397-3 3-3h4c1.603 0 3 1.504 3 3h2a1 1 0 0 1 0 2v10.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 16.5V6a1 1 0 1 1 0-2h2zm2 0h6c0-.423-.536-1-1-1H8c-.464 0-1 .577-1 1zM5 6v10.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V6H5zm2 3a1 1 0 1 1 2 0v5a1 1 0 0 1-2 0V9zm4 0a1 1 0 1 1 2 0v4.8a1 1 0 0 1-2 0V9z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.js-item__drag {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" id="drag" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><path d="M7 3h2v2H7V3zm0 4h2v2H7V7zm4-4h2v2h-2V3zm0 4h2v2h-2V7zm-4 4h2v2H7v-2zm4 0h2v2h-2v-2zm-4 4h2v2H7v-2zm4 0h2v2h-2v-2z"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.js-item:first-of-type .js-item__remove {
  display: none;
}
.pdf-gen--complete,
.invoice-gen--complete,
.payroll-calc--complete {
  display: none;
}
.pdf-gen--complete__action .lds-ellipsis,
.invoice-gen--complete__action .lds-ellipsis,
.payroll-calc--complete__action .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 38px;
}
.pdf-gen--complete__action .lds-ellipsis div,
.invoice-gen--complete__action .lds-ellipsis div,
.payroll-calc--complete__action .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2c87fc;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.pdf-gen--complete__action .lds-ellipsis div:nth-child(1),
.invoice-gen--complete__action .lds-ellipsis div:nth-child(1),
.payroll-calc--complete__action .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.pdf-gen--complete__action .lds-ellipsis div:nth-child(2),
.invoice-gen--complete__action .lds-ellipsis div:nth-child(2),
.payroll-calc--complete__action .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.pdf-gen--complete__action .lds-ellipsis div:nth-child(3),
.invoice-gen--complete__action .lds-ellipsis div:nth-child(3),
.payroll-calc--complete__action .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.pdf-gen--complete__action .lds-ellipsis div:nth-child(4),
.invoice-gen--complete__action .lds-ellipsis div:nth-child(4),
.payroll-calc--complete__action .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
.pdf-gen--complete__action .action-ready,
.pdf-gen--complete__action .action-in-progress,
.pdf-gen--complete__action .action-error,
.invoice-gen--complete__action .action-ready,
.invoice-gen--complete__action .action-in-progress,
.invoice-gen--complete__action .action-error,
.payroll-calc--complete__action .action-ready,
.payroll-calc--complete__action .action-in-progress,
.payroll-calc--complete__action .action-error {
  display: none;
}
.pdf-gen--complete__action.in-progress .action-in-progress,
.invoice-gen--complete__action.in-progress .action-in-progress,
.payroll-calc--complete__action.in-progress .action-in-progress {
  display: block;
}
.pdf-gen--complete__action.ready .action-ready,
.invoice-gen--complete__action.ready .action-ready,
.payroll-calc--complete__action.ready .action-ready {
  display: block;
}
.pdf-gen--complete__action.error .action-error,
.invoice-gen--complete__action.error .action-error,
.payroll-calc--complete__action.error .action-error {
  display: block;
}
.js-tools-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.js-tools-dots ul li {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in;
}
.js-tools-dots ul li button {
  color: #e9ecef;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border: 2px solid #e9ecef;
  border-radius: 100%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  transition: all 0.3s ease-in;
  background: white;
}
.js-tools-dots ul li:not(:last-of-type) button {
  margin-right: 1.5rem;
}
.js-tools-dots ul li:not(:last-of-type):after {
  content: "";
  border-top: 2px solid #e9ecef;
  position: absolute;
  width: 1.25rem;
  right: 2px;
  height: 2px;
  top: 50%;
}
.js-tools-dots ul li.slick-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.js-tools-dots ul li.slick-active button {
  border-color: #6ebfff;
  color: #6ebfff;
}
.js-tools-dots ul li.seen:not(.slick-active) button {
  background: #58c25b;
  color: transparent;
}
.js-tools-dots ul li.seen:not(.slick-active) button:before {
  content: "\2713 ";
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  left: 0;
  color: #fff;
}
.scrollshow-slide__content,
.scrollshow-slide--version-1 .scrollshow-slide__second-image,
.scrollshow-slide--version-4 .scrollshow-slide__second-image {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.scrollshow {
  padding: 0 1rem;
  position: relative;
}
.scrollshow__hero {
  min-height: 175px;
}
@media (min-width: 992px) {
  .scrollshow__hero {
    min-height: 300px;
  }
}
.scrollshow__hero__text {
  position: absolute;
  top: 0;
  z-index: 100;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .scrollshow__hero__text {
    position: relative;
  }
}
.scrollshow__hero__eyebrow {
  font-family: "Averta", Arial, sans-serif;
}
.scrollshow__hero__description {
  font-size: 1.125rem;
}
.scrollshow__hero__animation {
  z-index: 50;
}
.scrollshow__hero__animation video {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .scrollshow__hero__animation {
    display: none;
  }
}
.scrollshow-slide {
  position: relative;
  overflow: visible;
}
.scrollshow-slide__container {
  height: 96vh;
  width: 100%;
  margin: 2vh auto 0vh auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.scrollshow-slide__image-container,
.scrollshow-slide__image,
.scrollshow-slide__second-image,
.scrollshow-slide__overlay,
.scrollshow-slide__bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scrollshow-slide__image,
.scrollshow-slide__second-image {
  background-size: cover;
  background-position: center;
}
.scrollshow-slide__image-container {
  overflow: hidden;
}
.scrollshow-slide__image {
  z-index: 0;
}
.scrollshow-slide__second-image {
  z-index: 1;
}
.scrollshow-slide__overlay,
.scrollshow-slide__bottom-overlay {
  background: white;
  z-index: 2;
}
.scrollshow-slide__bottom-overlay {
  height: 0;
  top: auto;
  bottom: -400px;
  height: 400px;
}
.scrollshow-slide__content {
  position: relative;
  z-index: 1;
  align-self: center;
}
.ready .scrollshow-slide__content {
  opacity: 1;
}
.scrollshow-slide__eyebrow,
.scrollshow-slide__headline,
.scrollshow-slide__description {
  overflow-y: hidden;
  position: relative;
  max-height: 0;
  transition-property: max-height, opacity;
  transition-duration: 0.3s;
}
.scrollshow-slide__eyebrow {
  color: #fcb32c;
}
.scrollshow-slide__headline {
  transition-delay: 0.3s;
}
.scrollshow-slide__description {
  transition-delay: 0.4s;
}
.scrollshow-slide--version-1 .scrollshow-slide__container {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.scrollshow-slide--version-1 .scrollshow-slide__overlay {
  height: 0;
  top: auto;
  bottom: 0;
}
.scrollshow-slide--version-1.ready .scrollshow-slide__second-image,
.scrollshow-slide--version-4.ready .scrollshow-slide__second-image {
  opacity: 1;
}
.scrollshow-slide--version-2 .scrollshow-slide__second-image {
  display: none;
}
.scrollshow-slide--version-2 .scrollshow-slide__overlay {
  background-color: white;
  height: 0;
  top: 0;
}
.scrollshow-slide--version-1 .scrollshow-slide__headline,
.scrollshow-slide--version-1 .scrollshow-slide__description,
.scrollshow-slide--version-2 .scrollshow-slide__headline,
.scrollshow-slide--version-2 .scrollshow-slide__description,
.scrollshow-slide--version-4 .scrollshow-slide__headline,
.scrollshow-slide--version-4 .scrollshow-slide__description {
  color: white;
}
.scrollshow-slide--version-3 .scrollshow-slide__bottom-overlay,
.scrollshow-slide--version-3 .scrollshow-slide__image,
.scrollshow-slide--version-3 .scrollshow-slide__second-image {
  display: none;
}
.scrollshow-slide--version-3 .scrollshow-slide__eyebrow,
.scrollshow-slide--version-3 .scrollshow-slide__headline,
.scrollshow-slide--version-3 .scrollshow-slide__description {
  transition-delay: 0.5s;
}
.scrollshow-slide--version-3 .embellishment--gradient-bar,
.scrollshow-slide--version-3 .embellishment--ball,
.scrollshow-slide--version-3 .embellishment--texture-plus-dollar {
  position: absolute;
  opacity: 0;
}
.scrollshow-slide--version-3 .embellishment--gradient-bar,
.scrollshow-slide--version-3 .embellishment--ball {
  background-image: linear-gradient(-132deg, #02d7de 0%, #2575db 100%);
}
.scrollshow-slide--version-3 .embellishment--gradient-bar {
  right: 0;
  top: 0;
  width: 10px;
  transition: width 0.6s ease-in, opacity 0.6s ease-in;
}
.scrollshow-slide--version-3 .embellishment--ball {
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transition: width 0.6s ease-in, height 0.6s ease-in, opacity 0.6s ease-in;
}
.scrollshow-slide--version-3 .embellishment--texture-plus-dollar {
  right: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  overflow: hidden;
  background-image: url(/assets/img/textures/texture-plus-dollar.svg);
  background-size: 15%;
  transition-delay: 0.6s;
}
.scrollshow-slide--version-3 .embellishment--circular-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  transition-delay: 0.7s;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -160px;
}
.scrollshow-slide--version-3 .embellishment--circular-wrapper .circular {
  width: 160px;
  height: 160px;
}
.scrollshow-slide--version-3 .embellishment--circular-wrapper:nth-of-type(2) {
  left: auto;
  right: -128px;
  transition-delay: 0.8s;
}
.scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(2)
  .circular {
  width: 128px;
  height: 128px;
}
.scrollshow-slide--version-3 .embellishment--circular-wrapper:nth-of-type(3) {
  top: auto;
  bottom: -96px;
  transition-delay: 0.9s;
  left: 0;
}
.scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(3)
  .circular {
  width: 96px;
  height: 96px;
}
.scrollshow-slide--version-3 .embellishment--circular-wrapper:nth-of-type(4) {
  left: auto;
  top: auto;
  right: -96px;
  bottom: 0;
  transition-delay: 1s;
}
.scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(4)
  .circular {
  width: 96px;
  height: 96px;
}
.scrollshow-slide--version-3 .embellishment--circular-wrapper:nth-of-type(5) {
  left: 50%;
  top: -128px;
  transition-delay: 1.1s;
}
.scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(5)
  .circular {
  width: 112px;
  height: 112px;
}
.scrollshow-slide--version-3.ready .embellishment--gradient-bar,
.scrollshow-slide--version-3.ready .embellishment--ball,
.scrollshow-slide--version-3.ready .embellishment--circular-wrapper {
  opacity: 1;
}
.scrollshow-slide--version-3.ready .embellishment--texture-plus-dollar {
  opacity: 0.5;
}
.scrollshow-slide--version-3.ready .embellishment--gradient-bar {
  width: 100px;
}
.scrollshow-slide--version-3.ready .embellishment--ball {
  width: 14px;
  height: 14px;
}
.scrollshow-slide--version-4 .scrollshow-slide__overlay {
  background-color: white;
  height: 0;
}
.scrollshow-slide:last-of-type .scrollshow-slide__bottom-overlay {
  display: none;
}
.scrollshow.mobile {
  padding: 0;
}
.scrollshow.mobile .scrollshow-slide {
  min-height: auto;
  position: relative;
}
.scrollshow.mobile .scrollshow-slide__container {
  height: auto;
}
.scrollshow.mobile .scrollshow-slide__bottom-overlay {
  display: none;
}
.scrollshow.mobile .scrollshow-slide__image-container,
.scrollshow.mobile .scrollshow-slide__image,
.scrollshow.mobile .scrollshow-slide__second-image {
  position: relative;
  width: 100%;
  height: 240px;
}
.scrollshow.mobile .scrollshow-slide__content {
  opacity: 1;
}
.scrollshow.mobile .scrollshow-slide__eyebrow,
.scrollshow.mobile .scrollshow-slide__headline,
.scrollshow.mobile .scrollshow-slide__description {
  max-height: none !important;
  color: #212529;
}
.scrollshow.mobile .scrollshow-slide--version-1 .scrollshow-slide__container,
.scrollshow.mobile .scrollshow-slide--version-4 .scrollshow-slide__container {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.scrollshow.mobile .scrollshow-slide--version-1 .scrollshow-slide__image,
.scrollshow.mobile .scrollshow-slide--version-4 .scrollshow-slide__image {
  display: none;
}
.scrollshow.mobile .scrollshow-slide--version-1 .scrollshow-slide__second-image,
.scrollshow.mobile
  .scrollshow-slide--version-4
  .scrollshow-slide__second-image {
  opacity: 1;
}
.scrollshow.mobile .scrollshow-slide--version-2 .scrollshow-slide__overlay,
.scrollshow.mobile .scrollshow-slide--version-4 .scrollshow-slide__overlay {
  height: 0 !important;
}
.scrollshow.mobile .scrollshow-slide--version-3 {
  padding: 0 1rem;
}
.scrollshow.mobile .scrollshow-slide--version-3 .embellishment--gradient-bar {
  width: 100px;
  opacity: 1;
  top: -200px;
  right: 100px;
}
.scrollshow.mobile .scrollshow-slide--version-3 .embellishment--ball {
  width: 14px;
  height: 14px;
  opacity: 1;
  top: 0;
  left: 100px;
}
.scrollshow.mobile
  .scrollshow-slide--version-3
  .embellishment--texture-plus-dollar {
  display: none;
}
.scrollshow.mobile
  .scrollshow-slide--version-3
  .embellishment--circular-wrapper {
  max-height: none;
  opacity: 1;
}
.scrollshow.mobile
  .scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(1) {
  top: -250px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.scrollshow.mobile
  .scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(2) {
  right: auto;
  top: auto;
  bottom: 350px;
  left: 25%;
}
.scrollshow.mobile
  .scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(3) {
  left: 60%;
  bottom: auto;
  right: auto;
  top: -100px;
}
.scrollshow.mobile
  .scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(4),
.scrollshow.mobile
  .scrollshow-slide--version-3
  .embellishment--circular-wrapper:nth-of-type(5) {
  display: none;
}
.ownr__gradient {
  background: linear-gradient(175.11deg, #ff5c17 15.34%, #ff0470 110.92%);
}
.wave-card .bg-light {
  background-color: #dfe6f1 !important;
}
.wave-card__hero:before {
  display: none;
}
@media (min-width: 992px) {
  .wave-card__hero__image {
    margin-bottom: -100px;
  }
}
.wave-card__instruction-subnav {
  margin-top: -100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .wave-card__instruction__inner {
    position: relative;
    padding-bottom: 1px;
  }
  .wave-card__instruction__inner:after {
    content: "";
    border-bottom: 1px solid #d8dcde;
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 100%;
  }
}
.culture-manifesto .module__circular-bg--grey,
.culture-manifesto .module__circular-bg--blue {
  position: relative;
  overflow: hidden;
}
.culture-manifesto .module__circular-bg--grey:before,
.culture-manifesto .module__circular-bg--blue:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1250px;
  top: 0;
  width: 2600px;
  height: 1500px;
  border-radius: 100%;
}
.culture-manifesto--plus-dollar-bg--right,
.culture-manifesto--plus-dollar-bg--right-center,
.culture-manifesto--plus-dollar-bg--top-right,
.culture-manifesto--plus-dollar-bg--bottom-right {
  position: relative;
}
.culture-manifesto--plus-dollar-bg--right .container,
.culture-manifesto--plus-dollar-bg--right-center .container,
.culture-manifesto--plus-dollar-bg--top-right .container,
.culture-manifesto--plus-dollar-bg--bottom-right .container {
  position: relative;
  z-index: 1;
}
.culture-manifesto--plus-dollar-bg--right:after,
.culture-manifesto--plus-dollar-bg--right-center:after,
.culture-manifesto--plus-dollar-bg--top-right:after,
.culture-manifesto--plus-dollar-bg--bottom-right:after {
  content: "";
  position: absolute;
  background-image: url("../img/culture-manifesto/ellipse-large.svg");
  background-size: cover;
  width: 2000px;
  height: 2000px;
}
.culture-manifesto {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .culture-manifesto h1,
  .culture-manifesto .h1,
  .culture-manifesto .about-biz__content__links {
    font-size: 3.5rem;
  }
  .culture-manifesto h2,
  .culture-manifesto .h2 {
    font-size: 2.25rem;
  }
}
.culture-manifesto .embellishment--texture-plus-dollar {
  background-image: url("../img/culture-manifesto/ellipse-small.svg");
  background-size: cover;
}
.culture-manifesto--plus-dollar-bg--right:after {
  right: -1000px;
  top: -1000px;
}
.culture-manifesto--plus-dollar-bg--right-center {
  overflow: hidden;
}
.culture-manifesto--plus-dollar-bg--right-center:after {
  right: -1000px;
  top: -75vh;
}
.culture-manifesto--plus-dollar-bg--top-right {
  overflow: hidden;
}
.culture-manifesto--plus-dollar-bg--top-right:after {
  right: -1600px;
  top: -1200px;
}
.culture-manifesto--plus-dollar-bg--bottom-right {
  overflow: hidden;
}
.culture-manifesto--plus-dollar-bg--bottom-right:after {
  right: -1000px;
  bottom: -1500px;
}
.culture-manifesto__arrow {
  border: 2px solid #136acd;
  border-radius: 100%;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.culture-manifesto__arrow > svg {
  margin-top: 0 !important;
  fill: #136acd;
}
.culture-manifesto .module {
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: 500px;
  z-index: 1;
  position: relative;
}
.culture-manifesto .module__circular-bg--grey {
  margin-top: -15rem;
  z-index: 0;
}
.culture-manifesto .module__circular-bg--grey:before {
  background-color: #e9ecef;
}
.culture-manifesto .module__circular-bg--blue:before {
  background-color: #e7efff;
}
@media (min-width: 768px) {
  .culture-manifesto .module__circular-bg--blue:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -234px;
    width: 475px;
    height: 475px;
    border: 40px solid #bbdef1;
    border-radius: 100%;
    z-index: 0;
  }
}
.culture-manifesto
  .module__circular-bg--blue
  .embellishment--texture-plus-dollar {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 5%;
  left: 10%;
}
.culture-manifesto .module__circular-bg--blue .embellishment--gradient-bar {
  left: 5%;
  position: absolute;
  bottom: 5%;
}
.culture-manifesto__scrolling-images {
  position: relative;
  margin-bottom: 400px;
}
.culture-manifesto__scrolling-image {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -225px;
  padding: 0 30px;
}
.culture-manifesto__scrolling-image--first {
  box-shadow: #adb5bd 0px 6px 20px;
  display: inline-block;
}
.culture-manifesto .scrollshow {
  padding: 0;
  margin-top: 0;
}
.culture-manifesto .js-boop {
  opacity: 0;
}
.culture-manifesto .js-boop.bounceIn {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.culture-manifesto__ticker {
  width: 100%;
  height: 100vh;
  position: relative;
}
.culture-manifesto__ticker__content {
  position: relative;
  z-index: 1;
}
.culture-manifesto__ticker__bg {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 96vh;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.culture-manifesto__hero--how {
  position: relative;
}
.culture-manifesto__hero--how .embellishment--texture-plus-dollar {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 5%;
  right: -30%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  z-index: 0;
}
@media (min-width: 768px) {
  .culture-manifesto__hero--how .embellishment--texture-plus-dollar {
    right: 10%;
  }
}
.culture-manifesto__hero--who {
  position: relative;
  height: 560px;
}
.culture-manifesto__hero--who__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.culture-manifesto__entrepreneurial {
  background-color: #fff;
}
.culture-manifesto__we-are-wavers__content {
  position: relative;
  z-index: 1;
}
.culture-manifesto__effective-team {
  position: relative;
  padding-top: 160px;
}
.culture-manifesto__effective-team__images {
  height: 400px;
}
.culture-manifesto__effective-team__overlay-image {
  width: 80%;
  top: 40px;
  right: -20%;
  z-index: 1;
  float: right;
  position: relative;
}
.culture-manifesto__effective-team__bg-image {
  background-size: cover;
  background-position: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  overflow: hidden;
}
.culture-manifesto__effective-team__bg-image:after {
  content: "";
  position: absolute;
  right: 60px;
  top: 60px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 500px #fff;
}
@media (min-width: 576px) {
  .culture-manifesto__effective-team__images {
    height: 500px;
  }
  .culture-manifesto__effective-team__bg-image {
    width: 500px;
    height: 500px;
  }
  .culture-manifesto__effective-team__overlay-image {
    top: 100px;
    right: 50px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .culture-manifesto__effective-team {
    padding-bottom: 10rem;
  }
  .culture-manifesto__effective-team__bg-image {
    width: 55%;
    height: 100%;
    bottom: auto;
    top: 0;
  }
  .culture-manifesto__effective-team__bg-image:after {
    width: 1000px;
    height: 1000px;
  }
  .culture-manifesto__effective-team__overlay-image {
    width: 100%;
    right: 100px;
  }
}
.bio__hero {
  min-height: 340px;
}
.bio__hero__social__list {
  list-style: none;
}
.bio__hero__social__link {
  padding: 6px 9px;
  border: 1px solid #fff;
  fill: #fff;
}
.bio__hero__social__link:hover {
  background: rgba(255, 255, 255, 0.3);
}
.bio__hero__social__link__svg {
  width: 14px;
  height: 16px;
}
.bio__image-col {
  margin-top: -165px;
}
@media (min-width: 768px) {
  .bio__image-col {
    margin-top: -370px;
  }
}
.bio__award-image {
  max-width: 75px;
}
@media (min-width: 992px) {
  .bio__award-image {
    max-width: 130px;
  }
}
progress {
  position: fixed;
  max-width: 1600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #2c87fc;
}
@media (min-width: 992px) {
  progress {
    top: 57px;
  }
}
progress::-webkit-progress-bar {
  background-color: transparent;
}
.flat::-webkit-progress-value {
  background-color: #2c87fc;
}
.flat::-moz-progress-bar {
  background-color: #2c87fc;
}
.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 7px;
  display: block;
}
.progress-bar {
  background-color: #2c87fc;
  width: 50%;
  display: block;
  height: inherit;
}
img.wm-logo-big {
  margin-top: 5px;
  width: 145px;
}
img.wm-logo-small {
  margin-top: 5px;
  width: 54px;
}
.wm-hero {
  margin-top: -6rem;
  background-color: #3385de;
  background-image: url(/assets/wave-money/img/wm-hero-mobile-bg.png),
    linear-gradient(
      147.96deg,
      rgba(154, 229, 252, 0.66) 0%,
      rgba(233, 171, 255, 0.66) 43.23%,
      rgba(230, 190, 244, 0.66) 71.77%,
      rgba(224, 244, 255, 0.66) 100%
    );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  height: 100%;
  overflow-x: hidden;
}
.wm-hero .h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .wm-hero {
    background-image: url(/assets/wave-money/img/new_hero_pattern_bg.png),
      linear-gradient(
        147.96deg,
        rgba(154, 229, 252, 0.66) 0%,
        rgba(233, 171, 255, 0.66) 43.23%,
        rgba(230, 190, 244, 0.66) 71.77%,
        rgba(224, 244, 255, 0.66) 100%
      );
  }
  .wm-hero .h2 {
    font-size: 2rem;
  }
}
.gradient-dark-wm {
  background-color: #3385de;
  background-image: linear-gradient(
    147.96deg,
    rgba(154, 229, 252, 0.66) 0%,
    rgba(233, 171, 255, 0.66) 43.23%,
    rgba(230, 190, 244, 0.66) 71.77%,
    rgba(224, 244, 255, 0.66) 100%
  );
}
.hero--title-text {
  text-align: center;
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 3rem;
}
@media (min-width: 576px) {
  .hero--title-text {
    font-size: 2.375rem;
    line-height: 3rem;
  }
}
@media (min-width: 768px) {
  .hero--title-text {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.signup-cta {
  background: linear-gradient(
    135.45deg,
    #9ae5fc 0%,
    #e9abff 41.41%,
    #e6bef4 78.34%,
    #e0f4ff 95.8%
  );
  border: 4px solid #000000;
  box-sizing: border-box;
}
.wmtable-features > table > tbody > tr > td {
  border-bottom: solid;
  border-top: none;
  border-width: thin;
}
.wmtable-features > table > tbody > tr:first-child > td {
  border-width: medium;
}
.wmtable-features > table > tbody > tr:last-child > td {
  border-bottom: none;
}
.wmtable-features {
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-image: linear-gradient(
    131.75deg,
    #9ae5fc -1.34%,
    #abc8ff 24.93%,
    #b4bef0 69.44%,
    #b1d2f0 99.7%
  );
}
.wmtable-features td {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 17px;
  padding-bottom: 16px;
}
a.remove-decorations {
  text-decoration: none;
}
.gradient-page-wm {
  background: linear-gradient(
    133.59deg,
    #e7f7ff 8.99%,
    #f3edfc 37.26%,
    #f4e9fc 63.44%,
    #e7f7ff 94.99%
  );
}
.wm-reserve--hover {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.wm-reserve--hover:before {
  content: "";
  background-image: url(/assets/wave-money/img/wave-money-confetti.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0.6;
  pointer-events: none;
}
.wm-reserve--hover:hover:before {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1;
}
.wm-reserve--hover:hover .wm-reserve--card {
  box-shadow: 11.0721px 11.0721px 33.2163px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.wm-reserve--input-wrap {
  position: absolute;
  display: block;
  left: 36px;
  bottom: 17px;
  overflow: visible;
}
.wm-reserve--input-wrap::before {
  content: "";
  left: -16px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  -webkit-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.wm-reserve--input-wrap input[type="text"] {
  display: block;
  border: none;
  font-size: 29px;
  color: #fff;
  background: none;
}
.wm-reserve--input-wrap input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.wm-reserve--input-wrap input[type="text"]::-ms-input-placeholder {
  color: #fff;
}
.wm-reserve--input-wrap input[type="text"]::placeholder {
  color: #fff;
}
.wm-reserve--input-wrap.input-focused::before {
  display: none;
}
.wm-reserve--card {
  display: block;
  position: relative;
  margin: 32px auto 59px;
  width: 500px;
  height: 328px;
  border: 1px solid green;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url(/assets/wave-money/img/blank-card.jpg);
  border: 4px solid #000;
  border-radius: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 992px) {
  .wm-reserve--input-wrap {
    left: 28px;
    bottom: 14px;
  }
  .wm-reserve--input-wrap::before {
    width: 1px;
    left: -10px;
  }
  .wm-reserve--input-wrap input[type="text"] {
    font-size: 26px;
  }
  .wm-reserve--card {
    margin: 28px auto 48px;
    width: 460px;
    height: 300px;
    border: 3px solid #000;
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wm-reserve--input-wrap {
    left: 15px;
    bottom: 8px;
  }
  .wm-reserve--input-wrap::before {
    left: -6px;
  }
  .wm-reserve--input-wrap input[type="text"] {
    font-size: 14px;
  }
  .wm-reserve--hover {
    width: 244px;
  }
  .wm-reserve--card {
    margin: 24px auto 48px;
    width: 244px;
    height: 160px;
    border: 2px solid #000;
    border-radius: 10px;
  }
}
.wm-intro--anim {
  position: relative;
  display: inline-block;
  width: 345px;
  height: 620px;
  overflow: visible;
}
.wm-intro--anim > img {
  position: absolute;
}
.wm-intro--anim .intro--anim-mask {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}
.wm-intro--anim .intro--anim-card {
  position: absolute;
  right: 45px;
  top: 134px;
  opacity: 0;
}
.wm-intro--anim #intro-anim-balance {
  position: absolute;
  top: 86px;
  right: 0px;
  width: 334px;
  font-size: 36px;
  color: #193162;
  text-align: center;
}
.wm-intro--anim #intro-anim-asset-2 {
  width: 238px;
}
@media screen and (max-width: 992px) {
  .wm-intro--anim {
    width: 100%;
    height: 420px;
    overflow: visible;
  }
  .wm-intro--anim .intro--anim-card {
    right: 67px;
    top: 91px;
  }
  .wm-intro--anim #intro-anim-asset-1 {
    height: 420px;
  }
  .wm-intro--anim #intro-anim-asset-2 {
    width: 162px;
  }
  .wm-intro--anim #intro-anim-balance {
    top: 58px;
    width: 298px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wm-intro--anim {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 260px;
  }
  .wm-intro--anim .intro--anim-card {
    right: 14px;
    top: 56px;
  }
  .wm-intro--anim #intro-anim-asset-1 {
    height: 260px;
  }
  .wm-intro--anim #intro-anim-asset-2 {
    width: 100px;
  }
  .wm-intro--anim #intro-anim-balance {
    top: 36px;
    width: 129px;
    font-size: 15px;
  }
}
.wm-cta-background {
  background-image: url(/assets/wave-money/img/wm-pink_gradient.png);
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 768px) {
  .wm-cta-background {
    background-image: url(/assets/wave-money/img/wm-cta-background.png);
    background-size: 100% 90%;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .wm-cta-background {
    background-size: 100% 65%;
    background-position: center;
  }
}
.wm-btn-hero {
  background: linear-gradient(136.78deg, #25bcf0 0%, #58d094 92.23%);
  border-radius: 24.6327px;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 30px;
  padding: 0.3rem;
  border: solid;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .wm-hero-subtext {
    font-size: 2.375rem;
  }
}
.wm-testimonial {
  line-height: 55px;
}
.wm-testimonial small {
  font-size: 1rem !important;
}
#wm-notification {
  background: linear-gradient(136.78deg, #9ae5fc 0%, #e0f4ff 92.23%);
}
.wm-brachio-form .bg-danger {
  background-color: #db3656 !important;
  background: #db3656 !important;
  font-weight: bold;
  margin-top: 15px;
}
.wm-brachio-form .bg-success {
  background: linear-gradient(136.78deg, #25bcf0 0%, #58d094 92.23%) !important;
  font-weight: bold;
  margin-top: 15px;
}
.aboutus-hero-header {
  background: linear-gradient(180deg, #e6f1ff 0%, rgba(230, 241, 255, 0) 87.5%);
}
.about-card-bg-purple {
  background-color: #dbc5f7;
}
.about-card-bg-blue {
  background-color: #c1ddee;
}
.about-card-bg-green {
  background-color: #89c1d1;
}
#freelance-navigation .back-to-home {
  font-size: 0.875em;
}
#freelance-navigation .home-link-row {
  margin-top: -15px;
}
.freelance-nav .nav-item a:hover span {
  text-decoration: underline;
}
.freelance-nav .nav-item a:hover::before {
  content: "\2794 \00A0";
}
.freelancepost .container {
  padding-left: 0;
  padding-right: 0;
}
.freelancepost .module {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.freelancepost .contentspacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.freelancepost .breadcrumb-rule {
  border-top: 2px solid #000;
}
.freelancepost hr {
  border-top: 1px solid #1c252c;
  margin-top: 5px !important;
  margin-bottom: 5px;
}
.freelancepost #freelance-toc {
  position: -webkit-sticky;
  position: sticky;
  margin-top: -4em;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-top: #f5f1a3;
  border-top-style: solid;
  border-top-width: 8px;
  font-size: 16px !important;
}
.freelancepost #freelance-toc .navbar-brand {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
.freelancepost #freelance-toc hr {
  border-top: 1px solid #1c252c;
  margin-top: 5px !important;
  width: 95% !important;
}
@media (min-width: 992px) {
  .freelancepost #freelance-toc hr {
    border-top: 1px solid #1c252c;
    width: 80% !important;
  }
}
.freelancepost #freelance-toc .nav-link {
  font-size: 16px !important;
}
.freelancepost #freelance-toc .nav-link.active {
  font-weight: bold;
}
.freelancepost .module-type-wysiwyg blockquote {
  background: #f9f4f1;
  font-family: Averta;
  font-weight: bold;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.freelancepost .module-type-wysiwyg figure {
  margin: 2rem 0;
}
.freelancepost .module-type-wysiwyg figure figcaption {
  margin-top: 0.25rem;
}
.freelancepost .module-type-wysiwyg ul {
  margin-bottom: 1rem;
}
.freelancepost .module-type-wysiwyg ul li {
  padding-bottom: 1rem;
}
.freelancepost ul.related-posts {
  color: #136acd;
}
.freelancepost .caption {
  background-color: black;
  color: white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: -30px;
  position: relative;
  font-style: italic;
  font-size: 0.875em;
}
.freelancepost .related-image {
  width: 95px !important;
  height: 95px !important;
}
.freelancepost .card-image {
  height: 150px;
}
@media (min-width: 768px) {
  .freelancepost .card-image {
    height: 300px;
  }
}
.freelancepost .hero-image-size {
  height: 350px;
}
@media (min-width: 768px) {
  .freelancepost .hero-image-size {
    height: 450px;
  }
}
.freelancepost .hero-tile-size {
  height: 300px;
}
@media (min-width: 768px) {
  .freelancepost .hero-tile-size {
    height: 430px;
  }
}
.freelancepost .category-hero-text {
  position: absolute;
  bottom: 0;
}
.freelancepost .border-left-circle {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.freelancepost .category-snip-bg {
  background-color: #e8effd;
}
.freelancepost .tile-status {
  background-color: #2047ce;
  color: #e9abff !important;
  z-index: 100;
}
.freelancepost .tile-image {
  width: 100% !important;
  height: 270px !important;
  z-index: 0;
}
@media (min-width: 768px) {
  .freelancepost .tile-image {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .freelancepost .tile-image {
    height: 348px !important;
  }
}
.freelancepost .tile-image-margin-top {
  margin-top: -40px;
}
.freelancepost .hero-item-bg-1 {
  background-color: #f5dfcc;
}
.freelancepost .hero-item-bg-2 {
  background-color: #dbc5f6;
}
.freelancepost .hero-item-bg-3 {
  background-color: #f9f4f1;
}
.freelancepost .hero-item-bg-4 {
  background-color: #e8effd;
}
.freelancepost .pagination .page-item .page-numbers.current {
  color: #000;
  background-color: #e9abff;
  border-color: #e9abff;
}
.freelancepost .pagination .page-item .page-numbers.arrowed {
  z-index: 1;
  border: 1px solid #000;
  color: #000;
  font-size: 1.2rem;
  width: 1.75em;
  height: 1.75em;
}
.freelancepost .pagination .page-item .page-numbers.arrowed:hover {
  background-color: #e9abff !important;
}
.freelancepost .freelance-category-nav {
  position: relative;
  transition: all 0.3s ease-in;
}
.freelancepost .freelance-category-nav .active > a {
  color: black;
  pointer-events: none;
}
.freelancepost .freelance-category-nav__search {
  width: 100%;
  position: absolute;
  text-align: center;
  right: 10px;
}
.freelancepost .freelance-category-nav__search__input {
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.freelancepost .freelance-category-nav__search__submit {
  display: none;
}
.freelancepost .freelance-category-nav__search .svg-icon--search {
  display: block;
}
.freelancepost .freelance-category-nav__search .svg-icon--cancel {
  display: none;
}
.freelancepost .freelance-category-nav__search.active {
  width: 100%;
}
.freelancepost
  .freelance-category-nav__search.active
  .freelance-category-nav__search__input {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
}
.freelancepost .freelance-category-nav__search.active .svg-icon--search {
  display: none;
}
.freelancepost .freelance-category-nav__search.active .svg-icon--cancel {
  display: block;
}
.freelancepost .freelance-category-btn {
  color: #adb5bd;
  background-color: #fff;
  border-color: #adb5bd;
}
.freelancepost .freelance-category-btn:hover,
.freelancepost .freelance-category-btn:focus,
.freelancepost .freelance-category-btn:active,
.freelancepost .freelance-category-btn.active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.freelancepost .slick-slider--freelancehub:before,
.freelancepost .slick-slider--freelancehub:after {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.freelancepost .slick-slider--freelancehub:before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.freelancepost .slick-slider--freelancehub:after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.freelancepost .freelance-nav-prev,
.freelancepost .freelance-nav-prev {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border-color: #adb5bd;
}
.freelancepost .freelance-nav-prev:hover,
.freelancepost .freelance-nav-prev:focus,
.freelancepost .freelance-nav-prev:active,
.freelancepost .freelance-nav-prev.active,
.freelancepost .freelance-nav-prev:hover,
.freelancepost .freelance-nav-prev:focus,
.freelancepost .freelance-nav-prev:active,
.freelancepost .freelance-nav-prev.active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.fancy-header--line-right {
  position: relative;
  text-align: left;
}
.fancy-header--line-right span {
  background-color: #fff;
}
.fancy-header--line-right:after {
  position: absolute;
  top: 51%;
  width: 100%;
  height: 1px;
  content: "\a0";
  background-color: #e4e6e9;
}
@media (max-width: 1199.98px) {
  .h1--no-resize {
    font-size: 3rem;
  }
}
.border-top--strong {
  border-top: 2px solid #000;
}
.expandable__toggle {
  display: block;
}
.expandable__toggle:active,
.expandable__toggle:focus {
  color: #136acd;
  text-decoration: none !important;
}
.expandable__toggle .toggle-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-transform: all 0.15s ease-in-out;
  transform: all 0.15s ease-in-out;
}
.expandable__toggle .toggle-icon.open {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.expandable__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
.expandable__content.open {
  max-height: initial;
  transition: max-height 1s ease-in;
}
.pricing__variation-1,
.pricing__variation-2 {
  display: none;
}
.pricing__variation-2 .pricing__product-card-wrap {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .pricing__variation-2 .pricing__product-card-wrap .expandable__content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .pricing__variation-2
    .pricing__product-card-wrap
    .expandable__content
    ul.checkmark
    li {
    overflow: hidden;
  }
}
.pricing__variation-2 .pricing__product-card-wrap.focus {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: none;
  padding: 5px;
  margin-top: 16px;
  background-image: linear-gradient(-163deg, #2575db 0%, #582994 100%);
}
@media (min-width: 768px) {
  .pricing__variation-2 .pricing__product-card-wrap.focus {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pricing__variation-2 .pricing__product-card-wrap.focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 100;
  }
}
.pricing__variation-2 .pricing__product-card-wrap__product-card {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .pricing__variation-2
    .pricing__product-card-wrap__product-card
    .h2--responsive {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .pricing__variation-2
    .pricing__product-card-wrap__product-card
    .h2--responsive {
    color: #136acd;
  }
}
@media (max-width: 991.98px) {
  .pricing__variation-2 .pricing__product-card-wrap__product-card {
    text-align: center;
  }
}
.pricing__variation-2 .pricing__product-card-wrap .btn-primary {
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pricing__variation-2 .pricing__product-description {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.pricing__variation-1 .pricing__product-card {
  order: 2;
}
@media (max-width: 767.98px) {
  .pricing__variation-1 .pricing__product-card.focus-wrap {
    order: 1;
  }
}
.pricing__variation-1 .pricing__product-card__inner {
  background-color: #e7efff;
  position: relative;
  z-index: 10;
  height: 100%;
}
@media (min-width: 768px) {
  .pricing__variation-1 .pricing__product-card__inner:hover {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.4);
  }
}
.pricing__variation-1
  .pricing__product-card__inner
  .pricing__product-card__inner2
  .expandable__content.open {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
}
.pricing__variation-1 .pricing__product-card__inner.focus {
  z-index: 20;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: none;
  padding: 5px !important;
  background-image: linear-gradient(-163deg, #2575db 0%, #582994 100%);
}
.pricing__variation-1
  .pricing__product-card__inner.focus
  .expandable__content.open {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
@media (min-width: 992px) {
  .pricing__variation-1 .pricing__product-card__inner.focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.pricing__variation-1
  .pricing__product-card__inner.focus
  .pricing__product-card__inner2 {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #e7efff;
  position: relative;
  padding: 16px;
}
@media (min-width: 768px) {
  .pricing__variation-1
    .pricing__product-card__inner.focus
    .pricing__product-card__inner2 {
    background: white;
  }
}
.pricing__variation-1 .pricing__product-highlights__header {
  background-color: #e7efff;
}
body.variation .navbar {
  position: fixed;
  top: 0;
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1030;
  width: 100%;
}
body.variation .navbar .navbar-brand {
  margin-right: 0;
}
body.variation main {
  padding-top: 90px;
}
.experiment .jumbotron,
.variation .jumbotron {
  min-height: 375px;
}
.comparison-table--variation {
  display: none;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .comparison-table--variation__heading h5 {
    font-size: 1.3rem;
  }
}
.competitor-comparison__sticky-table-head.active .top-sticky-table-head {
  position: fixed;
  top: 90px;
  width: 100%;
  max-width: 850px;
  z-index: 1000;
  background-color: #fff;
}
@media (min-width: 768px) {
  .competitor-comparison__sticky-table-head.active .top-sticky-table-head {
    right: 15px;
  }
}
@media (min-width: 992px) {
  .competitor-comparison__sticky-table-head.active .top-sticky-table-head {
    right: auto;
  }
}
.border-color-dark--gray-600 {
  border-color: #6c757d;
}
.border-bottom--strong {
  border-bottom: 2px solid #000;
}
.font-color--green {
  color: #18864b;
}
.font-color--red {
  color: #c62a2a;
}
.collapse-toggle {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.collapse-toggle:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cpath d='M16.187 6.187a1.15 1.15 0 0 1 1.626 1.626l-7 7a1.15 1.15 0 0 1-1.626 0l-7-7a1.15 1.15 0 0 1 1.626-1.626L10 12.374l6.187-6.187z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  width: 15px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.collapse-toggle.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 2px;
}
.quickbooks-cro .circular-icon-wrapper--secondary {
  background-color: #718fa2;
} /*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
} /*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-regular-400.eot");
  src: url("../fonts/webfonts/fa-regular-400.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/webfonts/fa-regular-400.woff") format("woff"),
    url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"),
    url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
} /*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/webfonts/fa-solid-900.woff") format("woff"),
    url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
} /*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-brands-400.eot");
  src: url("../fonts/webfonts/fa-brands-400.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/webfonts/fa-brands-400.woff") format("woff"),
    url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"),
    url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.lazyload {
  width: 100%;
}
.lazyloaded.lazy-hidden {
  opacity: 1;
}
