@charset "UTF-8";
/* BEGIN Regular */
@font-face {
  font-family: 'MrsEavesOT';
  src: url("../fonts/Regular/MrsEavesOT-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/MrsEavesOT-Regular.woff?v=1.1.0") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Bold */
@font-face {
  font-family: 'MrsEavesOT';
  src: url("../fonts/Bold/MrsEavesOT-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/MrsEavesOT-Bold.woff?v=1.1.0") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/*!
 * Bootstrap v4.4.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)
 */
:root {
  --blue: #0040aa;
  --indigo: #6610f2;
  --purple: #6d3e89;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0040aa;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: "Poppins", 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: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  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: 600;
}

dd {
  margin-bottom: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0040aa;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00235e;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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: .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, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.1875rem;
  color: black;
}

h2, .h2 {
  font-size: 7.525rem;
  color: black;
}
@media (max-width: 999px) {
  h2, .h2 {
    font-size: 60px;
  }
}

h3, .h3 {
  font-size: 3.75375rem;
  color: #333333;
}
@media (max-width: 999px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 1.3125rem;
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

small,
.small {
  font-size: 80%;
  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.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  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 #dee2e6;
  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-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 40px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

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: 1200px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8cae7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a9cd3;
}

.table-hover .table-primary:hover {
  background-color: #a5bce1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5bce1;
}

.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: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.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-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 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;
}

@media (max-width: 767px) {
  .first-name-field {
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .last-name-field {
    padding-left: 5px;
  }
}

.field-with-icon {
  position: relative;
}
.field-with-icon img {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 991px) {
  .field-with-icon img {
    width: 18px;
    top: 10px;
    right: 10px;
  }
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #060649;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #060649;
}

.form-control::placeholder {
  color: #060649;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 16px !important;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  text-align: left;
  color: #121272;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DADAE1;
  outline: none;
  border-radius: 0px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
            transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control::-webkit-input-placeholder {
  color: #BFBFBF;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #BFBFBF;
  opacity: 1;
}
.form-control::placeholder {
  color: #BFBFBF;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
@media (max-width: 991px) {
  .form-control {
    height: 70px;
    font-size: 30px;
    padding: 5px 20px;
  }
}
.form-control:focus {
  border-color: #3434C6;
}
.form-control.is-invalid + span {
  position: absolute;
  left: 0;
  display: block;
}

.form-control + span {
  display: none;
}

.form-control.left-icon {
  padding-left: 40px;
}

select.form-control {
  -webkit-appearance: none;
  cursor: pointer;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #F5F5F9;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.25125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.12525rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: -webkit-calc(1.5em + 20px);
  height: calc(1.5em + 20px);
  padding: 9px 40px;
  font-size: 1.12525rem;
  line-height: 1.5;
  border-radius: 40px;
}

.form-control-lg {
  height: -webkit-calc(1.5em + 30px);
  height: calc(1.5em + 30px);
  padding: 14px 14px;
  font-size: 1.25125rem;
  line-height: 1.5;
  border-radius: 60px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: 300px;
  resize: none;
  padding: 20px 20px;
}

.form-group {
  margin-bottom: 24px;
  position: relative;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
  vertical-align: 2px;
  font-size: 12px;
  display: inline-block !important;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.12525rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #F5F5F9 no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #F5F5F9 no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.12525rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #F5F5F9 no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #F5F5F9 no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-group label {
  display: block;
  font-size: 12px;
}

.input-icon {
  position: relative;
}

.btn {
  position: relative;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #3434C6;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: none;
  padding: 14px 37px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5.5px 42px 5.5px 8px;
  font-size: 16px;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
            transition: none;
  }
}
.btn.download-btn {
  min-width: 280px;
}
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn.btn-primary {
  color: #3434C6;
  background: transparent;
  border-color: #3434C6;
}
.btn.btn-primary:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 8px;
  border-style: solid;
  border-color: #3434C6;
  border-width: 0px 1px 1px 0px;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.btn.btn-primary:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #3434C6;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.btn.btn-primary i {
  margin-left: 10px;
  vertical-align: -2px;
}
.btn.btn-primary.dark-blue {
  background-color: #3434C6;
}
.btn.btn-primary.dark-blue.ff-btn-full:hover {
  background-color: #121272;
  color: #37215d;
}
.btn.btn-primary.white-outline {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-primary.white-outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3434C6;
}
.btn.btn-primary.white-outline:focus {
  background-color: #fff;
  border-color: #fff;
  color: #3434C6;
}
.btn.btn-primary.white-outline:active {
  background-color: #fff;
  border-color: #fff;
  color: #3434C6;
}
.btn.btn-primary.white-outline:not(:disabled):not(.disabled):active, .btn.btn-primary.white-outline:not(:disabled):not(.disabled).active {
  background-color: #3434C6;
}
.btn.btn-primary.green-outline {
  background-color: transparent;
  color: #121272;
  border-color: #121272;
}
.btn.btn-primary.green-outline:hover {
  background-color: #121272;
  border-color: #121272;
  color: #FFF;
}
.btn.btn-primary.green-outline:focus {
  background-color: #121272;
  border-color: #121272;
  color: #FFF;
}
.btn.btn-primary.green-outline:active {
  background-color: #121272;
  border-color: #121272;
  color: #FFF;
}
.btn.btn-primary.green-outline:not(:disabled):not(.disabled):active, .btn.btn-primary.green-outline:not(:disabled):not(.disabled).active {
  background-color: #3434C6;
}
.btn.btn-primary.white-btn {
  background-color: #fff;
  color: #3434C6;
  border-color: #fff;
}
.btn.btn-primary.white-btn:hover {
  background-color: #3434C6;
  border-color: #3434C6;
  color: #fff;
}
.btn.btn-primary.white-btn:focus {
  background-color: #3434C6;
  border-color: #3434C6;
  color: #FFF;
}
.btn.btn-primary.white-btn:active {
  background-color: #3434C6;
  border-color: #3434C6;
  color: #FFF;
}
.btn.btn-primary.white-btn:not(:disabled):not(.disabled):active, .btn.btn-primary.white-btn:not(:disabled):not(.disabled).active {
  background-color: #3434C6;
}
.btn.btn-primary.btn-white {
  color: #fff;
}
.btn.btn-primary.btn-white:before {
  border-color: #fff;
}
.btn.btn-primary.btn-white:after {
  background-color: #fff;
}
.btn.btn-primary.btn-white:hover:after, .btn.btn-primary.btn-white:focus:after {
  background-color: #3434C6;
}
.btn.btn-primary:hover {
  background-color: #3434C6;
  color: #fff;
}
.btn.btn-primary:hover:before {
  border-color: #fff;
}
.btn.btn-primary:focus {
  outline: none;
  box-shadow: none;
  background-color: #3434C6 !important;
  color: #fff;
}
.btn.btn-primary:focus:before {
  border-color: #fff;
}
.btn.btn-primary:active {
  outline: none;
  box-shadow: none !important;
  background-color: #3434C6;
  color: #fff;
}
.btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #3434C6;
  color: #fff;
}
.btn.btn-md {
  padding: 12px 44px;
}

.cta-white {
  color: #fff;
}
.cta-white:hover {
  color: #37215d;
}

.text-cta:hover {
  color: #37215d;
}

.three-column-block.navy .cta-white:hover {
  color: #37215d;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0040aa;
  border-color: #0040aa;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003284;
  border-color: #002d77;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #003284;
  border-color: #002d77;
  box-shadow: 0 0 0 0.2rem rgba(38, 93, 183, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0040aa;
  border-color: #0040aa;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #002d77;
  border-color: #00286a;
}
.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(38, 93, 183, 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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  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: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.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(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.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(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.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(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.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(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.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(216, 217, 219, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  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-outline-primary {
  color: #0040aa;
  border-color: #0040aa;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0040aa;
  border-color: #0040aa;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 170, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0040aa;
  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: #0040aa;
  border-color: #0040aa;
}
.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(0, 64, 170, 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: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.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(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}
.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(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}
.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(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}
.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(248, 249, 250, 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-link {
  font-weight: 400;
  color: #0040aa;
  text-decoration: none;
}
.btn-link:hover {
  color: #00235e;
  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: 14px 14px;
  font-size: 1.25125rem;
  line-height: 1.5;
  border-radius: 60px;
  max-width: 547px;
  width: 100%;
}
@media (max-width: 991px) {
  .btn-lg, .btn-group-lg > .btn {
    padding: 12px 14px;
    max-width: 443px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn-lg, .btn-group-lg > .btn {
    padding: 9px 14px;
  }
}

.btn-sm, .btn-group-sm > .btn {
  padding: 9px 40px;
  font-size: 1.12525rem;
  line-height: 1.5;
  border-radius: 40px;
}

.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 {
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
            transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
            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: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.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.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0040aa;
}
.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.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.12525rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: 27.75px;
  padding-left: 27.75px;
}
.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: 30px;
  padding-left: 30px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 10.5px;
  padding-left: 10.5px;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  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: -1px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  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: -webkit-calc(1.5em + 30px);
  height: calc(1.5em + 30px);
}

.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: 14px 14px;
  font-size: 1.25125rem;
  line-height: 1.5;
  border-radius: 60px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: -webkit-calc(1.5em + 20px);
  height: calc(1.5em + 20px);
}

.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: 9px 40px;
  font-size: 1.12525rem;
  line-height: 1.5;
  border-radius: 40px;
}

.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.3125rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0040aa;
  background-color: #0040aa;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 170, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2b7bff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #5e9aff;
  border-color: #5e9aff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .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.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #F5F5F9;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0040aa;
  background-color: #0040aa;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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(0, 64, 170, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 64, 170, 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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(0, 64, 170, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: -webkit-calc(0.15625rem + 2px);
  top: calc(0.15625rem + 2px);
  left: -webkit-calc(-2.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: -webkit-calc(1rem - 4px);
  width: calc(1rem - 4px);
  height: -webkit-calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: -webkit-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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
            transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #F5F5F9;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 64, 170, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #F5F5F9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #2b7bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 170, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #F5F5F9;
}
.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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: -webkit-calc(1.5em + 20px);
  height: calc(1.5em + 20px);
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 40px;
  font-size: 1.12525rem;
}

.custom-select-lg {
  height: -webkit-calc(1.5em + 30px);
  height: calc(1.5em + 30px);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  font-size: 1.25125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2b7bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 170, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .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: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #F5F5F9;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: -webkit-calc(1.5em + 0.75rem);
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-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(0, 64, 170, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 64, 170, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 64, 170, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0040aa;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          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 {
    -webkit-transition: none;
            transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #5e9aff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0040aa;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #5e9aff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  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: #0040aa;
  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: #5e9aff;
}
.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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          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 {
    -webkit-transition: none;
            transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs .nav-item {
  margin-right: 75px;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs .nav-item .nav-link {
  position: relative;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: rgba(52, 52, 198, 0.4);
  border-bottom: 1px solid rgba(52, 52, 198, 0.4);
  letter-spacing: 0.6px;
  text-align: left;
  padding: 12px 50px 12px 10px;
  background: #fff;
  border-radius: 0px;
}
.nav-tabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  border-style: solid;
  border-color: rgba(52, 52, 198, 0.4);
  border-width: 0px 1px 1px 0px;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(52, 52, 198, 0.4);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.nav-tabs .nav-item .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item .nav-link img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  margin-right: 8px;
  height: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link img {
    height: 15px;
  }
}
.nav-tabs .nav-item .nav-link span {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .nav-tabs .nav-item .nav-link {
    padding: 12px 20px 12px 20px;
  }
  .nav-tabs .nav-item .nav-link:before {
    content: none;
  }
}
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-item.show .nav-link {
  background-color: #3434C6;
  color: #fff;
}
.nav-tabs .nav-item .nav-link.active img,
.nav-tabs .nav-item .nav-item.show .nav-link img {
  -webkit-filter: unset;
          filter: unset;
}
.nav-tabs .nav-item .nav-link.active:before,
.nav-tabs .nav-item .nav-item.show .nav-link:before {
  border-color: white;
}
.nav-tabs .nav-item .nav-link.active:after,
.nav-tabs .nav-item .nav-item.show .nav-link:after {
  background-color: #3434c6;
}
.nav-tabs .nav-item:first-child {
  margin-left: 0px;
}
@media (max-width: 991px) {
  .nav-tabs .nav-item {
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.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: #0040aa;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.25125rem;
  white-space: nowrap;
  position: relative;
  height: 50px;
  width: 100%;
}
.navbar-brand img {
  width: auto;
  height: 40px;
  margin-top: 5px;
}
.navbar-brand .logo {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand-mobile {
  max-width: 204px;
  height: 34px;
  margin: 0 auto;
}

@media (min-width: 1275px) {
  .menu-main-menu-container {
    margin-left: auto;
  }
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1275px) {
  .navbar-collapse {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0px 0px 0px 0px;
    bottom: unset;
    width: 100%;
    display: block;
    text-align: left;
    z-index: 9;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
  }
  .navbar-collapse.nav-open {
    left: 0;
  }
  .navbar-collapse.show {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow: auto;
    padding: 0 0 50px;
  }
}

.navbar-toggler {
  z-index: 99;
  padding: 5px 10px 5px 0;
  font-size: 26px;
  line-height: 1;
  background-color: transparent;
  border: 0;
  outline: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  outline: none;
}
@media (max-width: 575px) {
  .navbar-toggler i {
    font-size: 30px;
  }
}

.navbar-toggler-icon {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (min-width: 576px) and (max-width: 1275px) {
  .navbar-expand-sm .navbar-collapse {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 1275px) {
  .navbar-expand-md .navbar-collapse {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (min-width: 992px) and (max-width: 1275px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1275px) {
  .navbar-expand-xl .navbar-collapse {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media (max-width: 1275px) {
  .navbar-expand .navbar-collapse {
    display: block !important;
  }
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid 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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  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: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
  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 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
  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,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-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(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  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: #0040aa;
  background-color: #fff;
  font-size: 14px;
  color: #666666;
}
.page-link:hover {
  z-index: 2;
  color: #ff595f;
  text-decoration: none;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 170, 0.25);
}
.page-link i {
  font-size: 15px;
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-link i:hover {
  color: #ff595f;
}
@media only screen and (max-width: 991px) {
  .page-link {
    font-size: 12px;
  }
}

.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: 3;
  color: #ff595f;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.12525rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
            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: #0040aa;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #002d77;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 64, 170, 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: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 60px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.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: 600;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #002158;
  background-color: #ccd9ee;
  border-color: #b8cae7;
}
.alert-primary hr {
  border-top-color: #a5bce1;
}
.alert-primary .alert-link {
  color: #000e25;
}

.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: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0040aa;
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
            transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-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-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #333;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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 {
  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: #0040aa;
  border-color: #0040aa;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #002158;
  background-color: #b8cae7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #002158;
  background-color: #a5bce1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #002158;
  border-color: #002158;
}

.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: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.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;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-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);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
            transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: -webkit-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  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.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 59px;
  border-top-right-radius: 59px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 59px;
  border-bottom-left-radius: 59px;
}
.modal-footer > * {
  margin: 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: -webkit-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: -webkit-calc(100vh - 3.5rem);
    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: "Poppins", 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: 1.12525rem;
  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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", 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: 1.12525rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 60px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 60px;
}
.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: -webkit-calc(-0.5rem - 1px);
  bottom: calc(-0.5rem - 1px);
}
.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: -webkit-calc(-0.5rem - 1px);
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 60px 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: -webkit-calc(-0.5rem - 1px);
  top: calc(-0.5rem - 1px);
}
.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: -webkit-calc(-0.5rem - 1px);
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 60px 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: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 59px;
  border-top-right-radius: 59px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
          transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
            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%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transform: none;
      -ms-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;
  -webkit-transition: opacity 0s 0.6s;
          transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
            transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
          transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
            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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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: .5;
  -webkit-transition: opacity 0.6s ease;
          transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
            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 .75s linear infinite;
          animation: spinner-border .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 .75s linear infinite;
          animation: spinner-grow .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: #0040aa !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #002d77 !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: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !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-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #0040aa !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 40px !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: 60px !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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;
  margin: -1px;
  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: 3rem !important;
}

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-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: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0040aa !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00235e !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #333 !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 #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
header.transparent {
  background-color: transparent;
}
header .navbar-collapse {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-menu li {
  display: inline-block;
  vertical-align: middle;
}
.right-menu li a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  display: block;
  padding: 0px 7px;
}
.right-menu li a:hover {
  color: #00E5BE;
}
.right-menu li a.header-search-icon {
  font-size: 18px;
}
@media (max-width: 1275px) {
  .right-menu {
    display: none;
  }
}

.navbar-expand-lg > .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
  position: relative;
}
@media (max-width: 1275px) {
  .navbar-expand-lg > .container {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.navbar-brand {
  position: relative;
  margin: 0 auto 0;
}
@media (max-width: 1275px) {
  .navbar-brand {
    margin: 0 auto 0;
  }
  .navbar-brand img {
    height: 30px;
  }
}
@media (max-width: 1275px) {
  .navbar-brand {
    height: 30px;
  }
}

header .navbar-brand .logo.black {
  opacity: 0;
}
header.sticky .navbar-brand .logo.white, header.white .navbar-brand .logo.white {
  opacity: 0;
}
header.sticky .navbar-brand .logo.black, header.white .navbar-brand .logo.black {
  opacity: 1;
}
header.sticky .navbar-toggler i, header.white .navbar-toggler i {
  color: #333;
}
@media (max-width: 1275px) {
  header.sticky .header-search-icon, header.white .header-search-icon {
    color: #333;
  }
}
header.dark-header .navbar-toggler i {
  color: #333;
}
@media (max-width: 1275px) {
  header.dark-header .header-search-icon {
    color: #333;
  }
}

header {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
header .navbar-collapse {
  width: 100%;
}
header.white {
  box-shadow: none;
}
header.white .navbar-nav.main-menu {
  border-color: #DADAE1;
}
header.white .navbar-nav.main-menu li.menu-button a {
  background-color: #3434C6;
  color: #fff;
}
header.sticky .navbar-nav.main-menu {
  border-color: #DADAE1;
}
header.sticky .navbar-nav.main-menu li.menu-button a {
  background-color: #3434C6;
  color: #fff;
}
@media (max-width: 1275px) {
  header.sticky .navbar-nav.main-menu li.menu-button a {
    background-color: transparent;
    color: #060649;
  }
  header.sticky .navbar-nav.main-menu li.menu-button a:hover {
    color: #3434C6;
  }
}
@media (max-width: 1275px) {
  header .navbar-brand {
    margin: 0 auto;
    max-width: 120px;
  }
}
@media (max-width: 1275px) {
  header {
    padding-top: 15px;
  }
}

.header-search {
  position: absolute;
  left: 0;
  bottom: 5px;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  padding-right: 30px;
  display: none;
}
.header-search .close-search {
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 22px;
  line-height: 1;
  color: #121272;
}
@media (max-width: 1275px) {
  .header-search {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 15px;
  }
  .header-search .close-search {
    display: none;
  }
}

@media (max-width: 1275px) {
  .open-search {
    display: none;
  }
}

.navbar-toggler[aria-expanded="false"] .icon-clear,
.navbar-toggler[aria-expanded="true"] .icon-menu {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .icon-clear {
  display: inline-block;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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-nav > li {
  padding: 7px 0px;
}
.navbar-nav > li.normal-dropdown {
  position: relative;
}
.navbar-nav > li a {
  font-weight: 600;
  display: block;
  padding: 9px 0;
  position: relative;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.navbar-nav > li a:hover {
  color: #37215d;
}
@media (max-width: 1275px) {
  .navbar-nav > li a {
    display: block;
    width: 100%;
  }
}
.navbar-nav > li.active a:before {
  display: block;
}
.navbar-nav > li.current-menu-item a:before {
  display: block;
}
.navbar-nav > li:last-child {
  padding-right: 0px;
}
@media (max-width: 1275px) {
  .navbar-nav > li {
    padding: 0;
    width: 100%;
  }
  .navbar-nav > li:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 1275px) {
  .navbar-nav {
    width: 100%;
    margin: 0px auto 0px;
  }
}
.navbar-nav.main-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  border: 1px solid transparent;
}
@media (max-width: 1275px) {
  .navbar-nav.main-menu li:hover {
    background-color: transparent;
  }
}
.navbar-nav.main-menu li a {
  font-weight: bold;
  color: #121272;
  text-shadow: none;
  padding: 11px 18px 11px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  border-radius: 40px;
}
@media (max-width: 1275px) {
  .navbar-nav.main-menu li a {
    font-weight: 600;
    color: #060649;
    text-shadow: none;
    padding: 30px 15px 10px;
    font-size: 18px;
    border-bottom: 1px solid #3434C6;
    border-radius: 0;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
  }
  .navbar-nav.main-menu li a:hover {
    color: #060649;
  }
}
.navbar-nav.main-menu li:first-child, .navbar-nav.main-menu li:last-child {
  margin: 0px 0px;
}
.navbar-nav.main-menu li:first-child {
  padding-left: 7px;
}
@media (max-width: 1275px) {
  .navbar-nav.main-menu li:first-child {
    padding: 0px 0px;
  }
}
.navbar-nav.main-menu li:last-child {
  padding-right: 7px;
}
@media (max-width: 1275px) {
  .navbar-nav.main-menu li:last-child {
    padding: 0px 0px;
  }
}
.navbar-nav.main-menu li.menu-button a {
  background-color: #3434C6;
  color: #fff;
  border-radius: 40px;
}
.navbar-nav.main-menu li.menu-button a:hover {
  background-color: #3434C6;
}
@media (max-width: 1275px) {
  .navbar-nav.main-menu li.menu-button a:hover {
    background-color: transparent;
    color: #3434C6;
  }
}
.navbar-nav.main-menu li:hover a {
  color: #fff;
  background-color: #3434C6;
}
@media (max-width: 1275px) {
  .navbar-nav.main-menu li:hover a {
    color: #3434C6;
    background-color: #fff;
  }
}
@media (max-width: 1275px) {
  .navbar-nav.main-menu li {
    margin: 0px 0px;
  }
}
@media (max-width: 1275px) {
  .navbar-nav.main-menu {
    border-radius: 0px;
    border-color: transparent !important;
  }
}

header.sticky .search-overlay .search-content .search-header-content .search-field input, header.white .search-overlay .search-content .search-header-content .search-field input {
  border-color: #DADAE1;
}
header.sticky .search-overlay .search-content .search-header-content .search-field button, header.white .search-overlay .search-content .search-header-content .search-field button {
  color: #3434C6;
}
header.sticky .search-overlay span.close-search, header.white .search-overlay span.close-search {
  color: #3434C6;
  background: #fff;
  border-radius: 50px;
}

.search-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  box-shadow: 0px 10px 20px #141414;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.search-overlay .search-content {
  width: 100%;
  padding: 15px 0;
}
.search-overlay .search-content .search-header-content {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding-right: 5px;
}
.search-overlay .search-content .search-header-content .search-field {
  position: relative;
}
.search-overlay .search-content .search-header-content .search-field input {
  width: -webkit-calc(100% - 18.3%);
  width: calc(100% - 18.3%);
  height: 59px;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 0px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #121272;
  font-family: "DM Sans", sans-serif;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(30px);
  margin-left: auto;
  display: block;
  border: 1px solid transparent;
}
.search-overlay .search-content .search-header-content .search-field input::-webkit-input-placeholder {
  color: #121272;
}
.search-overlay .search-content .search-header-content .search-field input:-ms-input-placeholder {
  color: #121272;
}
.search-overlay .search-content .search-header-content .search-field input::placeholder {
  color: #121272;
}
@media (max-width: 1275px) {
  .search-overlay .search-content .search-header-content .search-field input {
    height: 45px;
    width: 100%;
  }
}
.search-overlay .search-content .search-header-content .search-field button {
  position: absolute;
  top: 0px;
  right: 10px;
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: normal;
}
@media (max-width: 1275px) {
  .search-overlay .search-content .search-header-content .search-field button {
    height: 45px;
    padding: 10px;
  }
}
@media (max-width: 1275px) {
  .search-overlay .search-content .search-header-content {
    padding-right: 20px;
  }
}
.search-overlay span.close-search {
  position: absolute;
  color: #fff;
  top: 16px;
  right: -30px;
  font-size: 30px;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 1275px) {
  .search-overlay span.close-search {
    right: 0;
    font-size: 20px;
    top: 12px;
  }
}
.search-overlay.active {
  z-index: 999999999;
  opacity: 1;
  visibility: visible;
}

.navbar-nav.main-menu li.header-btn a {
  border: 1px solid #060649;
  border-radius: 6px;
  padding: 5px 20px;
}

.header-search-icon {
  color: #ffffff;
  font-size: 18px;
  margin-left: 0;
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 0 5px;
  height: 33px;
  width: 33px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.header-search-icon:hover {
  color: #ffffff;
}
@media (max-width: 1275px) {
  .header-search-icon {
    position: absolute;
    top: 2px;
    right: 70px;
    color: #fff;
    z-index: 999;
  }
}

header.dark-header .navbar-nav.main-menu li a {
  color: #2F0000;
}
header.dark-header .navbar-nav.main-menu li.header-btn a {
  border-color: #2F0000;
}

header.sticky .ubermenu .ubermenu-item > .ubermenu-target:hover {
  color: #3434C6;
}

@media (max-width: 1275px) {
  .menu-open .goto-menu {
    opacity: 1;
    height: auto;
  }
  .menu-open > li {
    display: none !important;
  }
  .menu-open > li.menu-open {
    display: block !important;
  }

  .goto-menu {
    display: block;
    font-size: 24px;
    color: #002855;
    position: relative;
    font-weight: 400;
    padding: 10px 20px;
    padding-left: 60px;
    cursor: pointer;
    opacity: 0;
    height: 0;
  }
  .goto-menu:before {
    content: '';
    height: 15px;
    width: 40px;
    position: absolute;
    left: 15px;
    top: 12px;
    opacity: 1;
    border-radius: 0;
    background-image: url("../../assets/img/menu-link-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1275px) {
  .goto-menu {
    display: none;
  }
}

.ubermenu .ubermenu-item > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

header .ubermenu .normal-dropdown {
  position: relative;
}

header .ubermenu .ubermenu-item.normal-dropdown .ubermenu-submenu-drop {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  right: auto;
  max-width: 230px;
  min-width: 230px;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 rgba(0, 40, 85, 0.25);
  margin-top: 16px;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop a {
  color: #002855;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
  padding: 6px 0;
}

header .ubermenu .ubermenu-item.tab-menu-container .ubermenu-submenu-drop {
  max-width: 940px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  right: auto;
  padding: 0;
}

header .ubermenu .ubermenu-item.tab-menu-container .ubermenu-submenu-drop > .ubermenu-column {
  float: none;
  display: inline-block;
  height: 100%;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tabs .ubermenu-item.ubermenu-active {
  background: #efefef;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tab-content-panel a {
  padding: 10px 15px;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tabs a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 13px 10px;
  margin-bottom: 0;
}

header .ubermenu .ubermenu-submenu-drop .ubermenu-item.menu-card > a {
  padding: 30px 40px 0;
}

header .ubermenu .ubermenu-submenu-drop .ubermenu-item.menu-card a img {
  border-radius: 0 !important;
}

header .ubermenu .ubermenu-submenu-drop .ubermenu-item.menu-card .ubermenu-custom-content-padded {
  padding: 20px 40px 0;
}

.ubermenu .ubermenu-submenu .ubermenu-column.left-cta-container {
  position: absolute;
  right: -100%;
  top: 0;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tabs .ubermenu-tab-content-panel .inline-btn {
  display: inline-block;
  font-size: 16px;
  color: #121272;
  font-weight: bold;
  padding: 5px 0;
  z-index: 1;
  padding-right: 42px;
  position: relative;
  text-transform: capitalize;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tabs .ubermenu-tab-content-panel .inline-btn:before {
  top: 16px;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tabs .ubermenu-tab-content-panel .inline-btn:after {
  top: 13px;
}

.ubermenu .ubermenu-submenu .ubermenu-column.left-cta-container .ubermenu-item.menu-card > a {
  padding: 30px 20px 0 40px;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop .inline-btn {
  padding-right: 42px;
}

.ubermenu .tab-menu-container .ubermenu-submenu-type-stack {
  padding-bottom: 0;
}

.ubermenu-submenu-type-tabs-group > li > a .ubermenu-target-title {
  position: relative;
  padding-right: 30px;
}

.ubermenu-submenu-type-tabs-group > li > a .ubermenu-target-title:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 18px;
  background-image: url("../../assets/img/menu-link-arrow.svg");
}

.ubermenu .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel,
.ubermenu-nojs .ubermenu-tab:hover > .ubermenu-tab-content-panel {
  background: #efefef;
  padding: 35px 15px 0;
  min-height: 335px !important;
  width: 45%;
  border-right: solid 1px rgba(112, 112, 112, 0.1);
}

header .ubermenu .ubermenu-submenu-drop .ubermenu-item.menu-card > a {
  padding: 30px 40px 0;
}

header .ubermenu .ubermenu-submenu-drop .ubermenu-item.menu-card a img {
  border-radius: 0 !important;
}

header .ubermenu .ubermenu-submenu-drop .ubermenu-item.menu-card .ubermenu-custom-content-padded {
  padding: 20px 40px 0;
}

.ubermenu .tab-menu-container .ubermenu-submenu-type-stack {
  padding-bottom: 0;
}

header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tabs .ubermenu-tab-content-panel a {
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
}

.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
  border: none !important;
  padding: 35px 45% 0 35px;
}

.ubermenu .ubermenu-tabs {
  padding: 40px 40px;
  border: none !important;
}

.ubermenu .menu-card.ubermenu-item .ubermenu-target-title {
  font-size: 16px;
  color: #0072ce;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "mrs-eaves-xl-serif-narrow";
}

.ubermenu .menu-card.ubermenu-item .ubermenu-target-description {
  font-size: 14px;
}

.ubermenu-nav > .ubermenu-item > a:before {
  content: '';
  height: 5px;
  width: 100%;
  background: #0072ce;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.ubermenu-nav > .ubermenu-item:hover > a:before {
  opacity: 1;
}

header .dark-logo {
  display: none;
}
header.sticky, header.white {
  background: #ffffff;
}
header.sticky .light-logo, header.white .light-logo {
  display: none;
}
header.sticky .dark-logo, header.white .dark-logo {
  display: inline-block;
}
header.sticky .ubermenu .ubermenu-item > a, header.white .ubermenu .ubermenu-item > a {
  color: #052855;
}
header.sticky .header-search-icon, header.white .header-search-icon {
  color: #3434C6;
}
header.sticky .right-menu li a, header.white .right-menu li a {
  color: #121272;
}
header.sticky .right-menu li a:hover, header.white .right-menu li a:hover {
  color: #00E5BE;
}

@media (min-width: 1275px) {
  header.sticky.transparent {
    background-color: transparent;
  }
  header.sticky.transparent .header-search-icon,
  header.sticky.transparent .navbar-brand,
  header.sticky.transparent .right-menu {
    display: none;
  }
  header.sticky.transparent .navbar-nav.main-menu {
    background-color: #fff;
  }
}
header .ubermenu .ubermenu-item.header-btn a:before {
  display: none !important;
}

header .ubermenu .ubermenu-item.header-btn a {
  border: 1px solid #97d700;
  border-radius: 5px;
  padding: 10px 20px !important;
  margin-right: 15px;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  font-size: 14px;
  font-weight: 600;
  color: #f2f2f2;
}

header.sticky .ubermenu .ubermenu-item.header-btn a {
  color: #052855;
}

header .ubermenu .ubermenu-item.header-btn a:hover {
  background: #97d700;
  color: #002855;
}

header.sticky .ubermenu .ubermenu-item.header-btn a:hover {
  color: #002855;
}

#wpadminbar {
  z-index: 1000000000;
}

.logged-in header {
  top: 32px;
}

.ubermenu .ubermenu-item a:hover,
header .ubermenu .ubermenu-item .ubermenu-submenu-drop a:hover {
  color: #0072ce;
}

.mobile-search-container {
  display: none;
}

@media (max-width: 1275px) {
  .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega {
    overflow-y: auto;
    padding-bottom: 150px;
  }

  .ubermenu .ubermenu-item .ubermenu-submenu-drop,
  .ubermenu .ubermenu-item > a,
  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    -webkit-transition: all 0.01ms ease-in-out !important;
            transition: all 0.01ms ease-in-out !important;
  }

  .header-search-icon {
    display: none;
  }

  .ubermenu-nav.menu-open {
    padding-top: 15px !important;
  }

  header .navbar-collapse {
    top: 45px;
  }

  .ubermenu .ubermenu-item.menu-open > a:before {
    display: none;
  }

  .ubermenu .ubermenu-item.menu-open > a {
    font-size: 30px;
    font-weight: 600;
    pointer-events: none;
  }

  header .ubermenu .ubermenu-item {
    display: block;
    float: none !important;
  }

  .ubermenu .ubermenu-item.header-btn {
    width: 50%;
    display: inline-block;
    margin: 60px 0 0;
  }

  header .ubermenu .ubermenu-item.header-btn a {
    margin: 0 15px;
    color: #052855;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }

  .ubermenu .ubermenu-item > a {
    color: #052855;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
    padding-right: 60px;
  }

  .ubermenu .ubermenu-item.ubermenu-item-has-children > a:before {
    content: '';
    height: 15px;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 18px;
    opacity: 1;
    border-radius: 0;
    left: auto;
    background-image: url("../../assets/img/menu-link-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
  }

  header .ubermenu .ubermenu-item.normal-dropdown .ubermenu-submenu-drop {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    right: auto;
    max-width: none;
    min-width: 100%;
  }

  header .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    border-radius: 0;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
  }

  header .ubermenu .ubermenu-item.normal-dropdown .ubermenu-submenu-drop .ubermenu-submenu {
    padding-top: 0;
  }

  header .ubermenu .ubermenu-item.normal-dropdown .ubermenu-submenu-drop .ubermenu-submenu a {
    color: #335377;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 5px 10px;
  }

  header .ubermenu .ubermenu-item.normal-dropdown .ubermenu-submenu-drop .ubermenu-submenu a:hover {
    color: #002855;
  }

  .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
    padding: 0 20px;
    width: 100%;
    float: none;
    border: none !important;
  }

  .ubermenu .ubermenu-tab-layout-left .ubermenu-column {
    width: 100% !important;
    min-height: auto !important;
    padding: 0 7px;
    background: transparent !important;
  }

  header .ubermenu .ubermenu-item.tab-menu-container .ubermenu-submenu-drop > .ubermenu-column {
    height: auto;
    display: block;
    width: 100%;
  }

  .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    position: relative;
    display: none;
    height: auto !important;
    min-height: auto !important;
    padding: 0 0 10px;
    border: none;
    border: transparent;
  }

  .ubermenu-submenu-type-tabs-group > li > a .ubermenu-target-title:before {
    display: none;
  }

  header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tabs a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #052855;
    padding: 13px 8px;
    margin-bottom: 0;
    padding-right: 50px;
  }

  header .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-tabs .ubermenu-item.ubermenu-active .ubermenu-tab-content-panel {
    display: block;
    padding-top: 0;
  }

  .ubermenu .ubermenu-submenu .ubermenu-column.left-cta-container {
    position: relative;
    right: 0;
  }

  .ubermenu .ubermenu-submenu .ubermenu-column.left-cta-container .ubermenu-item.menu-card > a {
    padding: 0;
    padding-left: 130px;
  }

  .ubermenu .ubermenu-submenu .ubermenu-column.left-cta-container .ubermenu-item.menu-card > a img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 113px;
  }

  header .ubermenu .ubermenu-submenu-drop .ubermenu-item.menu-card .ubermenu-custom-content-padded {
    padding: 5px 0 0;
    padding-left: 130px;
  }

  .mobile-search-container {
    display: block;
    margin: 20px 15px 0;
  }
  .mobile-search-container .search-field {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .mobile-search-container .search-field input {
    position: relative;
    width: 100%;
    font-size: 18px;
    padding: 5px;
    min-height: 48px;
    border-radius: 5px;
    border: 1px solid #cccccc;
  }
  .mobile-search-container .search-field button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
    width: 40px;
    font-size: 22px;
    border: none;
    color: #fff;
    background: #0072ce;
    text-align: center;
  }
}
header .main-menu .menu-item-has-children {
  position: relative;
}
header .main-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  min-width: 187px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: none;
  border: 1px solid transparent;
}
header .main-menu .menu-item-has-children .sub-menu li {
  padding: 0px 0px;
}
header .main-menu .menu-item-has-children .sub-menu li a {
  text-align: center;
  background-color: transparent;
  color: #121272;
}
header .main-menu .menu-item-has-children .sub-menu li a:hover {
  color: #3434C6;
}
@media (max-width: 1275px) {
  header .main-menu .menu-item-has-children .sub-menu li a {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 1275px) {
  header .main-menu .menu-item-has-children .sub-menu {
    position: relative;
    width: 100%;
    min-width: 100%;
    left: unset;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    padding-left: 10px;
  }
}
@media (min-width: 1275px) {
  header .main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 1275px) {
  header .main-menu .menu-item-has-children em {
    position: absolute;
    top: 26px;
    right: 0;
    width: 43px;
    height: 43px;
    z-index: 1;
    cursor: pointer;
  }
  header .main-menu .menu-item-has-children em:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 16px;
    border-style: solid;
    border-color: #3434C6;
    border-width: 0 0 2px 2px;
    padding: 5px;
    -webkit-transform: rotate(224deg);
        -ms-transform: rotate(224deg);
            transform: rotate(224deg);
    -webkit-transition: all .3s;
            transition: all .3s;
  }
  header .main-menu .menu-item-has-children.open em:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 25px;
  }
}
header .mobile-header-btns {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  border: 1px solid transparent;
  z-index: 99;
}
header .mobile-header-btns .header-search-icon {
  display: block;
  position: relative;
  top: unset;
  right: unset;
  float: left;
  color: #3434C6;
  margin: 4px 10px;
}
header .mobile-header-btns .navbar-toggler {
  position: relative;
  top: unset;
  right: unset;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  float: left;
}
header .mobile-header-btns .navbar-toggler i {
  color: #3434C6;
}
@media (min-width: 1275px) {
  header .mobile-header-btns {
    display: none;
  }
}
header.sticky .main-menu .menu-item-has-children .sub-menu, header.white .main-menu .menu-item-has-children .sub-menu {
  background-color: #fff;
  border: 1px solid #DADAE1;
}
@media (max-width: 1275px) {
  header.sticky .main-menu .menu-item-has-children .sub-menu, header.white .main-menu .menu-item-has-children .sub-menu {
    border-color: transparent;
  }
}
header.sticky .mobile-header-btns, header.white .mobile-header-btns {
  border-color: #DADAE1;
}

@media (max-width: 1275px) {
  body:not(.home) .navbar-collapse:before {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  .navbar-brand .logo {
    z-index: 99;
  }

  .navbar-collapse {
    background: transparent;
    overflow: hidden !important;
  }

  .navbar-collapse.show {
    background: transparent;
    overflow: visible !important;
  }

  .navbar-collapse:before {
    content: '';
    border-radius: 4px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 100%;
    height: 200%;
    left: 0;
    top: -111px;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
  }

  .navbar-nav.main-menu {
    background-color: transparent;
    border: none;
    max-width: 220px;
  }

  .navbar-nav.main-menu li.menu-button a {
    background-color: #fff;
    color: #3434C6;
    border-radius: 40px;
    text-align: center;
    border-bottom: 0;
    margin-top: 30px;
    padding: 15px 0;
  }

  header .main-menu .menu-item-has-children .sub-menu {
    margin-left: 0;
    background-color: transparent;
  }

  .navbar-nav.main-menu li > a {
    color: #3434C6;
    font-weight: 500;
    text-align: center;
  }

  .navbar-nav.main-menu li:hover a {
    color: #3434C6;
    background-color: transparent;
  }

  .menucontainer--main > li {
    display: none;
  }

  .menucontainer--main > li.open {
    display: block;
  }

  .menucontainer--main > li.open > a {
    text-align: center;
    font-weight: 500;
  }

  header .main-menu .menu-item-has-children.open em {
    right: auto;
    left: 0;
    top: 12px;
  }

  header .main-menu .menu-item-has-children.open em:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  body:not(.home) .navbar-collapse:before {
    background-color: rgba(255, 255, 255, 0.9);
  }

  header.sticky .main-menu .menu-item-has-children .sub-menu,
  header.white .main-menu .menu-item-has-children .sub-menu {
    background-color: transparent;
    border: none;
  }

  header .main-menu .menu-item-has-children .sub-menu {
    padding-left: 0;
  }

  header .main-menu .menu-item-has-children .sub-menu li a {
    border-bottom: none;
    padding-top: 20px 0 0;
    text-align: center;
  }
}
@media (min-width: 1275px) {
  .right-menu {
    position: absolute;
    right: 50px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-left: -7%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-search-icon {
    position: absolute;
    right: 0;
  }
}
@-moz-document url-prefix() {
  .search-overlay .search-content .search-header-content .search-field input {
    background-color: rgba(255, 255, 255, 0.95);
  }

  .search-overlay .search-content .search-header-content .search-field button {
    color: #3434C6;
  }
}
body:not(.home) header.wow.fadeIn {
  -webkit-animation: none !important;
          animation: none !important;
  visibility: visible !important;
}

nav .nav-navbars {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body, html {
  padding-right: 0 !important;
  font-family: 'Manrope', sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  background-attachment: fixed;
  position: relative !important;
}

html.fixed-body-block {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.bg-dark-main {
  background-color: #fff;
}

.bg-dark-main {
  background-color: #212121;
}

.bg-darkRed {
  background-color: #37215d;
}

.bg-redBg {
  background-color: #121272;
}

.bg-darkerbg {
  background-color: #060649;
}

.bg-light-theme {
  background-color: #f2f2f2;
}

.bg-light {
  background-color: #fafafa;
}

@media screen and (max-width: 999px) {
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}
body.animation-complete header.wow,
body.animation-complete .banner-container.wow {
  -webkit-animation-name: none !important;
          animation-name: none !important;
  visibility: visible !important;
}

.main-section {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
}
.main-section.padding-top {
  padding-top: 89px;
}
@media (max-width: 1275px) {
  .main-section.padding-top {
    padding-top: 75px;
  }
}
@media (max-width: 999px) {
  .main-section {
    padding-top: 0px;
  }
}

.container.content-sm {
  max-width: 800px;
}
.container.post-sm-content {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.post-detail-inline-cta.content-sm {
  margin-bottom: 40px;
}

.container.container-small {
  max-width: 1000px;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bullets-listing img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.bullets-listing img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.bullets-listing img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bullets-listing .alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.bullets-listing .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.bullets-listing .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-initialized .slick-slide {
  outline: none !important;
}

.not-found-banner h1 {
  font-size: 150px;
}
.not-found-banner h1 span {
  font-size: 30px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .not-found-banner h1 {
    font-size: 110px;
  }
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  height: 50px;
  width: 50px;
  border: none;
  color: #6d3e89;
  border-radius: 50px;
  font-size: 50px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  color: transparent;
  opacity: 1;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: #6d3e89;
  position: absolute;
  left: -1px;
  top: -2px;
  font-size: 50px;
  font-weight: 600;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: center;
}

.slick-slider .slick-prev:before {
  font-family: 'icomoon' !important;
  content: "\e90e";
}

.slick-slider .slick-next:before {
  content: "\e90d";
  font-family: 'icomoon' !important;
}

.slick-slider .slick-dots {
  position: relative;
  margin: 30px 0 0;
}

.error-text-block {
  font-size: 20px;
  line-height: 27px;
  color: #3434C6;
  display: block;
  margin-bottom: 5px;
}

.bg-light-bg {
  background-color: #f7f7f7;
}

.dark-bg-b {
  background-color: #052855;
  color: #fff;
}
.dark-bg-b h2, .dark-bg-b h3, .dark-bg-b h4, .dark-bg-b h5, .dark-bg-b h6 {
  color: #fff;
}
.dark-bg-b p, .dark-bg-b .small-label, .dark-bg-b .eyebrow-label.dark, .dark-bg-b .inline-btn, .dark-bg-b .btn.btn-primary.grd-btn,
.dark-bg-b .text-block ul li {
  color: #fff;
}
.dark-bg-b .inline-btn:before {
  background-color: #fff;
}
.dark-bg-b .inline-btn:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.slider-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-action .slick-arrow,
.slider-action span {
  height: 32px;
  width: 32px;
  border: 2px solid #3434C6;
  background: #3434C6;
  color: #fff;
  border-radius: 50px;
  font-size: 28px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.slider-action .slide-m-dots,
.slider-action .sp-slide-m-dots,
.slider-action .normal-dotts {
  margin: 6px 5px 0;
}
.slider-action .slide-m-dots .slick-dots,
.slider-action .sp-slide-m-dots .slick-dots,
.slider-action .normal-dotts .slick-dots {
  position: relative;
}
.slider-action.green-action-color {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-action.green-action-color .slick-dots li button {
  background: #060649 !important;
}
.slider-action.green-action-color .slick-arrow,
.slider-action.green-action-color span {
  color: #060649;
}
.slider-action.nav-right-items {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn.btn-primary.text-left {
  padding-left: 0;
}
.btn.btn-primary.text-left:hover {
  padding-left: 5px;
}

.btn.btn-primary.grd-btn {
  background: transparent;
  position: relative;
  border: 1px solid #060649;
  color: #121272;
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 6px;
}
.btn.btn-primary.grd-btn:hover, .btn.btn-primary.grd-btn:active, .btn.btn-primary.grd-btn:focus {
  color: #121272;
  background: #060649;
}
.btn.btn-primary.grd-btn.btn-white-text {
  color: #fff;
}
.btn.btn-primary.grd-btn.btn-white-text:hover, .btn.btn-primary.grd-btn.btn-white-text:active, .btn.btn-primary.grd-btn.btn-white-text:focus {
  color: #121272;
}
.btn.btn-primary.grd-btn.btn-blue {
  color: #3434C6;
}
.btn.btn-primary.grd-btn.btn-blue:hover, .btn.btn-primary.grd-btn.btn-blue:active, .btn.btn-primary.grd-btn.btn-blue:focus {
  color: #121272;
}
@media (max-width: 767px) {
  .btn.btn-primary.grd-btn {
    padding: 12px 15px;
  }
}

.btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: transparent;
}

.bg-light-a {
  background-color: #E6E6E6;
}

a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  outline: none !important;
}
a:hover {
  color: #3434C6;
  text-decoration: none;
}

.inline-btn {
  font-size: 16px;
  color: #121272;
  display: inline-block;
  font-weight: bold;
  z-index: 1;
  padding-right: 42px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.inline-btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #121272;
  right: 10px;
  top: 11px;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.inline-btn:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #121272;
  border-left: 2px solid #121272;
  position: absolute;
  right: 10px;
  top: 8px;
  -webkit-transform: rotate(133deg);
      -ms-transform: rotate(133deg);
          transform: rotate(133deg);
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.inline-btn.btn-white {
  color: #fff;
}
.inline-btn.btn-white:before {
  background-color: #fff;
}
.inline-btn.btn-white:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.inline-btn.btn-white:hover {
  color: #fff;
}
.inline-btn.btn-blue {
  color: #3434C6;
}
.inline-btn.btn-blue:before {
  background-color: #3434C6;
}
.inline-btn.btn-blue:after {
  border-top: 2px solid #3434C6;
  border-left: 2px solid #3434C6;
}
.inline-btn.btn-blue:hover {
  color: #3434C6;
}
.inline-btn:hover {
  color: #121272;
}
.inline-btn:hover:before {
  right: 6px;
}
.inline-btn:hover:after {
  right: 5px;
}

.inline-btn-outline {
  font-size: 16px;
  font-weight: 800;
  color: #727272;
  display: inline-block;
  position: relative;
  padding-right: 45px;
}
.inline-btn-outline:before {
  content: "\e90d";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: normal;
  font-size: 30px;
  line-height: normal;
  color: #727272;
  width: 32px;
  height: 32px;
  border: 1px solid #727272;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.inline-btn-outline:hover {
  color: #121272;
}
.inline-btn-outline:hover:before {
  color: #121272;
  border-color: #121272;
}
.inline-btn-outline.green-btn {
  color: #121272;
}
.inline-btn-outline.green-btn:before {
  color: #121272;
  border-color: #121272;
}
.inline-btn-outline.green-btn:hover {
  color: #3434C6;
}
.inline-btn-outline.green-btn:hover:before {
  color: #3434C6;
  border-color: #3434C6;
}

.sec-text-large p {
  font-size: 32px;
  line-height: 1.44;
  font-family: "mrs-eaves-xl-serif-narrow";
  color: #121272;
}

.text-block p {
  font-size: 18px;
  line-height: 26px;
}
.text-block ul {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
}
.text-block ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #121272;
}
.text-block ul li a {
  color: #3434C6;
}
.text-block ul li a:hover {
  color: #121272;
  text-decoration: underline;
}
.text-block ul li:before {
  content: '';
  background-image: url("../../assets/img/bullet-style.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'icomoon' !important;
  background-size: contain;
  background-position: center;
  border-radius: 50px;
  text-align: center;
}
.text-block ul li ul {
  margin-top: 15px;
}
.text-block ul li ul li:before {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  content: '';
  top: 8px;
  background: #f95e3d;
}
.text-block ul li ul li ul li {
  padding-left: 25px;
}
.text-block ul li ul li ul li:before {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  content: '';
  top: 8px;
  background: #f95e3d;
}
.text-block p a {
  color: #3434C6;
  font-weight: 500;
}
.text-block p a:hover {
  color: #121272;
  text-decoration: underline;
}
.text-block table {
  margin-bottom: 25px;
  color: #002855;
}
.text-block table tbody tr:nth-child(even) {
  background: #f3f9ff;
}
.text-block table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.text-block table tbody tr td:first-child {
  font-family: "mrs-eaves-xl-serif-narrow";
  color: #0072ce;
  font-weight: 600;
}
.text-block table td {
  padding: 15px;
  vertical-align: top;
}
.text-block table a {
  color: #a05fce;
}
.text-block table a:hover {
  color: #a05fce;
  text-decoration: underline;
}
.text-block ol {
  padding-left: 0;
}
.text-block ol li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: 'Manrope', sans-serif;
}
.text-block ol li ol {
  margin-top: 0;
}
.text-block ol li:last-child {
  margin-bottom: 0;
}
.text-block.checklisting ul li:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  font-family: 'icomoon' !important;
  content: "\e901";
  color: #00E5BE;
  border: 1px solid #00E5BE;
  background: transparent;
  border-radius: 50px;
  text-align: center;
  line-height: 20px;
}
.text-block.bullet-listing ul li {
  position: relative;
  padding-left: 20px;
  color: #121272;
}
.text-block.bullet-listing ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #f95e3d;
  border-radius: 0;
}
.text-block.bullet-listing ul li ul li:before {
  background-color: transparent;
  border: 1px solid #060649;
}
.text-block.white-text h1 a, .text-block.white-text h2 a, .text-block.white-text h3 a, .text-block.white-text h4 a, .text-block.white-text h5 a, .text-block.white-text h6 a {
  color: #fff;
}
.text-block.white-text h1 a:hover, .text-block.white-text h2 a:hover, .text-block.white-text h3 a:hover, .text-block.white-text h4 a:hover, .text-block.white-text h5 a:hover, .text-block.white-text h6 a:hover {
  color: #fff;
  text-decoration: underline;
}
.text-block.white-text h1, .text-block.white-text h2, .text-block.white-text h3, .text-block.white-text h4, .text-block.white-text h5, .text-block.white-text h6, .text-block.white-text p, .text-block.white-text ul li, .text-block.white-text ol li, .text-block.white-text ul li a, .text-block.white-text ol li a,
.text-block.white-text ol > li:before, .text-block.white-text div {
  color: #fff;
}
.text-block.white-text ul li:before {
  background: #3434C6;
}
.text-block.para-color p, .text-block.para-color ul li, .text-block.para-color ol li {
  color: #335377;
}
.text-block.dark-check ul li:before {
  background-image: url("../../assets/img/bullet-style-dark.svg");
}
.text-block.light-text-para-two p, .text-block.light-text-para-two ul li, .text-block.light-text-para-two ol li, .text-block.light-text-para-two div {
  color: #335377;
}
.text-block.light-text-para-two ul li a, .text-block.light-text-para-two ol li a {
  color: #3434C6;
  font-weight: 500;
}
.text-block.light-text-para-two ul li a:hover, .text-block.light-text-para-two ol li a:hover {
  color: #121272;
  text-decoration: underline;
}
.text-block.light-text-para-three p, .text-block.light-text-para-three ul li, .text-block.light-text-para-three ol li, .text-block.light-text-para-three div {
  color: #121272;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Work Sans", sans-serif;
}
.text-block.light-text-para-three ul li, .text-block.light-text-para-three ol li {
  margin-bottom: 10px;
}
.text-block.light-text-para-three ul li a, .text-block.light-text-para-three ol li a {
  color: #3434C6;
  font-weight: 500;
}
.text-block.light-text-para-three ul li a:hover, .text-block.light-text-para-three ol li a:hover {
  color: #121272;
  text-decoration: underline;
}
.text-block.normal-para p {
  font-size: 18px;
  line-height: 27px;
  color: #44415B;
}
.text-block.normal-para ul {
  position: relative;
}
.text-block.normal-para ul li {
  font-size: 16px;
  line-height: 24px;
  color: #44415B;
  font-family: "Work Sans", sans-serif;
  padding: 0px 0px 0px 41px;
  position: relative;
  margin-bottom: 15px;
}
.text-block.normal-para ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 19px;
  height: 14px;
  background-image: url(../img/list-icon.svg);
  background-repeat: no-repeat;
}
.text-block.normal-para ul li ul li {
  padding-left: 25px;
}
.text-block.normal-para ul li ul li:before {
  background-image: none;
  height: 8px;
  width: 8px;
  background-color: #00E5BE;
}
.text-block.normal-para ol li {
  font-size: 16px;
  line-height: 24px;
  color: #44415B;
  font-family: "Work Sans", sans-serif;
  padding: 0px 0px 0px 25px;
  position: relative;
  margin-bottom: 15px;
}
.text-block.normal-para ol, .text-block.normal-para ul li ul {
  margin-left: 0;
}

.title-section {
  margin-bottom: 40px;
}
.title-section h2 {
  margin-bottom: 0;
}
.title-section.half-title-block {
  max-width: 510px;
  margin: 0 auto 40px;
}
.title-section.half-title-block h2 {
  margin: 0 auto;
}
.title-section .subtitle {
  margin: 15px auto 0;
  max-width: 600px;
}
.title-section .subtitle p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #335377;
}
@media (max-width: 767px) {
  .title-section .subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
}
.title-section .subtitle.white p {
  color: #fff;
}
.title-section .subtitle.small p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 999px) {
  .title-section {
    margin-bottom: 20px;
  }
}

.text-block .inline-btn {
  color: #002855;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 15px;
  color: #121272;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
}
@media (max-width: 720px) {
  h1 {
    font-size: 48px;
    line-height: 53px;
  }
}
h1.dark-blue {
  color: #121272;
}
h1.light-blue {
  color: #3434C6;
}
h1.white {
  color: #fff;
}

h2 {
  font-size: 45px;
  line-height: 47px;
  position: relative;
  z-index: 1;
}
h2.light {
  font-weight: 200;
}
h2.title {
  font-size: 39px;
  line-height: 49px;
  font-weight: 600;
  color: #121272;
}
@media (max-width: 720px) {
  h2 {
    font-size: 40px;
    line-height: 47px;
  }
}
h2.light-bold {
  color: #a05fce;
}
h2.darker {
  color: #060649;
}
h2.darker-bold {
  color: #37215d;
}
h2.light-blue {
  color: #121272;
}
h2.white {
  color: #fff;
}

h3 {
  font-size: 39px;
  line-height: 47px;
  font-weight: bold;
}
h3.dark {
  color: #121272;
}
@media (max-width: 720px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
h3.light-blue {
  color: #121272;
}

h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}
@media (max-width: 720px) {
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
h5.bold {
  font-weight: 700;
}
@media (max-width: 720px) {
  h5 {
    font-size: 18px;
    line-height: 23px;
  }
}

h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
h6.sec-font {
  font-family: "mrs-eaves-xl-serif-narrow";
  line-height: 20px;
}
@media (max-width: 720px) {
  h6 {
    font-size: 16px;
    line-height: 19px;
  }
}

.small-label {
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  color: #3434C6;
  font-family: "DM Sans", sans-serif;
}
.small-label.purple {
  color: #6d3e89;
}
.small-label.light {
  color: #37b19c;
}
@media (max-width: 720px) {
  .small-label {
    font-size: 14px;
    line-height: 21px;
  }
}

.eyebrow-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #00E5BE;
  font-family: "Work Sans", sans-serif;
}
.eyebrow-label.lightBlue {
  color: #3434C6;
}
.eyebrow-label.dark {
  color: #121272;
}
.eyebrow-label.light {
  color: #ffffff;
}
.eyebrow-label.brand-icon {
  position: relative;
  padding-left: 20px;
}
.eyebrow-label.brand-icon:before {
  content: '';
  background-image: url("../../assets/img/leaf.svg");
  width: 13px;
  height: 10px;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
  background-repeat: no-repeat;
}

p, table td {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 26px;
  font-family: "Work Sans", sans-serif;
  color: #44415B;
  font-weight: 400;
}
p a, table td a {
  color: #3434C6;
}
p a:hover, table td a:hover {
  color: #121272;
  text-decoration: underline;
}

.bg-dark-main p, .bg-dark-main table td {
  color: #eaeaea;
}
.bg-dark-main p a, .bg-dark-main table td a {
  color: #a05fce;
}
.bg-dark-main p a:hover, .bg-dark-main table td a:hover {
  color: #a05fce;
  text-decoration: underline;
}

.padding-sm {
  padding: 40px 0;
}

.padding-md {
  padding: 60px 0;
}

.padding-lg {
  padding: 80px 0;
}

.padding-xlg {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .padding-sm,
  .padding-md,
  .padding-lg,
  .padding-xlg {
    padding: 40px 0;
  }
}
.text-block ol li ul, .text-block ol li ol {
  margin-top: 20px;
  counter-reset: listStyle;
}
.text-block ol li ul li, .text-block ol li ol li {
  counter-increment: listStyle;
}
.text-block ol li ul li::marker {
  font-weight: 600;
  color: #6d3e89;
}
.text-block ol li ul li:before, .text-block ol li ol li:before {
  color: #00E5BE;
  content: counter(listStyle,lower-alpha) ". ";
  font-weight: normal;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -99999px;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  font-size: 18px;
  line-height: 27px;
  color: #9998A3;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.pagination span {
  font-size: 18px;
  line-height: 27px;
  color: #9998A3;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  margin: 0px 10px;
}
.pagination a {
  color: #3434C6;
  font-size: 14px;
  line-height: 27px;
  margin: 0px 20px;
  font-weight: bold;
}

.pagination a {
  position: relative;
}
.pagination a:first-child {
  position: relative;
  padding-right: 45px;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid #00E5BE;
  padding: 0;
  border-radius: 50px;
}
.pagination a:first-child:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00E5BE;
  border-left: 2px solid #00E5BE;
  position: absolute;
  left: 10px;
  top: 8.5px;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.pagination a:last-child {
  position: relative;
  padding-right: 45px;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid #00E5BE;
  padding: 0;
  border-radius: 50px;
}
.pagination a:last-child:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00E5BE;
  border-left: 2px solid #00E5BE;
  position: absolute;
  right: 10px;
  top: 8.5px;
  -webkit-transform: rotate(133deg);
      -ms-transform: rotate(133deg);
          transform: rotate(133deg);
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.li-bullet-p ul li {
  padding: 0;
  padding-left: 22px;
  padding-bottom: 10px;
}
.li-bullet-p ul li:before {
  top: 7px;
}
.li-bullet-p table td {
  vertical-align: top;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-bottom: 25px;
  padding-left: 0;
}
ol > li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 30px;
  padding-bottom: 0;
  font-size: 16px;
  color: #121272;
}
ol > li:before {
  content: counter(my-awesome-counter) ". ";
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  color: #121272;
  font-weight: bold;
}
ol > li:last-child {
  padding-bottom: 0;
}

.bullets-listing ol li {
  color: #121272;
}
.bullets-listing ol li ul, .bullets-listing ol li ol {
  list-style-type: lower-alpha;
  padding: 0;
  padding-left: 15px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.bullets-listing ol li ul li, .bullets-listing ol li ol li {
  padding-left: 0;
  color: #121272;
}
.bullets-listing ol li ul li::marker, .bullets-listing ol li ol li::marker {
  font-weight: 600;
  color: #6d3e89;
}
.bullets-listing ol li ul li:before, .bullets-listing ol li ol li:before {
  display: none;
}

.bullets-listing ul:last-child {
  margin-bottom: 0;
}

.bullets-listing img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.bullets-listing img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.bullets-listing img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bullets-listing .alignright {
  float: right;
}

.bullets-listing .alignleft {
  float: left;
}

.bullets-listing .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-block img {
  height: auto;
}

.text-block figure {
  width: 100% !important;
}

.large-para p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #335377;
}
@media (max-width: 767px) {
  .large-para p {
    font-size: 18px;
  }
}
.large-para.darker-color p {
  color: #060649;
  font-weight: 200;
}
.large-para.listing-second ul li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.large-para.listing-second ul li:before {
  top: 5px;
  background: #f95e3d;
}

.sec-font p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: "mrs-eaves-xl-serif-narrow";
  color: #060649;
}
@media (max-width: 767px) {
  .sec-font p {
    font-size: 16px;
    line-height: 22px;
  }
}

.not-found-section {
  padding: 100px 0;
}
.not-found-section .content-block h1 {
  font-weight: 300;
  font-size: 80px;
  color: #3434C6;
  margin-bottom: 20px;
}
.not-found-section .content-block h3 {
  font-weight: 300;
  font-size: 40px;
}
.not-found-section p {
  color: #212121;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}
.not-found-section .search-bar form {
  position: relative;
}
.not-found-section .search-bar input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #37215d;
  min-height: 56px;
  padding: 15px;
  padding-right: 40px;
}
.not-found-section .search-bar .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border: none;
  background: transparent;
  font-weight: 600;
  color: #3434C6;
  font-size: 17px;
}
.not-found-section .search-bar .search-btn:focus {
  outline: none;
}
.not-found-section .search-bar .search-btn i {
  font-weight: 600;
}
.not-found-section .search-bar .search-btn span {
  display: none;
}
.not-found-section .search-bar input:focus {
  outline: none;
  border-color: #3434C6;
}
.not-found-section .popular-links li {
  display: block;
}
.not-found-section .popular-links li a {
  font-weight: 500;
  font-size: 16px;
  color: #212121;
  line-height: normal;
  border-bottom: 1px solid #212121;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.not-found-section .popular-links li a:hover {
  color: #3434C6;
}
.not-found-section .popular-links li:last-child a {
  border-bottom: none;
}
.not-found-section h6 {
  color: #3434C6;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.not-found-section .notfound-brand-icon {
  max-width: 240px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .not-found-section .content-block h1 {
    font-size: 60px;
  }
  .not-found-section .content-block h3 {
    font-size: 30px;
    line-height: normal;
  }
  .not-found-section .search-bar {
    margin-bottom: 30px;
  }
}

.pagination-nav {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #2f2f2f;
  line-height: 27px;
  text-align: center;
}
.pagination-nav a {
  font-size: 22px;
  line-height: 27px;
  color: #a05fce;
  padding: 0px 15px;
}
.pagination-nav a:hover {
  color: #2f2f2f;
}
.pagination-nav span {
  padding: 0px 10px;
}

.page-template-template-landing .career-banner-zone:before {
  display: none;
}

@media (max-width: 767px) {
  .brand-slider {
    margin: 0 -15px;
  }

  .brand-slider.slick-initialized .slick-slide {
    margin: 0 0px;
    padding: 0 45px;
  }

  .logo-reel .slick-slide img {
    width: 100%;
  }
}
.component-password-section {
  padding: 60px 0;
  background: #2f2f2f;
}
.component-password-section .compo-password-container {
  padding: 45px;
  max-width: 450px;
  position: relative;
  margin: auto;
  width: 100%;
  background: #fff;
}
.component-password-section .compo-password-container:before {
  position: absolute;
  content: '';
  height: 8px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#37b19c), color-stop(#15afac), color-stop(#00acba), color-stop(#03a9c5), color-stop(#2fa4cd), color-stop(#389bcd), color-stop(#4591cb), color-stop(#5587c6), color-stop(#5a76bb), color-stop(#6064ad), color-stop(#67529c), to(#6d3e89));
  background-image: -webkit-linear-gradient(left, #37b19c, #15afac, #00acba, #03a9c5, #2fa4cd, #389bcd, #4591cb, #5587c6, #5a76bb, #6064ad, #67529c, #6d3e89);
  background-image: linear-gradient(to right, #37b19c, #15afac, #00acba, #03a9c5, #2fa4cd, #389bcd, #4591cb, #5587c6, #5a76bb, #6064ad, #67529c, #6d3e89);
}
.component-password-section .compo-password-container input[type="password"] {
  border: 1px solid #2b023c;
  min-height: 37px;
  padding: 5px 5px;
  width: 100%;
  display: block;
  margin: 0 0 20px;
}
.component-password-section .compo-password-container button {
  background: transparent;
  position: relative;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 14px 30px;
  z-index: 1;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.component-password-section .compo-password-container button:before {
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #37b19c;
  background: -webkit-linear-gradient(left, #37b19c 0%, #579dd1 50%, #6d3e89 100%);
  background: -webkit-gradient(linear, left top, right top, from(#37b19c), color-stop(50%, #579dd1), to(#6d3e89));
  background: linear-gradient(to right, #37b19c 0%, #579dd1 50%, #6d3e89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b19c', endColorstr='#6d3e89',GradientType=1 );
}
.component-password-section .compo-password-container button:after {
  content: "\e90d";
  font-family: 'icomoon' !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  font-size: 18px;
  text-align: center;
  margin-left: 5px;
  vertical-align: -2px;
}
.component-password-section .compo-password-container button:hover, .component-password-section .compo-password-container button:focus {
  color: #6d3e89;
  background-color: transparent;
  border-color: #6d3e89;
}
.component-password-section .compo-password-container button:hover:before, .component-password-section .compo-password-container button:focus:before {
  background: transparent;
}

.error-404 {
  padding: 120px 0;
  padding-top: 200px;
  background: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-404 h1, .error-404 h5 {
  color: #fff;
}
.error-404 h1 {
  font-size: 64px;
  line-height: 70px;
}
.error-404 h5 {
  display: block;
  margin: 5px 0 25px !important;
}
@media (max-width: 767px) {
  .error-404 {
    padding: 60px 0;
    padding-top: 150px;
  }
  .error-404 .not-found-img {
    max-width: 80%;
    margin: 80px auto 0;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

@media (max-width: 767px) {
  .desktop-show {
    display: none;
  }
}

.btn-primary.btn.btn-light {
  color: #00E5BE;
}
.btn-primary.btn.btn-light:before {
  border-color: #00E5BE;
}
.btn-primary.btn.btn-light:after {
  background-color: #00E5BE;
}

.dark-dots-style .slick-dots li {
  padding: 0 !important;
  float: none !important;
  margin: 0 5px;
  height: 13px;
  width: 13px;
}
.dark-dots-style .slick-dots li button {
  height: 13px;
  width: 13px;
  border-radius: 50px;
  background: #00e5be !important;
  opacity: 0.5;
}
.dark-dots-style .slick-dots li.slick-active button {
  opacity: 1;
}
.dark-dots-style.green-dotts-style .slick-dots li {
  width: 40px;
}
.dark-dots-style.green-dotts-style .slick-dots li button {
  background: #060649 !important;
}
.dark-dots-style.green-dotts-style.slick-slider .slick-prev, .dark-dots-style.green-dotts-style.slick-slider .slick-next {
  height: 30px;
  width: 30px;
  border: none;
  color: #6d3e89;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
}
.dark-dots-style.green-dotts-style.slick-slider .slick-prev:before, .dark-dots-style.green-dotts-style.slick-slider .slick-next:before {
  color: #97d700;
  font-size: 33px;
  font-weight: normal;
}

.pointer-event-none {
  pointer-events: none !important;
}

.select-drpdown-label {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  letter-spacing: 0.48px;
  color: #707070;
  opacity: 1;
  font-weight: 500;
  padding-top: 15px;
  background: #fff;
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  padding-left: 10px;
  pointer-events: none;
  font-size: 16px;
}

footer {
  background-color: #fff;
  position: relative;
  padding: 76px 0px 0px 0px;
}
footer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 22px;
  background-image: url(../img/footer-color-shape.svg);
  background-position: center center;
  background-size: cover;
}
footer .footer-shape {
  background: #fff;
}
footer .footer-shape img {
  width: 100%;
  margin-bottom: -2px;
}
footer .btn.btn-primary.grd-btn {
  font-size: 14px;
}
footer .footer-cta {
  background: #121272;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 15px 60px;
  display: inline-block;
}
footer .footer-cta:hover {
  background: #3434C6;
}
@media (max-width: 992px) {
  footer .footer-cta {
    display: block;
  }
}
footer .footer-logo {
  display: block;
  margin-bottom: 30px;
}
footer .copyright-link {
  margin-bottom: 25px;
}
footer .footer-location-info {
  margin-bottom: 30px;
}
footer .social-box-f {
  margin-bottom: 30px;
}
footer .social-box-f ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .social-box-f ul li {
  margin-right: 35px;
}
footer .social-box-f ul li:last-child {
  margin-right: 0;
}
footer .social-box-f ul li a {
  font-size: 15px;
  color: #fff;
}
footer .social-box-f ul li a:hover {
  color: #ee2f53;
}
@media (max-width: 767px) {
  footer .social-box-f ul li {
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  footer .social-box-f ul {
    display: block;
    text-align: center;
  }
  footer .social-box-f ul li {
    padding: 0 10px;
    display: inline-block;
  }
}
@media (max-width: 992px) {
  footer .social-box-f {
    width: 100%;
  }
}
footer .small-text p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
}
footer .small-text p a {
  color: #fff;
}
@media (max-width: 999px) {
  footer {
    padding: 60px 0 0;
    text-align: center;
  }
}

.footer-links .btn.btn-primary.grd-btn.white-outline-btn {
  font-size: 12px;
  padding: 10px 20px;
}

.footer-links .menu-item.menu-item-has-children > a {
  font-size: 16px;
  color: #121272;
  padding-bottom: 15px;
  display: block;
  margin-bottom: 15px;
}
.footer-links .menu-item .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  color: #f4f4f4;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
}
.footer-links .menu-item .sub-menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-links .menu-item .sub-menu li .sub-menu {
  display: block;
}

.two-col-footer .menu-item > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.two-col-footer .menu-item > .sub-menu > li.menu-item-has-children > a {
  color: #fff;
  font-size: 14px;
}
.two-col-footer .menu-item > .sub-menu > li.menu-item-has-children > a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .two-col-footer .menu-item > .sub-menu {
    display: block;
  }
  .two-col-footer .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    max-width: 100%;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-menu > li {
  margin-bottom: 30px;
  width: 100%;
}

.footer-links .menu-item.menu-item-has-children li .sub-menu {
  padding-left: 15px;
}

@media (min-width: 999px) {
  .footer-links .menu-item.menu-item-has-children > a {
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
  }
}
.footer-links .menu-item.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  color: #060649;
  border-bottom: none;
  margin-bottom: 0;
  font-weight: 500;
  padding-bottom: 20px;
  display: block;
  font-family: "Work Sans", sans-serif;
}

.footer-links .menu-item > a {
  font-size: 16px;
  color: #fff;
}
.footer-links .menu-item > a:hover {
  color: #3434C6;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .footer-links .menu-item > a {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .footer-menu > li a {
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
  }
}
.bottom-footer-module {
  border-top: 1px solid #DADAE1;
  padding-top: 40px;
  margin-top: 20px;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .bottom-footer-module {
    border: none;
    margin-top: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bottom-footer-module {
    width: 90%;
  }
}

.foo-logo-container .footer-logo-item {
  width: 100%;
  max-width: 180px;
  display: block;
  margin-bottom: 17px;
}
.foo-logo-container .footer-logo-item img {
  width: 100%;
}
.foo-logo-container .footer-text-block span {
  font-size: 10px;
  line-height: normal;
  margin-bottom: 8px;
  color: #060649;
  font-family: "Work Sans", sans-serif;
}
.foo-logo-container .footer-text-block span a {
  color: #060649;
}
.foo-logo-container .footer-text-block span a:hover {
  color: #3434C6;
}
@media (max-width: 999px) {
  .foo-logo-container {
    display: block;
  }
  .foo-logo-container .footer-logo-item {
    max-width: 250px;
    margin: 0 auto 20px;
    display: block;
  }
  .foo-logo-container .footer-text-block {
    text-align: center;
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .foo-logo-container .footer-logo-item {
    max-width: 150px;
  }
}

.foo-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  margin-top: 0px;
}
.foo-social-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.foo-social-container ul li {
  padding: 0 5px;
}
.foo-social-container ul li a {
  color: #3434C6;
  font-size: 20px;
  padding: 0 10px;
}
@media (max-width: 999px) {
  .foo-social-container {
    display: block;
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .foo-social-container ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px;
    margin-right: 0;
  }
}

.footer-btn {
  text-align: right;
}
@media (max-width: 991px) {
  .footer-btn {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 999px) {
  .footer-links .menu-item.menu-item-has-children > a {
    border-bottom: none;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
  }
  .footer-links .menu-item .sub-menu {
    display: none;
  }

  .footer-menu > li {
    margin-bottom: 10px;
  }

  .footer-links .menu-item.footer-menu-show .sub-menu {
    display: block;
  }
}
.bottom-footer-module > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .bottom-footer-module > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 999px) {
  .footer-links .menu-item.footer-menu-show {
    padding-bottom: 15px;
  }

  .footer-links .menu-item.footer-menu-show .sub-menu li a {
    padding-bottom: 15px;
  }
}
.footer-logo-container {
  background: #f2f2f2;
  margin-top: 40px;
  padding: 22px 0;
}
.footer-logo-container .footer-logo {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-logo-container .footer-logo img {
  margin-right: 15px;
}
.footer-logo-container .footer-logo img:last-child {
  margin-right: 0;
}
@media (max-width: 999px) {
  .footer-logo-container .footer-logo {
    display: block;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding-bottom: 15px;
    height: auto;
  }
  .footer-logo-container .footer-logo img {
    height: 40px;
  }
  .footer-logo-container .footer-logo.two-logo img {
    display: inline-block;
    width: 44%;
  }
  .footer-logo-container .footer-logo.small-logo img {
    height: 50px;
  }
}

@media (max-width: 999px) {
  footer .btn.btn-primary.grd-btn.btn-white-text {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-logo-container .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .footer-logo-container .footer-logo img {
    width: 20%;
  }
  .footer-logo-container .footer-logo img:nth-child(4), .footer-logo-container .footer-logo img:nth-child(5) {
    width: 40%;
    margin: 15px;
    height: auto;
  }
  .footer-logo-container .footer-logo img:nth-child(6), .footer-logo-container .footer-logo img:nth-child(7) {
    width: 40%;
  }
}
footer.noshape-footer {
  padding-top: 50px;
}
@media (max-width: 767px) {
  footer.noshape-footer {
    padding-top: 30px;
  }
}

.mobile-footer-logo {
  margin-bottom: 55px;
  display: block;
}
@media (min-width: 992px) {
  .mobile-footer-logo {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer-logo-item {
    display: none !important;
  }
}

.footer-links ul {
  margin-left: 0;
}

.footer-links .menu-item a {
  font-size: 14px;
  line-height: 20px;
  color: #060649;
  border-bottom: none;
  margin-bottom: 0;
  font-weight: 500;
  padding-bottom: 20px;
  display: block;
  font-family: "Work Sans", sans-serif;
}

.footer-links .f-menu-heading.menu-item > a {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #121272;
  padding-bottom: 15px;
  display: block;
  margin-bottom: 15px;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 999px) {
  .footer-links .f-menu-heading.menu-item > a {
    border-bottom: none;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
  }
}
@media (max-width: 999px) {
  .footer-links .menu-item.menu-item-has-children > a {
    font-family: "DM Sans", sans-serif !important;
  }
}
.leaf-shape {
  position: relative;
}
.leaf-shape:before {
  content: '';
  background-image: url("../../assets/img/leaf.svg");
  width: 40px;
  height: 33px;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: -45px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .leaf-shape:before {
    width: 30px;
    top: 9px;
    left: -35px;
  }
}

.small-leaf-shape {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.small-leaf-shape:before {
  content: '';
  background-image: url("../../assets/img/leaf.svg");
  width: 35px;
  height: 20px;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .small-leaf-shape:before {
    width: 30px;
    top: 12px;
    left: -35px;
  }
}

.banner-down-arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: transalateX(-50%);
      -ms-transform: transalateX(-50%);
          transform: transalateX(-50%);
}
.banner-down-arrow img {
  width: 100%;
}
@media (max-width: 999px) {
  .banner-down-arrow {
    display: none;
  }
}

.page-template-template-homepage .main-section {
  padding-top: 0;
}

.home-banner-section {
  position: relative;
  height: 100vh;
  min-height: 500px;
  background: #f2f2f2;
  overflow: hidden;
}
.home-banner-section .banner-container {
  margin-left: 50px;
  max-width: 600px;
}
.home-banner-section h1 {
  margin-bottom: 0;
}
.home-banner-section .banner-para {
  padding-top: 15px;
}
.home-banner-section .banner-para p {
  font-size: 20px;
  line-height: 30px;
  color: #121272;
}
.home-banner-section .sec-text-large {
  padding-top: 15px;
}
.home-banner-section .sec-text-large p {
  font-size: 28px;
  line-height: 1.1;
}
.home-banner-section .container,
.home-banner-section .row {
  position: relative;
  height: 100%;
}
.home-banner-section .banner-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
  pointer-events: none;
  background: #fff;
}
.home-banner-section .banner-shape img {
  width: auto;
  height: 100%;
}
.home-banner-section .banner-shape svg {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1.2) !important;
          transform: translate3d(0px, 0px, 0px) scale(1.2) !important;
}
@media (max-width: 999px) {
  .home-banner-section {
    height: auto;
    min-height: auto;
    padding: 80px 0 40px;
  }
  .home-banner-section .banner-container {
    margin-left: 33px;
  }
  .home-banner-section .banner-down-arrow,
  .home-banner-section .banner-shape {
    display: none;
  }
}
@media (max-width: 999px) {
  .home-banner-section p {
    font-size: 18px;
    line-height: 22px;
  }
}
.home-banner-section.banner-height-normal {
  height: auto;
  min-height: 550px;
}
@media (max-width: 999px) {
  .home-banner-section.banner-height-normal {
    min-height: auto;
  }
}
@media (min-width: 999px) {
  .home-banner-section.banner-height-normal .container,
  .home-banner-section.banner-height-normal .row {
    min-height: 550px;
  }
}
.home-banner-section.post-herobanner {
  background-color: #002855;
  min-height: auto;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .home-banner-section.post-herobanner {
    padding: 30px 0;
  }
}
.home-banner-section.post-herobanner .post-hero-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .home-banner-section.post-herobanner .post-hero-image {
    display: none;
  }
}
.home-banner-section.post-herobanner .banner-shape {
  background: transparent;
}
.home-banner-section.post-herobanner .banner-shape svg {
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1) !important;
          transform: translate3d(0px, 0px, 0px) scale(1) !important;
}
.home-banner-section.post-herobanner h1 {
  color: #fff;
  font-weight: 400;
}
.home-banner-section.post-herobanner .container, .home-banner-section.post-herobanner .row {
  min-height: 400px;
}
.home-banner-section.post-herobanner p {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}
.home-banner-section.post-herobanner .banner-post-tag {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-banner-section.post-herobanner .banner-post-tag span {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #97d700;
  border-radius: 50px;
  padding: 5px 15px;
  margin-right: 15px;
  letter-spacing: 0.24px;
}
@media (max-width: 767px) {
  .home-banner-section.post-herobanner .banner-post-tag span {
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 4px 10px;
  }
}
.home-banner-section.post-herobanner .banner-post-tag span:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .home-banner-section.post-herobanner .banner-post-tag {
    margin-bottom: 15px;
  }
}
.home-banner-section.post-herobanner .mobile-date {
  display: none;
}
@media (max-width: 767px) {
  .home-banner-section.post-herobanner .mobile-date {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
  }
}
.home-banner-section.media-listing {
  padding: 180px 0 80px;
}
.home-banner-section.media-listing .container, .home-banner-section.media-listing .row {
  min-height: auto;
}
.home-banner-section.media-listing p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .home-banner-section.media-listing {
    padding: 60px 0;
  }
}
.home-banner-section.campaign-landing-herozone {
  position: relative;
  background-color: transparent;
  min-height: auto;
  overflow: visible;
  z-index: 1;
}
.home-banner-section.campaign-landing-herozone .container, .home-banner-section.campaign-landing-herozone .row {
  min-height: auto;
}
.home-banner-section.campaign-landing-herozone:before {
  content: '';
  background-color: #002855;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .home-banner-section.campaign-landing-herozone:before {
    height: 40%;
  }
}
.home-banner-section.campaign-landing-herozone p {
  font-size: 20px;
  line-height: 30px;
  color: #b3bfcc;
}
@media (min-width: 767px) {
  .home-banner-section.campaign-landing-herozone .banner-form-container-ab {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.home-banner-section .post-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
}
.home-banner-section .post-meta-data li {
  margin-right: 15px;
}
.home-banner-section .post-meta-data li a {
  color: #97d700;
  font-weight: 600;
}
.home-banner-section .post-share-block span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.home-banner-section.landing-herozone {
  background-color: #002855;
  min-height: auto;
  padding: 60px 0;
}
@media (min-width: 767px) {
  .home-banner-section.landing-herozone .container, .home-banner-section.landing-herozone .row {
    min-height: 350px;
  }
}
.home-banner-section.landing-herozone .banner-shape {
  background: transparent;
}
.home-banner-section.landing-herozone .banner-shape svg {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.home-banner-section.landing-herozone h1, .home-banner-section.landing-herozone p {
  color: #fff;
}
@media (max-width: 999px) {
  .home-banner-section.landing-herozone .banner-shape {
    display: block;
    left: auto;
    right: 0;
  }
  .home-banner-section.landing-herozone .banner-shape svg {
    -webkit-transform: scale(0.8) translate3d(13%, -13%, 0px) !important;
            transform: scale(0.8) translate3d(13%, -13%, 0px) !important;
  }
}
@media (max-width: 767px) {
  .home-banner-section.landing-herozone {
    padding: 0 0 40px;
  }
  .home-banner-section.landing-herozone .banner-shape {
    position: relative;
  }
  .home-banner-section.landing-herozone .banner-shape svg {
    -webkit-transform: scale(1) translate3d(0, 0, 0px) !important;
            transform: scale(1) translate3d(0, 0, 0px) !important;
    height: auto;
    width: 100%;
    position: relative;
  }
}

body.animation-complete .homeshape--img {
  display: inline-block;
}

body.animation-complete #lottie {
  display: none;
}

.post-share-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-share-block > span {
  margin-right: 5px;
}

/**new***/
.home-banner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: top center;
  background-size: cover;
  padding: 150px 0px 70px;
  overflow: hidden;
}
.home-banner-block .home-banner-bg {
  background-position: top center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .home-banner-block .home-banner-bg {
    background-position: top left;
  }
}
.home-banner-block .container {
  position: relative;
}
.home-banner-block .hero-img {
  max-width: 821px;
  width: 100%;
  height: 489px;
  margin: 0px auto 0px;
  background-position: center center;
  background-size: cover;
  margin-top: -100px;
  -webkit-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out;
}
@media (max-width: 991px) {
  .home-banner-block .hero-img {
    width: 75%;
    height: 74px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .home-banner-block {
    padding: 130px 0px 50px;
  }
}

.perspective-img {
  -webkit-transform: perspective(900px) rotateX(70deg);
          transform: perspective(900px) rotateX(70deg);
}
@media (max-width: 991px) {
  .perspective-img {
    -webkit-transform: perspective(100px) rotateX(45deg);
            transform: perspective(100px) rotateX(45deg);
  }
}

.hero-video-btn {
  text-align: center;
  margin: 78px 0px 0px;
}
.hero-video-btn a {
  display: inline-block;
  vertical-align: middle;
  color: #121272;
  font-size: 18px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}
.hero-video-btn a span, .hero-video-btn a i {
  display: inline-block;
  vertical-align: middle;
}
.hero-video-btn a i {
  font-size: 25px;
  margin-left: 5px;
}
.hero-video-btn a:hover {
  color: #3434C6;
}
@media (max-width: 991px) {
  .hero-video-btn {
    margin: 36px 0px 0px;
  }
}

.hero-register-block {
  max-width: 958px;
  width: 100%;
  border-radius: 52px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 26px 54px;
  margin: 100px auto 0px;
}
.hero-register-block .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-register-block .subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #3434C6;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}
.hero-register-block p {
  margin-bottom: 0px;
  color: #121272;
}
.hero-register-block .btn-block {
  text-align: right;
}
.hero-register-block .btn-block a {
  color: #fff;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 2px 42px 2px 5px;
}
.hero-register-block .btn-block a:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0px;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 2px 2px 0px;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
@media (max-width: 991px) {
  .hero-register-block .btn-block a:before {
    border-color: #060649;
  }
}
.hero-register-block .btn-block a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
@media (max-width: 991px) {
  .hero-register-block .btn-block a:after {
    background-color: #060649;
  }
}
.hero-register-block .btn-block a:hover {
  color: #3434C6;
}
.hero-register-block .btn-block a:hover:before {
  border-color: #3434C6;
}
.hero-register-block .btn-block a:hover:after {
  background-color: #3434C6;
}
@media (max-width: 991px) {
  .hero-register-block .btn-block a {
    color: #060649;
  }
}
@media (max-width: 991px) {
  .hero-register-block .btn-block {
    text-align: left;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .hero-register-block {
    margin: 49px auto 0px;
    border-radius: 0px;
    padding: 23px 24px;
  }
}

.center-hero-content {
  max-width: 630px;
  width: 100%;
  margin: 0px auto 0px;
  text-align: center;
}
.center-hero-content p {
  color: #121272;
}

.listing-banner {
  position: relative;
  padding: 60px 0;
}
.listing-banner h1 {
  color: #3434C6;
}

.listing-featured-block .featured-img-block {
  min-height: 250px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.listing-featured-block .featured-img-block:before {
  content: '';
  position: absolute;
  background-image: url(assets/img/home-bg-shape.jpg);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.listing-featured-block .featured-tag {
  background: #00E5BE;
  padding: 10px 40px;
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 50px;
  font-size: 12px;
  color: #060649;
  font-weight: 500;
}
.listing-featured-block .featured-content-block {
  background: #121272;
  color: #fff;
  padding: 15px 30px;
}
.listing-featured-block .featured-content-block .small-label, .listing-featured-block .featured-content-block h6 {
  color: #fff;
  margin-bottom: 0;
}
.listing-featured-block .featured-content-block .small-label {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.hero-action--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
.hero-action--btn .hero-btn {
  background-color: #ffffff;
  font-weight: 700;
  color: #3434c6;
  text-shadow: none;
  padding: 11px 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 40px;
  font-family: "DM Sans",sans-serif;
}
.hero-action--btn .hero-btn:nth-child(2) {
  margin-left: 55px;
}
.hero-action--btn .hero-btn:hover {
  color: #ffffff;
  background-color: #3434c6;
}

@media (max-width: 767px) {
  .hero-action--btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
  .hero-action--btn .hero-btn:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 2000px) {
  .home-banner-block #home-herozone svg {
    -webkit-transform: translateX(-50%) translate3d(0px, 0px, 0px) scale(2.5) !important;
            transform: translateX(-50%) translate3d(0px, 0px, 0px) scale(2.5) !important;
  }
}
@media (min-width: 3000px) {
  .home-banner-block #home-herozone svg {
    -webkit-transform: translateX(-50%) translate3d(0px, 0px, 0px) scale(4.5) !important;
            transform: translateX(-50%) translate3d(0px, 0px, 0px) scale(4.5) !important;
  }
}
.video-btn {
  position: absolute;
  height: 50px;
  width: 50px;
  background: #3836c7;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 60px;
  display: block;
}
.video-btn:before {
  position: absolute;
  top: 15px;
  left: 20px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid white;
  border-bottom: 10px solid transparent;
}

.three-message-promo {
  padding: 300px 0 200px;
  position: relative;
}
@media (min-width: 767px) {
  .three-message-promo .text-block h2 {
    margin-bottom: 60px;
  }
}
.three-message-promo .home-shape-para {
  overflow: hidden;
}
.three-message-promo .brand-shape-home {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -65px;
  left: 0;
  pointer-events: none;
}
.three-message-promo .brand-shape-home img {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}
@media (max-width: 999px) {
  .three-message-promo .brand-shape-home img {
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-18%);
        -ms-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}
@media (max-width: 767px) {
  .three-message-promo {
    padding: 60px 0;
  }
}

.three-msg-container {
  padding-top: 160px;
}
.three-msg-container .three-message-promo-item {
  padding: 40px;
  background: #fff;
  margin-bottom: 55px;
  box-shadow: 0px 5px 10px rgba(47, 0, 0, 0.1);
  border: 2px solid #eaeaea;
}
.three-msg-container .three-message-promo-item:last-child {
  margin-bottom: 0;
}
.three-msg-container .three-message-promo-item h4 {
  color: #121272;
  font-weight: 600;
}
.three-msg-container .three-message-promo-item p {
  color: #545454;
  line-height: 30px;
}
@media (max-width: 767px) {
  .three-msg-container {
    padding-top: 30px;
  }
  .three-msg-container .three-message-promo-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.case-study-promo-section {
  background: #121272;
  padding: 120px 0;
}
@media (min-width: 767px) {
  .case-study-promo-section h2 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .case-study-promo-section {
    padding: 60px 0;
  }
}
.case-study-promo-section .video-content.embed-video-items {
  min-height: 363px;
}
@media (max-width: 767px) {
  .case-study-promo-section .video-content.embed-video-items {
    min-height: 210px;
  }
}

.media-item .image-item {
  box-shadow: 0px -20px 40px rgba(77, 0, 0, 0.16078);
  overflow: hidden;
}
.media-item .image-item img {
  width: 100%;
}

.full-width-cta-block {
  position: relative;
  background-position: center center;
  background-size: cover;
  padding: 39px 0px;
}
.full-width-cta-block .content {
  max-width: 750px;
  width: 100%;
  margin: 0px auto 0px;
  text-align: center;
}
.full-width-cta-block .content p {
  color: #fff;
}

.related-content-slider {
  padding-left: 15px;
}
.related-content-slider .related-items-slide {
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.related-content-slider .related-items-slide .blog-img {
  min-height: 370px;
  background-size: cover;
  background-position: center;
}
.related-content-slider .related-items-slide .related-item-container {
  padding: 30px;
  position: relative;
}
.related-content-slider .related-items-slide .related-item-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.related-content-slider .related-items-slide .related-item-container span {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.related-content-slider .related-items-slide .related-item-container h6 {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.related-content-slider .related-items-slide:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}
.related-content-slider .related-items-slide:hover .related-item-container:before {
  height: 100%;
}
.related-content-slider .related-items-slide:hover h6 {
  color: #37215d;
}
.related-content-slider .related-items-slide:hover span {
  color: #060649;
}
@media (max-width: 767px) {
  .related-content-slider {
    padding-left: 0;
  }
  .related-content-slider .related-items-slide {
    margin: 0 7px;
  }
  .related-content-slider .related-items-slide .blog-img {
    min-height: 300px;
  }
  .related-content-slider .related-items-slide .related-item-container {
    padding: 20px;
  }
}

.related-content-container {
  position: relative;
}
@media (max-width: 767px) {
  .related-content-container {
    margin-left: 15px !important;
  }
}
@media (min-width: 767px) {
  .related-content-container:before {
    content: '';
    height: 100%;
    position: absolute;
    width: 200px;
    right: 0;
    opacity: 1;
    z-index: 99;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #212121 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#212121));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#212121', GradientType=1);
  }
}

.related-content-slider-action {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.related-content-slider-action span {
  z-index: 9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #EA2127;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.related-content-slider-action span.slick-disabled {
  opacity: 0;
}
@media (max-width: 767px) {
  .related-content-slider-action {
    display: none;
  }
}

.slick-prev-related {
  left: -50px;
}

.slick-next-related {
  right: 30px;
}

.latest-content-light .related-items-slide {
  margin: 0 15px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
@media (min-width: 999px) {
  .latest-content-light .related-items-slide {
    height: 100%;
  }
}
.latest-content-light .related-items-slide .blog-img {
  min-height: 205px;
  background-size: cover;
  background-position: center;
}
.latest-content-light .related-items-slide .related-item-container {
  padding: 30px;
}
.latest-content-light .related-items-slide .related-item-container span {
  color: #4D0000;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.latest-content-light .related-items-slide .related-item-container h6 {
  color: #2F0000;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.latest-content-light .related-items-slide:hover {
  background: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}
.latest-content-light .related-items-slide:hover span {
  color: #060649;
}

.full-image-cta-block {
  position: relative;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
}
.full-image-cta-block .banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 150px;
}
.full-image-cta-block .banner-content {
  padding: 56px;
  background: #fff;
  max-width: 575px;
  border-radius: 10px;
}
.full-image-cta-block .banner-content .full-bleed-content {
  display: block;
  margin-bottom: 24px;
}
.full-image-cta-block .banner-content .full-bleed-content ul li {
  margin-bottom: 5px;
}
.full-image-cta-block .banner-content .small-label {
  margin-bottom: 15px;
  display: block;
}
.full-image-cta-block .banner-content h2 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .full-image-cta-block {
    padding: 0 0 50px;
    display: block;
    background-color: #fff !important;
  }
  .full-image-cta-block .banner-bg {
    position: relative;
    min-height: 250px;
    border-radius: 0;
  }
  .full-image-cta-block .banner-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-top: -50px;
    box-shadow: 0px 3px 26px rgba(25, 6, 78, 0.161);
  }
}

.full-width-cta {
  position: relative;
  z-index: 1;
  background: #fafafa;
}
@media (min-width: 1920px) {
  .full-width-cta {
    overflow: hidden;
  }
}
@media (min-width: 767px) {
  .full-width-cta.bg-darkerbg {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .full-width-cta {
    padding: 30px 0;
  }
}
.full-width-cta .ffc-promo-shape {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.full-width-cta .ffc-promo-shape img {
  margin-top: 0;
  height: auto;
  width: 100%;
  max-width: none;
}
.full-width-cta .full-width-cta-white-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  text-align: right;
}
.full-width-cta .full-width-cta-white-shape img {
  margin-top: 0;
  width: auto;
  height: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .full-width-cta .full-width-cta-white-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .full-width-cta {
    text-align: center;
  }
  .full-width-cta .btn.btn-primary.grd-btn {
    display: block;
    width: 100%;
  }
}

.full-width-cta-promo {
  position: relative;
}
.full-width-cta-promo .full-width-media-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.full-width-cta-promo .full-width-media-container .full-width-cta-promo-media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .full-width-cta-promo {
    padding-top: 0;
    text-align: center;
  }
  .full-width-cta-promo .full-width-media-container {
    position: relative;
    min-height: 250px;
    margin-bottom: 30px;
  }
}

.btn.btn-primary.light-button {
  color: #00E5BE;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  color: #00E5BE;
}
.btn.btn-primary.light-button:after {
  background-color: #00E5BE;
}
.btn.btn-primary.light-button:before {
  border-color: #00E5BE;
}
.btn.btn-primary.light-button:hover {
  color: #fff;
}
.btn.btn-primary.light-button:hover:before {
  border-color: #fff;
}

.post-detail-inline-cta {
  border-bottom: 1px solid #3434C6;
  border-top: 1px solid #3434C6;
  position: relative;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.post-detail-inline-cta h2 {
  color: #3434C6;
}
.post-detail-inline-cta .inline-promo-img {
  min-height: 200px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.logo-showcase-block .logo-list {
  margin-top: 20px;
  padding: 0px 40px;
}
.logo-showcase-block .logo-list li {
  text-align: center;
  padding: 10px 10px;
  display: inline-block;
  float: none;
}
.logo-showcase-block .logo-list li .logo-item {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  position: relative;
}
.logo-showcase-block .logo-list li .logo-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
}
.logo-showcase-block .logo-list li:focus {
  outline: none;
}
@media (max-width: 767px) {
  .logo-showcase-block .logo-list .slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .logo-showcase-block {
    padding: 30px 0px;
  }
  .logo-showcase-block .logo-list {
    padding: 0;
  }
  .logo-showcase-block .logo-list li {
    float: left;
  }
}

.logo-list.slick-slider .slick-prev, .logo-list.slick-slider .slick-next {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  font-size: 50px;
}
.logo-list.slick-slider .slick-prev:before, .logo-list.slick-slider .slick-next:before {
  font-size: 40px;
  color: #121272;
}
.logo-list.slick-slider .slick-prev {
  left: 0;
}
.logo-list.slick-slider .slick-next {
  right: 0;
}

.featured-media-promo {
  padding: 40px 0;
}

.media-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  box-shadow: 0 5px 20px 0 rgba(0, 40, 85, 0.1);
}
@media (min-width: 767px) {
  .media-item {
    height: 100%;
  }
}
.media-item .post-img {
  min-height: 245px;
  background-size: cover;
  background-position: center;
}
.media-item .post-content {
  padding: 25px;
}
.media-item .post-content h6 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.media-item .post-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.media-item:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media (min-width: 767px) {
  .media-item.featured-job-card {
    padding-left: 270px;
  }
  .media-item.featured-job-card .post-content h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
  }
  .media-item.featured-job-card .post-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    max-width: 265px;
    min-height: auto;
  }
}

@media (min-width: 767px) {
  .featured-jobs-row .col-lg-6 {
    margin-top: 40px;
  }
  .featured-jobs-row .col-lg-6:nth-child(1), .featured-jobs-row .col-lg-6:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 999px) {
  .featured-jobs-row .col-lg-6 {
    margin-top: 20px;
  }
  .featured-jobs-row .col-lg-6:nth-child(1) {
    margin-top: 0;
  }
}
.featured-media-promo.curve-shape {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20%;
  background: #e6f1fa;
  position: relative;
  padding-bottom: 15%;
}
.featured-media-promo.curve-shape .featured-blue-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
}
.featured-media-promo.curve-shape .featured-blue-shape img {
  width: 100%;
  margin-bottom: -1px;
}

@media (max-width: 767px) {
  .featured-media-promo-row .col-md-4,
  .featured-media-promo-row .col-md-3 {
    margin-bottom: 30px;
  }
  .featured-media-promo-row .col-md-4:last-child,
  .featured-media-promo-row .col-md-3:last-child {
    margin-bottom: 0;
  }
}
.tag-light {
  font-size: 14px;
  font-weight: 500;
  color: #767676;
}

.related-resources .media-item .post-img {
  min-height: 177px;
}

.hover-item:hover h5 {
  text-decoration: underline;
}

.featured-events {
  background: #fafafa;
}
@media (max-width: 767px) {
  .featured-events .col-md-6 {
    margin-bottom: 40px;
  }
  .featured-events .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.featured-events-block .event-img {
  min-height: 375px;
  position: relative;
  background-size: cover;
  border-radius: 5px;
  background-position: center;
  margin-bottom: 15px;
}
.featured-events-block .event-img .date {
  font-size: 20px;
  color: #0072ce;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "mrs-eaves-xl-serif-narrow";
  font-weight: 600;
  text-align: center;
  max-width: 66px;
  min-height: 60px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 40, 85, 0.1);
}
.featured-events-block .event-img .date span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  line-height: 20px;
  letter-spacing: 1.6px;
  color: #121272;
}
.featured-events-block .post-content h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.featured-events-block .post-content p {
  color: #767676;
}
@media (max-width: 767px) {
  .featured-events-block .event-img {
    min-height: 200px;
  }
}

.event-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "mrs-eaves-xl-serif-narrow";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-tag span {
  padding: 6px 20px;
  background: #0072ce;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.event-tag span.featured-tag {
  background: #002855;
  border-top-right-radius: 20px;
}

.featured-video-block {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(0, 40, 85, 0.1);
  background: #fff;
}
.featured-video-block .featured-video .video-bg {
  min-height: 275px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-video-block .featured-video .post-content {
  padding: 25px;
}
@media (max-width: 767px) {
  .featured-video-block {
    margin-bottom: 20px;
  }
}

.video-section .icon-play-button {
  height: 16px;
  width: 16px;
  position: relative;
  display: block;
}
.video-section .icon-play-button:before {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
}

.video-list-container {
  position: relative;
}

.video-inline-block {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 40, 85, 0.1);
  /* padding: 15px 15px 15px 200px; */
  min-height: 120px;
  margin-bottom: 30px;
}
.video-inline-block .content-block {
  padding: 26px;
  padding-bottom: 0;
}
.video-inline-block:last-child {
  margin-bottom: 0;
}
.video-inline-block p {
  margin-bottom: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.video-inline-block .video-bg {
  float: left;
  height: 120px;
  width: 100%;
  max-width: 166px;
  background-size: cover;
  background-position: center;
  margin-right: 30px;
}
.video-inline-block .video-bg .event-tag span {
  padding: 6px 13px;
  font-size: 11px;
  background: #0072ce;
  border-top-right-radius: 15px;
}
.video-inline-block .video-bg .event-tag .icon-play-button {
  height: 12px;
  width: 12px;
}

/* .video-inline-block .video-bg {
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    max-width: 166px;
    background-size: cover;
    background-position: center;
} */
@media (max-width: 767px) {
  .video-inline-block {
    min-height: 100px;
  }
  .video-inline-block .video-bg {
    height: 100px;
    max-width: 150px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
  }
  .video-inline-block p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .video-inline-block .content-block {
    padding: 15px;
    padding-bottom: 0;
  }
}
.featured-video-block:hover h5,
.video-inline-block:hover p {
  text-decoration: underline;
}

.video-container .video-thumb {
  min-height: 650px;
  position: relative;
  position: relative;
  background-position: center;
  background-size: cover;
}
.video-container .video-thumb:before {
  content: '';
  background-image: url("/assets/img/side-img-2.svg");
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.2;
}
@media (max-width: 999px) {
  .video-container .video-thumb {
    min-height: 350px;
  }
}

.video-play-button {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #3434c6;
  display: block;
  color: #fff;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-play-button i {
  color: #fff;
  position: absolute;
  top: 20px;
  left: 23px;
  font-size: 28px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.video-play-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 767px) {
  .video-play-button {
    width: 60px;
    height: 60px;
  }
  .video-play-button i {
    font-size: 20px;
  }
}

.solutions-highlights .tab-container-img {
  position: relative;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}

.solutions-highlights .tab-container-img .tab-img {
  height: 100%;
  min-height: 550px;
  background-size: cover;
  background-position: center;
}

.resources-slider-container {
  position: relative;
  padding: 40px 0 20px 25px;
}

.resources-slider-container:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 150%;
  left: 0;
  top: 0;
  background: #052855;
  border-radius: 5px;
}

.resources-slider-container .media-item {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.resources-slider-container .media-item:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.resources-slider-container .media-item .post-content {
  padding: 0 20px;
}

.resources-slider-container .media-item .post-content p {
  margin-top: 10px;
}

.title-block-with-nav {
  position: relative;
  margin: 0 0 30px 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #0072ce;
}

.title-block-with-nav h6 {
  margin-bottom: 0;
}

.resources-slider-container .slick-slider .slick-prev,
.resources-slider-container .slick-slider .slick-next {
  top: -70px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 0;
  background: #fff;
  height: 20px;
  width: 20px;
  z-index: 2;
}

.resources-slider-container .slick-slider .slick-prev {
  left: auto;
  right: 30px;
}

.resources-slider-container .slick-slider .slick-prev:before,
.resources-slider-container .slick-slider .slick-next:before {
  height: auto;
  width: auto;
  font-size: 20px;
  top: 0;
  left: 0;
  line-height: normal;
  color: #052855;
}

.resources-slider-small .slick-dots {
  text-align: left;
  margin: 40px 0 0 10px;
}

@media (max-width: 767px) {
  .inline-tab-container {
    margin-bottom: 20px !important;
  }

  .resources-slider-container {
    padding: 70px 40px 25px;
  }

  .resources-slider-small .slick-dots {
    text-align: center;
    margin: 40px 0 0 0;
  }

  .resources-slider-container .slick-slider .slick-prev,
  .resources-slider-container .slick-slider .slick-next {
    top: 30%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: -15px;
    background: #fff;
    height: 20px;
    width: 20px;
  }

  .resources-slider-container .slick-slider .slick-prev {
    left: -15px;
    right: auto;
  }

  .resources-slider-container:before {
    height: 100%;
    width: 105%;
    left: -2.5%;
  }

  .solutions-highlights .tab-container-img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    z-index: 1;
  }

  .solutions-highlights .tab-container-img .tab-img {
    min-height: 400px;
    z-index: 1;
    margin-bottom: -30px;
  }

  .inline-tab-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-right: -15px;
    padding-bottom: 15px;
  }

  .inline-tab-container ul li {
    scroll-snap-align: start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    position: relative;
    display: block;
  }
}
@media (min-width: 767px) {
  .col-md-5.desktop-show {
    padding-top: 80px;
  }

  .inline-tab-container {
    z-index: 3;
    position: relative;
  }

  .nav-tabs .nav-item {
    margin-bottom: 5px;
  }

  .solution-container {
    padding-top: 80px;
  }

  .solution-main-container {
    margin-top: -95px;
  }

  .resources-slider-small {
    position: relative;
    padding-bottom: 15px;
  }

  .resources-slider-small .slick-dots {
    margin-top: 15px;
  }

  .resources-slider-small .slick-dots li {
    vertical-align: bottom;
  }
}
.contact-us-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.contact-us-section .contact-section-shape {
  position: absolute;
  top: -1px;
  right: 0;
}
@media (max-width: 767px) {
  .contact-us-section {
    padding: 30px 0;
  }
  .contact-us-section .contact-section-shape {
    display: none;
  }
}

.form-container {
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 35px 0 rgba(0, 40, 85, 0.16);
}
@media (max-width: 767px) {
  .form-container {
    padding: 20px 10px;
  }
}

.hbspt-form {
  width: 100%;
}

.hbspt-form .form-columns-2 .input,
.hbspt-form .form-columns-1 .input {
  margin-right: 0 !important;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="tel"] {
  width: 100% !important;
  box-shadow: none !important;
  border: 1px solid #cccccc;
  border-radius: 3px !important;
  min-height: 50px;
  color: #000033;
  padding: 5px 10px;
}

.hbspt-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 3px !important;
  border: none !important;
  border: 1px solid #cccccc !important;
  box-shadow: none !important;
  min-height: 80px;
  color: #000033 !important;
  padding: 5px 10px;
}

.hbspt-form .hs-input {
  font-size: 16px !important;
  width: 100%;
}

.hbspt-form input[type="file"] {
  font-size: 18px !important;
}

.hbspt-form select.hs-input {
  font-size: 16px !important;
  min-height: 50px;
  border-radius: 3px !important;
  border: 1px solid #cccccc !important;
}

label {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
}

.hs-form-required,
.required {
  padding: 0 0 0 5px;
  color: #C8C8C8;
}

.hs-error-msgs {
  padding-left: 0;
  margin-bottom: 5px;
}
.hs-error-msgs li {
  list-style-type: none;
}
.hs-error-msgs li label {
  color: #A94442 !important;
  margin-bottom: 0;
  font-size: 12px !important;
}

.hs-form {
  margin: 0 0 10px;
}

.hs-form input[type=submit] {
  width: auto;
  outline-style: none;
  background-color: #1784b0;
  border: 1px solid #1784b0;
  color: #fff !important;
  margin-right: 15px;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: .25rem;
  padding: .5rem 1rem;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.hs-form input[type=submit]:hover, .hs-form input[type=submit]:focus, .hs-form input[type=submit]:active {
  outline-style: none;
  background-color: #116283;
}

/* Styling for Form with Slider Labels */
.hubspot .hs-form .hs-form-field {
  margin: 0;
  position: relative;
}
.hubspot .hs-form .hs-form-field label {
  position: absolute;
  left: 15px;
  top: 9px;
  color: #bababa;
  font-weight: 500;
  font-size: 16px;
  padding: 3px 3px 0;
}
.hubspot .hs-form .hs-form-field.has-focus > label {
  -webkit-animation-name: label-slide-up;
          animation-name: label-slide-up;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  top: 0px;
  color: #767676;
  font-size: 10px;
  letter-spacing: 0.6px;
}
.hubspot .hs-form .hs-form-field.not-focused > label {
  /* animation-name: label-slide-down;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  top: 0px;
    color: #767676;
    font-size: 10px;
    letter-spacing: 0.6px; */
}
.hubspot .hs-form .hs-form-field.has-value > label {
  top: 0px;
  color: #767676;
  font-size: 10px;
  letter-spacing: 0.6px;
}
.hubspot .hs-form .hs-form-field .hs-error-msgs li label {
  top: 0;
  left: 0;
  position: relative;
  display: none !important;
}
.hubspot .hs-form .hs-input {
  margin-bottom: 0;
}
.hubspot .hs-form .hs-input.error {
  border: 1px solid #A94442;
}
@-webkit-keyframes label-slide-up {
  0% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@keyframes label-slide-up {
  0% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes label-slide-down {
  0% {
    top: 0;
  }
  100% {
    top: 5px;
  }
}
@keyframes label-slide-down {
  0% {
    top: 0;
  }
  100% {
    top: 5px;
  }
}
.hs-form-field {
  padding: 0 8px !important;
  position: relative;
  margin-bottom: 24px !important;
  width: 50%;
  vertical-align: top;
  display: inline-block;
}

.herzone-form-block {
  background: #fff;
  padding: 25px;
}
.herzone-form-block .hs-form-field {
  width: 100%;
}
.herzone-form-block .hbspt-form input[type="text"],
.herzone-form-block .hbspt-form input[type="email"],
.herzone-form-block .hbspt-form input[type="tel"] {
  min-height: 40px;
}

.hs-fieldtype-file,
.hs-fieldtype-textarea {
  width: 100%;
}

.hbspt-form .form-columns-2,
.hbspt-form .form-columns-1 {
  max-width: 100%;
  width: 100%;
}

.hbspt-form .hs-error-msgs {
  position: absolute;
  bottom: -20px;
  left: 7px;
  text-align: left;
}

.hbspt-form .hs-error-msgs li label {
  text-align: right !important;
  color: #ff0000;
  font-size: 12px;
  line-height: 10px !important;
  display: inline-block !important;
}

.hbspt-form .hs_error_rollup .hs-error-msgs {
  position: relative;
  text-align: left;
  bottom: 0;
  left: 0;
  padding: 0 10px 15px;
}

.hbspt-form .hs-fieldtype-checkbox label,
.hbspt-form .hs-fieldtype-radio label,
.hbspt-form .hs-fieldtype-file label {
  display: block !important;
  color: #000033;
  font-size: 16px !important;
}

.hbspt-form .hs-fieldtype-checkbox .inputs-list input,
.hbspt-form .hs-fieldtype-radio .inputs-list input {
  width: auto;
  margin-right: 5px;
}

.hbspt-form .hs-fieldtype-checkbox .inputs-list label,
.hbspt-form .hs-fieldtype-radio .inputs-list label {
  font-size: 16px !important;
  color: #707070;
}

.hbspt-form .inputs-list .hs-form-checkbox label {
  font-size: 16px;
}

.hbspt-form .actions {
  padding: 0 8px;
  text-align: left;
}

.hbspt-form .actions input {
  background: transparent;
  position: relative;
  border: 1px solid #97d700;
  color: #002855 !important;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 6px;
  text-shadow: none !important;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.hbspt-form .actions input:hover {
  background: #97d700;
  border: 1px solid #97d700;
}

@media (max-width: 767px) {
  .hs-form-field {
    width: 100%;
  }
}
.hubspot .hs-form .has-focus .hs-input {
  padding-top: 15px;
}

.request-content .hs-form-field {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.request-content .hbspt-form input[type=tel],
.request-content .hbspt-form input[type=text],
.request-content .hbspt-form input[type=email] {
  min-height: 40px;
  font-size: 16px !important;
}

.thankyou-block {
  padding: 30px 40px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.thankyou-block .thankyou-block-shape {
  position: absolute;
  left: -75px;
  bottom: 20px;
  pointer-events: none;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.contact-cards .col-md-3 {
  margin-bottom: 25px;
}

.contact-card {
  padding: 15px 24px;
  background: #f2f2f2;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .contact-card:before {
    content: '';
    background-image: url("../../assets/img/gwac-shape.svg");
    position: absolute;
    bottom: -50%;
    right: 0;
    height: 100%;
    width: 100%;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
  }
  .contact-card:hover {
    box-shadow: 0 25px 45px 0 rgba(0, 40, 85, 0.15), 0 0 0 2px #002855;
    background-color: #fff;
  }
  .contact-card:hover:before {
    bottom: 0;
  }
}
.contact-card h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  min-height: 44px;
}
@media (max-width: 767px) {
  .contact-card h4 {
    min-height: auto;
    margin: 0;
    padding-right: 35px;
    position: relative;
  }
  .contact-card h4:before {
    content: '+';
    position: absolute;
    background: #0072ce;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    color: #fff;
    line-height: 28px;
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .contact-card-content {
    display: none;
  }
}

.contact-card-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "mrs-eaves-xl-serif-narrow";
  margin: 0 0 5px;
  color: #002855;
}
.contact-card-content .contact-name {
  font-size: 12px;
  font-weight: 600;
  color: #0072ce;
  text-decoration: underline;
  margin-bottom: 15px;
  display: block;
}
.contact-card-content span {
  font-size: 12px;
  font-weight: 600;
  color: #052855;
}
.contact-card-content .inline-btn-bottom {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact-card.contact-cards-show {
    box-shadow: 0 25px 45px 0 rgba(0, 40, 85, 0.15), 0 0 0 2px #002855;
    background-color: #fff;
  }

  .contact-card.contact-cards-show .contact-card-content {
    display: block;
    padding-top: 10px;
  }

  .contact-card.contact-cards-show h4:before {
    content: '-';
    line-height: 24px;
  }

  .contact-card.contact-cards-show .contact-card-content .inline-btn-bottom {
    margin-top: 20px;
  }
}
.mission-vision-promo {
  position: relative;
  padding: 100px 0;
}
.mission-vision-promo .row {
  position: relative;
}
@media (min-width: 767px) {
  .mission-vision-promo .row {
    padding: 80px 0;
  }
}
.mission-vision-promo .row .left-text-container {
  z-index: 1;
  position: relative;
}
.mission-vision-promo .row .col-md-6 {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .mission-vision-promo .row .col-md-6 {
    position: relative;
    margin: 15px 0 0;
  }
}
.mission-vision-promo .row .col-md-6.left-img-container {
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .mission-vision-promo {
    padding: 40px 0;
  }
}
.mission-vision-promo.curve-shape .container {
  position: relative;
  z-index: 1;
}
.mission-vision-promo.curve-shape .mv-dark-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.mission-vision-promo.curve-shape .mv-dark-shape img {
  width: 100%;
}

.two-img-container {
  height: 50%;
  margin: 0 0 30px;
  box-shadow: 0 25px 45px 0 rgba(0, 40, 85, 0.15);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .two-img-container {
    margin: 0 10px 20px;
    min-height: 180px;
  }
  .two-img-container:last-child {
    margin-bottom: 0;
  }
}

.landing-banner-section {
  padding-top: 120px;
  padding-bottom: 100px;
  min-height: 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.landing-banner-section .ff-promo-shape {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
}
.landing-banner-section .ff-promo-shape img {
  width: 100%;
}
.landing-banner-section.darkRed {
  background-color: #37215d;
}
.landing-banner-section.redBg {
  background-color: #121272;
}
.landing-banner-section .landing-banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.landing-banner-section .landing-banner-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .landing-banner-section {
    min-height: auto;
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .landing-banner-section {
    padding-top: 100px;
  }
}
.landing-banner-section .banner-container {
  position: relative;
  z-index: 1;
}
.landing-banner-section .banner-container p {
  font-size: 20px;
  line-height: 30px;
  color: #a05fce;
}
@media (max-width: 767px) {
  .landing-banner-section .banner-container {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .landing-banner-section .banner-container p {
    font-size: 18px;
    line-height: 27px;
  }
}
.landing-banner-section.listing-herozone {
  min-height: auto;
}

@media (max-width: 767px) {
  .landing-herozone.dark-bg-b {
    padding-top: 120px;
  }

  .landing-herozone.dark-bg-b .banner-shape {
    display: none;
  }
}
.landing-herobanner {
  min-height: 450px;
}
.landing-herobanner h2 {
  color: #060649;
}
.landing-herobanner .featured-promo-img:before {
  content: '';
  background-image: url("../img/home-bg-shape.jpg");
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
@media (min-width: 1588px) {
  .landing-herobanner {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .landing-herobanner {
    min-height: auto;
  }
}

.single .wysiwyg-section {
  padding-top: 0px;
}

.wysiwyg-section {
  position: relative;
}
.wysiwyg-section .text-section-shape {
  position: absolute;
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: block;
}
.wysiwyg-section .text-section-shape img {
  width: 100%;
}
@media (max-width: 767px) {
  .wysiwyg-section .text-section-shape {
    -webkit-transform: scale(2.5) translateY(28%) translateX(22%);
        -ms-transform: scale(2.5) translateY(28%) translateX(22%);
            transform: scale(2.5) translateY(28%) translateX(22%);
  }
}

.post-detail-wysiwyg-section h6 {
  font-size: 14px;
  font-weight: 700;
}
.post-detail-wysiwyg-section h4 {
  font-weight: 700;
}
.post-detail-wysiwyg-section h6 img {
  margin-bottom: 10px;
}

.ff-promo-section {
  position: relative;
  overflow: hidden;
}
.ff-promo-section .ff-promo-shape {
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  pointer-events: none;
  display: block;
}
.ff-promo-section .ff-promo-shape img {
  -webkit-transform: scale(1.2) translateX(8%);
      -ms-transform: scale(1.2) translateX(8%);
          transform: scale(1.2) translateX(8%);
  width: 100%;
}
@media (max-width: 767px) {
  .ff-promo-section .ff-promo-shape {
    display: none;
  }
}
.ff-promo-section .row {
  margin-bottom: 100px;
}
.ff-promo-section .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ff-promo-section .row h3 {
    margin-top: 30px;
    display: block;
  }
}
.ff-promo-section .text-block h5 {
  color: #060649;
  font-weight: 300;
}

.video-content {
  position: relative;
}
.video-content .video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.video-content .video-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.video-content .video-buttons button {
  width: 75px;
  height: 75px;
  background-color: #3434C6;
  border: none;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  line-height: 75px;
  padding-left: 10px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.video-content .video-buttons button i {
  position: absolute;
  top: 23px;
  left: 26px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 28px;
}
.video-content video, .video-content iframe {
  width: 100%;
}
.video-content.embed-video-items {
  min-height: 377px;
}
@media (max-width: 767px) {
  .video-content.embed-video-items {
    min-height: 210px;
  }
}
.video-content.embed-video-items .embed-video-play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.full-img-block {
  min-height: 80vh;
  padding: 80px 0;
  position: relative;
}
.full-img-block .full-img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.full-img-block .full-img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #002855;
  opacity: 0.33;
}
@media (max-width: 767px) {
  .full-img-block {
    min-height: auto;
    padding: 0 0 30px;
  }
  .full-img-block .full-img-bg {
    position: relative;
    height: 275px;
    margin: 0 15px;
    display: block;
    width: auto;
  }
}

.text-block .eyebrow-label {
  margin-bottom: 15px;
  display: block;
}

.ff-blur-container {
  padding: 49.8px 48px 59px 47.5px;
  border-radius: 4px;
  box-shadow: 0 20px 60px 0 rgba(0, 40, 85, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  position: relative;
}
.ff-blur-container:before {
  content: '';
  border-radius: 4px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ff-blur-container .text-block {
  position: relative;
}
.ff-blur-container .ff-blur-container .text-block {
  position: relative;
}
.ff-blur-container .eyebrow-label {
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 767px) {
  .ff-blur-container {
    padding: 35px 10px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    margin: 0 10px;
    margin-top: -20px;
  }
  .ff-blur-container .text-block ul li:before {
    background-image: url("../../assets/img/bullet-style-dark.svg");
  }
}

.ff-promo-section .media-item {
  border-radius: 0;
  box-shadow: none;
}
.ff-promo-section .media-item:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 767px) {
  .ff-promo-section .media-item {
    margin-bottom: 20px;
  }
}

.ff-promo-section.dark-bg-b {
  padding-bottom: 0;
}
.ff-promo-section.dark-bg-b .ff-dark-shape {
  width: 100%;
}
.ff-promo-section.dark-bg-b .ff-dark-shape img {
  width: 100%;
  margin-bottom: -3px;
}

.featured-promo-block {
  position: relative;
  padding: 120px 0;
  margin: 80px 0;
}
.featured-promo-block .featured-promo-img-container {
  position: absolute;
  height: 100%;
  right: -50px;
  top: 0;
}
.featured-promo-block .featured-promo-img-container .featured-promo-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  mix-blend-mode: screen;
  background-size: cover;
  background-position: center;
}
.featured-promo-block .featured-promo-img-container .mask-shape {
  width: auto;
  height: 100%;
  display: block;
  max-width: none;
}
@media (max-width: 767px) {
  .featured-promo-block .featured-promo-img-container {
    position: relative;
    right: 0;
    margin-top: 40px;
  }
  .featured-promo-block .featured-promo-img-container .mask-shape {
    height: auto;
    width: 140%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .featured-promo-block {
    padding: 60px 0;
    margin: 0;
  }
}

.solution-presenter {
  position: relative;
  padding: 90px 0;
  margin: 60px 0;
  overflow: hidden;
}
.solution-presenter .mask-shape-sp {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
  height: 101%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.solution-presenter .mask-shape-sp:before {
  content: '';
  background-image: url(../img/home-bg-shape.jpg);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background-size: cover;
  background-position: center;
}
.solution-presenter .mask-shape-sp .blend-option-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  mix-blend-mode: screen;
  text-align: right;
}
.solution-presenter .mask-shape-sp .solution-presenter-img {
  position: relative;
  width: auto;
  height: 100%;
}
.solution-presenter .text-block {
  border: 1px solid #DADAE1;
  padding: 60px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 999px) {
  .solution-presenter {
    padding: 40px 0;
    margin: 0;
  }
  .solution-presenter .mask-shape-sp {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    min-height: 240px;
    margin-top: 40px;
  }
  .solution-presenter .mask-shape-sp .blend-option-block {
    text-align: right;
  }
  .solution-presenter .mask-shape-sp .blend-option-block .solution-presenter .mask-shape-sp .solution-presenter-img {
    width: auto;
    height: 100%;
  }
  .solution-presenter .text-block {
    padding: 20px;
  }
}

.ff-container {
  position: relative;
  padding: 70px 0;
}
.ff-container.img-right .ff-img-container {
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  padding: 0;
  overflow: hidden;
  border-radius: 500px 0 0 500px;
}
.ff-container .ff-img-container .bg-img {
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ff-container .ff-img-container .bg-img:before {
  background-image: url("../img/home-bg-shape.jpg");
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}
.ff-container.img-left .ff-img-container {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  padding: 0;
  overflow: hidden;
  border-radius: 0 500px 500px 0;
}
@media (max-width: 767px) {
  .ff-container.img-right .ff-img-container, .ff-container.img-left .ff-img-container {
    position: relative;
    min-height: 180px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ff-container .ff-container {
    padding: 0 0 60px;
  }
  .ff-container .ff-container:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 767px) {
  .tabs-left li a {
    position: relative;
    display: block;
    padding: 15px 0 15px 40px;
  }
  .tabs-left li a:before {
    content: '';
    background: #EAEAEA;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .tabs-left li a:after {
    content: '';
    background: #3434C6;
    height: 100%;
    width: 4px;
    left: -1px;
    top: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
  }
  .tabs-left li a h4 {
    font-weight: bold;
    color: #212121;
    opacity: 0.3;
    margin-bottom: 12px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
  }
  .tabs-left li a p {
    color: #767676;
    line-height: 24px;
    opacity: 0.3;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
  }
  .tabs-left li a.active:after {
    opacity: 1;
  }
  .tabs-left li a.active h4 {
    color: #121272;
  }
  .tabs-left li a.active h4, .tabs-left li a.active p {
    opacity: 1;
  }
}
.sliderActive {
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #39bcd3;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}

@media (max-width: 767px) {
  .tabs-left {
    text-align: center;
  }
  .tabs-left h4 {
    font-weight: 500;
    color: #4d0000;
  }
  .tabs-left .slick-dots {
    width: 80%;
    margin: 0 auto 25px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tabs-left .slick-dots li {
    height: 5px;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .tabs-left .slick-dots li button {
    border-radius: 0;
    background: #f2e8d9;
    border: none !important;
  }
  .tabs-left .slick-dots li.slick-active button {
    background: #ea2127;
  }
  .tabs-left .slick-next {
    right: 0;
  }
  .tabs-left .slick-prev {
    left: 0;
  }
  .tabs-left .slick-next, .tabs-left .slick-prev {
    background: #f2e8d9;
    border-radius: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    bottom: -12px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 9;
  }
  .tabs-left .slick-prev:before, .tabs-left .slick-next:before {
    font-size: 32px;
    text-align: center;
    position: relative;
    line-height: 32px;
    color: #ea2127;
  }
}
.leadership-grid .col-md-4 {
  margin-top: 40px;
}
.leadership-grid .col-md-4:nth-child(1), .leadership-grid .col-md-4:nth-child(2), .leadership-grid .col-md-4:nth-child(3) {
  margin-top: 0;
}

.leadership-item {
  max-width: 265px;
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
  position: relative;
}
.leadership-item .leadership-item-img {
  margin-bottom: 15px;
}
.leadership-item .leadership-item-img img {
  width: 100%;
}
.leadership-item .leadership-text h5 {
  font-weight: bold;
  color: #060649;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.leadership-item .leadership-text h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3434C6;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.leadership-item .leadership-text p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 10px;
}
.leadership-item:hover h5 {
  color: #3434C6;
}
.leadership-item:hover h5:before {
  opacity: 1;
}

.leadership-item:hover h5:before {
  opacity: 1;
}

.cta-block-with-image {
  position: relative;
}
.cta-block-with-image .cta-block-with-image-shape {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-block-with-image .cta-block-with-image-shape img {
  margin-top: 0;
  height: auto;
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .cta-block-with-image .cta-block-with-image-shape {
    display: none;
  }
}
.cta-block-with-image .img-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cta-block-with-image .img-block {
    margin: 0 -15px 20px;
  }
}
@media (max-width: 767px) {
  .cta-block-with-image h2 {
    margin-top: 20px;
  }
}

.content-promo {
  position: relative;
}
.content-promo .item {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #f2f2f2;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.content-promo .item:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #3434C6;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.content-promo .item p {
  color: #335377;
}
.content-promo .item:hover {
  box-shadow: 0 25px 45px 0 rgba(0, 40, 85, 0.15);
  background-color: #fff;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.content-promo .item:hover:before {
  opacity: 1;
}

.form-section {
  position: relative;
  background-color: #fff;
  padding: 60px 0 110px;
}
.form-section .form-bg-clip {
  background-color: #060649;
  position: absolute;
  height: 65%;
  width: 100%;
  top: 0;
  left: 0;
}
.form-section .form-bg-clip .single-contact-section-shape {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-section .form-bg-clip .single-contact-section-shape img {
  width: 100%;
}
@media (max-width: 767px) {
  .form-section .form-bg-clip .single-contact-section-shape {
    display: none;
  }
}
.form-section .gform_wrapper .gform_footer input[type=submit] {
  width: 100% !important;
}

.two-column-contact-form {
  position: relative;
}
.two-column-contact-form .contact-section-shape {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  pointer-events: none;
}
.two-column-contact-form .contact-section-shape img {
  width: 100%;
  max-width: none;
}
.two-column-contact-form .contact-section-shape img.two-shape--item {
  opacity: 0.6;
}

.form-block {
  background: #fff;
  padding: 40px;
  padding-top: 10px;
  box-shadow: 0px 5px 10px rgba(47, 0, 0, 0.1);
  border: 2px solid #EAEAEA;
  max-width: 465px;
  margin: 40px auto 0;
}

.field {
  position: relative;
  margin-bottom: 24px;
}

.field__label {
  color: #45434F;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: .5em 1em;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  text-align: left;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}
.field--not-empty .field__label {
  opacity: 0.7;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 12px;
  top: -2px;
}

.field__input {
  background-color: #ffffff;
  color: #212121;
  font-size: 1.3125em;
  padding: 10px;
  height: 50px;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
  width: 100%;
  border: 1px solid #212121;
  border-radius: 3px;
}
.field__input:hover, .field__input:focus {
  outline: 0;
  border-color: #3434C6;
  background: #FAFAFA;
}
.field--not-empty .field__input {
  padding-top: 18px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #212121;
  opacity: 0.6;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #212121;
  opacity: 0.6;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #212121;
  opacity: 0.6;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #212121;
  opacity: 0.6;
}

.field-submit input, .field-submit button {
  color: #fff;
  background-color: #3434C6;
  border: 1px solid #3434C6;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 14px 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .field-submit input, .field-submit button {
    display: block;
    width: 100%;
  }
}
.field-submit input:hover, .field-submit button:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0px 13px 26px rgba(25, 6, 78, 0.251);
  background-color: #121272;
  border: 1px solid #121272;
}

.text-with-form-section .form-container {
  padding: 56px;
  background: #fff;
  box-shadow: 0px 3px 26px rgba(25, 6, 78, 0.161);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .text-with-form-section .form-container {
    padding: 0;
    box-shadow: none;
    margin-top: 30px;
  }
}

.gform_body ul li {
  padding: 0px !important;
  position: relative;
}
.gform_body ul li.float-label.is-focused .gfield_label {
  font-size: 12px !important;
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}
.gform_body ul li.float-label .gfield_label {
  margin-bottom: 0px;
  font-size: 1.3125em !important;
  font-weight: 400 !important;
  color: #919293 !important;
  pointer-events: none;
  position: absolute;
  top: 14px;
  left: 10px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  margin-top: 0px !important;
}
.gform_body ul li.float-label .gfield_label .gfield_required {
  color: #919293 !important;
}
.gform_body ul li .ginput_container {
  margin-top: 0px !important;
}
.gform_body ul li .ginput_container input, .gform_body ul li .ginput_container select, .gform_body ul li .ginput_container textarea {
  margin-top: 0px;
  background-color: #ffffff;
  border: 1px solid #888888;
  color: #333;
  font-size: 1.3125em !important;
  padding: 20px 10px 10px 10px !important;
  height: 55px;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
  width: 100%;
  border-radius: 5px;
}
.gform_body ul li .ginput_container input:hover, .gform_body ul li .ginput_container select:hover, .gform_body ul li .ginput_container textarea:hover {
  border-color: #ccc;
}
.gform_body ul li .ginput_container input:focus, .gform_body ul li .ginput_container select:focus, .gform_body ul li .ginput_container textarea:focus {
  outline: 0;
  border-color: #3434C6;
  background: #FAFAFA;
}
.gform_body ul li .ginput_container input ::-webkit-input-placeholder, .gform_body ul li .ginput_container select ::-webkit-input-placeholder, .gform_body ul li .ginput_container textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #919293;
}
.gform_body ul li .ginput_container input ::-moz-placeholder, .gform_body ul li .ginput_container select ::-moz-placeholder, .gform_body ul li .ginput_container textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #919293;
}
.gform_body ul li .ginput_container input :-ms-input-placeholder, .gform_body ul li .ginput_container select :-ms-input-placeholder, .gform_body ul li .ginput_container textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #919293;
}
.gform_body ul li .ginput_container input :-moz-placeholder, .gform_body ul li .ginput_container select :-moz-placeholder, .gform_body ul li .ginput_container textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #919293;
}
.gform_body ul li .ginput_container textarea {
  height: 120px;
  padding: 10px 10px 10px 10px !important;
}
.gform_body ul li .ginput_container select {
  -webkit-appearance: none;
          appearance: none;
  padding: 10px 10px 10px 10px !important;
}
.gform_body ul li .ginput_container select.noValue {
  color: #919293;
}
.gform_body ul li .ginput_container select option:first-child {
  color: #919293;
}
.gform_body ul li .ginput_container select option {
  color: #919293;
}
.gform_body ul li.gfield_html {
  color: #919293;
  text-align: right;
  margin-top: 0;
  margin-bottom: -10px;
  font-size: 12px;
}
.gform_body ul.gfield_checkbox li {
  position: relative;
}
.gform_body ul.gfield_checkbox li input[type="checkbox"] {
  margin-top: 0px !important;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  height: auto;
  position: relative;
}
.gform_body ul.gfield_checkbox li input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5.5px;
  z-index: 1;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 2px 2px;
  padding: 2px 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  opacity: 0;
}
.gform_body ul.gfield_checkbox li input[type="checkbox"]:checked:before {
  opacity: 1;
}
.gform_body ul.gfield_radio li input[type="radio"] {
  -webkit-appearance: none;
          appearance: none;
  height: auto !important;
  border-radius: 100% !important;
  margin-top: 2px !important;
  position: relative;
}
.gform_body ul.gfield_radio li input[type="radio"]:checked:before {
  opacity: 1;
}

.gform_footer {
  padding-top: 0px;
}
.gform_footer input[type=submit] {
  color: #fff;
  background-color: #3434C6;
  border: 1px solid #3434C6;
  border-radius: 5px;
  border-radius: 5px;
  padding: 14px 25px !important;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.gform_footer input[type=submit]:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0px 13px 26px rgba(25, 6, 78, 0.251);
  background-color: #3434C6;
  border: 1px solid #3434C6;
}
@media (max-width: 767px) {
  .gform_footer input[type=submit] {
    display: block;
    width: 100%;
  }
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 12px;
  border-style: solid;
  border-color: #333;
  border-width: 0 0 2px 2px;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form-block .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

.form-block .gform_wrapper .validation_message {
  color: #d14646;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 12px;
}

@media only screen and (min-width: 641px) {
  .form-block .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
.form-block .gform_wrapper li.gfield.gfield_error, .form-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0);
  margin-bottom: 6px !important;
  border-top: 0px;
  border-bottom: 0px;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}

.form-block .gform_wrapper .top_label .gfield_error {
  width: 100%;
}

.form-block .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-block .gform_wrapper li.gfield_error textarea {
  border: 1px solid #d14646;
}

.form-block .gfield {
  position: relative;
}

.form-block .gform_wrapper label.gfield_label {
  position: absolute;
  top: 15px;
  left: 15px;
  margin-bottom: 0;
  font-size: 18px;
  color: #666;
  opacity: 0.6;
  font-weight: normal;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}

.form-block .gform_wrapper .gfield.is-focused label.gfield_label {
  top: 8px;
  left: 10px;
  font-size: 12px;
  letter-spacing: 0.48px;
  opacity: 0.7;
}

.form-block .gform_wrapper .ginput_complex span {
  position: relative;
}

.form-block .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  position: absolute;
  top: 15px;
  left: 15px;
  margin-bottom: 0;
  font-size: 18px;
  color: #666;
  margin: 0;
  opacity: 0.6;
  font-weight: normal;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}

.form-block .gform_wrapper .field_sublabel_above .ginput_complex span.is-focused label {
  top: 8px;
  left: 10px;
  font-size: 12px;
  letter-spacing: 0.48px;
  opacity: 0.7;
}

.form-block .gform_wrapper ul.gform_fields li.gfield input[type=radio] {
  width: 24px;
  height: 24px !important;
  max-height: 24px !important;
  border-radius: 5px !important;
  padding: 0 !important;
}

.gform_body ul.gfield_radio li input[type="radio"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #000;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gform_body ul.gfield_radio li input[type=radio]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 2px;
  bottom: 2px;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
          transition: all .3s;
  border-radius: 3px;
}

.gform_body ul.gfield_radio li input[type="radio"]:after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 14px;
  width: 7px;
  left: 7px;
  top: 2px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.form-block .gform_wrapper ul.gform_fields li.gfield input[type=checkbox] {
  width: 24px;
  height: 24px !important;
  max-height: 24px !important;
  border-radius: 5px !important;
  padding: 0 !important;
}

.gform_body ul.gfield_radio li input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #000;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gform_body ul.gfield_radio li input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 2px;
  bottom: 2px;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
          transition: all .3s;
  border-radius: 3px;
}

.gform_body ul.gfield_radio li input[type="checkbox"]:after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 14px;
  width: 7px;
  left: 7px;
  top: 2px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.form-block .gform_wrapper .gfield.label-normal label.gfield_label {
  position: relative;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  opacity: 1;
  left: 0;
  top: 0;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_checkbox li input[type=checkbox]:hover {
  border: 2px solid #C79253;
}

.gform_body ul.gfield_radio li input[type=radio]:after,
.gform_wrapper .gfield_checkbox li input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C79253;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
          transition: all .3s;
  border-radius: 1px;
}

.gform_body ul.gfield_radio li input[type="radio"]:checked:after,
.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked:after {
  opacity: 1;
}

.gform_body ul.gfield_radio li label {
  font-size: 14px;
  line-height: 24px;
  margin-left: 10px;
}

#field_2_12 .gfield_label {
  position: relative;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  left: 0;
  top: 0;
}

#field_1_7 .gfield_label {
  position: relative;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  left: 0;
  top: 0;
}

.form-block .gform_footer input[type=submit] {
  background: #ea2127;
  position: relative;
  border: none;
  color: #FFF;
  font-size: 16px !important;
  line-height: 14px;
  font-weight: bold;
  padding: 15px 32px !important;
  border-radius: 50px;
}

.form-block .gform_footer input[type=submit]:hover {
  background: #2f0000;
  box-shadow: 0px 5px 10px #00000029;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 500 !important;
  color: #000;
}

.gform_body ul li .ginput_container input[type="checkbox"] {
  margin-top: 0px !important;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  height: auto;
  position: relative;
}

.gform_body ul li .ginput_container input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5.5px;
  z-index: 1;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 2px 2px;
  padding: 2px 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  opacity: 0;
}

.gform_body ul li .ginput_container input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C79253;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
          transition: all .3s;
  border-radius: 1px;
}

.gform_body ul li .ginput_container input[type="checkbox"]:checked:before {
  opacity: 1;
}

.gform_body ul li .ginput_container input[type=checkbox]:checked:after {
  opacity: 1;
}

.gform_body ul li .ginput_container .gfield_consent_label {
  font-weight: 500 !important;
  font-size: 14px;
  color: #333;
  vertical-align: 5px;
}

.form-group {
  position: relative;
}
.form-group > label {
  position: absolute;
  top: 25px;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  color: #121272;
  font-size: 16px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}
.form-group input.wpcf7-text {
  background-color: transparent;
}
.form-group label.has-value {
  top: 10px;
  font-size: 10px;
  color: #bfbfbf;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus,
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #121272 !important;
}

.subscribe-form-section {
  padding: 60px 0;
}
.subscribe-form-section .subscribe-form-block {
  margin: 30px 0 0;
}
.subscribe-form-section .subscribe-form-block .form-field {
  position: relative;
  text-align: left;
}
.subscribe-form-section .subscribe-form-block .form-field input[type="email"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #fff;
  background: transparent;
  padding: 5px;
  padding-right: 140px;
  font-family: "Work Sans",sans-serif;
  font-weight: 500;
  color: #fff !important;
  font-size: 18px;
  outline: none;
}
.subscribe-form-section .subscribe-form-block .form-field input[type="submit"] {
  border: none;
  background: transparent;
  font-family: "Work Sans",sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  position: absolute;
  right: 0;
  padding: 0;
  bottom: 9px;
}

.subscribe-form-block .form-field input[type="email"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe-form-block .form-field input[type="email"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe-form-block .form-field input[type="email"]::placeholder {
  color: #fff;
  opacity: 1;
}

.careers-promo-block .testimonal-slider-cp .testimonial-item {
  padding: 50px;
}
.careers-promo-block .testimonal-slider-cp .testimonial-item p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  color: #fff;
}
.careers-promo-block .testimonal-slider-cp .testimonial-item h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "mrs-eaves-xl-serif-narrow";
}
.careers-promo-block .testimonal-slider-cp .testimonial-item h6 {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 300;
  font-family: "mrs-eaves-xl-serif-narrow";
}
@media (max-width: 767px) {
  .careers-promo-block .testimonal-slider-cp .testimonial-item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .careers-promo-block .left-career-block {
    margin: 0 -15px;
  }
  .careers-promo-block .left-career-block p {
    font-size: 20px;
    line-height: 30px;
  }
}

.latest-opening {
  padding: 30px 50px;
  background: #060649;
}
.latest-opening h6 {
  font-family: "mrs-eaves-xl-serif-narrow";
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #eaeaea;
}
@media (max-width: 767px) {
  .latest-opening {
    padding: 15px;
  }
}

.latest-opening-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.latest-opening-container li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  border: 1px solid #a05fce;
  padding: 20px 15px 39px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.latest-opening-container li p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.latest-opening-container li span {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #3434C6;
  color: #fff;
  padding: 0 20px;
  font-size: 38px;
  line-height: 0;
  border-radius: 10px 0px 0px 0px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.latest-opening-container li:hover {
  border: 1px solid #37215d;
  background: #37215d;
}
.latest-opening-container li:hover span {
  background: #ffffff;
  color: #37215d;
}
@media (max-width: 767px) {
  .latest-opening-container {
    display: block;
  }
  .latest-opening-container li {
    max-width: 100%;
    margin-top: 15px;
  }
  .latest-opening-container li:first-child {
    margin-top: 0;
  }
}

.right-career-block {
  border-radius: 0px 0px 40px 0px;
  height: 100%;
}
.right-career-block .testimonial-block-nav-right {
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}
.right-career-block .testimonial-block-nav-right .career-promo-img {
  background-position: center;
  height: 100%;
  background-size: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .right-career-block .testimonial-block-nav-right .career-promo-img {
    height: 300px;
  }
}
.right-career-block .testimonial-block-nav-right .slick-track, .right-career-block .testimonial-block-nav-right .slick-list {
  height: 100%;
}
.right-career-block .career-action-cta-block {
  text-align: center;
  padding: 30px 10px;
}
@media (max-width: 767px) {
  .right-career-block {
    margin: 0 -15px;
  }
}

.large-arrow-btn {
  font-size: 25px;
  color: #212121;
  font-weight: bold;
  position: relative;
  padding-right: 35px;
}
.large-arrow-btn:before {
  content: "\e90d";
  font-family: 'icomoon' !important;
  position: absolute;
  color: #3434C6;
  right: 9px;
  top: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.large-arrow-btn:hover:before {
  right: 5px;
}

.three-column-features .col-md-4 {
  margin-top: 60px;
}
@media (min-width: 767px) {
  .three-column-features .col-md-4:nth-child(1), .three-column-features .col-md-4:nth-child(2), .three-column-features .col-md-4:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .three-column-features .col-md-4 {
    margin-top: 10px;
  }
}

.features-items {
  position: relative;
  padding: 0 20px 0 70px;
}
.features-items .featured-icon-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #060649;
  height: 48px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.features-items .featured-icon-block img {
  width: 100%;
  max-width: 30px;
}
.features-items h5 {
  font-weight: 700;
  color: #121272;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.features-items p {
  line-height: 24px;
}

.three-col-link:hover h5 {
  color: #3434C6;
  text-decoration: underline;
}

.testimonial-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial-section {
    padding: 30px 0;
    background-color: #052855;
  }
}

@media (min-width: 767px) {
  .testimonial-shape {
    position: absolute;
    left: -5%;
    bottom: 0;
    width: 100%;
  }

  .testimonial-section .testimonial-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center top;
    background-size: cover;
  }
  .testimonial-section .testimonial-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #052855;
  }
}
.testimonial-slider-container {
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 35px 0 rgba(0, 40, 85, 0.16);
}
@media (max-width: 767px) {
  .testimonial-slider-container {
    padding: 15px;
  }
}

.quote-text p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 0;
}

.testimonial-slider-container .testimonial-footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-slider-container .testimonial-footer .inline-btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .testimonial-slider-container .testimonial-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.slider-action {
  position: relative;
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .slider-action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.slider-action .slick-dots {
  position: relative;
  margin: 17px 0 0;
}
.slider-action .slick-dots li {
  margin: 0 5px;
  height: 5px;
  width: 35px;
}
.slider-action .slick-dots li button {
  opacity: 0.5;
}
.slider-action .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.slider-action span {
  height: 28px;
  width: 28px;
  font-size: 25px;
  text-align: center;
  border: none;
  background: transparent;
  border: 1px solid #00E5BE;
  color: #00E5BE;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  margin-right: 10px;
}
.slider-action span:hover {
  background: #00E5BE;
  color: #fff;
}
.slider-action span:hover i {
  color: #fff;
}

@media (max-width: 767px) {
  .testimonial-shape {
    display: none;
  }

  .testimonial-logo {
    text-align: center;
    margin-top: 15px;
  }

  .testimonial-logo img {
    margin: 0 auto;
    max-width: 150px;
  }
}
@media (min-width: 1400px) {
  .testimonial-shape {
    left: -25%;
  }
}
.color-theme-container {
  background: #00E5BE;
  padding: 25px;
  height: 100%;
}

.avatar-items {
  height: 65px;
  width: 65px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
  margin-bottom: 15px;
}

.color-theme-container p {
  font-size: 16px;
  line-heigiht: 22px;
  margin-bottom: 40px;
  color: #060649;
  font-family: "DM Sans", sans-serif;
}
.color-theme-container h6 {
  font-size: 20px;
  font-weight: 600;
  line-heigiht: 22px;
  margin-bottom: 5px;
  color: #060649;
  font-family: "DM Sans", sans-serif;
}
.color-theme-container span {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-heigiht: 22px;
  color: #060649;
}

.testimonial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-container .testimonial-items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  height: 100%;
  position: relative;
}
@media (min-width: 767px) {
  .testimonial-container .testimonial-items {
    top: 50px;
    margin-bottom: 50px;
  }
  .testimonial-container .testimonial-items:nth-child(2n+2) {
    top: -50px;
    margin-bottom: 50px;
  }
}
.testimonial-container .testimonial-items .color-theme-container.royal-blue {
  background: #3434C6;
}
.testimonial-container .testimonial-items .color-theme-container.royal-blue p, .testimonial-container .testimonial-items .color-theme-container.royal-blue h6, .testimonial-container .testimonial-items .color-theme-container.royal-blue span {
  color: #fff;
}
.testimonial-container .testimonial-items .color-theme-container.navy-blue {
  background: #121272;
}
.testimonial-container .testimonial-items .color-theme-container.navy-blue p, .testimonial-container .testimonial-items .color-theme-container.navy-blue h6, .testimonial-container .testimonial-items .color-theme-container.navy-blue span {
  color: #fff;
}
.testimonial-container .testimonial-items .color-theme-container.light-blue {
  background: #acd4fc;
}
.testimonial-container .testimonial-items .color-theme-container.light-blue p, .testimonial-container .testimonial-items .color-theme-container.light-blue h6, .testimonial-container .testimonial-items .color-theme-container.light-blue span {
  color: #3434C6;
}
@media (max-width: 767px) {
  .testimonial-container {
    display: block;
    margin-top: 30px;
  }
  .testimonial-container .testimonial-items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    margin-bottom: 15px;
  }
}

.testimonial-section.dark-testimonial:before {
  content: '';
  background: #060649;
  position: absolute;
  width: 100%;
  height: 70%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .testimonial-section.dark-testimonial:before {
    height: 100%;
  }
}

.testimonial-slider-main .slick-slide > div {
  position: relative;
  z-index: 11111;
  padding: 0 10px;
}

.testimonial-slider-main .slick-slide:nth-child(2n+2) {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .testimonial-section.dark-testimonial .slider-action {
    display: none;
  }
}
.statistics-call-out {
  position: relative;
}
.statistics-call-out .statistics-section-shape {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.statistics-call-out .statistics-section-shape img {
  width: 100%;
}
@media (max-width: 767px) {
  .statistics-call-out .statistics-section-shape {
    display: none;
  }
}

.stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stats-container li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  max-width: 44%;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 767px) {
  .stats-container li:nth-child(1), .stats-container li:nth-child(2) {
    margin-top: 0;
  }
}
.stats-container li span {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  color: #121272;
}
@media (max-width: 1199px) {
  .stats-container li span {
    font-size: 50px;
    line-height: 50px;
  }
}
.stats-container li p {
  display: block;
  margin: 5px 0 0;
}

.jazzhr-container {
  max-width: 760px;
  margin: 0 auto;
  max-height: 750px;
  overflow: auto;
}

.jazzhr-container .resumator-job .resumator-jobs-text {
  font-size: 16px;
}

.resumator-job-description-text span, .resumator-job-description-text p {
  font-size: 16px;
  line-height: 30px;
}

.jazzhr-container .resumator-job .resumator-job-title {
  border-top: 1px solid #ececec;
  padding-top: 5px;
  margin: 25px 0 5px;
  padding: 30px 0 0;
  font-size: 20px;
  color: #37215d;
  font-weight: 600;
}
.jazzhr-container .resumator-job .resumator-jobs-text .resumator-job-heading {
  color: #121272;
  font-family: "mrs-eaves-xl-serif-narrow";
  font-size: 16px;
}
.jazzhr-container .resumator-job .resumator-job-view-details {
  margin-top: 10px;
  display: block;
}
.jazzhr-container .resumator-job .resumator-job-link {
  color: #3434C6;
  font-weight: 600;
}

.jazzhr-container .resumator-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: auto !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: auto !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jazzhr-container .resumator-buttons .resumator-apply-button {
  background: #37215d;
  position: relative;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  padding: 15px 32px;
  border-radius: 50px;
}
.jazzhr-container .resumator-buttons .resumator-apply-button:hover {
  background: #121272;
  position: relative;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  padding: 15px 32px;
  border-radius: 50px;
}
.jazzhr-container .resumator-buttons a {
  color: #37215d;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50px;
}
.jazzhr-container .resumator-buttons a:hover {
  color: #121272;
}

.jazzhr-container .resumator-job-description-text {
  height: 300px;
  overflow: auto;
}

.job-listing-section {
  position: relative;
}
@media (min-width: 767px) {
  .job-listing-section:before {
    content: '';
    background-image: url("../../assets/img/vertical-shape-grd.png");
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background-position: center;
    background-size: cover;
  }
}

.job-listing-container {
  margin: 0;
}
.job-listing-container .col-md-10 {
  border-bottom: 1px solid #dedede;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.job-listing-container .col-md-10 h5 {
  color: #3434c6;
  margin-bottom: 10px;
}
.job-listing-container .col-md-10 h6 {
  color: #44415B;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

.leadership-container .col-lg-4 {
  margin-bottom: 50px;
}
.leadership-container .col-lg-4 .team-item {
  background: #3434c6;
  position: relative;
  height: 100%;
  padding-bottom: 50px;
}

.team-content p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.leadership-container .team-item .team-content .btn.btn-primary {
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.leadership-container .team-item .team-content .btn.btn-primary:after {
  background-color: #fff;
}
.leadership-container .team-item .team-content .btn.btn-primary:before {
  border-color: #ffffff;
}
.leadership-container .team-item .team-content .btn.btn-primary:hover, .leadership-container .team-item .team-content .btn.btn-primary:focus, .leadership-container .team-item .team-content .btn.btn-primary:active {
  background-color: transparent !important;
}
.leadership-container .col-lg-4:nth-child(3n+1) .team-item {
  background: #acd4fc;
}
.leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content h5, .leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content p, .leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content a {
  color: #121272;
}
.leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content .btn.btn-primary:after {
  background-color: #121272;
}
.leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content .btn.btn-primary:before {
  border-color: #121272;
}
.leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content .btn.btn-primary:hover, .leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content .btn.btn-primary:focus, .leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content .btn.btn-primary:active {
  background-color: #acd4fc !important;
  color: #fff;
}
.leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content .btn.btn-primary:hover:before, .leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content .btn.btn-primary:focus:before, .leadership-container .col-lg-4:nth-child(3n+1) .team-item .team-content .btn.btn-primary:active:before {
  border-color: #fff;
}
.leadership-container .col-lg-4:nth-child(3n+2) .team-item {
  background: #3434c6;
}
.leadership-container .col-lg-4:nth-child(3n+3) .team-item {
  background: #121272;
}

.management-team-section .team-item .team-img-container {
  position: relative;
  overflow: hidden;
}
.management-team-section .team-item .team-img-container:before {
  position: absolute;
  content: '';
  height: 50%;
  background: #fff;
  width: 100%;
}
.management-team-section .team-item .team-img-container .team-member-img {
  width: 165px;
  height: 165px;
  border-radius: 100px;
  margin: 0 auto;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.management-team-section .team-item .team-img-container .team-member-img img {
  width: 100%;
  border-radius: 10px;
}
.management-team-section .team-item .team-content {
  display: block;
  margin-top: 15px;
  padding: 15px 25px 0;
}
.management-team-section .team-item .team-content .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.management-team-section .team-item .team-content .social-block li {
  margin-right: 15px;
}
.management-team-section .team-item .team-content .social-block li a {
  font-size: 16px;
  color: #3434C6;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.management-team-section .team-item .team-content .social-block li a:hover {
  color: #060649;
}
.management-team-section .team-item .team-content h5 {
  font-size: 30px;
  line-height: 35px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.management-team-section .team-item .team-content p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 999px) {
  .management-team-section .team-item {
    max-width: 500px;
    margin: 0 auto;
  }
}

.leadership-container .col-lg-4:nth-child(3n+3) .team-item .btn.btn-primary:hover {
  color: #3434c6;
}

.leadership-container .col-lg-4:nth-child(3n+3) .team-item .btn.btn-primary:hover:before {
  border-color: #3434c6;
}

.leadership-container .col-lg-4:nth-child(3n+2) .team-item .btn.btn-primary:hover {
  color: #3434c6;
}

.leadership-container .col-lg-4:nth-child(3n+2) .team-item .btn.btn-primary:hover:before {
  border-color: #3434c6;
}

.modal.fade .modal-dialog {
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
}

.modal-open .modal::-webkit-scrollbar {
  display: none;
}

.modal-open .modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.management-team-section .modal {
  padding-right: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.management-team-section .modal .modal-dialog {
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
  max-width: 1170px;
  margin: 0 auto;
}

.headshot-modal .modal-content {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

body.modal-open {
  padding-right: 0 !important;
}

.headshot-modal-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding: 30px 65px 0 0;
}
@media (max-width: 767px) {
  .headshot-modal-control {
    padding: 30px 30px;
  }
}

.headshot-modal-control span {
  margin-bottom: 0;
}

.headshot-modal-control .prev-headshot,
.headshot-modal-control .next-headshot {
  margin-right: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  color: #006aff;
  position: relative;
  opacity: 1;
  border: 1px solid #006aff;
  padding: 5px 18px 2px;
  border-radius: 50px;
}
.headshot-modal-control .prev-headshot i,
.headshot-modal-control .next-headshot i {
  font-size: 20px;
  position: absolute;
  top: 3px;
}

.headshot-modal-control .prev-headshot {
  padding-left: 28px;
}
.headshot-modal-control .prev-headshot i {
  left: 6px;
}

.headshot-modal-control .next-headshot {
  padding-right: 28px;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 23%);
      -ms-transform: translate(0, 23%);
          transform: translate(0, 23%);
  margin: auto;
}
@media (max-width: 999px) {
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.headshot-detail-container .close-headshot {
  height: 30px;
  width: 30px;
  font-size: 30px;
  position: relative;
  padding: 0;
  color: #3434C6;
  background: transparent;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .headshot-detail-container .close-headshot {
    font-size: 44px;
  }
}

.headshot-modal .modal-content .color-shape {
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .modal {
    z-index: 9999999999999;
  }

  .headshot-detail-container .headshot-img .img-bg {
    margin: 0 auto 30px;
  }
}
.headshot-modal-control.mobile-show-block {
  display: none;
  padding: 15px 0 30px;
}

@media (max-width: 999px) {
  .headshot-modal-control.mobile-hidden-block {
    display: none;
  }

  .headshot-modal-control.mobile-show-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.modal-backdrop.show {
  opacity: 0;
}

.headshot-detail-container .detail-block .row {
  margin: 0;
  padding-bottom: 20px;
}

.headshot-detail-container .detail-block {
  padding: 50px;
  padding-bottom: 20px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .headshot-detail-container .detail-block {
    padding: 0 15px;
  }
}

@media (min-width: 999px) {
  .headshot-content-modal {
    height: 364px;
    overflow-y: auto;
  }
}
.headshot-content-modal .team-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headshot-content-modal .team-content h5 {
  font-size: 30px;
  line-height: 35px;
  font-family: "DM Sans", sans-serif;
  color: #3434C6;
  margin-bottom: 0;
  font-weight: 500;
}

.smallpop-header {
  color: #3434C6;
  font-size: 14px;
  line-height: 19px;
}

.headshot-content-modal .team-content .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headshot-content-modal .team-content .social-block a {
  color: #3434C6;
  font-size: 17px;
  margin-right: 20px;
  line-height: normal;
  margin-top: 4px;
  display: block;
}

.headshot-detail-container .headshot-img .img-bg {
  min-height: 362px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
.headshot-detail-container .headshot-img .img-bg img {
  width: 100%;
}
@media (max-width: 999px) {
  .headshot-detail-container .headshot-img .img-bg {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .headshot-detail-container .headshot-img .img-bg {
    padding: 0;
    min-height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .headshot-detail-container {
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
    padding: 0 0 40px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .leadership-tab-main {
    position: relative;
  }
}
.leadership-tab-main .leadership-trigger {
  display: none;
}
@media (max-width: 767px) {
  .leadership-tab-main .leadership-trigger {
    display: block;
    font-size: 20px;
    color: #333;
    border: 1px solid #D8D8D8;
    position: relative;
    width: 100%;
    font-weight: 400;
    padding: 12px 18px;
    margin: 15px 0 40px;
  }
  .leadership-tab-main .leadership-trigger:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 18px;
    border-style: solid;
    border-width: 0px 0px 2px 2px;
    padding: 6px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .leadership-tab-main .leadership-trigger.open:before {
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    top: 22px;
  }
}

.single-items-testimonial .slick-track {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.testimonial-container .slider-action .normal-dotts .slick-dots {
  margin-top: 3px;
}

.three-card-promo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px 0px;
}
.three-card-promo-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 15px 15px;
}
.three-card-promo-list li .item {
  position: relative;
}
.three-card-promo-list li .item .small-label {
  margin: 0 0 15px;
  display: block;
}
.three-card-promo-list li .item .full-link {
  height: 92%;
}
.three-card-promo-list li .item p {
  color: #333;
}
.three-card-promo-list li .item .image-block {
  margin-bottom: 32px;
}
.three-card-promo-list li .item .image-block .bg-img {
  width: 100%;
  height: 241px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .three-card-promo-list li .item .image-block {
    margin-bottom: 22px;
  }
}
.three-card-promo-list li .item .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .three-card-promo-list li .item .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.three-card-promo-list li .item:hover .title {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .three-card-promo-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .three-card-promo-list li:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cards-rows > div {
    margin-bottom: 20px;
  }

  .cards-rows > div:last-child {
    margin-bottom: 0;
  }
}
.widget-container {
  margin-bottom: 20px;
}
.widget-container h6 {
  color: #3434C6;
  font-family: "mrs-eaves-xl-serif-narrow";
  position: relative;
  padding: 0 0 0 20px;
}
.widget-container h6:before {
  content: '';
  background-image: url("../../assets/img/leaf.svg");
  width: 13px;
  height: 10px;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
  background-repeat: no-repeat;
}

.widget-menu li {
  margin-bottom: 10px;
  display: block;
}
.widget-menu li a {
  font-size: 16px;
  line-height: normal;
  display: block;
  color: #121272;
  font-weight: 600;
}
.widget-menu li a:hover {
  text-decoration: underline;
}

.widget-container span {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: normal;
  display: block;
  color: #121272;
  font-weight: 600;
}
.widget-container p {
  font-size: 14px;
  margin-bottom: 0;
  color: #335377;
}

.right-sidebar-item {
  border-radius: 4px;
  padding: 35px;
  background: #fafafa;
}
@media (min-width: 767px) {
  .right-sidebar-item {
    max-width: 300px;
  }
}

.awards-container-main .col-md-3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .awards-container-main .col-md-3:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 767px) {
  .awards-container-main .col-md-3:nth-child(1), .awards-container-main .col-md-3:nth-child(2), .awards-container-main .col-md-3:nth-child(3), .awards-container-main .col-md-3:nth-child(4) {
    margin-top: 0;
  }
}

.awards-container {
  padding: 42px 32px 32px 33px;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 40, 85, 0.1);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .awards-container {
    height: 100%;
  }
}
.awards-container:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #3434C6;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.awards-container:hover {
  box-shadow: 0 25px 45px 0 rgba(0, 40, 85, 0.15);
  background-color: #fff;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.awards-container:hover:before {
  opacity: 1;
}

.img-container {
  max-width: 200px;
  margin: 0 auto 25px;
}
.img-container img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.awards-content {
  text-align: center;
}
.awards-content h5 {
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px;
}
.awards-content ul li {
  margin-bottom: 10px;
}
.awards-content ul li:last-child {
  margin-bottom: 0;
}
.awards-content ul li span {
  color: #727272;
  font-weight: 700;
  font-family: "mrs-eaves-xl-serif-narrow";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.awards-content ul li p {
  color: #3434C6;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.awards-logos-section {
  background: #060649;
  padding: 70px 0;
}
.awards-logos-section h2, .awards-logos-section .title-section p {
  color: #fff;
}

.awards-logo-img-container {
  width: 100%;
  max-width: 290px;
  min-height: 250px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  margin-bottom: 25px;
}
.awards-logo-img-container .awards-img {
  width: 100%;
}
@media (max-width: 767px) {
  .awards-logo-img-container {
    max-width: none;
  }
}

.awards-item-container h6 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}
.awards-item-container .small-label {
  color: #00E5BE;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.awards-content-container .awards-content-slider .awards-items-slide {
  padding-right: 30px;
}

.awards-logos-section .slider-action .slick-dots,
.logo-block .slider-action .slick-dots,
.photocarousel-section .slider-action .slick-dots {
  position: relative;
  margin: 8px 0 0;
}
.awards-logos-section .slider-action span,
.logo-block .slider-action span,
.photocarousel-section .slider-action span {
  border: none;
  margin: 0;
}
.awards-logos-section .slider-action .slick-dots li,
.logo-block .slider-action .slick-dots li,
.photocarousel-section .slider-action .slick-dots li {
  margin: 0 5px;
  height: 13px;
  width: 13px;
}
.awards-logos-section .dark-dots-style .slick-dots li button,
.logo-block .dark-dots-style .slick-dots li button,
.photocarousel-section .dark-dots-style .slick-dots li button {
  height: 13px;
  width: 13px;
  border-radius: 50px;
}
.awards-logos-section .slider-action,
.logo-block .slider-action,
.photocarousel-section .slider-action {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awards-logos-section .dark-dots-style .slick-dots li button,
.logo-block .dark-dots-style .slick-dots li button,
.photocarousel-section .dark-dots-style .slick-dots li button {
  background: #00e5be !important;
}
@media (max-width: 767px) {
  .awards-logos-section .slider-action .slick-dots,
  .logo-block .slider-action .slick-dots,
  .photocarousel-section .slider-action .slick-dots {
    margin: 6px 0 0;
  }
}

.logo-block {
  padding: 60px 0;
  background: #060649;
  position: relative;
}
.logo-block:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 22px;
  background-image: url(../img/footer-color-shape.svg);
  background-position: center center;
  background-size: cover;
}
@media (min-width: 767px) {
  .logo-block .slider-action {
    display: none;
  }
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-container li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}
.logo-container li .logo-img-container {
  text-align: center;
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-container li .logo-img-container img {
  max-width: 125px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .logo-container {
    display: block;
  }
  .logo-container li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.tab-second-style .nav-tabs .nav-item .nav-link {
  background: #fff;
  border-radius: 4px;
  padding: 15px 30px;
  box-shadow: 0 5px 20px 0 rgba(0, 40, 85, 0.1);
  background-color: #fff;
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 2.4px;
  color: #052855;
  text-transform: uppercase;
}

.tab-second-style .nav-tabs .nav-item .nav-link:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #97d700;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tab-second-style .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-second-style .nav-tabs .nav-item .nav-link.active {
  box-shadow: 0 20px 35px 0 rgba(0, 40, 85, 0.24);
}

.tab-second-style .nav-tabs .nav-item .nav-link.active:before {
  opacity: 1;
}

.cvp-care-tabslidder-container .tab-container-img img {
  margin: 0 auto;
  display: block;
  max-width: 200px;
}

@media (min-width: 767px) {
  .cvp-cares-main-container {
    padding: 39px 47px 48px 49px;
    box-shadow: 0 20px 35px 0 rgba(0, 40, 85, 0.16);
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .cvp-care-tabslidder-container {
    padding: 15px;
    box-shadow: 0 20px 35px 0 rgba(0, 40, 85, 0.16);
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .tab-second-style {
    position: relative;
  }
}
.tab-second-style .vertical-tab-trriger {
  display: none;
}
@media (max-width: 767px) {
  .tab-second-style .vertical-tab-trriger {
    display: block;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 2.4px;
    color: #052855;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    position: relative;
    width: 100%;
    padding: 18px;
    padding-right: 30px;
  }
  .tab-second-style .vertical-tab-trriger:before {
    content: "";
    position: absolute;
    top: 22px;
    right: 18px;
    -ms-transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #002855;
  }
  .tab-second-style .vertical-tab-trriger.open:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .tab-second-style .nav {
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    overflow: visible;
    height: auto;
    top: 100%;
    left: 50%;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 0;
    white-space: normal;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
  }

  .tab-second-style .nav.dropdown-block-open {
    display: block;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
  }
}
.grid-column {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 10px auto 12px;
  background: #ffffff;
  width: 100%;
  padding: 30px 10px;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  font-size: 0;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 40, 85, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-column:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #0072ce;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.grid-column h6 {
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
  line-height: normal;
  margin: 0;
}
.grid-column .grid-img-block {
  position: relative;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #97d700;
  height: 48px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto 15px;
}
.grid-column:hover {
  box-shadow: 0 25px 45px 0 rgba(0, 40, 85, 0.15);
}
.grid-column:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .grid-column {
    padding: 18px 10px;
    margin: 0 auto 10px;
  }
}

@media (min-width: 767px) {
  .card-three {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 200px 120px 200px;
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-three li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 50;
  }
  .card-three li:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 50;
  }
  .card-three li:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / 50;
  }

  .card-four {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 200px 100px 0 200px;
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-four li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 35;
  }
  .card-four li:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 23;
    margin-bottom: 0;
    margin-left: 3px;
  }
  .card-four li:nth-child(3) {
    grid-column: 2;
    grid-row: 23 / 35;
    margin-left: 3px;
  }
  .card-four li:nth-child(4) {
    grid-column: 4;
    grid-row: 1 / 35;
  }

  .card-five {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 106px 106px 115px 0 203px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-five li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 45;
  }
  .card-five li:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 45;
  }
  .card-five li:nth-child(3) {
    grid-column: 3;
    grid-row: 1 / 22;
  }
  .card-five li:nth-child(4) {
    grid-column: 3;
    grid-row: 45 / 20;
  }
  .card-five li:nth-child(5) {
    grid-column: 5;
    grid-row: 1 / 45;
  }

  .card-six {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 106px 106px 115px 0 203px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-six li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 6;
  }
  .card-six li:nth-child(2) {
    grid-column: 1;
    grid-row: 5 / 45;
  }
  .card-six li:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / 45;
  }
  .card-six li:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / 12;
  }
  .card-six li:nth-child(5) {
    grid-column: 3;
    grid-row: 10 / 45;
  }
  .card-six li:nth-child(6) {
    grid-column: 5;
    grid-row: 1 / 45;
  }

  .card-seven {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-seven li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 6;
  }
  .card-seven li:nth-child(2) {
    grid-column: 1;
    grid-row: 5 / 45;
  }
  .card-seven li:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / 45;
  }
  .card-seven li:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / 12;
  }
  .card-seven li:nth-child(5) {
    grid-column: 3;
    grid-row: 10 / 45;
  }
  .card-seven li:nth-child(6) {
    grid-column: 4;
    grid-row: 1 / 45;
  }
  .card-seven li:nth-child(7) {
    grid-column: 5;
    grid-row: 1 / 45;
  }

  .card-eight {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-eight li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 6;
  }
  .card-eight li:nth-child(2) {
    grid-column: 1;
    grid-row: 5 / 45;
  }
  .card-eight li:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / 45;
  }
  .card-eight li:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / 12;
  }
  .card-eight li:nth-child(5) {
    grid-column: 3;
    grid-row: 10 / 45;
  }
  .card-eight li:nth-child(6) {
    grid-column: 4;
    grid-row: 1 / 20;
  }
  .card-eight li:nth-child(7) {
    grid-column: 4;
    grid-row: 18 / 45;
  }
  .card-eight li:nth-child(8) {
    grid-column: 5;
    grid-row: 1 / 45;
  }

  .card-nine {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-nine li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 6;
  }
  .card-nine li:nth-child(2) {
    grid-column: 1;
    grid-row: 5 / 45;
  }
  .card-nine li:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / 15;
  }
  .card-nine li:nth-child(4) {
    grid-column: 2;
    grid-row: 13 / 45;
  }
  .card-nine li:nth-child(5) {
    grid-column: 3;
    grid-row: 1 / 15;
  }
  .card-nine li:nth-child(6) {
    grid-column: 3;
    grid-row: 13 / 45;
  }
  .card-nine li:nth-child(7) {
    grid-column: 4;
    grid-row: 1 / 22;
  }
  .card-nine li:nth-child(8) {
    grid-column: 4;
    grid-row: 45 / 20;
  }
  .card-nine li:nth-child(9) {
    grid-column: 5;
    grid-row: 1 / 45;
  }

  .card-ten {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-ten li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 20;
  }
  .card-ten li:nth-child(2) {
    grid-column: 1;
    grid-row: 19 / 29;
  }
  .card-ten li:nth-child(3) {
    grid-column: 1;
    grid-row: 39 / 28;
  }
  .card-ten li:nth-child(4) {
    grid-column: 2;
    grid-row: 1 / 20;
  }
  .card-ten li:nth-child(5) {
    grid-column: 2;
    grid-row: 19 / 39;
  }
  .card-ten li:nth-child(6) {
    grid-column: 3;
    grid-row: 1 / 20;
  }
  .card-ten li:nth-child(7) {
    grid-column: 3;
    grid-row: 19 / 39;
  }
  .card-ten li:nth-child(8) {
    grid-column: 4;
    grid-row: 1 / 26;
  }
  .card-ten li:nth-child(9) {
    grid-column: 4;
    grid-row: 25 / 39;
  }
  .card-ten li:nth-child(10) {
    grid-column: 5;
    grid-row: 1 / 39;
  }

  .card-eleven {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-eleven li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 20;
  }
  .card-eleven li:nth-child(2) {
    grid-column: 1;
    grid-row: 19 / 29;
  }
  .card-eleven li:nth-child(3) {
    grid-column: 1;
    grid-row: 39 / 28;
  }
  .card-eleven li:nth-child(4) {
    grid-column: 2;
    grid-row: 1 / 20;
  }
  .card-eleven li:nth-child(5) {
    grid-column: 2;
    grid-row: 19 / 29;
  }
  .card-eleven li:nth-child(6) {
    grid-column: 2;
    grid-row: 39 / 28;
  }
  .card-eleven li:nth-child(7) {
    grid-column: 3;
    grid-row: 1 / 20;
  }
  .card-eleven li:nth-child(8) {
    grid-column: 3;
    grid-row: 19 / 39;
  }
  .card-eleven li:nth-child(9) {
    grid-column: 4;
    grid-row: 1 / 24;
  }
  .card-eleven li:nth-child(10) {
    grid-column: 4;
    grid-row: 39 / 23;
  }
  .card-eleven li:nth-child(11) {
    grid-column: 5;
    grid-row: 1 / 39;
  }

  .card-tweleve {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-tweleve li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 20;
  }
  .card-tweleve li:nth-child(2) {
    grid-column: 1;
    grid-row: 19 / 29;
  }
  .card-tweleve li:nth-child(3) {
    grid-column: 1;
    grid-row: 39 / 28;
  }
  .card-tweleve li:nth-child(4) {
    grid-column: 2;
    grid-row: 1 / 20;
  }
  .card-tweleve li:nth-child(5) {
    grid-column: 2;
    grid-row: 19 / 29;
  }
  .card-tweleve li:nth-child(6) {
    grid-column: 2;
    grid-row: 39 / 28;
  }
  .card-tweleve li:nth-child(7) {
    grid-column: 3;
    grid-row: 1 / 20;
  }
  .card-tweleve li:nth-child(8) {
    grid-column: 3;
    grid-row: 19 / 39;
  }
  .card-tweleve li:nth-child(9) {
    grid-column: 4;
    grid-row: 1 / 20;
  }
  .card-tweleve li:nth-child(10) {
    grid-column: 4;
    grid-row: 19 / 29;
  }
  .card-tweleve li:nth-child(11) {
    grid-column: 4;
    grid-row: 39 / 28;
  }
  .card-tweleve li:nth-child(12) {
    grid-column: 5;
    grid-row: 1 / 39;
  }

  .card-thirten {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-thirten li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 6;
  }
  .card-thirten li:nth-child(2) {
    grid-column: 1;
    grid-row: 5 / 13;
  }
  .card-thirten li:nth-child(3) {
    grid-column: 1;
    grid-row: 12 / 20;
  }
  .card-thirten li:nth-child(4) {
    grid-column: 2;
    grid-row: 1 / 6;
  }
  .card-thirten li:nth-child(5) {
    grid-column: 2;
    grid-row: 5 / 13;
  }
  .card-thirten li:nth-child(6) {
    grid-column: 2;
    grid-row: 12 / 20;
  }
  .card-thirten li:nth-child(7) {
    grid-column: 3;
    grid-row: 1 / 5;
  }
  .card-thirten li:nth-child(8) {
    grid-column: 3;
    grid-row: 5 / 10;
  }
  .card-thirten li:nth-child(9) {
    grid-column: 3;
    grid-row: 9 / 15;
  }
  .card-thirten li:nth-child(10) {
    grid-column: 3;
    grid-row: 14 / 20;
  }
  .card-thirten li:nth-child(11) {
    grid-column: 4;
    grid-row: 1 / 10;
  }
  .card-thirten li:nth-child(12) {
    grid-column: 4;
    grid-row: 9 / 20;
  }
  .card-thirten li:nth-child(13) {
    grid-column: 5;
    grid-row: 1 / 20;
  }

  .card-fourteen {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-fourteen li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 6;
  }
  .card-fourteen li:nth-child(2) {
    grid-column: 1;
    grid-row: 5 / 13;
  }
  .card-fourteen li:nth-child(3) {
    grid-column: 1;
    grid-row: 12 / 20;
  }
  .card-fourteen li:nth-child(4) {
    grid-column: 2;
    grid-row: 1 / 6;
  }
  .card-fourteen li:nth-child(5) {
    grid-column: 2;
    grid-row: 5 / 13;
  }
  .card-fourteen li:nth-child(6) {
    grid-column: 2;
    grid-row: 12 / 20;
  }
  .card-fourteen li:nth-child(7) {
    grid-column: 3;
    grid-row: 1 / 5;
  }
  .card-fourteen li:nth-child(8) {
    grid-column: 3;
    grid-row: 5 / 10;
  }
  .card-fourteen li:nth-child(9) {
    grid-column: 3;
    grid-row: 9 / 15;
  }
  .card-fourteen li:nth-child(10) {
    grid-column: 3;
    grid-row: 14 / 20;
  }
  .card-fourteen li:nth-child(11) {
    grid-column: 4;
    grid-row: 1 / 10;
  }
  .card-fourteen li:nth-child(12) {
    grid-column: 4;
    grid-row: 9 / 20;
  }
  .card-fourteen li:nth-child(13) {
    grid-column: 5;
    grid-row: 1 / 6;
  }
  .card-fourteen li:nth-child(14) {
    grid-column: 5;
    grid-row: 5 / 20;
  }

  .card-fifteen {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-fifteen li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 6;
  }
  .card-fifteen li:nth-child(2) {
    grid-column: 1;
    grid-row: 5 / 13;
  }
  .card-fifteen li:nth-child(3) {
    grid-column: 1;
    grid-row: 12 / 20;
  }
  .card-fifteen li:nth-child(4) {
    grid-column: 2;
    grid-row: 1 / 6;
  }
  .card-fifteen li:nth-child(5) {
    grid-column: 2;
    grid-row: 5 / 13;
  }
  .card-fifteen li:nth-child(6) {
    grid-column: 2;
    grid-row: 12 / 20;
  }
  .card-fifteen li:nth-child(7) {
    grid-column: 3;
    grid-row: 1 / 5;
  }
  .card-fifteen li:nth-child(8) {
    grid-column: 3;
    grid-row: 5 / 10;
  }
  .card-fifteen li:nth-child(9) {
    grid-column: 3;
    grid-row: 9 / 15;
  }
  .card-fifteen li:nth-child(10) {
    grid-column: 3;
    grid-row: 14 / 20;
  }
  .card-fifteen li:nth-child(11) {
    grid-column: 4;
    grid-row: 1 / 10;
  }
  .card-fifteen li:nth-child(12) {
    grid-column: 4;
    grid-row: 9 / 20;
  }
  .card-fifteen li:nth-child(13) {
    grid-column: 5;
    grid-row: 1 / 7;
  }
  .card-fifteen li:nth-child(14) {
    grid-column: 5;
    grid-row: 7 / 15;
    top: -17px;
  }
  .card-fifteen li:nth-child(15) {
    grid-column: 5;
    grid-row: 14 / 20;
  }
}
@media (max-width: 767px) {
  .itemsLength {
    display: block;
  }
}
.product-herozone {
  padding: 0 0 20px;
}
.product-herozone h1 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.product-main-container {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .product-main-container {
    padding-top: 100px;
  }
}

.header-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
}
@media (max-width: 767px) {
  .header-meta-data {
    display: block;
  }
  .header-meta-data .post-detail-headersocial {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
}

.name-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #3B3B3B;
  line-height: normal;
}
.name-date-block h6 {
  margin-bottom: 0;
  color: #4D0000;
  font-weight: 600;
  margin-right: 15px;
}
.name-date-block .author-img {
  height: 32px;
  width: 32px;
  border-radius: 50px;
  display: block;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}

.breadcrumb {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #3434C6;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 70px;
}
.breadcrumb span a {
  color: #060649;
  font-weight: 600;
  font-size: 14px;
}
.breadcrumb > span {
  margin: 0 15px;
  color: #060649;
}
.breadcrumb > span:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}

.white-breadcrumb .breadcrumb {
  color: #3434C6;
}
.white-breadcrumb .breadcrumb span a {
  color: #fff;
}
.white-breadcrumb .breadcrumb > span {
  color: #fff;
}

.post-detail-desc h2 {
  font-weight: bold;
  color: #121272;
}
.post-detail-desc h5 {
  color: #212121;
}

.gated-content-block {
  padding: 30px 0 30px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 3px 0px 25px rgba(0, 0, 0, 0.4);
}
.gated-content-block .form-block {
  margin-top: 0px;
  border: none;
  padding: 0px;
  box-shadow: none;
}
.gated-content-block .gform_wrapper {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .gated-content-block {
    height: 300px;
    overflow: auto;
  }
}

@media (min-width: 1520px) {
  .gated-content-block {
    height: -webkit-calc(100% - 450px);
    height: calc(100% - 450px);
  }
}
.postDetail-herozone {
  padding: 60px 0;
  position: relative;
}
.postDetail-herozone:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 22px;
  background-image: url("../img/footer-color-shape.svg");
  background-position: center center;
  background-size: cover;
}
.postDetail-herozone .herozone-post-block {
  margin-bottom: 30px;
}
.postDetail-herozone .date-post {
  margin-left: 60px;
}
.postDetail-herozone .text-block p {
  color: #44415B;
}

.post-herozone-shape-absolulte {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.post-herozone-shape-absolulte .post-detail-herozone-mask {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 100%;
  height: 70%;
  border-radius: 500px 0 0 500px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.post-herozone-shape-absolulte .post-detail-herozone-mask:before {
  background-position: center;
  background-size: cover;
  background-image: url("../img/home-bg-shape.jpg");
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .post-herozone-shape-absolulte {
    position: relative;
    margin-bottom: 20px;
    height: 200px;
  }
  .post-herozone-shape-absolulte .post-detail-herozone-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 100%;
  }
}

.content-sm {
  max-width: 800px;
  margin: 0 auto;
}

blockquote {
  margin: 0;
  color: #37215d;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  padding: 30px 0;
  padding-left: 35px;
}
blockquote:before {
  content: '';
  height: 100%;
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #3434C6;
}

.inline-promo-block {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 20px 35px 0 rgba(0, 40, 85, 0.16);
}
.inline-promo-block .inline-text-container {
  padding: 50px 30px;
  max-width: 340px;
}
.inline-promo-block .inline-text-container h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}
@media (min-width: 999px) {
  .inline-promo-block .inline-text-container h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 999px) {
  .inline-promo-block .inline-text-container {
    padding: 25px;
    max-width: none;
  }
}

.inline-promo-block .inline-promo-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  max-width: 300px;
}
.inline-promo-block .inline-shape-block {
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 1;
  height: 100%;
  width: auto;
  pointer-events: none;
}
@media (max-width: 999px) {
  .inline-promo-block .inline-promo-img {
    position: relative;
    max-width: none;
    min-height: 250px;
  }
  .inline-promo-block .inline-shape-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .inline-promo-block .inline-promo-img {
    min-height: 245px;
  }
}

.addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 999px) {
  .post-detail-headersocial {
    position: absolute;
    max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50px;
  }

  .post-detail-headersocial .container {
    max-width: 100%;
    max-width: 100px;
    margin: 0;
  }

  .post-detail-headersocial ul li {
    display: block;
  }

  .post-detail-headersocial .addtoany_list a, .widget .addtoany_list a {
    display: block;
  }
}
.post-detail-headersocial span {
  font-size: 16px;
  display: block;
  color: #44415B;
  margin-bottom: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.post-detail-headersocial .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1199px) {
  .post-detail-headersocial {
    max-width: 1042px;
  }
}
@media (max-width: 999px) {
  .post-detail-headersocial .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 15px 0;
  }

  .post-detail-headersocial span {
    margin: 0 15px 0 0;
  }

  .addtoany_list a {
    margin-right: 0;
  }
}
.main-post-detail-container {
  position: relative;
}

.post-herozone {
  padding: 150px 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .post-herozone .product-img {
    display: none;
  }
  .post-herozone .bottom-action-producthero {
    display: inline-block;
    max-width: 80%;
  }
  .post-herozone .bottom-action-producthero a {
    margin-bottom: 15px;
  }
  .post-herozone .bottom-action-producthero a:last-child {
    margin-bottom: 0;
  }
}
.post-herozone .banner-container {
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .post-herozone .banner-container {
    padding-bottom: 0;
  }
}
.post-herozone .prdouct-herozone-img {
  position: absolute;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  width: 95%;
  top: 80px;
  left: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
  display: none;
}
@media (max-width: 767px) {
  .post-herozone .prdouct-herozone-img {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .post-herozone {
    padding: 100px 0 30px;
  }
}

.post-herozone.product-shape-zone {
  padding-bottom: 160px;
}
.post-herozone.product-shape-zone .product-herozone-shape {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  pointer-events: none;
}
.post-herozone.product-shape-zone .product-herozone-shape img {
  width: 100%;
}

.quick-link h2 {
  padding-bottom: 10px;
}

.quick-link-container {
  position: relative;
  padding-top: 20px;
}
.quick-link-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.quick-link-container ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-bottom: 10px;
}
.quick-link-container ul li a {
  color: #3434C6;
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 13px 15px 13px 45px;
}
.quick-link-container ul li a img {
  position: absolute;
  max-width: 35px;
  top: 6px;
  left: 0;
}
.quick-link-container ul li a i {
  position: absolute;
  font-size: 16px;
  top: 18px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.quick-link-container ul li a:hover {
  color: #37215d;
}
.quick-link-container ul li a:hover i {
  right: -5px;
}
@media (max-width: 767px) {
  .quick-link-container ul {
    display: block;
  }
  .quick-link-container ul li {
    max-width: 100%;
  }
  .quick-link-container ul li a {
    padding: 12px 15px 20px 45px;
  }
  .quick-link-container ul li a img {
    max-width: 30px;
  }
  .quick-link-container ul li a i {
    position: relative;
    top: 2px;
  }
}

.product-container {
  position: relative;
}

.sticky-menu-section {
  border-radius: 0px 10px 10px 0px;
  background: #060649;
  max-width: 132px;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  padding: 15px 10px;
  z-index: 9999;
}
.sticky-menu-section a {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  display: block;
}
.sticky-menu-section a:before {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: -10px;
  background: #eee;
  opacity: 0;
}
.sticky-menu-section a.active {
  opacity: 1;
  color: #3434C6;
}
.sticky-menu-section a.active:before {
  opacity: 1;
}
@media (max-width: 1440px) {
  .sticky-menu-section {
    max-width: 90px;
  }
  .sticky-menu-section a {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .sticky-menu-section {
    display: none;
  }
}

.case-study-promo-section .media-item .image-item img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}
.case-study-promo-section.case-study-promo-section-anime .media-item .image-item img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.latest-content-section .related-items-slide .blog-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}
.latest-content-section.latest-content-section-anime .related-items-slide .blog-img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.vertical-features-block {
  position: relative;
  padding: 113px 0px 0px;
}

.left-title-discription-block {
  max-width: 620px;
  width: 100%;
}

.features-list-content {
  max-width: 755px;
  width: 100%;
  margin-left: auto;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .features-list-content {
    margin-top: 35px;
  }
}

.vertical-features-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0px -12.5px 0px;
}
.vertical-features-list li {
  max-width: 50%;
  width: 100%;
  padding: 12.5px 12.5px;
  float: left;
}
@media (max-width: 991px) {
  .vertical-features-list li {
    max-width: 100%;
    padding: 12.5px 0px;
  }
}
.vertical-features-list li:nth-of-type(2) {
  margin-top: -176px;
}
@media (max-width: 991px) {
  .vertical-features-list li:nth-of-type(2) {
    margin-top: 0px;
  }
}
.vertical-features-list li:nth-of-type(4) {
  margin-top: -201px;
}
@media (max-width: 991px) {
  .vertical-features-list li:nth-of-type(4) {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .vertical-features-list {
    margin: 0px 0px 0px;
  }
}

.vertical-features-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #DADAE1;
  width: 100%;
  padding: 39px 25px;
}
.vertical-features-item .icon {
  height: 65px;
  width: auto;
  margin-bottom: 26px;
}
.vertical-features-item .title {
  font-size: 20px;
  line-height: 26px;
  color: #121272;
  margin-bottom: 12px;
}
.vertical-features-item p {
  color: #1D1C2D;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 36px;
}
.vertical-features-item .color-shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.color-shape {
  position: absolute;
}

.testimonials-block-section .features-list-content {
  margin-top: 0;
}
.testimonials-block-section .left-title-discription-block {
  width: 620px;
}
.testimonials-block-section .vertical-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  width: 100%;
  position: relative;
}
.testimonials-block-section .vertical-features-list li {
  max-width: 50%;
  width: 100%;
  display: inline-block;
  padding: 12.5px 12.5px;
  float: none;
  margin: 0;
}
@media (max-width: 767px) {
  .testimonials-block-section .vertical-features-list {
    display: block;
  }
  .testimonials-block-section .vertical-features-list li {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.testimonials-block-section .vertical-features-item .title {
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
}
.testimonials-block-section .vertical-features-item p {
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  .testimonials-block-section .left-title-discription-block {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .testimonials-block-section .left-title-discription-block {
    width: 100%;
  }
}

.tabbed-products-block {
  position: relative;
  padding: 70px 0px 150px;
}
@media (max-width: 991px) {
  .tabbed-products-block {
    padding: 100px 0px 50px;
  }
}

.tabbed-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px -15px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabbed-products-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px;
}
@media (max-width: 991px) {
  .tabbed-products-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 0px;
  }
}
@media (max-width: 991px) {
  .tabbed-products-list {
    margin: 0px 0px 0px;
  }
}

.tabbed-products-item {
  position: relative;
  padding: 26px 23px;
  height: 100%;
}
.tabbed-products-item .title {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 8px;
}
.tabbed-products-item p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 27px;
}
.tabbed-products-item .btn.btn-primary {
  color: #fff;
}
.tabbed-products-item .btn.btn-primary:before {
  border-color: #fff;
}
.tabbed-products-item .btn.btn-primary:after {
  background-color: #fff;
}
.tabbed-products-item .btn.btn-primary:hover:after, .tabbed-products-item .btn.btn-primary:focus:after, .tabbed-products-item .btn.btn-primary:active:after {
  background-color: #3434C6;
}
.tabbed-products-item.light-color {
  background-color: #ACD4FC;
}
.tabbed-products-item.light-color .title {
  color: #060649;
}
.tabbed-products-item.light-color p {
  color: #060649;
}
.tabbed-products-item.light-color .btn.btn-primary {
  color: #3434C6;
}
.tabbed-products-item.light-color .btn.btn-primary:before {
  border-color: #3434C6;
}
.tabbed-products-item.light-color .btn.btn-primary:after {
  background-color: #3434C6;
}
.tabbed-products-item.light-color .btn.btn-primary:hover, .tabbed-products-item.light-color .btn.btn-primary:focus, .tabbed-products-item.light-color .btn.btn-primary:active {
  color: #fff;
}
.tabbed-products-item.light-color .btn.btn-primary:hover:before, .tabbed-products-item.light-color .btn.btn-primary:focus:before, .tabbed-products-item.light-color .btn.btn-primary:active:before {
  border-color: #fff;
}
.tabbed-products-item.light-color .btn.btn-primary:hover:after, .tabbed-products-item.light-color .btn.btn-primary:focus:after, .tabbed-products-item.light-color .btn.btn-primary:active:after {
  background-color: #3434C6;
}
.tabbed-products-item.medium-color {
  background-color: #3434C6;
}
.tabbed-products-item.medium-color .btn.btn-primary:hover:after, .tabbed-products-item.medium-color .btn.btn-primary:focus:after, .tabbed-products-item.medium-color .btn.btn-primary:active:after {
  background-color: #121272;
}
.tabbed-products-item.dark-color {
  background-color: #121272;
}
.tabbed-products-item.navy-color {
  background-color: #060649;
}
@media (max-width: 991px) {
  .tabbed-products-item {
    padding: 25px 25px;
  }
}

.light-color {
  background-color: #ACD4FC;
}

.medium-color {
  background-color: #3434C6;
}

.dark-color {
  background-color: #121272;
}

.navy-color {
  background-color: #060649;
}

@media (min-width: 999px) {
  .tabbed-products-item {
    padding-bottom: 50px;
  }

  .tabbed-products-item .btn.btn-primary {
    position: absolute;
    bottom: 25px;
    left: 23px;
  }
}
.stats-block {
  position: relative;
  padding: 30px 0px;
}

.stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -5px;
}
.stats-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 12px 5px;
}
.stats-list li:nth-of-type(2) {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .stats-list li:nth-of-type(2) {
    margin-top: 0px;
  }
}
.stats-list li:nth-of-type(3) {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .stats-list li:nth-of-type(3) {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .stats-list li {
    padding: 12px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .stats-list {
    margin: 0px 0px;
  }
}

.stats-item {
  position: relative;
  border-radius: 110px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  padding: 30px 30px;
}
.stats-item .stats-items-bg {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.stats-item .inner-item {
  display: block;
  width: 100%;
  position: relative;
}
.stats-item .inner-item .number-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 60px;
  line-height: 50px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}
.stats-item .inner-item .number-block span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .stats-item .inner-item .number-block {
    font-size: 40px;
    line-height: 30px;
  }
}
.stats-item .inner-item p {
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  width: 145px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .stats-item .inner-item p {
    font-size: 14px;
    width: 150px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .stats-item .inner-item {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .stats-item {
    padding: 15px 20px;
  }
}

.center-title-bock {
  max-width: 606px;
  width: 100%;
  margin: 0px auto 0px;
  text-align: center;
}

.use-cases-block {
  position: relative;
}

.use-cases-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -12.5px 0px;
}
.use-cases-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 12.5px;
}
.use-cases-list li:nth-child(1), .use-cases-list li:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 767px) {
  .use-cases-list li {
    margin-top: 25px;
  }
}
.use-cases-list li .tabbed-products-item {
  padding-top: 43px;
}
.use-cases-list li .tabbed-products-item .title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .use-cases-list li {
    padding: 12.5px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .use-cases-list {
    margin: 0px 0px 0px;
  }
}

.use-cases-block-slider .use-cases-list li .tabbed-products-item {
  padding-bottom: 80px;
  min-height: 470px;
}
@media (max-width: 767px) {
  .use-cases-block-slider .use-cases-list li .tabbed-products-item {
    min-height: 380px;
  }
}
.use-cases-block-slider .tabbed-products-item .btn.btn-primary {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.use-cases-block-slider .tabbed-products-item.light-color {
  background-color: #00E5BE;
}
@media (max-width: 767px) {
  .use-cases-block-slider .slider-action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.customer-success-slider .slick-slide {
  margin-right: 15px;
}
.customer-success-slider .tabbed-products-item {
  padding: 0;
}
.customer-success-slider .tabbed-products-item .cs-img-bg {
  min-height: 410px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.customer-success-slider .tabbed-products-item .cs-text-content {
  padding: 24px 30px;
  position: relative;
  padding-bottom: 55px;
}
.customer-success-slider .tabbed-products-item .cs-text-content h6 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .customer-success-slider {
    margin-top: 30px;
  }
}

.latest-news-section .tabbed-products-item {
  background: #121272;
  padding: 40px 30px;
}
.latest-news-section .tabbed-products-item .title {
  margin-bottom: 25px;
}
.latest-news-section .tabbed-products-item p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .latest-news-section .tabbed-products-item {
    height: auto;
    margin-bottom: 15px;
  }
}

.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item {
  background: #00E5BE;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .title, .latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item p,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .title,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item p {
  color: #060649;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .btn.btn-primary,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary {
  color: #060649;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:before,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:before {
  border-color: #060649;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:after,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:after {
  background-color: #060649;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:focus:after,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:focus:after {
  color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover {
  color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover:after,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover:after {
  color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover:before,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover:before {
  border-color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover:after,
.latest-news-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover:after {
  background-color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item {
  background: #ACD4FC;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .title, .latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item p,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .title,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item p {
  color: #3434C6;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .btn.btn-primary,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary {
  color: #3434C6;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:before,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:before {
  border-color: #3434C6;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:after,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:after {
  background-color: #3434C6;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:focus:after,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:focus:after {
  color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover {
  color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover:after,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover:after {
  color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover:before,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover:before {
  border-color: #fff;
}
.latest-news-section .row .col-md-4:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover:after,
.latest-news-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover:after {
  background-color: #fff;
}

.related-resources-section .tabbed-products-item {
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .related-resources-section .tabbed-products-item {
    padding: 0 0 20px;
  }
}

.related-resources-section .tabbed-products-item .news-img-block {
  min-height: 150px;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.related-resources-section .tabbed-products-item .related-resources-content-text {
  padding: 0 24px;
}

.related-resources-section .tabbed-products-item .eyebrow-label {
  margin-bottom: 5px;
}

.related-resources-section .tabbed-products-item h6,
.related-resources-section .tabbed-products-item .eyebrow-label {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.latest-news-section.related-resources-section .row .col-md-3:nth-child(2n+2) .tabbed-products-item .btn.btn-primary:hover:after,
.latest-news-section.related-resources-section .row .col-md-3:nth-child(2n+3) .tabbed-products-item .btn.btn-primary:hover:after,
.latest-news-section.related-resources-section .row .col-md-3:nth-child(2n+4) .tabbed-products-item .btn.btn-primary:hover:after {
  background-color: #3434C6;
}

.latest-insights-block {
  position: relative;
}
.latest-insights-block .title-block {
  margin-bottom: 40px;
}

.left-latest-insights-list li {
  display: block;
  width: 100%;
  padding: 12px 0px;
}

.left-latest-insights-item {
  position: relative;
  border: 1px solid #DADAE1;
  padding: 25px 30px;
}
.left-latest-insights-item .color-shape {
  top: 0px;
  right: 0px;
}
.left-latest-insights-item .date {
  color: #3434C6;
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 12px;
}
.left-latest-insights-item .title {
  display: block;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #121272;
}
.left-latest-insights-item .title:hover {
  color: #3434C6;
}
.left-latest-insights-item p {
  font-size: 16px;
  line-height: 22px;
}

.other-insight-block .main-title {
  font-size: 20px;
  line-height: 26px;
  color: #060649;
  font-family: "DM Sans", sans-serif;
}
.other-insight-block ul li {
  padding: 18px 0px 7px;
  border-bottom: 1px solid #DADAE1;
}
.other-insight-block ul li .item .category {
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 2px;
  color: #3434C6;
  display: block;
}
.other-insight-block ul li .item .title {
  font-size: 16px;
  line-height: 20px;
  color: #060649;
  font-family: "DM Sans", sans-serif;
  display: block;
}
.other-insight-block ul li .item .title:hover {
  color: #3434C6;
}
.other-insight-block ul li:last-child {
  border: none;
}
@media (max-width: 991px) {
  .other-insight-block {
    margin-top: 30px;
  }
}

.featured-icon-container {
  position: relative;
  text-align: center;
}
.featured-icon-container .featured-icon-img {
  height: 40px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 22px;
}
.featured-icon-container h5 {
  color: #3434C6;
}
.featured-icon-container p {
  color: #1D1C2D;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 767px) {
  .featured-icon-row .col-md-3 {
    margin-top: 80px;
  }
  .featured-icon-row .col-md-3:nth-child(1), .featured-icon-row .col-md-3:nth-child(2), .featured-icon-row .col-md-3:nth-child(3), .featured-icon-row .col-md-3:nth-child(4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .featured-icon-row .col-md-3 {
    margin-top: 40px;
  }
  .featured-icon-row .col-md-3:nth-child(1) {
    margin-top: 0;
  }
}
.contact-form-block {
  position: relative;
  padding: 92px 0px;
  background-color: #060649;
}
.contact-form-block .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-block h2, .contact-form-block p {
  color: #fff;
}
.contact-form-block .contact-block {
  background-color: #fff;
  padding: 34px 41px;
}
.contact-form-block .submit-btn {
  text-align: right;
}
.contact-form-block .form-text {
  font-size: 11px;
  color: #121272;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  margin-top: 7px;
}

.play-icon-link {
  position: relative;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #3434C6;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  padding: 5px 51px 5px 0px;
}
.play-icon-link:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #3434C6;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.play-icon-link:hover {
  color: #060649;
}
.play-icon-link:hover:before {
  background-color: #060649;
}
.play-icon-link:hover .play-icon {
  background-color: #060649;
}

.play-icon {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 24px;
  height: 24px;
  background-color: #3434C6;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.play-icon:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 6px;
}

.featured-graphic-img {
  margin-top: 33px;
}

.featured-graphic-tab-container {
  position: relative;
  margin-top: 85px;
}
.featured-graphic-tab-container .nav-tabs {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0px auto 0px;
}
.featured-graphic-tab-container .tab-content {
  margin-top: 74px;
}
.featured-graphic-tab-container .tab-content .tab-pane {
  position: relative;
}
.featured-graphic-tab-container .tab-content .tab-pane .image-column {
  top: 0px;
  right: 0px;
  text-align: right;
  padding: 0px 0px;
}
@media (max-width: 991px) {
  .featured-graphic-tab-container .tab-content .tab-pane .image-column {
    position: relative;
    text-align: left;
    padding: 0px 0px;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .featured-graphic-tab-container .tab-content {
    margin-top: 32px;
  }
}

.tab-arrow-btns {
  position: relative;
  margin-top: 63px;
}
.tab-arrow-btns .arrow-btns {
  background-color: #fff;
  width: 28px;
  height: 28px;
  padding: 0;
  outline: none;
  border: 2px solid #00E5BE;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.tab-arrow-btns .arrow-btns:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  border-style: solid;
  border-color: #00E5BE;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.tab-arrow-btns .arrow-btns.prevtab {
  margin-right: 16px;
}
.tab-arrow-btns .arrow-btns.prevtab:before {
  border-width: 2px 0px 0px 2px;
  left: 9px;
}
.tab-arrow-btns .arrow-btns.nexttab:before {
  border-width: 0px 2px 2px 0px;
  left: 5px;
}
.tab-arrow-btns .arrow-btns:hover {
  background-color: #00E5BE;
}
.tab-arrow-btns .arrow-btns:hover:before {
  border-color: #fff;
}
@media (max-width: 991px) {
  .tab-arrow-btns {
    display: none;
  }
}

.mobile-tab-trigger {
  display: block;
  margin: 0px 15px 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  padding: 7px 20px;
  position: relative;
  background-color: #3434C6;
}
.mobile-tab-trigger:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 2px 2px;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-tab-trigger:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .mobile-tab-trigger {
    display: none;
  }
}

.mobile-tab-trigger-comparison {
  display: block;
  margin: 0px 0px 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  padding: 7px 20px;
  position: relative;
  background-color: #3434C6;
}
.mobile-tab-trigger-comparison:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 2px 2px;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-tab-trigger-comparison:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .mobile-tab-trigger-comparison {
    display: none;
  }
}

@media (max-width: 991px) {
  .featured-graphic-tab-container .tab-content .tab-pane img {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 991px) {
  .featured-graphic-tab-container .nav-tabs {
    display: none;
    position: absolute;
    top: 38px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 2;
  }
  .featured-graphic-tab-container .nav-tabs.dropdown-block-open {
    display: block;
  }
}

.featured-graphic-block {
  position: relative;
}
@media (min-width: 767px) {
  .featured-graphic-block:before {
    content: '';
    background-image: url("../img/vertical-shape-grd.png");
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background-position: center;
    background-size: cover;
  }
}

.landing-hero-block {
  padding: 50px 0px;
  position: relative;
}

.overview-block {
  position: relative;
}

.horizontal-features-block {
  position: relative;
}
@media (min-width: 992px) {
  .horizontal-features-block .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.horizontal-features-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -40px 0px;
}
.horizontal-features-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0px 40px;
}
@media (max-width: 991px) {
  .horizontal-features-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 0px;
  }
}
@media (max-width: 991px) {
  .horizontal-features-list {
    margin: 0px 0px 0px;
  }
}

.horizontal-features-item p {
  margin-bottom: 15px;
}

.tabbed-features-container {
  position: relative;
  margin-top: 0px;
}
.tabbed-features-container .tab-pane p {
  max-width: 500px;
}
@media (max-width: 991px) {
  .tabbed-features-container .tab-pane p {
    max-width: 100%;
  }
}
.tabbed-features-container .tab-pane ul {
  max-width: 470px;
}
.tabbed-features-container .tab-pane ul li {
  font-size: 16px;
  line-height: 24px;
  color: #44415B;
  font-family: "Work Sans", sans-serif;
  padding: 0px 0px 0px 41px;
  position: relative;
  margin-bottom: 15px;
}
.tabbed-features-container .tab-pane ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 19px;
  height: 14px;
  background-image: url(../img/list-icon.svg);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .tabbed-features-container .tab-pane ul {
    max-width: 100%;
  }
}

.comparision-chart .container {
  max-width: 1024px;
}

.chart-items-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #121272;
  border-radius: 50px;
  margin-bottom: 25px;
  padding: 0 30px;
  color: #fff;
}

.chart-items-container li .items-content {
  max-width: 16.6666%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
  text-align: center;
  border-left: 2px solid #fff;
}

.chart-items-container li .items-content p {
  margin-bottom: 0;
  color: #fff;
}

.chart-items-container li .items-content:nth-child(1) {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: left;
  border-left: none;
}

@media (max-width: 991px) {
  .desktop-comparison-image {
    display: none;
  }
}

.mobile-comparison-block {
  position: relative;
  margin-top: 10px;
}
.mobile-comparison-block .nav-tabs {
  padding: 0px 0px;
}
.mobile-comparison-block .title-label {
  font-size: 16px;
  line-height: 24px;
  color: #060649;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 19px;
  text-align: right;
}
@media (min-width: 992px) {
  .mobile-comparison-block {
    display: none;
  }
}

@media (min-width: 992px) {
  .resources-block .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.resources-block-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 55px -20px 0px;
}
.resources-block-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 20px;
}
@media (max-width: 991px) {
  .resources-block-list li {
    padding: 12px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .resources-block-list {
    margin: 30px 0px 0px;
  }
}

.resources-block-item {
  position: relative;
  padding: 39px 23px 23px;
  border: 1px solid #DADAE1;
}
.resources-block-item .color-shape {
  top: 0px;
  right: 0px;
}
.resources-block-item .category {
  font-size: 14px;
  line-height: 27px;
  color: #3434C6;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 14px;
}
.resources-block-item p {
  font-size: 20px;
  line-height: 27px;
  color: #121272;
  margin-bottom: 60px;
}

@media (min-width: 767px) {
  .latest-news-section.related-resources-section .col-md-3:nth-child(1),
  .latest-news-section.related-resources-section .col-md-3:nth-child(2),
  .latest-news-section.related-resources-section .col-md-3:nth-child(3),
  .latest-news-section.related-resources-section .col-md-3:nth-child(4) {
    margin-top: 0;
  }

  .latest-news-section.related-resources-section .col-md-3 {
    margin-top: 30px;
  }
}
.photocarousel-content-slide {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
.photocarousel-content-slide .photocarousel-content-slide-img {
  min-height: 250px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .photocarousel-content-slide .photocarousel-content-slide-img {
    min-height: 150px;
  }
}

.photocarousel-content-slider .slick-list {
  padding: 0 20% 0 0 !important;
}

.container-xmd {
  max-width: 960px;
}

.total-numbers {
  color: #767676;
  font-size: 16px;
  text-align: right;
}
@media (max-width: 767px) {
  .total-numbers {
    margin-top: 0;
  }
}

.number--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #767676;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.number--container .recent-view-dropdown {
  text-align: right;
  margin-left: 15px;
  color: #767676;
}
@media (max-width: 767px) {
  .number--container {
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
}

.filter-search-block input[type="text"] {
  min-height: 56px;
  position: relative;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.filter-search-block button {
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 20px;
  border: none;
  background: transparent;
  color: #121272;
  height: 100%;
}
.filter-search-block button i {
  font-weight: 600;
}

.apply-dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-section h6 {
  color: #3434C6;
  font-family: "mrs-eaves-xl-serif-narrow";
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.filter-section .reset-btn {
  color: #3434C6;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.filter-section .recent-view-dropdown .login-toggle {
  border: none;
  background: transparent;
  color: #212121;
  font-size: 16px;
  position: relative;
  padding: 0 25px 0 0;
}
.filter-section .recent-view-dropdown .login-toggle i {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 10px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.filter-section .recent-view-dropdown.show .login-toggle i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filter-section.event-filter-section .apply-dropdown-container {
  margin-top: 0;
}

.filter-dropdown-block .btn.btn-primary {
  color: #fff;
  background: #3434C6;
  border-color: #3434C6;
}
.filter-dropdown-block .btn.btn-primary:hover, .filter-dropdown-block .btn.btn-primary:focus {
  background: #121272;
  border-color: #121272;
}

.selected-filter-container {
  position: relative;
  margin-top: 20px;
}
.selected-filter-container span {
  color: #1a1a1a;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 25px;
  margin-right: 40px;
}
.selected-filter-container span i {
  position: absolute;
  top: 2px;
  left: 0;
  background: #121272;
  height: 16px;
  width: 16px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
}
.selected-filter-container span:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .selected-filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.listng-grid .blog-content {
  position: relative;
  padding: 20px 0;
}
.listng-grid .blog-content h3 {
  margin-top: 15px;
  color: #121272;
}
.listng-grid .blog-img {
  height: 100%;
}
.listng-grid .blog-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .listng-grid .row {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .filter-dropdown-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filter-dropdown-block .dropdown-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-dropdown-block .dropdown-block.search-block-filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.listng-grid .col-md-3 {
  margin-bottom: 30px;
}
.listng-grid .media-item .post-content {
  padding-bottom: 40px;
}
.listng-grid .media-item .post-img {
  min-height: 180px;
}
.listng-grid .media-item .tags-block {
  position: absolute;
  bottom: 15px;
  left: 25px;
}

.event-listing .col-md-4 {
  margin-bottom: 30px;
}
.event-listing .media-item .date {
  font-size: 16px;
  color: #0072ce;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "mrs-eaves-xl-serif-narrow";
  font-weight: 600;
  text-align: center;
  min-height: 60px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 5px 20px 0 rgba(0, 40, 85, 0.1);
}
.event-listing .media-item .date span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  line-height: 20px;
  letter-spacing: 1.6px;
  color: #121272;
}
.event-listing .media-item .date .end-date {
  position: relative;
  margin-left: 20px;
}
.event-listing .media-item .date .end-date:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 9px;
  top: 9px;
  left: -16px;
  background: #333;
}
.event-listing .media-item .post-content {
  padding-bottom: 40px;
}
.event-listing .media-item .post-content p {
  color: #335377;
}
.event-listing .media-item .post-img {
  min-height: 245px;
}

@media (max-width: 767px) {
  .filter-section {
    padding-bottom: 0;
  }
}

.event-listing-tab {
  padding: 40px 0 0;
}
.event-listing-tab .nav-tabs {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #b3bfcc;
}
.event-listing-tab .nav-tabs a {
  color: #4d6988;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  position: relative;
  margin: 0 15px;
}
.event-listing-tab .nav-tabs a:before {
  content: '';
  background: #0072ce;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.event-listing-tab .nav-tabs a.active {
  color: #002855;
}
.event-listing-tab .nav-tabs a.active:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .event-listing-tab .nav-tabs {
    margin: 0 -15px;
    padding: 0 15px;
    width: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .event-listing-tab .nav-tabs a {
    font-size: 14px;
    padding: 12px 0;
  }
}
.search-listing {
  position: relative;
  padding: 80px 0 20px;
}
.search-listing .container {
  position: relative;
  height: 100%;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}
.search-listing .banner-content {
  position: relative;
  z-index: 1;
}
.search-listing .bg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 999px) {
  .search-listing {
    margin-bottom: 0;
    padding: 0 0 20px;
  }
  .search-listing:after {
    width: 85%;
  }
  .search-listing .bg-content {
    padding: 20px 0 0;
  }
  .search-listing .shape {
    display: none;
  }
}

.search-input {
  position: relative;
}
.search-input input {
  position: relative;
  width: 100%;
  padding: 14px 30px;
  height: 56px;
  outline: none;
  font-size: 16px;
  padding-right: 60px;
  border-radius: 500px;
  border: 1px solid #DFDFE5;
}
.search-input button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  height: 100%;
  font-size: 28px;
  padding: 0 15px;
  color: #060649;
}

.search-result-block {
  padding: 60px 0;
}
.search-result-block .small-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .search-result-block .small-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .search-result-block {
    padding: 30px 0;
  }
}

.result-count {
  font-size: 16px;
  font-weight: 500;
  color: #3434C6;
  margin: 0 0 10px;
}

.search-term {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #3434C6;
  margin: 0 0 35px;
  font-family: "DM Sans", sans-serif;
}

.result-list li {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.result-list li .eyebrow-label {
  color: #3434C6;
}
.result-list li .content .title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #060649;
  margin: 10px 0 0;
  display: block;
}
.result-list li .content p {
  color: #44415B;
  margin: 10px 0 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.small-label-xs span {
  color: #9998A3;
  font-size: 14px;
  line-height: normal;
  font-size: 500;
}

.search-input input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #060649;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
}

.search-input input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #060649;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
}

.search-input input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #060649;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
}

.search-input input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #060649;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
}

.search-input input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #060649;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
}

.page-not-found {
  padding: 200px 0 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-not-found {
    padding: 100px 0 80px;
  }
}

.listing-items-container .col-md-4 {
  margin-bottom: 30px;
}
.listing-items-container .media-item {
  border-radius: 0;
}
.listing-items-container .media-item .post-img {
  min-height: 177px;
}
.listing-items-container .col-md-4 .media-item {
  background: #121272;
}
.listing-items-container .col-md-4 .media-item h5 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.listing-items-container .col-md-4 .media-item p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-family: "DM Sans", sans-serif;
}
.listing-items-container .col-md-4:nth-child(3n+1) .media-item .btn.btn-primary {
  color: #fff;
}
.listing-items-container .col-md-4:nth-child(3n+1) .media-item .btn.btn-primary:before {
  border-color: #fff;
}
.listing-items-container .col-md-4:nth-child(3n+1) .media-item .btn.btn-primary:after {
  background-color: #fff;
}
.listing-items-container .col-md-4:nth-child(3n+2) .media-item {
  background: #00E5BE;
}
.listing-items-container .col-md-4:nth-child(3n+2) .media-item h5, .listing-items-container .col-md-4:nth-child(3n+2) .media-item p {
  color: #060649;
}
.listing-items-container .col-md-4:nth-child(3n+2) .media-item .btn.btn-primary {
  color: #060649;
}
.listing-items-container .col-md-4:nth-child(3n+2) .media-item .btn.btn-primary:before {
  border-color: #060649;
}
.listing-items-container .col-md-4:nth-child(3n+2) .media-item .btn.btn-primary:after {
  background-color: #060649;
}
.listing-items-container .col-md-4:nth-child(3n+3) .media-item {
  background: #ACD4FC;
}
.listing-items-container .col-md-4:nth-child(3n+3) .media-item h5, .listing-items-container .col-md-4:nth-child(3n+3) .media-item p {
  color: #3434C6;
}

.post-detail-wysiwyg {
  position: relative;
}
.post-detail-wysiwyg p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #44415B;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.post-detail-wysiwyg ul li, .post-detail-wysiwyg ol li {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #44415B;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
}
.post-detail-wysiwyg ul, .post-detail-wysiwyg ol {
  margin-bottom: 15px;
}
.post-detail-wysiwyg ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50px;
  content: '';
  top: 9px;
  background: #3434C6;
}
.post-detail-wysiwyg ul li ul li:before {
  width: 6px;
  height: 6px;
  top: 9px;
}
.post-detail-wysiwyg ol li:before {
  color: #3434C6;
}
.post-detail-wysiwyg ol li ul li:before {
  top: 1px;
  background: transparent;
  height: auto;
  width: auto;
  font-family: "Work Sans", sans-serif !important;
  line-height: normal;
  font-weight: 500;
}
.post-detail-wysiwyg h2 {
  color: #060649;
  font-weight: 400;
}
.post-detail-wysiwyg h3 {
  color: #121272;
  font-weight: 700;
}
.post-detail-wysiwyg h4 {
  color: #3434C6;
  font-weight: 700;
}
.post-detail-wysiwyg h5 {
  color: #3434C6;
  font-weight: 600;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?folamw");
  src: url("../fonts/icons/icomoon.eot?folamw#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?folamw") format("truetype"), url("../fonts/icons/icomoon.woff?folamw") format("woff"), url("../fonts/icons/icomoon.svg?folamw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-minus:before {
  content: "\e903";
}

.icon-plus:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-play-button:before {
  content: "\e906";
}

.icon-file-pdf-o:before {
  content: "\e907";
}

.icon-youtube:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-linkedin:before {
  content: "\e90a";
}

.icon-login:before {
  content: "\e90b";
}

.icon-file:before {
  content: "\e90c";
}

.icon-keyboard_arrow_right:before {
  content: "\e90d";
}

.icon-keyboard_arrow_left:before {
  content: "\e90e";
}

.icon-play_circle_filled:before {
  content: "\e90f";
}

.icon-clear:before {
  content: "\e910";
}

.icon-play-circle:before {
  content: "\e911";
}

.icon-minus1:before {
  content: "\e912";
}

.icon-plus1:before {
  content: "\e913";
}

.icon-menu:before {
  content: "\e914";
}

.icon-search:before {
  content: "\e915";
}

.icon-check1:before {
  content: "\e916";
}

.icon-star:before {
  content: "\e917";
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -50px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -50px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  max-width: 100%;
  left: 0;
}

@media (max-width: 999px) {
  .slick-dots {
    position: relative;
    bottom: unset;
    margin-top: 5px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin: 0 8px;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border: none;
  background: #fff;
  padding: 0px;
  border-radius: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active {
  /* width: 15px;
   height: 15px;*/
}

.slick-dots li.slick-active button {
  background: #97d700;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
