/*!
  * ======================================================================
  * *************************** SHIPBOB STYLES ***************************
  * ======================================================================
  */
/*#region Responsive Templates */
/*#endregion */
@import url("../icons/iconfont.css");
@font-face {
  font-family: 'Neurial Grotesk';
  src: url("../fonts/NeurialGrotesk-Regular.woff2") format("woff2"), url("../fonts/NeurialGrotesk-Regular.woff") format("woff"), url("../fonts/NeurialGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neurial Grotesk';
  src: url("../fonts/NeurialGrotesk-Medium.woff2") format("woff2"), url("../fonts/NeurialGrotesk-Medium.woff") format("woff"), url("../fonts/NeurialGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Neurial Grotesk';
  src: url("../fonts/NeurialGrotesk-Bold.woff2") format("woff2"), url("../fonts/NeurialGrotesk-Bold.woff") format("woff"), url("../fonts/NeurialGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

:root {
  --blue: #175cff;
  --indigo: #6610f2;
  --purple: #876cff;
  --pink: #ff3e7f;
  --red: #e93d3d;
  --orange: #ff8030;
  --yellow: #ffd61a;
  --green: #37ca37;
  --teal: #52c4ff;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #175cff;
  --secondary: #0a083b;
  --success: #37ca37;
  --info: #52c4ff;
  --warning: #ffd61a;
  --danger: #e93d3d;
  --light: #999;
  --dark: #0a083b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #57586e !important;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: #175cff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0044e3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          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-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.34375rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.64062rem; }

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

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

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

.lead {
  font-size: 1.17188rem;
  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); }

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.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.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #57586e !important; }
  .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: #57586e !important;
  background-color: rgba(0, 0, 0, 0.075); }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #86aaff; }

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #babac8; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #807f99; }

.table-hover .table-secondary:hover {
  background-color: #acacbd; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #acacbd; }

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #97e397; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a5e0ff; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffea88; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f49a9a; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #cacaca; }

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #babac8; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #807f99; }

.table-hover .table-dark:hover {
  background-color: #acacbd; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #acacbd; }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #97b6ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

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

.col-form-label {
  padding-top: 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: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.17188rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.82031rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #57586e !important;
  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: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.82031rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.17188rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

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

.form-row {
  display: -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 {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #37ca37;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2337ca37' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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: #37ca37;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  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: #37ca37;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2337ca37' 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") #fff 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: #37ca37;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #37ca37; }

.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: #37ca37; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #37ca37; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5fd55f;
  background-color: #5fd55f; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 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: #37ca37; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #37ca37; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #37ca37;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25); }

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e93d3d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e93d3d' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e93d3d' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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: #e93d3d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  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: #e93d3d;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e93d3d' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e93d3d' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff 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: #e93d3d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e93d3d; }

.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: #e93d3d; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e93d3d; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ee6b6b;
  background-color: #ee6b6b; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 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: #e93d3d; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e93d3d; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e93d3d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -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; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #57586e !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #57586e !important;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #175cff;
  border-color: #175cff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0047f0;
    border-color: #0044e3; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 116, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 116, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #175cff;
    border-color: #175cff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0044e3;
    border-color: #0040d6; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 116, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 116, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #0a083b;
  border-color: #0a083b; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #040319;
    border-color: #02020e; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 45, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(47, 45, 88, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #0a083b;
    border-color: #0a083b; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #02020e;
    border-color: #000003; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 45, 88, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(47, 45, 88, 0.5); }

.btn-success {
  color: #fff;
  background-color: #37ca37;
  border-color: #37ca37; }
  .btn-success:hover {
    color: #fff;
    background-color: #2ead2e;
    border-color: #2ba32b; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 210, 85, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(85, 210, 85, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #37ca37;
    border-color: #37ca37; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2ba32b;
    border-color: #289928; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 210, 85, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(85, 210, 85, 0.5); }

.btn-info {
  color: #212529;
  background-color: #52c4ff;
  border-color: #52c4ff; }
  .btn-info:hover {
    color: #fff;
    background-color: #2cb7ff;
    border-color: #1fb3ff; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 172, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(75, 172, 223, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #52c4ff;
    border-color: #52c4ff; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1fb3ff;
    border-color: #12aeff; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 172, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(75, 172, 223, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffd61a;
  border-color: #ffd61a; }
  .btn-warning:hover {
    color: #212529;
    background-color: #f3c700;
    border-color: #e6bd00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 187, 28, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 187, 28, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffd61a;
    border-color: #ffd61a; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e6bd00;
    border-color: #d9b200; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 187, 28, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 187, 28, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e93d3d;
  border-color: #e93d3d; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e51b1b;
    border-color: #da1919; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 90, 90, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 90, 90, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e93d3d;
    border-color: #e93d3d; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #da1919;
    border-color: #cf1717; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 90, 90, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(236, 90, 90, 0.5); }

.btn-light {
  color: #212529;
  background-color: #999;
  border-color: #999; }
  .btn-light:hover {
    color: #fff;
    background-color: #868686;
    border-color: gray; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #999;
    border-color: #999; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: gray;
    border-color: #797979; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #0a083b;
  border-color: #0a083b; }
  .btn-dark:hover {
    color: #fff;
    background-color: #040319;
    border-color: #02020e; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 45, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(47, 45, 88, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #0a083b;
    border-color: #0a083b; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #02020e;
    border-color: #000003; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 45, 88, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(47, 45, 88, 0.5); }

.btn-outline-primary {
  color: #175cff;
  border-color: #175cff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #175cff;
    border-color: #175cff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #175cff;
    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: #175cff;
    border-color: #175cff; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.5); }

.btn-outline-secondary {
  color: #0a083b;
  border-color: #0a083b; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #0a083b;
    border-color: #0a083b; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 8, 59, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(10, 8, 59, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #0a083b;
    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: #0a083b;
    border-color: #0a083b; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 8, 59, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(10, 8, 59, 0.5); }

.btn-outline-success {
  color: #37ca37;
  border-color: #37ca37; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #37ca37;
    border-color: #37ca37; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #37ca37;
    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: #37ca37;
    border-color: #37ca37; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5); }

.btn-outline-info {
  color: #52c4ff;
  border-color: #52c4ff; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #52c4ff;
    border-color: #52c4ff; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 196, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 196, 255, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #52c4ff;
    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: #212529;
    background-color: #52c4ff;
    border-color: #52c4ff; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 196, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 196, 255, 0.5); }

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

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

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

.btn-outline-dark {
  color: #0a083b;
  border-color: #0a083b; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #0a083b;
    border-color: #0a083b; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 8, 59, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(10, 8, 59, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #0a083b;
    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: #0a083b;
    border-color: #0a083b; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 8, 59, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(10, 8, 59, 0.5); }

.btn-link {
  font-weight: 400;
  color: #175cff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0044e3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.17188rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.82031rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-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;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  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;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #175cff;
    background-color: #175cff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #97b6ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #cad9ff;
    border-color: #cad9ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.20312rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.20312rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 4px; }

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #175cff;
  background-color: #175cff; }

.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' 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(23, 92, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(23, 92, 255, 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' 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(23, 92, 255, 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: calc(0.20312rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -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(23, 92, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #97b6ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.82031rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.17188rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #97b6ff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(23, 92, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    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 4px 4px 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 92, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 92, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 92, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 92, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #175cff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -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: #cad9ff; }
  .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: #175cff;
    border: 0;
    border-radius: 1rem;
    -moz-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;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #cad9ff; }
  .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: #175cff;
    border: 0;
    border-radius: 1rem;
    -ms-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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #cad9ff; }
  .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, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-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 {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 4px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #175cff; }

.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.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    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: 0.32422rem;
  padding-bottom: 0.32422rem;
  margin-right: 1rem;
  font-size: 1.17188rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.17188rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
      -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; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
      -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; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
      -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; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
      -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; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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 {
    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 {
    -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; }
  .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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  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;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.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: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -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: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    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;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.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: #175cff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0044e3 !important; }

.bg-secondary {
  background-color: #0a083b !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #02020e !important; }

.bg-success {
  background-color: #37ca37 !important; }

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

.bg-info {
  background-color: #52c4ff !important; }

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

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

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

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: gray !important; }

.bg-dark {
  background-color: #0a083b !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #02020e !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: #175cff !important; }

.border-secondary {
  border-color: #0a083b !important; }

.border-success {
  border-color: #37ca37 !important; }

.border-info {
  border-color: #52c4ff !important; }

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

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

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

.border-dark {
  border-color: #0a083b !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

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

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

.d-flex {
  display: -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.85714%; }

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

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

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

.flex-row {
  -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;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #175cff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #003cca !important; }

.text-secondary {
  color: #0a083b !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

.text-success {
  color: #37ca37 !important; }

a.text-success:hover, a.text-success:focus {
  color: #268f26 !important; }

.text-info {
  color: #52c4ff !important; }

a.text-info:hover, a.text-info:focus {
  color: #06aaff !important; }

.text-warning {
  color: #ffd61a !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #cda800 !important; }

.text-danger {
  color: #e93d3d !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #c31616 !important; }

.text-light {
  color: #999 !important; }

a.text-light:hover, a.text-light:focus {
  color: #737373 !important; }

.text-dark {
  color: #0a083b !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-body {
  color: #57586e !important !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; }

#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ////========== GLOBAL STYLES =========//// */
body {
  color: #57586e !important;
  font-family: "Neurial Grotesk", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  body > .sb_wrapper--main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }

.sb_wrapper--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.sb_wrapper--inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding-top: 60px; }
  @media (min-width: 992px) {
    .sb_wrapper--inner {
      padding-top: 84px; } }

.container-fluid {
  max-width: 1200px; }

.sb_criss-cross {
  position: relative; }
  @media (min-width: 768px) {
    .sb_criss-cross {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .sb_criss-cross > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; } }
  .sb_criss-cross .sb_criss-cross--text h2 {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.5px;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .sb_criss-cross .sb_criss-cross--text {
      padding-right: 1.875rem; }
      .sb_criss-cross .sb_criss-cross--text h2,
      .sb_criss-cross .sb_criss-cross--text p,
      .sb_criss-cross .sb_criss-cross--text ul {
        max-width: 460px; }
      .sb_criss-cross .sb_criss-cross--text p a:not(.btn) {
        text-decoration: underline; } }
  @media (min-width: 992px) {
    .sb_criss-cross .sb_criss-cross--text {
      padding-right: 2.5rem; } }
  @media (max-width: 767px) {
    .sb_criss-cross .sb_criss-cross--text {
      margin-bottom: 3.75rem; } }
  @media (max-width: 767px) {
    .sb_criss-cross .sb_criss-cross--image {
      text-align: center; } }
  @media (min-width: 768px) {
    .sb_criss-cross .sb_criss-cross--image {
      text-align: right; } }
  .sb_criss-cross .sb_criss-cross--image .img-wrap {
    position: relative;
    display: inline-block; }
    .sb_criss-cross .sb_criss-cross--image .img-wrap > img {
      border-radius: 4px; }
      @media (max-width: 767px) {
        .sb_criss-cross .sb_criss-cross--image .img-wrap > img {
          max-width: 100%;
          height: auto; } }
  .sb_criss-cross .sb_criss-cross--image > img {
    border-radius: 4px; }
    @media (max-width: 767px) {
      .sb_criss-cross .sb_criss-cross--image > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto; } }
  @media (min-width: 768px) {
    .sb_criss-cross.--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .sb_criss-cross.--reverse .sb_criss-cross--text {
      padding-right: 0;
      padding-left: 1.875rem; } }
  @media (min-width: 992px) {
    .sb_criss-cross.--reverse .sb_criss-cross--text {
      padding-right: 0;
      padding-left: 2.5rem; } }
  @media (min-width: 768px) {
    .sb_criss-cross.--reverse .sb_criss-cross--image {
      text-align: left; } }
  .sb_criss-cross + .sb_criss-cross {
    margin-top: 6.25rem; }
    @media (max-width: 1200px) {
      .sb_criss-cross + .sb_criss-cross {
        margin-top: calc(3.125rem + 4.16667vw); } }

.dotted-box {
  display: block;
  width: 150px;
  height: 150px;
  background: url("../svg/dotted-box.svg") no-repeat center;
  background-size: 150px; }

.dotted-box2 {
  display: block;
  width: 73px;
  height: 158px;
  background: url("../svg/dotted-box2.svg") no-repeat center;
  background-size: 73px 158px; }

.dotted-box3 {
  display: block;
  width: 73px;
  height: 158px;
  background: url("../svg/dotted-box3.svg") no-repeat center;
  background-size: 73px 158px; }

.circle {
  display: block;
  width: 260px;
  height: 260px;
  background: url("../svg/circle.svg") no-repeat center;
  background-size: 260px; }

.add {
  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;
  text-align: center;
  width: 24px;
  height: 24px;
  background-color: #52c4ff;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  right: -10px; }
  @media (max-width: 575px) {
    .add {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
  .add .icon {
    width: 14px; }

.sb_customer-stories .row > div {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .sb_customer-stories .row > div {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }

.sb_customer-stories .row .avatar {
  width: 60px;
  height: 60px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .sb_customer-stories .row .avatar {
      margin-left: auto;
      margin-right: auto; } }
  .sb_customer-stories .row .avatar img {
    max-width: 60px;
    height: auto;
    max-height: 60;
    width: auto; }

.sb_customer-stories .row blockquote q {
  display: block;
  margin-bottom: 20px;
  color: #0a083b;
  font-size: 1.0625rem;
  line-height: 1.53; }

.sb_customer-stories .row blockquote cite {
  font-style: normal;
  max-width: 280px;
  display: block; }
  @media (max-width: 767px) {
    .sb_customer-stories .row blockquote cite {
      margin-left: auto;
      margin-right: auto; } }
  .sb_customer-stories .row blockquote cite h4 {
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 0; }
  .sb_customer-stories .row blockquote cite p {
    font-size: 0.8125rem; }
    .sb_customer-stories .row blockquote cite p a {
      color: #175cff; }

/* ////========== TYPOGRAPHY STYLES =========//// */
a,
button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer; }
  a:hover, a:active, a:focus,
  button:hover,
  button:active,
  button:focus {
    text-decoration: none;
    outline: none; }
  a:active:focus,
  button:active:focus {
    outline: none; }
  a[x-apple-data-detectors],
  button[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important; }

p {
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.53; }
  p + p {
    margin-top: 1.875rem; }
    @media (max-width: 575px) {
      p + p {
        margin-top: 1.25rem; } }
  p.lead {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-weight: normal; }

hr {
  border-top-color: rgba(10, 8, 59, 0.08); }

h1, h2, h3, h4, h5, h6 {
  color: #0a083b;
  margin-top: 0;
  margin-bottom: 1.25rem; }
  h1.heading1,
  h2.heading1,
  h3.heading1,
  h4.heading1,
  h5.heading1,
  h6.heading1 {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: -2px; }
    @media (max-width: 1200px) {
      h1.heading1,
      h2.heading1,
      h3.heading1,
      h4.heading1,
      h5.heading1,
      h6.heading1 {
        font-size: calc(1.1625rem + 3.45vw) ; } }
    @media (max-width: 575px) {
      h1.heading1,
      h2.heading1,
      h3.heading1,
      h4.heading1,
      h5.heading1,
      h6.heading1 {
        font-size: 2.125rem; } }
  h1.heading1a,
  h2.heading1a,
  h3.heading1a,
  h4.heading1a,
  h5.heading1a,
  h6.heading1a {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.5px; }
    @media (max-width: 1200px) {
      h1.heading1a,
      h2.heading1a,
      h3.heading1a,
      h4.heading1a,
      h5.heading1a,
      h6.heading1a {
        font-size: calc(1.1rem + 2.7vw) ; } }
    @media (max-width: 575px) {
      h1.heading1a,
      h2.heading1a,
      h3.heading1a,
      h4.heading1a,
      h5.heading1a,
      h6.heading1a {
        font-size: 2.125rem; } }
  h1.heading2,
  h2.heading2,
  h3.heading2,
  h4.heading2,
  h5.heading2,
  h6.heading2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1.5px; }
    @media (max-width: 1200px) {
      h1.heading2,
      h2.heading2,
      h3.heading2,
      h4.heading2,
      h5.heading2,
      h6.heading2 {
        font-size: calc(1.0375rem + 1.95vw) ; } }
    @media (max-width: 575px) {
      h1.heading2,
      h2.heading2,
      h3.heading2,
      h4.heading2,
      h5.heading2,
      h6.heading2 {
        font-size: 1.75rem; } }
  h1.heading2a,
  h2.heading2a,
  h3.heading2a,
  h4.heading2a,
  h5.heading2a,
  h6.heading2a {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.5px; }
    @media (max-width: 1200px) {
      h1.heading2a,
      h2.heading2a,
      h3.heading2a,
      h4.heading2a,
      h5.heading2a,
      h6.heading2a {
        font-size: calc(1.1rem + 2.7vw) ; } }
    @media (max-width: 575px) {
      h1.heading2a,
      h2.heading2a,
      h3.heading2a,
      h4.heading2a,
      h5.heading2a,
      h6.heading2a {
        font-size: 1.875rem; } }
  h1.heading3,
  h2.heading3,
  h3.heading3,
  h4.heading3,
  h5.heading3,
  h6.heading3 {
    font-size: 1.5rem;
    letter-spacing: -1px; }
  h1.heading4,
  h2.heading4,
  h3.heading4,
  h4.heading4,
  h5.heading4,
  h6.heading4 {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px; }
  h1.heading4b,
  h2.heading4b,
  h3.heading4b,
  h4.heading4b,
  h5.heading4b,
  h6.heading4b {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.5px; }
  h1.heading5,
  h2.heading5,
  h3.heading5,
  h4.heading5,
  h5.heading5,
  h6.heading5 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999;
    font-weight: bold; }
  h1 .plus,
  h2 .plus,
  h3 .plus,
  h4 .plus,
  h5 .plus,
  h6 .plus {
    color: #175cff; }

h1 {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -2px; }
  @media (max-width: 575px) {
    h1 {
      font-size: 2.125rem; } }

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.5px; }
  @media (max-width: 575px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-size: 1.5rem;
  letter-spacing: -1px; }

h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.5px; }

h6 {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #999;
  font-weight: bold; }

.list-check {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-check li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px; }
    .list-check li:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url("../svg/check.svg") no-repeat center;
      background-size: 20px;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 0; }

.sb_header {
  margin-bottom: 40px;
  max-width: 400px; }
  @media (min-width: 768px) {
    .sb_header {
      max-width: 500px; } }
  @media (min-width: 1200px) {
    .sb_header {
      max-width: 560px; } }
  .sb_header h6 {
    margin-bottom: 10px; }
  .sb_header.--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .sb_header.--center {
        max-width: 650px; } }
    .sb_header.--center p {
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; }
      .sb_header.--center p a {
        text-decoration: underline; }

.line {
  display: block;
  width: 260px;
  height: 1px;
  background-color: rgba(10, 8, 59, 0.08); }

/* ////========== NAV STYLES =========//// */
.sb_navbar {
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  height: 84px;
  border-bottom: 1px solid transparent;
  z-index: 9999999 !important; }
  @media (max-width: 991px) {
    .sb_navbar {
      height: auto;
      min-height: 60px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }
  .sb_navbar > .container-fluid {
    max-width: 1600px; }
    @media (max-width: 991px) {
      .sb_navbar > .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1400px) {
      .sb_navbar > .container-fluid {
        padding-left: 30px;
        padding-right: 30px; } }
  .sb_navbar .navbar-toggler {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 26px;
    height: 26px;
    padding: 2px 0;
    border: none;
    right: 15px;
    z-index: 99; }
    .sb_navbar .navbar-toggler .navbar-toggler-bar {
      display: block;
      width: 26px;
      height: 2px;
      background-color: #0a083b;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      border-radius: 4px;
      margin-bottom: 5px; }
      .sb_navbar .navbar-toggler .navbar-toggler-bar:last-child {
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .sb_navbar .navbar-toggler .navbar-toggler-bar {
          display: none;
          visibility: hidden; } }
    .sb_navbar .navbar-toggler:hover .navbar-toggler-bar {
      background-color: rgba(10, 8, 59, 0.5); }
    .sb_navbar .navbar-toggler:active .navbar-toggler-bar {
      background-color: #0a083b; }
    .sb_navbar .navbar-toggler.active .navbar-toggler-bar {
      background-color: #0a083b; }
      .sb_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        position: relative;
        top: 7px; }
      .sb_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(2) {
        opacity: 0; }
      .sb_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: relative;
        bottom: 7px; }
  .sb_navbar .navbar-brand {
    padding: 0;
    line-height: 1;
    z-index: 99; }
  .sb_navbar .navbar-collapse {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    @media (max-width: 991px) {
      .sb_navbar .navbar-collapse {
        position: relative;
        bottom: -8px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px; } }
  .sb_navbar .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sb_navbar .navbar-nav .nav-item {
      position: relative; }
      .sb_navbar .navbar-nav .nav-item:before {
        content: "";
        display: block;
        height: 3px;
        background-color: #175cff;
        position: absolute;
        margin: auto;
        left: 10px;
        right: 10px;
        bottom: -35px;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .sb_navbar .navbar-nav .nav-item .nav-link {
        line-height: 1;
        padding: 0 20px;
        color: #57586e; }
        .sb_navbar .navbar-nav .nav-item .nav-link:hover {
          color: #0a083b; }
      .sb_navbar .navbar-nav .nav-item.active:before {
        opacity: 1; }
      .sb_navbar .navbar-nav .nav-item.active .nav-link {
        color: #0a083b;
        font-weight: 500; }
      .sb_navbar .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0; }
      .sb_navbar .navbar-nav .nav-item.current-menu-item:before {
        opacity: 1; }
      .sb_navbar .navbar-nav .nav-item.current-menu-item a {
        color: #0a083b;
        font-weight: 500; }
  .sb_navbar.--scrolled {
    background-color: white;
    height: 60px;
    -webkit-box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
            box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1); }
    .sb_navbar.--scrolled .navbar-nav .nav-item:before {
      bottom: -19px; }
  .sb_navbar.mobile-nav-active {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: rgba(10, 8, 59, 0.08); }
  .sb_navbar.white {
    background-color: #fff; }

.sb_mobile-nav .modal-dialog {
  max-width: 100% !important;
  margin: 0; }

.sb_mobile-nav .modal-content {
  height: 100vh;
  color: #57586e;
  border: none;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden; }

.sb_mobile-nav .mobile-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .sb_mobile-nav .mobile-navbar-nav .nav-item .nav-link {
    color: #57586e;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px; }
    .sb_mobile-nav .mobile-navbar-nav .nav-item .nav-link:hover {
      color: #175cff; }
  .sb_mobile-nav .mobile-navbar-nav .nav-item.active .nav-link {
    color: #0a083b;
    font-weight: bold; }

/* ////========== FOOTER STYLES =========//// */
.sb_footer {
  background: #0a083b;
  color: rgba(255, 255, 255, 0.5); }
  .sb_footer p {
    font-size: 0.9375rem; }
  .sb_footer--top {
    padding-top: 7.813rem;
    padding-bottom: 5rem;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    @media (max-width: 1200px) {
      .sb_footer--top {
        padding-top: calc(3.125rem + 6.25vw);
        padding-bottom: calc(2.5rem + 3.33333vw); } }
    @media (max-width: 767px) {
      .sb_footer--top .sb_footer--cta {
        text-align: center; } }
    @media (min-width: 768px) {
      .sb_footer--top .sb_footer--cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .sb_footer--top .sb_footer--cta-text h1 {
      color: #fff; }
      @media (max-width: 767px) {
        .sb_footer--top .sb_footer--cta-text h1 {
          max-width: 500px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 40px; } }
      @media (min-width: 768px) {
        .sb_footer--top .sb_footer--cta-text h1 {
          max-width: 70%;
          margin-bottom: 0; } }
    @media (max-width: 991px) {
      .sb_footer--top .sb_footer--cta-button {
        min-width: 160px; } }
  .sb_footer--bottom {
    padding-top: 5rem;
    padding-bottom: 9.375rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    @media (max-width: 1200px) {
      .sb_footer--bottom {
        padding-top: calc(2.5rem + 3.33333vw);
        padding-bottom: calc(3.125rem + 8.33333vw); } }
    .sb_footer--bottom .row > div {
      margin-bottom: 60px; }
      @media (min-width: 1200px) {
        .sb_footer--bottom .row > div:first-child, .sb_footer--bottom .row > div:last-child {
          min-width: 280px; } }
    .sb_footer--bottom .sb_footer--logo {
      display: block;
      margin-bottom: 20px; }
    .sb_footer--bottom h3 {
      color: #fff;
      max-width: 260px;
      margin-bottom: 40px;
      letter-spacing: 0; }
    .sb_footer--bottom .sb_footer--social {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sb_footer--bottom .sb_footer--social li {
        margin-right: 8px; }
        .sb_footer--bottom .sb_footer--social li a {
          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;
          width: 48px;
          height: 48px;
          border-radius: 50%;
          text-align: center;
          background-color: rgba(255, 255, 255, 0.1); }
          .sb_footer--bottom .sb_footer--social li a:hover {
            background-color: #fff; }
            .sb_footer--bottom .sb_footer--social li a:hover .icon {
              -webkit-filter: unset;
                      filter: unset; }
          .sb_footer--bottom .sb_footer--social li a .icon {
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1);
            -webkit-transition: all 0.3s  ease-in-out;
            -o-transition: all 0.3s  ease-in-out;
            transition: all 0.3s  ease-in-out; }
          .sb_footer--bottom .sb_footer--social li a span {
            display: block;
            visibility: hidden;
            opacity: 0; }
    .sb_footer--bottom .sb_footer--links-heading {
      color: #fff;
      font-size: 0.9375rem;
      font-weight: bold; }
    .sb_footer--bottom .sb_footer--links {
      list-style: none;
      padding: 0;
      margin: 0; }
      .sb_footer--bottom .sb_footer--links li {
        margin-bottom: 12px; }
        .sb_footer--bottom .sb_footer--links li a {
          color: rgba(255, 255, 255, 0.5); }
          .sb_footer--bottom .sb_footer--links li a:hover {
            color: #fff; }

/* ////========== BUTTONS STYLES =========//// */
.btn {
  font-family: "Neurial Grotesk", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold !important;
  color: #fff !important;
  padding: 13.5px 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  min-width: 150px;
  border-radius: 100px; }
  .btn:hover {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
  .btn:hover, .btn:focus, .btn:active {
    color: #fff !important;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:active:focus {
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .btn.btn-light {
    border: solid 1px #e5e5e5;
    background-color: #fff;
    color: #175cff !important; }
    .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
      border-color: transparent;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
              box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1); }
  .btn.btn-light2 {
    -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
            box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
    border: none;
    background-color: #fff;
    color: #175cff !important; }
    .btn.btn-light2:hover, .btn.btn-light2:focus, .btn.btn-light2:active {
      background-color: #fff;
      -webkit-box-shadow: 0 3px 8px 0 rgba(10, 8, 59, 0.2);
              box-shadow: 0 3px 8px 0 rgba(10, 8, 59, 0.2); }
  .btn.btn-sm {
    font-size: 0.8125rem;
    padding: 9.5px 20px;
    min-width: 120px; }
  .btn.btn-lg {
    font-size: 1rem;
    padding: 13.5px 30px;
    min-width: 150px; }
    @media (min-width: 992px) {
      .btn.btn-lg {
        font-size: 1.0625rem;
        padding: 16.5px 30px;
        min-width: 200px; } }
  .btn.btn-gray {
    color: #57586e !important;
    background-color: #F1F1F1;
    border-color: #F1F1F1; }
    .btn.btn-gray:hover, .btn.btn-gray:focus {
      background-color: #175cff;
      border-color: #175cff;
      color: #fff !important; }

.btn-filter {
  position: relative;
  border: none;
  background-color: transparent;
  outline: none; }
  .btn-filter:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    height: 3px;
    width: 0;
    background-color: #175cff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .btn-filter:hover, .btn-filter:focus {
    font-weight: 500; }
    .btn-filter:hover:before, .btn-filter:focus:before {
      width: 100%; }

.btn-list {
  padding-left: 0;
  list-style-type: none; }
  .btn-list li {
    text-align: center;
    margin-bottom: 20px; }
    .btn-list li a {
      text-decoration: none; }

/* ////========== FORMS STYLES =========//// */
.form-group {
  margin-bottom: 1.25rem; }
  .form-group > label {
    display: block; }

.form-control {
  font-family: "Neurial Grotesk", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #57586e;
  border-color: #e5e5e5;
  border-radius: 4px;
  padding: 10px 20px;
  height: 50px;
  -webkit-transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control:-moz-placeholder {
    color: #999; }
  .form-control::-moz-placeholder {
    color: #999; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control:active, .form-control:focus {
    background: #fff;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #0a083b; }
  .form-control:active:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #0a083b; }

label {
  color: #0a083b;
  font-size: 0.9375rem; }

.bootstrap-select > .btn.dropdown-toggle {
  background: #fff;
  padding: 12px 20px; }
  .bootstrap-select > .btn.dropdown-toggle:hover, .bootstrap-select > .btn.dropdown-toggle:focus, .bootstrap-select > .btn.dropdown-toggle:active {
    background: #fff;
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bootstrap-select > .btn.dropdown-toggle:focus:active {
    background: #fff;
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .bootstrap-select > .btn.dropdown-toggle:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .bootstrap-select > .btn.dropdown-toggle.bs-placeholder .filter-option {
    color: #999; }
  .bootstrap-select > .btn.dropdown-toggle .filter-option {
    color: #57586e; }
  .bootstrap-select > .btn.dropdown-toggle:after {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.bootstrap-select > .dropdown-menu .inner .dropdown-menu li a {
  color: #57586e;
  font-size: 0.875rem; }
  .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:hover, .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:focus, .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:active {
    background: rgba(10, 8, 59, 0.08); }
  .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:focus {
    background: rgba(10, 8, 59, 0.08); }
    .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:focus:active {
      background: rgba(10, 8, 59, 0.08); }

.bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a {
  color: #0a083b; }
  .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a.active {
    background: none; }
    .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a.active:hover, .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a.active:focus, .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a.active:active {
      background: rgba(10, 8, 59, 0.08); }

.bootstrap-select.show > .btn.dropdown-toggle {
  border-color: #0a083b; }

.bootstrap-select.fit-width > .btn.dropdown-toggle {
  padding-right: 50px; }
  .bootstrap-select.fit-width > .btn.dropdown-toggle:before {
    display: none; }
  .bootstrap-select.fit-width > .btn.dropdown-toggle .filter-option {
    padding: 0; }

.wpcf7 .md-input {
  margin-bottom: 20px; }
  .wpcf7 .md-input:last-child {
    margin-bottom: 40px; }
  .wpcf7 .md-input label {
    display: block;
    font-size: 0.9375rem;
    line-height: 22px;
    color: #57586e; }
  .wpcf7 .md-input input {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    outline: none; }
    .wpcf7 .md-input input::-webkit-input-placeholder {
      color: #0A083B;
      opacity: 0.4; }
    .wpcf7 .md-input input :-ms-input-placeholder {
      color: #0A083B;
      opacity: 0.4; }
    .wpcf7 .md-input input ::-webkit-input-placeholder {
      color: #0A083B;
      opacity: 0.4; }
    .wpcf7 .md-input input ::-moz-placeholder {
      color: #0A083B;
      opacity: 0.4; }
    .wpcf7 .md-input input ::-ms-input-placeholder {
      color: #0A083B;
      opacity: 0.4; }
    .wpcf7 .md-input input ::placeholder {
      color: #0A083B;
      opacity: 0.4; }
    .wpcf7 .md-input input:focus {
      border-color: #175cff; }
  .wpcf7 .md-input select {
    position: relative;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    outline: none;
    background-color: transparent;
    background-image: url("/assets/img/select-arrow.png");
    background-size: auto;
    background-position: 99% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

.wpcf7 .md-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .wpcf7 .md-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.wpcf7 .md-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
  @media (max-width: 767px) {
    .wpcf7 .md-box {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; } }
  .wpcf7 .md-box:first-child {
    padding-right: 10px; }
    @media (max-width: 767px) {
      .wpcf7 .md-box:first-child {
        padding-right: 0;
        padding-bottom: 20px; } }
  .wpcf7 .md-box:last-child {
    padding-left: 10px; }
    @media (max-width: 767px) {
      .wpcf7 .md-box:last-child {
        padding-left: 0; } }

.wpcf7 .btn {
  width: 100%; }

.wpcf7 .privacy {
  max-width: 460px;
  font-size: 15px;
  line-height: 22px;
  padding-top: 40px; }
  .wpcf7 .privacy a {
    text-decoration: underline; }

.contact-form {
  padding: 50px; }
  @media (max-width: 767px) {
    .contact-form {
      padding: 30px; } }
  .contact-form h3 {
    font-size: 24px; }
  .contact-form .md-input {
    margin-bottom: 20px; }
    .contact-form .md-input:last-child {
      margin-bottom: 40px; }
    .contact-form .md-input label {
      display: block;
      font-size: 0.9375rem;
      line-height: 22px;
      color: #57586e; }
    .contact-form .md-input input {
      width: 100%;
      height: 60px;
      padding-left: 15px;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      outline: none; }
      .contact-form .md-input input::-webkit-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input input :-ms-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input input ::-webkit-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input input ::-moz-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input input ::-ms-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input input ::placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input input:focus {
        border-color: #175cff; }
    .contact-form .md-input select {
      position: relative;
      width: 100%;
      height: 60px;
      padding-left: 15px;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      outline: none;
      background-color: transparent;
      background-image: url("/assets/img/select-arrow.png");
      background-size: auto;
      background-position: 99% 50%;
      background-repeat: no-repeat;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .contact-form .md-input textarea {
      min-height: 140px;
      width: 100%;
      padding-top: 10px;
      padding-left: 15px;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      outline: none; }
      .contact-form .md-input textarea::-webkit-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input textarea :-ms-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input textarea ::-webkit-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input textarea ::-moz-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input textarea ::-ms-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input textarea ::placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input textarea:focus {
        border-color: #175cff; }
    .contact-form .md-input .wpcf7-textarea {
      min-height: 140px;
      width: 100%;
      padding-top: 10px;
      padding-left: 15px;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      outline: none; }
      .contact-form .md-input .wpcf7-textarea::-webkit-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input .wpcf7-textarea :-ms-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input .wpcf7-textarea ::-webkit-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input .wpcf7-textarea ::-moz-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input .wpcf7-textarea ::-ms-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input .wpcf7-textarea ::placeholder {
        color: #0A083B;
        opacity: 0.4; }
      .contact-form .md-input .wpcf7-textarea:focus {
        border-color: #175cff; }
  .contact-form .md-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .contact-form .md-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .contact-form .md-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    @media (max-width: 767px) {
      .contact-form .md-box {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
    .contact-form .md-box:first-child {
      padding-right: 10px; }
      @media (max-width: 767px) {
        .contact-form .md-box:first-child {
          padding-right: 0;
          padding-bottom: 20px; } }
    .contact-form .md-box:last-child {
      padding-left: 10px; }
      @media (max-width: 767px) {
        .contact-form .md-box:last-child {
          padding-left: 0; } }
  .contact-form .btn {
    width: 100%; }

form .gform_body ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px !important; }
  form .gform_body ul.gform_fields .gfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding: 0 7px; }
    form .gform_body ul.gform_fields .gfield.gf_left_half, form .gform_body ul.gform_fields .gfield.gf_right_half {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      width: 50%; }
    form .gform_body ul.gform_fields .gfield .gfield_label {
      margin-bottom: 0;
      font-size: 0.9375rem;
      font-weight: 400;
      line-height: 22px;
      color: #57586e; }
    form .gform_body ul.gform_fields .gfield input {
      width: 100%;
      height: 60px;
      padding: 0 0 0 15px !important;
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      outline: none; }
      form .gform_body ul.gform_fields .gfield input::-webkit-input-placeholder {
        color: #0a083b;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield input :-ms-input-placeholder {
        color: #0a083b;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield input ::-webkit-input-placeholder {
        color: #0a083b;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield input ::-moz-placeholder {
        color: #0a083b;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield input ::-ms-input-placeholder {
        color: #0a083b;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield input ::placeholder {
        color: #0a083b;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield input:focus {
        border-color: #175cff; }
    form .gform_body ul.gform_fields .gfield select {
      position: relative;
      width: 100%;
      height: 60px;
      padding-left: 15px;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      outline: none;
      background-color: transparent;
      background-image: url("../img/select-arrow.png");
      background-size: auto;
      background-position: 99% 50%;
      background-repeat: no-repeat;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    form .gform_body ul.gform_fields .gfield textarea {
      min-height: 140px;
      width: 100%;
      padding-top: 10px;
      padding-left: 15px;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      outline: none; }
      form .gform_body ul.gform_fields .gfield textarea::-webkit-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield textarea :-ms-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield textarea ::-webkit-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield textarea ::-moz-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield textarea ::-ms-input-placeholder {
        color: #0A083B;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield textarea ::placeholder {
        color: #0A083B;
        opacity: 0.4; }
      form .gform_body ul.gform_fields .gfield textarea:focus {
        border-color: #175cff; }
    form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_phone {
      padding-bottom: 0; }
    form .gform_body ul.gform_fields .gfield.gfield_error {
      background-color: transparent !important;
      border: none !important; }

/* ////========== MODAL STYLES =========//// */
.modal {
  bottom: 0;
  overflow: hidden; }
  .modal .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; }

.modal-open .modal {
  height: 100%;
  overflow: hidden; }

.modal-backdrop {
  background-color: #fff;
  bottom: 0; }
  .modal-backdrop.show {
    opacity: 1; }

body.mobile-nav {
  height: 100%;
  overflow: hidden; }
  body.mobile-nav .sb_navbar {
    z-index: 9999999; }

.modal-wrapper .close-modal {
  display: none;
  position: fixed;
  top: 6vh;
  right: 10vw;
  font-size: 20px;
  color: #fff;
  z-index: 999999999;
  cursor: pointer; }
  .modal-wrapper .close-modal.active {
    display: block; }

.modal-wrapper .modal iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80vw;
  height: 80vh; }

.modal-wrapper .modal.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 99999999; }
  @media (max-width: 767px) {
    .modal-wrapper .modal.active {
      z-index: 999; } }

/* ////========== TABLE STYLES =========//// */
.sb_table {
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
          box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
  background-color: #fff; }
  .sb_table .table thead {
    -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5;
            box-shadow: inset 0 -1px 0 0 #e5e5e5; }
    .sb_table .table thead tr th {
      font-size: 0.8125rem;
      border: none;
      line-height: 1; }
      @media (max-width: 767px) {
        .sb_table .table thead tr th {
          font-size: 0.75rem;
          padding-left: 5px;
          padding-right: 5px; } }
      .sb_table .table thead tr th:first-child {
        padding-left: 25px; }
        @media (max-width: 767px) {
          .sb_table .table thead tr th:first-child {
            padding-left: 15px; } }
      .sb_table .table thead tr th:last-child {
        padding-right: 25px; }
        @media (max-width: 767px) {
          .sb_table .table thead tr th:last-child {
            padding-right: 15px; } }
  .sb_table .table tbody tr:nth-child(odd) {
    background-color: #fafafa; }
  .sb_table .table tbody tr th {
    height: 60px;
    vertical-align: middle;
    border: none;
    line-height: 1; }
    @media (max-width: 767px) {
      .sb_table .table tbody tr th {
        font-size: 0.75rem;
        padding-left: 5px;
        padding-right: 5px; } }
    .sb_table .table tbody tr th:first-child {
      padding-left: 25px; }
      @media (max-width: 767px) {
        .sb_table .table tbody tr th:first-child {
          padding-left: 15px; } }
    .sb_table .table tbody tr th:last-child {
      padding-right: 25px; }
      @media (max-width: 767px) {
        .sb_table .table tbody tr th:last-child {
          padding-right: 15px; } }
    .sb_table .table tbody tr th img {
      margin-right: 10px; }
      @media (max-width: 767px) {
        .sb_table .table tbody tr th img {
          margin-right: 0; } }
  .sb_table .table tbody tr td {
    height: 60px;
    vertical-align: middle;
    border: none;
    line-height: 1; }
    @media (max-width: 767px) {
      .sb_table .table tbody tr td {
        font-size: 0.75rem;
        padding-left: 5px;
        padding-right: 5px; } }
    .sb_table .table tbody tr td:first-child {
      padding-left: 25px; }
      @media (max-width: 767px) {
        .sb_table .table tbody tr td:first-child {
          padding-left: 15px; } }
    .sb_table .table tbody tr td:last-child {
      padding-right: 25px; }
      @media (max-width: 767px) {
        .sb_table .table tbody tr td:last-child {
          padding-right: 15px; } }
  .sb_table .table tbody tr .table-service {
    position: relative;
    padding-left: 35px;
    line-height: 1; }
    @media (max-width: 767px) {
      .sb_table .table tbody tr .table-service {
        font-size: 0.75rem; } }
    .sb_table .table tbody tr .table-service .icon {
      color: #175cff;
      display: inline-block;
      font-size: 1.125rem;
      margin-right: 10px;
      width: 24px;
      text-align: right;
      position: absolute;
      top: -3px;
      left: 0; }
      @media (max-width: 767px) {
        .sb_table .table tbody tr .table-service .icon {
          width: 16px; } }

/* ////========== HERO STYLES =========//// */
.sb_hero {
  position: relative; }
  .sb_hero--inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .sb_hero--inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px; }
        .sb_hero--inner > div {
          position: relative;
          width: 100%;
          padding-right: 15px;
          padding-left: 15px; }
        .sb_hero--inner.--v-center {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .sb_hero--inner-reverse {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .sb_hero--inner-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .sb_hero--inner-reverse.--v-center {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .sb_hero--inner-reverse > div {
          position: relative;
          width: 100%;
          padding-right: 15px;
          padding-left: 15px; } }

@media (min-width: 768px) and (min-width: 768px) and (min-width: 1200px) {
  .sb_hero--inner-reverse > div.sb_hero--text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.33333%; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .sb_hero--inner-reverse > div.sb_hero--image {
        text-align: left; } }
  @media (min-width: 768px) and (min-width: 768px) and (min-width: 1200px) {
    .sb_hero--inner-reverse > div.sb_hero--image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      margin-left: 0; } }
  .sb_hero--inner-center {
    text-align: center;
    padding-top: 6.25rem;
    padding-bottom: 7.5rem; }
    @media (max-width: 1200px) {
      .sb_hero--inner-center {
        padding-top: calc(3.125rem + 4.16667vw);
        padding-bottom: calc(3.125rem + 5.83333vw); } }
    .sb_hero--inner-center .h1 {
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px; }
      @media (max-width: 575px) {
        .sb_hero--inner-center .h1 {
          margin-bottom: 25px; } }
      @media (min-width: 768px) {
        .sb_hero--inner-center .h1 {
          max-width: 560px; } }
      @media (min-width: 992px) {
        .sb_hero--inner-center .h1 {
          max-width: 600px; } }
      @media (min-width: 1200px) {
        .sb_hero--inner-center .h1 {
          max-width: 660px; } }
    .sb_hero--inner-center p {
      max-width: 460px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .sb_hero--inner-center p {
          font-size: 1.25rem;
          line-height: 1.3;
          letter-spacing: -0.5px; } }
      @media (min-width: 992px) {
        .sb_hero--inner-center p {
          max-width: 560px; } }
  .sb_hero--text {
    position: relative; }
    @media (max-width: 767px) {
      .sb_hero--text {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .sb_hero--text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .sb_hero--text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    @media (max-width: 767px) {
      .sb_hero--text h1,
      .sb_hero--text h2 {
        max-width: 500px; } }
    @media (min-width: 768px) {
      .sb_hero--text h1,
      .sb_hero--text h2 {
        max-width: 460px;
        margin-bottom: 40px; } }
    .sb_hero--text p {
      max-width: 460px; }
    .sb_hero--text .list-check {
      margin-top: 40px; }
    .sb_hero--text .line {
      margin-top: 40px;
      margin-bottom: 40px; }
    .sb_hero--text .buttons {
      margin-top: 40px; }
      .sb_hero--text .buttons .btn {
        margin-right: 10px; }
    @media (min-width: 768px) {
      .sb_hero--text .btn {
        min-width: 160px; } }
  .sb_hero--image {
    position: relative; }
    @media (max-width: 767px) {
      .sb_hero--image {
        text-align: center; } }
    @media (min-width: 768px) {
      .sb_hero--image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        text-align: right; }
        .sb_hero--image > * {
          text-align: left; } }
    @media (min-width: 1200px) {
      .sb_hero--image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin-left: 16.66667%; } }

.sb_testimonials .sb_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none; }
  .sb_testimonials .sb_header .header-text {
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 560px; }

.sb_testimonials--slides {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .sb_testimonials--slides {
      width: 1550px;
      margin-left: -15px;
      margin-right: -15px; } }
  .sb_testimonials--slides .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .sb_testimonials--slides .slick-slide {
    height: auto !important; }
    .sb_testimonials--slides .slick-slide > div {
      height: 100% !important; }
    .sb_testimonials--slides .slick-slide h2 {
      margin-bottom: 0; }

.sb_testimonials--nav {
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sb_testimonials--nav li {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .sb_testimonials--nav li {
        padding-top: 20px; } }
    .sb_testimonials--nav li a {
      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;
      text-align: center;
      line-height: 1;
      width: 64px;
      height: 64px;
      color: #999;
      position: relative; }
      @media (max-width: 767px) {
        .sb_testimonials--nav li a {
          width: 55px;
          height: 55px; } }
      .sb_testimonials--nav li a:before {
        content: "";
        width: 64px;
        height: 64px;
        -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
                box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        @media (max-width: 767px) {
          .sb_testimonials--nav li a:before {
            width: 55px;
            height: 55px; } }
      .sb_testimonials--nav li a .icon {
        position: relative;
        z-index: 99;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        @media (max-width: 767px) {
          .sb_testimonials--nav li a .icon {
            width: 14px; } }
      .sb_testimonials--nav li a:hover:before {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .sb_testimonials--nav li a:hover .icon {
        -webkit-filter: brightness(0) invert(0.6);
                filter: brightness(0) invert(0.6); }

.sb_testimonials--item {
  margin-left: 15px;
  margin-right: 15px;
  width: 360px !important; }
  @media (max-width: 767px) {
    .sb_testimonials--item {
      margin-left: 10px;
      margin-right: 10px;
      width: 280px !important; } }
  .sb_testimonials--item .vid-wrap {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer; }
    .sb_testimonials--item .vid-wrap img {
      max-width: 100%;
      height: 280px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;';
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .sb_testimonials--item .vid-wrap .play {
      display: block;
      text-indent: -9999999px;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }
      .sb_testimonials--item .vid-wrap .play:before {
        content: "";
        display: block;
        width: 64px;
        height: 64px;
        -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
                box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .sb_testimonials--item .vid-wrap .play:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 16px;
        border-color: transparent transparent transparent #175dff;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2; }
      .sb_testimonials--item .vid-wrap .play:hover:before {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-box-shadow: 0 3px 4px 5px rgba(10, 8, 59, 0.1);
                box-shadow: 0 3px 4px 5px rgba(10, 8, 59, 0.1); }
    .sb_testimonials--item .vid-wrap iframe {
      width: 100%;
      height: 200px; }
    .sb_testimonials--item .vid-wrap.active .modal {
      display: block;
      z-index: 99; }
  .sb_testimonials--item blockquote cite {
    display: block;
    font-style: normal;
    margin-bottom: 10px;
    color: #0a083b; }
  .sb_testimonials--item blockquote q {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #0a083b;
    max-width: 320px; }
  .sb_testimonials--item h3 {
    margin-bottom: 0; }
  .sb_testimonials--item p {
    font-size: 0.9375rem; }

.sb_testimonials .modal {
  opacity: 0;
  z-index: -9; }
  .sb_testimonials .modal iframe {
    width: 100%;
    height: 280px; }

.sb_testimonials .button {
  padding-top: 20px;
  text-align: center; }

.sb_press .sb_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none; }
  .sb_press .sb_header .header-text {
    margin-right: 30px;
    margin-bottom: 20px; }

.sb_press--slides {
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 768px) {
    .sb_press--slides {
      width: 1490px; } }
  .sb_press--slides .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .sb_press--slides .slick-slide {
    height: auto !important; }
    .sb_press--slides .slick-slide > div {
      height: 100% !important; }

.sb_press--nav {
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sb_press--nav li {
    margin-left: 5px;
    margin-right: 5px; }
    .sb_press--nav li a {
      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;
      text-align: center;
      line-height: 1;
      width: 64px;
      height: 64px;
      color: #999;
      position: relative; }
      @media (max-width: 767px) {
        .sb_press--nav li a {
          width: 55px;
          height: 55px; } }
      .sb_press--nav li a:before {
        content: "";
        width: 64px;
        height: 64px;
        -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
                box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        @media (max-width: 767px) {
          .sb_press--nav li a:before {
            width: 55px;
            height: 55px; } }
      .sb_press--nav li a .icon {
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        -webkit-filter: brightness(0) invert(0.5);
                filter: brightness(0) invert(0.5); }
        @media (max-width: 767px) {
          .sb_press--nav li a .icon {
            font-size: 0.875rem; } }
      .sb_press--nav li a:hover:before {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .sb_press--nav li a:hover .icon {
        -webkit-filter: unset;
                filter: unset; }

.sb_press--item {
  margin-left: 10px;
  margin-right: 10px;
  width: 275px !important;
  height: 100%;
  border-radius: 6px;
  background-color: #fafafa;
  padding: 50px 30px 45px 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  @media (max-width: 767px) {
    .sb_press--item {
      width: 260px !important; } }
  .sb_press--item:hover {
    background-color: #f1f1f1; }
  .sb_press--item img {
    display: block;
    margin-bottom: 30px; }
  .sb_press--item p {
    font-size: 0.9375rem;
    line-height: 1.47; }
  .sb_press--item .read-more {
    font-size: 0.9375rem;
    color: #0a083b;
    text-decoration: underline; }
    .sb_press--item .read-more:hover {
      color: #175cff; }

.sb_press.--white .sb_press--slides .slick-track {
  padding-bottom: 120px !important; }

.sb_press.--white .sb_press--item {
  background-color: #fff; }
  .sb_press.--white .sb_press--item:hover {
    -webkit-box-shadow: 0 60px 60px 0 rgba(10, 8, 59, 0.1);
            box-shadow: 0 60px 60px 0 rgba(10, 8, 59, 0.1); }

/* ////========== HOME STYLES =========//// */
.sb_home--hero {
  margin-bottom: 3.75rem; }
  .sb_home--hero .home_hero--text h1 {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .sb_home--hero .home_hero--text h1 {
        margin-top: 40px; } }
  .sb_home--hero .home_hero--text p {
    max-width: 460px; }
    .sb_home--hero .home_hero--text p + p {
      margin-top: 30px; }
      @media (min-width: 768px) {
        .sb_home--hero .home_hero--text p + p {
          margin-top: 40px; } }
  .sb_home--hero .home_hero--image .img-wrap {
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 100px 70px 0px 20px #f1f1f1;
            box-shadow: 100px 70px 0px 20px #f1f1f1; }
    @media (max-width: 767px) {
      .sb_home--hero .home_hero--image .img-wrap {
        -webkit-box-shadow: 50px 50px 0px 10px #f1f1f1;
                box-shadow: 50px 50px 0px 10px #f1f1f1; } }
    .sb_home--hero .home_hero--image .img-wrap img {
      position: relative;
      z-index: 3;
      max-width: 460px;
      height: auto;
      border-radius: 4px; }
      @media (max-width: 767px) {
        .sb_home--hero .home_hero--image .img-wrap img {
          max-width: 100%; } }
      .sb_home--hero .home_hero--image .img-wrap img.icon {
        color: #e5e5e5;
        position: absolute;
        top: -5px;
        left: 0; }
    .sb_home--hero .home_hero--image .img-wrap .dotted-box {
      position: absolute;
      right: -30px;
      bottom: -30px; }
  .sb_home--hero .home_hero--image .quote-card {
    -webkit-box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
            box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
    background-color: #fff;
    width: 100%;
    max-width: 380px;
    position: absolute;
    left: -100px;
    bottom: -17px;
    z-index: 4;
    padding: 36px 15px; }
    @media (max-width: 660px) {
      .sb_home--hero .home_hero--image .quote-card {
        left: 0; } }
    @media (max-width: 575px) {
      .sb_home--hero .home_hero--image .quote-card {
        bottom: -76px; } }
    @media (max-width: 400px) {
      .sb_home--hero .home_hero--image .quote-card {
        right: -15px;
        width: auto; } }
    .sb_home--hero .home_hero--image .quote-card .icon-quote {
      font-size: 1.875rem;
      color: #e5e5e5;
      position: absolute;
      top: -5px;
      left: 0; }
    .sb_home--hero .home_hero--image .quote-card--inner {
      max-width: 260px;
      margin: 0 auto; }
      .sb_home--hero .home_hero--image .quote-card--inner q {
        display: block;
        color: #0a083b;
        font-size: 0.9375rem;
        margin-bottom: 20px;
        text-align: left; }
      .sb_home--hero .home_hero--image .quote-card--inner cite h4 {
        font-size: 0.8125rem;
        font-weight: normal;
        font-style: normal;
        color: #57586e;
        line-height: 1.38;
        margin-bottom: 0;
        text-align: left; }
        .sb_home--hero .home_hero--image .quote-card--inner cite h4 strong {
          display: block;
          font-weight: 500;
          color: #0a083b; }

.sb_home--sec1 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid rgba(10, 8, 59, 0.08); }
  .sb_home--sec1 .row > div {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .sb_home--sec1 .row > div {
        text-align: center; } }
  .sb_home--sec1 .type-large {
    font-weight: bold;
    font-size: 3.125rem;
    margin-bottom: 10px;
    color: #0a083b; }
    .sb_home--sec1 .type-large span {
      font-size: 1.5rem;
      color: #b2b2b2; }
    @media (max-width: 575px) {
      .sb_home--sec1 .type-large {
        font-size: 2.813rem; }
        .sb_home--sec1 .type-large span {
          font-size: 1.375rem; } }
  .sb_home--sec1 p {
    font-size: 0.9375rem;
    max-width: 200px; }
    @media (min-width: 768px) {
      .sb_home--sec1 p {
        max-width: 220px;
        margin: 0 auto; } }
    .sb_home--sec1 p strong {
      display: block;
      color: #0a083b; }

.sb_home--sec2 {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .sb_home--sec2 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .sb_home--sec2 .sb_header {
    margin-bottom: 70px; }
  .sb_home--sec2 .row > div {
    text-align: center;
    margin-bottom: 60px;
    position: relative; }
    @media (min-width: 992px) {
      .sb_home--sec2 .row > div:not(:last-child):before {
        content: "";
        display: block;
        width: 160px;
        height: 40px;
        background: url(../svg/dotted-line.svg) no-repeat center;
        background-size: 160px 40px;
        position: absolute;
        right: -17%;
        z-index: 2; }
      .sb_home--sec2 .row > div:nth-child(odd):before {
        top: 50px; }
      .sb_home--sec2 .row > div:nth-child(even):before {
        right: -20%;
        top: 100px;
        -webkit-transform: rotate(180deg) scale(-1, 1);
            -ms-transform: rotate(180deg) scale(-1, 1);
                transform: rotate(180deg) scale(-1, 1); } }
    .sb_home--sec2 .row > div:nth-child(1) .img-wrap {
      margin-bottom: 20px;
      height: 180px; }
      .sb_home--sec2 .row > div:nth-child(1) .img-wrap img {
        width: 100%;
        max-height: 180px; }
    .sb_home--sec2 .row > div:nth-child(2) .img-wrap {
      margin-bottom: 40px;
      height: 160px; }
      .sb_home--sec2 .row > div:nth-child(2) .img-wrap img {
        width: 100%;
        max-height: 160px; }
    .sb_home--sec2 .row > div:nth-child(3) .img-wrap {
      margin-bottom: 40px;
      height: 160px; }
      .sb_home--sec2 .row > div:nth-child(3) .img-wrap img {
        width: 100%;
        max-height: 160px; }
    .sb_home--sec2 .row > div h3 {
      margin-bottom: 10px; }
    .sb_home--sec2 .row > div p {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }
  .sb_home--sec2 .button {
    padding-top: 10px;
    text-align: center; }

.sb_home--sec3 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fafafa; }
  @media (max-width: 1200px) {
    .sb_home--sec3 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_home--sec3 .sb_header {
    margin-bottom: 7.5rem; }
    @media (max-width: 1200px) {
      .sb_home--sec3 .sb_header {
        margin-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_home--sec3 .sb_criss-cross--text h2 {
    max-width: 460px;
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.5px; }
    @media (min-width: 768px) {
      .sb_home--sec3 .sb_criss-cross--text h2 {
        margin-bottom: 30px; } }
  .sb_home--sec3 .sb_criss-cross--text p {
    max-width: 420px; }
  .sb_home--sec3-item1 .list-check {
    margin-top: 30px; }
  .sb_home--sec3-item1 .line {
    margin-top: 30px;
    margin-bottom: 50px; }
  .sb_home--sec3-item1 .dotted-box2 {
    position: absolute;
    top: -34px;
    left: -34px; }
  @media (max-width: 767px) {
    .sb_home--sec3-item1 .img-wrap {
      margin-top: 50px; } }
  .sb_home--sec3-item1 img {
    position: relative;
    z-index: 2;
    border-radius: 4px; }
  .sb_home--sec3-item1 .shipping-providers ul {
    list-style: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .sb_home--sec3-item1 .shipping-providers ul li {
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 20px; }
  .sb_home--sec3-item1 .shipping-providers p {
    font-size: 0.8125rem;
    line-height: 1.33; }
  .sb_home--sec3-item2 .img-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 460px; }
    .sb_home--sec3-item2 .img-wrap:before {
      content: "";
      display: block;
      background-color: #e5e5e5;
      border-radius: 4px;
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
  .sb_home--sec3-item2 .dotted-box {
    position: absolute;
    right: -45px;
    bottom: 105px; }
  .sb_home--sec3-item2 img {
    position: relative;
    left: -80px;
    z-index: 3; }
    @media (max-width: 767px) {
      .sb_home--sec3-item2 img {
        left: -10px;
        max-width: 120% !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sb_home--sec3-item2 img {
        left: -20px; } }

.sb_home--sec4 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid rgba(10, 8, 59, 0.08); }
  @media (max-width: 1200px) {
    .sb_home--sec4 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_home--sec4 .integrations {
    list-style: none;
    padding: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 40px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 575px) {
      .sb_home--sec4 .integrations {
        margin-left: -4px;
        margin-right: -4px; } }
    .sb_home--sec4 .integrations li {
      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;
      width: 80px;
      height: 80px;
      -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
              box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
      background-color: #fff;
      border-radius: 50%;
      margin-left: 7.5px;
      margin-right: 7.5px;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 575px) {
        .sb_home--sec4 .integrations li {
          width: 50px;
          height: 50px;
          margin-left: 4px;
          margin-right: 4px; }
          .sb_home--sec4 .integrations li img {
            -webkit-transform: scale(0.5);
                -ms-transform: scale(0.5);
                    transform: scale(0.5); } }
  .sb_home--sec4 .sb_home--sec3-text {
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .sb_home--sec4 .sb_home--sec3-text {
        max-width: 760px; } }
  .sb_home--sec4 .button {
    text-align: center; }

.sb_home--sec5 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_home--sec5 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }

.sb_home--sec6 .container-fluid {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #f1f1f1; }
  @media (max-width: 767px) {
    .sb_home--sec6 .container-fluid {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  @media (min-width: 768px) {
    .sb_home--sec6 .container-fluid {
      background-color: transparent; } }
  .sb_home--sec6 .container-fluid .bg {
    position: absolute;
    margin: 0 auto;
    width: 100vw;
    top: 0;
    left: 18%;
    bottom: 0;
    background-color: #f1f1f1;
    opacity: 0; }
    @media (min-width: 768px) {
      .sb_home--sec6 .container-fluid .bg {
        opacity: 1; } }

.sb_home--sec6 .sb_criss-cross {
  position: relative;
  z-index: 2; }
  .sb_home--sec6 .sb_criss-cross--text h6 {
    margin-bottom: 30px; }
  .sb_home--sec6 .sb_criss-cross--text blockquote q {
    display: block;
    color: #0a083b;
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.5px;
    margin-bottom: 7.5rem; }
    @media (max-width: 1200px) {
      .sb_home--sec6 .sb_criss-cross--text blockquote q {
        font-size: calc(1.1rem + 2.7vw) ; } }
    @media (max-width: 1200px) {
      .sb_home--sec6 .sb_criss-cross--text blockquote q {
        margin-bottom: calc(3.125rem + 5.83333vw); } }
    @media (max-width: 575px) {
      .sb_home--sec6 .sb_criss-cross--text blockquote q {
        font-size: 1.75rem;
        margin-bottom: 40px; } }
  .sb_home--sec6 .sb_criss-cross--text blockquote cite {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal; }
    .sb_home--sec6 .sb_criss-cross--text blockquote cite h4 {
      font-size: 0.9375rem;
      font-weight: normal;
      color: #57586e;
      margin-right: 20px;
      margin-bottom: 0; }
      .sb_home--sec6 .sb_criss-cross--text blockquote cite h4 strong {
        color: #0a083b; }
  .sb_home--sec6 .sb_criss-cross--image .img-wrap .dotted-box {
    position: absolute;
    left: -45px;
    bottom: -32px; }
  .sb_home--sec6 .sb_criss-cross--image .img-wrap > img {
    max-width: 460px;
    border-radius: 4px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .sb_home--sec6 .sb_criss-cross--image .img-wrap > img {
        max-width: 100%; } }

.sb_home--sec6 blockquote {
  margin: 0; }

.sb_home--sec7 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_home--sec7 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }

.sb_home--sec8 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_home--sec8 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_home--sec8 .vid-wrap iframe {
    width: 100%;
    height: 200px; }

/* ////========== PRODUCT STYLES =========//// */
.sb_product--hero .product_hero--image .img-wrap {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 100px 60px 0px 20px #f1f1f1;
          box-shadow: 100px 60px 0px 20px #f1f1f1; }
  @media (max-width: 767px) {
    .sb_product--hero .product_hero--image .img-wrap {
      -webkit-box-shadow: 50px 50px 0px 10px #f1f1f1;
              box-shadow: 50px 50px 0px 10px #f1f1f1; } }
  .sb_product--hero .product_hero--image .img-wrap img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
    border-radius: 4px; }
  .sb_product--hero .product_hero--image .img-wrap .dotted-box2 {
    position: absolute;
    left: -8px;
    bottom: 40px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.sb_product--sec1 {
  padding-top: 9.375rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid rgba(10, 8, 59, 0.08); }
  @media (max-width: 1200px) {
    .sb_product--sec1 {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .sb_product--sec1 .sb_header {
    margin-bottom: 60px; }
  .sb_product--sec1 .row > div {
    text-align: center;
    position: relative; }
    .sb_product--sec1 .row > div:not(:last-child):before {
      content: "";
      display: block;
      width: 100px;
      height: 20px;
      background: url(../svg/dotted-line2.svg) no-repeat center;
      background-size: 100px 20px;
      position: absolute;
      top: 10px;
      right: -45px; }
    .sb_product--sec1 .row > div:nth-child(even):before {
      -webkit-transform: rotate(180deg) scale(-1, 1);
          -ms-transform: rotate(180deg) scale(-1, 1);
              transform: rotate(180deg) scale(-1, 1);
      top: 15px; }
    @media (max-width: 767px) {
      .sb_product--sec1 .row > div:not(:last-child) {
        margin-bottom: 100px; }
        .sb_product--sec1 .row > div:not(:last-child):before {
          top: auto;
          margin: auto;
          left: 0;
          right: 0;
          bottom: -60px;
          width: 60px;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .sb_product--sec1 .row > div:nth-child(even):before {
        -webkit-transform: rotate(-90deg) scale(-1, 1);
            -ms-transform: rotate(-90deg) scale(-1, 1);
                transform: rotate(-90deg) scale(-1, 1); } }
    .sb_product--sec1 .row > div h4 {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: rgba(23, 92, 255, 0.1);
      line-height: 60px;
      color: #175cff;
      text-align: center;
      font-size: 1.25rem;
      font-weight: bold;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .sb_product--sec1 .row > div h4 {
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 1rem; } }
    .sb_product--sec1 .row > div p {
      max-width: 260px;
      margin-left: auto;
      margin-right: auto; }

.sb_product--sec2 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_product--sec2 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_product--sec2 .sb_header {
    margin-bottom: 9.375rem; }
    @media (max-width: 1200px) {
      .sb_product--sec2 .sb_header {
        margin-bottom: calc(3.125rem + 8.33333vw); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_product--sec2 .sb_criss-cross--image {
      padding-right: 40px; }
      .sb_product--sec2 .sb_criss-cross--image img {
        -webkit-transform-origin: center right;
            -ms-transform-origin: center right;
                transform-origin: center right;
        -webkit-transform: scale(0.85);
            -ms-transform: scale(0.85);
                transform: scale(0.85); } }

.sb_product--sec3 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fafafa; }
  @media (max-width: 1200px) {
    .sb_product--sec3 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  @media (max-width: 767px) {
    .sb_product--sec3 .sb_criss-cross--image {
      padding-top: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_product--sec3 .sb_criss-cross--image {
      padding-left: 50px; } }
  .sb_product--sec3 .sb_criss-cross--image .img-wrap > img:nth-child(2) {
    position: relative;
    z-index: 2; }
  .sb_product--sec3 .sb_criss-cross--image .card {
    border-radius: 2px;
    -webkit-box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
            box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
    position: absolute;
    z-index: 2;
    top: 45%;
    left: -35%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 400px) {
      .sb_product--sec3 .sb_criss-cross--image .card {
        top: -40px;
        left: -15px;
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); } }
    @media (min-width: 401px) and (max-width: 575px) {
      .sb_product--sec3 .sb_criss-cross--image .card {
        top: -40px;
        left: -15px;
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .sb_product--sec3 .sb_criss-cross--image .card {
        top: 45%;
        left: -50px;
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        -webkit-transform: scale(0.9) translateY(-50%);
            -ms-transform: scale(0.9) translateY(-50%);
                transform: scale(0.9) translateY(-50%); } }
  .sb_product--sec3 .sb_criss-cross--image .dotted-box2 {
    position: absolute;
    bottom: 45px;
    left: -100px; }
    @media (max-width: 767px) {
      .sb_product--sec3 .sb_criss-cross--image .dotted-box2 {
        left: -50px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .sb_product--sec3 .sb_criss-cross--image .dotted-box2 {
        left: -45px;
        bottom: 35px; } }

.sb_product--sec4 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .sb_product--sec4 {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .sb_product--sec4 .sb_criss-cross--image {
      padding-top: 50px; } }
  .sb_product--sec4 .sb_criss-cross--image .img-wrap {
    border-radius: 4px;
    -webkit-box-shadow: -30px -50px 0px 0 #f1f1f1;
            box-shadow: -30px -50px 0px 0 #f1f1f1; }

.sb_product--sec5 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-color: #fafafa; }
  @media (max-width: 1200px) {
    .sb_product--sec5 {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .sb_product--sec5 .sb_criss-cross--image {
      padding-top: 50px; } }
  .sb_product--sec5 .sb_criss-cross--image .img-wrap {
    border-radius: 4px;
    -webkit-box-shadow: -30px -50px 0px 0 #f1f1f1;
            box-shadow: -30px -50px 0px 0 #f1f1f1; }

.sb_product--sec6 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_product--sec6 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  @media (max-width: 767px) {
    .sb_product--sec6 .sb_criss-cross--image {
      padding-top: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_product--sec6 .sb_criss-cross--image {
      padding-right: 50px; } }
  .sb_product--sec6 .sb_criss-cross--image .img-wrap > img:nth-child(2) {
    position: relative;
    z-index: 2; }
  .sb_product--sec6 .sb_criss-cross--image .card {
    border-radius: 2px;
    -webkit-box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
            box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
    position: absolute;
    z-index: 2;
    top: -8%;
    left: -15%; }
    @media (max-width: 400px) {
      .sb_product--sec6 .sb_criss-cross--image .card {
        top: -40px;
        left: -15px;
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); } }
    @media (min-width: 401px) and (max-width: 575px) {
      .sb_product--sec6 .sb_criss-cross--image .card {
        top: -40px;
        left: -15px;
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .sb_product--sec6 .sb_criss-cross--image .card {
        top: -50px;
        left: auto;
        right: -40px;
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); } }
  .sb_product--sec6 .sb_criss-cross--image .dotted-box2 {
    position: absolute;
    bottom: 45px;
    left: -50px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media (min-width: 768px) and (max-width: 1199px) {
      .sb_product--sec6 .sb_criss-cross--image .dotted-box2 {
        left: auto;
        right: -8px;
        bottom: px; } }

.sb_product--sec7 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fafafa; }
  @media (max-width: 1200px) {
    .sb_product--sec7 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_product--sec7 .sb_criss-cross--image .img-wrap {
    text-align: center; }
    @media (min-width: 768px) {
      .sb_product--sec7 .sb_criss-cross--image .img-wrap {
        min-width: 460px; } }
    .sb_product--sec7 .sb_criss-cross--image .img-wrap > img:nth-child(3) {
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .sb_product--sec7 .sb_criss-cross--image .img-wrap > img:nth-child(3) {
          max-width: 90%; } }
    .sb_product--sec7 .sb_criss-cross--image .img-wrap .dotted-box2 {
      position: absolute;
      top: 9%;
      left: 12%;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      @media (min-width: 768px) {
        .sb_product--sec7 .sb_criss-cross--image .img-wrap .dotted-box2 {
          left: 20%; } }
    .sb_product--sec7 .sb_criss-cross--image .img-wrap .circle {
      position: absolute;
      right: -15%;
      bottom: 7%; }
      @media (min-width: 768px) {
        .sb_product--sec7 .sb_criss-cross--image .img-wrap .circle {
          right: 0; } }

.sb_product--sec8 {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid rgba(10, 8, 59, 0.08); }
  @media (max-width: 1200px) {
    .sb_product--sec8 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .sb_product--sec8 .sb_header {
    margin-bottom: 80px; }

.sb_product--sec9 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_product--sec9 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_product--sec9 .integrations {
    list-style: none;
    padding: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 40px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 575px) {
      .sb_product--sec9 .integrations {
        margin-left: -4px;
        margin-right: -4px; } }
    .sb_product--sec9 .integrations li {
      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;
      width: 80px;
      height: 80px;
      -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
              box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
      background-color: #fff;
      border-radius: 50%;
      margin-left: 7.5px;
      margin-right: 7.5px;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 575px) {
        .sb_product--sec9 .integrations li {
          width: 50px;
          height: 50px;
          margin-left: 4px;
          margin-right: 4px; }
          .sb_product--sec9 .integrations li img {
            -webkit-transform: scale(0.5);
                -ms-transform: scale(0.5);
                    transform: scale(0.5); } }
      .sb_product--sec9 .integrations li .add {
        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;
        text-align: center;
        width: 24px;
        height: 24px;
        background-color: #52c4ff;
        border-radius: 50%;
        position: absolute;
        top: 30%;
        right: -10px; }
        @media (max-width: 575px) {
          .sb_product--sec9 .integrations li .add {
            -webkit-transform: scale(0.7);
                -ms-transform: scale(0.7);
                    transform: scale(0.7); } }
        .sb_product--sec9 .integrations li .add .icon {
          color: #fff;
          font-size: 0.75rem;
          line-height: 1; }
  .sb_product--sec9 .sb_product--sec9-text {
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .sb_product--sec9 .sb_product--sec9-text {
        max-width: 760px; } }
  .sb_product--sec9 .button {
    text-align: center; }

.sb_product--sec10 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fafafa; }
  @media (max-width: 1200px) {
    .sb_product--sec10 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_product--sec10 .sb_header {
    margin-bottom: 80px; }
    @media (min-width: 992px) {
      .sb_product--sec10 .sb_header {
        max-width: 560px; } }
  .sb_product--sec10 .row > div {
    text-align: center;
    margin-bottom: 40px; }
    .sb_product--sec10 .row > div .img-wrap {
      margin-bottom: 20px; }
      .sb_product--sec10 .row > div .img-wrap img {
        position: relative;
        right: -4px; }
    .sb_product--sec10 .row > div h4 {
      margin-bottom: 10px;
      font-weight: 700; }
    .sb_product--sec10 .row > div p {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }

/* ////========== PRICING STYLES =========//// */
.sb_pricing--hero .sb_testimonial--nav {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sb_pricing--hero .sb_testimonial--nav li {
    width: 40px;
    height: 40px;
    border: solid 2px transparent;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .sb_pricing--hero .sb_testimonial--nav li img {
      width: 36px;
      height: 36px;
      opacity: 0.4;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      border: 2px solid #fff;
      border-radius: 50%; }
    .sb_pricing--hero .sb_testimonial--nav li:hover img {
      opacity: 1; }
    .sb_pricing--hero .sb_testimonial--nav li.active {
      border-color: #175cff; }
      .sb_pricing--hero .sb_testimonial--nav li.active img {
        opacity: 1; }

.sb_pricing--hero .sb_testimonial--slides {
  max-width: 320px; }
  @media (min-width: 992px) {
    .sb_pricing--hero .sb_testimonial--slides {
      max-width: 360px; } }
  .sb_pricing--hero .sb_testimonial--slides blockquote q {
    color: #0a083b;
    display: block;
    margin-bottom: 10px; }
  .sb_pricing--hero .sb_testimonial--slides blockquote cite {
    display: block;
    font-style: normal;
    font-size: 0.8125rem; }
    .sb_pricing--hero .sb_testimonial--slides blockquote cite strong {
      color: #0a083b; }

.sb_pricing--hero .pricing_hero--card {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .sb_pricing--hero .pricing_hero--card {
      max-width: 460px;
      margin-left: auto;
      margin-right: auto; } }
  .sb_pricing--hero .pricing_hero--card .bg {
    display: block;
    background-color: #f1f1f1;
    position: absolute;
    margin: auto;
    top: 12%;
    left: -30px;
    right: -50%;
    bottom: 0; }
    @media (max-width: 767px) {
      .sb_pricing--hero .pricing_hero--card .bg {
        left: 50px; } }
    @media (min-width: 1200px) {
      .sb_pricing--hero .pricing_hero--card .bg {
        left: -15%; } }
  .sb_pricing--hero .pricing_hero--card .dotted-box {
    position: absolute;
    right: -32px;
    bottom: -32px; }
  .sb_pricing--hero .pricing_hero--card .card {
    border-radius: 4px;
    position: relative;
    z-index: 2;
    min-width: 300px;
    max-width: 460px;
    padding: 50px 30px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .sb_pricing--hero .pricing_hero--card .card {
        min-width: 460px; } }
    .sb_pricing--hero .pricing_hero--card .card:before {
      content: "";
      display: block;
      background-color: #0a083b;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      border-radius: 4px; }
    .sb_pricing--hero .pricing_hero--card .card-body {
      color: rgba(255, 255, 255, 0.5);
      max-width: 360px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 3; }
    .sb_pricing--hero .pricing_hero--card .card h3 {
      color: #fff;
      margin-bottom: 30px; }
    .sb_pricing--hero .pricing_hero--card .card ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .sb_pricing--hero .pricing_hero--card .card ul li {
        margin-bottom: 18px;
        color: #fff;
        font-size: 1.0625rem;
        padding-left: 30px;
        position: relative;
        max-width: 340px; }
        .sb_pricing--hero .pricing_hero--card .card ul li .icon {
          color: #52c4ff;
          position: absolute;
          top: 2px;
          left: 0; }
        .sb_pricing--hero .pricing_hero--card .card ul li em {
          font-style: normal; }
    .sb_pricing--hero .pricing_hero--card .card .button {
      margin-top: 30px; }
    .sb_pricing--hero .pricing_hero--card .card .footnote {
      max-width: 220px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 10px;
      font-size: 0.8125rem; }

.sb_pricing--sec1 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .sb_pricing--sec1 {
      padding-top: calc(2.5rem + 3.33333vw);
      padding-bottom: calc(2.5rem + 3.33333vw); } }
  .sb_pricing--sec1 .row > div {
    margin-bottom: 60px;
    text-align: center; }
    .sb_pricing--sec1 .row > div img {
      margin-bottom: 20px; }
    .sb_pricing--sec1 .row > div h4 {
      margin-bottom: 10px; }
    .sb_pricing--sec1 .row > div p {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }

.sb_pricing--sec2 {
  background-color: #fafafa;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .sb_pricing--sec2 .sb_header {
    margin-bottom: 50px; }
  .sb_pricing--sec2 .pricing_table {
    margin-bottom: 60px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .sb_pricing--sec2 .pricing_table .dotted-box {
      position: absolute;
      left: -32px;
      bottom: -32px; }
    .sb_pricing--sec2 .pricing_table .sb_table {
      position: relative;
      z-index: 2; }
  .sb_pricing--sec2 .bottom {
    text-align: center; }
    .sb_pricing--sec2 .bottom p {
      max-width: 460px;
      margin-left: auto;
      margin-right: auto; }
      .sb_pricing--sec2 .bottom p + p {
        margin-top: 30px; }

.sb_pricing--sec3 {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .sb_pricing--sec3 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(1.875rem + 2.5vw); } }
  .sb_pricing--sec3 .sb_header {
    margin-bottom: 5rem; }
    @media (max-width: 1200px) {
      .sb_pricing--sec3 .sb_header {
        margin-bottom: calc(2.5rem + 3.33333vw); } }
  .sb_pricing--sec3 .row > div {
    margin-bottom: 60px; }
    .sb_pricing--sec3 .row > div h4 {
      font-weight: 700; }

/* ////========== ABOUT STYLES =========//// */
.sb_about--hero .about_hero--top .page-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sb_about--hero .about_hero--top .page-nav li {
    font-size: 1.0625rem;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px; }
    @media (max-width: 575px) {
      .sb_about--hero .about_hero--top .page-nav li {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 1rem; } }
    .sb_about--hero .about_hero--top .page-nav li a:hover {
      text-decoration: underline; }

@media (min-width: 576px) {
  .sb_about--hero .about_hero--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px; } }

.sb_about--hero .about_hero--bottom .img-wrap {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .sb_about--hero .about_hero--bottom .img-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      padding-left: 20px;
      padding-right: 20px; } }
  .sb_about--hero .about_hero--bottom .img-wrap img {
    display: block;
    max-width: 100%;
    height: auto; }

.sb_about--hero h1 {
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 35px; }
  @media (min-width: 1200px) {
    .sb_about--hero h1 {
      max-width: 660px; } }
  @media (min-width: 992px) {
    .sb_about--hero h1 {
      max-width: 600px; } }
  @media (min-width: 768px) {
    .sb_about--hero h1 {
      max-width: 560px; } }
  @media (max-width: 767px) {
    .sb_about--hero h1 {
      max-width: 460px; } }

.sb_about--sec1 {
  padding-top: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_about--sec1 {
      padding-top: calc(3.125rem + 5.83333vw); } }
  .sb_about--sec1 .company-bio {
    padding-bottom: 5rem; }
    @media (max-width: 1200px) {
      .sb_about--sec1 .company-bio {
        padding-bottom: calc(2.5rem + 3.33333vw); } }
    .sb_about--sec1 .company-bio .row > div {
      margin-bottom: 40px; }
    .sb_about--sec1 .company-bio .row h2,
    .sb_about--sec1 .company-bio .row p {
      max-width: 460px; }
  .sb_about--sec1 .company-stats {
    padding-bottom: 5rem; }
    @media (max-width: 1200px) {
      .sb_about--sec1 .company-stats {
        padding-bottom: calc(2.5rem + 3.33333vw); } }
    .sb_about--sec1 .company-stats .row > div {
      margin-bottom: 40px; }
      .sb_about--sec1 .company-stats .row > div .company-stat {
        text-align: center; }
        .sb_about--sec1 .company-stats .row > div .company-stat h4 {
          font-size: 3.125rem;
          font-weight: bold;
          margin-bottom: 15px; }
          @media (max-width: 1200px) {
            .sb_about--sec1 .company-stats .row > div .company-stat h4 {
              font-size: calc(1.1rem + 2.7vw) ; } }
        .sb_about--sec1 .company-stats .row > div .company-stat h5 {
          margin-bottom: 5px;
          font-size: 0.9375rem;
          font-weight: bold; }
        .sb_about--sec1 .company-stats .row > div .company-stat p {
          font-size: 0.9375rem;
          max-width: 250px;
          margin-left: auto;
          margin-right: auto; }
  .sb_about--sec1 .company-image {
    height: 300px; }
    @media (min-width: 576px) {
      .sb_about--sec1 .company-image {
        height: 500px; } }
    @media (min-width: 1200px) {
      .sb_about--sec1 .company-image {
        height: 700px; } }
    .sb_about--sec1 .company-image img {
      width: 100%;
      max-width: 100%;
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;'; }
      @media (min-width: 576px) {
        .sb_about--sec1 .company-image img {
          height: 500px; } }
      @media (min-width: 1200px) {
        .sb_about--sec1 .company-image img {
          height: 700px; } }

.sb_about--sec2 {
  padding-top: 8.75rem; }
  @media (max-width: 1200px) {
    .sb_about--sec2 {
      padding-top: calc(4.375rem + 5.83333vw); } }
  .sb_about--sec2 .leadership-header {
    padding-bottom: 40px; }
    .sb_about--sec2 .leadership-header .row > div {
      margin-bottom: 40px; }
      .sb_about--sec2 .leadership-header .row > div p {
        max-width: 460px; }
  .sb_about--sec2 .leadership-people .row > div {
    margin-bottom: 40px; }
    @media (max-width: 500px) {
      .sb_about--sec2 .leadership-people .row > div {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .sb_about--sec2 .leadership-people .row > div {
        margin-bottom: 60px; } }
  .sb_about--sec2 .leadership-people-item {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto; }
    .sb_about--sec2 .leadership-people-item .img-wrap {
      height: 290px;
      border-radius: 4px;
      background-color: #f6fafd;
      margin-bottom: 20px; }
      .sb_about--sec2 .leadership-people-item .img-wrap img {
        width: 100%;
        max-width: 100%;
        height: 290px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        font-family: 'object-fit: cover; object-position: center;'; }
    .sb_about--sec2 .leadership-people-item h4 {
      line-height: 1;
      margin-bottom: 10px;
      font-size: 1.25rem;
      font-weight: bold; }
    .sb_about--sec2 .leadership-people-item p {
      font-size: 0.9375rem; }
  .sb_about--sec2 .leadership-people .career-opening {
    max-width: 280px;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    background-color: #f6fafd;
    padding: 20px;
    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;
    text-align: center; }
    .sb_about--sec2 .leadership-people .career-opening img {
      margin-bottom: 15px; }
    .sb_about--sec2 .leadership-people .career-opening p {
      font-size: 0.9375rem;
      color: #57586e; }
      .sb_about--sec2 .leadership-people .career-opening p + p {
        margin-top: 0; }
      .sb_about--sec2 .leadership-people .career-opening p span {
        color: #175cff;
        font-weight: 500; }
    .sb_about--sec2 .leadership-people .career-opening a {
      display: block; }
      .sb_about--sec2 .leadership-people .career-opening a:hover p span {
        text-decoration: underline; }

.sb_about--sec3 {
  padding-top: 6.25rem;
  padding-bottom: 5rem; }
  @media (max-width: 1200px) {
    .sb_about--sec3 {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 2.5vw); } }
  @media (min-width: 768px) {
    .sb_about--sec3 .sb_criss-cross--text .text-inner {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }

.sb_about--sec4 {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_about--sec4 {
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_about--sec4 .investors {
    list-style: none;
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding: 0;
    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; }
    .sb_about--sec4 .investors li {
      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;
      width: 180px;
      height: 120px;
      border-radius: 4px;
      background-color: #f1f1f1;
      margin-left: 7.5px;
      margin-right: 7.5px;
      margin-bottom: 15px; }
      @media (max-width: 410px) {
        .sb_about--sec4 .investors li {
          width: calc(50% - 15px);
          height: 100px; } }

.sb_about--sec5 {
  padding-top: 7.5rem;
  background-color: #fafafa; }
  @media (max-width: 1200px) {
    .sb_about--sec5 {
      padding-top: calc(3.125rem + 5.83333vw); } }

/* ////========== BLOG STYLES =========//// */
.sb_blog--hero .blog_hero--text h1 {
  max-width: 560px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1.12;
  letter-spacing: -1.5px; }

.sb_blog--hero .blog_hero--text .metadata {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
  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; }
  .sb_blog--hero .blog_hero--text .metadata li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 0.9375rem; }
    .sb_blog--hero .blog_hero--text .metadata li:not(:last-child):after {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      background-color: #b2b2b2;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      right: -3px; }
    .sb_blog--hero .blog_hero--text .metadata li a {
      color: #57586e;
      text-decoration: underline; }
      .sb_blog--hero .blog_hero--text .metadata li a:hover {
        color: #175cff; }

.sb_blog--hero .blog_hero--image .img-wrap {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: -100px 70px 0px 20px #0a083b;
          box-shadow: -100px 70px 0px 20px #0a083b; }
  @media (max-width: 767px) {
    .sb_blog--hero .blog_hero--image .img-wrap {
      -webkit-box-shadow: -50px 50px 0px 10px #0a083b;
              box-shadow: -50px 50px 0px 10px #0a083b; } }
  .sb_blog--hero .blog_hero--image .img-wrap img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
    border-radius: 4px; }
  .sb_blog--hero .blog_hero--image .img-wrap .dotted-box3 {
    position: absolute;
    left: -30px;
    bottom: -30px;
    z-index: 2; }

.sb_blog--hero.resources-blog .blog_hero--image .img-wrap img {
  border: 110px solid #d8d8d8; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_blog--hero.resources-blog .blog_hero--image .img-wrap img {
      border: 60px solid #d8d8d8; } }

.sb_newsletter {
  margin-top: 120px;
  margin-bottom: 120px; }
  .sb_newsletter--card {
    border-radius: 4px;
    background-color: #fafafa;
    padding: 70px 50px; }
    @media (max-width: 767px) {
      .sb_newsletter--card {
        padding: 55px 20px; } }
    @media (min-width: 768px) {
      .sb_newsletter--card {
        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; }
        .sb_newsletter--card > div {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 50%;
                  flex: 1 0 50%;
          width: 50%; } }
    @media (max-width: 767px) {
      .sb_newsletter--card .newsletter-text {
        text-align: center;
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .sb_newsletter--card .newsletter-text {
        margin-right: 40px; } }
    @media (min-width: 992px) {
      .sb_newsletter--card .newsletter-text {
        max-width: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 991px) {
      .sb_newsletter--card .newsletter-text img {
        margin-bottom: 15px;
        max-width: 50px; } }
    @media (min-width: 992px) {
      .sb_newsletter--card .newsletter-text img {
        margin-right: 46px; } }
    .sb_newsletter--card .newsletter-text h2 {
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: -1px; }
      @media (max-width: 767px) {
        .sb_newsletter--card .newsletter-text h2 {
          font-size: 1.75rem;
          max-width: 350px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sb_newsletter--card .newsletter-text h2 {
          font-size: 1.875rem; } }
      @media (min-width: 992px) {
        .sb_newsletter--card .newsletter-text h2 {
          max-width: 460px;
          margin-bottom: 0; } }
    .sb_newsletter--card .newsletter-form {
      max-width: 320px; }
      @media (max-width: 767px) {
        .sb_newsletter--card .newsletter-form {
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      .sb_newsletter--card .newsletter-form .form-group {
        margin-bottom: 0; }
      .sb_newsletter--card .newsletter-form .input-button {
        position: relative;
        padding-right: 20px; }
        .sb_newsletter--card .newsletter-form .input-button .form-control {
          width: 100%;
          border-radius: 0;
          border-top: none;
          border-left: none;
          border-right: none;
          padding-left: 0;
          padding-right: 35px;
          background-color: transparent; }
        .sb_newsletter--card .newsletter-form .input-button button {
          width: 50px;
          height: 50px;
          border: none;
          border-radius: 50%;
          color: #999;
          position: absolute;
          top: 0;
          right: -2px;
          background-color: transparent; }
          .sb_newsletter--card .newsletter-form .input-button button:before {
            content: "";
            width: 50px;
            height: 50px;
            background-color: #e5e5e5;
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
          .sb_newsletter--card .newsletter-form .input-button button .icon {
            position: relative;
            top: 2px;
            z-index: 2; }
          .sb_newsletter--card .newsletter-form .input-button button:hover {
            color: #fff; }
            .sb_newsletter--card .newsletter-form .input-button button:hover:before {
              background-color: #175cff;
              -webkit-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                      transform: scale(1.1); }

.sb_blog--nav {
  margin-top: -40px;
  border-bottom: 1px solid #e5e5e5; }
  @media (min-width: 768px) {
    .sb_blog--nav .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 992px) {
    .sb_blog--nav .blog-categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sb_blog--nav .blog-categories h5 {
    font-size: 0.9375rem;
    color: #57586e;
    font-weight: normal;
    margin-right: 30px; }
    @media (min-width: 768px) {
      .sb_blog--nav .blog-categories h5 {
        position: relative;
        top: -8px; } }
  .sb_blog--nav .blog-categories ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .sb_blog--nav .blog-categories ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-categories ul li {
        margin-bottom: 10px; } }
    .sb_blog--nav .blog-categories ul li:not(:last-child) {
      margin-right: 15px; }
    .sb_blog--nav .blog-categories ul li a {
      display: block;
      color: #57586e;
      padding-left: 5px;
      padding-right: 5px; }
      @media (min-width: 768px) {
        .sb_blog--nav .blog-categories ul li a {
          border-bottom: 3px solid transparent;
          padding-bottom: 30px; } }
      .sb_blog--nav .blog-categories ul li a:hover {
        color: #175cff;
        font-weight: 400 !important; }
      .sb_blog--nav .blog-categories ul li a .icon {
        font-size: 4.5px;
        height: 24px;
        width: 24px;
        position: relative;
        top: -2px; }
    .sb_blog--nav .blog-categories ul li.active a {
      border-color: #175cff;
      color: #0a083b;
      font-weight: bold; }
  .sb_blog--nav .blog-search {
    position: relative;
    height: 45px; }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-search {
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .sb_blog--nav .blog-search {
        margin-bottom: 10px;
        top: -10px; } }
    .sb_blog--nav .blog-search .icon-search {
      position: absolute;
      top: 13px;
      left: 15px;
      color: #999; }
    .sb_blog--nav .blog-search input {
      min-width: 250px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid transparent;
      border-radius: 100px;
      height: 45px;
      font-size: 0.8125rem;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      padding: 10px 20px 10px 40px; }
      @media (max-width: 767px) {
        .sb_blog--nav .blog-search input {
          width: 100%;
          display: block; } }
      @media (min-width: 768px) {
        .sb_blog--nav .blog-search input {
          min-width: 250px; } }
      @media (min-width: 992px) {
        .sb_blog--nav .blog-search input {
          min-width: 280px; } }
      .sb_blog--nav .blog-search input:focus {
        outline: none;
        border-color: #e5e5e5; }

.show-more {
  position: relative;
  top: -5px;
  font-size: 20px;
  color: #57586e; }
  .show-more:hover, .show-more:focus {
    color: #175cff; }

.more-dropdown {
  position: relative; }
  .more-dropdown .mobile-navbar-nav {
    display: none !important;
    position: absolute;
    top: -17px;
    left: 15px;
    min-width: 170px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 999; }
    .more-dropdown .mobile-navbar-nav li {
      display: block !important;
      margin: 0 !important;
      padding: 15px; }
      .more-dropdown .mobile-navbar-nav li a {
        height: auto !important; }
    .more-dropdown .mobile-navbar-nav.active {
      display: block !important; }

.sb_blog--posts {
  padding-top: 3.125rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_blog--posts {
      padding-bottom: calc(3.125rem + 5.83333vw); } }

.blog_posts--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.blog_posts--item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px; }
  @media (max-width: 575px) {
    .blog_posts--item {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 576px) {
    .blog_posts--item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .blog_posts--item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .blog_posts--item a {
    display: block;
    color: #57586e; }
    .blog_posts--item a:hover h4, .blog_posts--item a:focus h4 {
      color: #175cff; }
  .blog_posts--item .img-wrap {
    height: 240px;
    border-radius: 4px;
    background-color: #d8d8d8;
    margin-bottom: 20px;
    overflow: hidden; }
    .blog_posts--item .img-wrap img {
      width: 100%;
      max-width: 100%;
      height: 240px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;';
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .blog_posts--item h4 {
    margin-bottom: 10px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .blog_posts--item p + p {
    margin-top: 10px; }
  .blog_posts--item p.date {
    font-size: 0.9375rem;
    font-weight: 500; }
  .blog_posts--item:hover .heading4b {
    color: #175cff; }

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  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; }
  .pagination li {
    margin-left: 6px;
    margin-right: 6px; }
    .pagination li a {
      display: block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      text-align: center;
      line-height: 48px;
      color: #57586e;
      position: relative; }
      .pagination li a:before {
        content: "";
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #f1f1f1;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .pagination li a:hover {
        color: #175cff; }
        .pagination li a:hover:before {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
    .pagination li.active a {
      color: #fff;
      font-weight: bold; }
      .pagination li.active a:before {
        background-color: #175cff; }
    .pagination li.prev a, .pagination li.next a {
      color: #0a083b;
      font-size: 0.75rem; }
      .pagination li.prev a:before, .pagination li.next a:before {
        -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
                box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
        background-color: #fff; }
      .pagination li.prev a:hover, .pagination li.next a:hover {
        color: #175cff; }
    .pagination li.prev .icon, .pagination li.next .icon {
      position: relative;
      z-index: 2; }
    .pagination li .number {
      position: relative;
      z-index: 2; }

.sb_eGuide .container-fluid {
  max-width: 1360px; }

.sb_eGuide--inner {
  background-color: #f1f1f1;
  padding: 60px 50px; }
  @media (max-width: 767px) {
    .sb_eGuide--inner {
      padding: 60px 30px 80px 30px; } }
  @media (min-width: 768px) {
    .sb_eGuide--inner {
      padding: 70px 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 992px) {
    .sb_eGuide--inner {
      padding: 75px 70px; } }
  @media (min-width: 1200px) {
    .sb_eGuide--inner {
      padding: 80px 100px; } }

@media (min-width: 768px) {
  .sb_eGuide--text {
    padding-right: 40px; } }

@media (max-width: 767px) {
  .sb_eGuide--text {
    margin-bottom: 40px;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; } }

.sb_eGuide--text .heading5 {
  margin-bottom: 10px; }

.sb_eGuide--text .heading2 {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .sb_eGuide--text .heading2 {
      max-width: 560px; } }

@media (min-width: 768px) {
  .sb_eGuide--text p {
    max-width: 460px; } }

.sb_eGuide--text .download-btn {
  margin-top: 20px; }
  @media (min-width: 400px) {
    .sb_eGuide--text .download-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; } }
  @media (min-width: 768px) {
    .sb_eGuide--text .download-btn {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .sb_eGuide--text .download-btn .btn {
    margin-bottom: 10px; }
    @media (min-width: 400px) {
      .sb_eGuide--text .download-btn .btn {
        margin-right: 20px;
        margin-bottom: 0; } }
  .sb_eGuide--text .download-btn .file-size {
    font-size: 0.6875rem;
    color: #999;
    font-weight: bold;
    text-transform: uppercase; }
    @media (min-width: 400px) {
      .sb_eGuide--text .download-btn .file-size {
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-left: 1px solid #999; } }

@media (max-width: 767px) {
  .sb_eGuide--image {
    text-align: center; } }

.sb_eGuide--image .img-wrap {
  display: inline-block;
  position: relative; }
  .sb_eGuide--image .img-wrap img {
    max-width: 240px;
    height: auto;
    -webkit-box-shadow: 0 20px 40px 0 rgba(10, 8, 59, 0.2);
            box-shadow: 0 20px 40px 0 rgba(10, 8, 59, 0.2);
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .sb_eGuide--image .img-wrap img {
        max-width: 200px; } }
    @media (max-width: 575px) {
      .sb_eGuide--image .img-wrap img {
        max-width: 150px; } }
  .sb_eGuide--image .img-wrap .dotted-box2 {
    position: absolute;
    right: -30px;
    bottom: -30px; }
  .sb_eGuide--image .img-wrap .download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    line-height: 1;
    width: 64px;
    height: 64px;
    color: #175cff;
    position: absolute;
    z-index: 3;
    top: 30px;
    left: -32px; }
    @media (max-width: 991px) {
      .sb_eGuide--image .img-wrap .download-btn {
        width: 55px;
        height: 55px; } }
    .sb_eGuide--image .img-wrap .download-btn:before {
      content: "";
      width: 64px;
      height: 64px;
      -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
              box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      @media (max-width: 991px) {
        .sb_eGuide--image .img-wrap .download-btn:before {
          width: 55px;
          height: 55px; } }
    .sb_eGuide--image .img-wrap .download-btn .icon {
      position: relative;
      z-index: 2;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      font-size: 1.5rem; }
    .sb_eGuide--image .img-wrap .download-btn span {
      display: none;
      visibility: hidden;
      opacity: 0; }
    .sb_eGuide--image .img-wrap .download-btn:hover:before {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      background-color: #175cff; }
    .sb_eGuide--image .img-wrap .download-btn:hover .icon {
      color: #fff; }
    .sb_eGuide--image .img-wrap .download-btn:hover img {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }

/* ////========== BLOG POST STYLES =========//// */
.sb_blog-post--hero .blog-post_hero--info {
  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;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .sb_blog-post--hero .blog-post_hero--info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .sb_blog-post--hero .blog-post_hero--info .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sb_blog-post--hero .blog-post_hero--info .author img {
      max-width: 60px;
      height: auto;
      width: auto;
      max-height: 60px;
      border-radius: 50%;
      margin: 10px 10px 0 10px; }
    .sb_blog-post--hero .blog-post_hero--info .author__name {
      font-size: 18px;
      font-weight: 500; }
  .sb_blog-post--hero .blog-post_hero--info p {
    font-size: 0.9375rem; }
  .sb_blog-post--hero .blog-post_hero--info a {
    color: #57586e;
    text-decoration: underline; }
    .sb_blog-post--hero .blog-post_hero--info a:hover {
      color: #175cff; }
  .sb_blog-post--hero .blog-post_hero--info li {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    font-size: 0.9375rem; }
    .sb_blog-post--hero .blog-post_hero--info li:not(:last-child):after {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      background-color: #b2b2b2;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      right: -13px; }
      @media (max-width: 767px) {
        .sb_blog-post--hero .blog-post_hero--info li:not(:last-child):after {
          display: none; } }

.sb_blog-post--hero .blog-post_hero--image {
  background-color: #d8d8d8; }
  .sb_blog-post--hero .blog-post_hero--image .img-wrap img {
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
    @media (min-width: 576px) {
      .sb_blog-post--hero .blog-post_hero--image .img-wrap img {
        height: 400px; } }
    @media (min-width: 768px) {
      .sb_blog-post--hero .blog-post_hero--image .img-wrap img {
        height: 500px; } }
    @media (min-width: 1200px) {
      .sb_blog-post--hero .blog-post_hero--image .img-wrap img {
        height: 560px; } }

.sb_blog-post--hero h1 {
  max-width: 660px;
  margin: 0 auto 35px auto;
  font-weight: 500;
  font-size: 50px; }
  @media (max-width: 767px) {
    .sb_blog-post--hero h1 {
      font-size: 2.125rem; } }

.sb_blog-post--share-pdf {
  position: relative; }
  @media (min-width: 768px) {
    .sb_blog-post--share-pdf .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .sb_blog-post--share-pdf .sb_blog-post--share {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .sb_blog-post--share-pdf .sb_blog-post--share {
        margin-right: 15px;
        min-width: 80px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .sb_blog-post--share-pdf .sb_blog-post--share {
        min-width: 185px; } }
    .sb_blog-post--share-pdf .sb_blog-post--share h3 {
      color: #57586e;
      font-size: 1.0625rem;
      font-weight: bold;
      margin-bottom: 30px; }
  .sb_blog-post--share-pdf .sb_blog-post--pdf {
    border-radius: 4px;
    background-color: #f1f1f1;
    padding: 40px;
    width: 100%;
    min-height: 300px;
    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: 991px) {
      .sb_blog-post--share-pdf .sb_blog-post--pdf {
        padding: 60px 30px; } }
    @media (max-width: 575px) {
      .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner {
        text-align: center; } }
    @media (min-width: 576px) {
      .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .img-wrap {
      display: inline-block; }
      @media (max-width: 991px) {
        .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .img-wrap {
          margin-bottom: 30px; } }
      @media (min-width: 576px) {
        .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .img-wrap {
          margin-right: 40px; } }
      @media (min-width: 992px) {
        .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .img-wrap {
          margin-right: 60px; } }
      @media (min-width: 1200px) {
        .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .img-wrap {
          margin-right: 75px; } }
      .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .img-wrap img {
        -webkit-box-shadow: 0 10px 20px 0 rgba(10, 8, 59, 0.1);
                box-shadow: 0 10px 20px 0 rgba(10, 8, 59, 0.1); }
    @media (min-width: 992px) {
      .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap {
        margin-right: 50px; } }
    @media (min-width: 1200px) {
      .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap {
        margin-right: 100px; } }
    .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap .heading5 {
      margin-bottom: 10px; }
    .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap .heading3 {
      margin-bottom: 10px;
      max-width: 360px; }
      @media (max-width: 575px) {
        .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap .heading3 {
          margin-left: auto;
          margin-right: auto; } }
    .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap p {
      max-width: 460px; }
      @media (max-width: 575px) {
        .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap p {
          margin-left: auto;
          margin-right: auto; } }
      .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap p + p {
        margin-top: 20px; }

.share-btns {
  list-style: none;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .share-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .share-btns li {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px; }
    .share-btns li a {
      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;
      text-align: center;
      line-height: 1;
      width: 48px;
      height: 48px;
      color: #999;
      position: relative;
      font-size: 1rem; }
      .share-btns li a:before {
        content: "";
        width: 48px;
        height: 48px;
        -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
                box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .share-btns li a:hover {
        color: #175cff; }
        .share-btns li a:hover:before {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .share-btns li a:hover img {
          opacity: 1;
          -webkit-filter: none;
                  filter: none; }
      .share-btns li a img {
        opacity: 0.6;
        -webkit-filter: gray;
                filter: gray;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .share-btns li a .icon {
        position: relative;
        z-index: 2; }
      .share-btns li a span {
        display: none;
        visibility: hidden;
        opacity: 0; }

.sb_blog-post--body {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .sb_blog-post--body .container-fluid {
    max-width: 800px; }

.blog-post_body {
  font-size: 1.0625rem; }
  .blog-post_body a:not(.btn) {
    text-decoration: underline; }
  .blog-post_body .btn {
    margin-top: 30px;
    margin-bottom: 30px; }
  .blog-post_body p {
    line-height: 1.53; }
    .blog-post_body p + p {
      margin-top: 20px; }
    .blog-post_body p + h1,
    .blog-post_body p + h2,
    .blog-post_body p + h3,
    .blog-post_body p + h4,
    .blog-post_body p + h5,
    .blog-post_body p + h6 {
      margin-top: 50px; }
  .blog-post_body ol {
    margin-top: 20px;
    margin-bottom: 20px; }
    .blog-post_body ol li {
      margin-bottom: 5px; }
  .blog-post_body ul {
    margin-left: 0;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .blog-post_body ul li {
      margin-bottom: 5px; }
  .blog-post_body h1 {
    font-size: 3.125rem; }
    @media (max-width: 1200px) {
      .blog-post_body h1 {
        font-size: calc(1.1rem + 2.7vw) ; } }
    @media (max-width: 575px) {
      .blog-post_body h1 {
        font-size: 2.375rem; } }
  .blog-post_body h2 {
    font-size: 2.5rem; }
    @media (max-width: 1200px) {
      .blog-post_body h2 {
        font-size: calc(1.0375rem + 1.95vw) ; } }
    @media (max-width: 575px) {
      .blog-post_body h2 {
        font-size: 1.75rem; } }
  .blog-post_body h3 {
    font-size: 1.5rem; }
  .blog-post_body h4 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.5px; }
  .blog-post_body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 4px; }
    .blog-post_body img.alignright {
      float: right;
      margin-left: 30px;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .blog-post_body img.alignright {
          float: unset;
          margin-left: 0;
          margin-top: 25px;
          margin-bottom: 25px; } }
  .blog-post_body .blog-post_image {
    margin-top: 50px;
    margin-bottom: 50px; }
    .blog-post_body .blog-post_image > img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-top: 0;
      margin-bottom: 10px;
      border-radius: 4px; }
    .blog-post_body .blog-post_image .source {
      font-size: 0.9375rem;
      color: #999; }
  .blog-post_body blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    border-left: 5px solid #175cff;
    padding-left: 15px; }
    .blog-post_body blockquote q {
      display: block;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: -1.5px;
      color: #0a083b;
      margin-bottom: 10px; }
      @media (max-width: 1200px) {
        .blog-post_body blockquote q {
          font-size: calc(1.0375rem + 1.95vw) ; } }
    .blog-post_body blockquote cite {
      font-style: normal;
      font-size: 0.8125rem; }
      .blog-post_body blockquote cite strong {
        color: #0a083b; }
  .blog-post_body .dots-divider {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 4px; }
  .blog-post_body .sb_newsletter--card {
    margin-top: 85px;
    margin-bottom: 50px;
    padding: 0 20px 70px 20px;
    display: block; }
    .blog-post_body .sb_newsletter--card > div {
      width: 100%; }
    .blog-post_body .sb_newsletter--card .newsletter-text {
      text-align: center !important;
      margin-bottom: 40px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .blog-post_body .sb_newsletter--card .newsletter-text img {
        display: inline-block;
        margin-top: -30px;
        margin-bottom: 40px;
        margin-right: 0; }
      .blog-post_body .sb_newsletter--card .newsletter-text h2 {
        font-size: 2rem;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 575px) {
          .blog-post_body .sb_newsletter--card .newsletter-text h2 {
            font-size: 1.75rem; } }
    .blog-post_body .sb_newsletter--card .newsletter-form {
      margin-left: auto;
      margin-right: auto;
      text-align: left; }

.sb_blog-post--author {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
  border-top: 1px solid rgba(10, 8, 59, 0.08); }
  @media (max-width: 575px) {
    .sb_blog-post--author {
      text-align: center; } }
  .sb_blog-post--author .container-fluid {
    max-width: 800px; }
  .sb_blog-post--author h3 {
    color: #57586e;
    font-size: 1.0625rem;
    font-weight: bold;
    margin-bottom: 30px; }

@media (max-width: 575px) {
  .blog_author {
    text-align: center; } }

@media (min-width: 576px) {
  .blog_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.blog_author--image {
  margin-right: 20px;
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    .blog_author--image {
      margin-right: 0; } }
  .blog_author--image img {
    max-width: 120px;
    height: auto;
    max-height: 120px;
    width: auto;
    border-radius: 50%; }
    @media (max-width: 575px) {
      .blog_author--image img {
        max-width: 80px;
        max-height: 80px; } }

.blog_author--text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
  .blog_author--text h4 {
    margin-bottom: 10px;
    font-size: 1.5rem; }
    @media (max-width: 575px) {
      .blog_author--text h4 {
        font-size: 1.25rem; } }
  .blog_author--text p {
    max-width: 460px; }
    @media (max-width: 575px) {
      .blog_author--text p {
        font-size: 1rem;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    .blog_author--text p + p {
      margin-top: 10px; }
    .blog_author--text p a {
      text-decoration: underline; }

/* ////========== RESOURCES STYLES =========//// */
.sb_resources--hero .resources_hero--text .metadata {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  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; }
  .sb_resources--hero .resources_hero--text .metadata li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 0.9375rem; }
    .sb_resources--hero .resources_hero--text .metadata li:not(:last-child):after {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      background-color: #b2b2b2;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      right: -3px; }
    .sb_resources--hero .resources_hero--text .metadata li a {
      color: #57586e;
      text-decoration: underline; }
      .sb_resources--hero .resources_hero--text .metadata li a:hover {
        color: #175cff; }

.sb_resources--hero .resources_hero--text .btn {
  margin-top: 20px; }

.sb_resources--hero .resources_hero--image .img-wrap {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: -100px 70px 0px 20px #0a083b;
          box-shadow: -100px 70px 0px 20px #0a083b; }
  @media (max-width: 767px) {
    .sb_resources--hero .resources_hero--image .img-wrap {
      -webkit-box-shadow: -50px 50px 0px 10px #0a083b;
              box-shadow: -50px 50px 0px 10px #0a083b; } }
  .sb_resources--hero .resources_hero--image .img-wrap img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
    border: 110px solid #d8d8d8;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(10, 8, 59, 0.1);
            box-shadow: 0 10px 20px 0 rgba(10, 8, 59, 0.1); }
    @media (max-width: 991px) {
      .sb_resources--hero .resources_hero--image .img-wrap img {
        border: 70px solid #d8d8d8; } }
    @media (max-width: 575px) {
      .sb_resources--hero .resources_hero--image .img-wrap img {
        border: 50px solid #d8d8d8; } }
  .sb_resources--hero .resources_hero--image .img-wrap .dotted-box3 {
    position: absolute;
    left: -30px;
    bottom: -30px;
    z-index: 2; }

.sb_resources--nav {
  padding-top: 9.375rem;
  border-bottom: 1px solid #e5e5e5; }
  @media (min-width: 768px) {
    .sb_resources--nav .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 768px) {
    .sb_resources--nav .resources-categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sb_resources--nav .resources-categories h5 {
    font-size: 0.9375rem;
    color: #57586e;
    font-weight: normal;
    margin-right: 30px; }
    @media (min-width: 768px) {
      .sb_resources--nav .resources-categories h5 {
        position: relative;
        top: -8px; } }
  .sb_resources--nav .resources-categories ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .sb_resources--nav .resources-categories ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 767px) {
      .sb_resources--nav .resources-categories ul li {
        margin-bottom: 10px; } }
    .sb_resources--nav .resources-categories ul li:not(:last-child) {
      margin-right: 15px; }
    .sb_resources--nav .resources-categories ul li a {
      display: block;
      color: #57586e;
      padding-left: 5px;
      padding-right: 5px; }
      @media (min-width: 768px) {
        .sb_resources--nav .resources-categories ul li a {
          border-bottom: 3px solid transparent;
          padding-bottom: 30px; } }
      .sb_resources--nav .resources-categories ul li a:hover {
        color: #175cff; }
    .sb_resources--nav .resources-categories ul li.active a {
      border-color: #175cff;
      color: #0a083b;
      font-weight: bold; }
  .sb_resources--nav .resources-search {
    position: relative;
    height: 45px; }
    @media (max-width: 767px) {
      .sb_resources--nav .resources-search {
        margin-bottom: 15px; } }
    @media (min-width: 768px) {
      .sb_resources--nav .resources-search {
        margin-bottom: 10px;
        top: -10px; } }
    .sb_resources--nav .resources-search .icon-search {
      position: absolute;
      top: 13px;
      left: 15px;
      color: #999; }
    .sb_resources--nav .resources-search input {
      min-width: 250px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid transparent;
      border-radius: 100px;
      height: 45px;
      font-size: 0.8125rem;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      padding: 10px 20px 10px 40px; }
      @media (max-width: 767px) {
        .sb_resources--nav .resources-search input {
          width: 100%;
          display: block; } }
      @media (min-width: 768px) {
        .sb_resources--nav .resources-search input {
          min-width: 250px; } }
      @media (min-width: 992px) {
        .sb_resources--nav .resources-search input {
          min-width: 280px; } }
      .sb_resources--nav .resources-search input:focus {
        outline: none;
        border-color: #e5e5e5; }

.sb_resources--posts {
  padding-top: 3.125rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_resources--posts {
      padding-bottom: calc(3.125rem + 5.83333vw); } }

.resources_posts--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.resources_posts--item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px; }
  @media (max-width: 575px) {
    .resources_posts--item {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 576px) {
    .resources_posts--item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .resources_posts--item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .resources_posts--item > a {
    display: block;
    color: #57586e; }
  .resources_posts--item .img-wrap {
    height: 240px;
    border-radius: 4px;
    background-color: #d8d8d8;
    margin-bottom: 20px;
    overflow: hidden; }
    .resources_posts--item .img-wrap img {
      width: 100%;
      max-width: 100%;
      height: 240px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;';
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .resources_posts--item .heading4b {
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .resources_posts--item p + p {
    margin-top: 10px; }
  .resources_posts--item p.category {
    display: inline-block;
    border-radius: 22px;
    background-color: #e5e5e5;
    color: #0a083b;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1;
    padding: 9px 18px; }
  .resources_posts--item:hover .heading4b {
    color: #175cff; }

/* ////========== PARTNERS STYLES =========//// */
.sb_partners--hero {
  margin-bottom: 3.75rem; }
  .sb_partners--hero .partners_hero--image .img-wrap {
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 100px 60px 0px 20px #f1f1f1;
            box-shadow: 100px 60px 0px 20px #f1f1f1; }
    @media (max-width: 767px) {
      .sb_partners--hero .partners_hero--image .img-wrap {
        -webkit-box-shadow: 50px 50px 0px 10px #f1f1f1;
                box-shadow: 50px 50px 0px 10px #f1f1f1; } }
    .sb_partners--hero .partners_hero--image .img-wrap img {
      position: relative;
      z-index: 3;
      max-width: 100%;
      height: auto;
      border-radius: 4px; }
    .sb_partners--hero .partners_hero--image .img-wrap .dotted-box2 {
      position: absolute;
      left: -8px;
      bottom: 40px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .sb_partners--hero .partners_hero--image .img-wrap .quote-card {
      -webkit-box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
              box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
      background-color: #fff;
      width: 100%;
      max-width: 380px;
      position: absolute;
      left: -100px;
      bottom: -17px;
      z-index: 4;
      padding: 36px 15px; }
      @media (max-width: 660px) {
        .sb_partners--hero .partners_hero--image .img-wrap .quote-card {
          left: 0; } }
      @media (max-width: 575px) {
        .sb_partners--hero .partners_hero--image .img-wrap .quote-card {
          bottom: -76px; } }
      @media (max-width: 400px) {
        .sb_partners--hero .partners_hero--image .img-wrap .quote-card {
          right: -15px;
          width: auto; } }
      .sb_partners--hero .partners_hero--image .img-wrap .quote-card .icon {
        position: absolute;
        top: -5px;
        left: 0; }
      .sb_partners--hero .partners_hero--image .img-wrap .quote-card--inner {
        max-width: 260px;
        margin: 0 auto; }
        .sb_partners--hero .partners_hero--image .img-wrap .quote-card--inner q {
          display: block;
          color: #0a083b;
          font-size: 0.9375rem;
          margin-bottom: 20px;
          text-align: left; }
        .sb_partners--hero .partners_hero--image .img-wrap .quote-card--inner cite h4 {
          font-size: 0.8125rem;
          font-weight: normal;
          font-style: normal;
          color: #57586e;
          line-height: 1.38;
          margin-bottom: 0;
          text-align: left; }
          .sb_partners--hero .partners_hero--image .img-wrap .quote-card--inner cite h4 strong {
            display: block;
            font-weight: 500;
            color: #0a083b; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_partners--hero .sb_hero--inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_partners--hero .sb_hero--text {
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_partners--hero .sb_hero--image {
      max-width: 100%;
      margin-top: 40px;
      text-align: center; } }

.sb_partners--items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .sb_partners--items li {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .sb_partners--items li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 992px) {
      .sb_partners--items li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    .sb_partners--items li > a {
      display: block;
      color: #57586e; }
      @media (min-width: 576px) {
        .sb_partners--items li > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .sb_partners--items li > a:hover .img-wrap {
        -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.3);
                box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.3); }
      .sb_partners--items li > a:hover h3 {
        color: #175cff; }
    .sb_partners--items li .img-wrap {
      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;
      width: 70px;
      height: 70px;
      min-width: 70px;
      padding: 10px;
      border-radius: 5.3px;
      -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
              box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
      margin-bottom: 10px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      @media (min-width: 400px) {
        .sb_partners--items li .img-wrap {
          width: 80px;
          min-width: 80px;
          height: 80px; } }
      @media (min-width: 576px) {
        .sb_partners--items li .img-wrap {
          margin-right: 15px;
          margin-bottom: 10px; } }
      .sb_partners--items li .img-wrap img {
        max-width: 100%;
        height: auto; }
    .sb_partners--items li h3 {
      font-size: 0.9375rem;
      font-weight: bold;
      line-height: 1.53;
      margin-bottom: 5px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      @media (min-width: 400px) {
        .sb_partners--items li h3 {
          font-size: 1.0625rem; } }
    .sb_partners--items li p {
      font-size: 0.875rem;
      line-height: 1.47; }
      @media (min-width: 400px) {
        .sb_partners--items li p {
          font-size: 0.9375rem; } }

.sb_partners--featured {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--featured .container-fluid {
    position: static; }
    .sb_partners--featured .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }
  @media (max-width: 767px) {
    .sb_partners--featured .row {
      display: block; } }
  .sb_partners--featured .row > div {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .sb_partners--featured .row > div {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto; } }
    .sb_partners--featured .row > div > a {
      display: block;
      color: #57586e; }
      .sb_partners--featured .row > div > a h4 {
        margin-bottom: 10px;
        -webkit-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s; }
      .sb_partners--featured .row > div > a:hover .img-wrap {
        -webkit-box-shadow: 0 13px 14px 0 rgba(10, 8, 59, 0.1);
                box-shadow: 0 13px 14px 0 rgba(10, 8, 59, 0.1); }
      .sb_partners--featured .row > div > a:hover .heading4b {
        color: #175cff; }
  .sb_partners--featured .row .img-wrap {
    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;
    height: 240px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 40px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sb_partners--featured .row .img-wrap {
        height: 200px; } }
    .sb_partners--featured .row .img-wrap img {
      max-width: 100%;
      height: auto; }
  .sb_partners--featured .row .heading4b {
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }

.sb_partners--integrations {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--integrations .container-fluid {
    position: static; }
    .sb_partners--integrations .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }

.sb_partners--packaging {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--packaging .container-fluid {
    position: static; }
    .sb_partners--packaging .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }

.sb_partners--crowdfunding {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--crowdfunding .container-fluid {
    position: static; }
    .sb_partners--crowdfunding .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }

.sb_partners--inventory {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--inventory .container-fluid {
    position: static; }
    .sb_partners--inventory .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }

.sb_partners--shipping {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--shipping .container-fluid {
    position: static; }
    .sb_partners--shipping .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }

.sb_partners--consulting {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--consulting .container-fluid {
    position: static; }
    .sb_partners--consulting .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }

.sb_partners--customization {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--customization .container-fluid {
    position: static; }
    .sb_partners--customization .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }

.sb_partners--ecommerce {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .sb_partners--ecommerce .container-fluid {
    position: static; }
    .sb_partners--ecommerce .container-fluid:after {
      content: "";
      display: block;
      max-width: 1170px;
      height: 1px;
      background-color: #f1f1f1;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; }

.sb_partners--become {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_partners--become {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_partners--become .sb_header.--center {
    max-width: 500px; }
    @media (min-width: 768px) {
      .sb_partners--become .sb_header.--center {
        max-width: 600px; } }
    @media (min-width: 992px) {
      .sb_partners--become .sb_header.--center {
        max-width: 660px; } }
    @media (min-width: 1200px) {
      .sb_partners--become .sb_header.--center {
        max-width: 760px; } }
  .sb_partners--become .sb_header h6 {
    margin-bottom: 25px; }
  .sb_partners--become .buttons {
    margin-top: 50px;
    text-align: center; }
    .sb_partners--become .buttons .btn {
      margin-left: 5px;
      margin-right: 5px; }

/* ////========== PARTNER STYLES =========//// */
@media (min-width: 1200px) {
  .sb_partner--hero .partner_hero--text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

.sb_partner--hero .partner_hero--text .current-partner {
  margin-bottom: 10px;
  font-size: 0.9375rem; }
  .sb_partner--hero .partner_hero--text .current-partner a {
    display: inline-block;
    margin-right: 10px;
    color: #999; }
    .sb_partner--hero .partner_hero--text .current-partner a:hover {
      color: #175cff;
      -webkit-transform: translateX(-5px);
          -ms-transform: translateX(-5px);
              transform: translateX(-5px); }
  .sb_partner--hero .partner_hero--text .current-partner span {
    color: #0a083b; }

@media (min-width: 768px) and (max-width: 1199px) {
  .sb_partner--hero .partner_hero--text .heading2 {
    padding-right: 30px; } }

@media (min-width: 1200px) {
  .sb_partner--hero .partner_hero--image {
    margin-left: 8.33333%; } }

.sb_partner--hero .partner_hero--image .img-wrap {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 100px 60px 0px 20px #f1f1f1;
          box-shadow: 100px 60px 0px 20px #f1f1f1; }
  @media (max-width: 767px) {
    .sb_partner--hero .partner_hero--image .img-wrap {
      -webkit-box-shadow: 50px 50px 0px 10px #f1f1f1;
              box-shadow: 50px 50px 0px 10px #f1f1f1; } }
  .sb_partner--hero .partner_hero--image .img-wrap img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
    border-radius: 4px; }
  .sb_partner--hero .partner_hero--image .img-wrap .dotted-box2 {
    position: absolute;
    left: -8px;
    bottom: 40px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sb_partner--hero .partner_hero--image .img-wrap .partner-card {
    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;
    width: 200px;
    height: 140px;
    border-radius: 4px;
    -webkit-box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
            box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
    border-radius: 4px;
    position: absolute;
    z-index: 3;
    top: -20px;
    left: -15px; }
    .sb_partner--hero .partner_hero--image .img-wrap .partner-card img {
      max-width: 115px;
      height: auto; }
    @media (min-width: 768px) {
      .sb_partner--hero .partner_hero--image .img-wrap .partner-card {
        top: 0;
        left: -50px; } }
    @media (min-width: 1200px) {
      .sb_partner--hero .partner_hero--image .img-wrap .partner-card {
        left: -100px; } }
    @media (max-width: 450px) {
      .sb_partner--hero .partner_hero--image .img-wrap .partner-card {
        width: 150px;
        height: 100px; }
        .sb_partner--hero .partner_hero--image .img-wrap .partner-card img {
          max-width: 100px;
          height: auto; } }

.sb_partner--sec1 {
  padding-top: 7.5rem;
  padding-bottom: 5rem; }
  @media (max-width: 1200px) {
    .sb_partner--sec1 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 2.5vw); } }
  .sb_partner--sec1 .sb_header {
    margin-bottom: 6.25rem; }
    @media (max-width: 1200px) {
      .sb_partner--sec1 .sb_header {
        margin-bottom: calc(3.125rem + 4.16667vw); } }
  .sb_partner--sec1 .row > div {
    margin-bottom: 40px; }
    @media (max-width: 575px) {
      .sb_partner--sec1 .row > div {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    @media (min-width: 768px) {
      .sb_partner--sec1 .row > div {
        margin-bottom: 60px; } }
  .sb_partner--sec1 .row .img-wrap {
    height: 72px;
    margin-bottom: 20px; }

.sb_partner--sec2 .container-fluid {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #f1f1f1; }
  @media (max-width: 767px) {
    .sb_partner--sec2 .container-fluid {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  @media (min-width: 768px) {
    .sb_partner--sec2 .container-fluid {
      background-color: transparent; } }
  .sb_partner--sec2 .container-fluid .bg {
    position: absolute;
    margin: 0 auto;
    width: 100vw;
    top: 0;
    left: 18%;
    bottom: 0;
    background-color: #f1f1f1;
    opacity: 0; }
    @media (min-width: 768px) {
      .sb_partner--sec2 .container-fluid .bg {
        opacity: 1; } }

.sb_partner--sec2 .sb_criss-cross {
  position: relative;
  z-index: 2; }
  .sb_partner--sec2 .sb_criss-cross--text .heading2 {
    margin-bottom: 30px; }
  .sb_partner--sec2 .sb_criss-cross--text p {
    font-size: 0.9375rem; }
  .sb_partner--sec2 .sb_criss-cross--image .img-wrap .dotted-box {
    position: absolute;
    left: -45px;
    bottom: -32px; }
  .sb_partner--sec2 .sb_criss-cross--image .img-wrap > img {
    border-radius: 4px;
    position: relative;
    z-index: 2; }

.sb_partner--sec3 {
  padding-top: 7.5rem;
  padding-bottom: 5rem; }
  @media (max-width: 1200px) {
    .sb_partner--sec3 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 2.5vw); } }
  .sb_partner--sec3 .sb_header {
    margin-bottom: 75px; }

.sb_partner--sec4 {
  background-color: #fafafa;
  padding-top: 7.5rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .sb_partner--sec4 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .sb_partner--sec4 .sb_header {
    margin-bottom: 5rem; }
    @media (max-width: 1200px) {
      .sb_partner--sec4 .sb_header {
        margin-bottom: calc(3.125rem + 2.5vw); } }
  .sb_partner--sec4 .row > div {
    margin-bottom: 40px; }

.sb_partner--sec5 {
  padding-top: 7.5rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .sb_partner--sec5 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .sb_partner--sec5 .logos {
    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;
    margin-bottom: 40px; }
    .sb_partner--sec5 .logos .logo {
      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: 80px;
      height: 80px;
      border-radius: 5.3px;
      -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
              box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1); }
      .sb_partner--sec5 .logos .logo img {
        max-width: 35px;
        height: auto; }
      @media (max-width: 575px) {
        .sb_partner--sec5 .logos .logo {
          width: 60px;
          height: 60px; }
          .sb_partner--sec5 .logos .logo img {
            max-width: 25px; } }
    .sb_partner--sec5 .logos .plus {
      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;
      color: #fff;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #52c4ff;
      font-size: 0.75rem;
      margin-left: 20px;
      margin-right: 20px; }
      .sb_partner--sec5 .logos .plus .icon {
        width: 14px; }
  .sb_partner--sec5 .sb_partner--sec5-text {
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .sb_partner--sec5 .sb_partner--sec5-text {
        max-width: 760px; } }
  .sb_partner--sec5 .button {
    text-align: center; }

/* ////========== BECOME PARTNER STYLES =========//// */
.sb_become-partner--sec1 {
  padding-bottom: 5rem;
  position: relative; }
  @media (max-width: 1200px) {
    .sb_become-partner--sec1 {
      padding-bottom: calc(3.125rem + 2.5vw); } }
  .sb_become-partner--sec1 .become-partner--images {
    position: relative; }
    .sb_become-partner--sec1 .become-partner--images .dotted-box {
      position: absolute;
      top: -30px;
      right: 78.5%; }
    .sb_become-partner--sec1 .become-partner--images .img-top {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-left: -20px;
      margin-right: -20px;
      position: relative;
      z-index: 2; }
      @media (max-width: 991px) {
        .sb_become-partner--sec1 .become-partner--images .img-top {
          margin-bottom: 20px;
          margin-left: -10px;
          margin-right: -10px; } }
    .sb_become-partner--sec1 .become-partner--images .img-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-left: -20px;
      margin-right: -20px;
      position: relative;
      z-index: 2; }
      @media (max-width: 991px) {
        .sb_become-partner--sec1 .become-partner--images .img-bottom {
          margin-bottom: 20px;
          margin-left: -10px;
          margin-right: -10px; } }
      .sb_become-partner--sec1 .become-partner--images .img-bottom .img-wrap:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .sb_become-partner--sec1 .become-partner--images .img-bottom .img-wrap:last-child img:not(:last-child) {
          margin-right: 40px; }
          @media (max-width: 991px) {
            .sb_become-partner--sec1 .become-partner--images .img-bottom .img-wrap:last-child img:not(:last-child) {
              margin-right: 20px; } }
    .sb_become-partner--sec1 .become-partner--images .img-wrap {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 991px) {
        .sb_become-partner--sec1 .become-partner--images .img-wrap {
          padding-left: 10px;
          padding-right: 10px; } }
      .sb_become-partner--sec1 .become-partner--images .img-wrap img {
        max-width: 100%;
        height: auto;
        border-radius: 4px; }

.sb_become-partner--sec2 {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .sb_become-partner--sec2 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .sb_become-partner--sec2 .sb_header {
    margin-bottom: 5rem; }
    @media (max-width: 1200px) {
      .sb_become-partner--sec2 .sb_header {
        margin-bottom: calc(3.125rem + 2.5vw); } }
  .sb_become-partner--sec2 .row > div {
    margin-bottom: 40px; }
    .sb_become-partner--sec2 .row > div p {
      max-width: 460px; }
      .sb_become-partner--sec2 .row > div p a {
        text-decoration: underline; }

.sb_become-partner--sec3 .container-fluid {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #f1f1f1; }
  @media (max-width: 767px) {
    .sb_become-partner--sec3 .container-fluid {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  @media (min-width: 768px) {
    .sb_become-partner--sec3 .container-fluid {
      background-color: transparent; } }
  .sb_become-partner--sec3 .container-fluid .bg {
    position: absolute;
    margin: 0 auto;
    width: 100vw;
    top: 0;
    left: 18%;
    bottom: 0;
    background-color: #f1f1f1;
    opacity: 0; }
    @media (min-width: 768px) {
      .sb_become-partner--sec3 .container-fluid .bg {
        opacity: 1; } }

.sb_become-partner--sec3 .sb_criss-cross {
  position: relative;
  z-index: 2; }
  .sb_become-partner--sec3 .sb_criss-cross--text blockquote q {
    display: block;
    color: #0a083b;
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.5px;
    margin-bottom: 7.5rem; }
    @media (max-width: 1200px) {
      .sb_become-partner--sec3 .sb_criss-cross--text blockquote q {
        font-size: calc(1.1rem + 2.7vw) ; } }
    @media (max-width: 1200px) {
      .sb_become-partner--sec3 .sb_criss-cross--text blockquote q {
        margin-bottom: calc(3.125rem + 5.83333vw); } }
    @media (max-width: 575px) {
      .sb_become-partner--sec3 .sb_criss-cross--text blockquote q {
        font-size: 1.75rem;
        margin-bottom: 40px; } }
  .sb_become-partner--sec3 .sb_criss-cross--text blockquote cite {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal; }
    .sb_become-partner--sec3 .sb_criss-cross--text blockquote cite h4 {
      font-size: 0.9375rem;
      font-weight: normal;
      color: #57586e;
      margin-right: 20px; }
      .sb_become-partner--sec3 .sb_criss-cross--text blockquote cite h4 strong {
        color: #0a083b; }
    .sb_become-partner--sec3 .sb_criss-cross--text blockquote cite p {
      margin-bottom: 20px; }
  .sb_become-partner--sec3 .sb_criss-cross--image .img-wrap .dotted-box {
    position: absolute;
    left: -45px;
    bottom: -32px; }
  .sb_become-partner--sec3 .sb_criss-cross--image .img-wrap > img {
    border-radius: 4px;
    position: relative;
    z-index: 2; }

.sb_become-partner--sec4 {
  padding-top: 9.375rem;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid rgba(10, 8, 59, 0.08); }
  @media (max-width: 1200px) {
    .sb_become-partner--sec4 {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_become-partner--sec4 .sb_header {
    margin-bottom: 60px; }
  .sb_become-partner--sec4 .partners {
    list-style: none;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 60px;
    padding: 0;
    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; }
    .sb_become-partner--sec4 .partners li {
      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;
      width: 180px;
      height: 120px;
      border-radius: 4px;
      background-color: #f1f1f1;
      margin-left: 7.5px;
      margin-right: 7.5px;
      margin-bottom: 15px; }
      @media (max-width: 410px) {
        .sb_become-partner--sec4 .partners li {
          width: calc(50% - 15px);
          height: 100px; } }
  .sb_become-partner--sec4 .button {
    text-align: center; }

.sb_become-partner--sec5 {
  padding-top: 7.5rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .sb_become-partner--sec5 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .sb_become-partner--sec5 .sb_header {
    margin-bottom: 7.5rem; }
    @media (max-width: 1200px) {
      .sb_become-partner--sec5 .sb_header {
        margin-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_become-partner--sec5 .sb_criss-cross--text h3 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 500; }

.sb_become-partner--sec6 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-color: #fafafa; }
  @media (max-width: 1200px) {
    .sb_become-partner--sec6 {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .sb_become-partner--sec6 .sb_criss-cross--text h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 500; }
  .sb_become-partner--sec6 .sb_criss-cross--text p {
    font-size: 0.9375rem; }
  .sb_become-partner--sec6 .sb_criss-cross--image .img-wrap .dotted-box {
    position: absolute;
    left: -48px;
    bottom: -32px; }
  .sb_become-partner--sec6 .sb_criss-cross--image .img-wrap img {
    position: relative;
    z-index: 2; }

/* ////========== CAREERS STYLES =========//// */
.sb_careers--hero h1 {
  font-size: 3.125rem;
  font-weight: 500; }

.sb_careers--sec1 {
  padding-bottom: 5rem;
  position: relative; }
  @media (max-width: 1200px) {
    .sb_careers--sec1 {
      padding-bottom: calc(3.125rem + 2.5vw); } }
  .sb_careers--sec1 .careers--images {
    position: relative; }
    .sb_careers--sec1 .careers--images .dotted-box {
      position: absolute;
      top: -30px;
      right: 78.5%; }
    .sb_careers--sec1 .careers--images .img-top {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-left: -20px;
      margin-right: -20px;
      position: relative;
      z-index: 2; }
      @media (max-width: 991px) {
        .sb_careers--sec1 .careers--images .img-top {
          margin-bottom: 20px;
          margin-left: -10px;
          margin-right: -10px; } }
    .sb_careers--sec1 .careers--images .img-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-left: -20px;
      margin-right: -20px;
      position: relative;
      z-index: 2; }
      @media (max-width: 991px) {
        .sb_careers--sec1 .careers--images .img-bottom {
          margin-bottom: 20px;
          margin-left: -10px;
          margin-right: -10px; } }
      .sb_careers--sec1 .careers--images .img-bottom .img-wrap:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .sb_careers--sec1 .careers--images .img-bottom .img-wrap:last-child img:not(:last-child) {
          margin-right: 40px; }
          @media (max-width: 991px) {
            .sb_careers--sec1 .careers--images .img-bottom .img-wrap:last-child img:not(:last-child) {
              margin-right: 20px; } }
    .sb_careers--sec1 .careers--images .img-wrap {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 991px) {
        .sb_careers--sec1 .careers--images .img-wrap {
          padding-left: 10px;
          padding-right: 10px; } }
      .sb_careers--sec1 .careers--images .img-wrap img {
        max-width: 100%;
        height: auto;
        border-radius: 4px; }

.sb_careers--sec2 {
  padding-top: 2.5rem;
  padding-bottom: 12.5rem; }
  @media (max-width: 1200px) {
    .sb_careers--sec2 {
      padding-bottom: calc(6.25rem + 8.33333vw); } }
  .sb_careers--sec2 p {
    max-width: 460px; }

.sb_careers--sec3 {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
  background-color: #fafafa; }
  @media (max-width: 1200px) {
    .sb_careers--sec3 {
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_careers--sec3 .careers_sec3--top {
    margin-bottom: 6.25rem; }
    .sb_careers--sec3 .careers_sec3--top .sb_criss-cross--images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: -10px;
      margin-right: -10px; }
      @media (max-width: 767px) {
        .sb_careers--sec3 .careers_sec3--top .sb_criss-cross--images {
          max-width: 590px;
          margin-left: auto;
          margin-right: auto;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (min-width: 768px) {
        .sb_careers--sec3 .careers_sec3--top .sb_criss-cross--images {
          min-width: 590px; } }
      .sb_careers--sec3 .careers_sec3--top .sb_criss-cross--images > div {
        padding-left: 10px;
        padding-right: 10px; }
        .sb_careers--sec3 .careers_sec3--top .sb_criss-cross--images > div.img-wrap-left {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 55%;
                  flex: 1 0 55%;
          width: 55%;
          min-width: 55%; }
          @media (min-width: 768px) {
            .sb_careers--sec3 .careers_sec3--top .sb_criss-cross--images > div.img-wrap-left {
              position: relative;
              top: -140px; } }
        .sb_careers--sec3 .careers_sec3--top .sb_criss-cross--images > div.img-wrap-right {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 45%;
                  flex: 1 0 45%;
          width: 45%;
          min-width: 45%; }
      .sb_careers--sec3 .careers_sec3--top .sb_criss-cross--images img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
        margin-bottom: 20px; }
  .sb_careers--sec3 .careers_sec3--bottom .sb_header {
    margin-bottom: 7.5rem; }
    @media (max-width: 1200px) {
      .sb_careers--sec3 .careers_sec3--bottom .sb_header {
        margin-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_careers--sec3 .careers_sec3--bottom .row > div {
    margin-bottom: 40px;
    position: relative; }
    @media (max-width: 575px) {
      .sb_careers--sec3 .careers_sec3--bottom .row > div {
        text-align: center; } }
    .sb_careers--sec3 .careers_sec3--bottom .row > div .img-wrap {
      height: 62px;
      margin-bottom: 40px; }
    .sb_careers--sec3 .careers_sec3--bottom .row > div .heading4b {
      margin-bottom: 10px; }
    .sb_careers--sec3 .careers_sec3--bottom .row > div h4 {
      margin-bottom: 10px; }
    .sb_careers--sec3 .careers_sec3--bottom .row > div p {
      font-size: 0.9375rem;
      max-width: 220px; }
      @media (max-width: 575px) {
        .sb_careers--sec3 .careers_sec3--bottom .row > div p {
          margin-left: auto;
          margin-right: auto; } }

.sb_careers--sec4 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid rgba(10, 8, 59, 0.08); }
  @media (max-width: 1200px) {
    .sb_careers--sec4 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_careers--sec4 .sb_header {
    margin-bottom: 3.75rem; }
  @media (max-width: 767px) {
    .sb_careers--sec4 .row {
      display: block; } }
  .sb_careers--sec4 .row > div {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .sb_careers--sec4 .row > div {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto; } }
    .sb_careers--sec4 .row > div:nth-child(3):before {
      content: "";
      display: block;
      width: 73px;
      height: 158px;
      background: url("../svg/dotted-box2.svg") no-repeat center;
      background-size: 73px 158px;
      position: absolute;
      top: -32px;
      right: -19px; }
    .sb_careers--sec4 .row > div .img-wrap {
      margin-bottom: 20px;
      position: relative;
      z-index: 2; }
      .sb_careers--sec4 .row > div .img-wrap img {
        border-radius: 4px;
        width: 100%;
        max-width: 100%;
        height: 280px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        font-family: 'object-fit: cover; object-position: center;'; }
    .sb_careers--sec4 .row > div blockquote cite {
      display: block;
      font-style: normal;
      margin-bottom: 10px;
      font-size: 0.9375rem; }
    .sb_careers--sec4 .row > div blockquote q {
      display: block;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: -0.5px;
      color: #0a083b; }
  .sb_careers--sec4 .button {
    text-align: center; }

.sb_careers--sec5 {
  padding-top: 7.5rem;
  padding-bottom: 5rem; }
  @media (max-width: 1200px) {
    .sb_careers--sec5 {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 2.5vw); } }
  .sb_careers--sec5 .sb_header {
    margin-bottom: 80px; }
  .sb_careers--sec5 .row > div {
    text-align: center;
    margin-bottom: 60px; }
    .sb_careers--sec5 .row > div .img-wrap {
      height: 34px;
      margin-bottom: 30px; }
    .sb_careers--sec5 .row > div .heading4b {
      margin-bottom: 10px; }
    .sb_careers--sec5 .row > div p {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }

.sb_careers--sec6 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  background-color: #f1f1f1; }
  @media (max-width: 1200px) {
    .sb_careers--sec6 {
      padding-top: calc(4.375rem + 5.83333vw);
      padding-bottom: calc(4.375rem + 5.83333vw); } }
  .sb_careers--sec6 .sb_header {
    margin-bottom: 60px; }
  .sb_careers--sec6 .current-jobs {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    list-style: none;
    padding: 0; }
    .sb_careers--sec6 .current-jobs li > a {
      display: block;
      border-radius: 4px;
      background-color: #fff;
      color: #57586e;
      background-color: #fff;
      margin-bottom: 15px;
      padding: 35px 80px 35px 40px;
      position: relative; }
      @media (max-width: 575px) {
        .sb_careers--sec6 .current-jobs li > a {
          padding: 30px 60px 30px 30px; } }
      .sb_careers--sec6 .current-jobs li > a:hover {
        -webkit-box-shadow: 0 30px 50px 0 rgba(19, 23, 32, 0.1);
                box-shadow: 0 30px 50px 0 rgba(19, 23, 32, 0.1); }
        .sb_careers--sec6 .current-jobs li > a:hover .heading4b {
          text-decoration: underline; }
        .sb_careers--sec6 .current-jobs li > a:hover .icon {
          color: #0a083b;
          right: 30px; }
          @media (max-width: 575px) {
            .sb_careers--sec6 .current-jobs li > a:hover .icon {
              right: 20px; } }
      .sb_careers--sec6 .current-jobs li > a .icon {
        color: #999;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        position: absolute;
        top: 50%;
        right: 40px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (max-width: 575px) {
          .sb_careers--sec6 .current-jobs li > a .icon {
            right: 30px; } }
      .sb_careers--sec6 .current-jobs li > a .heading4b {
        margin-bottom: 2px; }
      .sb_careers--sec6 .current-jobs li > a p {
        font-size: 0.9375rem; }
  .sb_careers--sec6 .button {
    text-align: center; }

/* ////========== PRESS STYLES =========//// */
.sb_press--hero .press_hero--image .img-wrap {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 100px 60px 0px 20px #f1f1f1;
          box-shadow: 100px 60px 0px 20px #f1f1f1; }
  @media (max-width: 767px) {
    .sb_press--hero .press_hero--image .img-wrap {
      -webkit-box-shadow: 50px 50px 0px 10px #f1f1f1;
              box-shadow: 50px 50px 0px 10px #f1f1f1; } }
  .sb_press--hero .press_hero--image .img-wrap img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
    border-radius: 4px; }
  .sb_press--hero .press_hero--image .img-wrap .dotted-box2 {
    position: absolute;
    left: -8px;
    bottom: 40px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sb_press--hero .press_hero--image .img-wrap .quote-card {
    -webkit-box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
            box-shadow: 60px 40px 60px 0 rgba(19, 23, 32, 0.1);
    background-color: #fff;
    width: 100%;
    max-width: 380px;
    position: absolute;
    left: -100px;
    bottom: -17px;
    z-index: 4;
    padding: 36px 15px; }
    @media (max-width: 660px) {
      .sb_press--hero .press_hero--image .img-wrap .quote-card {
        left: 0; } }
    @media (max-width: 575px) {
      .sb_press--hero .press_hero--image .img-wrap .quote-card {
        bottom: -76px; } }
    @media (max-width: 400px) {
      .sb_press--hero .press_hero--image .img-wrap .quote-card {
        right: -15px;
        width: auto; } }
    .sb_press--hero .press_hero--image .img-wrap .quote-card .icon {
      position: absolute;
      top: -5px;
      left: 0; }
    .sb_press--hero .press_hero--image .img-wrap .quote-card--inner {
      max-width: 260px;
      margin: 0 auto; }
      .sb_press--hero .press_hero--image .img-wrap .quote-card--inner q {
        display: block;
        color: #0a083b;
        font-size: 0.9375rem;
        margin-bottom: 20px;
        text-align: left; }
      .sb_press--hero .press_hero--image .img-wrap .quote-card--inner cite h4 {
        font-size: 0.8125rem;
        font-weight: normal;
        font-style: normal;
        color: #57586e;
        line-height: 1.38;
        margin-bottom: 0;
        text-align: left; }
        .sb_press--hero .press_hero--image .img-wrap .quote-card--inner cite h4 strong {
          display: block;
          font-weight: 500;
          color: #0a083b; }

.sb_press--sec1 {
  padding-top: 9.375rem;
  padding-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .sb_press--sec1 {
      padding-top: calc(3.125rem + 8.33333vw); } }

.sb_press--sec2 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .sb_press--sec2 {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .sb_press--sec2 .container-fluid {
    max-width: 790px; }
  .sb_press--sec2 .sb_header {
    margin-bottom: 50px; }
  .sb_press--sec2 .sb_press--link {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5; }
    .sb_press--sec2 .sb_press--link > img {
      display: block;
      margin-bottom: 30px; }
    .sb_press--sec2 .sb_press--link .date {
      font-size: 0.9375rem;
      font-weight: 500;
      margin-bottom: 10px; }
    .sb_press--sec2 .sb_press--link .heading4b {
      margin-bottom: 10px; }
    .sb_press--sec2 .sb_press--link p a {
      font-size: 0.9375rem;
      color: #0a083b;
      text-decoration: underline; }
      .sb_press--sec2 .sb_press--link p a:hover {
        color: #175cff; }
  .sb_press--sec2 h4 {
    margin-bottom: 10px;
    font-weight: bold; }

.sb_press--sec3 .sb_header {
  margin-bottom: 20px; }

.sb_press--sec3 .media {
  list-style: none;
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding: 0;
  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; }
  .sb_press--sec3 .media li {
    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;
    width: 180px;
    height: 120px;
    border-radius: 4px;
    background-color: #f1f1f1;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px; }
    @media (max-width: 410px) {
      .sb_press--sec3 .media li {
        width: calc(50% - 15px);
        height: 100px; } }

.sb_press--sec4 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem; }
  @media (max-width: 1200px) {
    .sb_press--sec4 {
      padding-top: calc(6.25rem + 8.33333vw);
      padding-bottom: calc(6.25rem + 8.33333vw); } }

/* ////========== EVENTS STYLES =========//// */
@media (min-width: 768px) {
  .sb_events--hero .events_hero--text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1200px) {
  .sb_events--hero .events_hero--text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

.sb_events--hero .events_hero--text p {
  max-width: 360px; }

.sb_events--hero .events_hero--text .next-event {
  max-width: none;
  position: relative;
  padding-left: 32px;
  line-height: 1.2; }
  .sb_events--hero .events_hero--text .next-event .icon {
    color: #ff8030;
    font-size: 1.25rem;
    margin-right: 5px;
    position: relative;
    top: 3px;
    position: absolute;
    top: -2px;
    left: 0; }

@media (min-width: 768px) {
  .sb_events--hero .events_hero--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1200px) {
  .sb_events--hero .events_hero--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    margin-left: 0; } }

.sb_events--hero .events_hero--image .img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 767px) {
    .sb_events--hero .events_hero--image .img-wrap {
      max-width: 590px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .sb_events--hero .events_hero--image .img-wrap {
      min-width: 590px;
      margin-top: 40px; } }
  .sb_events--hero .events_hero--image .img-wrap .dotted-box2 {
    position: absolute;
    top: 20%;
    right: -8px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sb_events--hero .events_hero--image .img-wrap > div {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 2; }
    .sb_events--hero .events_hero--image .img-wrap > div.img-wrap-left {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 55%;
              flex: 1 0 55%;
      width: 55%;
      min-width: 55%; }
      @media (min-width: 768px) {
        .sb_events--hero .events_hero--image .img-wrap > div.img-wrap-left {
          position: relative;
          top: -40px; } }
    .sb_events--hero .events_hero--image .img-wrap > div.img-wrap-right {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 45%;
              flex: 1 0 45%;
      width: 45%;
      min-width: 45%; }
  .sb_events--hero .events_hero--image .img-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 4px; }
    .sb_events--hero .events_hero--image .img-wrap img + img {
      margin-top: 20px; }

.sb_events--lists {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .sb_events--lists {
      padding-top: calc(3.125rem + 5.83333vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_events--lists .sb_header {
    margin-bottom: 7.5rem; }
    @media (max-width: 1200px) {
      .sb_events--lists .sb_header {
        margin-bottom: calc(3.125rem + 5.83333vw); } }
  .sb_events--lists .events_lists--item {
    margin: 0;
    padding-top: 5rem;
    padding-bottom: 5rem; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .sb_events--lists .events_lists--item {
        padding-top: calc(3.125rem + 2.5vw);
        padding-bottom: calc(3.125rem + 2.5vw); } }
    @media (max-width: 767px) {
      .sb_events--lists .events_lists--item {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
    @media (min-width: 768px) {
      .sb_events--lists .events_lists--item .sb_criss-cross--text {
        max-width: 500px; } }
    .sb_events--lists .events_lists--item .sb_criss-cross--text h3 {
      max-width: 460px;
      margin-bottom: 30px;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: -1.5px; }
    @media (min-width: 768px) {
      .sb_events--lists .events_lists--item:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media (min-width: 768px) {
      .sb_events--lists .events_lists--item:nth-child(odd) .sb_criss-cross--text {
        padding-right: 0;
        padding-left: 1.875rem; } }
    @media (min-width: 992px) {
      .sb_events--lists .events_lists--item:nth-child(odd) .sb_criss-cross--text {
        padding-right: 0;
        padding-left: 2.5rem; } }
    @media (min-width: 768px) {
      .sb_events--lists .events_lists--item:nth-child(odd) .sb_criss-cross--image {
        text-align: left; } }

.ebook {
  padding-top: 40px;
  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; }
  .ebook .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ebook .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .ebook__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 10px; }
    .ebook__item small {
      font-size: 0.6875rem;
      text-transform: uppercase;
      color: #999;
      font-weight: bold; }
    .ebook__item h3 {
      padding-top: 60px; }
    .ebook__item p {
      max-width: 460px; }
    .ebook__item ul {
      padding-top: 20px; }
    .ebook__item:last-child {
      padding-right: 0;
      padding-left: 10px; }
  .ebook .form-wrapper {
    background: #FFFFFF;
    -webkit-box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
            box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
    border-radius: 4px; }
  .ebook .form-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 460px;
    background-color: #F1F1F1; }
    .ebook .form-head .download-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      line-height: 1;
      width: 64px;
      height: 64px;
      color: #175cff;
      position: absolute;
      background-color: #fff;
      border-radius: 50%;
      z-index: 3;
      top: 110px;
      left: 85px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ebook .form-head .download-btn {
          left: 50%;
          -webkit-transform: translate(-185px, 0);
              -ms-transform: translate(-185px, 0);
                  transform: translate(-185px, 0); } }
      .ebook .form-head .download-btn:hover {
        color: #fff;
        position: absolute;
        background-color: #175cff; }
  .ebook .form-body {
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px; }
    .ebook .form-body h3 {
      padding-top: 0; }
    .ebook .form-body .md-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ebook .form-body .md-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .ebook .form-body .md-input {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      padding-bottom: 20px; }
      .ebook .form-body .md-input label {
        display: block;
        font-size: 15px;
        color: #57586E; }
      .ebook .form-body .md-input input, .ebook .form-body .md-input select {
        height: 60px;
        width: 100%;
        padding-left: 15px;
        font-size: 17px;
        border: 1px solid #E5E5E5;
        background-color: transparent;
        outline: none; }
        .ebook .form-body .md-input input:focus, .ebook .form-body .md-input select:focus {
          border-color: #175cff; }
      .ebook .form-body .md-input.small {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        padding-right: 10px; }
        .ebook .form-body .md-input.small:last-child {
          padding-right: 0;
          padding-left: 10px; }

.hero {
  padding-top: 100px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .hero {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .hero {
      padding-top: 50px; } }
  .hero__text {
    max-width: 560px;
    margin: 0 auto;
    text-align: center; }
    .hero__text h1 {
      font-size: 3.125rem;
      letter-spacing: -1.5px; }
    .hero__text p {
      max-width: 470px;
      margin: 0 auto 30px auto; }
  .hero img {
    max-width: 100%;
    width: auto;
    margin-top: 120px; }
    @media (max-width: 991px) {
      .hero img {
        margin-top: 50px; } }

.article-wrapper {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 15px; }
  .article-wrapper a {
    text-decoration: underline; }
  .article-wrapper h2 {
    font-size: 2.5rem;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .article-wrapper h2 {
        font-size: 2.25rem; } }
  .article-wrapper h3 {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 1.5rem; }
  .article-wrapper h4 {
    margin-top: 30px;
    margin-bottom: 10px; }
  .article-wrapper ul {
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 10px;
    margin: 0; }
    .article-wrapper ul li {
      margin-bottom: 10px;
      font-size: 1.0625rem;
      line-height: 26px; }
  .article-wrapper .video {
    padding-top: 50px; }
    .article-wrapper .video .wistia_embed {
      width: 100%;
      height: 480px; }
      @media (max-width: 767px) {
        .article-wrapper .video .wistia_embed {
          height: 380px; } }
  .article-wrapper table {
    width: 100%;
    margin-top: 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
            box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
    background: #fff; }
    .article-wrapper table thead tr {
      height: 40px; }
      @media (max-width: 767px) {
        .article-wrapper table thead tr th {
          padding-left: 10px; } }
      .article-wrapper table thead tr th small {
        font-size: 13px;
        font-weight: 700;
        line-height: 18px;
        color: #57586e; }
        @media (max-width: 767px) {
          .article-wrapper table thead tr th small {
            display: block;
            height: 14px;
            overflow: hidden;
            line-height: 1; } }
      .article-wrapper table thead tr th:first-child {
        padding-left: 25px; }
        @media (max-width: 767px) {
          .article-wrapper table thead tr th:first-child {
            padding-left: 10px; } }
    .article-wrapper table tbody tr {
      height: 60px; }
      .article-wrapper table tbody tr:nth-child(odd) {
        background-color: #FAFAFA; }
      .article-wrapper table tbody tr td {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        color: #57586e; }
        @media (max-width: 767px) {
          .article-wrapper table tbody tr td {
            padding-left: 10px; } }
        .article-wrapper table tbody tr td:first-child {
          padding-left: 25px;
          font-size: 16px;
          font-weight: 700;
          line-height: 1; }
          @media (max-width: 767px) {
            .article-wrapper table tbody tr td:first-child {
              padding-left: 10px;
              font-size: 12px; } }
  .article-wrapper blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    border-left: 5px solid #175cff;
    padding-left: 15px; }
    .article-wrapper blockquote q {
      display: block;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: -1.5px;
      color: #0a083b;
      margin-bottom: 10px; }
      @media (max-width: 1200px) {
        .article-wrapper blockquote q {
          font-size: calc(1.0375rem + 1.95vw) ; } }
    .article-wrapper blockquote cite {
      font-style: normal;
      font-size: 0.8125rem; }
      .article-wrapper blockquote cite strong {
        color: #0a083b; }

.article-button {
  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;
  max-width: 790px;
  padding: 0 15px;
  width: 100%;
  margin: 50px auto; }

.article-image {
  max-width: 1190px;
  margin: 0 auto 50px auto;
  padding: 0 15px; }
  .article-image img {
    max-width: 100%;
    width: auto; }

.article-start {
  max-width: 790px;
  padding: 0 15px;
  margin: 50px auto 200px auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .article-start {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .article-start {
      padding-bottom: 50px; } }
  .article-start h2 {
    font-size: 2.5rem; }
  .article-start .float-left {
    max-width: 100%;
    width: auto;
    margin-right: 45px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .article-start .float-left {
        float: none !important;
        display: block;
        margin: 0 auto 40px auto; } }

.quote {
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .quote {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .quote {
      padding-top: 100px;
      padding-bottom: 0; } }
  .quote .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1200px) {
      .quote .container {
        max-width: 1190px; } }
    @media (max-width: 991px) {
      .quote .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .quote__wrapper {
    max-width: 560px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .quote__wrapper {
        max-width: 460px; } }
    @media (max-width: 991px) {
      .quote__wrapper {
        max-width: unset; } }
    .quote__wrapper h1 {
      font-size: 3.125rem;
      line-height: 56px;
      letter-spacing: -1.5px; }
    .quote__wrapper p {
      padding-bottom: 40px; }
  .quote__social {
    max-width: 360px;
    width: 100%; }
    @media (max-width: 991px) {
      .quote__social {
        max-width: unset; } }
    @media (max-width: 767px) {
      .quote__social {
        padding-bottom: 50px; } }
    .quote__social h4 {
      font-size: 17px;
      line-height: 26px;
      font-weight: 700; }
    .quote__social .client-tabs .nav-tabs {
      padding-bottom: 20px;
      border: none; }
      .quote__social .client-tabs .nav-tabs li a {
        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;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid transparent; }
        .quote__social .client-tabs .nav-tabs li a.active {
          border-color: #175cff; }
    .quote__social .client-tabs .tab-content {
      max-width: 360px; }
      @media (max-width: 991px) {
        .quote__social .client-tabs .tab-content {
          max-width: unset; } }
      .quote__social .client-tabs .tab-content p {
        font-size: 0.9375rem;
        line-height: 22px;
        color: #0a083b; }
        .quote__social .client-tabs .tab-content p.quote-detail {
          font-size: 0.8125rem;
          line-height: 18px;
          font-weight: 500;
          margin-top: 15px; }
          .quote__social .client-tabs .tab-content p.quote-detail span {
            color: #57586e;
            font-weight: 400; }
    .quote__social .logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 360px;
      width: 100%; }
    .quote__social .divider {
      max-width: 260px;
      width: 100%;
      height: 1px;
      margin: 30px 0;
      background-color: rgba(10, 8, 59, 0.08); }
  .quote__bg {
    position: absolute;
    top: -50px;
    right: 0;
    bottom: 0;
    width: calc(100% - 840px);
    background-color: #F1F1F1;
    z-index: -9; }
    @media (min-width: 1700px) {
      .quote__bg {
        width: calc(100% - 1000px); } }
    @media (min-width: 1200px) and (max-width: 1300px) {
      .quote__bg {
        width: calc(100% - 700px); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .quote__bg {
        width: calc(100% - 595px); } }
    @media (max-width: 991px) {
      .quote__bg {
        display: none; } }

.article-start .quote {
  padding-top: 50px;
  padding-bottom: 0px; }
  .article-start .quote .btn {
    width: auto; }

.contact {
  padding-top: 40px; }
  .contact__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 100px; }
    @media (max-width: 991px) {
      .contact__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .contact__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    @media (max-width: 991px) {
      .contact__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
    .contact__item--text h1 {
      font-size: 60px;
      line-height: 68px;
      padding-top: 80px;
      margin-bottom: 0;
      font-weight: 700; }
    .contact__item--text p {
      max-width: 460px;
      margin: 0;
      padding-top: 25px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .contact__item--text p {
          max-width: 400px; } }
      @media (max-width: 991px) {
        .contact__item--text p {
          max-width: none; } }
      .contact__item--text p a {
        text-decoration: underline; }
    .contact__item--assets h3 {
      padding-bottom: 10px;
      margin: 0; }
    .contact__item--assets p {
      padding-bottom: 30px; }
    .contact__item--assets .contact-form {
      background: #fff;
      -webkit-box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
              box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
      border-radius: 4px; }
      @media (max-width: 767px) {
        .contact__item--assets .contact-form {
          -webkit-box-shadow: 0 40px 60px 5px rgba(19, 23, 32, 0.1);
                  box-shadow: 0 40px 60px 5px rgba(19, 23, 32, 0.1); } }
  @media (max-width: 991px) {
    .contact__support {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 50px; } }
  .contact__support p {
    padding-top: 40px; }
    @media (max-width: 991px) {
      .contact__support p {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; } }
  .contact__support img {
    margin-top: 100px; }
    @media (max-width: 991px) {
      .contact__support img {
        margin-top: 50px; } }

.thanks {
  padding-top: 60px;
  padding-bottom: 120px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .thanks {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .thanks {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .thanks__wrapper {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 660px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center; }
    .thanks__wrapper small {
      padding-top: 40px;
      padding-bottom: 15px;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      color: #999999; }
      @media (max-width: 767px) {
        .thanks__wrapper small {
          padding-top: 30px;
          padding-bottom: 5px; } }
    .thanks__wrapper h1 {
      font-size: 3.75rem;
      line-height: 68px;
      letter-spacing: -2px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .thanks__wrapper h1 {
          font-size: 46px;
          line-height: 58px; } }
    .thanks__wrapper p {
      font-style: 1.0625rem;
      line-height: 26px;
      color: #57586e; }

.sb_blog--posts.recent {
  padding-bottom: 0; }
  .sb_blog--posts.recent h3 {
    font-style: 1.5rem;
    padding-bottom: 40px;
    margin: 0;
    letter-spacing: -1px; }

.legal {
  padding-bottom: 150px; }
  .legal h3 {
    margin: 20px 0; }
    @media (max-width: 400px) {
      .legal h3 {
        display: inline-block;
        margin: 0; } }
  .legal__title {
    max-width: 660px;
    width: 100%;
    margin: 100px auto 150px auto;
    text-align: center; }
  .legal article {
    max-width: 800px;
    margin: 0 auto; }
    .legal article ul, .legal article ol {
      font-size: 1.0625rem;
      line-height: 1.53; }
    .legal article ul {
      padding-left: 20px; }
    .legal article ol {
      padding: 0;
      list-style-type: none;
      counter-reset: item; }
      .legal article ol li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em; }
        @media (max-width: 400px) {
          .legal article ol li {
            display: block;
            margin: 20px 0;
            word-break: break-all; } }
        .legal article ol li:before {
          content: counters(item, ".") ". ";
          display: table-cell;
          padding-right: 10px;
          font-size: 20px;
          color: #000;
          font-weight: 500; }
          @media (max-width: 400px) {
            .legal article ol li:before {
              display: inline-block;
              padding-right: 5px; } }
    .legal article li li:before {
      content: counters(item, ".") " ";
      font-size: 16px;
      font-weight: 400; }

.error404 {
  padding-top: 40px;
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .error404 {
      padding-bottom: 0; } }
  .error404__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .error404__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 991px) {
    .error404__item {
      max-width: none;
      padding-bottom: 80px;
      padding-right: 0; } }
  .error404__item h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: -0.5px; }
  .error404__item h1 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    letter-spacing: -2px; }
    @media (max-width: 767px) {
      .error404__item h1 {
        font-size: 46px;
        line-height: 52px; } }
  .error404__item p {
    padding-bottom: 40px; }
  .error404__item ul {
    max-width: 360px;
    padding-left: 20px;
    list-style-type: none; }
    @media (max-width: 991px) {
      .error404__item ul {
        max-width: none; } }
    .error404__item ul li {
      position: relative;
      margin-bottom: 25px; }
      .error404__item ul li:before {
        content: "";
        position: absolute;
        top: 9px;
        left: -20px;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #57586e; }
  .error404__item--text {
    max-width: 530px;
    padding-right: 70px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .error404__item--text {
        max-width: 460px;
        padding-right: 35px; } }
    @media (max-width: 991px) {
      .error404__item--text {
        max-width: none;
        padding-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .error404__item--media img {
      max-width: 100%;
      width: auto; } }
  @media (max-width: 991px) {
    .error404__item--media img {
      display: block;
      max-width: 100%;
      width: auto;
      margin: 0 auto; } }

.sb_navbar .navbar-brand .logo-img {
  width: 122px; }

.sb_navbar .nav-item a {
  line-height: 1;
  padding: 0 20px;
  color: #57586e; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sb_navbar .nav-item a {
      padding: 0 15px; } }
  .sb_navbar .nav-item a:hover {
    color: #0a083b; }

.sb_navbar .nav-item.nav-item-btn:before {
  display: none; }

.sb_navbar .nav-item.nav-item-btn a {
  display: inline-block;
  min-width: 120px;
  padding: 9.5px 20px !important;
  font-size: .8125rem;
  font-weight: 700;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  color: #175cff !important;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .sb_navbar .nav-item.nav-item-btn a:hover, .sb_navbar .nav-item.nav-item-btn a:focus {
    border-color: transparent;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
            box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }

.sb_navbar .nav-item.current_page_item a {
  color: #0a083b;
  font-weight: 500; }

.sb_navbar .nav-item.current_page_item:before {
  opacity: 1; }

.sb_mobile-nav .mobile-navbar-nav .nav-item {
  padding: 14px; }
  .sb_mobile-nav .mobile-navbar-nav .nav-item a {
    color: #57586e;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px; }
  .sb_mobile-nav .mobile-navbar-nav .nav-item.current_page_item a {
    color: #0a083b;
    font-weight: bold; }
  .sb_mobile-nav .mobile-navbar-nav .nav-item.nab-item-btn-mobile a {
    display: inline-block;
    min-width: 150px;
    font-family: "Neurial Grotesk", sans-serif;
    font-size: .875rem;
    font-weight: bold !important;
    color: #fff !important;
    padding: 18px 30px;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    border-radius: 100px;
    background-color: #175cff;
    border-color: #175cff; }

.integrations li .add {
  display: none !important; }

.integrations li:last-child .add {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.careers--images .img-wrap:nth-child(1n+2) .dotted-box {
  display: none !important; }

.sb_footer--logo .img {
  width: 60px; }

.sb_blog--nav .blog-categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .sb_blog--nav .blog-categories {
      display: block; } }
  .sb_blog--nav .blog-categories .container {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-categories .container {
        max-width: none !important; } }
    .sb_blog--nav .blog-categories .container .postform {
      cursor: pointer; }
  .sb_blog--nav .blog-categories .container-fluid {
    height: 85px; }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-categories .container-fluid {
        height: auto; } }
  .sb_blog--nav .blog-categories .categories-dropdown {
    margin-left: 15px; }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-categories .categories-dropdown {
        margin-left: 0; } }
  .sb_blog--nav .blog-categories h5 {
    position: static;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-categories h5 {
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .sb_blog--nav .blog-categories ul {
      margin-bottom: 30px; } }
  .sb_blog--nav .blog-categories ul li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 84px;
    padding: 0;
    border: none; }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-categories ul li a {
        height: auto; } }
    .sb_blog--nav .blog-categories ul li a:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      width: 0;
      background-color: #175cff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 767px) {
        .sb_blog--nav .blog-categories ul li a:before {
          display: none; } }
    .sb_blog--nav .blog-categories ul li a:hover {
      font-weight: 700;
      color: #0a083b; }
      @media (max-width: 767px) {
        .sb_blog--nav .blog-categories ul li a:hover {
          font-weight: 400;
          color: #175cff; } }
      .sb_blog--nav .blog-categories ul li a:hover:before {
        width: 100%; }
  .sb_blog--nav .blog-categories ul li:nth-child(1n+6) {
    display: none; }
  .sb_blog--nav .blog-categories ul li.current-cat a {
    font-weight: 700;
    color: #0a083b; }
    .sb_blog--nav .blog-categories ul li.current-cat a:before {
      width: 100%; }
  .sb_blog--nav .blog-categories ul li.current-menu-item a {
    font-weight: 700;
    color: #0a083b; }
    .sb_blog--nav .blog-categories ul li.current-menu-item a:before {
      width: 100%; }
  .sb_blog--nav .blog-categories ul.blog_categories_list li:first-child {
    display: none; }
  .sb_blog--nav .blog-categories .icon {
    font-size: 4.5px;
    position: absolute;
    right: 8px;
    top: 40px; }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-categories .icon {
        top: unset;
        right: unset;
        bottom: 22px;
        left: 8px; } }
  .sb_blog--nav .blog-categories .form-control {
    position: relative;
    width: 30px;
    border: none;
    color: transparent;
    background: transparent;
    z-index: 9;
    cursor: pointer; }

.sb_blog--nav .blog-search {
  margin: 0;
  height: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_blog--nav .blog-search {
      max-width: 250px; } }
  @media (max-width: 767px) {
    .sb_blog--nav .blog-search {
      height: auto; } }
  @media (max-width: 767px) {
    .sb_blog--nav .blog-search .container {
      max-width: none;
      margin: 0;
      padding: 0; } }
  .sb_blog--nav .blog-search p {
    display: none; }
  .sb_blog--nav .blog-search .search-submit {
    display: none; }
  .sb_blog--nav .blog-search input {
    position: relative;
    padding: 0;
    padding-left: 40px;
    background-image: url("../svg/search-1.svg");
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 15px; }
    @media (max-width: 767px) {
      .sb_blog--nav .blog-search input {
        width: auto; } }

.sb_blog--nav.resources-nav {
  margin-top: 110px; }

.categories-sidebar p {
  font-size: .9375rem;
  color: #57586e;
  font-weight: normal;
  margin-right: 30px; }
  @media (max-width: 767px) {
    .categories-sidebar p {
      margin-right: 0;
      margin-bottom: 20px; } }

.categories-sidebar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .categories-sidebar .container {
      display: block; } }

@media (max-width: 767px) {
  .categories-dropdown {
    margin: 10px 0; } }

.categories-dropdown p {
  display: none; }

.categories-dropdown .screen-reader-text {
  display: none; }

.categories-dropdown .postform {
  border: none;
  background-color: transparent;
  outline: none;
  background-image: url("../svg/more.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px; }

.postform {
  width: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
  color: transparent; }

.btn-send {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  top: -49px;
  right: -15px;
  background-color: #e5e5e5;
  outline: none;
  background-image: url("../svg/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s; }
  .btn-send:hover {
    background-image: url("../svg/arrow-right-white.svg");
    background-color: #175cff;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.newsletter-post-form .btn-send {
  top: 0;
  right: 0; }

.pagination .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination .container .page-numbers {
    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;
    width: 48px;
    height: 48px;
    margin: 0 6px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    color: #57586e;
    background-color: #F1F1F1;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s; }
    .pagination .container .page-numbers:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .pagination .container .page-numbers.current {
      background-color: #175cff;
      color: #fff; }
    .pagination .container .page-numbers.prev {
      -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
              box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
      background-color: #fff;
      background-image: url("../svg/arrow-left-black.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 16px;
      color: transparent; }
      .pagination .container .page-numbers.prev:hover {
        background-image: url("../svg/arrow-left-blue.svg"); }
    .pagination .container .page-numbers.next {
      -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
              box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
      background-color: #fff;
      background-image: url("../svg/arrow-right-black.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 16px;
      color: transparent; }
      .pagination .container .page-numbers.next:hover {
        background-image: url("../svg/arrow-right-blue.svg"); }

.blog--hero h1 {
  padding: 50px 0 100px 0;
  margin: 0;
  text-align: center; }

.blog-post_hero--image .img-wrap {
  display: block;
  max-width: 1170px;
  width: 100%;
  height: 560px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) and (max-width: 991px) {
    .blog-post_hero--image .img-wrap {
      height: 450px; } }
  @media (max-width: 767px) {
    .blog-post_hero--image .img-wrap {
      height: 300px; } }

.sb_hero--inner-center.blog-post_hero--inner .pb0 {
  padding-bottom: 0; }

.blog-post_hero--info.block {
  display: block; }
  .blog-post_hero--info.block .author {
    display: block;
    padding-bottom: 10px; }

.sb_blog-post--body {
  position: relative;
  padding-top: 0; }
  .sb_blog-post--body .container-fluid {
    max-width: 1200px !important; }

.blog-post_body .social-box h3 {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #57586e; }
  @media (max-width: 767px) {
    .blog-post_body .social-box h3 {
      padding-left: 0; } }

.blog-post_body .social-box ul li a {
  text-decoration: none; }

@media (max-width: 767px) {
  .blog-post_body .social-box .share-btns {
    padding-left: 0; } }

.blog-post_body .article {
  max-width: 800px;
  margin: 0 auto; }
  .blog-post_body .article iframe {
    max-width: 100%; }
  .blog-post_body .article table {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
            box-shadow: 0 3px 4px 0 rgba(10, 8, 59, 0.1);
    background: #fff; }
    .blog-post_body .article table tr:first-child {
      height: 40px; }
      .blog-post_body .article table tr:first-child td {
        padding-left: 5px;
        font-size: 13px;
        font-weight: 700;
        line-height: 18px;
        color: #57586e; }
        .blog-post_body .article table tr:first-child td b {
          font-size: 13px;
          font-weight: 700;
          line-height: 18px;
          color: #57586e; }
    .blog-post_body .article table tr:nth-child(even) {
      background-color: #FAFAFA; }
    .blog-post_body .article table tr:nth-child(1n+2) td {
      padding-right: 5px;
      padding-left: 5px; }
      @media (max-width: 767px) {
        .blog-post_body .article table tr:nth-child(1n+2) td {
          font-size: 13px; } }
      .blog-post_body .article table tr:nth-child(1n+2) td span {
        font-size: 16px;
        line-height: 1; }
        @media (max-width: 767px) {
          .blog-post_body .article table tr:nth-child(1n+2) td span {
            font-size: 13px; } }
    .blog-post_body .article table tr td {
      padding-top: 10px;
      padding-bottom: 10px; }
      .blog-post_body .article table tr td:first-child {
        width: 30%; }

.blog-post_body .wp-block-image {
  max-width: 800px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .blog-post_body .wp-block-image img {
      margin-bottom: 10px; } }

.blog-post_body .sb_newsletter--card {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.blog-post_body .share-btns li {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px; }

.blog_posts--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  min-height: 480px;
  color: #57586e; }
  .blog_posts--item a .img-wrap {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.wp-block-image figcaption {
  text-align: left;
  position: relative;
  top: -40px; }
  @media (max-width: 767px) {
    .wp-block-image figcaption {
      margin-bottom: 40px;
      position: static; } }

.archive.tag .sb_hero {
  padding-bottom: 150px; }
  .archive.tag .sb_hero .blog_hero--image .img-wrap img {
    border: 110px solid #d8d8d8; }
    @media (max-width: 767px) {
      .archive.tag .sb_hero .blog_hero--image .img-wrap img {
        border: 50px solid #d8d8d8; } }

.archive.tag .blog_posts--item p.date {
  display: none; }

.tagcloud a {
  position: relative;
  margin-right: 15px;
  padding: 0;
  border: none;
  font-size: 15px !important;
  line-height: 22px;
  color: #57586e; }
  @media (max-width: 767px) {
    .tagcloud a {
      display: block;
      margin-bottom: 15px; } }
  .tagcloud a:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    height: 3px;
    width: 0;
    background-color: #175cff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .tagcloud a:before {
        display: none; } }
  .tagcloud a:hover {
    font-weight: 700;
    color: #0a083b; }
    .tagcloud a:hover:before {
      width: 100%; }

.ebook {
  padding-top: 40px;
  padding-bottom: 150px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .ebook {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .ebook {
      padding-bottom: 0; } }
  .ebook .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .ebook .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .ebook__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 10px; }
    @media (max-width: 991px) {
      .ebook__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px; } }
    .ebook__item:last-child {
      padding-right: 0;
      padding-left: 10px; }
      @media (max-width: 991px) {
        .ebook__item:last-child {
          padding-left: 0; } }
    .ebook__item small {
      font-size: 0.6875rem;
      text-transform: uppercase;
      font-weight: bold;
      color: #999999; }
    .ebook__item p {
      max-width: 460px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ebook__item p {
          max-width: 100%; } }
    .ebook__item h3 {
      padding-top: 60px; }
    .ebook__item ul {
      padding-top: 20px; }
      .ebook__item ul.check-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .ebook__item ul.check-list li img {
          margin: 0 10px 0 0; }
    .ebook__item .form-wrapper {
      background: #fff;
      -webkit-box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
              box-shadow: 0 40px 60px -20px rgba(19, 23, 32, 0.1);
      border-radius: 4px; }
    .ebook__item .form-head {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 460px;
      background-color: #F1F1F1; }
      .ebook__item .form-head .download-btn {
        position: absolute;
        top: 110px;
        left: 120px;
        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;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        text-align: center;
        background-color: #fff;
        color: #175cff;
        line-height: 1;
        z-index: 999;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .ebook__item .form-head .download-btn {
            left: 75px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .ebook__item .form-head .download-btn {
            z-index: 999;
            left: 50%;
            -webkit-transform: translate(-150px, 0);
                -ms-transform: translate(-150px, 0);
                    transform: translate(-150px, 0); } }
        .ebook__item .form-head .download-btn:hover {
          color: #fff;
          background-color: #175cff; }
      .ebook__item .form-head img {
        position: relative;
        z-index: 99;
        max-width: 240px; }
      .ebook__item .form-head .dotted-box2 {
        position: absolute;
        bottom: 50px;
        right: 120px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .ebook__item .form-head .dotted-box2 {
            right: 80px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .ebook__item .form-head .dotted-box2 {
            right: 195px; } }
        @media (max-width: 767px) {
          .ebook__item .form-head .dotted-box2 {
            right: 20px; } }
    .ebook__item .form-body {
      padding-top: 40px;
      padding-right: 50px;
      padding-bottom: 50px;
      padding-left: 50px; }
      @media (max-width: 1199px) {
        .ebook__item .form-body {
          padding-right: 30px;
          padding-left: 30px; } }
      .ebook__item .form-body h3 {
        padding-top: 0; }
      .ebook__item .form-body .md-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 991px) {
          .ebook__item .form-body .md-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .ebook__item .form-body .md-input {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding-bottom: 20px; }
        .ebook__item .form-body .md-input:last-child {
          padding-bottom: 30px; }
        .ebook__item .form-body .md-input.small {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
          padding-right: 10px; }
          @media (max-width: 991px) {
            .ebook__item .form-body .md-input.small {
              padding-right: 0; } }
          .ebook__item .form-body .md-input.small:last-child {
            padding-right: 0;
            padding-left: 10px; }
            @media (max-width: 991px) {
              .ebook__item .form-body .md-input.small:last-child {
                padding-right: 0;
                padding-left: 0; } }
        .ebook__item .form-body .md-input input + label {
          display: none !important; }
        .ebook__item .form-body .md-input label {
          display: block;
          font-size: 15px;
          color: #57586e; }
        .ebook__item .form-body .md-input input, .ebook__item .form-body .md-input select {
          height: 60px;
          width: 100% !important;
          padding-left: 15px !important;
          font-size: 17px !important;
          border: 1px solid #e5e5e5;
          background-color: transparent;
          outline: none; }
        .ebook__item .form-body .md-input input:focus {
          border-color: #175cff; }
      .ebook__item .form-body .btn {
        width: 100%; }

.gform_footer.top_label {
  margin-top: 0 !important; }

.gform_button.button {
  width: 100% !important;
  font-size: 1.0625rem !important;
  padding: 16.5px 30px;
  min-width: 200px;
  color: #fff;
  background-color: #175cff;
  border-color: #175cff;
  border-radius: 30px;
  font-weight: 600; }

.sb_press--links .sb_press--link:nth-child(1n+11) {
  display: none; }

.sb_press--links .sb_press--link.active {
  display: block; }

.sb_press--links .btn-wrapper {
  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;
  width: 100%; }
  .sb_press--links .btn-wrapper .btn.active {
    display: none; }

.sb_blog-post--share-pdf {
  padding-bottom: 3.75rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_blog-post--share-pdf .container-fluid {
      display: block; } }
  @media (max-width: 767px) {
    .sb_blog-post--share-pdf .container-fluid {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sb_blog-post--share-pdf .container-fluid .share-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap .heading5 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999999;
    font-weight: bold; }
  .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap .heading3 {
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-weight: 500; }
  .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap .btn {
    margin: 0; }
  .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .text-wrap img {
    margin: 0; }
  .sb_blog-post--share-pdf .sb_blog-post--pdf .pdf-inner .img-wrap img {
    max-width: 125px; }
  @media (min-width: 992px) {
    .sb_blog-post--share-pdf .sb_blog-post--share {
      min-width: 155px; } }

@media (max-width: 767px) {
  .sb_blog-post--hero .blog-post_hero--info .author {
    display: block; } }

.cat a {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 22px;
  background-color: #e5e5e5;
  color: #0a083b;
  font-size: .8125rem;
  font-weight: bold;
  line-height: 1; }
  .cat a:nth-child(1) {
    display: none; }

.sb_blog--posts .cat {
  display: none; }

.sb_blog--posts.sb-resources .cat {
  display: inline-block;
  padding-top: 15px; }

.blog .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .blog .tags a {
    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;
    height: 30px;
    background-color: #e5e5e5;
    min-width: 90px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px; }
    .blog .tags a:first-of-type {
      display: none; }

.download-eguide {
  text-align: center; }

.wp-admin #acf-field-group-wrap p {
  font-size: 13px; }

.wp-admin input[type=date], .wp-admin input[type=datetime-local], .wp-admin input[type=datetime], .wp-admin input[type=email], .wp-admin input[type=month], .wp-admin input[type=number], .wp-admin input[type=password], .wp-admin input[type=search], .wp-admin input[type=tel], .wp-admin input[type=text], .wp-admin input[type=time], .wp-admin input[type=url], .wp-admin input[type=week] {
  line-height: 1.5;
  min-height: 1px; }

.wp-admin .theme-browser .theme .theme-name {
  height: auto; }

.wp-admin div#widgets-right .sidebar-name h2, .wp-admin div#widgets-right .sidebar-name h3 {
  font-size: 13px;
  line-height: 1.4em; }

.wp-admin #wpfooter {
  background-color: #fff; }

.wp-admin #titlediv #title-prompt-text {
  padding: 0 0 0 10px;
  margin: 0; }

.wp-admin #wp-link .link-search-field {
  height: 30px; }

.wp-admin #wp-link #link-options label span, .wp-admin #wp-link #search-panel label span.search-label {
  font-size: 13px; }

.wp-admin .link-search-wrapper label {
  display: block; }

.wp-admin #wp-link .query-notice .query-notice-default, .wp-admin #wp-link .query-notice .query-notice-hint {
  font-size: 13px;
  padding: 4px; }

.wp-admin #wp-link p.howto {
  font-style: 14px; }

.wp-admin .has-text-field #wp-link .query-results {
  top: 240px; }

.topics-cat .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .topics-cat .container p {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px; }

.wp-block {
  max-width: 100%; }

#wpfooter {
  position: static; }

.editor-styles-wrapper ul {
  list-style-type: none !important;
  padding-left: 0 !important; }

.editor-styles-wrapper ul li, .editor-styles-wrapper ol li {
  margin-bottom: inherit !important; }

.acf-block-preview .button {
  display: block;
  border-color: transparent;
  background: transparent; }

.acf-block-preview .sb_testimonials--slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.acf-block-preview .sb_press--slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#wpcontent a {
  color: #0073aa; }

#wpcontent .acf-actions a {
  color: #fff; }

#wpcontent .button-hero {
  color: #fff; }

#wpcontent button.button-primary {
  color: #fff; }

body.wp-admin {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #57586e !important;
  text-align: left;
  background-color: #f1f1f1; }

body.wp-admin #wpcontent {
  background-color: #ffffff; }

.gform_wrapper {
  margin: 0; }

.ebook .form-body .md-wrapper, .gform_body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 991px) {
  .ebook .form-body .md-wrapper, .gform_body ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.ebook .form-body .md-input, .ginput_container.ginput_container_phone {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-bottom: 20px;
  margin-top: 0; }

.ebook .form-body .md-input:last-child {
  padding-bottom: 30px; }

.ebook .form-body .md-input.small {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding-right: 10px; }

.ebook .form-body .md-input.small:last-child {
  padding-right: 0;
  padding-left: 10px; }

@media (max-width: 991px) {
  .ebook .form-body .md-input.small {
    padding-right: 0; }
  .ebook .form-body .md-input.small:last-child {
    padding-right: 0;
    padding-left: 0; } }

.ebook .form-body .md-input label {
  display: block;
  font-size: 15px;
  color: #57586E; }

.ebook .form-body .md-input input + label {
  display: none; }

.ebook .form-body .md-input input, .ebook .form-body .md-input select {
  height: 60px;
  width: 100% !important;
  padding-left: 15px !important;
  font-size: 17px !important;
  border: 1px solid #E5E5E5;
  background-color: transparent;
  outline: none; }

.ebook .form-body .md-input input:focus {
  border-color: #175cff; }

.ebook .form-body .btn {
  width: 100%; }

.wp-core-ui .button-primary {
  color: #ffffff !important; }