/*!
  * ==========================================================================
  * ************************* BLUE LABEL LABS STYLES *************************
  * ==========================================================================
  */
/*#region Responsive Templates */
/* ////========== NEUTRIF PRO FONTS =========//// */
@import url("../icons/iconfont.css");
@font-face {
  font-family: 'NeutrifPro';
  src: url("../fonts/neutrif-pro.eot");
  src: url("../fonts/neutrif-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/neutrif-pro.woff2") format("woff2"), url("../fonts/neutrif-pro.woff") format("woff"), url("../fonts/neutrif-pro.ttf") format("truetype"), url("../fonts/neutrif-pro.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NeutrifPro';
  src: url("../fonts/neutrif-pro-medium.eot");
  src: url("../fonts/neutrif-pro-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/neutrif-pro-medium.woff2") format("woff2"), url("../fonts/neutrif-pro-medium.woff") format("woff"), url("../fonts/neutrif-pro-medium.ttf") format("truetype"), url("../fonts/neutrif-pro-medium.svg#youworkforthem") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'NeutrifPro';
  src: url("../fonts/neutrif-pro-bold.eot");
  src: url("../fonts/neutrif-pro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/neutrif-pro-bold.woff2") format("woff2"), url("../fonts/neutrif-pro-bold.woff") format("woff"), url("../fonts/neutrif-pro-bold.ttf") format("truetype"), url("../fonts/neutrif-pro-bold.svg#youworkforthem") format("svg");
  font-weight: bold;
  font-style: normal; }

:root {
  --blue: #0063ff;
  --indigo: #6610f2;
  --purple: #876cff;
  --pink: #ff3e7f;
  --red: #e93d3d;
  --orange: #ff6f00;
  --yellow: #f1da09;
  --green: #37ca37;
  --teal: #17cfbc;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0063ff;
  --secondary: #ff6f00;
  --success: #37ca37;
  --info: #17cfbc;
  --warning: #f1da09;
  --danger: #e93d3d;
  --light: #adb5bd;
  --dark: #0c0c0c;
  --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, 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(38, 38, 38, 0.7) !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; }

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

dfn {
  font-style: italic; }

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: #0063ff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #004fcc;
    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;
  -ms-overflow-style: scrollbar; }

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

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

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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

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

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

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #ff3e7f;
  word-break: break-word; }
  a > code {
    color: inherit; }

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

.row {
  display: -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%;
  min-height: 1px;
  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: none; }

.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: none; }
  .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: none; }
  .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: none; }
  .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: none; }
  .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;
  background-color: transparent; }
  .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 .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (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: #80b1ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.25); }
  .form-control::-webkit-input-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.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  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: rgba(38, 38, 38, 0.7) !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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -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.875rem;
  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, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #37ca37; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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 .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .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 {
    background-color: #9ce59c; }

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(55, 202, 55, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.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 {
  -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.875rem;
  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, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e93d3d; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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 .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .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 {
    background-color: #f6b0b0; }

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(233, 61, 61, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.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 {
  -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;
      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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #0063ff;
  border-color: #0063ff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0054d9;
    border-color: #004fcc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0063ff;
    border-color: #0063ff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004fcc;
    border-color: #004abf; }
    .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(0, 99, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #ff6f00;
  border-color: #ff6f00; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #d95e00;
    border-color: #cc5900; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #ff6f00;
    border-color: #ff6f00; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #cc5900;
    border-color: #bf5300; }
    .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(255, 111, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 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(55, 202, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 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(55, 202, 55, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17cfbc;
  border-color: #17cfbc; }
  .btn-info:hover {
    color: #fff;
    background-color: #13ad9d;
    border-color: #12a192; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17cfbc;
    border-color: #17cfbc; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #12a192;
    border-color: #119688; }
    .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(23, 207, 188, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f1da09;
  border-color: #f1da09; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ccb908;
    border-color: #c0ae07; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 218, 9, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(241, 218, 9, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f1da09;
    border-color: #f1da09; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #c0ae07;
    border-color: #b4a207; }
    .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(241, 218, 9, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(241, 218, 9, 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(233, 61, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 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(233, 61, 61, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.5); }

.btn-light {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd; }
  .btn-light:hover {
    color: #212529;
    background-color: #98a2ac;
    border-color: #919ca6; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #919ca6;
    border-color: #8a95a1; }
    .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(173, 181, 189, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #0c0c0c; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .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(12, 12, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5); }

.btn-outline-primary {
  color: #0063ff;
  background-color: transparent;
  background-image: none;
  border-color: #0063ff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0063ff;
    border-color: #0063ff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0063ff;
    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: #0063ff;
    border-color: #0063ff; }
    .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(0, 99, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.5); }

.btn-outline-secondary {
  color: #ff6f00;
  background-color: transparent;
  background-image: none;
  border-color: #ff6f00; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff6f00;
    border-color: #ff6f00; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ff6f00;
    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: #ff6f00;
    border-color: #ff6f00; }
    .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(255, 111, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5); }

.btn-outline-success {
  color: #37ca37;
  background-color: transparent;
  background-image: none;
  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: #17cfbc;
  background-color: transparent;
  background-image: none;
  border-color: #17cfbc; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17cfbc;
    border-color: #17cfbc; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17cfbc;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17cfbc;
    border-color: #17cfbc; }
    .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(23, 207, 188, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5); }

.btn-outline-warning {
  color: #f1da09;
  background-color: transparent;
  background-image: none;
  border-color: #f1da09; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f1da09;
    border-color: #f1da09; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 218, 9, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(241, 218, 9, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f1da09;
    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: #f1da09;
    border-color: #f1da09; }
    .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(241, 218, 9, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(241, 218, 9, 0.5); }

.btn-outline-danger {
  color: #e93d3d;
  background-color: transparent;
  background-image: none;
  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: #adb5bd;
  background-color: transparent;
  background-image: none;
  border-color: #adb5bd; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #adb5bd;
    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: #adb5bd;
    border-color: #adb5bd; }
    .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(173, 181, 189, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }

.btn-outline-dark {
  color: #0c0c0c;
  background-color: transparent;
  background-image: none;
  border-color: #0c0c0c; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #0c0c0c; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #0c0c0c;
    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: #0c0c0c;
    border-color: #0c0c0c; }
    .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(12, 12, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0063ff;
  background-color: transparent; }
  .btn-link:hover {
    color: #004fcc;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  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;
    background-color: #0063ff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 99, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 99, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d0ff; }
  .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; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0063ff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0063ff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 99, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 99, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0063ff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 99, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80b1ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 177, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(128, 177, 255, 0.5); }
    .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 {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80b1ff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 99, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80b1ff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 4px 4px 0; }

.custom-range {
  width: 100%;
  padding-left: 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(0, 99, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 99, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 99, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 99, 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: #0063ff;
    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;
    -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;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d0ff; }
  .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: #0063ff;
    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;
    -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;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d0ff; }
  .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: #0063ff;
    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;
    -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;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d0ff; }
  .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-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 screen and (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; }

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

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

.navbar-nav {
  display: -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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(4px - 1px) calc(4px - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(4px - 1px) calc(4px - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(4px - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px); }

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

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 4px; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.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% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 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 #e9ecef; }
  .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.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: #0063ff !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cc5900 !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: #17cfbc !important; }

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

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c0ae07 !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: #adb5bd !important; }

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !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: #0063ff !important; }

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

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

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

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

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

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

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

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !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; } }

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

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

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

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

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

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

.text-primary {
  color: #0063ff !important; }

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

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

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

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

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

.text-info {
  color: #17cfbc !important; }

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

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

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

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

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

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

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

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

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

.text-body {
  color: rgba(38, 38, 38, 0.7) !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; }

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

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* ////========== GLOBAL STYLES =========//// */
body {
  color: rgba(38, 38, 38, 0.7) !important;
  font-family: "Neutrif", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.56;
  -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 > .wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

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

.bll_section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .bll_section {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .bll_section:first-child {
    padding-top: 12.5rem; }
    @media (max-width: 1200px) {
      .bll_section:first-child {
        padding-top: calc(6.25rem + 8.33333vw); } }
  .bll_section:last-child {
    padding-bottom: 12.5rem; }
    @media (max-width: 1200px) {
      .bll_section:last-child {
        padding-bottom: calc(6.25rem + 8.33333vw); } }
  .bll_section.--criss-cross .container-fluid {
    position: relative; }
    @media (min-width: 768px) {
      .bll_section.--criss-cross .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .bll_section.--criss-cross .container-fluid > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 50%;
                  flex: 1 0 50%; } }
  @media (min-width: 768px) {
    .bll_section.--criss-cross .bll_section--text {
      padding-right: 1.25rem; } }
  @media (min-width: 992px) {
    .bll_section.--criss-cross .bll_section--text {
      padding-right: 2.5rem; } }
  @media (max-width: 767px) {
    .bll_section.--criss-cross .bll_section--text {
      margin-bottom: 1.875rem; } }
  @media (min-width: 768px) {
    .bll_section.--criss-cross .bll_section--image {
      margin-left: 1.25rem; } }
  @media (min-width: 992px) {
    .bll_section.--criss-cross .bll_section--image {
      margin-left: 2.5rem; } }
  @media (max-width: 767px) {
    .bll_section.--criss-cross .bll_section--image img {
      display: block;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .bll_section.--criss-cross:nth-child(even) .container-fluid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--text {
      padding-right: 0;
      padding-left: 1.25rem; } }
  @media (min-width: 992px) {
    .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--text {
      padding-right: 0;
      padding-left: 2.5rem; } }
  @media (min-width: 768px) {
    .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image {
      margin-left: 0;
      margin-right: 1.25rem; } }
  @media (min-width: 992px) {
    .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image {
      margin-left: 0;
      margin-right: 2.5rem; } }

.card {
  border: none;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: box-shadow 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .card .card-body {
    padding: 30px; }

.bll_blockquote {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .bll_blockquote .avatar {
    margin-bottom: 30px;
    position: relative; }
    .bll_blockquote .avatar img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-box-shadow: 0 22px 22px 0 rgba(12, 12, 12, 0.11);
              box-shadow: 0 22px 22px 0 rgba(12, 12, 12, 0.11);
      position: relative;
      z-index: 2; }
  .bll_blockquote blockquote {
    margin-bottom: 0; }
    .bll_blockquote blockquote q {
      display: block;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.33;
      text-align: center;
      color: #0c0c0c;
      margin-bottom: 25px;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto; }
    .bll_blockquote blockquote cite {
      display: block;
      font-style: normal; }
      .bll_blockquote blockquote cite h4 {
        font-size: 1rem;
        color: #0c0c0c; }
      .bll_blockquote blockquote cite p {
        color: #959595;
        line-height: 1.25; }

/* ////========== TYPOGRAPHY STYLES =========//// */
a,
button {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 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; }
  p + p {
    margin-top: 0.9375rem; }
  p.lead {
    font-size: 1.125rem;
    line-height: 1.8;
    font-weight: normal; }

hr {
  border-top-color: #ddd; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0c0c;
  font-weight: 500;
  margin-top: 0; }
  h1.heading1,
  h2.heading1,
  h3.heading1,
  h4.heading1,
  h5.heading1,
  h6.heading1 {
    font-size: 4.125rem;
    font-weight: bold;
    line-height: 1.24;
    letter-spacing: -3px; }
    @media (max-width: 1200px) {
      h1.heading1,
      h2.heading1,
      h3.heading1,
      h4.heading1,
      h5.heading1,
      h6.heading1 {
        font-size: calc(1.525rem + 3.46667vw) ; } }
  h1.heading2,
  h2.heading2,
  h3.heading2,
  h4.heading2,
  h5.heading2,
  h6.heading2 {
    font-size: 2.75rem;
    line-height: 1.27;
    letter-spacing: -1px; }
    @media (max-width: 1200px) {
      h1.heading2,
      h2.heading2,
      h3.heading2,
      h4.heading2,
      h5.heading2,
      h6.heading2 {
        font-size: calc(1.25rem + 2vw) ; } }
  h1.heading3,
  h2.heading3,
  h3.heading3,
  h4.heading3,
  h5.heading3,
  h6.heading3 {
    font-size: 2rem;
    line-height: 1.38;
    letter-spacing: -1px; }
    @media (max-width: 1200px) {
      h1.heading3,
      h2.heading3,
      h3.heading3,
      h4.heading3,
      h5.heading3,
      h6.heading3 {
        font-size: calc(1.1rem + 1.2vw) ; } }
  h1.heading4,
  h2.heading4,
  h3.heading4,
  h4.heading4,
  h5.heading4,
  h6.heading4 {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: -0.6px; }
  h1.heading4-2,
  h2.heading4-2,
  h3.heading4-2,
  h4.heading4-2,
  h5.heading4-2,
  h6.heading4-2 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.09;
    letter-spacing: -0.6px; }
  h1.heading4-3,
  h2.heading4-3,
  h3.heading4-3,
  h4.heading4-3,
  h5.heading4-3,
  h6.heading4-3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.33; }
  h1.heading5,
  h2.heading5,
  h3.heading5,
  h4.heading5,
  h5.heading5,
  h6.heading5 {
    font-size: 1.125rem;
    font-weight: bold; }
  h1.heading6,
  h2.heading6,
  h3.heading6,
  h4.heading6,
  h5.heading6,
  h6.heading6 {
    font-size: 16px; }
  h1.heading-border,
  h2.heading-border,
  h3.heading-border,
  h4.heading-border,
  h5.heading-border,
  h6.heading-border {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px; }
    h1.heading-border .line,
    h2.heading-border .line,
    h3.heading-border .line,
    h4.heading-border .line,
    h5.heading-border .line,
    h6.heading-border .line {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #0c0c0c;
      position: absolute;
      top: 45%;
      left: 0; }
    h1.heading-border strong,
    h2.heading-border strong,
    h3.heading-border strong,
    h4.heading-border strong,
    h5.heading-border strong,
    h6.heading-border strong {
      display: block; }
  @media (min-width: 768px) {
    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span {
      display: inline-block; } }
  h1 span.underline,
  h2 span.underline,
  h3 span.underline,
  h4 span.underline,
  h5 span.underline,
  h6 span.underline {
    display: inline-block;
    -webkit-box-shadow: inset 0 -0.12em 0 #0063ff;
            box-shadow: inset 0 -0.12em 0 #0063ff;
    padding-bottom: 8px; }

/* ////========== NAV STYLES =========//// */
.bll_navbar {
  padding: 15px 0;
  -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
  @media (min-width: 992px) {
    .bll_navbar {
      padding: 32.5px 0; } }
  .bll_navbar > .container-fluid {
    max-width: 1400px; }
    @media (max-width: 991px) {
      .bll_navbar > .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .bll_navbar .navbar-brand {
    padding: 0;
    line-height: 1;
    width: 27px;
    height: 35px;
    background: url("../svg/logo_icon_white.svg") no-repeat center;
    background-size: 27px 35px; }
    @media (max-width: 991px) {
      .bll_navbar .navbar-brand {
        width: 22.7px;
        height: 30px;
        background-size: 22.7px 30px; } }
    .bll_navbar .navbar-brand > img {
      -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      width: 27px;
      height: 35px; }
      @media (max-width: 991px) {
        .bll_navbar .navbar-brand > img {
          width: 22.7px;
          height: 30px; } }
  .bll_navbar .navbar-collapse {
    -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
    -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
    transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
    @media (max-width: 991px) {
      .bll_navbar .navbar-collapse {
        position: relative;
        bottom: -8px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (max-width: 991px) {
    .bll_navbar .navbar-nav {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }
  .bll_navbar .navbar-nav.nav-left {
    margin-left: 50px; }
    @media (max-width: 991px) {
      .bll_navbar .navbar-nav.nav-left {
        display: none; } }
    @media (min-width: 1200px) {
      .bll_navbar .navbar-nav.nav-left {
        margin-left: 100px; } }
    @media (min-width: 1400px) {
      .bll_navbar .navbar-nav.nav-left {
        margin-left: 150px; } }
    .bll_navbar .navbar-nav.nav-left .nav-item:not(:last-child) {
      margin-right: 40px; }
  .bll_navbar .navbar-nav .nav-item .nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0c0c0c;
    padding: 0;
    height: 20px;
    line-height: 20px; }
    .bll_navbar .navbar-nav .nav-item .nav-link:hover {
      color: #0063ff; }
    .bll_navbar .navbar-nav .nav-item .nav-link.nav-free-quote {
      padding: 0 20px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 575px) {
        .bll_navbar .navbar-nav .nav-item .nav-link.nav-free-quote {
          display: none;
          opacity: 0;
          visibility: hidden; } }
      .bll_navbar .navbar-nav .nav-item .nav-link.nav-free-quote:hover .icon {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; }
      .bll_navbar .navbar-nav .nav-item .nav-link.nav-free-quote .icon {
        display: block;
        margin-left: 8px;
        font-size: 1rem;
        width: 16px;
        height: 16px;
        line-height: 16px;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
        .bll_navbar .navbar-nav .nav-item .nav-link.nav-free-quote .icon:before {
          display: block;
          width: 16px;
          height: 16px; }
    .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu {
      padding: 0 0 0 20px;
      position: relative;
      padding-right: 20px;
      height: 20px;
      width: 55px;
      overflow: hidden;
      position: relative;
      -webkit-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out;
      top: 2px; }
      .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu .nav-menu-text {
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
        .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu .nav-menu-text > span {
          display: block; }
      .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu:before {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        border: 1px solid #0c0c0c;
        position: absolute;
        top: 6px;
        right: 0;
        -webkit-transition: border-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: border-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out, border-color .2s ease-in-out;
        transition: transform .2s ease-in-out, border-color .2s ease-in-out;
        transition: transform .2s ease-in-out, border-color .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu:after {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        border: 1px solid #0c0c0c;
        position: absolute;
        right: 0;
        bottom: 5px;
        -webkit-transition: border-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: border-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out, border-color .2s ease-in-out;
        transition: transform .2s ease-in-out, border-color .2s ease-in-out;
        transition: transform .2s ease-in-out, border-color .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu:hover .nav-menu-text {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu:hover:before {
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);
        border-color: #0063ff; }
      .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu:hover:after {
        border-color: #0063ff;
        -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
                transform: translateY(2px); }
  .bll_navbar.--scrolled {
    background-color: #f5f7fa; }
    @media (min-width: 992px) {
      .bll_navbar.--scrolled {
        padding: 15px 0; } }
  .bll_navbar.mobile-nav-active {
    background: transparent !important; }
    .bll_navbar.mobile-nav-active .navbar-brand > img {
      opacity: 0; }
    .bll_navbar.mobile-nav-active .navbar-nav .nav-item .nav-link {
      color: #fff; }
      .bll_navbar.mobile-nav-active .navbar-nav .nav-item .nav-link.nav-menu .nav-menu-text {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .bll_navbar.mobile-nav-active .navbar-nav .nav-item .nav-link.nav-menu:before {
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);
        border-color: #fff; }
      .bll_navbar.mobile-nav-active .navbar-nav .nav-item .nav-link.nav-menu:after {
        border-color: #fff;
        -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
                transform: translateY(2px); }
      .bll_navbar.mobile-nav-active .navbar-nav .nav-item .nav-link.nav-menu:hover .nav-menu-text {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .bll_navbar.mobile-nav-active .navbar-nav .nav-item .nav-link.nav-menu:hover:before {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .bll_navbar.mobile-nav-active .navbar-nav .nav-item .nav-link.nav-menu:hover:after {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
  .bll_navbar.--white .navbar-brand > img {
    opacity: 0; }
  .bll_navbar.--white .navbar-nav .nav-item .nav-link {
    color: #fff; }
    .bll_navbar.--white .navbar-nav .nav-item .nav-link.nav-menu:before {
      border-color: #fff; }
    .bll_navbar.--white .navbar-nav .nav-item .nav-link.nav-menu:after {
      border-color: #fff; }
  .bll_navbar.--scrolled {
    background-image: -webkit-linear-gradient(148deg, #232fb8, #4554ff);
    background-image: -o-linear-gradient(148deg, #232fb8, #4554ff);
    background-image: linear-gradient(302deg, #232fb8, #4554ff); }
    .bll_navbar.--scrolled .navbar-brand > img {
      opacity: 0; }
    .bll_navbar.--scrolled .navbar-nav .nav-item .nav-link {
      color: #fff; }
      .bll_navbar.--scrolled .navbar-nav .nav-item .nav-link.nav-menu:before {
        border-color: #fff; }
      .bll_navbar.--scrolled .navbar-nav .nav-item .nav-link.nav-menu:after {
        border-color: #fff; }
  .bll_navbar.--white2 .navbar-brand > img {
    opacity: 0; }
  @media (max-width: 767px) {
    .bll_navbar.--white2 .navbar-nav .nav-item .nav-link {
      color: #fff; }
      .bll_navbar.--white2 .navbar-nav .nav-item .nav-link.nav-menu:before {
        border-color: #fff; }
      .bll_navbar.--white2 .navbar-nav .nav-item .nav-link.nav-menu:after {
        border-color: #fff; } }
  @media (min-width: 768px) {
    .bll_navbar.--white2 .navbar-nav.nav-left .nav-item .nav-link {
      color: #fff; }
      .bll_navbar.--white2 .navbar-nav.nav-left .nav-item .nav-link.nav-menu:before {
        border-color: #fff; }
      .bll_navbar.--white2 .navbar-nav.nav-left .nav-item .nav-link.nav-menu:after {
        border-color: #fff; } }

.bll_mobile-nav {
  top: 60px; }
  @media (min-width: 992px) {
    .bll_mobile-nav {
      top: 100px; } }
  .bll_mobile-nav .modal-dialog {
    max-width: 100% !important;
    margin: 0; }
  .bll_mobile-nav .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 576px) {
      .bll_mobile-nav .modal-content {
        min-height: calc(100vh - 80px); } }
    @media (min-width: 992px) {
      .bll_mobile-nav .modal-content {
        min-height: calc(100vh - 130px);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .bll_mobile-nav--content {
    width: 100%;
    min-height: 500px;
    max-width: 1200px;
    padding-top: 40px; }
    @media (min-width: 768px) {
      .bll_mobile-nav--content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 80px; } }
  @media (max-width: 991px) {
    .bll_mobile-nav--links {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .bll_mobile-nav--links {
      width: 50%;
      padding-right: 40px; } }
  .bll_mobile-nav--links li a {
    display: block;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    display: inline-block;
    position: relative; }
    @media (max-width: 1200px) {
      .bll_mobile-nav--links li a {
        font-size: calc(1.2rem + 1.73333vw) ; } }
    @media (max-width: 991px) {
      .bll_mobile-nav--links li a {
        line-height: 1.3; } }
    .bll_mobile-nav--links li a:before {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      border-top: 2.5px solid #fff;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      opacity: 0; }
    .bll_mobile-nav--links li a:hover {
      font-weight: 500;
      -webkit-transform: translateX(20px);
          -ms-transform: translateX(20px);
              transform: translateX(20px); }
      .bll_mobile-nav--links li a:hover:before {
        opacity: 1;
        -webkit-transform: translateX(-40px) translateY(-50%);
            -ms-transform: translateX(-40px) translateY(-50%);
                transform: translateX(-40px) translateY(-50%); }
    .bll_mobile-nav--links li a.--lg {
      font-size: 4.125rem;
      margin-bottom: 0; }
      @media (max-width: 1200px) {
        .bll_mobile-nav--links li a.--lg {
          font-size: calc(1.525rem + 3.46667vw) ; } }
      .bll_mobile-nav--links li a.--lg:before {
        width: 35px;
        border-top: 4px solid #fff; }
      .bll_mobile-nav--links li a.--lg:hover {
        -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
                transform: translateX(20px); }
        .bll_mobile-nav--links li a.--lg:hover:before {
          opacity: 1;
          -webkit-transform: translateX(-50px) translateY(-50%);
              -ms-transform: translateX(-50px) translateY(-50%);
                  transform: translateX(-50px) translateY(-50%); }
  .bll_mobile-nav--links li.divider {
    display: block;
    height: 20px; }
  @media (max-width: 991px) {
    .bll_mobile-nav--addresses {
      margin-bottom: 40px; } }
  @media (min-width: 576px) {
    .bll_mobile-nav--addresses {
      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; } }
  @media (min-width: 768px) {
    .bll_mobile-nav--addresses {
      width: 50%; } }
  .bll_mobile-nav--addresses .address-item {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .bll_mobile-nav--addresses .address-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        margin-right: 40px; } }
    @media (min-width: 768px) {
      .bll_mobile-nav--addresses .address-item {
        min-width: 50%;
        margin-bottom: 50px;
        padding-right: 20px;
        margin-right: 0; } }
    .bll_mobile-nav--addresses .address-item h4 {
      font-size: 1rem;
      font-weight: bold;
      color: #fff;
      letter-spacing: -0.4px; }
    .bll_mobile-nav--addresses .address-item p {
      font-weight: 500;
      color: #aebbfb;
      line-height: 2;
      letter-spacing: -0.4px; }
      @media (max-width: 767px) {
        .bll_mobile-nav--addresses .address-item p {
          font-size: 0.75rem; } }
  @media (max-width: 767px) {
    .bll_mobile-nav--footer {
      text-align: center; } }
  @media (min-width: 576px) {
    .bll_mobile-nav--footer {
      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;
      position: absolute;
      margin: auto;
      left: 15px;
      right: 15px;
      bottom: 0; } }
  @media (max-width: 575px) {
    .bll_mobile-nav--footer {
      margin-bottom: 20px; } }
  .bll_mobile-nav--footer .social-links li a {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.3px; }
    @media (max-width: 767px) {
      .bll_mobile-nav--footer .social-links li a {
        font-size: 0.75rem; } }
  .bll_mobile-nav--footer .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .bll_mobile-nav--footer .rating {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .bll_mobile-nav--footer .rating p {
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: -0.3px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .bll_mobile-nav--footer .rating p {
          font-size: 0.75rem;
          margin-right: 15px; } }
    .bll_mobile-nav--footer .rating img {
      max-width: 48px;
      height: auto;
      opacity: 0.6; }
      @media (max-width: 991px) {
        .bll_mobile-nav--footer .rating img {
          max-width: 40px; } }
      @media (max-width: 767px) {
        .bll_mobile-nav--footer .rating img {
          max-width: 35px; } }

/* ////========== FOOTER STYLES =========//// */
.bll_footer {
  padding-top: 12.5rem;
  padding-bottom: 3.125rem;
  color: #0c0c0c; }
  @media (max-width: 1200px) {
    .bll_footer {
      padding-top: calc(6.25rem + 8.33333vw);
      padding-bottom: calc(0 + 4.16667vw); } }
  .bll_footer .row > div {
    margin-bottom: 50px; }
    @media (max-width: 575px) {
      .bll_footer .row > div {
        text-align: center; } }
  .bll_footer ul li {
    margin-bottom: 20px; }
    .bll_footer ul li:last-child {
      margin-bottom: 0; }
    .bll_footer ul li a {
      color: #0c0c0c;
      display: inline-block;
      position: relative; }
      .bll_footer ul li a:hover, .bll_footer ul li a:focus, .bll_footer ul li a:active {
        color: #0063ff; }
      .bll_footer ul li a:before {
        content: "";
        display: block;
        width: 15px;
        height: 1px;
        border-top: 2px solid #0063ff;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        opacity: 0; }
      .bll_footer ul li a:hover {
        font-weight: 500;
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px); }
        .bll_footer ul li a:hover:before {
          opacity: 1;
          -webkit-transform: translateX(-25px) translateY(-50%);
              -ms-transform: translateX(-25px) translateY(-50%);
                  transform: translateX(-25px) translateY(-50%); }
  .bll_footer--top .logo {
    margin-bottom: 35px; }
    @media (max-width: 575px) {
      .bll_footer--top .logo {
        margin-bottom: 25px; } }
  .bll_footer--top p {
    max-width: 220px; }
    @media (max-width: 575px) {
      .bll_footer--top p {
        margin-left: auto;
        margin-right: auto; } }
  .bll_footer--bottom .made-in-ny {
    margin-bottom: 30px;
    max-width: 48px;
    height: auto; }
    @media (max-width: 575px) {
      .bll_footer--bottom .made-in-ny {
        margin-bottom: 25px; } }
  .bll_footer--bottom .copyright {
    font-size: 0.75rem; }
  .bll_footer--bottom .rating {
    margin-bottom: 30px; }
    .bll_footer--bottom .rating p {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.29; }
  .bll_footer--bottom .clutch-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575px) {
      .bll_footer--bottom .clutch-rating {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .bll_footer--bottom .clutch-rating img {
      margin-right: 15px; }
    .bll_footer--bottom .clutch-rating p {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.3px; }

/* ////========== HEADER STYLES =========//// */
/* ////========== BUTTONS STYLES =========//// */
.btn {
  font-family: "Neutrif", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding: 13px 30px 16px 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  min-width: 130px;
  border-radius: 100px; }
  @media (min-width: 1200px) {
    .btn {
      padding: 17px 40px 19px 40px;
      min-width: 160px; } }
  .btn:hover, .btn:focus, .btn:active {
    color: #fff;
    outline: none;
    -webkit-box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11) !important;
            box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11) !important; }
    .btn:hover .icon-plus, .btn:focus .icon-plus, .btn:active .icon-plus {
      -webkit-transform: translateY(3px) rotate(90deg);
          -ms-transform: translateY(3px) rotate(90deg);
              transform: translateY(3px) rotate(90deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
  .btn:active:focus {
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .btn:active {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px); }
  .btn.btn-primary {
    background-color: #3444f1; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #1c2eef; }
    .btn.btn-primary:focus:active {
      background: #1c2eef; }
  .btn.btn-light {
    background: #fff;
    color: #0c0c0c;
    border: none; }
    .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
      background: #f6f6f6; }
    .btn.btn-light:focus:active {
      background: #f6f6f6; }
  .btn.btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
      color: #0c0c0c;
      background: #fff; }
    .btn.btn-outline:focus:active {
      color: #0c0c0c;
      background: #fff; }
  .btn .icon {
    display: inline-block;
    margin-left: 15px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    font-size: 1rem;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px); }
    @media (min-width: 1200px) {
      .btn .icon {
        margin-left: 25px; } }

/* ////========== FORMS STYLES =========//// */
.form-group {
  margin-bottom: 1.875rem; }
  .form-group > label {
    display: block; }
  .form-group.--material {
    position: relative;
    padding-top: 25px; }
    .form-group.--material > label {
      font-size: 1.25rem;
      position: absolute;
      bottom: 5px;
      left: 0;
      -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      margin-bottom: 0;
      z-index: 1; }
    .form-group.--material > .form-control {
      border-top: none;
      border-left: none;
      border-right: none;
      position: relative;
      z-index: 2; }
      .form-group.--material > .form-control:active + label,
      .form-group.--material > .form-control:focus + label,
      .form-group.--material > .form-control.active + label {
        color: #0c0c0c;
        font-size: 1rem;
        bottom: 70%; }
      .form-group.--material > .form-control:active ~ .input-border,
      .form-group.--material > .form-control:focus ~ .input-border,
      .form-group.--material > .form-control.active ~ .input-border {
        width: 100%; }
    .form-group.--material > .input-border {
      display: block;
      width: 0%;
      height: 1px;
      background: #0063ff;
      -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      margin: 0 auto; }
    .form-group.--material.from-dropdown:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 15px;
      width: 16px;
      height: 10px;
      background: url(../svg/dropdown.svg) no-repeat center;
      background-size: 16px 10px; }
    .form-group.--material.from-dropdown select {
      cursor: pointer; }
  .form-group .option_blank > option {
    display: none; }

.form-control {
  font-family: "Neutrif", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #0c0c0c;
  border-color: #ddd;
  border-radius: 0;
  padding: 5px 0;
  background: transparent;
  -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-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-control::-webkit-input-placeholder {
    color: #adb5bd; }
  .form-control:-moz-placeholder {
    color: #adb5bd; }
  .form-control::-moz-placeholder {
    color: #adb5bd; }
  .form-control:-ms-input-placeholder {
    color: #adb5bd; }
  .form-control:active, .form-control:focus {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ddd;
    color: #0c0c0c; }
  .form-control:active:focus {
    color: #0c0c0c;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ddd; }

label {
  color: #95989c;
  font-size: 1rem; }
  label .required {
    color: #0063ff; }

.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: #adb5bd; }
  .bootstrap-select > .btn.dropdown-toggle .filter-option {
    color: rgba(38, 38, 38, 0.7); }
  .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: rgba(38, 38, 38, 0.7);
  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: #ddd; }
  .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:focus {
    background: #ddd; }
    .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:focus:active {
      background: #ddd; }

.bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a {
  color: #0c0c0c; }
  .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: #ddd; }

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

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

.options input {
  display: none;
  visibility: hidden;
  opacity: 0; }
  .options input:checked + label:after {
    border-radius: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1; }

.options label {
  line-height: 1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer; }
  .options label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: solid 1px #95989c;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0; }
  .options label:after {
    content: "\E003";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    background: #0063ff;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    opacity: 0;
    color: #fff;
    font-size: 0.625rem;
    text-align: center;
    line-height: 20px;
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none; }

/* ////========== MODAL STYLES =========//// */
.modal .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important; }
  @media (min-width: 992px) {
    .modal .modal-dialog.modal-lg {
      max-width: 950px; } }

.modal .modal-content {
  border-radius: 0; }

.modal-backdrop {
  background-color: #0c0c0c;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 50%;
  opacity: 0.9 !important;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .modal-backdrop.show {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-radius: 0;
    opacity: 0.9 !important; }

body.mobile-nav .bll_navbar {
  z-index: 9999999; }

body.mobile-nav .modal-backdrop {
  background-color: #0063ff;
  background-image: -webkit-linear-gradient(325deg, #3444f1, #1f2aa9);
  background-image: -o-linear-gradient(325deg, #3444f1, #1f2aa9);
  background-image: linear-gradient(125deg, #3444f1, #1f2aa9);
  opacity: 1 !important; }
  body.mobile-nav .modal-backdrop.show {
    opacity: 1 !important; }

/* ////========== PARTNERS STYLES =========//// */
.bll_partners {
  padding-top: 9.375rem;
  padding-bottom: 4.688rem;
  position: relative; }
  @media (max-width: 1200px) {
    .bll_partners {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(1.563rem + 4.16667vw); } }
  .bll_partners--text {
    text-align: center;
    margin-bottom: 120px; }
    .bll_partners--text .heading2 {
      margin-bottom: 25px; }
    .bll_partners--text p {
      font-size: 1.25rem;
      line-height: 1.6;
      color: #0c0c0c;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto; }
    .bll_partners--text .btn {
      margin-top: 30px; }
  .bll_partners--logos {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    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; }
    .bll_partners--logos .img-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      min-width: 50%;
      margin-bottom: 40px;
      text-align: center; }
      @media (min-width: 576px) {
        .bll_partners--logos .img-wrap {
          min-width: 33.3333%;
          margin-bottom: 60px; } }
      @media (min-width: 768px) {
        .bll_partners--logos .img-wrap {
          min-width: 25%;
          margin-bottom: 80px; } }

/* ////========== LOCATIONS STYLES =========//// */
.bll_locations {
  padding-top: 9.375rem;
  position: relative;
  background-color: #f5f7fa; }
  @media (max-width: 1200px) {
    .bll_locations {
      padding-top: calc(3.125rem + 8.33333vw); } }
  .bll_locations--nav {
    display: block; }
    @media (min-width: 768px) {
      .bll_locations--nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    .bll_locations--nav li a {
      display: block;
      padding-bottom: 40px; }
      @media (min-width: 768px) {
        .bll_locations--nav li a {
          height: 100%;
          padding-right: 30px;
          padding-bottom: 60px;
          border-bottom: 4px solid transparent; } }
      @media (min-width: 1200px) {
        .bll_locations--nav li a {
          padding-bottom: 100px; } }
      .bll_locations--nav li a:hover h3,
      .bll_locations--nav li a:hover p {
        color: #0c0c0c; }
      .bll_locations--nav li a.active {
        border-color: #0063ff; }
        .bll_locations--nav li a.active h3,
        .bll_locations--nav li a.active p {
          color: #0c0c0c; }
      .bll_locations--nav li a p {
        font-size: 1rem;
        line-height: 1.33;
        color: #95989c;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit; }
        @media (min-width: 992px) {
          .bll_locations--nav li a p {
            font-size: 1.125rem; } }
      .bll_locations--nav li a h3 {
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        color: #95989c;
        font-size: 1.625rem;
        font-weight: 600;
        line-height: 0.75;
        margin-bottom: 20px; }
        @media (min-width: 992px) {
          .bll_locations--nav li a h3 {
            font-size: 2rem;
            margin-bottom: 30px; } }
  .bll_locations--map {
    background-color: #0c0c0c;
    overflow: hidden; }
    .bll_locations--map .map {
      width: 100%;
      height: 350px;
      opacity: 0.7; }
      @media (min-width: 992px) {
        .bll_locations--map .map {
          height: 550px; } }
  .bll_locations.--light {
    background-color: #fff; }
    .bll_locations.--light .map {
      opacity: 1 !important; }

/* ////========== ANIMATIONS STYLES =========//// */
.bll_navbar .navbar-brand,
.bll_navbar .nav-left li,
.bll_navbar .nav-right li {
  opacity: 0; }

.bll_home--hero .bll_home--hero-bg {
  opacity: 0; }

.bll_home--hero .heading1 span, .bll_home--hero .heading3 span {
  opacity: 0;
  display: inline-block; }

.bll_home--hero .btn-hero {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95); }

.bll_home--hero .trusted,
.bll_home--hero .awards {
  opacity: 0; }

.bll_home--hero .bll_home--hero-image-bg {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right; }

.bll_home--hero .bll_home--hero-image .img-wrap {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.bll_home--hero h3.heading1 {
  font-size: 2.0rem !important;
  font-weight: 500 !important; 
  letter-spacing:-1px !important;

}

.bll_home--hero h1.heading1 {
    font-size: 1.875rem !important;
    letter-spacing: -1px !important;
    font-weight: 500 !important; 
    opacity:0.5 !important;
    color:#FFF !important;
    padding-bottom:10px !important;
  }

.--home .bll_home--clients .bll_section {
  opacity: 0; }

.bll_works--hero .bll_works--hero-bg {
  opacity: 0; }

.bll_works--hero .bll_works--hero-text .heading1 span {
  opacity: 0; }

.bll_works--hero .bll_works--hero-text p {
  opacity: 0; }

.bll_works--hero .bll_works--hero-img {
  opacity: 0; }

.--works .bll_works--item .card {
  opacity: 0; }

.bll_process--hero .heading1 span {
  opacity: 0; }

.bll_process--hero p {
  opacity: 0; }

.bll_process--hero .dive-link .icon {
  opacity: 0; }

.bll_process--hero .dive-link span {
  opacity: 0; }

.bll_process--wrap .bll_section {
  opacity: 0; }

.bll_capabilities--hero .bll_capabilities--hero-text .heading1 span {
  opacity: 0; }

.bll_capabilities--hero .bll_capabilities--hero-text p {
  opacity: 0; }

.bll_capabilities--hero .bll_capabilities--hero-links li a {
  opacity: 0; }

.bll_capabilities--hero .dive-link .icon {
  opacity: 0; }

.bll_capabilities--wrap .bll_section {
  opacity: 0; }

.bll_capabilities--devices .bll_devices--item {
  opacity: 0; }

.bll_technologies--devices .bll_technologies--item {
  opacity: 0; }

.bll_get-quote--hero .bll_get-quote--hero-bg {
  opacity: 0; }

.bll_get-quote--hero .form_header .heading2 {
  opacity: 0; }

.bll_get-quote--hero .form_header p {
  opacity: 0; }

.bll_get-quote--hero .bll_get-quote--form {
  opacity: 0; }

.bll_get-quote--hero .bll_get-quote--hero-offices {
  opacity: 0;
  overflow: hidden; }

.bll_get-quote--hero .bll_get-quote--hero-offices-nav > a {
  opacity: 0; }

.bll_get-quote--hero .visit {
  opacity: 0; }

.bll_about--hero .bll_about--hero-text h1 span {
  opacity: 0; }

.bll_about--hero .bll_about--hero-text .heading-border span,
.bll_about--hero .bll_about--hero-text .heading-border strong {
  opacity: 0; }

.bll_about--hero .bll_about--hero-text p {
  opacity: 0; }

.bll_appster--hero .bll_appster--hero-bg {
  opacity: 0; }

.bll_appster--hero .bll_appster--hero-text .heading1 span {
  opacity: 0; }

.bll_appster--hero .bll_appster--hero-text p {
  opacity: 0; }

.bll_appster--hero .bll_appster--hero-text .btn {
  opacity: 0; }

.bll_appster--hero .bll_appster--hero-img {
  opacity: 0; }

.bll_press--hero .heading1 span {
  opacity: 0; }

.bll_press--hero p {
  opacity: 0; }

.bll_press--hero .dive-link .icon {
  opacity: 0; }

.bll_press--hero .dive-link span {
  opacity: 0; }

.bll_press--item {
  opacity: 0; }

.bll_case-study--hero .bll_case-study--hero-text h1 span,
.bll_case-study--hero .bll_case-study--hero-text h1 strong {
  opacity: 0; }

.bll_case-study--hero .bll_case-study--hero-text .heading1 span {
  opacity: 0; }

.bll_case-study--hero .bll_case-study--hero-text .dive-link .icon {
  opacity: 0; }

.bll_case-study--hero .bll_case-study--hero-image .img-wrap {
  opacity: 0; }

.container-fluid.--slim .heading-border span,
.container-fluid.--slim .heading-border strong {
  opacity: 0; }

.container-fluid.--slim > * {
  opacity: 0; }

.bll_case-study--big-img img {
  opacity: 0; }

.bll_case-study--similar .card {
  opacity: 0; }

.bll_case-study--screenshots .heading-border span,
.bll_case-study--screenshots .heading-border strong {
  opacity: 0; }

.bll_case-study--screenshots .screenshot-wrap {
  opacity: 0; }
  .bll_case-study--screenshots .screenshot-wrap img {
    opacity: 0; }

.bll_case-study--screenshots2 .heading-border span,
.bll_case-study--screenshots2 .heading-border strong {
  opacity: 0; }

.bll_case-study--screenshots2 .screenshot-item img {
  opacity: 0; }

.bll_case-study--screenshots2 .container-fluid > img {
  opacity: 0; }

.bll_seo--hero .heading1 span {
  opacity: 0; }

.bll_seo--hero p {
  opacity: 0; }

.bll_seo--hero .dive-link .icon {
  opacity: 0; }

.bll_seo--hero .dive-link span {
  opacity: 0; }

.bll_seo--hero .bll_seo--hero-image {
  opacity: 0; }

.bll_seo--section {
  opacity: 0; }

.bll_team--hero-text .heading1 span {
  opacity: 0; }

.bll_team--hero-image img {
  opacity: 0; }

.bll_jobs--hero .bll_jobs--hero-bg {
  opacity: 0; }

.bll_jobs--hero .bll_jobs--hero-text .heading1 span {
  opacity: 0; }

.bll_jobs--hero .bll_jobs--hero-text p {
  opacity: 0; }

.bll_jobs--hero .bll_jobs--hero-text .btn {
  opacity: 0; }

.bll_jobs--hero .bll_jobs--hero-img {
  opacity: 0; }

.bll_faqs--hero .heading1 span {
  opacity: 0; }

.bll_faqs--hero p {
  opacity: 0; }

.bll_faqs--hero .dive-link .icon {
  opacity: 0; }

.bll_faqs--hero .dive-link span {
  opacity: 0; }

.bll_faqs--item {
  opacity: 0; }

.bll_blog--hero-text .heading1 {
  opacity: 0; }

.bll_blog--hero-text .btn {
  opacity: 0; }

.bll_blog--hero-nav .nav-next,
.bll_blog--hero-nav .nav-prev {
  opacity: 0; }

.bll_blog--hero .slick-dots {
  opacity: 0; }

.bll_blog-post--hero-text .category {
  opacity: 0; }

.bll_blog-post--hero-text .heading1 {
  opacity: 0; }

.bll_blog-post--hero-text .btn {
  opacity: 0; }

.bll_blog-post--hero-text .blog-info > * {
  opacity: 0; }

.bll_press-kit--hero .heading1 span {
  opacity: 0; }

.bll_press-kit--hero p {
  opacity: 0; }

.bll_press-kit--hero .dive-link .icon {
  opacity: 0; }

.bll_press-kit--hero .dive-link span {
  opacity: 0; }

.bll_press-kit--section {
  opacity: 0; }

@media (max-width: 767px) {
  .pr-offering .bll_seo--hero .container-fluid {
    min-height: 1px !important; } }

@media (min-width: 768px) {
  .pr-offering .bll_seo--hero .bll_seo--hero-image {
    bottom: 0;
    right: 0; } }

.marketing .offer {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .marketing .offer {
      padding: 50px 0; } }
  .marketing .offer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .marketing .offer .container {
        display: block; } }
    .marketing .offer .container .wrapper .heading-border {
      position: relative; }
      .marketing .offer .container .wrapper .heading-border:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 20px;
        height: 1px;
        background-color: #0C0C0C; }

.marketing .testemonial {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .marketing .testemonial {
      padding-bottom: 50px; } }
  .marketing .testemonial .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .marketing .testemonial .container {
        display: block; } }
  .marketing .testemonial .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .marketing .testemonial .text {
    padding-left: 25px; }
    @media (max-width: 767px) {
      .marketing .testemonial .text {
        padding-top: 10px;
        padding-left: 0; } }
    .marketing .testemonial .text h4 {
      max-width: 660px;
      padding-bottom: 25px;
      margin: 0;
      font-style: italic;
      line-height: 1.3; }
    .marketing .testemonial .text p {
      color: #959595; }
      .marketing .testemonial .text p b {
        display: block;
        font-size: 19px;
        color: #0c0c0c; }

.marketing .process {
  padding-bottom: 7.813rem; }
  @media (max-width: 767px) {
    .marketing .process {
      padding-bottom: 3.125rem; } }
  .marketing .process h1 {
    font-size: 2.75rem;
    max-width: 960px;
    padding-bottom: 5rem; }
    @media (max-width: 767px) {
      .marketing .process h1 {
        font-size: 1.625rem;
        padding-bottom: 3.125rem; } }

.marketing .big-img {
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .marketing .big-img {
      height: 250px; } }

.marketing .goal {
  padding-top: 7.5rem;
  padding-bottom: 10.63rem; }
  @media (max-width: 767px) {
    .marketing .goal {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .marketing .goal .wrapper__text {
    position: relative;
    width: 80%;
    padding: 9.375rem 10.63rem 9.375rem 8.75rem;
    background-color: #0c0c0c; }
    @media (min-width: 768px) and (max-width: 991px) {
      .marketing .goal .wrapper__text {
        width: 100%;
        padding: 3.125rem; } }
    @media (max-width: 767px) {
      .marketing .goal .wrapper__text {
        width: 100%;
        padding: 1.875rem; } }
    .marketing .goal .wrapper__text h1 {
      padding-bottom: 2.5rem;
      font-size: 2.75rem;
      color: #fff; }
    .marketing .goal .wrapper__text p {
      font-size: 1.25rem;
      line-height: 1.6;
      color: #5B6068;
      padding-bottom: 2.5rem; }
      .marketing .goal .wrapper__text p span.line-blue {
        text-decoration: underline;
        -webkit-text-decoration-color: #0063ff;
                text-decoration-color: #0063ff;
        -webkit-text-underline-position: under;
        -ms-text-underline-position: below;
        text-underline-position: under; }
  .marketing .goal .wrapper__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3.75rem; }
    @media (max-width: 991px) {
      .marketing .goal .wrapper__header {
        display: block; } }
    .marketing .goal .wrapper__header .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%; }
      .marketing .goal .wrapper__header .text p {
        padding-bottom: 3.125rem; }
        .marketing .goal .wrapper__header .text p:last-of-type {
          padding-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .marketing .goal .wrapper__header .box {
        padding-top: 3.75rem; } }
    @media (max-width: 767px) {
      .marketing .goal .wrapper__header .box {
        padding-top: 1.875rem; } }
    .marketing .goal .wrapper__header .box__wrapper {
      position: relative;
      top: 0;
      right: -160px;
      width: 500px;
      padding: 2.188rem 2.188rem 2.5rem 2.188rem;
      border-radius: 0.625rem;
      -webkit-box-shadow: 0 80px 160px 0 rgba(117, 157, 174, 0.14);
              box-shadow: 0 80px 160px 0 rgba(117, 157, 174, 0.14);
      background-color: #fff; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .marketing .goal .wrapper__header .box__wrapper {
          right: -20px; } }
      @media (max-width: 991px) {
        .marketing .goal .wrapper__header .box__wrapper {
          position: static;
          margin: 0 auto;
          padding: 1.875rem; } }
      @media (max-width: 767px) {
        .marketing .goal .wrapper__header .box__wrapper {
          width: auto; } }
    .marketing .goal .wrapper__header .box__header {
      position: relative;
      display: table;
      width: 100%;
      vertical-align: middle;
      margin-bottom: 1.25rem; }
      .marketing .goal .wrapper__header .box__header .avatar {
        display: table-cell;
        vertical-align: middle;
        width: 90px;
        height: 90px;
        border-radius: 3px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .marketing .goal .wrapper__header .box__header .text {
        display: table-cell;
        vertical-align: middle;
        padding-left: 1.563rem; }
        .marketing .goal .wrapper__header .box__header .text p {
          font-size: 1.125rem; }
          @media (max-width: 767px) {
            .marketing .goal .wrapper__header .box__header .text p {
              line-height: 1.2; } }
          .marketing .goal .wrapper__header .box__header .text p b {
            display: block;
            font-size: 1.625rem; }
      .marketing .goal .wrapper__header .box__header .star {
        position: absolute;
        top: 50%;
        left: -60px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .marketing .goal .wrapper__header .box p {
      font-size: 1.25rem;
      padding-bottom: 2.5rem;
      margin: 0; }
      .marketing .goal .wrapper__header .box p:last-of-type {
        padding-bottom: 0; }

.marketing .launch {
  padding-bottom: 6.25rem; }
  @media (max-width: 767px) {
    .marketing .launch {
      padding-bottom: 3.125rem; } }
  .marketing .launch h1 {
    font-size: 4.125rem;
    padding-bottom: 1.875rem; }
    @media (max-width: 767px) {
      .marketing .launch h1 {
        font-size: 2.5rem; } }
  .marketing .launch p {
    padding-bottom: 1.25rem; }
  .marketing .launch .wrapper {
    padding-top: 4.375rem; }
    @media (max-width: 767px) {
      .marketing .launch .wrapper {
        padding-top: 3.125rem; } }
    .marketing .launch .wrapper__item {
      padding-left: 3.125rem;
      padding-right: 3.125rem;
      border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
      @media (min-width: 768px) and (max-width: 991px) {
        .marketing .launch .wrapper__item {
          padding-left: 1.875rem;
          padding-right: 1.875rem; } }
      @media (max-width: 767px) {
        .marketing .launch .wrapper__item {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .marketing .launch .wrapper__header {
      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;
      height: 100px;
      width: 100%; }
      @media (max-width: 767px) {
        .marketing .launch .wrapper__header {
          height: 80px; } }
      @media (max-width: 767px) {
        .marketing .launch .wrapper__header h2 {
          font-size: 1.25rem; } }
      .marketing .launch .wrapper__header a i {
        color: #0c0c0c; }
      .marketing .launch .wrapper__header.active a {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .marketing .launch .wrapper__body {
      display: none;
      padding-bottom: 3.125rem; }
      .marketing .launch .wrapper__body p {
        padding-bottom: 20px; }
      .marketing .launch .wrapper__body h4 {
        font-size: 1.125rem;
        padding-bottom: 10px; }
      .marketing .launch .wrapper__body ul {
        list-style-type: none;
        padding-left: 0;
        padding-bottom: 1.25rem;
        margin: 0; }
        .marketing .launch .wrapper__body ul li {
          line-height: 1.8; }
    .marketing .launch .wrapper .wrapper__header.active + .wrapper__body {
      display: block; }
  .marketing .launch .card {
    border-bottom: 1px solid rgba(12, 12, 12, 0.1);
    border-radius: 0; }
    .marketing .launch .card .card-header {
      background: none;
      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;
      height: 100px;
      padding: 0 50px;
      border-bottom: none; }
      .marketing .launch .card .card-header a i {
        color: #0c0c0c; }
      .marketing .launch .card .card-header.active {
        border-top: 1px solid rgba(12, 12, 12, 0.1);
        border-right: 1px solid rgba(12, 12, 12, 0.1);
        border-bottom: none;
        border-left: 1px solid rgba(12, 12, 12, 0.1); }
    .marketing .launch .card .card-header.active + .card-body-wrapper {
      border-top: none;
      border-right: 1px solid rgba(12, 12, 12, 0.1);
      border-bottom: none;
      border-left: 1px solid rgba(12, 12, 12, 0.1); }
    .marketing .launch .card .card-body-wrapper .card-body {
      padding: 0 50px 50px 50px; }
      .marketing .launch .card .card-body-wrapper .card-body ul {
        list-style-type: none;
        padding-left: 0; }
        .marketing .launch .card .card-body-wrapper .card-body ul li {
          line-height: 1.8; }

.numbers-list {
  padding-left: 60px;
  margin: 0;
  list-style-type: none;
  counter-reset: item; }
  .numbers-list li {
    position: relative;
    max-width: 980px;
    margin-bottom: 40px;
    font-size: 1.25rem;
    font-weight: 400;
    color: #0c0c0c;
    counter-increment: item; }
    .numbers-list li:last-child {
      padding-bottom: 0; }
    .numbers-list li:before {
      content: counter(item);
      position: absolute;
      left: -60px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 2.75rem;
      font-weight: 700;
      color: #0063ff; }

.bll_navbar .navbar-nav .nav-link {
  padding: 0; }
  .bll_navbar .navbar-nav .nav-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0c0c0c;
    padding: 0;
    height: 20px;
    line-height: 20px; }
    .bll_navbar .navbar-nav .nav-link a:hover {
      color: #0063ff; }
  .bll_navbar .navbar-nav .nav-link.nav-free-quote a {
    padding: 0 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575px) {
      .bll_navbar .navbar-nav .nav-link.nav-free-quote a {
        display: none;
        opacity: 0;
        visibility: hidden; } }
    .bll_navbar .navbar-nav .nav-link.nav-free-quote a .icon {
      display: inline-block;
      margin-left: 8px;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      font-size: 1rem; }
  .bll_navbar .navbar-nav .nav-link.nav-free-quote:hover a .icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .bll_navbar .navbar-nav .nav-link.nav-menu {
    padding: 0 0 0 20px;
    position: relative;
    padding-right: 20px; }
    .bll_navbar .navbar-nav .nav-link.nav-menu:before {
      content: "";
      display: block;
      width: 10px;
      height: 1px;
      border: 1px solid #0c0c0c;
      -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      position: absolute;
      top: 6px;
      right: 0; }
    .bll_navbar .navbar-nav .nav-link.nav-menu:after {
      content: "";
      display: block;
      width: 10px;
      height: 1px;
      border: 1px solid #0c0c0c;
      -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      position: absolute;
      right: 0;
      bottom: 5px; }
    .bll_navbar .navbar-nav .nav-link.nav-menu:hover:before {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px);
      border-color: #0063ff; }
    .bll_navbar .navbar-nav .nav-link.nav-menu:hover:after {
      border-color: #0063ff;
      -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
              transform: translateY(2px); }

.bll_navbar .navbar-nav.nav-right .nav-link.plus-icon:before {
  color: #0c0c0c; }

.bll_navbar .navbar-nav.nav-right .nav-link.nav-menu:before {
  border: 1px solid #0c0c0c; }

.bll_navbar .navbar-nav.nav-right .nav-link.nav-menu:after {
  border: 1px solid #0c0c0c; }

.bll_navbar .navbar-nav.nav-right li:first-child a {
  padding: 0 35px 0 20px; }

.bll_navbar .navbar-nav.nav-right li.nav-menu:before {
  top: 8px;
  border: 1px solid #fff; }

.bll_navbar .navbar-nav.nav-right li.nav-menu:after {
  border: 1px solid #fff;
  bottom: 6px; }

.bll_navbar .navbar-nav.nav-right li.plus-icon {
  position: relative; }
  .bll_navbar .navbar-nav.nav-right li.plus-icon:before {
    content: "\E01A";
    position: absolute;
    right: 12px;
    bottom: -1px;
    display: block;
    font-family: "iconfont";
    color: #fff; }
  .bll_navbar .navbar-nav.nav-right li.plus-icon:hover:before, .bll_navbar .navbar-nav.nav-right li.plus-icon:focus:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.bll_navbar.--scrolled {
  background-color: #f5f7fa; }
  @media (min-width: 992px) {
    .bll_navbar.--scrolled {
      padding: 15px 0; } }
  .bll_navbar.--scrolled .nav-menu:before {
    border: 1px solid #fff; }
  .bll_navbar.--scrolled .nav-menu:after {
    border: 1px solid #fff; }
  .bll_navbar.--scrolled .nav-right .nav-link.plus-icon:before {
    color: #fff; }
  .bll_navbar.--scrolled .nav-right .nav-link.nav-menu:before {
    border: 1px solid #fff; }
  .bll_navbar.--scrolled .nav-right .nav-link.nav-menu:after {
    border: 1px solid #fff; }

.bll_navbar.mobile-nav-active .navbar-nav .nav-link a {
  color: #fff; }

.bll_navbar.--white .navbar-nav .nav-link a {
  color: #fff; }

.bll_navbar.--white .navbar-nav.nav-right .nav-link a {
  color: #fff; }

.bll_navbar.--white .navbar-nav.nav-right .nav-link.plus-icon:before {
  color: #fff; }

.bll_navbar.--white .navbar-nav.nav-right .nav-menu:before {
  border-color: #fff; }

.bll_navbar.--white .navbar-nav.nav-right .nav-menu:after {
  border-color: #fff; }

.bll_navbar.--white2 .navbar-nav .nav-link a {
  color: #fff; }

.bll_navbar.--white2 .navbar-nav.nav-right .nav-link a {
  color: #0c0c0c; }

.bll_navbar.--white2 .navbar-nav.nav-right .nav-link.plus-icon:before {
  color: #0c0c0c; }

.bll_navbar.--white2 .navbar-nav.nav-right .nav-menu:before {
  border-color: #0c0c0c; }

.bll_navbar.--white2 .navbar-nav.nav-right .nav-menu:after {
  border-color: #0c0c0c; }

.bll_navbar.--white2.--scrolled .nav-right .nav-link a {
  color: #fff; }

.bll_navbar.--white2.--scrolled .nav-right .nav-link.plus-icon:before {
  color: #fff; }

.bll_navbar.--white2.--scrolled .nav-right .nav-menu:before {
  border-color: #fff; }

.bll_navbar.--white2.--scrolled .nav-right .nav-menu:after {
  border-color: #fff; }

.bll_navbar.--scrolled .navbar-nav .nav-link a {
  color: #fff; }

@media (max-width: 767px) {
  .bll_navbar.--white-works .navbar-nav .nav-link a {
    color: #fff; } }

@media (min-width: 768px) {
  .bll_navbar.--white-works .navbar-nav.nav-left .nav-link a {
    color: #fff; } }

.bll_mobile-nav--links li.--lg a {
  font-size: 4.125rem;
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    .bll_mobile-nav--links li.--lg a {
      font-size: calc(1.525rem + 3.46667vw) ; } }
  .bll_mobile-nav--links li.--lg a:before {
    width: 35px;
    border-top: 4px solid #fff; }
  .bll_mobile-nav--links li.--lg a:hover {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px); }
    .bll_mobile-nav--links li.--lg a:hover:before {
      opacity: 1;
      -webkit-transform: translateX(-50px) translateY(-50%);
          -ms-transform: translateX(-50px) translateY(-50%);
              transform: translateX(-50px) translateY(-50%); }

.bll_mobile-nav--links li:nth-child(4) {
  margin-bottom: 20px; }

.bll_home--process .row > div .icon img {
  max-width: 100px; }

.bll_testimonials--bottom-text .clutch-rating img {
  width: 32px;
  height: 37px; }

.bll_home--blog .bll_blog--item .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right; }
  @media (min-width: 992px) {
    .bll_home--blog .bll_blog--item .img-wrap img {
      height: 400px; } }
  @media (max-width: 991px) {
    .bll_home--blog .bll_blog--item .img-wrap img {
      height: 300px; } }

form .button-wrapper {
  position: relative;
  height: 62px; }
  form .button-wrapper .btn.btn-primary {
    min-width: 215px;
    width: 100%;
    text-align: left; }
    form .button-wrapper .btn.btn-primary:before {
      content: "\E005";
      font-family: "iconfont";
      position: absolute; }
  form .button-wrapper i {
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff; }
  form .button-wrapper .ajax-loader {
    display: none; }

.bll_blog--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .bll_blog--cards > article {
    display: block;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .bll_blog--cards > article {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .bll_blog--cards > article {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 768px) {
      .bll_blog--cards > article:nth-child(5n+0) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .bll_blog--cards > article:nth-child(5n+0) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 768px) {
      .bll_blog--cards > article:nth-child(5n+0) .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .bll_blog--cards > article:nth-child(5n+0) .card > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 0px;
                  flex: 1 0 0; } }
    @media (min-width: 768px) {
      .bll_blog--cards > article:nth-child(5n+0) .card .card-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        height: 560px;
        min-width: 320px;
        width: 320px; } }
    @media (min-width: 1200px) {
      .bll_blog--cards > article:nth-child(5n+0) .card .card-img {
        min-width: 360px;
        width: 360px; } }
    .bll_blog--cards > article:nth-child(5n+0) .card .card-img img {
      width: 100%;
      height: 560px; }
    @media (min-width: 768px) {
      .bll_blog--cards > article:nth-child(5n+0) .card .card-body {
        padding-top: 50px; } }
    @media (min-width: 1200px) {
      .bll_blog--cards > article:nth-child(5n+0) .card .card-body {
        padding-left: 50px;
        padding-right: 50px; } }
    .bll_blog--cards > article:nth-child(5n+0) .card .card-body h3,
    .bll_blog--cards > article:nth-child(5n+0) .card .card-body p {
      max-width: 300px; }

.bll_blog-post--hero {
  height: auto !important;
  min-height: 600px; }
  .bll_blog-post--hero-text .category a {
    color: #fff; }

.--blog .card .card-body .category {
  margin-bottom: 10px;
  margin-right: 5px; }

.bll_blog--subscribe-content .btn {
  z-index: 99; }

.bll_blog--latest-stories {
  padding-bottom: 5rem; }
  .bll_blog--latest-stories .bll_blog--pagination {
    text-align: center;
    margin-top: 40px; }
    .bll_blog--latest-stories .bll_blog--pagination .page-numbers {
      display: inline-block;
      margin-left: 6px;
      margin-left: 6px;
      color: #262626;
      font-weight: 500;
      width: 48px;
      height: 48px;
      line-height: 48px;
      border-radius: 14px;
      background-color: #fff;
      color: #262626;
      font-weight: 500; }
      @media (max-width: 991px) {
        .bll_blog--latest-stories .bll_blog--pagination .page-numbers {
          width: 38px;
          height: 38px;
          line-height: 38px;
          border-radius: 10px;
          font-size: 0.75rem; } }
      .bll_blog--latest-stories .bll_blog--pagination .page-numbers:hover {
        -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.05);
                box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.05); }
      .bll_blog--latest-stories .bll_blog--pagination .page-numbers.current {
        color: #fff;
        background-color: #0063ff;
        -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 99, 255, 0.22);
                box-shadow: 5px 10px 20px 0 rgba(0, 99, 255, 0.22); }
      .bll_blog--latest-stories .bll_blog--pagination .page-numbers.prev {
        margin-right: 30px; }
        @media (max-width: 991px) {
          .bll_blog--latest-stories .bll_blog--pagination .page-numbers.prev {
            margin-right: 6px; } }
      .bll_blog--latest-stories .bll_blog--pagination .page-numbers.next {
        margin-left: 30px; }
        @media (max-width: 991px) {
          .bll_blog--latest-stories .bll_blog--pagination .page-numbers.next {
            margin-left: 6px; } }

.bll_blog--nav-wrap {
  position: relative; }
  @media (max-width: 767px) {
    .bll_blog--nav-wrap {
      text-align: center; } }
  .bll_blog--nav-wrap .widget_categories h3 {
    display: none; }
  .bll_blog--nav-wrap .widget_categories#categories-4 ul li.current-cat a {
    color: #0063ff;
    font-weight: bold; }
    @media (min-width: 992px) {
      .bll_blog--nav-wrap .widget_categories#categories-4 ul li.current-cat a {
        color: #0c0c0c;
        border-color: #0063ff;
        font-weight: 500; } }
  .bll_blog--nav-wrap .widget_categories#categories-4 ul li:nth-child(1n+9) {
    display: none; }
  .bll_blog--nav-wrap .widget_categories#categories-5 ul {
    display: none;
    position: absolute;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 100%;
    left: 0;
    padding: 15px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 999; }
    .bll_blog--nav-wrap .widget_categories#categories-5 ul.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .bll_blog--nav-wrap .widget_categories#categories-5 ul.active {
          display: block;
          margin-top: 30px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .bll_blog--nav-wrap .widget_categories#categories-5 ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      padding-bottom: 15px;
      margin: 0;
      padding-bottom: 10px; }
      .bll_blog--nav-wrap .widget_categories#categories-5 ul li a {
        padding: 0; }

.bll_blog-post--article h1, .bll_blog-post--article h2, .bll_blog-post--article h3, .bll_blog-post--article h4, .bll_blog-post--article h5, .bll_blog-post--article h6 {
  margin-top: 30px;
  margin-bottom: 30px; }

.bll_blog-post--article img {
  max-width: 100%; }

.bll_home--awards .heading2 {
  position: relative; }

.bll_home--awards .bll_awards--bottom {
  position: relative; }

.bll_home--awards.team-slide .heading3 {
  max-width: 400px;
  padding-bottom: 50px; }

.bll_home--awards.team-slide .bll_awards--item {
  cursor: pointer; }

.bll_home--awards.team-slide .card {
  background-color: transparent; }
  .bll_home--awards.team-slide .card .card-body {
    padding: 0;
    text-align: left; }
    .bll_home--awards.team-slide .card .card-body img {
      max-width: 100%;
      width: auto;
      margin-bottom: 20px; }

.bll_home--awards.team-slide .bll_awards--bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.bll_partners .bll_blockquote .avatar {
  position: relative; }
  .bll_partners .bll_blockquote .avatar:before {
    content: "";
    display: block;
    width: 560px;
    height: 1px;
    border-top: 1px solid rgba(12, 12, 12, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }

.bll_capabilities--hero-links ul li a .icon {
  text-align: center; }
  .bll_capabilities--hero-links ul li a .icon i {
    color: #fff;
    font-size: 50px;
    opacity: 1; }

.bll_capabilities--hero-links ul li a:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  color: #fff; }
  .bll_capabilities--hero-links ul li a:hover .icon {
    opacity: 1; }

.bll_case-study--screenshots .container-fluid .row .col-md-6:nth-child(4) .heading-border {
  display: none; }

.bll_case-study--screenshots .container-fluid .row .col-md-6:nth-child(4) .screenshot-wrap {
  display: none; }

.bll_process--hero .heading1 span {
  opacity: 1; }

.error_page .bll_navbar .navbar-nav .nav-link a {
  color: #fff; }

.error_page .bll_navbar .navbar-nav .nav-item .nav-link.nav-free-quote {
  color: #fff; }

.error_page .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu {
  color: #fff; }
  .error_page .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu:before {
    border: #fff; }
  .error_page .bll_navbar .navbar-nav .nav-item .nav-link.nav-menu:after {
    border: #fff; }

.error_page .error_section {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-linear-gradient(139deg, #0042a9, #0063ff);
  background-image: -o-linear-gradient(139deg, #0042a9, #0063ff);
  background-image: linear-gradient(311deg, #0042a9, #0063ff);
  text-align: center; }
  .error_page .error_section .error_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .error_page .error_section .error_wrapper h1 {
      padding-bottom: 2rem;
      color: #fff; }

.bll_case-study--hero.--muncheez .bll_case-study--hero-text {
  min-width: 660px; }

.bll_seo--wrap .bll_seo--section .slim-wrap img {
  max-width: 100%;
  width: auto; }

.bll_works--item .card .card-body {
  padding: 40px 40px 15px 40px !important; }

.bll_works--item .card:hover .btn {
  -webkit-transform: translateY(-95px) !important;
      -ms-transform: translateY(-95px) !important;
          transform: translateY(-95px) !important; }

.bll_about--hero-text {
  padding-top: 150px; }
  @media (max-width: 767px) {
    .bll_about--hero-text {
      padding-top: 0; } }
  .bll_about--hero-text p .avatar {
    max-width: 60px;
    border-radius: 50%; }
  .bll_about--hero-text .flexbox {
    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) {
      .bll_about--hero-text .flexbox {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .bll_about--hero-text .flexbox__wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-top: 30px; }
      @media (max-width: 767px) {
        .bll_about--hero-text .flexbox__wrapper {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; } }
      .bll_about--hero-text .flexbox__wrapper img {
        width: 60px;
        border-radius: 50%; }
      .bll_about--hero-text .flexbox__wrapper--text {
        padding-left: 30px; }
        .bll_about--hero-text .flexbox__wrapper--text h2 {
          font-size: 19px; }
        .bll_about--hero-text .flexbox__wrapper--text p {
          font-size: 16px;
          margin: 0; }

.bll_about--process-sec2 .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.bll_about--process-sec2 .bbl_section--text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.bll_about--process-sec2 .bbl_section--image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

/* ////========== HOME STYLES =========//// */
.bll_home--hero {
  padding-top: 3.125rem;
  position: relative; }
  @media (min-width: 768px) {
    .bll_home--hero {
      padding-top: 1.25rem;
      padding-bottom: 6.25rem;
      min-height: 700px;
      height: 100vh;
      max-height: 900px; } }
  @media (min-width: 992px) {
    .bll_home--hero {
      padding-top: 0.625rem;
      min-height: 750px; } }
  @media (min-width: 992px) and (min-height: 900px) {
    .bll_home--hero {
      padding-top: 3.125rem; } }
  .bll_home--hero .container-fluid {
    position: relative;
    height: 100%; }
  .bll_home--hero-wrap {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .bll_home--hero-wrap {
        margin-top: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .bll_home--hero-wrap > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 50%;
                  flex: 1 0 50%; } }
  .bll_home--hero-bg {
    display: block;
    width: 100%;
    height: 40%;
    background-color: #f5f7fa;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .bll_home--hero-bg {
        width: 70%;
        height: 100%;
        top: 0;
        right: auto;
        bottom: 0; } }
    @media (min-width: 1300px) {
      .bll_home--hero-bg {
        width: 70%; } }
    @media (min-width: 1500px) {
      .bll_home--hero-bg {
        width: 65%; } }
  .bll_home--hero-text {
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .bll_home--hero-text {
        margin-bottom: 40px;
        text-align: center; } }
    @media (min-width: 768px) {
      .bll_home--hero-text {
        padding-top: 5%; } }
    @media (min-width: 992px) {
      .bll_home--hero-text {
        padding-top: 7%; } }
    .bll_home--hero-text .btn {
      margin-top: 30px; }
      @media (min-width: 992px) {
        .bll_home--hero-text .btn {
          margin-top: 40px; } }
      @media (min-width: 1200px) {
        .bll_home--hero-text .btn {
          margin-top: 55px; } }
    .bll_home--hero-text .btn-hero {
      overflow: hidden;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .bll_home--hero-text .btn-hero span {
        display: inline-block; }
  .bll_home--hero-image {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) and (max-width: 991px) {
      .bll_home--hero-image {
        height: 580px; } }
    .bll_home--hero-image img {
      display: block; }
      @media (max-width: 767px) {
        .bll_home--hero-image img {
          margin-left: auto;
          margin-right: auto;
          max-width: 100%;
          height: auto;
          -webkit-transform: translateX(5%);
              -ms-transform: translateX(5%);
                  transform: translateX(5%); } }
      @media (max-width: 575px) {
        .bll_home--hero-image img {
          margin-left: auto;
          margin-right: auto;
          max-width: 130%;
          -webkit-transform: translateX(-8%);
              -ms-transform: translateX(-8%);
                  transform: translateX(-8%); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .bll_home--hero-image img {
          -webkit-transform: scale(0.8) translateX(-15%);
              -ms-transform: scale(0.8) translateX(-15%);
                  transform: scale(0.8) translateX(-15%);
          -webkit-transform-origin: top left;
              -ms-transform-origin: top left;
                  transform-origin: top left; } }
      @media (min-width: 992px) {
        .bll_home--hero-image img {
          -webkit-transform: translateX(-15%);
              -ms-transform: translateX(-15%);
                  transform: translateX(-15%);
          -webkit-transform: scale(0.9) translateX(-15%);
              -ms-transform: scale(0.9) translateX(-15%);
                  transform: scale(0.9) translateX(-15%);
          -webkit-transform-origin: top center;
              -ms-transform-origin: top center;
                  transform-origin: top center; } }
      @media (min-width: 992px) and (min-height: 800px) {
        .bll_home--hero-image img {
          -webkit-transform: scale(1) translateX(-15%);
              -ms-transform: scale(1) translateX(-15%);
                  transform: scale(1) translateX(-15%); } }
  .bll_home--hero-logos {
    position: relative;
    z-index: 2;
    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;
    margin-top: -40px; }
    @media (max-width: 575px) {
      .bll_home--hero-logos {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: -40px; } }
    @media (min-width: 768px) {
      .bll_home--hero-logos {
        margin-top: 0;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: -30px; } }
    .bll_home--hero-logos .trusted,
    .bll_home--hero-logos .awards {
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 576px) {
        .bll_home--hero-logos .trusted,
        .bll_home--hero-logos .awards {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: left;
          margin-bottom: 30px; } }
    .bll_home--hero-logos .trusted {
      margin-right: 40px; }
    .bll_home--hero-logos h4 {
      font-size: 0.75rem;
      font-weight: 500;
      margin-bottom: 0;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .bll_home--hero-logos h4 {
          margin-right: 0;
          width: 100%; } }
    .bll_home--hero-logos .logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0; }
      .bll_home--hero-logos .logos li {
        display: inline-block; }
        .bll_home--hero-logos .logos li:not(:last-child) {
          margin-right: 30px; }
        @media (max-width: 767px) {
          .bll_home--hero-logos .logos li {
            margin-right: 0 !important; }
            .bll_home--hero-logos .logos li img {
              -webkit-transform: scale(0.7);
                  -ms-transform: scale(0.7);
                      transform: scale(0.7); } }
  .bll_home--hero.--blue {
    background-image: -webkit-linear-gradient(148deg, #232fb8, #4554ff);
    background-image: -o-linear-gradient(148deg, #232fb8, #4554ff);
    background-image: linear-gradient(302deg, #232fb8, #4554ff); }
    @media (min-width: 768px) {
      .bll_home--hero.--blue .bll_home--hero-wrap {
        margin-top: 50px; } }
    .bll_home--hero.--blue .bll_home--hero-text {
      position: relative;
      z-index: 3; }
      @media (min-width: 768px) {
        .bll_home--hero.--blue .bll_home--hero-text {
          margin-top: 10%; } }
      .bll_home--hero.--blue .bll_home--hero-text h1, .bll_home--hero.--blue .bll_home--hero-text h2, .bll_home--hero.--blue .bll_home--hero-text h3, .bll_home--hero.--blue .bll_home--hero-text h4, .bll_home--hero.--blue .bll_home--hero-text h5, .bll_home--hero.--blue .bll_home--hero-text h6, .bll_home--hero.--blue .bll_home--hero-text p {
        color: #fff; }
    .bll_home--hero.--blue .bll_home--hero-image {
      position: relative;
      z-index: 2; }
      .bll_home--hero.--blue .bll_home--hero-image img {
        display: block; }
        @media (max-width: 767px) {
          .bll_home--hero.--blue .bll_home--hero-image img {
            margin-left: auto;
            margin-right: auto;
            max-width: 150%;
            height: auto;
            -webkit-transform: translateX(-18%);
                -ms-transform: translateX(-18%);
                    transform: translateX(-18%); } }
        @media (min-width: 768px) and (max-width: 991px) {
          .bll_home--hero.--blue .bll_home--hero-image img {
            -webkit-transform: scale(0.9) translateX(-25%);
                -ms-transform: scale(0.9) translateX(-25%);
                    transform: scale(0.9) translateX(-25%);
            -webkit-transform-origin: top left;
                -ms-transform-origin: top left;
                    transform-origin: top left; } }
        @media (min-width: 992px) {
          .bll_home--hero.--blue .bll_home--hero-image img {
            -webkit-transform: translateX(-15%);
                -ms-transform: translateX(-15%);
                    transform: translateX(-15%);
            -webkit-transform: scale(0.9) translateX(-25%);
                -ms-transform: scale(0.9) translateX(-25%);
                    transform: scale(0.9) translateX(-25%);
            -webkit-transform-origin: top left;
                -ms-transform-origin: top left;
                    transform-origin: top left; } }
        @media (min-width: 992px) and (min-height: 850px) {
          .bll_home--hero.--blue .bll_home--hero-image img {
            -webkit-transform: scale(1) translateX(-25%);
                -ms-transform: scale(1) translateX(-25%);
                    transform: scale(1) translateX(-25%); } }
      .bll_home--hero.--blue .bll_home--hero-image-bg {
        display: block;
        width: 960px;
        height: 960px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.05);
        position: absolute;
        margin: atuo;
        left: 50px;
        bottom: 100px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .bll_home--hero.--blue .bll_home--hero-image-bg {
            left: 0;
            bottom: 0; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .bll_home--hero.--blue .bll_home--hero-image-bg {
            width: 800px;
            height: 800px;
            left: 0;
            bottom: 100px; } }
        @media (max-width: 575px) {
          .bll_home--hero.--blue .bll_home--hero-image-bg {
            width: 750px;
            height: 750px;
            left: -20px;
            bottom: 50px; } }
    .bll_home--hero.--blue .bll_home--hero-logos {
      color: #fff; }
      .bll_home--hero.--blue .bll_home--hero-logos h4 {
        color: #fff; }

.bll_home--clients {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative; }
  @media (max-width: 1200px) {
    .bll_home--clients {
      padding-top: calc(6.25rem + 8.33333vw);
      padding-bottom: calc(6.25rem + 8.33333vw); } }
  .bll_home--clients-header {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.375rem; }
    @media (max-width: 1200px) {
      .bll_home--clients-header {
        margin-bottom: calc(4.688rem + 6.25vw); } }
    @media (max-width: 767px) {
      .bll_home--clients-header {
        max-width: 500px; } }
    .bll_home--clients-header .heading2 {
      margin-bottom: 0; }
  .bll_home--clients .bll_section .bll_section--text > .icon {
    width: 60px;
    height: 60px;
    border-radius: 24px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
            box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
    margin-bottom: 30px;
    overflow: hidden; }
    .bll_home--clients .bll_section .bll_section--text > .icon img {
      border-radius: 24px; }
  .bll_home--clients .bll_section .bll_section--text .heading3 {
    margin-bottom: 25px; }
    .bll_home--clients .bll_section .bll_section--text .heading3 strong {
      display: block;
      font-weight: 500; }
  .bll_home--clients .bll_section .bll_section--text .case-study-link {
    color: #0c0c0c;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bll_home--clients .bll_section .bll_section--text .case-study-link span {
      display: inline-block; }
    .bll_home--clients .bll_section .bll_section--text .case-study-link:hover {
      color: #0063ff; }
      .bll_home--clients .bll_section .bll_section--text .case-study-link:hover .icon {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; }
    .bll_home--clients .bll_section .bll_section--text .case-study-link .icon {
      display: inline-block;
      margin-left: 15px;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      position: relative;
      top: 2px;
      -webkit-transition: linear !important;
      -o-transition: linear !important;
      transition: linear !important; }
  .bll_home--clients .bll_section .bll_section--image {
    position: relative; }
    @media (max-width: 767px) {
      .bll_home--clients .bll_section .bll_section--image {
        margin-top: 60px; } }
    .bll_home--clients .bll_section .bll_section--image .bg-circle {
      display: block;
      width: 540px;
      height: 540px;
      border-radius: 50%;
      background-color: #0c0c0c;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 991px) {
        .bll_home--clients .bll_section .bll_section--image .bg-circle {
          width: 440px;
          height: 440px; } }
      @media (max-width: 767px) {
        .bll_home--clients .bll_section .bll_section--image .bg-circle {
          width: 340px;
          height: 340px; } }
    .bll_home--clients .bll_section .bll_section--image .image-wrap {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .bll_home--clients .bll_section .bll_section--image img {
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      margin: auto; }
      @media (min-width: 768px) {
        .bll_home--clients .bll_section .bll_section--image img {
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .bll_home--clients .bll_section .bll_section--image img {
          -webkit-transform: scale(0.7);
              -ms-transform: scale(0.7);
                  transform: scale(0.7); } }
      @media (max-width: 767px) {
        .bll_home--clients .bll_section .bll_section--image img {
          position: absolute;
          left: 50%;
          -webkit-transform: scale(0.6) translateX(-90%);
              -ms-transform: scale(0.6) translateX(-90%);
                  transform: scale(0.6) translateX(-90%);
          -webkit-transform-origin: top center;
              -ms-transform-origin: top center;
                  transform-origin: top center; } }
    .bll_home--clients .bll_section .bll_section--image .video-wrapper {
      display: inline-block;
      top: 55px;
      left: 175px;
      max-width: 280px;
      width: 100%;
      background: transparent; }
      @media (min-width: 768px) {
        .bll_home--clients .bll_section .bll_section--image .video-wrapper {
          margin: auto;
          position: absolute;
          top: 20px;
          left: 0;
          bottom: 20px;
          right: 0;
          -webkit-transform: translate(8%, 5%);
              -ms-transform: translate(8%, 5%);
                  transform: translate(8%, 5%); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .bll_home--clients .bll_section .bll_section--image .video-wrapper {
          top: 25px;
          bottom: 65px;
          max-width: 195px;
          -webkit-transform: translate(18%, 3%);
              -ms-transform: translate(18%, 3%);
                  transform: translate(18%, 3%); } }
      @media (max-width: 767px) {
        .bll_home--clients .bll_section .bll_section--image .video-wrapper {
          position: absolute;
          left: 50%;
          top: 30px;
          height: 350px;
          max-width: 210px;
          -webkit-transform: scale(0.8) translateX(-57%);
              -ms-transform: scale(0.8) translateX(-57%);
                  transform: scale(0.8) translateX(-57%); } }
      .bll_home--clients .bll_section .bll_section--image .video-wrapper video {
        display: inline-block;
        width: 100%;
        height: 100%; }
  .bll_home--clients-1 .bg-circle {
    background-image: -webkit-linear-gradient(225deg, #ffda8f, #c6243c);
    background-image: -o-linear-gradient(225deg, #ffda8f, #c6243c);
    background-image: linear-gradient(225deg, #ffda8f, #c6243c); }
  @media (min-width: 768px) and (max-width: 991px) {
    .bll_home--clients-1 .image-wrap img {
      -webkit-transform: translate(-5%, 5%) scale(0.7);
          -ms-transform: translate(-5%, 5%) scale(0.7);
              transform: translate(-5%, 5%) scale(0.7); } }
  @media (min-width: 768px) {
    .bll_home--clients-1 .image-wrap img {
      -webkit-transform: translate(-5%, 5%);
          -ms-transform: translate(-5%, 5%);
              transform: translate(-5%, 5%); } }
  .bll_home--clients-2 .bg-circle {
    background-image: -webkit-linear-gradient(45deg, #78ffd6, #007991);
    background-image: -o-linear-gradient(45deg, #78ffd6, #007991);
    background-image: linear-gradient(45deg, #78ffd6, #007991); }
  @media (min-width: 768px) and (max-width: 991px) {
    .bll_home--clients-2 .image-wrap img {
      -webkit-transform: translate(-33%, 10%) scale(0.7) !important;
          -ms-transform: translate(-33%, 10%) scale(0.7) !important;
              transform: translate(-33%, 10%) scale(0.7) !important; } }
  @media (min-width: 768px) {
    .bll_home--clients-2 .image-wrap img {
      -webkit-transform: translate(-33%, 12%);
          -ms-transform: translate(-33%, 12%);
              transform: translate(-33%, 12%); } }
  .bll_home--clients-3 .bg-circle {
    background-image: -webkit-linear-gradient(135deg, #0a65f4, #00e3ff 98%);
    background-image: -o-linear-gradient(135deg, #0a65f4, #00e3ff 98%);
    background-image: linear-gradient(315deg, #0a65f4, #00e3ff 98%); }
  @media (min-width: 768px) {
    .bll_home--clients-3 .image-wrap img {
      -webkit-transform: translate(-7%, 7%);
          -ms-transform: translate(-7%, 7%);
              transform: translate(-7%, 7%); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bll_home--clients-3 .image-wrap img {
      -webkit-transform: translate(-15%, 2%) scale(0.7) !important;
          -ms-transform: translate(-15%, 2%) scale(0.7) !important;
              transform: translate(-15%, 2%) scale(0.7) !important; } }
  .bll_home--clients-3 .image-wrap .video-wrapper {
    max-width: 395px !important; }
    @media (min-width: 1200px) {
      .bll_home--clients-3 .image-wrap .video-wrapper {
        top: 0 !important;
        bottom: 0 !important;
        -webkit-transform: translate(2%, 5%) !important;
            -ms-transform: translate(2%, 5%) !important;
                transform: translate(2%, 5%) !important; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .bll_home--clients-3 .image-wrap .video-wrapper {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        -webkit-transform: translate(26%, 6%) !important;
            -ms-transform: translate(26%, 6%) !important;
                transform: translate(26%, 6%) !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bll_home--clients-3 .image-wrap .video-wrapper {
        position: relative !important;
        max-width: 280px !important;
        top: 22px !important;
        -webkit-transform: translate(37%, 3%) !important;
            -ms-transform: translate(37%, 3%) !important;
                transform: translate(37%, 3%) !important; } }
    @media (max-width: 767px) {
      .bll_home--clients-3 .image-wrap .video-wrapper {
        top: 10px !important;
        max-width: 300px !important;
        height: 393px !important;
        -webkit-transform: scale(0.8) translateX(-69%) !important;
            -ms-transform: scale(0.8) translateX(-69%) !important;
                transform: scale(0.8) translateX(-69%) !important; } }
  .bll_home--clients-4 .bg-circle {
    background-image: -webkit-linear-gradient(225deg, #fdd271, #98805c);
    background-image: -o-linear-gradient(225deg, #fdd271, #98805c);
    background-image: linear-gradient(225deg, #fdd271, #98805c);
    -webkit-box-shadow: 20px 80px 160px 0 rgba(12, 12, 12, 0.22);
            box-shadow: 20px 80px 160px 0 rgba(12, 12, 12, 0.22); }
  @media (min-width: 768px) {
    .bll_home--clients-4 .image-wrap img {
      -webkit-transform: translate(-5%, 5%);
          -ms-transform: translate(-5%, 5%);
              transform: translate(-5%, 5%); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bll_home--clients-4 .image-wrap img {
      -webkit-transform: translate(-5%, 5%) scale(0.7);
          -ms-transform: translate(-5%, 5%) scale(0.7);
              transform: translate(-5%, 5%) scale(0.7); } }
  .bll_home--clients-testimonial {
    max-width: 480px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.375rem; }
    @media (max-width: 1200px) {
      .bll_home--clients-testimonial {
        margin-top: calc(4.688rem + 6.25vw); } }
    .bll_home--clients-testimonial .avatar {
      margin-bottom: 30px;
      position: relative; }
      .bll_home--clients-testimonial .avatar:before {
        content: "";
        display: block;
        width: 560px;
        height: 1px;
        border-top: 1px solid rgba(12, 12, 12, 0.1);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%); }
      .bll_home--clients-testimonial .avatar img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-box-shadow: 0 22px 22px 0 rgba(12, 12, 12, 0.11);
                box-shadow: 0 22px 22px 0 rgba(12, 12, 12, 0.11);
        position: relative;
        z-index: 2; }
    .bll_home--clients-testimonial blockquote {
      margin-bottom: 0; }
      .bll_home--clients-testimonial blockquote q {
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.33;
        text-align: center;
        color: #0c0c0c;
        margin-bottom: 25px; }
      .bll_home--clients-testimonial blockquote cite {
        display: block;
        font-style: normal; }
        .bll_home--clients-testimonial blockquote cite h4 {
          font-size: 1rem;
          color: #0c0c0c; }
        .bll_home--clients-testimonial blockquote cite p {
          color: #959595;
          line-height: 1.25; }
    .bll_home--clients-testimonial .btn {
      margin-top: 30px; }
      @media (min-width: 1200px) {
        .bll_home--clients-testimonial .btn {
          margin-top: 45px; } }

.bll_home--awards {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
  background-color: #f5f7fa; }
  @media (max-width: 1200px) {
    .bll_home--awards {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_home--awards .heading2 {
    margin-bottom: 5rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 1200px) {
      .bll_home--awards .heading2 {
        margin-bottom: calc(1.875rem + 4.16667vw); } }

.bll_awards--wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .bll_awards--wrap {
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .bll_awards--wrap {
      width: 1440px; } }

.bll_awards--item {
  margin-left: 15px;
  margin-right: 15px;
  width: 260px; }
  .bll_awards--item .card {
    text-align: center;
    margin-top: 24px; }
    @media (max-width: 480px) {
      .bll_awards--item .card {
        height: 325px; } }
    .bll_awards--item .card .card-body {
      padding: 60px 35px 40px 35px;
      overflow: hidden; }
    .bll_awards--item .card img {
      margin: 0 auto;
      margin-bottom: 40px; }
    .bll_awards--item .card h3 {
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.33;
      letter-spacing: -0.5px;
      color: #262626;
      margin-bottom: 12px; }
    @media (max-width: 480px) {
      .bll_awards--item .card p {
        font-size: 0.875rem; } }
  .bll_awards--item:focus {
    outline: none; }
  @media (min-width: 576px) {
    .bll_awards--item:nth-child(even) .card {
      margin-top: 114px; } }
  .bll_awards--item.--star .card {
    position: relative; }
    .bll_awards--item.--star .card:before {
      content: "";
      display: block;
      width: 48px;
      height: 48px;
      background: url("../svg/star-badge.svg") no-repeat center;
      background-size: 48px;
      position: absolute;
      margin: auto;
      top: -24px;
      left: 0;
      right: 0; }

.bll_awards--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .bll_awards--bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      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; } }
  .bll_awards--bottom-text {
    font-size: 1.125rem;
    max-width: 460px; }
    @media (max-width: 767px) {
      .bll_awards--bottom-text {
        margin-top: 40px; } }
    .bll_awards--bottom-text p {
      margin-bottom: 30px; }
  .bll_awards--bottom-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .bll_awards--bottom-nav > a {
      display: block;
      width: 20px;
      height: 16px;
      font-size: 0;
      opacity: 0.2;
      background-image: url("../svg/arrow-next.svg");
      background-repeat: no-repeat;
      background-position: center right; }
      .bll_awards--bottom-nav > a:hover {
        width: 100px;
        opacity: 1; }
      .bll_awards--bottom-nav > a.nav-prev {
        background-image: url("../svg/arrow-prev.svg");
        background-position: center left;
        margin-right: 20px; }

.bll_home--services {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative; }
  @media (max-width: 1200px) {
    .bll_home--services {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .bll_home--services {
      padding-bottom: 0; } }
  .bll_home--services .heading2 {
    margin-bottom: 7.813rem; }
    @media (max-width: 1200px) {
      .bll_home--services .heading2 {
        margin-bottom: calc(1.563rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .bll_home--services-image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 40px;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .bll_home--services-image::after {
      display: block;
      clear: both;
      content: ""; }
    .bll_home--services-image img {
      float: right; } }
  @media (max-width: 767px) {
    .bll_home--services-image img {
      max-width: 110%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .bll_home--services-image img {
      -webkit-transform: translateX(-50px);
          -ms-transform: translateX(-50px);
              transform: translateX(-50px); } }
  @media (min-width: 1200px) {
    .bll_home--services-image img {
      -webkit-transform: translateX(-100px);
          -ms-transform: translateX(-100px);
              transform: translateX(-100px); } }
  @media (max-width: 767px) {
    .bll_home--services-text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .bll_home--services-text .bll_home--services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .bll_home--services-text .bll_home--services-list .services-set {
      width: 50%;
      margin-bottom: 20px; }
      @media (max-width: 400px) {
        .bll_home--services-text .bll_home--services-list .services-set {
          width: 100%; } }
      .bll_home--services-text .bll_home--services-list .services-set h3 {
        font-size: 1.125rem;
        font-weight: bold;
        margin-bottom: 15px; }
      .bll_home--services-text .bll_home--services-list .services-set ul {
        margin-bottom: 0; }
        .bll_home--services-text .bll_home--services-list .services-set ul li {
          font-size: 1.125rem;
          margin-bottom: 7px;
          color: rgba(12, 12, 12, 0.7); }
  .bll_home--services-text-bottom {
    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;
    padding-top: 5rem; }
    @media (max-width: 1200px) {
      .bll_home--services-text-bottom {
        padding-top: calc(1.875rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .bll_home--services-text-bottom {
        padding-top: 20px; } }
    .bll_home--services-text-bottom .btn {
      margin-right: 40px;
      margin-bottom: 20px; }
    .bll_home--services-text-bottom .rating {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .bll_home--services-text-bottom .rating img {
        width: 120px;
        margin-right: 20px; }
      .bll_home--services-text-bottom .rating p {
        font-size: 0.875rem;
        line-height: 1.71;
        letter-spacing: -0.5px;
        color: #70757b; }
        .bll_home--services-text-bottom .rating p strong {
          display: block;
          font-size: 1.125rem;
          font-weight: 500;
          line-height: 1.33;
          color: #0c0c0c; }

.bll_home--process {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative; }
  @media (max-width: 1200px) {
    .bll_home--process {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_home--process .heading2 {
    margin-bottom: 9.375rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1200px) {
      .bll_home--process .heading2 {
        margin-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_home--process .row > div {
    text-align: center;
    margin-bottom: 100px; }
    .bll_home--process .row > div:nth-child(1), .bll_home--process .row > div:nth-child(2) {
      position: relative;
      margin-bottom: 140px; }
      .bll_home--process .row > div:nth-child(1):after, .bll_home--process .row > div:nth-child(2):after {
        content: "";
        display: block;
        width: 160px;
        height: 30px;
        background: url("../svg/dotted-line.svg") no-repeat center;
        background-size: 160px 30px; }
        @media (max-width: 767px) {
          .bll_home--process .row > div:nth-child(1):after, .bll_home--process .row > div:nth-child(2):after {
            opacity: 0.5;
            position: absolute;
            margin: auto;
            bottom: -80px;
            left: 0;
            right: 0;
            -webkit-transform: rotate(90deg) scale(0.5);
                -ms-transform: rotate(90deg) scale(0.5);
                    transform: rotate(90deg) scale(0.5); } }
        @media (min-width: 768px) {
          .bll_home--process .row > div:nth-child(1):after, .bll_home--process .row > div:nth-child(2):after {
            opacity: 0.2;
            position: absolute;
            top: 40px;
            right: -25%;
            -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                    transform: scale(0.8); } }
        @media (min-width: 1200px) {
          .bll_home--process .row > div:nth-child(1):after, .bll_home--process .row > div:nth-child(2):after {
            right: -18%;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); } }
    @media (max-width: 767px) {
      .bll_home--process .row > div:nth-child(2):after {
        -webkit-transform: rotate(-90deg) scale(0.5);
            -ms-transform: rotate(-90deg) scale(0.5);
                transform: rotate(-90deg) scale(0.5); } }
    @media (min-width: 768px) {
      .bll_home--process .row > div:nth-child(2):after {
        top: 10px;
        -webkit-transform: rotate(-180deg) scale(0.8);
            -ms-transform: rotate(-180deg) scale(0.8);
                transform: rotate(-180deg) scale(0.8); } }
    @media (min-width: 1200px) {
      .bll_home--process .row > div:nth-child(2):after {
        right: -18%;
        -webkit-transform: rotate(-180deg) scale(1);
            -ms-transform: rotate(-180deg) scale(1);
                transform: rotate(-180deg) scale(1); } }
    .bll_home--process .row > div .icon {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .bll_home--process .row > div .icon {
          margin-bottom: 65px; } }
    .bll_home--process .row > div h3 {
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.09;
      letter-spacing: -0.6px;
      color: #262626;
      margin-bottom: 15px; }
    .bll_home--process .row > div p {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }
  .bll_home--process .bll_home--process-bottom {
    text-align: center;
    padding-top: 50px;
    position: relative; }
    .bll_home--process .bll_home--process-bottom:before {
      content: "";
      display: block;
      width: 120px;
      height: 1px;
      background-color: rgba(12, 12, 12, 0.1);
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0; }
    .bll_home--process .bll_home--process-bottom .btn {
      margin-top: 30px; }

.bll_testimonials {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
  background-color: #f5f7fa; }
  @media (max-width: 1200px) {
    .bll_testimonials {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_testimonials--header {
    text-align: center;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6.25rem; }
    @media (max-width: 1200px) {
      .bll_testimonials--header {
        padding-bottom: calc(3.125rem + 4.16667vw); } }
    .bll_testimonials--header img {
      margin-bottom: 30px; }

.bll_testimonials--wrap {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .bll_testimonials--wrap {
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .bll_testimonials--wrap {
      width: 1400px; } }

.bll_testimonials--item {
  margin-left: 15px;
  margin-right: 15px; }
  .bll_testimonials--item:focus {
    outline: none; }
  .bll_testimonials--item .card {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      .bll_testimonials--item .card {
        width: 460px; } }
    .bll_testimonials--item .card .card-body {
      max-width: 340px;
      padding: 50px 0;
      margin-left: auto;
      margin-right: auto; }
    .bll_testimonials--item .card .avatar {
      margin-bottom: 30px; }
      .bll_testimonials--item .card .avatar > img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-box-shadow: 0 22px 22px 0 rgba(12, 12, 12, 0.11);
                box-shadow: 0 22px 22px 0 rgba(12, 12, 12, 0.11); }
    .bll_testimonials--item .card blockquote q {
      display: block;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.33;
      color: #0c0c0c;
      margin-bottom: 30px; }
    .bll_testimonials--item .card blockquote cite {
      font-style: normal; }
      .bll_testimonials--item .card blockquote cite h4 {
        font-size: 1rem;
        font-weight: normal;
        margin-bottom: 0; }
      .bll_testimonials--item .card blockquote cite p {
        color: #959595; }

.bll_testimonials--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .bll_testimonials--bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      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; } }
  .bll_testimonials--bottom-text {
    font-size: 1.125rem;
    max-width: 460px; }
    @media (max-width: 767px) {
      .bll_testimonials--bottom-text {
        margin-top: 40px; } }
    @media (min-width: 768px) {
      .bll_testimonials--bottom-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .bll_testimonials--bottom-text > p {
      font-size: 0.875rem;
      letter-spacing: -0.3px;
      color: #0c0c0c; }
    .bll_testimonials--bottom-text .clutch-rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px;
      padding-right: 20px;
      position: relative;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .bll_testimonials--bottom-text .clutch-rating {
          margin-bottom: 0; }
          .bll_testimonials--bottom-text .clutch-rating:after {
            content: "";
            display: block;
            width: 1px;
            height: 20px;
            background-color: rgba(12, 12, 12, 0.1);
            position: absolute;
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0; } }
      .bll_testimonials--bottom-text .clutch-rating img {
        margin-right: 15px; }
      .bll_testimonials--bottom-text .clutch-rating p {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.3px;
        color: #0c0c0c; }
  .bll_testimonials--bottom-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .bll_testimonials--bottom-nav > a {
      display: block;
      width: 20px;
      height: 16px;
      font-size: 0;
      opacity: 0.2;
      background-image: url("../svg/arrow-next.svg");
      background-repeat: no-repeat;
      background-position: center right; }
      .bll_testimonials--bottom-nav > a:hover {
        width: 100px;
        opacity: 1; }
      .bll_testimonials--bottom-nav > a.nav-prev {
        background-image: url("../svg/arrow-prev.svg");
        background-position: center left;
        margin-right: 20px; }

.bll_home--blog {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  background-color: #f5f7fa; }
  @media (max-width: 1200px) {
    .bll_home--blog {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .bll_home--blog-header {
    max-width: 460px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.25rem;
    padding-left: 35px; }
    @media (max-width: 1200px) {
      .bll_home--blog-header {
        margin-bottom: calc(3.125rem + 4.16667vw); } }
    @media (min-width: 768px) {
      .bll_home--blog-header {
        -webkit-transform: translateX(100px);
            -ms-transform: translateX(100px);
                transform: translateX(100px); } }
    @media (min-width: 1200px) {
      .bll_home--blog-header {
        -webkit-transform: translateX(200px);
            -ms-transform: translateX(200px);
                transform: translateX(200px); } }
    .bll_home--blog-header:before {
      content: "";
      display: block;
      width: 1px;
      height: 120px;
      background-color: rgba(12, 12, 12, 0.1);
      position: absolute;
      left: 0;
      bottom: 10px; }
    .bll_home--blog-header .heading2 {
      max-width: 360px;
      margin-bottom: 20px; }
    .bll_home--blog-header p {
      font-size: 1.125rem; }
    .bll_home--blog-header a {
      display: block;
      margin-top: 30px;
      font-size: 1.125rem; }

@media (min-width: 1200px) {
  .bll_blog--wrap {
    margin-left: -20px;
    margin-right: -20px; } }

@media (min-width: 1200px) {
  .bll_blog--wrap > div {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 768px) {
  .bll_blog--wrap > div:nth-child(2) .bll_blog--item {
    margin-top: 100px; } }

@media (min-width: 1200px) {
  .bll_blog--wrap > div:nth-child(2) .bll_blog--item {
    margin-top: 120px; } }

@media (min-width: 768px) {
  .bll_blog--wrap > div:nth-child(3) .bll_blog--item {
    margin-top: 200px; } }

@media (min-width: 1200px) {
  .bll_blog--wrap > div:nth-child(3) .bll_blog--item {
    margin-top: 240px; } }

.bll_blog--item {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  .bll_blog--item:hover .img-wrap {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: scale(0.98) !important;
        -ms-transform: scale(0.98) !important;
            transform: scale(0.98) !important; }
  .bll_blog--item .img-wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
    .bll_blog--item .img-wrap img {
      max-width: 100%;
      height: auto; }
    .bll_blog--item .img-wrap .img-plus {
      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;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
      transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s; }
      .bll_blog--item .img-wrap .img-plus .icon {
        font-size: 1.125rem;
        color: #0c0c0c;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit; }
  .bll_blog--item p {
    color: #0c0c0c;
    font-size: 1.25rem;
    -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s; }
  .bll_blog--item:hover .img-plus {
    background-color: #3444f1;
    width: 100px;
    height: 100px; }
    .bll_blog--item:hover .img-plus .icon {
      color: #fff; }
  .bll_blog--item:hover p {
    color: #0063ff; }

/* ////========== GET QUOTE STYLES =========//// */
.bll_get-quote--hero {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
  background-color: #f5f7fa; }
  @media (max-width: 1200px) {
    .bll_get-quote--hero {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .bll_get-quote--hero {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  .bll_get-quote--hero-bg {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .bll_get-quote--hero-bg {
        width: 80%;
        height: 100%;
        top: 0;
        right: auto;
        bottom: 0; } }
    @media (min-width: 1400px) {
      .bll_get-quote--hero-bg {
        width: 70%; } }
  .bll_get-quote--hero-wrap {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .bll_get-quote--hero-wrap {
        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; } }
  .bll_get-quote--hero-form {
    position: relative;
    z-index: 2;
    max-width: 560px;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .bll_get-quote--hero-form {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px; } }
    .bll_get-quote--hero-form .form_header {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .bll_get-quote--hero-form .form_header {
          margin-bottom: 40px; } }
      .bll_get-quote--hero-form .form_header .heading2 {
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .bll_get-quote--hero-form .form_header .heading2 {
            margin-bottom: 25px; } }
      @media (min-width: 768px) {
        .bll_get-quote--hero-form .form_header p {
          font-size: 1.125rem; } }
  .bll_get-quote--hero-offices {
    width: 360px;
    height: 560px;
    background-color: #fff;
    -webkit-box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.33);
            box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.33); }
    @media (max-width: 767px) {
      .bll_get-quote--hero-offices {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
        width: 100%; } }
    .bll_get-quote--hero-offices .office-item {
      width: 360px;
      height: 560px;
      background-color: #0063ff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative; }
      .bll_get-quote--hero-offices .office-item p {
        position: absolute;
        bottom: -20px;
        right: 0; }
    .bll_get-quote--hero-offices-wrap {
      position: relative; }
      .bll_get-quote--hero-offices-wrap .visit {
        margin-top: 30px;
        text-align: right;
        max-width: 100px;
        float: right; }
        @media (max-width: 767px) {
          .bll_get-quote--hero-offices-wrap .visit {
            display: none; } }
    .bll_get-quote--hero-offices-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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 40px;
      height: 90px;
      position: absolute;
      margin: auto;
      top: 0;
      right: -20px;
      bottom: 0;
      z-index: 3; }
      @media (max-width: 767px) {
        .bll_get-quote--hero-offices-nav {
          width: 90px;
          height: 40px;
          top: auto;
          left: 0;
          right: 0;
          bottom: -20px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .bll_get-quote--hero-offices-nav > 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;
        background-color: #fff;
        border-radius: 50%;
        font-size: 0.875rem;
        color: #0c0c0c; }
        @media (max-width: 767px) {
          .bll_get-quote--hero-offices-nav > a {
            min-width: 40px; } }
        .bll_get-quote--hero-offices-nav > a .icon {
          -webkit-transform: translateY(2px);
              -ms-transform: translateY(2px);
                  transform: translateY(2px); }
        .bll_get-quote--hero-offices-nav > a:hover {
          background-color: #0063ff;
          color: #fff; }

/* ////========== WORKS STYLES =========//// */
.wrapper.--works .bll_partners {
  background-color: #f5f7fa; }

.bll_works--hero {
  padding-top: 7.813rem;
  padding-bottom: 7.813rem;
  position: relative;
  background-color: #f5f7fa;
  color: #fff; }
  @media (max-width: 1200px) {
    .bll_works--hero {
      padding-top: calc(3.125rem + 6.25vw);
      padding-bottom: calc(3.125rem + 6.25vw); } }
  @media (max-width: 767px) {
    .bll_works--hero {
      padding-top: 6.25rem; } }
  .bll_works--hero-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .bll_works--hero-bg {
        width: 70%;
        height: 100%;
        top: 0;
        right: auto;
        bottom: 0;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px; } }
    @media (min-width: 1400px) {
      .bll_works--hero-bg {
        width: 70%; } }
  .bll_works--hero-wrap {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .bll_works--hero-wrap {
        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; } }
  .bll_works--hero-text {
    max-width: 460px;
    color: #fff;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .bll_works--hero-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 520px;
        margin-bottom: 40px;
        text-align: center; } }
    .bll_works--hero-text .heading1 {
      color: #fff;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .bll_works--hero-text .heading1 {
          margin-bottom: 25px; } }
    .bll_works--hero-text p {
      max-width: 300px;
      line-height: 1.78;
      color: #fff !important; }
      @media (max-width: 767px) {
        .bll_works--hero-text p {
          margin-left: auto;
          margin-right: auto;
          max-width: 90%; } }
      @media (min-width: 768px) {
        .bll_works--hero-text p {
          font-size: 1.125rem; } }
    .bll_works--hero-text a {
      font-weight: 500;
      text-decoration: underline;
      text-underline-position: under; }
  .bll_works--hero-img {
    width: 460px;
    height: 560px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.33);
            box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.33);
    border-top-left-radius: 40px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .bll_works--hero-img {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
        width: 100%; } }
    .bll_works--hero-img-inner {
      display: block;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 460px;
      height: 560px; }
      @media (max-width: 767px) {
        .bll_works--hero-img-inner {
          max-width: 360px;
          width: 100%; } }

.bll_works--projects {
  position: relative;
  background-color: #f5f7fa; }
  .bll_works--projects .container-fluid {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
    @media (max-width: 1200px) {
      .bll_works--projects .container-fluid {
        padding-top: calc(3.125rem + 8.33333vw);
        padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_works--projects .heading4-2 {
    margin-bottom: 50px; }
    @media (min-width: 576px) {
      .bll_works--projects .heading4-2 {
        margin-bottom: 70px; } }

@media (min-width: 1200px) {
  .bll_works--grid {
    margin-left: -20px;
    margin-right: -20px; } }

@media (max-width: 1199px) {
  .bll_works--item {
    margin-bottom: 30px; } }

@media (min-width: 1200px) {
  .bll_works--item {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; } }

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

.bll_works--item .card {
  width: 100%;
  height: 460px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #fff;
  overflow: hidden;
  position: relative; }
  @media (max-width: 575px) {
    .bll_works--item .card {
      width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  .bll_works--item .card .card-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
    .bll_works--item .card .card-bg:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(12, 12, 12, 0.3);
      opacity: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .bll_works--item .card .card-body {
    padding: 40px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .bll_works--item .card .card-body {
        padding: 30px; } }
    @media (max-width: 320px) {
      .bll_works--item .card .card-body {
        padding: 30px; } }
  .bll_works--item .card:hover {
    -webkit-box-shadow: 0 30px 100px 0 rgba(12, 12, 12, 0.22);
            box-shadow: 0 30px 100px 0 rgba(12, 12, 12, 0.22);
    -webkit-transform: scale(0.97) !important;
        -ms-transform: scale(0.97) !important;
            transform: scale(0.97) !important; }
    .bll_works--item .card:hover .card-bg {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
      .bll_works--item .card:hover .card-bg:before {
        opacity: 1; }
    .bll_works--item .card:hover .card-bottom:before {
      opacity: 0; }
    .bll_works--item .card:hover .card-bottom p {
      opacity: 0; }
    .bll_works--item .card:hover .btn {
      -webkit-transform: translateY(-80px);
          -ms-transform: translateY(-80px);
              transform: translateY(-80px);
      opacity: 1; }
  .bll_works--item .card .icon {
    width: 60px;
    height: 60px;
    border-radius: 24px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
            box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
    margin-bottom: 20px;
    overflow: hidden; }
    .bll_works--item .card .icon img {
      border-radius: 24px; }
      .bll_works--item .card .icon img.--blank {
        display: block;
        width: 60px;
        height: 60px;
        background-image: -webkit-linear-gradient(225deg, #ffda8f, #c6243c);
        background-image: -o-linear-gradient(225deg, #ffda8f, #c6243c);
        background-image: linear-gradient(225deg, #ffda8f, #c6243c); }
  .bll_works--item .card h3 {
    color: #fff;
    font-weight: 600; }
  .bll_works--item .card p {
    font-size: 1.125rem;
    color: #fff; }
  .bll_works--item .card .btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -62px;
    width: 200px;
    padding: 13px 37px 15px 30px !important;
    opacity: 0; }
    .bll_works--item .card .btn:hover {
      background-color: #0063ff;
      color: #fff; }
  .bll_works--item .card .card-top p {
    max-width: 280px; }
  .bll_works--item .card .card-bottom {
    position: relative;
    padding-top: 15px; }
    .bll_works--item .card .card-bottom:before {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
    .bll_works--item .card .card-bottom p {
      -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      color: #fff; }

@media (max-width: 1199px) {
  .bll_works--item.--small {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .bll_works--item.--small {
    margin-bottom: 30px; } }

@media (min-width: 1200px) {
  .bll_works--item.--small {
    margin-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px; } }

.bll_works--item.--small > a {
  display: block;
  width: 100%; }

.bll_works--item.--small .card {
  height: 210px;
  background-color: #fff; }
  .bll_works--item.--small .card-body {
    text-align: center; }
  .bll_works--item.--small .card .icon {
    margin-left: auto;
    margin-right: auto; }
  .bll_works--item.--small .card h3 {
    color: #0c0c0c;
    font-size: 1.25rem;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto; }

/* ////========== PROCESS STYLES =========//// */
.bll_process--hero {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative; }
  @media (min-width: 768px) {
    .bll_process--hero {
      height: 500px; } }
  @media (min-width: 992px) {
    .bll_process--hero {
      min-height: 670px; } }
  @media (max-width: 1200px) {
    .bll_process--hero {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .bll_process--hero {
      padding-top: 9.375rem;
      padding-bottom: 7.5rem; } }
  @media (min-width: 768px) {
    .bll_process--hero .container-fluid {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .bll_process--hero .container-fluid > * {
        width: 100%; } }
  .bll_process--hero-bg {
    background-color: #0063ff;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .bll_process--hero-text {
    color: #fff;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .bll_process--hero-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .bll_process--hero-text .line {
      display: block;
      width: 40px;
      height: 2px;
      background-color: #fff;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .bll_process--hero-text .line {
          margin-bottom: 35px; } }
    .bll_process--hero-text .heading1 {
      color: #fff;
      position: relative;
      max-width: 560px; }
      @media (max-width: 767px) {
        .bll_process--hero-text .heading1 {
          margin-bottom: 60px; } }
    .bll_process--hero-text .dive-link {
      display: block;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.875rem;
      font-weight: 500;
      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
      .bll_process--hero-text .dive-link:hover .icon, .bll_process--hero-text .dive-link:focus .icon, .bll_process--hero-text .dive-link:focus .icon {
        border: solid 2px rgba(255, 255, 255, 0.4); }
      .bll_process--hero-text .dive-link .icon {
        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: 54px;
        height: 54px;
        border-radius: 50%;
        border: solid 2px rgba(255, 255, 255, 0.2);
        color: #fff;
        margin-right: 20px;
        font-size: 1rem;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit; }
        @media (max-width: 767px) {
          .bll_process--hero-text .dive-link .icon {
            width: 44px;
            height: 44px;
            font-size: 0.75rem;
            margin-right: 15px; } }

.bll_process--wrap {
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
  padding-top: 12.5rem; }
  @media (max-width: 1200px) {
    .bll_process--wrap {
      padding-top: calc(6.25rem + 8.33333vw); } }
  .bll_process--wrap .bll_section {
    position: relative;
    padding-top: 4.688rem;
    padding-bottom: 4.688rem; }
    @media (max-width: 767px) {
      .bll_process--wrap .bll_section {
        padding-bottom: 9.375rem !important; } }
    @media (max-width: 1200px) {
      .bll_process--wrap .bll_section {
        padding-top: calc(1.563rem + 4.16667vw);
        padding-bottom: calc(1.563rem + 4.16667vw); } }
    .bll_process--wrap .bll_section:first-child {
      padding-top: 0 !important; }
    .bll_process--wrap .bll_section:last-child {
      padding-bottom: 12.5rem; }
      @media (max-width: 1200px) {
        .bll_process--wrap .bll_section:last-child {
          padding-bottom: calc(6.25rem + 8.33333vw); } }
    @media (min-width: 768px) {
      .bll_process--wrap .bll_section.bll_process--step7.--criss-cross:before {
        display: none; } }
    .bll_process--wrap .bll_section--text h4 {
      display: block;
      color: #95989c;
      font-size: 0.875rem;
      letter-spacing: normal;
      margin-bottom: 30px;
      position: relative;
      padding-left: 40px; }
      @media (min-width: 768px) {
        .bll_process--wrap .bll_section--text h4 {
          margin-bottom: 50px; } }
      .bll_process--wrap .bll_section--text h4 .line {
        display: block;
        width: 20px;
        height: 2px;
        background-color: rgba(149, 152, 156, 0.9);
        position: absolute;
        top: 48%;
        left: 0; }
      .bll_process--wrap .bll_section--text h4 strong {
        display: block; }
    .bll_process--wrap .bll_section--text .heading1 {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .bll_process--wrap .bll_section--text .heading1 {
          margin-bottom: 40px; } }
    .bll_process--wrap .bll_section--text p {
      font-size: 1.125rem;
      color: #262626;
      line-height: 1.56; }
      @media (min-width: 768px) {
        .bll_process--wrap .bll_section--text p {
          max-width: 450px; } }
    .bll_process--wrap .bll_section--text a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0c0c0c;
      font-weight: 500; }
      .bll_process--wrap .bll_section--text a:hover {
        color: #0063ff; }
        .bll_process--wrap .bll_section--text a:hover .icon {
          -webkit-transform: translateX(10px);
              -ms-transform: translateX(10px);
                  transform: translateX(10px); }
      .bll_process--wrap .bll_section--text a .icon {
        display: inline-block;
        margin-left: 15px;
        position: relative;
        top: 2px;
        -webkit-transition: opacity .5s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .5s ease-in-out, -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out, opacity .5s ease-in-out;
        transition: transform .3s ease-in-out, opacity .5s ease-in-out;
        transition: transform .3s ease-in-out, opacity .5s ease-in-out, -webkit-transform .3s ease-in-out; }
      .bll_process--wrap .bll_section--text a.project-link {
        margin-top: 50px;
        padding-top: 20px;
        position: relative; }
        .bll_process--wrap .bll_section--text a.project-link .line {
          display: block;
          width: 120px;
          height: 1px;
          background-color: rgba(12, 12, 12, 0.1);
          position: absolute;
          top: 0;
          left: 0; }
        .bll_process--wrap .bll_section--text a.project-link .icon-logo {
          -webkit-transform: scale(0.7) translateY(20px);
              -ms-transform: scale(0.7) translateY(20px);
                  transform: scale(0.7) translateY(20px);
          -webkit-transform-origin: center left;
              -ms-transform-origin: center left;
                  transform-origin: center left; }
      .bll_process--wrap .bll_section--text a.project-link2 {
        margin-top: 40px;
        margin-bottom: 20px; }
    .bll_process--wrap .bll_section--text .icon-logo {
      width: 60px;
      height: 60px;
      border-radius: 24px;
      -webkit-box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
              box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
      margin-bottom: 30px;
      overflow: hidden; }
      .bll_process--wrap .bll_section--text .icon-logo img {
        border-radius: 24px; }
    .bll_process--wrap .bll_section--text .app-logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-transform-origin: center left;
          -ms-transform-origin: center left;
              transform-origin: center left; }
      .bll_process--wrap .bll_section--text .app-logos .icon-logo {
        margin-right: 20px; }
    .bll_process--wrap .bll_section--image {
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .bll_process--wrap .bll_section--image {
          margin-top: 20px; } }
      .bll_process--wrap .bll_section--image img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #0c0c0c;
        -webkit-box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.11);
                box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.11);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; }
        @media (min-width: 768px) and (max-width: 991px) {
          .bll_process--wrap .bll_section--image img {
            -webkit-transform: scale(0.9);
                -ms-transform: scale(0.9);
                    transform: scale(0.9); } }
        @media (max-width: 767px) {
          .bll_process--wrap .bll_section--image img {
            max-width: 100%;
            height: auto;
            -webkit-transform: scale(0.9);
                -ms-transform: scale(0.9);
                    transform: scale(0.9); } }
        .bll_process--wrap .bll_section--image img.img-bg, .bll_process--wrap .bll_section--image img.design-phone {
          -webkit-box-shadow: none;
                  box-shadow: none;
          background-color: transparent !important; }
        .bll_process--wrap .bll_section--image img.design-phone {
          position: absolute;
          top: 20px;
          right: -50px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .bll_process--wrap .bll_section--image img.design-phone {
              top: 10px;
              right: -80px; } }
          @media (max-width: 575px) {
            .bll_process--wrap .bll_section--image img.design-phone {
              top: 40px;
              -webkit-transform: none !important;
                  -ms-transform: none !important;
                      transform: none !important; } }
    .bll_process--wrap .bll_section.--criss-cross {
      position: relative; }
      .bll_process--wrap .bll_section.--criss-cross:before {
        content: "";
        display: block;
        width: 360px;
        height: 100px;
        background: url("../svg/dotted-line2.svg") no-repeat center;
        background-size: 360px 100px;
        -webkit-transform: rotate(40deg);
            -ms-transform: rotate(40deg);
                transform: rotate(40deg);
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: -80px; }
        @media (max-width: 767px) {
          .bll_process--wrap .bll_section.--criss-cross:before {
            -webkit-transform: rotate(90deg) scale(0.5);
                -ms-transform: rotate(90deg) scale(0.5);
                    transform: rotate(90deg) scale(0.5);
            bottom: 20px; } }
      .bll_process--wrap .bll_section.--criss-cross .container-fluid {
        position: relative; }
        @media (min-width: 768px) {
          .bll_process--wrap .bll_section.--criss-cross .container-fluid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .bll_process--wrap .bll_section.--criss-cross .container-fluid > * {
              -webkit-box-flex: 1;
                  -ms-flex: 1 0 50%;
                      flex: 1 0 50%; } }
      @media (min-width: 768px) {
        .bll_process--wrap .bll_section.--criss-cross .bll_section--text {
          padding-right: 0;
          padding-left: 1.25rem; } }
      @media (min-width: 992px) {
        .bll_process--wrap .bll_section.--criss-cross .bll_section--text {
          padding-right: 0;
          padding-left: 2.5rem; } }
      @media (max-width: 767px) {
        .bll_process--wrap .bll_section.--criss-cross .bll_section--text {
          margin-bottom: 1.875rem; } }
      @media (min-width: 768px) {
        .bll_process--wrap .bll_section.--criss-cross .bll_section--image {
          margin-left: 0;
          margin-right: 1.25rem; } }
      @media (min-width: 992px) {
        .bll_process--wrap .bll_section.--criss-cross .bll_section--image {
          margin-left: 0;
          margin-right: 2.5rem; } }
      @media (max-width: 767px) {
        .bll_process--wrap .bll_section.--criss-cross .bll_section--image img {
          display: block;
          margin: 0 auto; } }
      .bll_process--wrap .bll_section.--criss-cross:nth-child(even):before {
        background: url("../svg/dotted-line3.svg") no-repeat center;
        background-size: 360px 100px;
        -webkit-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
                transform: rotate(-40deg); }
        @media (max-width: 767px) {
          .bll_process--wrap .bll_section.--criss-cross:nth-child(even):before {
            -webkit-transform: rotate(-90deg) scale(0.5);
                -ms-transform: rotate(-90deg) scale(0.5);
                    transform: rotate(-90deg) scale(0.5);
            bottom: 20px; } }
      @media (min-width: 768px) {
        .bll_process--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (min-width: 768px) {
        .bll_process--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--text {
          padding-left: 0;
          padding-right: 1.25rem; } }
      @media (min-width: 992px) {
        .bll_process--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--text {
          padding-left: 0;
          padding-right: 2.5rem; } }
      @media (min-width: 768px) {
        .bll_process--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image {
          margin-right: 0;
          margin-left: 1.25rem; } }
      @media (min-width: 992px) {
        .bll_process--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image {
          margin-right: 0;
          margin-left: 2.5rem; } }

.bll_process--testimonial {
  max-width: 480px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .bll_process--testimonial {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_process--testimonial .avatar {
    margin-bottom: 30px;
    position: relative; }
    @media (min-width: 576px) {
      .bll_process--testimonial .avatar:before {
        content: "";
        display: block;
        width: 360px;
        height: 100px;
        background: url("../svg/dotted-line2.svg") no-repeat center;
        background-size: 360px 100px;
        -webkit-transform: rotate(40deg);
            -ms-transform: rotate(40deg);
                transform: rotate(40deg);
        position: absolute;
        left: -170px;
        bottom: 50px; } }
    .bll_process--testimonial .avatar img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-box-shadow: 0 22px 22px 0 rgba(12, 12, 12, 0.11);
              box-shadow: 0 22px 22px 0 rgba(12, 12, 12, 0.11);
      position: relative;
      z-index: 2; }
  .bll_process--testimonial blockquote {
    margin-bottom: 0; }
    .bll_process--testimonial blockquote q {
      display: block;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.33;
      text-align: center;
      color: #0c0c0c;
      margin-bottom: 25px; }
    .bll_process--testimonial blockquote cite {
      display: block;
      font-style: normal; }
      .bll_process--testimonial blockquote cite h4 {
        font-size: 1rem;
        color: #0c0c0c; }
      .bll_process--testimonial blockquote cite p {
        color: #959595;
        line-height: 1.25; }
  .bll_process--testimonial .btn {
    margin-top: 30px; }
    @media (min-width: 1200px) {
      .bll_process--testimonial .btn {
        margin-top: 45px; } }

/* ////========== BLOG STYLES =========//// */
.wrapper.--blog {
  background-color: #f5f7fa; }

.wrapper.--blog-post {
  background-color: #fff !important; }

.--blog .heading3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.88;
  letter-spacing: -0.7px;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .--blog .heading3 {
      font-size: calc(1.1rem + 1.2vw) ; } }

.--blog .card {
  margin-bottom: 40px;
  height: 560px;
  color: #70757b; }
  @media (max-width: 767px) {
    .--blog .card {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  .--blog .card:hover {
    -webkit-box-shadow: 0 80px 160px 0 rgba(12, 12, 12, 0.11);
            box-shadow: 0 80px 160px 0 rgba(12, 12, 12, 0.11); }
  .--blog .card .card-img {
    height: 230px;
    background-color: #eee;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden; }
    .--blog .card .card-img img {
      max-width: 100%;
      height: auto;
      border-radius: 0;
      width: 100%;
      height: 230px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }
  .--blog .card .card-body {
    position: relative; }
    .--blog .card .card-body .category {
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 500;
      color: #0063ff;
      padding: 4px 10px;
      border-radius: 4px;
      background-color: rgba(0, 99, 255, 0.1);
      margin-bottom: 15px; }
    .--blog .card .card-body h3 {
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.27;
      letter-spacing: -0.5px;
      color: #0c0c0c;
      margin-bottom: 20px; }
    .--blog .card .card-body p {
      font-size: 1.125rem;
      font-weight: normal;
      line-height: 1.4;
      letter-spacing: -0.5px;
      color: #70757b; }
    .--blog .card .card-body .blog-info {
      position: absolute;
      margin: auto;
      width: calc(100% - 60px);
      left: 30px;
      rigth: 30px;
      bottom: 30px;
      font-size: 0.875rem;
      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; }
      .--blog .card .card-body .blog-info strong {
        font-weight: 600;
        color: #0c0c0c; }
      .--blog .card .card-body .blog-info p {
        font-size: 0.875rem; }
        .--blog .card .card-body .blog-info p + p {
          margin-top: 0; }
        .--blog .card .card-body .blog-info p.comments {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-weight: 500;
          color: #0c0c0c; }
          .--blog .card .card-body .blog-info p.comments .icon {
            font-size: 1rem;
            display: inline-block;
            margin-right: 5px; }

.bll_blog--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .bll_blog--cards > a {
    display: block;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .bll_blog--cards > a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .bll_blog--cards > a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 768px) {
      .bll_blog--cards > a.--large {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .bll_blog--cards > a.--large {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 768px) {
      .bll_blog--cards > a.--large .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .bll_blog--cards > a.--large .card > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 0px;
                  flex: 1 0 0; } }
    @media (min-width: 768px) {
      .bll_blog--cards > a.--large .card .card-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        height: 560px;
        min-width: 320px;
        width: 320px; } }
    @media (min-width: 1200px) {
      .bll_blog--cards > a.--large .card .card-img {
        min-width: 360px;
        width: 360px; } }
    .bll_blog--cards > a.--large .card .card-img img {
      width: 100%;
      height: 560px; }
    @media (min-width: 768px) {
      .bll_blog--cards > a.--large .card .card-body {
        padding-top: 50px; } }
    @media (min-width: 1200px) {
      .bll_blog--cards > a.--large .card .card-body {
        padding-left: 50px;
        padding-right: 50px; } }
    .bll_blog--cards > a.--large .card .card-body h3,
    .bll_blog--cards > a.--large .card .card-body p {
      max-width: 300px; }

.bll_blog--hero {
  position: relative;
  background-color: #0c0c0c;
  color: #fff; }
  .bll_blog--hero-wrap .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    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;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 62px; }
    .bll_blog--hero-wrap .slick-dots li {
      margin-left: 4px;
      margin-right: 4px; }
      .bll_blog--hero-wrap .slick-dots li button {
        min-width: 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        border: none;
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 0; }
      .bll_blog--hero-wrap .slick-dots li.slick-active button {
        background-color: #fff; }
  .bll_blog--hero-item {
    height: 600px;
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .bll_blog--hero-item {
        height: 700px; } }
    .bll_blog--hero-item:focus {
      outline: none; }
  .bll_blog--hero-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5; }
  .bll_blog--hero-text {
    position: relative;
    z-index: 2; }
    .bll_blog--hero-text .heading1 {
      color: #fff;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; }
    .bll_blog--hero-text .btn {
      padding: 10px 30px 13px 30px;
      width: 160px; }
  .bll_blog--hero-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    margin: auto;
    left: 15px;
    right: 15px;
    bottom: 60px; }
    .bll_blog--hero-nav > a {
      display: block;
      width: 20px;
      height: 16px;
      font-size: 0;
      opacity: 0.5;
      background-image: url("../svg/arrow-next-white.svg");
      background-repeat: no-repeat;
      background-position: center right; }
      .bll_blog--hero-nav > a:hover {
        width: 100px;
        opacity: 1; }
        @media (max-width: 400px) {
          .bll_blog--hero-nav > a:hover {
            width: 50px; } }
      .bll_blog--hero-nav > a.nav-prev {
        background-image: url("../svg/arrow-prev-white.svg");
        background-position: center left;
        margin-right: 20px; }

.bll_blog--nav {
  border-bottom: 1px solid rgba(42, 49, 53, 0.1); }
  @media (max-width: 991px) {
    .bll_blog--nav {
      padding: 30px 0; } }
  @media (min-width: 992px) {
    .bll_blog--nav-wrap {
      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; } }
  .bll_blog--nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .bll_blog--nav ul li {
        margin-bottom: 5px; } }
    @media (min-width: 992px) {
      .bll_blog--nav ul li {
        display: inline-block; } }
    @media (min-width: 992px) {
      .bll_blog--nav ul li:not(:last-child) {
        margin-right: 10px; } }
    @media (min-width: 1200px) {
      .bll_blog--nav ul li:not(:last-child) {
        margin-right: 20px; } }
    .bll_blog--nav ul li a {
      font-weight: 500;
      color: #70757b;
      font-size: 0.875rem; }
      .bll_blog--nav ul li a:hover, .bll_blog--nav ul li a:active, .bll_blog--nav ul li a:focus {
        color: #0063ff; }
      @media (min-width: 992px) {
        .bll_blog--nav ul li a {
          font-size: 1rem;
          display: block;
          padding: 30px 5px;
          border-bottom: 2px solid transparent; } }
    .bll_blog--nav ul li.active a {
      color: #0063ff;
      font-weight: bold; }
      @media (min-width: 992px) {
        .bll_blog--nav ul li.active a {
          color: #0c0c0c;
          border-color: #0063ff;
          font-weight: 500; } }
  .bll_blog--nav .categories {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #70757b;
    font-weight: 500; }
    @media (max-width: 991px) {
      .bll_blog--nav .categories {
        margin-top: 20px; } }
    .bll_blog--nav .categories .icon {
      display: inline-block;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 10px; }
    .bll_blog--nav .categories:hover, .bll_blog--nav .categories:active, .bll_blog--nav .categories:focus {
      color: #0063ff; }

.bll_blog--top-stories {
  padding-top: 3.75rem;
  padding-bottom: 1.25rem; }

.bll_blog--subscribe {
  padding-bottom: 5rem; }
  .bll_blog--subscribe-wrap {
    border-radius: 8px;
    background-image: -webkit-linear-gradient(158deg, #0042a9, #0063ff);
    background-image: -o-linear-gradient(158deg, #0042a9, #0063ff);
    background-image: linear-gradient(292deg, #0042a9, #0063ff);
    color: #fff;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .bll_blog--subscribe-wrap {
        padding-top: calc(3.125rem + 4.16667vw);
        padding-bottom: calc(3.125rem + 4.16667vw); } }
    .bll_blog--subscribe-wrap:before {
      content: "";
      display: block;
      width: 900px;
      height: 900px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.05);
      position: absolute;
      top: -550px;
      right: -200px; }
  .bll_blog--subscribe-content {
    color: #fff;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    .bll_blog--subscribe-content h2 {
      color: #fff;
      margin-bottom: 40px;
      line-height: 1.38;
      letter-spacing: -1px;
      font-weight: 500; }
    .bll_blog--subscribe-content .form-control {
      border-top: none;
      border-left: none;
      border-right: none;
      border-color: #fff;
      padding-left: 0;
      font-weight: 500;
      color: #fff;
      height: 50px; }
    .bll_blog--subscribe-content .--material label {
      font-size: 1rem !important;
      color: #fff !important;
      font-weight: 500;
      bottom: 15px; }

.bll_blog--events {
  padding-bottom: 5rem; }
  .bll_blog--events .bll_events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .bll_blog--events .bll_events > a {
      margin-bottom: 40px;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (max-width: 575px) {
        .bll_blog--events .bll_events > a {
          max-width: 270px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 576px) {
        .bll_blog--events .bll_events > a {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 768px) {
        .bll_blog--events .bll_events > a {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 992px) {
        .bll_blog--events .bll_events > a {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%;
          max-width: 25%; } }
      .bll_blog--events .bll_events > a:hover .bll_events--image img {
        -webkit-box-shadow: 0 40px 60px 0 rgba(12, 12, 12, 0.2);
                box-shadow: 0 40px 60px 0 rgba(12, 12, 12, 0.2); }
    .bll_blog--events .bll_events--image {
      overflow: hidden; }
      .bll_blog--events .bll_events--image > img {
        max-width: 100%;
        height: auto;
        max-height: 180px;
        border-radius: 8px;
        margin-bottom: 20px;
        -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.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
    .bll_blog--events .bll_events--text {
      max-width: 270px; }
      .bll_blog--events .bll_events--text h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #0c0c0c; }
      .bll_blog--events .bll_events--text p {
        font-size: 0.875rem;
        color: #70757b; }

.bll_blog--knowledge-base {
  padding-bottom: 5rem; }
  .bll_blog--knowledge-base .bll_ebook--cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      .bll_blog--knowledge-base .bll_ebook--cards {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    .bll_blog--knowledge-base .bll_ebook--cards > a {
      display: block;
      margin-bottom: 40px;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 768px) {
        .bll_blog--knowledge-base .bll_ebook--cards > a {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        .bll_blog--knowledge-base .bll_ebook--cards > a {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
    .bll_blog--knowledge-base .bll_ebook--cards .card {
      min-height: 440px;
      height: 100%;
      text-align: center;
      margin-bottom: 0; }
      .bll_blog--knowledge-base .bll_ebook--cards .card img {
        border-radius: 6px;
        -webkit-box-shadow: 0 40px 60px 0 rgba(12, 12, 12, 0.2);
                box-shadow: 0 40px 60px 0 rgba(12, 12, 12, 0.2);
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 30px; }
      .bll_blog--knowledge-base .bll_ebook--cards .card h3 {
        font-size: 1.375rem;
        font-weight: bold;
        line-height: 1.27;
        letter-spacing: -0.5px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto; }

.bll_blog--latest-stories {
  padding-bottom: 5rem; }
  .bll_blog--latest-stories .bll_blog--pagination {
    text-align: center;
    margin-top: 40px; }
    .bll_blog--latest-stories .bll_blog--pagination ol {
      list-style: none;
      padding: 0;
      margin: 0; }
      .bll_blog--latest-stories .bll_blog--pagination ol li {
        display: inline-block;
        margin-left: 6px;
        margin-left: 6px;
        color: #262626;
        font-weight: 500; }
        .bll_blog--latest-stories .bll_blog--pagination ol li a {
          display: block;
          width: 48px;
          height: 48px;
          line-height: 48px;
          border-radius: 14px;
          background-color: #fff;
          color: #262626;
          font-weight: 500; }
          @media (max-width: 991px) {
            .bll_blog--latest-stories .bll_blog--pagination ol li a {
              width: 38px;
              height: 38px;
              line-height: 38px;
              border-radius: 10px;
              font-size: 0.75rem; } }
          .bll_blog--latest-stories .bll_blog--pagination ol li a:hover {
            -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.05);
                    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.05); }
        .bll_blog--latest-stories .bll_blog--pagination ol li.active a {
          color: #fff;
          background-color: #0063ff;
          -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 99, 255, 0.22);
                  box-shadow: 5px 10px 20px 0 rgba(0, 99, 255, 0.22); }
        .bll_blog--latest-stories .bll_blog--pagination ol li.blog-prev {
          margin-right: 30px; }
          @media (max-width: 991px) {
            .bll_blog--latest-stories .bll_blog--pagination ol li.blog-prev {
              margin-right: 6px; } }
        .bll_blog--latest-stories .bll_blog--pagination ol li.blog-next {
          margin-left: 30px; }
          @media (max-width: 991px) {
            .bll_blog--latest-stories .bll_blog--pagination ol li.blog-next {
              margin-left: 6px; } }

.bll_blog--subscribe2 {
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  text-align: center; }
  @media (max-width: 1200px) {
    .bll_blog--subscribe2 {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_blog--subscribe2 h2 {
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 1.27;
    letter-spacing: -1px;
    margin-bottom: 35px; }
    @media (max-width: 1200px) {
      .bll_blog--subscribe2 h2 {
        font-size: calc(1.25rem + 2vw) ; } }
  .bll_blog--subscribe2 .btn {
    min-width: 240px; }

.bll_blog-post--hero {
  height: 600px;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  text-align: center;
  position: relative;
  background-color: #0c0c0c;
  color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .bll_blog-post--hero {
      height: 700px; } }
  .bll_blog-post--hero-text {
    text-align: center; }
    .bll_blog-post--hero-text .category {
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 500;
      color: #fff;
      padding: 4px 10px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.1);
      margin-bottom: 20px;
      position: relative;
      z-index: 2; }
    .bll_blog-post--hero-text .heading1 {
      color: #fff;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 2; }
    .bll_blog-post--hero-text .blog-info {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      bottom: -24px;
      z-index: 2; }
      .bll_blog-post--hero-text .blog-info p {
        line-height: 1.5;
        letter-spacing: -0.5px;
        margin-bottom: 30px; }
        .bll_blog-post--hero-text .blog-info p a {
          text-decoration: underline; }
      .bll_blog-post--hero-text .blog-info img {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        -webkit-box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.22);
                box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.22);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: cover; object-position: center"; }
  .bll_blog-post--hero-img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.bll_blog-post--article {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(42, 49, 53, 0.1);
  position: relative; }
  .bll_blog-post--article > * {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
  .bll_blog-post--article p {
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #0c0c0c; }
    .bll_blog-post--article p + p {
      margin-top: 25px; }
    @media (min-width: 768px) {
      .bll_blog-post--article p {
        font-size: 1.25rem; }
        .bll_blog-post--article p + p {
          margin-top: 30px; } }
  .bll_blog-post--article h2 {
    font-size: 1.625rem;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .bll_blog-post--article h2 {
        font-size: 2rem;
        margin-top: 90px; } }
  .bll_blog-post--article img {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    height: auto; }
    @media (min-width: 768px) {
      .bll_blog-post--article img {
        margin-top: 60px;
        margin-bottom: 60px; } }
  .bll_blog-post--article .blog-image-big {
    max-width: none;
    background-color: #0063ff;
    margin-left: -15px;
    margin-right: -15px; }
    .bll_blog-post--article .blog-image-big img {
      width: 100%;
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }
      @media (max-width: 991px) {
        .bll_blog-post--article .blog-image-big img {
          height: 400px; } }
      @media (min-width: 768px) {
        .bll_blog-post--article .blog-image-big img {
          height: 500px; } }
      @media (min-width: 1200px) {
        .bll_blog-post--article .blog-image-big img {
          height: 700px; } }
  .bll_blog-post--article blockquote {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .bll_blog-post--article blockquote {
        margin-top: 80px;
        margin-bottom: 80px; } }
    .bll_blog-post--article blockquote q {
      color: #0c0c0c;
      font-size: 2.813rem;
      font-weight: normal;
      font-style: italic;
      line-height: 1.18;
      letter-spacing: normal; }
    .bll_blog-post--article blockquote cite .icon {
      margin-top: 30px;
      display: block;
      font-size: 1.375rem; }
    .bll_blog-post--article blockquote.--twitter {
      color: #1da1f2; }
      .bll_blog-post--article blockquote.--twitter q {
        color: #1da1f2; }
    .bll_blog-post--article blockquote.--facebook {
      color: #3b5998; }
      .bll_blog-post--article blockquote.--facebook q {
        color: #3b5998; }
    .bll_blog-post--article blockquote.--linkedin {
      color: #0077b5; }
      .bll_blog-post--article blockquote.--linkedin q {
        color: #0077b5; }

.bll_blog-post--social {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .bll_blog-post--social {
      position: absolute;
      top: 110px;
      left: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .bll_blog-post--social a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
        line-height: 1; } }
  .bll_blog-post--social a {
    font-size: 1.25rem;
    width: 20px;
    height: 20px; }
    .bll_blog-post--social a:not(:last-child) {
      margin-right: 10px; }
    .bll_blog-post--social a.--instagram {
      color: #d53592; }
    .bll_blog-post--social a.--twitter {
      color: #1da1f2; }
      .bll_blog-post--social a.--twitter:before {
        content: "\E01E";
        font-family: "iconfont";
        position: absolute;
        width: 20px;
        height: 20px;
        color: #1da1f2;
        -webkit-box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2); }
    .bll_blog-post--social a.--facebook {
      color: #3b5998; }
      .bll_blog-post--social a.--facebook:before {
        content: "\E013";
        font-family: "iconfont";
        position: absolute;
        width: 20px;
        height: 20px;
        color: #3b5998;
        -webkit-box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2); }
    .bll_blog-post--social a.--linkedin {
      color: #0077b5; }
      .bll_blog-post--social a.--linkedin:before {
        content: "\E017";
        font-family: "iconfont";
        position: absolute;
        width: 20px;
        height: 20px;
        color: #0077b5;
        -webkit-box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2); }
    .bll_blog-post--social a:hover {
      opacity: 0.7; }
  .bll_blog-post--social .swp_social_panel {
    display: block;
    margin: 0 !important;
    height: auto; }
  .bll_blog-post--social .nc_tweetContainer {
    position: relative;
    display: block;
    min-width: 1px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 0 5px 0 !important;
    float: none !important;
    background-color: transparent !important;
    border: none !important; }
    .bll_blog-post--social .nc_tweetContainer a:before {
      position: absolute;
      width: 20px;
      height: 20px;
      font-weight: 400; }
    .bll_blog-post--social .nc_tweetContainer a span {
      display: none; }
    .bll_blog-post--social .nc_tweetContainer.swp_facebook a:before {
      content: "\E013";
      font-family: "iconfont";
      color: #3b5998; }
    .bll_blog-post--social .nc_tweetContainer.swp_twitter a:before {
      content: "\E01E";
      font-family: "iconfont";
      color: #1da1f2; }
    .bll_blog-post--social .nc_tweetContainer.swp_linkedin a:before {
      content: "\E017";
      font-family: "iconfont";
      color: #0077b5; }

.bll_blog-post--subscribe {
  margin-top: 6.25rem; }
  .bll_blog-post--subscribe-wrap {
    border-radius: 8px;
    background-image: -webkit-linear-gradient(158deg, #0042a9, #0063ff);
    background-image: -o-linear-gradient(158deg, #0042a9, #0063ff);
    background-image: linear-gradient(292deg, #0042a9, #0063ff);
    color: #fff;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1200px) {
      .bll_blog-post--subscribe-wrap {
        padding-top: calc(3.125rem + 4.16667vw);
        padding-bottom: calc(3.125rem + 4.16667vw); } }
    .bll_blog-post--subscribe-wrap:before {
      content: "";
      display: block;
      width: 900px;
      height: 900px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.05);
      position: absolute;
      top: -450px;
      right: -450px; }
  .bll_blog-post--subscribe-content {
    color: #fff;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    .bll_blog-post--subscribe-content h2 {
      color: #fff;
      margin-bottom: 40px;
      line-height: 1.38;
      letter-spacing: -1px;
      font-weight: 500;
      margin-top: 0 !important; }
    .bll_blog-post--subscribe-content .btn {
      min-width: 240px; }
    .bll_blog-post--subscribe-content label {
      color: #fff; }
  .bll_blog-post--subscribe .form-control {
    color: #fff; }

.form-group.--material > .form-control:active + label, .form-group.--material > .form-control:focus + label, .form-group.--material > .form-control.active + label {
  color: #fff; }

.bll_blog--comments {
  padding-top: 7.813rem;
  padding-bottom: 7.813rem; }
  .bll_blog--comments img {
    max-width: 100%;
    height: auto; }

.bll_blog--more-stories {
  padding-top: 7.813rem;
  padding-bottom: 7.813rem;
  border-bottom: 1px solid rgba(42, 49, 53, 0.1);
  background-color: #f5f7fa; }
  .bll_blog--more-stories .heading3 span {
    color: #70757b; }

.footer-social-share-links {
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  z-index: 999; }
  @media (max-width: 991px) {
    .footer-social-share-links {
      margin-top: 80px;
      margin-bottom: 80px;
      bottom: 175px; } }
  @media (max-width: 767px) {
    .footer-social-share-links {
      margin-top: 60px;
      margin-bottom: 60px;
      bottom: 165px; } }
  .footer-social-share-links a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px; }
    .footer-social-share-links a .icon {
      font-size: 1.25rem;
      color: #fff; }
    .footer-social-share-links a.--instagram {
      background-image: -webkit-linear-gradient(313deg, #395dfa, #544ced 22%, #903acd 45%, #d53592 68%, #f4306d);
      background-image: -o-linear-gradient(313deg, #395dfa, #544ced 22%, #903acd 45%, #d53592 68%, #f4306d);
      background-image: linear-gradient(137deg, #395dfa, #544ced 22%, #903acd 45%, #d53592 68%, #f4306d);
      -webkit-box-shadow: 5px 10px 20px 0 rgba(84, 76, 237, 0.2);
              box-shadow: 5px 10px 20px 0 rgba(84, 76, 237, 0.2); }
    .footer-social-share-links a.--twitter {
      background-color: #1da1f2;
      -webkit-box-shadow: 5px 10px 20px 0 rgba(29, 161, 242, 0.2);
              box-shadow: 5px 10px 20px 0 rgba(29, 161, 242, 0.2); }
    .footer-social-share-links a.--facebook {
      position: relative;
      background-color: #3b5998;
      -webkit-box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2);
              box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2); }
    .footer-social-share-links a.--linkedin {
      background-color: #0077b5;
      -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 119, 181, 0.2);
              box-shadow: 5px 10px 20px 0 rgba(0, 119, 181, 0.2); }
  .footer-social-share-links .swp_social_panel {
    display: block;
    text-align: center;
    height: auto;
    margin: 0 !important;
    overflow: visible; }
  .footer-social-share-links .nc_tweetContainer {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48px !important;
    height: 48px !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    border-radius: 50% !important;
    float: none !important; }
    .footer-social-share-links .nc_tweetContainer a:before {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-weight: 400; }
    .footer-social-share-links .nc_tweetContainer a span {
      display: none; }
    .footer-social-share-links .nc_tweetContainer.swp_facebook {
      -webkit-box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2);
              box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2); }
      .footer-social-share-links .nc_tweetContainer.swp_facebook a:before {
        content: "\E013";
        position: absolute;
        font-family: "iconfont";
        color: #fff; }
    .footer-social-share-links .nc_tweetContainer.swp_twitter {
      -webkit-box-shadow: 5px 10px 20px 0 rgba(29, 161, 242, 0.2);
              box-shadow: 5px 10px 20px 0 rgba(29, 161, 242, 0.2); }
      .footer-social-share-links .nc_tweetContainer.swp_twitter a:before {
        content: "\E01E";
        position: absolute;
        font-family: "iconfont";
        color: #fff; }
    .footer-social-share-links .nc_tweetContainer.swp_linkedin {
      -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 119, 181, 0.2);
              box-shadow: 5px 10px 20px 0 rgba(0, 119, 181, 0.2); }
      .footer-social-share-links .nc_tweetContainer.swp_linkedin a:before {
        content: "\E017";
        position: absolute;
        font-family: "iconfont";
        color: #fff; }

.bll_footer--blog {
  padding-top: 7.813rem;
  padding-bottom: 7.813rem;
  position: relative;
  background-color: #f5f7fa; }
  @media (max-width: 1200px) {
    .bll_footer--blog {
      padding-top: calc(3.125rem + 6.25vw);
      padding-bottom: calc(3.125rem + 6.25vw); } }
  @media (min-width: 992px) {
    .bll_footer--blog .container-fluid {
      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; } }
  .bll_footer--blog-logo .logo {
    margin-bottom: 30px; }
  .bll_footer--blog-logo p {
    max-width: 220px; }
  @media (max-width: 991px) {
    .bll_footer--blog-logo {
      text-align: center; }
      .bll_footer--blog-logo p {
        margin-left: auto;
        margin-right: auto; } }
  .bll_footer--blog-social {
    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) {
      .bll_footer--blog-social {
        margin-top: 80px;
        margin-bottom: 80px; } }
    @media (max-width: 767px) {
      .bll_footer--blog-social {
        margin-top: 60px;
        margin-bottom: 60px; } }
    .bll_footer--blog-social a {
      display: block;
      width: 48px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      border-radius: 50%;
      margin-left: 6px;
      margin-right: 6px; }
      .bll_footer--blog-social a .icon {
        font-size: 1.25rem;
        color: #fff; }
      .bll_footer--blog-social a.--instagram {
        background-image: -webkit-linear-gradient(313deg, #395dfa, #544ced 22%, #903acd 45%, #d53592 68%, #f4306d);
        background-image: -o-linear-gradient(313deg, #395dfa, #544ced 22%, #903acd 45%, #d53592 68%, #f4306d);
        background-image: linear-gradient(137deg, #395dfa, #544ced 22%, #903acd 45%, #d53592 68%, #f4306d);
        -webkit-box-shadow: 5px 10px 20px 0 rgba(84, 76, 237, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(84, 76, 237, 0.2); }
      .bll_footer--blog-social a.--twitter {
        background-color: #1da1f2;
        -webkit-box-shadow: 5px 10px 20px 0 rgba(29, 161, 242, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(29, 161, 242, 0.2); }
      .bll_footer--blog-social a.--facebook {
        position: relative;
        background-color: #3b5998;
        -webkit-box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2); }
      .bll_footer--blog-social a.--linkedin {
        background-color: #0077b5;
        -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 119, 181, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(0, 119, 181, 0.2); }
    .bll_footer--blog-social .swp_social_panel {
      height: auto;
      margin: 0 !important;
      overflow: visible; }
      @media (max-width: 991px) {
        .bll_footer--blog-social .swp_social_panel {
          display: block;
          text-align: center; } }
    .bll_footer--blog-social .nc_tweetContainer {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 48px !important;
      height: 48px !important;
      -webkit-box-flex: 1 !important;
          -ms-flex: auto !important;
              flex: auto !important;
      border-radius: 50% !important; }
      @media (max-width: 991px) {
        .bll_footer--blog-social .nc_tweetContainer {
          float: none !important; } }
      .bll_footer--blog-social .nc_tweetContainer a:before {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-weight: 400; }
      .bll_footer--blog-social .nc_tweetContainer a span {
        display: none; }
      .bll_footer--blog-social .nc_tweetContainer.swp_facebook {
        -webkit-box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(59, 89, 152, 0.2); }
        .bll_footer--blog-social .nc_tweetContainer.swp_facebook a:before {
          content: "\E013";
          position: absolute;
          font-family: "iconfont";
          color: #fff; }
      .bll_footer--blog-social .nc_tweetContainer.swp_twitter {
        -webkit-box-shadow: 5px 10px 20px 0 rgba(29, 161, 242, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(29, 161, 242, 0.2); }
        .bll_footer--blog-social .nc_tweetContainer.swp_twitter a:before {
          content: "\E01E";
          position: absolute;
          font-family: "iconfont";
          color: #fff; }
      .bll_footer--blog-social .nc_tweetContainer.swp_linkedin {
        -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 119, 181, 0.2);
                box-shadow: 5px 10px 20px 0 rgba(0, 119, 181, 0.2); }
        .bll_footer--blog-social .nc_tweetContainer.swp_linkedin a:before {
          content: "\E017";
          position: absolute;
          font-family: "iconfont";
          color: #fff; }
  @media (max-width: 991px) {
    .bll_footer--blog-copyright {
      text-align: center; } }
  @media (min-width: 992px) {
    .bll_footer--blog-copyright {
      text-align: right; } }
  .bll_footer--blog-copyright .made-in-ny {
    margin-bottom: 30px;
    max-width: 48px;
    height: auto; }
    @media (max-width: 575px) {
      .bll_footer--blog-copyright .made-in-ny {
        margin-bottom: 25px; } }
  .bll_footer--blog-copyright .copyright {
    font-size: 0.75rem; }

/* ////========== CASE STUDY STYLES =========//// */
.wrapper.--case-study .bll_partners {
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  .wrapper.--case-study .bll_partners--text {
    margin-bottom: 80px; }

.wrapper.--case-study .container-fluid.--slim {
  max-width: 700px; }

.wrapper.--case-study .container-fluid + .bll_case-study--big-img {
  margin-top: 6.25rem; }

.wrapper.--case-study p {
  font-size: 1.125rem;
  line-height: 1.78;
  letter-spacing: normal;
  color: rgba(38, 38, 38, 0.8); }
  .wrapper.--case-study p + p {
    margin-top: 25px; }

.wrapper.--magicmoney .bll_case-study--carousel-image:before {
  background-color: #bfedff; }

.wrapper.--eldorado .bll_case-study--carousel-image:before {
  background-color: #fed352; }

.wrapper.--eldorado h1 span.underline,
.wrapper.--eldorado h2 span.underline,
.wrapper.--eldorado h3 span.underline,
.wrapper.--eldorado h4 span.underline,
.wrapper.--eldorado h5 span.underline {
  display: inline-block;
  -webkit-box-shadow: inset 0 -0.12em 0 #fed352;
          box-shadow: inset 0 -0.12em 0 #fed352;
  padding-bottom: 8px; }

.wrapper.--hellositter .bll_case-study--carousel-image:before {
  background-color: #efdab9; }

.wrapper.--hellositter h1 span.underline,
.wrapper.--hellositter h2 span.underline,
.wrapper.--hellositter h3 span.underline,
.wrapper.--hellositter h4 span.underline,
.wrapper.--hellositter h5 span.underline {
  display: inline-block;
  -webkit-box-shadow: inset 0 -0.12em 0 #ffc8c8;
          box-shadow: inset 0 -0.12em 0 #ffc8c8;
  padding-bottom: 8px; }

.bll_case-study--hero {
  padding-top: 7.813rem;
  padding-bottom: 7.813rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .bll_case-study--hero {
      padding-top: calc(3.125rem + 6.25vw);
      padding-bottom: calc(3.125rem + 6.25vw); } }
  @media (max-width: 767px) {
    .bll_case-study--hero {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  @media (min-width: 768px) {
    .bll_case-study--hero {
      min-height: 750px;
      height: 100vh;
      max-height: 860px; } }
  @media (min-width: 768px) {
    .bll_case-study--hero .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; } }
  .bll_case-study--hero-bg {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0c0c0c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .bll_case-study--hero-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .bll_case-study--hero-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .bll_case-study--hero-text {
    color: #fff;
    width: 100%; }
    @media (max-width: 767px) {
      .bll_case-study--hero-text {
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .bll_case-study--hero-text {
        width: 50%;
        min-width: 450px; } }
    .bll_case-study--hero-text h1 {
      display: block;
      font-size: 0.875rem;
      line-height: normal;
      letter-spacing: normal;
      position: relative;
      padding-left: 60px;
      margin-bottom: 30px;
      color: #fff; }
      .bll_case-study--hero-text h1 .line {
        display: block;
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 0; }
      .bll_case-study--hero-text h1 strong {
        display: inline-block; }
    .bll_case-study--hero-text .heading1 {
      color: #fff;
      max-width: 660px;
      font-size: 4.125rem;
      font-weight: bold;
      line-height: 1.24;
      letter-spacing: -3px; }
      @media (max-width: 1200px) {
        .bll_case-study--hero-text .heading1 {
          font-size: calc(1.525rem + 3.46667vw) ; } }
    .bll_case-study--hero-text .dive-link {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.875rem;
      font-weight: 500;
      margin-top: 60px; }
      @media (min-width: 768px) {
        .bll_case-study--hero-text .dive-link {
          margin-top: 120px; } }
      .bll_case-study--hero-text .dive-link:hover .icon, .bll_case-study--hero-text .dive-link:focus .icon, .bll_case-study--hero-text .dive-link:focus .icon {
        border: solid 2px rgba(255, 255, 255, 0.4); }
      .bll_case-study--hero-text .dive-link .icon {
        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: 54px;
        height: 54px;
        border-radius: 50%;
        border: solid 2px rgba(255, 255, 255, 0.2);
        color: #fff;
        margin-right: 20px;
        font-size: 1rem;
        -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
        @media (max-width: 767px) {
          .bll_case-study--hero-text .dive-link .icon {
            width: 44px;
            height: 44px;
            font-size: 0.75rem;
            margin-right: 15px; } }
  @media (max-width: 767px) {
    .bll_case-study--hero-image img {
      max-width: 100%;
      height: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bll_case-study--hero-image {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transform-origin: center left;
          -ms-transform-origin: center left;
              transform-origin: center left; } }
  @media (min-width: 768px) and (max-height: 800px) {
    .bll_case-study--hero-image img {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9); } }
  @media (max-width: 767px) {
    .bll_case-study--hero.--magicmoney {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .bll_case-study--hero.--magicmoney .bll_case-study--hero-text {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .bll_case-study--hero.--magicmoney .bll_case-study--hero-image {
      margin-bottom: -30%;
      -webkit-transform-origin: top center;
          -ms-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: translateX(-10%);
          -ms-transform: translateX(-10%);
              transform: translateX(-10%); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bll_case-study--hero.--magicmoney .bll_case-study--hero-image {
      -webkit-transform: scale(0.9) translateX(-20%) translateY(10%);
          -ms-transform: scale(0.9) translateX(-20%) translateY(10%);
              transform: scale(0.9) translateX(-20%) translateY(10%);
      -webkit-transform-origin: center left;
          -ms-transform-origin: center left;
              transform-origin: center left; } }
  @media (min-width: 992px) {
    .bll_case-study--hero.--magicmoney .bll_case-study--hero-image {
      -webkit-transform-origin: center left;
          -ms-transform-origin: center left;
              transform-origin: center left;
      -webkit-transform: translateX(-10%) translateY(10%);
          -ms-transform: translateX(-10%) translateY(10%);
              transform: translateX(-10%) translateY(10%); } }
  .bll_case-study--hero.--eldorado {
    overflow: hidden; }
    .bll_case-study--hero.--eldorado .bll_case-study--hero-text {
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .bll_case-study--hero.--eldorado .bll_case-study--hero-text {
          min-width: 500px; } }
    @media (max-width: 767px) {
      .bll_case-study--hero.--eldorado .bll_case-study--hero-image {
        margin-bottom: -50%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bll_case-study--hero.--eldorado .bll_case-study--hero-image {
        -webkit-transform: scale(0.8) translateX(-30%);
            -ms-transform: scale(0.8) translateX(-30%);
                transform: scale(0.8) translateX(-30%);
        -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
                transform-origin: center left;
        margin-bottom: -70%; } }
    @media (min-width: 992px) {
      .bll_case-study--hero.--eldorado .bll_case-study--hero-image {
        -webkit-transform: translateX(-10%);
            -ms-transform: translateX(-10%);
                transform: translateX(-10%);
        margin-bottom: -55%; } }

.bll_case-study--info1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  .bll_case-study--info1 .row > div:not(:last-child) {
    margin-bottom: 60px; }
  @media (max-width: 767px) {
    .bll_case-study--info1 .row > div {
      margin-bottom: 0; } }
  .bll_case-study--info1 .row > div:last-child p {
    font-size: 1.375rem;
    color: #0c0c0c;
    line-height: 1.45;
    max-width: 560px; }
  .bll_case-study--info1 .client-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bll_case-study--info1 .client-name .icon {
      min-width: 60px;
      width: 60px;
      height: 60px;
      border-radius: 24px;
      -webkit-box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
              box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
      margin-right: 20px;
      overflow: hidden; }
      .bll_case-study--info1 .client-name .icon img {
        border-radius: 24px; }
    .bll_case-study--info1 .client-name h3 {
      font-size: 1.125rem;
      line-height: 1.78;
      letter-spacing: normal;
      color: #0c0c0c;
      margin-bottom: 0; }

.bll_case-study--info2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  .bll_case-study--info2.--no-border {
    border: none; }
  .bll_case-study--info2 .row > div:not(:last-child) {
    margin-bottom: 60px; }
  @media (max-width: 767px) {
    .bll_case-study--info2 .row > div {
      margin-bottom: 0; } }
  .bll_case-study--info2 .row > div .heading3 {
    margin-bottom: 25px; }
  .bll_case-study--info2 .row > div .client-partner {
    margin-top: 40px; }
    @media (min-width: 450px) {
      .bll_case-study--info2 .row > div .client-partner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .bll_case-study--info2 .row > div .client-partner .img-wrap {
      margin-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;
      min-width: 100px;
      width: 100px;
      height: 100px;
      border-radius: 2px;
      border: solid 1px #e6e6e6; }
      @media (min-width: 450px) {
        .bll_case-study--info2 .row > div .client-partner .img-wrap {
          margin-right: 40px;
          margin-bottom: 0; } }
  .bll_case-study--info2 .row > div .client-link {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;
    color: #0c0c0c; }
    .bll_case-study--info2 .row > div .client-link:hover, .bll_case-study--info2 .row > div .client-link:focus, .bll_case-study--info2 .row > div .client-link:active {
      color: #0063ff; }
  .bll_case-study--info2 .heading2 {
    margin-bottom: 30px; }
  .bll_case-study--info2 .heading3 {
    margin-bottom: 30px; }
  .bll_case-study--info2 h4 {
    font-size: 1.5rem;
    line-height: 1.33; }
  .bll_case-study--info2 p + h2,
  .bll_case-study--info2 p + h3,
  .bll_case-study--info2 p + h4 {
    margin-top: 40px; }

.bll_case-study--big-img {
  overflow: hidden; }
  .bll_case-study--big-img > img {
    display: block;
    width: 100%;
    height: 400px;
    -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) {
      .bll_case-study--big-img > img {
        height: 500px; } }
    @media (min-width: 768px) {
      .bll_case-study--big-img > img {
        height: 600px; } }
    @media (min-width: 992px) {
      .bll_case-study--big-img > img {
        height: 700px; } }
    @media (min-width: 1200px) {
      .bll_case-study--big-img > img {
        height: 800px; } }
  .bll_case-study--big-img + .container-fluid {
    margin-top: 6.25rem; }
  .bll_case-study--big-img.--with-margin {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem; }
  .bll_case-study--big-img.--with-margin2 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem; }

.bll_case-study--section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  .bll_case-study--section.--no-border {
    border-bottom: none; }
  .bll_case-study--section .heading-border.--pink {
    color: #dc1358; }
    .bll_case-study--section .heading-border.--pink .line {
      background-color: #dc1358; }
  .bll_case-study--section .heading-border.--teal {
    color: #1bcab1; }
    .bll_case-study--section .heading-border.--teal .line {
      background-color: #1bcab1; }
  .bll_case-study--section .heading-border.--gray {
    color: #95989c; }
    .bll_case-study--section .heading-border.--gray .line {
      background-color: #95989c; }
  .bll_case-study--section .heading2 {
    margin-bottom: 30px; }
  .bll_case-study--section .heading3 {
    margin-bottom: 30px; }
  .bll_case-study--section p + .problem-list {
    margin-top: 40px; }
  .bll_case-study--section p + h2,
  .bll_case-study--section p + h3,
  .bll_case-study--section p + h4 {
    margin-top: 40px; }
  .bll_case-study--section .problem-list + p {
    margin-top: 40px; }
  .bll_case-study--section .problem-list h4 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500; }
  .bll_case-study--section .problem-list ul li {
    font-size: 24px;
    color: #262626;
    margin-bottom: 10px; }
  .bll_case-study--section.--screenshots .row.--three-cols {
    margin-left: -20px;
    margin-right: -20px; }
    .bll_case-study--section.--screenshots .row.--three-cols > div {
      margin-top: 40px;
      margin-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px; }
  .bll_case-study--section.--features {
    padding-bottom: 2.5rem; }
    .bll_case-study--section.--features .row.--three-cols {
      margin-top: 100px; }
      .bll_case-study--section.--features .row.--three-cols > div {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px; }
        .bll_case-study--section.--features .row.--three-cols > div h4,
        .bll_case-study--section.--features .row.--three-cols > div p {
          max-width: 320px;
          margin-left: auto;
          margin-right: auto; }
        .bll_case-study--section.--features .row.--three-cols > div .img-wrap {
          height: 72px;
          margin-bottom: 60px; }
          .bll_case-study--section.--features .row.--three-cols > div .img-wrap img {
            display: block;
            margin-left: auto;
            margin-right: auto; }
        .bll_case-study--section.--features .row.--three-cols > div h4 {
          margin-bottom: 10px;
          letter-spacing: -0.6px;
          font-size: 1.375rem;
          font-weight: bold; }
        .bll_case-study--section.--features .row.--three-cols > div p {
          font-size: 16px;
          line-height: 1.38; }
  .bll_case-study--section .store-links {
    margin-top: 50px;
    margin-bottom: 100px; }
    .bll_case-study--section .store-links h4 {
      font-size: 18px;
      color: rgba(38, 38, 38, 0.8);
      font-weight: normal;
      margin-bottom: 30px; }
    .bll_case-study--section .store-links a {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 20px; }
  .bll_case-study--section .client-partners-wrap {
    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;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 60px; }
    .bll_case-study--section .client-partners-wrap > * {
      width: 100%;
      height: 200px;
      margin-left: 20px;
      margin-right: 20px; }
      @media (min-width: 576px) {
        .bll_case-study--section .client-partners-wrap > * {
          min-with: calc(50% - 40px);
          width: calc(50% - 40px); } }
    .bll_case-study--section .client-partners-wrap h4 {
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.33; }
  .bll_case-study--section .client-partner {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    position: relative; }
    .bll_case-study--section .client-partner:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-image: url("../svg/check.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px 12px;
      background-color: #1bcab1;
      position: absolute;
      right: -10px;
      bottom: -10px; }
    @media (min-width: 576px) {
      .bll_case-study--section .client-partner {
        min-with: calc(50% - 40px);
        width: calc(50% - 40px); } }
    .bll_case-study--section .client-partner .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: 200px;
      border-radius: 2px;
      background-color: #fff;
      border: solid 1px #e6e6e6; }

.bll_case-study--colors-wrap {
  padding-top: 5rem;
  padding-bottom: 3.75rem; }

.bll_case-study--colors {
  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;
  margin-left: -20px;
  margin-right: -20px; }
  @media (max-width: 767px) {
    .bll_case-study--colors {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .bll_case-study--colors .color-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .bll_case-study--colors .color-item {
        max-width: 120px; } }
    .bll_case-study--colors .color-item .the-color {
      display: block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .bll_case-study--colors .color-item .the-color {
          width: 100px;
          height: 100px; } }
      @media (min-width: 992px) {
        .bll_case-study--colors .color-item .the-color {
          width: 120px;
          height: 120px; } }
      @media (min-width: 1200px) {
        .bll_case-study--colors .color-item .the-color {
          width: 140px;
          height: 140px;
          margin: 0; } }

.bll_case-study--typo {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .bll_case-study--typo .heading-border {
    margin-bottom: 60px; }
  .bll_case-study--typo .font {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto; }

.bll_case-study--screenshots {
  padding-top: 9.375rem; }
  @media (max-width: 1200px) {
    .bll_case-study--screenshots {
      padding-top: calc(3.125rem + 8.33333vw); } }
  .bll_case-study--screenshots .row > div {
    margin-bottom: 9.375rem; }
    @media (max-width: 1200px) {
      .bll_case-study--screenshots .row > div {
        margin-bottom: calc(3.125rem + 8.33333vw); } }
    @media (min-width: 768px) {
      .bll_case-study--screenshots .row > div:nth-child(even) {
        -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
                transform: translateY(100px); } }
    @media (min-width: 1200px) {
      .bll_case-study--screenshots .row > div:nth-child(even) {
        -webkit-transform: translateY(150px);
            -ms-transform: translateY(150px);
                transform: translateY(150px); } }
  .bll_case-study--screenshots .screenshot-wrap {
    display: block;
    overflow: hidden;
    max-width: 520px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 90px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 400px) {
      .bll_case-study--screenshots .screenshot-wrap {
        padding-top: 70px; } }
    .bll_case-study--screenshots .screenshot-wrap > img {
      max-width: 100%;
      height: auto;
      display: block;
      -webkit-box-shadow: 30px 30px 60px 0 rgba(12, 12, 12, 0.11);
              box-shadow: 30px 30px 60px 0 rgba(12, 12, 12, 0.11);
      margin-left: auto;
      margin-right: auto; }
  .bll_case-study--screenshots .bll_blockquote {
    margin-top: 50px;
    margin-bottom: 50px; }

.bll_case-study--screenshots2 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  padding-top: 9.375rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .bll_case-study--screenshots2 {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .bll_case-study--screenshots2.--slim-padding {
    padding-top: 1.563rem;
    padding-bottom: 1.563rem; }
  .bll_case-study--screenshots2 .container-fluid > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .bll_case-study--screenshots2 .row > div {
    margin-bottom: 50px; }
  .bll_case-study--screenshots2 .screenshot-item {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
    .bll_case-study--screenshots2 .screenshot-item img {
      max-width: 100%;
      height: auto;
      -webkit-box-shadow: 30px 30px 60px 0 rgba(12, 12, 12, 0.11);
              box-shadow: 30px 30px 60px 0 rgba(12, 12, 12, 0.11); }

.bll_case-study--split-img {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 960px) {
    .bll_case-study--split-img {
      padding-top: 3.75rem;
      padding-bottom: 9.375rem;
      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; } }
  .bll_case-study--split-img .image-wrap {
    position: relative; }
    @media (max-width: 959px) {
      .bll_case-study--split-img .image-wrap {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 959px) {
      .bll_case-study--split-img .image-wrap > img {
        max-width: 100%;
        height: auto; } }
    .bll_case-study--split-img .image-wrap:nth-child(1) {
      z-index: 2;
      left: -20px; }
      @media (min-width: 960px) {
        .bll_case-study--split-img .image-wrap:nth-child(1) {
          right: -40px;
          left: 0; } }
      .bll_case-study--split-img .image-wrap:nth-child(1) .heading-border {
        margin-bottom: 30px; }
      .bll_case-study--split-img .image-wrap:nth-child(1) > img {
        -webkit-box-shadow: 30px 30px 60px 0 rgba(12, 12, 12, 0.33);
                box-shadow: 30px 30px 60px 0 rgba(12, 12, 12, 0.33); }
    .bll_case-study--split-img .image-wrap:nth-child(2) {
      margin-top: -100px;
      right: -20px; }
      @media (min-width: 960px) {
        .bll_case-study--split-img .image-wrap:nth-child(2) {
          margin-top: 240px;
          left: -40px;
          right: 0; } }
      .bll_case-study--split-img .image-wrap:nth-child(2) .heading-border {
        margin-top: 30px;
        margin-bottom: 0; }

.bll_case-study--wireframes {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .bll_case-study--wireframes .row > div:nth-child(even) {
    margin-top: 60px; }
  .bll_case-study--wireframes .wireframe-item {
    margin-bottom: 50px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
    .bll_case-study--wireframes .wireframe-item > img {
      max-width: 100%;
      height: auto; }

.bll_case-study--carousel {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem; }
  @media (min-width: 768px) {
    .bll_case-study--carousel {
      margin-top: 15.63rem;
      margin-bottom: 15.63rem; } }
  @media (min-width: 768px) {
    .bll_case-study--carousel .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .bll_case-study--carousel .container-fluid:before, .bll_case-study--carousel .container-fluid:after {
    display: none; }
  .bll_case-study--carousel .container-fluid > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  @media (min-width: 768px) {
    .bll_case-study--carousel-text {
      width: 400px; } }
  @media (min-width: 992px) {
    .bll_case-study--carousel-text {
      width: 500px; } }
  .bll_case-study--carousel-text .carousel-text-item:focus {
    outline: 0; }
  .bll_case-study--carousel-text .carousel-text-item .heading3 {
    position: relative;
    padding-top: 45px;
    margin-bottom: 15px; }
    .bll_case-study--carousel-text .carousel-text-item .heading3:before {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: #0c0c0c;
      position: absolute;
      top: 0; }
  .bll_case-study--carousel-text .carousel-text-item p {
    max-width: 360px; }
  .bll_case-study--carousel-image {
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .bll_case-study--carousel-image:before {
      content: "";
      display: block;
      height: 860px;
      position: absolute;
      margin: auto;
      top: 0;
      left: 140px;
      bottom: 0;
      right: 0; }
    .bll_case-study--carousel-image:after {
      content: "";
      display: block;
      position: absolute;
      background: url("../img/bg-phone-mockup.png"), url("../svg/bg-phone-mockup.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: center;
      background-size: 329px 672px;
      width: 329px;
      height: 672px;
      margin: auto;
      top: 4px;
      left: -19px;
      bottom: 0;
      border-radius: 40px;
      -webkit-box-shadow: 10px 10px 20px 0 rgba(12, 12, 12, 0.08);
              box-shadow: 10px 10px 20px 0 rgba(12, 12, 12, 0.08); }
    .bll_case-study--carousel-image .slick-track {
      left: 30px; }
    .bll_case-study--carousel-image .carousel-image-item {
      width: 293px;
      height: 640px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      .bll_case-study--carousel-image .carousel-image-item:focus {
        outline: 0; }
      .bll_case-study--carousel-image .carousel-image-item .img-wrap > img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        -webkit-box-shadow: 30px 30px 60px 0 rgba(12, 12, 12, 0.11);
                box-shadow: 30px 30px 60px 0 rgba(12, 12, 12, 0.11);
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        -webkit-transform-origin: center right;
            -ms-transform-origin: center right;
                transform-origin: center right; }
      .bll_case-study--carousel-image .carousel-image-item.slick-active {
        -webkit-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
                transform: translateX(-30px); }
        .bll_case-study--carousel-image .carousel-image-item.slick-active .img-wrap > img {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-box-shadow: none;
                  box-shadow: none; }
  .bll_case-study--carousel-nav {
    margin-top: 60px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .bll_case-study--carousel-nav {
        margin-top: 100px;
        margin-bottom: 0; } }
    .bll_case-study--carousel-nav > a {
      color: #0c0c0c; }
    .bll_case-study--carousel-nav .bll_case-study--carousel-nav-prev {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .bll_case-study--carousel-nav .slick-counter {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-left: 20px;
      margin-right: 20px;
      font-weight: bold;
      color: #0c0c0c; }
    .bll_case-study--carousel-nav .bll_case-study--carousel-nav-next {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

.bll_case-study--stats .row > div {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .bll_case-study--stats .row > div {
      text-align: center;
      margin-bottom: 20px; } }
  .bll_case-study--stats .row > div p {
    font-size: 4.125rem;
    color: #009edd; }
    @media (max-width: 1200px) {
      .bll_case-study--stats .row > div p {
        font-size: calc(1.525rem + 3.46667vw) ; } }
    .bll_case-study--stats .row > div p span {
      font-size: 2rem; }
      @media (max-width: 1200px) {
        .bll_case-study--stats .row > div p span {
          font-size: calc(1.1rem + 1.2vw) ; } }
  @media (max-width: 767px) {
    .bll_case-study--stats .row > div .heading-border {
      display: inline-block;
      margin-left: auto;
      margin-right: auto; } }

.bll_case-study--features {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .bll_case-study--features {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  .bll_case-study--features.--more-padding {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem; }
    @media (max-width: 1200px) {
      .bll_case-study--features.--more-padding {
        padding-top: calc(3.125rem + 8.33333vw);
        padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_case-study--features-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6.25rem; }
    @media (max-width: 1200px) {
      .bll_case-study--features-wrap {
        padding-top: calc(3.125rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .bll_case-study--features-wrap > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .bll_case-study--features-wrap > div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .bll_case-study--features-wrap > div:nth-child(3) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    @media (min-width: 768px) {
      .bll_case-study--features-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        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; }
        .bll_case-study--features-wrap > div:nth-child(1) {
          text-align: right; }
        .bll_case-study--features-wrap > div:nth-child(2) {
          padding-left: 50px;
          padding-right: 50px; } }
  .bll_case-study--features-text .features-text-item {
    margin-bottom: 40px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .bll_case-study--features-text .features-text-item {
        min-height: 200px;
        margin-bottom: 50px; } }
    .bll_case-study--features-text .features-text-item .icons {
      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;
      width: 64px;
      height: 64px;
      border-radius: 24px;
      background-color: #0063ff;
      -webkit-box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
              box-shadow: 0 10px 20px 0 rgba(12, 12, 12, 0.11);
      margin-bottom: 20px; }
      .bll_case-study--features-text .features-text-item .icons .icon {
        font-size: 1.125rem;
        color: #000; }
    .bll_case-study--features-text .features-text-item h4 {
      font-size: 1.375rem;
      line-height: 1.09;
      letter-spacing: -0.6px;
      font-weight: bold; }
    .bll_case-study--features-text .features-text-item p {
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: rgba(38, 38, 38, 0.7); }
  .bll_case-study--features-image > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .bll_case-study--features-image > img {
        max-width: 300px;
        margin-bottom: 60px; } }

.bll_case-study--similar {
  background-color: #f5f7fa;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .bll_case-study--similar {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_case-study--similar .heading3 {
    margin-bottom: 40px; }
    @media (min-width: 576px) {
      .bll_case-study--similar .heading3 {
        margin-bottom: 50px; } }

/* ////========== ABOUT STYLES =========//// */
.wrapper.--about .heading-border {
  margin-bottom: 50px; }

.wrapper.--about .bll_partners {
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  .wrapper.--about .bll_partners--text {
    margin-bottom: 80px; }

.wrapper.--about .bll_home--awards {
  background: #fff;
  position: relative; }
  .wrapper.--about .bll_home--awards:before {
    content: "";
    display: block;
    width: 90%;
    background-color: #f5f7fa;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }

.bll_about--hero {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  position: relative; }
  @media (min-width: 768px) {
    .bll_about--hero {
      padding-top: 7.5rem;
      padding-bottom: 5rem;
      min-height: 800px;
      height: 100vh;
      max-height: 900px; } }
  .bll_about--hero .container-fluid {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1000px; }
  .bll_about--hero-text {
    padding-top: 150px; }
    @media (max-width: 767px) {
      .bll_about--hero-text {
        padding-top: 0; } }
    .bll_about--hero-text h1 {
      font-size: 5.5rem;
      font-weight: bold;
      line-height: 1.14;
      letter-spacing: -4px;
      margin-bottom: 7.813rem; }
      @media (max-width: 1200px) {
        .bll_about--hero-text h1 {
          font-size: calc(1.8rem + 4.93333vw) ; } }
      @media (min-width: 576px) {
        .bll_about--hero-text h1 {
          max-width: 90%; } }
      @media (max-width: 1200px) {
        .bll_about--hero-text h1 {
          margin-bottom: calc(3.125rem + 6.25vw); } }
    .bll_about--hero-text p {
      color: #262626; }
      @media (min-width: 576px) {
        .bll_about--hero-text p {
          font-size: 1.125rem;
          line-height: 1.78; }
          .bll_about--hero-text p + p {
            margin-top: 30px; } }
      .bll_about--hero-text p .avatar {
        max-width: 60px;
        border-radius: 50%; }
    .bll_about--hero-text .flexbox {
      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) {
        .bll_about--hero-text .flexbox {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .bll_about--hero-text .flexbox__wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding-top: 30px; }
        @media (max-width: 767px) {
          .bll_about--hero-text .flexbox__wrapper {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                    flex: 1 1 100%; } }
        .bll_about--hero-text .flexbox__wrapper img {
          width: 60px;
          border-radius: 50%; }
        .bll_about--hero-text .flexbox__wrapper--text {
          padding-left: 30px; }
          .bll_about--hero-text .flexbox__wrapper--text h2 {
            font-size: 19px; }
          .bll_about--hero-text .flexbox__wrapper--text p {
            font-size: 16px;
            margin: 0; }

.bll_about--offices {
  position: relative; }
  .bll_about--offices .container-fluid {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    position: relative; }
    @media (max-width: 1200px) {
      .bll_about--offices .container-fluid {
        padding-top: calc(3.125rem + 4.16667vw);
        padding-bottom: calc(3.125rem + 4.16667vw); } }
  .bll_about--offices:before {
    content: "";
    display: block;
    width: 90%;
    background-color: #f5f7fa;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .bll_about--offices .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bll_about--offices-wrap {
    width: 1600px; }
  .bll_about--offices-item {
    margin-right: 40px;
    position: relative;
    overflow: hidden; }
    .bll_about--offices-item:focus {
      outline: none; }
    .bll_about--offices-item .location {
      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;
      background-color: #fff;
      text-align: center;
      font-size: 1.125rem;
      letter-spacing: -0.5px;
      font-weight: bold;
      position: absolute;
      bottom: 0;
      right: 0;
      margin-bottom: 0; }

.bll_about--offices-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 30px;
  right: 60px; }
  .bll_about--offices-nav > a {
    display: block;
    width: 20px;
    height: 16px;
    font-size: 0;
    opacity: 0.2;
    background-image: url("../svg/arrow-next.svg");
    background-repeat: no-repeat;
    background-position: center right; }
    .bll_about--offices-nav > a:hover {
      width: 100px;
      opacity: 1; }
    .bll_about--offices-nav > a.nav-prev {
      background-image: url("../svg/arrow-prev.svg");
      background-position: center left;
      margin-right: 20px; }

.bll_about--intro {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  @media (max-width: 1200px) {
    .bll_about--intro {
      padding-top: calc(6.25rem + 8.33333vw);
      padding-bottom: calc(6.25rem + 8.33333vw); } }
  .bll_about--intro h2 {
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: -1px;
    display: inline-block;
    -webkit-box-shadow: inset 0 -0.08em 0 #0063ff;
            box-shadow: inset 0 -0.08em 0 #0063ff;
    padding-bottom: 8px;
    margin-bottom: 4.688rem; }
    @media (max-width: 1200px) {
      .bll_about--intro h2 {
        font-size: calc(1.25rem + 2vw) ; } }
    @media (max-width: 1200px) {
      .bll_about--intro h2 {
        margin-bottom: calc(1.563rem + 4.16667vw); } }
  .bll_about--intro p {
    font-size: 2.75rem;
    line-height: 1.36;
    letter-spacing: -1px;
    color: #0c0c0c;
    max-width: 960px; }
    @media (max-width: 1200px) {
      .bll_about--intro p {
        font-size: calc(1.25rem + 2vw) ; } }

.bll_about--process {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  @media (max-width: 1200px) {
    .bll_about--process {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_about--process .heading2 {
    margin-bottom: 30px; }
  .bll_about--process p {
    color: #262626; }
    @media (min-width: 576px) {
      .bll_about--process p {
        font-size: 1.125rem;
        line-height: 1.78; }
        .bll_about--process p + p {
          margin-top: 30px; } }
  .bll_about--process-sec1 {
    margin-bottom: 3.125rem; }
    .bll_about--process-sec1 .container-fluid {
      max-width: 1000px; }
  .bll_about--process-sec2 {
    padding-top: 15.63rem;
    padding-bottom: 12.5rem;
    position: relative; }
    @media (max-width: 1200px) {
      .bll_about--process-sec2 {
        padding-top: calc(9.375rem + 8.33333vw);
        padding-bottom: calc(6.25rem + 8.33333vw); } }
    @media (max-width: 767px) {
      .bll_about--process-sec2 .bbl_section--text {
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .bll_about--process-sec2 .bbl_section--text {
        padding-left: 40px;
        padding-right: 40px; }
        .bll_about--process-sec2 .bbl_section--text > * {
          display: block;
          max-width: 360px;
          margin-left: auto;
          margin-right: auto; }
        .bll_about--process-sec2 .bbl_section--text a {
          margin-top: 40px;
          display: block;
          font-size: 1.125rem;
          font-weight: 500;
          text-decoration: underline;
          text-underline-position: under; } }
    .bll_about--process-sec2 .bbl_section--image {
      position: relative; }
      @media (max-width: 767px) {
        .bll_about--process-sec2 .bbl_section--image img.office {
          max-width: 100%;
          height: auto; } }
      .bll_about--process-sec2 .bbl_section--image img.seal {
        position: absolute;
        margin: auto;
        top: -180px;
        left: 45%;
        -webkit-transform-origin: bottom center;
            -ms-transform-origin: bottom center;
                transform-origin: bottom center; }
        @media (max-width: 767px) {
          .bll_about--process-sec2 .bbl_section--image img.seal {
            top: auto;
            bottom: -110px;
            -webkit-transform: scale(0.6);
                -ms-transform: scale(0.6);
                    transform: scale(0.6);
            left: 0;
            right: 0; } }
  .bll_about--process-sec3 .container-fluid {
    max-width: 1000px; }
  .bll_about--process-sec3 .heading2 {
    margin-bottom: 6.25rem; }
    @media (max-width: 1200px) {
      .bll_about--process-sec3 .heading2 {
        margin-bottom: calc(3.125rem + 4.16667vw); } }
  .bll_about--process-sec3 .number-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: number; }
    .bll_about--process-sec3 .number-list li {
      counter-increment: number;
      position: relative;
      padding-left: 60px; }
      @media (min-width: 768px) {
        .bll_about--process-sec3 .number-list li {
          padding-left: 0; } }
      .bll_about--process-sec3 .number-list li:not(:last-child) {
        margin-bottom: 50px; }
      .bll_about--process-sec3 .number-list li:before {
        content: counter(number) ".";
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        font-size: 3.75rem;
        line-height: 1;
        color: #0063ff; }
        @media (min-width: 768px) {
          .bll_about--process-sec3 .number-list li:before {
            font-size: 6rem;
            top: 0;
            left: -170px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .bll_about--process-sec3 .number-list li:before {
      font-size: calc(1.9rem + 5.46667vw) ; } }

.bll_about--team {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
  text-align: center; }
  @media (max-width: 1200px) {
    .bll_about--team {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_about--team .heading2 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.25rem; }
    @media (max-width: 1200px) {
      .bll_about--team .heading2 {
        margin-bottom: calc(3.125rem + 4.16667vw); } }
  .bll_about--team .row > div {
    margin-bottom: 6.25rem;
    text-align: left; }
    @media (max-width: 1200px) {
      .bll_about--team .row > div {
        margin-bottom: calc(3.125rem + 4.16667vw); } }
    @media (max-width: 575px) {
      .bll_about--team .row > div {
        width: 360px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .bll_about--team .row > div:nth-child(3n+2) {
        margin-top: 30px; }
      .bll_about--team .row > div:nth-child(3n+1) {
        margin-top: 60px; } }
    .bll_about--team .row > div > img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 30px; }
    .bll_about--team .row > div h3 {
      font-size: 2rem; }
      @media (max-width: 1200px) {
        .bll_about--team .row > div h3 {
          font-size: calc(1.1rem + 1.2vw) ; } }
    .bll_about--team .row > div p {
      color: rgba(26, 37, 54, 0.6); }
  .bll_about--team .btn {
    margin-top: 40px; }

.bll_about--clients {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
  text-align: center; }
  @media (max-width: 1200px) {
    .bll_about--clients {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_about--clients .heading2 {
    margin-bottom: 90px; }
  .bll_about--clients--logos {
    max-width: 650px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    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; }
    .bll_about--clients--logos .img-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      min-width: 50%;
      margin-bottom: 40px;
      text-align: center; }
      @media (min-width: 576px) {
        .bll_about--clients--logos .img-wrap {
          min-width: 33.3333%;
          margin-bottom: 60px; } }
      @media (min-width: 768px) {
        .bll_about--clients--logos .img-wrap {
          min-width: 25%;
          margin-bottom: 80px; } }
  .bll_about--clients .bll_blockquote .avatar {
    position: relative; }
    .bll_about--clients .bll_blockquote .avatar:before {
      content: "";
      display: block;
      width: 560px;
      height: 1px;
      border-top: 1px solid rgba(12, 12, 12, 0.1);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%); }

/* ////========== CAPABILITIES STYLES =========//// */
.bll_capabilities--hero {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: -webkit-linear-gradient(148deg, #0042a9, #0063ff);
  background-image: -o-linear-gradient(148deg, #0042a9, #0063ff);
  background-image: linear-gradient(302deg, #0042a9, #0063ff);
  border-bottom-right-radius: 40px;
  color: #fff; }
  @media (min-width: 768px) {
    .bll_capabilities--hero {
      padding-top: 7.5rem;
      padding-bottom: 5rem;
      min-height: 800px;
      height: 100vh;
      max-height: 900px; } }
  .bll_capabilities--hero .container-fluid {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bll_capabilities--hero-text {
    margin-bottom: 6.25rem; }
    @media (min-width: 768px) {
      .bll_capabilities--hero-text {
        margin-bottom: 9.375rem; } }
    .bll_capabilities--hero-text .heading1 {
      color: #fff;
      margin-bottom: 25px; }
    .bll_capabilities--hero-text p {
      max-width: 360px;
      font-size: 1.125rem; }
  @media (min-width: 1200px) {
    .bll_capabilities--hero-links {
      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; } }
  .bll_capabilities--hero-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bll_capabilities--hero-links ul li a {
      display: block;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.875rem;
      font-weight: 500;
      margin-right: 40px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .bll_capabilities--hero-links ul li a {
          font-size: 1rem;
          margin-right: 55px; } }
      @media (min-width: 992px) {
        .bll_capabilities--hero-links ul li a {
          font-size: 1.25rem;
          margin-right: 55px; } }
      .bll_capabilities--hero-links ul li a .icon {
        height: 60px;
        margin-bottom: 30px;
        opacity: 0.6;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit; }
        @media (min-width: 768px) and (max-width: 991px) {
          .bll_capabilities--hero-links ul li a .icon {
            height: 30px;
            margin-bottom: 10px; }
            .bll_capabilities--hero-links ul li a .icon img {
              width: auto;
              max-height: 30px; } }
        @media (max-width: 767px) {
          .bll_capabilities--hero-links ul li a .icon {
            height: 25px;
            margin-bottom: 10px; }
            .bll_capabilities--hero-links ul li a .icon img {
              width: auto;
              max-height: 25px; } }
        .bll_capabilities--hero-links ul li a .icon img {
          display: block;
          margin-left: auto;
          margin-right: auto; }
      .bll_capabilities--hero-links ul li a:hover {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        color: #fff; }
        .bll_capabilities--hero-links ul li a:hover .icon {
          opacity: 1; }
  .bll_capabilities--hero-links .dive-link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    font-weight: 500; }
    .bll_capabilities--hero-links .dive-link:hover .icon, .bll_capabilities--hero-links .dive-link:focus .icon, .bll_capabilities--hero-links .dive-link:focus .icon {
      border: solid 2px rgba(255, 255, 255, 0.4); }
    .bll_capabilities--hero-links .dive-link .icon {
      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: 54px;
      height: 54px;
      border-radius: 50%;
      border: solid 2px rgba(255, 255, 255, 0.2);
      color: #fff;
      font-size: 1rem;
      -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        .bll_capabilities--hero-links .dive-link .icon {
          width: 44px;
          height: 44px;
          font-size: 0.75rem;
          margin-top: 25px;
          margin-bottom: 0; } }

.bll_capabilities--wrap .bll_section {
  padding-top: 6.25rem;
  padding-bottom: 0; }
  @media (max-width: 1200px) {
    .bll_capabilities--wrap .bll_section {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: 0; } }
  .bll_capabilities--wrap .bll_section:first-child {
    padding-top: 9.375rem; }
    @media (max-width: 1200px) {
      .bll_capabilities--wrap .bll_section:first-child {
        padding-top: calc(3.125rem + 8.33333vw); } }
  .bll_capabilities--wrap .bll_section .bll_section--text .heading1 {
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .bll_capabilities--wrap .bll_section .bll_section--text .heading1 {
        margin-bottom: 30px; } }
  .bll_capabilities--wrap .bll_section .bll_section--text p {
    color: #262626;
    line-height: 1.56; }
    @media (min-width: 576px) {
      .bll_capabilities--wrap .bll_section .bll_section--text p {
        font-size: 1.125rem; }
        .bll_capabilities--wrap .bll_section .bll_section--text p + p {
          margin-top: 20px; } }
  .bll_capabilities--wrap .bll_section .bll_section--text ul {
    list-style: none;
    margin: 30px 0;
    padding: 0; }
    .bll_capabilities--wrap .bll_section .bll_section--text ul li {
      color: #70757b;
      margin-bottom: 10px; }
      .bll_capabilities--wrap .bll_section .bll_section--text ul li:before {
        content: "-";
        display: inline-block;
        margin-right: 5px; }
  .bll_capabilities--wrap .bll_section .bll_section--text .row {
    max-width: 450px; }
  @media (max-width: 767px) {
    .bll_capabilities--wrap .bll_section .bll_section--image > img {
      max-width: 100%;
      height: auto; } }
  .bll_capabilities--wrap .bll_section.--criss-cross {
    position: relative; }
    .bll_capabilities--wrap .bll_section.--criss-cross .container-fluid {
      position: relative; }
      @media (min-width: 768px) {
        .bll_capabilities--wrap .bll_section.--criss-cross .container-fluid {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .bll_capabilities--wrap .bll_section.--criss-cross .container-fluid > * {
            -webkit-box-flex: 1;
                -ms-flex: 1 0 50%;
                    flex: 1 0 50%; } }
    @media (min-width: 768px) {
      .bll_capabilities--wrap .bll_section.--criss-cross .bll_section--text {
        padding-right: 0;
        padding-left: 1.25rem; } }
    @media (min-width: 992px) {
      .bll_capabilities--wrap .bll_section.--criss-cross .bll_section--text {
        padding-right: 0;
        padding-left: 2.5rem; } }
    @media (max-width: 767px) {
      .bll_capabilities--wrap .bll_section.--criss-cross .bll_section--text {
        margin-bottom: 1.875rem; } }
    @media (min-width: 768px) {
      .bll_capabilities--wrap .bll_section.--criss-cross .bll_section--image {
        margin-left: 0;
        margin-right: 1.25rem; } }
    @media (min-width: 992px) {
      .bll_capabilities--wrap .bll_section.--criss-cross .bll_section--image {
        margin-left: 0;
        margin-right: 2.5rem; } }
    @media (max-width: 767px) {
      .bll_capabilities--wrap .bll_section.--criss-cross .bll_section--image img {
        display: block;
        margin: 0 auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bll_capabilities--wrap .bll_section.--criss-cross .bll_section--image img {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: center right;
            -ms-transform-origin: center right;
                transform-origin: center right; } }
    .bll_capabilities--wrap .bll_section.--criss-cross:nth-child(even):before {
      content: "";
      display: block;
      background-color: #f5f7fa;
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (min-width: 768px) {
        .bll_capabilities--wrap .bll_section.--criss-cross:nth-child(even):before {
          top: 5%;
          left: 0;
          right: auto;
          bottom: 5%;
          width: 80%; } }
    @media (min-width: 768px) {
      .bll_capabilities--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 768px) {
      .bll_capabilities--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--text {
        padding-left: 0;
        padding-right: 1.25rem; } }
    @media (min-width: 992px) {
      .bll_capabilities--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--text {
        padding-left: 0;
        padding-right: 2.5rem; } }
    @media (min-width: 768px) {
      .bll_capabilities--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image {
        margin-right: 0;
        margin-left: 1.25rem; } }
    @media (min-width: 992px) {
      .bll_capabilities--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image {
        margin-right: 0;
        margin-left: 2.5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bll_capabilities--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image img {
        -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
                transform-origin: center left; } }

.bll_capabilities--devices {
  padding-top: 3.125rem;
  padding-bottom: 9.375rem;
  position: relative; }
  @media (max-width: 1200px) {
    .bll_capabilities--devices {
      padding-top: calc(0 + 4.16667vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_capabilities--devices .align-items-md-center {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .bll_capabilities--devices .heading2 {
    max-width: 530px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2; }
  .bll_capabilities--devices .bll_tabs {
    max-width: 300px; }
    .bll_capabilities--devices .bll_tabs.nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .bll_capabilities--devices .bll_tabs li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; }
      .bll_capabilities--devices .bll_tabs li a {
        display: inline-block;
        font-size: 1.125rem;
        color: #70757b;
        padding: 10px 15px;
        border-radius: 4px;
        font-weight: 500; }
        @media (min-width: 768px) {
          .bll_capabilities--devices .bll_tabs li a {
            display: block;
            padding: 25px 35px; } }
        .bll_capabilities--devices .bll_tabs li a:hover, .bll_capabilities--devices .bll_tabs li a:active, .bll_capabilities--devices .bll_tabs li a:focus {
          color: #3444f1; }
        .bll_capabilities--devices .bll_tabs li a.active {
          color: #fff;
          background-color: #3444f1;
          -webkit-box-shadow: 0 14px 34px 0 rgba(0, 99, 255, 0.2);
                  box-shadow: 0 14px 34px 0 rgba(0, 99, 255, 0.2); }
  .bll_capabilities--devices .bll_devices-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 992px) {
      .bll_capabilities--devices .bll_devices-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 600px; } }
    @media (min-width: 1200px) {
      .bll_capabilities--devices .bll_devices-wrap {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .bll_capabilities--devices .bll_devices-wrap {
        display: block; } }
  .bll_capabilities--devices .bll_devices--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
    position: relative;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
    @media (min-width: 1200px) {
      .bll_capabilities--devices .bll_devices--item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .bll_capabilities--devices .bll_devices--item {
        padding: 0 5px 15px 5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bll_capabilities--devices .bll_devices--item {
        padding: 40px 20px 0 20px; } }
    .bll_capabilities--devices .bll_devices--item .box {
      background-color: #f8f8f8;
      padding: 60px 70px 45px 55px;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .bll_capabilities--devices .bll_devices--item .box {
          padding: 40px 50px 25px 35px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .bll_capabilities--devices .bll_devices--item .box {
          width: 100%;
          text-align: center; } }
      @media (max-width: 767px) {
        .bll_capabilities--devices .bll_devices--item .box {
          display: block;
          height: auto;
          min-height: 1px;
          padding: 30px 40px 15px 30px; } }
    .bll_capabilities--devices .bll_devices--item .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: 240px;
      height: 270px;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .bll_capabilities--devices .bll_devices--item .img-wrap {
          width: auto;
          height: auto; } }
      .bll_capabilities--devices .bll_devices--item .img-wrap img {
        max-width: 100%;
        height: auto; }
    .bll_capabilities--devices .bll_devices--item h3 {
      font-size: 1.125rem;
      color: #70757b;
      margin-bottom: 0;
      padding-top: 20px; }
      @media (min-width: 1200px) {
        .bll_capabilities--devices .bll_devices--item h3 {
          font-size: 1.375rem; } }

.bll_capabilities--technologies {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
  background-color: #0c0c0c;
  color: #fff; }
  @media (max-width: 1200px) {
    .bll_capabilities--technologies {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_capabilities--technologies .heading2 {
    color: #fff;
    text-align: center;
    margin-bottom: 7.813rem; }
    @media (max-width: 1200px) {
      .bll_capabilities--technologies .heading2 {
        margin-bottom: calc(3.125rem + 6.25vw); } }
  .bll_capabilities--technologies .bll_technolgy--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 40px;
    background-color: #fff;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
    padding: 20px; }
    @media (max-width: 767px) {
      .bll_capabilities--technologies .bll_technolgy--item {
        width: 140px;
        height: 140px;
        border-radius: 20px;
        padding: 10px; } }
    .bll_capabilities--technologies .bll_technolgy--item .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: 100px; }
      @media (max-width: 767px) {
        .bll_capabilities--technologies .bll_technolgy--item .img-wrap {
          height: 80px; } }
      .bll_capabilities--technologies .bll_technolgy--item .img-wrap img {
        max-width: 100%;
        height: auto; }
        @media (max-width: 767px) {
          .bll_capabilities--technologies .bll_technolgy--item .img-wrap img {
            -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                    transform: scale(0.8); } }
    .bll_capabilities--technologies .bll_technolgy--item h4 {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0;
      text-align: center; }
      @media (max-width: 767px) {
        .bll_capabilities--technologies .bll_technolgy--item h4 {
          font-size: 0.875rem; } }
  .bll_capabilities--technologies .bll_accordion--group {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -1px; }
    .bll_capabilities--technologies .bll_accordion--group h3 {
      color: #fff;
      font-size: 1.375rem;
      font-weight: 500;
      margin-bottom: 0;
      cursor: pointer;
      position: relative; }
      .bll_capabilities--technologies .bll_accordion--group h3:after {
        content: "";
        display: block;
        width: 16px;
        height: 10px;
        background: url("../svg/caret.svg") no-repeat center;
        background-size: 16px 10px;
        position: absolute;
        top: 45%;
        right: 0;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
      .bll_capabilities--technologies .bll_accordion--group h3.collapsed:after {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
  .bll_capabilities--technologies .bll_accordion--inner {
    padding-top: 35px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px; }
    @media (max-width: 767px) {
      .bll_capabilities--technologies .bll_accordion--inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

/* ////========== TEAM STYLES =========//// */
.bll_team--hero {
  padding-top: 3.125rem;
  position: relative;
  padding-bottom: 350px; }
  @media (min-width: 768px) {
    .bll_team--hero {
      padding-top: 5rem;
      padding-bottom: 490px;
      min-height: 800px;
      height: 100vh;
      max-height: 900px;
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .bll_team--hero-text {
    padding-top: 5rem;
    padding-bottom: 6.25rem; }
    @media (min-width: 768px) {
      .bll_team--hero-text {
        padding-top: 0;
        padding-bottom: 0; } }
  .bll_team--hero-image {
    width: 1654px;
    height: 481px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 767px) {
      .bll_team--hero-image {
        -webkit-transform-origin: center bottom;
            -ms-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-transform: scale(0.8) translateX(-50%);
            -ms-transform: scale(0.8) translateX(-50%);
                transform: scale(0.8) translateX(-50%); } }
    .bll_team--hero-image .image-cols {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      margin-left: 15px;
      margin-right: 15px; }
      .bll_team--hero-image .image-cols > img:not(:last-child) {
        margin-bottom: 30px; }

.bll_team--people {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative; }
  @media (max-width: 1200px) {
    .bll_team--people {
      padding-top: calc(6.25rem + 8.33333vw);
      padding-bottom: calc(6.25rem + 8.33333vw); } }
  .bll_team--people .heading3 {
    max-width: 360px;
    padding-bottom: 5rem; }
  .bll_team--people .row.--hide-show-more > li {
    display: none; }
  .bll_team--people .row > li {
    margin-bottom: 6.25rem;
    text-align: left; }
    @media (max-width: 1200px) {
      .bll_team--people .row > li {
        margin-bottom: calc(3.125rem + 4.16667vw); } }
    @media (max-width: 575px) {
      .bll_team--people .row > li {
        width: 360px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .bll_team--people .row > li:nth-child(3n+2) {
        margin-top: 30px; }
      .bll_team--people .row > li:nth-child(3n+1) {
        margin-top: 60px; } }
    .bll_team--people .row > li > img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 30px;
      -webkit-transition: -webkit-transform .5s ease-in-out;
      transition: -webkit-transform .5s ease-in-out;
      -o-transition: transform .5s ease-in-out;
      transition: transform .5s ease-in-out;
      transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
    .bll_team--people .row > li h3 {
      font-size: 2rem;
      -webkit-transition: color .5s ease-in-out;
      -o-transition: color .5s ease-in-out;
      transition: color .5s ease-in-out; }
      @media (max-width: 1200px) {
        .bll_team--people .row > li h3 {
          font-size: calc(1.1rem + 1.2vw) ; } }
    .bll_team--people .row > li p {
      color: rgba(26, 37, 54, 0.6); }
  .bll_team--people .bll_team--item:hover {
    cursor: pointer; }
    .bll_team--people .bll_team--item:hover > img {
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98); }
    .bll_team--people .bll_team--item:hover h3 {
      color: #0063ff; }

.bll_team--map {
  position: relative;
  color: #fff;
  height: 430px; }
  @media (min-width: 992px) {
    .bll_team--map {
      height: 630px; } }
  .bll_team--map-inner {
    background-color: #0c0c0c;
    height: 350px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .bll_team--map-inner {
        height: 550px; } }
  .bll_team--map .map {
    width: 100%;
    height: 350px;
    opacity: 0.7; }
    @media (min-width: 992px) {
      .bll_team--map .map {
        height: 550px; } }
  .bll_team--map .container-fluid {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .bll_team--map .container-fluid > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; }
  .bll_team--map .map-info {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 350px; }
    @media (min-width: 992px) {
      .bll_team--map .map-info {
        height: 550px;
        padding-top: 60px;
        padding-bottom: 60px; } }
    .bll_team--map .map-info p {
      font-size: 0.8125rem; }
    .bll_team--map .map-info .heading2 {
      color: #fff;
      font-weight: bold;
      margin-bottom: 0; }
  .bll_team--map .map-office {
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%); }
    @media (max-width: 767px) {
      .bll_team--map .map-office {
        display: none;
        visibility: hidden;
        opacity: 0; } }
    @media (max-width: 991px) {
      .bll_team--map .map-office {
        width: auto;
        height: 450px;
        -webkit-transform: translateX(30%);
            -ms-transform: translateX(30%);
                transform: translateX(30%); } }

.bll_team--modal .close {
  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;
  background-color: #0063ff;
  opacity: 1 !important;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2; }
  @media (max-width: 575px) {
    .bll_team--modal .close {
      right: -5px; } }
  .bll_team--modal .close:hover {
    background-color: #004fcc; }
  .bll_team--modal .close span {
    font-weight: 300;
    color: #fff;
    font-size: 1rem; }

.bll_team--modal .modal-body {
  padding: 50px; }
  @media (max-width: 991px) {
    .bll_team--modal .modal-body .row > div:first-child {
      margin-bottom: 40px; } }
  .bll_team--modal .modal-body .person-info {
    margin-bottom: 30px; }
    .bll_team--modal .modal-body .person-info h3 {
      margin-bottom: 5px; }
    .bll_team--modal .modal-body .person-info p {
      font-size: 1rem;
      color: rgba(26, 37, 54, 0.6); }
  .bll_team--modal .modal-body p {
    font-size: 1rem;
    line-height: 1.78;
    color: #262626; }
  .bll_team--modal .modal-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .bll_team--modal .modal-body .person-social {
    text-align: center; }
    .bll_team--modal .modal-body .person-social a {
      display: inline-block;
      font-size: 1.25rem;
      margin-left: 10px;
      margin-right: 10px; }
      .bll_team--modal .modal-body .person-social a.--instagram {
        color: #d53592; }
      .bll_team--modal .modal-body .person-social a.--twitter {
        color: #1da1f2; }
      .bll_team--modal .modal-body .person-social a.--facebook {
        color: #3b5998; }
      .bll_team--modal .modal-body .person-social a.--linkedin {
        color: #0077b5; }
      .bll_team--modal .modal-body .person-social a.--internet {
        color: #000000; }
      .bll_team--modal .modal-body .person-social a.--github {
        color: #24292e; }
      .bll_team--modal .modal-body .person-social a.--dribbble {
        color: #ea4c89; }
      .bll_team--modal .modal-body .person-social a:hover {
        opacity: 0.7; }

/* ////========== PRESS STYLES =========//// */
.bll_press--hero {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative; }
  @media (min-width: 768px) {
    .bll_press--hero {
      height: 500px; } }
  @media (min-width: 992px) {
    .bll_press--hero {
      min-height: 670px; } }
  @media (max-width: 1200px) {
    .bll_press--hero {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .bll_press--hero {
      padding-top: 9.375rem;
      padding-bottom: 7.5rem; } }
  @media (min-width: 768px) {
    .bll_press--hero .container-fluid {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .bll_press--hero .container-fluid > * {
        width: 100%; } }
  .bll_press--hero-bg {
    background-color: #0063ff;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .bll_press--hero-text {
    color: #fff;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .bll_press--hero-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .bll_press--hero-text .heading1 {
      color: #fff;
      position: relative;
      padding-top: 50px;
      max-width: 560px; }
      @media (max-width: 767px) {
        .bll_press--hero-text .heading1 {
          padding-top: 35px;
          margin-bottom: 60px; } }
      .bll_press--hero-text .heading1 .line {
        display: block;
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0; }
    .bll_press--hero-text .dive-link {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.875rem;
      font-weight: 500; }
      .bll_press--hero-text .dive-link:hover .icon, .bll_press--hero-text .dive-link:focus .icon, .bll_press--hero-text .dive-link:focus .icon {
        border: solid 2px rgba(255, 255, 255, 0.4); }
      .bll_press--hero-text .dive-link .icon {
        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: 54px;
        height: 54px;
        border-radius: 50%;
        border: solid 2px rgba(255, 255, 255, 0.2);
        color: #fff;
        margin-right: 20px;
        font-size: 1rem;
        -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
        @media (max-width: 767px) {
          .bll_press--hero-text .dive-link .icon {
            width: 44px;
            height: 44px;
            font-size: 0.75rem;
            margin-right: 15px; } }

.bll_press--wrap {
  padding-top: 12.5rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  @media (max-width: 1200px) {
    .bll_press--wrap {
      padding-top: calc(6.25rem + 8.33333vw); } }
  .bll_press--wrap .bll_section {
    position: relative;
    padding-top: 4.688rem;
    padding-bottom: 4.688rem; }
    @media (max-width: 767px) {
      .bll_press--wrap .bll_section {
        padding-bottom: 9.375rem !important; } }
    @media (max-width: 1200px) {
      .bll_press--wrap .bll_section {
        padding-top: calc(1.563rem + 4.16667vw);
        padding-bottom: calc(1.563rem + 4.16667vw); } }
    .bll_press--wrap .bll_section:first-child {
      padding-top: 0; }
    .bll_press--wrap .bll_section:last-child {
      padding-bottom: 12.5rem; }
      @media (max-width: 1200px) {
        .bll_press--wrap .bll_section:last-child {
          padding-bottom: calc(6.25rem + 8.33333vw); } }
    .bll_press--wrap .bll_section--text .logo {
      min-height: 50px;
      margin-bottom: 30px; }
    .bll_press--wrap .bll_section--text .heading2 {
      max-width: 390px;
      margin-bottom: 50px; }
    .bll_press--wrap .bll_section--text p {
      font-size: 1.125rem;
      color: #262626;
      line-height: 1.56;
      max-width: 350px; }
    .bll_press--wrap .bll_section--text .line {
      display: block;
      width: 120px;
      height: 1px;
      background-color: rgba(12, 12, 12, 0.1);
      margin-top: 50px;
      margin-bottom: 50px; }
    .bll_press--wrap .bll_section--text a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0c0c0c;
      font-weight: 500; }
      .bll_press--wrap .bll_section--text a:hover {
        color: #0063ff; }
        .bll_press--wrap .bll_section--text a:hover .icon {
          -webkit-transform: translateX(10px);
              -ms-transform: translateX(10px);
                  transform: translateX(10px); }
      .bll_press--wrap .bll_section--text a .icon {
        display: inline-block;
        margin-left: 15px;
        -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
        -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
        transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
        position: relative;
        top: 2px; }
    .bll_press--wrap .bll_section--image > img {
      -webkit-box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.11); }
      @media (max-width: 767px) {
        .bll_press--wrap .bll_section--image > img {
          max-width: 100%;
          height: auto; } }
    .bll_press--wrap .bll_section.--criss-cross .container-fluid {
      position: relative; }
      @media (min-width: 768px) {
        .bll_press--wrap .bll_section.--criss-cross .container-fluid {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .bll_press--wrap .bll_section.--criss-cross .container-fluid > * {
            -webkit-box-flex: 1;
                -ms-flex: 1 0 50%;
                    flex: 1 0 50%; } }
    @media (min-width: 768px) {
      .bll_press--wrap .bll_section.--criss-cross .bll_section--text {
        padding-right: 0;
        padding-left: 1.25rem; } }
    @media (min-width: 992px) {
      .bll_press--wrap .bll_section.--criss-cross .bll_section--text {
        padding-right: 0;
        padding-left: 2.5rem; } }
    @media (max-width: 767px) {
      .bll_press--wrap .bll_section.--criss-cross .bll_section--text {
        margin-bottom: 2.5rem; } }
    @media (min-width: 768px) {
      .bll_press--wrap .bll_section.--criss-cross .bll_section--image {
        margin-left: 0;
        margin-right: 1.25rem; } }
    @media (min-width: 992px) {
      .bll_press--wrap .bll_section.--criss-cross .bll_section--image {
        margin-left: 0;
        margin-right: 2.5rem; } }
    @media (max-width: 767px) {
      .bll_press--wrap .bll_section.--criss-cross .bll_section--image img {
        display: block;
        margin: 0 auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bll_press--wrap .bll_section.--criss-cross .bll_section--image img {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); } }
    @media (min-width: 768px) {
      .bll_press--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 768px) {
      .bll_press--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--text {
        padding-left: 0;
        padding-right: 1.25rem; } }
    @media (min-width: 992px) {
      .bll_press--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--text {
        padding-left: 0;
        padding-right: 2.5rem; } }
    @media (min-width: 768px) {
      .bll_press--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image {
        margin-right: 0;
        margin-left: 1.25rem; } }
    @media (min-width: 992px) {
      .bll_press--wrap .bll_section.--criss-cross:nth-child(even) .container-fluid .bll_section--image {
        margin-right: 0;
        margin-left: 2.5rem; } }

/* ////========== JOBS STYLES =========//// */
.bll_jobs--hero {
  padding-top: 7.813rem;
  padding-bottom: 7.813rem;
  position: relative; }
  @media (max-width: 1200px) {
    .bll_jobs--hero {
      padding-top: calc(3.125rem + 6.25vw);
      padding-bottom: calc(3.125rem + 6.25vw); } }
  @media (max-width: 767px) {
    .bll_jobs--hero {
      padding-top: 6.25rem; } }
  .bll_jobs--hero-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .bll_jobs--hero-bg {
        width: 80%;
        height: 100%;
        top: 0;
        right: auto;
        bottom: 0;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px; } }
    @media (min-width: 1400px) {
      .bll_jobs--hero-bg {
        width: 75%; } }
    @media (min-width: 1600px) {
      .bll_jobs--hero-bg {
        width: 70%; } }
  .bll_jobs--hero-wrap {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .bll_jobs--hero-wrap {
        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; } }
  .bll_jobs--hero-text {
    max-width: 560px;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .bll_jobs--hero-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 520px;
        margin-bottom: 40px;
        text-align: center; } }
    .bll_jobs--hero-text .heading1 {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .bll_jobs--hero-text .heading1 {
          margin-bottom: 25px; } }
    .bll_jobs--hero-text p {
      line-height: 1.78; }
      @media (max-width: 767px) {
        .bll_jobs--hero-text p {
          margin-left: auto;
          margin-right: auto;
          max-width: 90%; } }
      @media (min-width: 768px) {
        .bll_jobs--hero-text p {
          font-size: 1.125rem; } }
    .bll_jobs--hero-text .btn {
      margin-top: 45px;
      margin-bottom: 25px; }
  .bll_jobs--hero-img {
    width: 360px;
    height: 560px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.33);
            box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.33);
    border-top-left-radius: 40px; }
    @media (max-width: 767px) {
      .bll_jobs--hero-img {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
        width: 100%; } }

.bll_jobs--wrap {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  @media (max-width: 1200px) {
    .bll_jobs--wrap {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  .bll_jobs--wrap .heading2 {
    text-align: center;
    margin-bottom: 100px; }
  .bll_jobs--wrap .bll_accordion--group {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -1px;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
    .bll_jobs--wrap .bll_accordion--group.active {
      background-color: #f9fbff; }
    .bll_jobs--wrap .bll_accordion--group:before {
      content: "";
      display: block;
      width: 850px;
      height: 1px;
      background-color: rgba(12, 12, 12, 0.1);
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0; }
    .bll_jobs--wrap .bll_accordion--group:after {
      content: "";
      display: block;
      width: 850px;
      height: 1px;
      background-color: rgba(12, 12, 12, 0.1);
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 0; }
    .bll_jobs--wrap .bll_accordion--group h3 {
      font-size: 1.375rem;
      line-height: 1;
      font-weight: 500;
      margin-bottom: 0;
      padding: 0 15px;
      color: #0063ff;
      cursor: pointer;
      position: relative;
      max-width: 880px;
      margin-left: auto;
      margin-right: auto;
      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; }
      .bll_jobs--wrap .bll_accordion--group h3 .icon {
        font-size: 0.625rem;
        color: #0063ff;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
      .bll_jobs--wrap .bll_accordion--group h3.collapsed .icon {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        color: #95989c; }
  .bll_jobs--wrap .bll_accordion .collapse {
    -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s; }
  .bll_jobs--wrap .bll_accordion--inner {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 15px; }
    .bll_jobs--wrap .bll_accordion--inner > p {
      color: #70757b;
      line-height: 1.56; }
      @media (min-width: 576px) {
        .bll_jobs--wrap .bll_accordion--inner > p {
          font-size: 1.125rem; }
          .bll_jobs--wrap .bll_accordion--inner > p + p {
            margin-top: 20px; } }
    .bll_jobs--wrap .bll_accordion--inner .row {
      margin-top: 50px; }
      .bll_jobs--wrap .bll_accordion--inner .row > div {
        margin-bottom: 40px; }
    .bll_jobs--wrap .bll_accordion--inner h4 {
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.67;
      margin-bottom: 30px; }
    .bll_jobs--wrap .bll_accordion--inner ul li {
      font-size: 0.875rem;
      line-height: 1.71;
      color: #95989c;
      margin-bottom: 20px;
      position: relative;
      padding-left: 20px; }
      .bll_jobs--wrap .bll_accordion--inner ul li:before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background-color: #0063ff;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 0; }
    .bll_jobs--wrap .bll_accordion--inner .btn {
      padding: 19px 45px 21px 45px;
      margin-top: 50px; }

/* ////========== FAQs STYLES =========//// */
.bll_faqs--hero {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative; }
  @media (min-width: 768px) {
    .bll_faqs--hero {
      height: 500px; } }
  @media (min-width: 992px) {
    .bll_faqs--hero {
      min-height: 670px; } }
  @media (max-width: 1200px) {
    .bll_faqs--hero {
      padding-top: calc(3.125rem + 8.33333vw);
      padding-bottom: calc(3.125rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .bll_faqs--hero {
      padding-top: 9.375rem;
      padding-bottom: 7.5rem; } }
  @media (min-width: 768px) {
    .bll_faqs--hero .container-fluid {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .bll_faqs--hero .container-fluid > * {
        width: 100%; } }
  .bll_faqs--hero-bg {
    background-color: #0063ff;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .bll_faqs--hero-text {
    color: #fff;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .bll_faqs--hero-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .bll_faqs--hero-text .heading1 {
      color: #fff;
      position: relative;
      padding-top: 50px;
      max-width: 560px; }
      @media (max-width: 767px) {
        .bll_faqs--hero-text .heading1 {
          padding-top: 35px;
          margin-bottom: 60px; } }
      .bll_faqs--hero-text .heading1 .line {
        display: block;
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0; }
    .bll_faqs--hero-text .dive-link {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.875rem;
      font-weight: 500; }
      .bll_faqs--hero-text .dive-link:hover .icon, .bll_faqs--hero-text .dive-link:focus .icon, .bll_faqs--hero-text .dive-link:focus .icon {
        border: solid 2px rgba(255, 255, 255, 0.4); }
      .bll_faqs--hero-text .dive-link .icon {
        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: 54px;
        height: 54px;
        border-radius: 50%;
        border: solid 2px rgba(255, 255, 255, 0.2);
        color: #fff;
        margin-right: 20px;
        font-size: 1rem;
        -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
        @media (max-width: 767px) {
          .bll_faqs--hero-text .dive-link .icon {
            width: 44px;
            height: 44px;
            font-size: 0.75rem;
            margin-right: 15px; } }

.bll_faqs--wrap {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
  @media (max-width: 1200px) {
    .bll_faqs--wrap {
      padding-top: calc(6.25rem + 8.33333vw);
      padding-bottom: calc(6.25rem + 8.33333vw); } }
  .bll_faqs--wrap .bll_faqs--item {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
    .bll_faqs--wrap .bll_faqs--item:not(:last-child) {
      margin-bottom: 9.375rem; }
      @media (max-width: 1200px) {
        .bll_faqs--wrap .bll_faqs--item:not(:last-child) {
          margin-bottom: calc(3.125rem + 8.33333vw); } }
    .bll_faqs--wrap .bll_faqs--item .heading2 {
      max-width: 700px;
      margin-bottom: 30px; }
    .bll_faqs--wrap .bll_faqs--item p {
      color: #70757b;
      line-height: 1.56; }
      @media (min-width: 576px) {
        .bll_faqs--wrap .bll_faqs--item p {
          font-size: 1.125rem; }
          .bll_faqs--wrap .bll_faqs--item p + p {
            margin-top: 20px; } }
    .bll_faqs--wrap .bll_faqs--item .faqs-link {
      color: #0c0c0c;
      font-weight: 500;
      display: block;
      margin-top: 40px;
      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
      .bll_faqs--wrap .bll_faqs--item .faqs-link:hover {
        color: #0063ff; }
      .bll_faqs--wrap .bll_faqs--item .faqs-link .icon {
        display: inline-block;
        margin-left: 5px;
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
        -webkit-transition: linear !important;
        -o-transition: linear !important;
        transition: linear !important; }

/* ////========== APPSTER STYLES =========//// */
.wrapper.--appster .bll_partners {
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }

.bll_appster--hero {
  padding-top: 7.813rem;
  padding-bottom: 7.813rem;
  position: relative;
  color: #fff; }
  @media (max-width: 1200px) {
    .bll_appster--hero {
      padding-top: calc(3.125rem + 6.25vw);
      padding-bottom: calc(3.125rem + 6.25vw); } }
  @media (max-width: 767px) {
    .bll_appster--hero {
      padding-top: 6.25rem; } }
  .bll_appster--hero-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .bll_appster--hero-bg {
        width: 70%;
        height: 100%;
        top: 0;
        right: auto;
        bottom: 0;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px; } }
    @media (min-width: 1400px) {
      .bll_appster--hero-bg {
        width: 70%; } }
  .bll_appster--hero-wrap {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .bll_appster--hero-wrap {
        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; } }
  .bll_appster--hero-text {
    max-width: 460px;
    color: #fff;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .bll_appster--hero-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 520px;
        margin-bottom: 40px;
        text-align: center; } }
    .bll_appster--hero-text .heading1 {
      color: #fff;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .bll_appster--hero-text .heading1 {
          margin-bottom: 25px; } }
    .bll_appster--hero-text p {
      max-width: 300px;
      line-height: 1.78;
      color: #fff !important; }
      @media (max-width: 767px) {
        .bll_appster--hero-text p {
          margin-left: auto;
          margin-right: auto;
          max-width: 90%; } }
      @media (min-width: 768px) {
        .bll_appster--hero-text p {
          font-size: 1.125rem; } }
    .bll_appster--hero-text .btn {
      margin-top: 30px; }
  .bll_appster--hero-img {
    width: 400px;
    height: 600px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    -webkit-box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.33);
            box-shadow: 20px 60px 120px 0 rgba(0, 0, 0, 0.33);
    border-top-left-radius: 40px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .bll_appster--hero-img {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
        width: 100%; } }
    .bll_appster--hero-img-inner {
      display: block;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: top left;
      background-size: cover;
      width: 400px;
      height: 600px; }
      @media (max-width: 767px) {
        .bll_appster--hero-img-inner {
          max-width: 400px;
          width: 100%; } }

.bll_appster--wrap {
  position: relative; }
  .bll_appster--wrap .container-fluid {
    padding-top: 12.5rem;
    padding-bottom: 9.375rem;
    border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
    @media (max-width: 1200px) {
      .bll_appster--wrap .container-fluid {
        padding-top: calc(6.25rem + 8.33333vw);
        padding-bottom: calc(3.125rem + 8.33333vw); } }

.bll_appster--heading {
  text-align: center;
  margin-bottom: 100px; }
  .bll_appster--heading h2 {
    display: inline-block;
    font-size: 3.125rem;
    margin-bottom: 20px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1200px) {
      .bll_appster--heading h2 {
        font-size: calc(1.325rem + 2.4vw) ; } }
    .bll_appster--heading h2:before {
      content: "";
      display: block;
      width: 69px;
      height: 58px;
      background: url("../svg/quote.svg") no-repeat center;
      background-size: 69px 58px;
      position: absolute;
      top: -30px;
      left: -35px;
      z-index: -1; }
  .bll_appster--heading p {
    letter-spacing: -0.4px;
    color: #70757b; }

.bll_appster--text {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto; }
  .bll_appster--text p {
    font-size: 1.125rem;
    line-height: 1.72;
    letter-spacing: 0px;
    color: #70757b; }
    .bll_appster--text p strong {
      color: #0063ff;
      font-weight: 500; }
  .bll_appster--text .btn {
    min-width: 240px;
    margin-top: 50px;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

/* ////========== SEO STYLES =========//// */
.bll_seo--hero {
  position: relative;
  overflow: hidden; }
  .bll_seo--hero .container-fluid {
    min-height: 670px;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem; }
    @media (min-width: 768px) {
      .bll_seo--hero .container-fluid {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .bll_seo--hero .container-fluid > * {
          width: 100%; } }
    @media (max-width: 1200px) {
      .bll_seo--hero .container-fluid {
        padding-top: calc(3.125rem + 8.33333vw);
        padding-bottom: calc(3.125rem + 8.33333vw); } }
    @media (max-width: 767px) {
      .bll_seo--hero .container-fluid {
        padding-top: 9.375rem;
        padding-bottom: 7.5rem; } }
  .bll_seo--hero-bg {
    background-color: #00288f;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .bll_seo--hero-text {
    color: #fff;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      .bll_seo--hero-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .bll_seo--hero-text .heading1 {
      color: #fff;
      position: relative;
      padding-top: 50px;
      max-width: 560px; }
      @media (max-width: 767px) {
        .bll_seo--hero-text .heading1 {
          padding-top: 35px;
          margin-bottom: 60px; } }
      .bll_seo--hero-text .heading1 .line {
        display: block;
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0; }
    .bll_seo--hero-text .dive-link {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.875rem;
      font-weight: 500; }
      .bll_seo--hero-text .dive-link:hover .icon, .bll_seo--hero-text .dive-link:focus .icon, .bll_seo--hero-text .dive-link:focus .icon {
        border: solid 2px rgba(255, 255, 255, 0.4); }
      .bll_seo--hero-text .dive-link .icon {
        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: 54px;
        height: 54px;
        border-radius: 50%;
        border: solid 2px rgba(255, 255, 255, 0.2);
        color: #fff;
        margin-right: 20px;
        font-size: 1rem;
        -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
        transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
        @media (max-width: 767px) {
          .bll_seo--hero-text .dive-link .icon {
            width: 44px;
            height: 44px;
            font-size: 0.75rem;
            margin-right: 15px; } }
  .bll_seo--hero-image {
    z-index: 2;
    position: absolute;
    right: -6%;
    bottom: 40px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .bll_seo--hero-image {
        right: -30%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bll_seo--hero-image {
        right: -60%; } }
    @media (max-width: 767px) {
      .bll_seo--hero-image {
        right: -115%;
        bottom: 0; } }

.bll_seo--wrap {
  padding-top: 9.375rem; }
  @media (max-width: 1200px) {
    .bll_seo--wrap {
      padding-top: calc(3.125rem + 8.33333vw); } }
  .bll_seo--wrap .heading2 {
    margin-bottom: 30px; }
  .bll_seo--wrap p {
    color: #262626;
    font-size: 1.125rem; }
    @media (min-width: 576px) {
      .bll_seo--wrap p {
        font-size: 1.25rem; }
        .bll_seo--wrap p + p {
          margin-top: 30px; } }
    .bll_seo--wrap p.lead {
      font-size: 1.5rem;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.33; }
      .bll_seo--wrap p.lead .underline {
        display: inline-block;
        -webkit-box-shadow: inset 0 -0.12em 0 #1bcab1;
                box-shadow: inset 0 -0.12em 0 #1bcab1;
        padding-bottom: 5px; }
  .bll_seo--wrap ol,
  .bll_seo--wrap ul {
    padding: 0;
    margin: 50px 0;
    list-style: none; }
    .bll_seo--wrap ol li,
    .bll_seo--wrap ul li {
      color: #262626;
      font-size: 1.125rem; }
      @media (min-width: 576px) {
        .bll_seo--wrap ol li,
        .bll_seo--wrap ul li {
          font-size: 1.25rem; } }
      .bll_seo--wrap ol li > ul,
      .bll_seo--wrap ul li > ul {
        padding-left: 20px;
        margin-top: 15px !important; }
        .bll_seo--wrap ol li > ul li,
        .bll_seo--wrap ul li > ul li {
          font-size: 1rem; }
  .bll_seo--wrap ol.blue-list li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px; }
    .bll_seo--wrap ol.blue-list li .number {
      color: #0063ff;
      font-weight: bold;
      font-size: 2.813rem;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 45px; }
  .bll_seo--wrap hr {
    margin: 80px 0;
    background-color: rgba(12, 12, 12, 0.1); }
  .bll_seo--wrap .bll_seo--section {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
    @media (max-width: 1200px) {
      .bll_seo--wrap .bll_seo--section {
        padding-top: calc(3.125rem + 8.33333vw);
        padding-bottom: calc(3.125rem + 8.33333vw); } }
    .bll_seo--wrap .bll_seo--section:first-child {
      padding-top: 0 !important; }
    .bll_seo--wrap .bll_seo--section .container-fluid {
      max-width: 860px; }
    .bll_seo--wrap .bll_seo--section .slim-wrap {
      max-width: 760px;
      margin-left: auto;
      margin-right: auto; }
    .bll_seo--wrap .bll_seo--section .bll_blockquote {
      margin-top: 60px;
      margin-bottom: 60px; }
  .bll_seo--wrap .bll_media {
    margin: 80px 0; }
    @media (min-width: 940px) {
      .bll_seo--wrap .bll_media {
        margin-left: -30px;
        margin-right: -30px; } }
    @media (min-width: 800px) {
      .bll_seo--wrap .bll_media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .bll_seo--wrap .bll_media--image {
      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: 360px;
      height: 360px;
      background-color: #f8f9fb;
      margin-bottom: 20px; }
      @media (max-width: 799px) {
        .bll_seo--wrap .bll_media--image {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 800px) {
        .bll_seo--wrap .bll_media--image {
          min-width: 360px;
          margin-right: 40px; } }
      .bll_seo--wrap .bll_media--image img {
        margin-bottom: 20px; }
      .bll_seo--wrap .bll_media--image h4 {
        font-size: 1rem;
        margin-bottom: 0; }
      .bll_seo--wrap .bll_media--image p {
        font-size: 1rem;
        color: #959595; }
  .bll_seo--wrap .card {
    border: solid 1px #e6e6e6;
    border-radius: 0;
    margin-top: 20px; }
    .bll_seo--wrap .card .card-body {
      padding: 50px 30px; }
      @media (min-width: 576px) {
        .bll_seo--wrap .card .card-body {
          padding: 60px 50px; } }
      .bll_seo--wrap .card .card-body p {
        font-size: 1.125rem; }
      .bll_seo--wrap .card .card-body h4 {
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 15px; }
      .bll_seo--wrap .card .card-body h5 {
        font-size: 1.25rem;
        font-weight: bold; }
      .bll_seo--wrap .card .card-body ul {
        margin-top: 0;
        margin-bottom: 40px; }
        .bll_seo--wrap .card .card-body ul li {
          font-size: 1.125rem;
          margin-bottom: 5px; }
      .bll_seo--wrap .card .card-body hr {
        background-color: rgba(12, 12, 12, 0.1);
        margin: 30px 0;
        max-width: 260px; }
      .bll_seo--wrap .card .card-body .bll_media2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .bll_seo--wrap .card .card-body .bll_media2--image {
          margin-right: 15px; }
          .bll_seo--wrap .card .card-body .bll_media2--image > img {
            border-radius: 50%;
            -webkit-box-shadow: 0 2px 4px 0 rgba(12, 12, 12, 0.11);
                    box-shadow: 0 2px 4px 0 rgba(12, 12, 12, 0.11); }
        .bll_seo--wrap .card .card-body .bll_media2--text h4 {
          font-size: 1.25rem;
          margin-top: 12px; }
        .bll_seo--wrap .card .card-body .bll_media2--text ul {
          margin-bottom: 0; }
    .bll_seo--wrap .card .card-heading {
      margin-bottom: 20px; }
      .bll_seo--wrap .card .card-heading .line {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #0c0c0c;
        margin-bottom: 20px; }
      .bll_seo--wrap .card .card-heading .heading3 {
        margin-bottom: 20px; }
    .bll_seo--wrap .card .card-footing h5 {
      font-size: 1.25rem;
      font-weight: bold; }
    .bll_seo--wrap .card .card-footing p {
      font-size: 1rem;
      line-height: 1.25;
      color: #70757b;
      max-width: 560px; }

/* ////========== PRESS KIT STYLES =========//// */
.bll_press-kit--hero {
  position: relative; }
  .bll_press-kit--hero .container-fluid {
    padding-top: 9.375rem;
    padding-bottom: 7.813rem; }
    @media (max-width: 1200px) {
      .bll_press-kit--hero .container-fluid {
        padding-top: calc(3.125rem + 8.33333vw);
        padding-bottom: calc(1.563rem + 8.33333vw); } }
    @media (max-width: 767px) {
      .bll_press-kit--hero .container-fluid {
        padding-top: 9.375rem;
        padding-bottom: 7.5rem; } }
    @media (min-width: 992px) {
      .bll_press-kit--hero .container-fluid {
        min-height: 670px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .bll_press-kit--hero .container-fluid > * {
          width: 100%; } }
  .bll_press-kit--hero-bg {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .bll_press-kit--hero-wrap {
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) {
      .bll_press-kit--hero-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .bll_press-kit--hero-text {
    color: #fff;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .bll_press-kit--hero-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .bll_press-kit--hero-text .heading1 {
      color: #fff;
      position: relative;
      padding-top: 50px;
      max-width: 560px; }
      @media (max-width: 991px) {
        .bll_press-kit--hero-text .heading1 {
          padding-top: 35px;
          margin-bottom: 60px; } }
      .bll_press-kit--hero-text .heading1 .line {
        display: block;
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0; }
  .bll_press-kit--hero-download {
    color: #fff;
    position: relative;
    z-index: 2; }
    .bll_press-kit--hero-download p {
      max-width: 360px; }
      .bll_press-kit--hero-download p + p {
        margin-top: 30px; }
        @media (min-width: 576px) {
          .bll_press-kit--hero-download p + p {
            font-size: 1.125rem; } }
      .bll_press-kit--hero-download p .btn {
        padding-left: 25px;
        padding-right: 25px; }

.bll_press-kit--section {
  padding-top: 7.813rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
  color: #70757b; }
  @media (max-width: 1200px) {
    .bll_press-kit--section {
      padding-top: calc(1.563rem + 8.33333vw);
      padding-bottom: calc(0 + 8.33333vw); } }

.bll_press-kit--heading {
  margin-bottom: 50px;
  max-width: 560px; }
  .bll_press-kit--heading h2 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -1.5px;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .bll_press-kit--heading h2 {
        font-size: calc(1.1rem + 1.2vw) ; } }
  .bll_press-kit--heading p {
    color: #262626;
    font-size: 1.125rem; }
    @media (min-width: 576px) {
      .bll_press-kit--heading p {
        font-size: 1.25rem;
        line-height: 1.6; } }

.bll_press-kit--content {
  margin-left: auto;
  margin-right: auto; }
  .bll_press-kit--content .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px; }
    .bll_press-kit--content .row > div {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px; }
  .bll_press-kit--content .logo-item > img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto; }
  .bll_press-kit--content .logo-item h3 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px; }
  .bll_press-kit--content .logo-item p {
    max-width: 460px; }
  .bll_press-kit--content .glyph-item > img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .bll_press-kit--content .glyph-text h3 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px; }
  .bll_press-kit--content .color-set {
    margin-top: 80px; }
    .bll_press-kit--content .color-set .color-set-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -20px;
      margin-right: -20px; }
      @media (max-width: 767px) {
        .bll_press-kit--content .color-set .color-set-wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .bll_press-kit--content .color-set .color-set-wrap .color-item {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .bll_press-kit--content .color-set .color-set-wrap .color-item {
            max-width: 120px;
            -webkit-box-flex: 1;
                -ms-flex: 1 0 0px;
                    flex: 1 0 0; } }
        @media (min-width: 992px) {
          .bll_press-kit--content .color-set .color-set-wrap .color-item:not(:last-child) {
            margin-right: 20px; } }
        .bll_press-kit--content .color-set .color-set-wrap .color-item .the-color {
          display: block;
          width: 80px;
          height: 80px;
          border-radius: 50%; }
          @media (min-width: 768px) {
            .bll_press-kit--content .color-set .color-set-wrap .color-item .the-color {
              width: 120px;
              height: 120px; } }
          @media (min-width: 992px) {
            .bll_press-kit--content .color-set .color-set-wrap .color-item .the-color {
              width: 130px;
              height: 130px; } }
          @media (min-width: 1200px) {
            .bll_press-kit--content .color-set .color-set-wrap .color-item .the-color {
              width: 140px;
              height: 140px;
              margin: 0; } }
  @media (max-width: 575px) {
    .bll_press-kit--content .best-practice-item {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid red; } }
  .bll_press-kit--content .best-practice-item > img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto; }
  .bll_press-kit--content .best-practice-item p {
    max-width: 360px; }

.bll_press-kit--logo .bll_press-kit--content {
  max-width: 960px; }
  @media (max-width: 575px) {
    .bll_press-kit--logo .bll_press-kit--content {
      max-width: 500px; } }

.bll_press-kit--glyph .bll_press-kit--content {
  max-width: 960px; }
  @media (max-width: 575px) {
    .bll_press-kit--glyph .bll_press-kit--content {
      max-width: 300px; } }

.bll_press-kit--logo2 .bll_press-kit--content {
  max-width: 960px; }
  @media (max-width: 575px) {
    .bll_press-kit--logo2 .bll_press-kit--content {
      max-width: 500px; } }

.bll_press-kit--color .bll_press-kit--content {
  max-width: 960px; }

.bll_press-kit--questions {
  text-align: center; }
  .bll_press-kit--questions h2 {
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 1.27;
    letter-spacing: -2px;
    margin-bottom: 25px; }
    @media (max-width: 1200px) {
      .bll_press-kit--questions h2 {
        font-size: calc(1.25rem + 2vw) ; } }
  .bll_press-kit--questions p {
    color: #262626;
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    margin-bottom: 40px; }
    @media (min-width: 576px) {
      .bll_press-kit--questions p {
        font-size: 1.25rem;
        line-height: 1.6; } }

/*# sourceMappingURL=main.min.css.map */
