@charset "UTF-8";
/*
Theme Name: ElectricImp
Theme URI: https://nikalabs.com/
Author: Syed Atif Naeem
Author URI: https://nikalabs.com/about/
Description: Theme specific for electric imp
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ttp
Tags: Blog, Bootstrap, Responsive, gsap, scrollmagic, svg line animations, css3 animations, gradients

*/
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700|Roboto");
@import url("https://use.fontawesome.com/releases/v5.0.8/css/all.css");
:root {
  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";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*::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: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, 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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .page-id-64 .card .card-body p, .page-template-page-company .card .card-body p,
.page-template-page-solutions .card .card-body p,
.page-id-72 .card .card-body p,
.page-id-402 .card .card-body p,
.page-id-406 .card .card-body p,
.page-id-408 .card .card-body p,
.page-id-410 .card .card-body p,
.page-id-412 .card .card-body p,
.page-id-414 .card .card-body p,
.page-id-417 .card .card-body p,
.page-id-2134 .card .card-body p,
.page-id-419 .card .card-body p,
.page-id-70 .card .card-body p,
.page-id-8 .card .card-body p,
.page-id-2231 .card .card-body p,
.page-id-2236 .card .card-body p,
.blog .card .card-body p, .h6,
.archive .card .card-body p, .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, .page-id-64 .card .card-body p, .page-template-page-company .card .card-body p,
.page-template-page-solutions .card .card-body p,
.page-id-72 .card .card-body p,
.page-id-402 .card .card-body p,
.page-id-406 .card .card-body p,
.page-id-408 .card .card-body p,
.page-id-410 .card .card-body p,
.page-id-412 .card .card-body p,
.page-id-414 .card .card-body p,
.page-id-417 .card .card-body p,
.page-id-2134 .card .card-body p,
.page-id-419 .card .card-body p,
.page-id-70 .card .card-body p,
.page-id-8 .card .card-body p,
.page-id-2231 .card .card-body p,
.page-id-2236 .card .card-body p,
.blog .card .card-body p,
.archive .card .card-body p{
  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, footer .footer-links-widget ul, nav#main ul {
  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: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.img-fluid, .page-id-64 img.card-img, .page-id-12 .related-solutions img,
.page-id-14 .related-solutions img,
.page-id-16 .related-solutions img,
.page-id-18 .related-solutions img,
.page-id-20 .related-solutions img,
.page-id-22 .related-solutions img,
.page-id-24 .related-solutions img,
.page-id-26 .related-solutions img,
.page-id-28 .related-solutions img,
.solutions .related-solutions img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container, .vc_row-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .vc_row-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .vc_row-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .vc_row-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .vc_row-fluid {
    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.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 767px) {
  .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: 991px) {
  .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: 1199px) {
  .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%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  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;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .form-control-plaintext.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-plaintext.btn,
    .page-id-66 .input-group-sm > .input-group-btn > .form-control-plaintext.hs-button.primary.large, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .form-control-plaintext.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-plaintext.btn,
    .page-id-66 .input-group-lg > .input-group-btn > .form-control-plaintext.hs-button.primary.large {
      padding-right: 0;
      padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.page-id-66 .input-group-sm > .input-group-btn > .hs-button.primary.large {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.page-id-66 .input-group-sm > .input-group-btn > select.hs-button.primary.large:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.page-id-66 .input-group-lg > .input-group-btn > .hs-button.primary.large {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.page-id-66 .input-group-lg > .input-group-btn > select.hs-button.primary.large:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.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;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

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

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
    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;
    margin-top: 0;
    margin-bottom: 0; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0; }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn, .page-id-66 .hs-button.primary.large {
    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: 0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    .btn:focus, .page-id-66 .hs-button.primary.large:focus, .btn:hover, .page-id-66 .hs-button.primary.large:hover {
      text-decoration: none; }
    .btn:focus, .page-id-66 .hs-button.primary.large:focus, .btn.focus, .page-id-66 .focus.hs-button.primary.large {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .btn.disabled, .page-id-66 .disabled.hs-button.primary.large, .btn:disabled, .page-id-66 .hs-button.primary.large:disabled {
      opacity: .65; }
    .btn:not([disabled]):not(.disabled):active, .page-id-66 .hs-button.primary.large:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active, .page-id-66 .hs-button.primary.large:not([disabled]):not(.disabled).active {
      background-image: none; }

      a.btn.disabled, .page-id-66 a.disabled.hs-button.primary.large,
      fieldset[disabled] a.btn,
      fieldset[disabled] .page-id-66 a.hs-button.primary.large,
      .page-id-66 fieldset[disabled] a.hs-button.primary.large {
        pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg, .btn-group-lg > .btn, .page-id-66 .btn-group-lg > .hs-button.primary.large {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .page-id-66 .btn-group-sm > .hs-button.primary.large {
  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 {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .page-id-66 .btn-group > .hs-button.primary.large,
  .btn-group-vertical > .btn,
  .page-id-66 .btn-group-vertical > .hs-button.primary.large {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover, .page-id-66 .btn-group > .hs-button.primary.large:hover,
    .btn-group-vertical > .btn:hover,
    .page-id-66 .btn-group-vertical > .hs-button.primary.large:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .page-id-66 .btn-group > .hs-button.primary.large:focus, .btn-group > .btn:active, .page-id-66 .btn-group > .hs-button.primary.large:active, .btn-group > .btn.active, .page-id-66 .btn-group > .active.hs-button.primary.large,
    .btn-group-vertical > .btn:focus,
    .page-id-66 .btn-group-vertical > .hs-button.primary.large:focus,
    .btn-group-vertical > .btn:active,
    .page-id-66 .btn-group-vertical > .hs-button.primary.large:active,
    .btn-group-vertical > .btn.active,
    .page-id-66 .btn-group-vertical > .active.hs-button.primary.large {
      z-index: 2; }
  .btn-group .btn + .btn, .btn-group .page-id-66 .hs-button.primary.large + .btn, .page-id-66 .btn-group .hs-button.primary.large + .btn, .btn-group .page-id-66 .btn + .hs-button.primary.large, .page-id-66 .btn-group .btn + .hs-button.primary.large, .btn-group .page-id-66 .hs-button.primary.large + .hs-button.primary.large, .page-id-66 .btn-group .hs-button.primary.large + .hs-button.primary.large,
  .btn-group .btn + .btn-group,
  .btn-group .page-id-66 .hs-button.primary.large + .btn-group,
  .page-id-66 .btn-group .hs-button.primary.large + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .page-id-66 .btn-group + .hs-button.primary.large,
  .page-id-66 .btn-group .btn-group + .hs-button.primary.large,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .page-id-66 .hs-button.primary.large + .btn,
  .page-id-66 .btn-group-vertical .hs-button.primary.large + .btn,
  .btn-group-vertical .page-id-66 .btn + .hs-button.primary.large,
  .page-id-66 .btn-group-vertical .btn + .hs-button.primary.large,
  .btn-group-vertical .page-id-66 .hs-button.primary.large + .hs-button.primary.large,
  .page-id-66 .btn-group-vertical .hs-button.primary.large + .hs-button.primary.large,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .page-id-66 .hs-button.primary.large + .btn-group,
  .page-id-66 .btn-group-vertical .hs-button.primary.large + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .page-id-66 .btn-group + .hs-button.primary.large,
  .page-id-66 .btn-group-vertical .btn-group + .hs-button.primary.large,
  .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:not(:first-child):not(:last-child):not(.dropdown-toggle), .page-id-66 .btn-group > .hs-button.primary.large:not(:first-child):not(:last-child):not(.dropdown-toggle) {
        border-radius: 0; }

      .btn-group > .btn:first-child, .page-id-66 .btn-group > .hs-button.primary.large:first-child {
        margin-left: 0; }
        .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .page-id-66 .btn-group > .hs-button.primary.large:first-child:not(:last-child):not(.dropdown-toggle) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }

      .btn-group > .btn:last-child:not(:first-child), .page-id-66 .btn-group > .hs-button.primary.large:last-child:not(:first-child),
      .btn-group > .dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }

      .btn-group > .btn-group {
        float: left; }

      .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .page-id-66 .btn-group > .btn-group:not(:first-child):not(:last-child) > .hs-button.primary.large {
        border-radius: 0; }

      .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .page-id-66 .btn-group > .btn-group:first-child:not(:last-child) > .hs-button.primary.large:last-child,
      .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }

      .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .page-id-66 .btn-group > .btn-group:last-child:not(:first-child) > .hs-button.primary.large:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }

      .btn + .dropdown-toggle-split, .page-id-66 .hs-button.primary.large + .dropdown-toggle-split {
        padding-right: 0.5625rem;
        padding-left: 0.5625rem; }
        .btn + .dropdown-toggle-split::after, .page-id-66 .hs-button.primary.large + .dropdown-toggle-split::after {
          margin-left: 0; }

      .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .page-id-66 .btn-group-sm > .hs-button.primary.large + .dropdown-toggle-split {
        padding-right: 0.375rem;
        padding-left: 0.375rem; }

      .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .page-id-66 .btn-group-lg > .hs-button.primary.large + .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 .page-id-66 .hs-button.primary.large, .page-id-66 .btn-group-vertical .hs-button.primary.large,
        .btn-group-vertical .btn-group {
          width: 100%; }
        .btn-group-vertical > .btn + .btn, .page-id-66 .btn-group-vertical > .hs-button.primary.large + .btn, .page-id-66 .btn-group-vertical > .btn + .hs-button.primary.large, .page-id-66 .btn-group-vertical > .hs-button.primary.large + .hs-button.primary.large,
        .btn-group-vertical > .btn + .btn-group,
        .page-id-66 .btn-group-vertical > .hs-button.primary.large + .btn-group,
        .btn-group-vertical > .btn-group + .btn,
        .page-id-66 .btn-group-vertical > .btn-group + .hs-button.primary.large,
        .btn-group-vertical > .btn-group + .btn-group {
          margin-top: -1px;
          margin-left: 0; }
        .btn-group-vertical > .btn:not(:first-child):not(:last-child), .page-id-66 .btn-group-vertical > .hs-button.primary.large:not(:first-child):not(:last-child) {
          border-radius: 0; }
        .btn-group-vertical > .btn:first-child:not(:last-child), .page-id-66 .btn-group-vertical > .hs-button.primary.large:first-child:not(:last-child) {
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; }
        .btn-group-vertical > .btn:last-child:not(:first-child), .page-id-66 .btn-group-vertical > .hs-button.primary.large:last-child:not(:first-child) {
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
        .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .page-id-66 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .hs-button.primary.large {
          border-radius: 0; }
        .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .page-id-66 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .hs-button.primary.large:last-child,
        .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; }
        .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .page-id-66 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .hs-button.primary.large:first-child {
          border-top-left-radius: 0;
          border-top-right-radius: 0; }

      [data-toggle="buttons"] > .btn input[type="radio"], .page-id-66 [data-toggle="buttons"] > .hs-button.primary.large input[type="radio"],
      [data-toggle="buttons"] > .btn input[type="checkbox"],
      .page-id-66 [data-toggle="buttons"] > .hs-button.primary.large input[type="checkbox"],
      [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
      .page-id-66 [data-toggle="buttons"] > .btn-group > .hs-button.primary.large input[type="radio"],
      [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
      .page-id-66 [data-toggle="buttons"] > .btn-group > .hs-button.primary.large input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none; }

      .input-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        width: 100%; }
        .input-group .form-control {
          position: relative;
          z-index: 2;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          width: 1%;
          margin-bottom: 0; }
          .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
            z-index: 3; }

      .input-group-addon,
      .input-group-btn,
      .input-group .form-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
          border-radius: 0; }

      .input-group-addon,
      .input-group-btn {
        white-space: nowrap; }

        .input-group-addon {
            padding: 0.375rem 0.75rem;
            margin-bottom: 0;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            text-align: center;
            background-color: #e9ecef;
            border: 1px solid #ced4da;
            border-radius: 0.25rem; }
            .input-group-addon.form-control-sm,
            .input-group-sm > .input-group-addon,
            .input-group-sm > .input-group-btn > .input-group-addon.btn,
            .page-id-66 .input-group-sm > .input-group-btn > .input-group-addon.hs-button.primary.large {
              padding: 0.25rem 0.5rem;
              font-size: 0.875rem;
              border-radius: 0.2rem; }
            .input-group-addon.form-control-lg,
            .input-group-lg > .input-group-addon,
            .input-group-lg > .input-group-btn > .input-group-addon.btn,
            .page-id-66 .input-group-lg > .input-group-btn > .input-group-addon.hs-button.primary.large {
              padding: 0.5rem 1rem;
              font-size: 1.25rem;
              border-radius: 0.3rem; }
            .input-group-addon input[type="radio"],
            .input-group-addon input[type="checkbox"] {
              margin-top: 0; }

              .input-group .form-control:not(:last-child),
              .input-group-addon:not(:last-child),
              .input-group-btn:not(:last-child) > .btn,
              .page-id-66 .input-group-btn:not(:last-child) > .hs-button.primary.large,
              .input-group-btn:not(:last-child) > .btn-group > .btn,
              .page-id-66 .input-group-btn:not(:last-child) > .btn-group > .hs-button.primary.large,
              .input-group-btn:not(:last-child) > .dropdown-toggle,
              .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
              .page-id-66 .input-group-btn:not(:first-child) > .hs-button.primary.large:not(:last-child):not(.dropdown-toggle),
              .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
              .page-id-66 .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .hs-button.primary.large {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0; }

              .input-group-addon:not(:last-child) {
                border-right: 0; }

              .input-group .form-control:not(:first-child),
              .input-group-addon:not(:first-child),
              .input-group-btn:not(:first-child) > .btn,
              .page-id-66 .input-group-btn:not(:first-child) > .hs-button.primary.large,
              .input-group-btn:not(:first-child) > .btn-group > .btn,
              .page-id-66 .input-group-btn:not(:first-child) > .btn-group > .hs-button.primary.large,
              .input-group-btn:not(:first-child) > .dropdown-toggle,
              .input-group-btn:not(:last-child) > .btn:not(:first-child),
              .page-id-66 .input-group-btn:not(:last-child) > .hs-button.primary.large:not(:first-child),
              .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
              .page-id-66 .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .hs-button.primary.large {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0; }

              .form-control + .input-group-addon:not(:first-child) {
                border-left: 0; }

              .input-group-btn {
                position: relative;
                -webkit-box-align: stretch;
                    -ms-flex-align: stretch;
                        align-items: stretch;
                font-size: 0;
                white-space: nowrap; }
                .input-group-btn > .btn, .page-id-66 .input-group-btn > .hs-button.primary.large {
                  position: relative; }
                  .input-group-btn > .btn + .btn, .page-id-66 .input-group-btn > .hs-button.primary.large + .btn, .page-id-66 .input-group-btn > .btn + .hs-button.primary.large, .page-id-66 .input-group-btn > .hs-button.primary.large + .hs-button.primary.large {
                    margin-left: -1px; }
                  .input-group-btn > .btn:focus, .page-id-66 .input-group-btn > .hs-button.primary.large:focus, .input-group-btn > .btn:active, .page-id-66 .input-group-btn > .hs-button.primary.large:active, .input-group-btn > .btn:hover, .page-id-66 .input-group-btn > .hs-button.primary.large:hover {
                    z-index: 3; }
                .input-group-btn:first-child > .btn + .btn, .page-id-66 .input-group-btn:first-child > .hs-button.primary.large + .btn, .page-id-66 .input-group-btn:first-child > .btn + .hs-button.primary.large, .page-id-66 .input-group-btn:first-child > .hs-button.primary.large + .hs-button.primary.large {
                  margin-left: 0; }
                .input-group-btn:not(:last-child) > .btn, .page-id-66 .input-group-btn:not(:last-child) > .hs-button.primary.large,
                .input-group-btn:not(:last-child) > .btn-group {
                  margin-right: -1px; }
                .input-group-btn:not(:first-child) > .btn, .page-id-66 .input-group-btn:not(:first-child) > .hs-button.primary.large,
                .input-group-btn:not(:first-child) > .btn-group {
                  z-index: 2;
                  margin-left: 0; }
                  .input-group-btn:not(:first-child) > .btn:first-child, .page-id-66 .input-group-btn:not(:first-child) > .hs-button.primary.large:first-child,
                  .input-group-btn:not(:first-child) > .btn-group:first-child {
                    margin-left: -1px; }
                  .input-group-btn:not(:first-child) > .btn:focus, .page-id-66 .input-group-btn:not(:first-child) > .hs-button.primary.large:focus, .input-group-btn:not(:first-child) > .btn:active, .page-id-66 .input-group-btn:not(:first-child) > .hs-button.primary.large:active, .input-group-btn:not(:first-child) > .btn:hover, .page-id-66 .input-group-btn:not(:first-child) > .hs-button.primary.large:hover,
                  .input-group-btn:not(:first-child) > .btn-group:focus,
                  .input-group-btn:not(:first-child) > .btn-group:active,
                  .input-group-btn:not(:first-child) > .btn-group:hover {
                    z-index: 3; }

              .custom-control {
                position: relative;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                min-height: 1.5rem;
                padding-left: 1.5rem;
                margin-right: 1rem; }

              .custom-control-input {
                position: absolute;
                z-index: -1;
                opacity: 0; }
                .custom-control-input:checked ~ .custom-control-indicator {
                  color: #fff;
                  background-color: #007bff; }
                .custom-control-input:focus ~ .custom-control-indicator {
                  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
                          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
                .custom-control-input:active ~ .custom-control-indicator {
                  color: #fff;
                  background-color: #b3d7ff; }
                .custom-control-input:disabled ~ .custom-control-indicator {
                  background-color: #e9ecef; }
                .custom-control-input:disabled ~ .custom-control-description {
                  color: #868e96; }

              .custom-control-indicator {
                position: absolute;
                top: 0.25rem;
                left: 0;
                display: block;
                width: 1rem;
                height: 1rem;
                pointer-events: none;
                -webkit-user-select: none;
                   -moz-user-select: none;
                    -ms-user-select: none;
                        user-select: none;
                background-color: #ddd;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #007bff;
  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-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .custom-controls-stacked .custom-control {
      margin-bottom: 0.25rem; }
      .custom-controls-stacked .custom-control + .custom-control {
        margin-left: 0; }

        .custom-select {
            display: inline-block;
            max-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='%23333' 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: 0.25rem;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none; }
            .custom-select:focus {
              border-color: #80bdff;
              outline: none; }
.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple] {
  height: auto;
  background-image: none;
}
.custom-select:disabled {
  color: #868e96;
  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-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.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:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  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: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.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 > .vc_row-fluid,
.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:focus, .navbar-brand:hover {
  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: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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


@media (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 .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand-sm > .container, .navbar-expand-sm > .vc_row-fluid,
      .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; }
      .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%; } }
  @media (max-width: 767px) {
    .navbar-expand-md > .container, .navbar-expand-md > .vc_row-fluid,
    .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 .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand-md .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand-md > .container, .navbar-expand-md > .vc_row-fluid,
      .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; }
      .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%; } }
  @media (max-width: 991px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .vc_row-fluid,
    .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 .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand-lg > .container, .navbar-expand-lg > .vc_row-fluid,
      .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; }
      .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%; } }
  @media (max-width: 1199px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .vc_row-fluid,
    .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 .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand-xl > .container, .navbar-expand-xl > .vc_row-fluid,
      .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-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%; } }
  .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 > .vc_row-fluid,
    .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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand > .container, .navbar-expand > .vc_row-fluid,
    .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-expand .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.card-deck {
    display: -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 {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    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 {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .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 {
    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; }
      .card-columns .card {
        display: inline-block;
        width: 100%; } }

        .breadcrumb {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding: 0.75rem 1rem;
            margin-bottom: 1rem;
            list-style: none;
            background-color: #e9ecef;
            border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .page-id-66 .hs-button.primary.large .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0; }
    to {
      background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }

.progress-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        background-color: #007bff; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    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: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
    .modal-header .close {
      padding: 15px;
      margin: -15px -15px -15px 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: 15px; }

.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: 15px;
    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: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}
.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.8rem;
}
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::after {
  border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 0.8rem;
}
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^=right] .arrow {
  left: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.8rem;
}
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
  margin-right: 0.8rem;
}
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow {
  right: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

              .carousel-control-prev,
              .carousel-control-next {
                position: absolute;
                top: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 15%;
                color: #fff;
                text-align: center;
                opacity: 0.5; }
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
.carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

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

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

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

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

.border {
  border: 1px solid #e9ecef !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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-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, .page-id-12 .related-solutions img,
.page-id-14 .related-solutions img,
.page-id-16 .related-solutions img,
.page-id-18 .related-solutions img,
.page-id-20 .related-solutions img,
.page-id-22 .related-solutions img,
.page-id-24 .related-solutions img,
.page-id-26 .related-solutions img,
.page-id-28 .related-solutions img,
.solutions .related-solutions img {
  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; } }
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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;
        -webkit-clip-path: inset(50%);
                clip-path: inset(50%);
        border: 0; }

        .sr-only-focusable:active, .sr-only-focusable:focus {
            position: static;
            width: auto;
            height: auto;
            overflow: visible;
            clip: auto;
            white-space: normal;
            -webkit-clip-path: none;
                    clip-path: none; }

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !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, .no-right-margin,
.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, .page-id-72 .cat-descriptions,
.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,
.page-template-page-company .resource-filter,
.page-template-page-solutions .resource-filter,
.page-id-72 .resource-filter,
.page-id-402 .resource-filter,
.page-id-406 .resource-filter,
.page-id-408 .resource-filter,
.page-id-410 .resource-filter,
.page-id-412 .resource-filter,
.page-id-414 .resource-filter,
.page-id-417 .resource-filter,
.page-id-2134 .resource-filter,
.page-id-419 .resource-filter,
.page-id-70 .resource-filter,
.page-id-8 .resource-filter,
.page-id-64 .resource-filter,
.page-id-2231 .resource-filter,
.page-id-2236 .resource-filter,
.blog .resource-filter,
.archive .resource-filter{
  padding-top: 3rem !important; }

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

.pb-5,
.py-5,
.page-template-page-company .resource-filter,
.page-template-page-solutions .resource-filter,
.page-id-72 .resource-filter,
.page-id-402 .resource-filter,
.page-id-406 .resource-filter,
.page-id-408 .resource-filter,
.page-id-410 .resource-filter,
.page-id-412 .resource-filter,
.page-id-414 .resource-filter,
.page-id-417 .resource-filter,
.page-id-2134 .resource-filter,
.page-id-419 .resource-filter,
.page-id-70 .resource-filter,
.page-id-8 .resource-filter,
.page-id-64 .resource-filter,
.page-id-2231 .resource-filter,
.page-id-2236 .resource-filter,
.blog .resource-filter,
.archive .resource-filter{
  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-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !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;
}

.bg-blue {
  background-color: #21ABD4;
}

.bg-lightblue {
  background-color: #27ABDF;
}

.bg-green {
  background-color: #02A9A1;
}

.blue {
  color: #21ABD4;
}

.lightblue, nav#main .childless-parents,
nav#main .search-menu,
nav#main .parent-menu, .page-id-72 .cat-descriptions p {
  color: #27ABDF; }
  .lightblue:visited, nav#main .childless-parents:visited,
  nav#main .search-menu:visited,
  nav#main .parent-menu:visited, .page-id-72 .cat-descriptions p:visited {
    color: #27ABDF !important; }

.lightgreen {
  color: #02A9A1;
}

.white {
  color: white;
}

html {
  font-size: 1.0625rem;
}

body.nav-open main, body.nav-open footer {
  display: none;
}

body, p {
  font-family: "Roboto", sans-serif !important;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
}

p.lead, h1, h2, h3, h4, h5, h6, strong {
  font-family: "Comfortaa", cursive;
  font-weight: 700 !important;
  color: #000;
}

.h1, .h2, .h3, .h4, .h5, .page-id-64 .card .card-body p, .page-template-page-company .card .card-body p,
.page-template-page-solutions .card .card-body p,
.page-id-72 .card .card-body p,
.page-id-402 .card .card-body p,
.page-id-406 .card .card-body p,
.page-id-408 .card .card-body p,
.page-id-410 .card .card-body p,
.page-id-412 .card .card-body p,
.page-id-414 .card .card-body p,
.page-id-417 .card .card-body p,
.page-id-2134 .card .card-body p,
.page-id-419 .card .card-body p,
.page-id-70 .card .card-body p,
.page-id-8 .card .card-body p,
.page-id-2231 .card .card-body p,
.page-id-2236 .card .card-body p,
.blog .card .card-body p, .h6,
.archive .card .card-body p, .h6{
  font-family: "Comfortaa", cursive;
  font-weight: 700 !important;
  margin-bottom: 30px;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  line-height: 40px;
  margin-bottom: 30px;
}

a {
  color: black;
  text-decoration: none;
}

.smaller-font {
  font-size: 1.5rem !important;
}

li {
  margin-bottom: 15px;
}

a:hover, a:focus, a:active, a:visited {
  color: black;
  text-decoration: none;
}

.btn, .page-id-66 .hs-button.primary.large {
  border-radius: 0;
  border: 1px solid black;
  color: black;
  padding: 10px 26px;
  position: relative;
}

a.btn:hover::after, .page-id-66 a.hs-button.primary.large:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }

  a.btn:hover, .page-id-66 a.hs-button.primary.large:hover {
    color: white; }

  a.btn::after, .page-id-66 a.hs-button.primary.large::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F4F4F4;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s; }

  .btn-lightblue:after {
    background-color: #27ABDF !important; }

    a:focus,
    .btn:focus,
    .page-id-66 .hs-button.primary.large:focus,
    button:focus {
      outline: transparent !important; }

a.underline {
  text-decoration: underline !important;
}

header {
    position: fixed;
    left: 0;
    z-index: 12;
    top: 0;
    overflow: hidden; }
    header .hamburger-menu-button {
      background-color: #27ABDF;
      border: 0;
      cursor: pointer;
      padding: 30px 10px 0 10px;
      height: 84px;
      font-size: 10px;
      color: #fff; }
      header .hamburger-menu-button span {
        display: block;
        margin: 0 0.5rem 0.5rem;
        height: 2px;
        background: white;
        width: 30px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      header .hamburger-menu-button:hover span {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
      header .hamburger-menu-button:hover span:first-child {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      header .hamburger-menu-button:hover span:nth-child(2) {
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      header .hamburger-menu-button:hover span:nth-child(3) {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
    header .logo, header .hamburger-menu-button {
      float: left; }
    header .logo a {
      background: white;
      padding: 24px 12px;
      display: block; }
      header .logo a img {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      header .logo a:hover img {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }

  .nav-open .hamburger-menu-button span:first-child {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transform: translateY(8px) rotate(140deg);
            transform: translateY(8px) rotate(140deg); }
  .nav-open .hamburger-menu-button span:nth-child(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(-2px) rotate(40deg);
            transform: translateY(-2px) rotate(40deg); }
  .nav-open .hamburger-menu-button span:nth-child(3) {
    background-color: transparent; }

  footer .footer-links-widget {
    background: url("assets/images/footer-widget-bg.png") no-repeat top left;
    background-size: cover;
    padding: 67px 0 47px; }
    footer .footer-links-widget ul {
      padding-left: 21px; }
      footer .footer-links-widget ul a {
        font-size: 0.8rem; }
    footer .footer-links-widget li {
      margin-bottom: 10px; }
    footer .footer-links-widget a {
      color: white;
      display: block;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      footer .footer-links-widget a:hover {
        text-decoration: none;
        -webkit-transform: translateX(12px);
                transform: translateX(12px); }
    @media (min-width: 1600px) {
      footer .footer-links-widget .col-xxl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; } }
    footer .footer-links-widget .h4 {
      color: white;
      margin-bottom: 26px;
      padding-left: 21px;
      border-left: 2px solid white; }
  footer .copyright-row {
    background-color: black;
    padding: 27px 0 30px;
    color: white; }
    @media (min-width: 768px) {
      footer .copyright-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 767px) {
      footer .copyright-row {
        text-align-last: center; } }
    @media (max-width: 767px) {
      footer .copyright-row div:not(:last-child) {
        margin-bottom: 26px; } }
    @media (min-width: 768px) {
      footer .copyright-row div:not(:last-child) {
        margin-right: 10%; } }
    footer .copyright-row .social-links {
      margin-bottom: 0; }
      footer .copyright-row .social-links li {
        margin-bottom: 0; }
        footer .copyright-row .social-links li:not(:last-child) {
          margin-right: 26px; }
    footer .copyright-row a {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, rgba(255, 255, 255, 0.9)));
      background-image: linear-gradient(transparent 90%, rgba(255, 255, 255, 0.9) 0%);
      background-size: 0 100%;
      background-repeat: no-repeat;
      display: inline;
      padding-bottom: 3px;
      -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      color: white !important; }
    footer .copyright-row a:hover {
      color: white;
      text-decoration: none;
      background-size: 100% 100%; }

  .vc_section {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .vc_section[data-vc-full-width] > .vc_row {
    margin: 0 auto !important; }

  .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0; }

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
@media (max-width: 1199px) {
  .px-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 991px) {
  .px-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 767px) {
  .px-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
    .mobile-cta {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .mobile-cta {
        display: none;
    }
}

.home-banner {
    background: #01080f url(assets/images/blue-world-bg-v2.jpg) center top no-repeat;
    background-size: cover;
    min-height: 456px;
    max-height: 456px;
    top: 32px;
    position: relative; }
.home-banner .today-message {
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      bottom: -12px;
      right: 0;
      padding: 6px 24px;
      height: 52px;
      width: 420px;
      z-index: 11; }

@media (max-width: 767px) {
    .home-banner {
        display: none;
    }
}
@media (min-width: 768px) {
    .home-banner {
        display: block;
    }
}
@media (max-width: 767px) {
  .home-banner .today-message {
    width: 100%;
  }
}

@media (max-width: 767px) {
    .home-banner .today-message {
      width: 100%;
    }
  }
.home-banner .content-wrapper {
  min-height: 600px;
}
.home-banner p.lead {
  color: white;
  font-size: 1.5rem;
}
.home-banner .content {
  height: 100%;
  position: absolute;
  top: 10%;
  left: 13%;
  width: 42%;
  z-index: 12
}
@media (max-width: 767px) {
  .home-banner .content {
    width: 80%;
    left: 10%;
  }
}
.home-banner .content h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-banner .content h1 {
    font-size: 2rem;
  }
}
.home-banner .img-wrapper {
    height: 100%;
    height: 612px;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .home-banner .img-wrapper:after {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 11;
      top: 0;
      left: 0; }
  .home-banner #myVideo {
    position: absolute;
    bottom: 0;
    right: 0;
    top: -10%;
    min-width: 100%;
    min-height: 120%; }
.home-banner .img-holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}
.home-banner .slick-active .img-holder {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .home-banner .slick-slide {
    border: 0 !important; }
  .home-banner .slick-arrow {
    position: absolute !important;
    z-index: 10;
    top: 42%;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 12px 24px; }
    .home-banner .slick-arrow:after {
      content: "";
      background: #f4f4f4;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: center left;
              transform-origin: center left;
      -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
      transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
      transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
      transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
      z-index: -1; }
    .home-banner .slick-arrow:hover {
      color: black; }
      .home-banner .slick-arrow:hover::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
    .home-banner .slick-arrow.slick-prev {
      left: 13%; }
    .home-banner .slick-arrow.slick-next {
      left: 17%; }
      @media (max-width: 767px) {
        .home-banner .slick-arrow.slick-next {
          left: 30%; } }
  .home-banner #earth_div {
    top: 26%;
    right: 12%;
    /*background-color: #000; */
    position: absolute !important;
    width: 30%; }
    @media (max-width: 767px) {
      .home-banner #earth_div {
        right: 45%; } }
  .home-banner .cesium-credit-textContainer {
    display: none; }

	.home-carousel-section {
		position: relative;
	}
	.home-carousel-bg {
		background: rgb(46,170,225);
		background: linear-gradient(90deg, rgba(46,170,225,1) 0%, rgba(0,169,156,1) 100%);
	}

	.home-carousel-bg .wpb_content_element {
		margin-bottom: 0;
	}
	.home-carousel-bg .vc_column_container>.vc_column-inner,
	.home-carousel-bg .vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding: 0 !important;
	}

	.home-carousel-bg .scooped img {
		border-radius: 0 50% 50% 0;
	}

.services {
  padding: 86px 0 0; }
  .services .card img {
    max-width: 81px; }
  .services .card h3 {
    margin-bottom: 30px; }
  .services .card .card-title {
    font-family: "Roboto", sans-serif !important;
    font-size: 3.45rem; }

@media (min-width: 992px) {
  .plateform-section {
    margin-top: -120px; } }

.platform {
  background-color: #F4F4F4;
  padding: 56px 10%;
  text-align: center;
}
.platform h2 {
  margin-bottom: 42px;
}
.platform p {
  margin-bottom: 21px;
}

.why-electric-imp {
    padding: 48px 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .why-electric-imp .electric-imp-reason {
        padding: 0; } }
    .why-electric-imp .content {
      position: relative; }
      @media (min-width: 992px) {
        .why-electric-imp .content:nth-child(odd) .img-wrapper img {
          margin-left: auto;
          margin-right: -10rem; } }
      .why-electric-imp .content:nth-child(odd) .content-description {
        left: 40%; }
        @media (min-width: 992px) {
          .why-electric-imp .content:nth-child(odd) .content-description {
            -webkit-transform: translate(0, -70%);
                    transform: translate(0, -70%); } }
      @media (min-width: 992px) {
        .why-electric-imp .content:nth-child(even) .img-wrapper img {
          margin-right: auto;
          margin-left: -10rem; } }
      .why-electric-imp .content:nth-child(even) .content-description {
        left: 60%; }
        @media (min-width: 992px) {
          .why-electric-imp .content:nth-child(even) .content-description {
            -webkit-transform: translate(67%, -70%);
                    transform: translate(67%, -70%); } }
      .why-electric-imp .content.active #Layer_1 .st0 {
        -webkit-animation: draw 3.5s linear forwards;
                animation: draw 3.5s linear forwards; }
      @media (min-width: 992px) {
        .why-electric-imp .content:nth-child(1) svg#Layer_1 {
          left: 0;
          bottom: 90%; } }
      @media (min-width: 992px) {
        .why-electric-imp .content:nth-child(2) svg#Layer_1 {
          left: 46px;
          bottom: 90%; } }
      @media (min-width: 992px) {
        .why-electric-imp .content:nth-child(3) {
          margin-bottom: -200px; } }
      .why-electric-imp .content:nth-child(3) .content-description {
        left: 35%; }
      @media (min-width: 992px) {
        .why-electric-imp .content:nth-child(3) svg#Layer_1 {
          left: 0;
          bottom: 90%; } }
      .why-electric-imp .content:nth-child(4) .content-description {
        left: 65%; }
      @media (min-width: 992px) {
        .why-electric-imp .content:nth-child(4) svg#Layer_1 {
          left: 46px;
          bottom: 90%; } }
    .why-electric-imp ul.slick-dots {
      padding-left: 0;
      list-style: none;
      position: absolute;
      right: 18%;
      top: 20%; }
.why-electric-imp ul.slick-dots button {
  background: transparent;
  border: 1px solid grey;
  border-radius: 30px;
  padding: 2px 10px;
  color: #27ABDF;
}
.why-electric-imp ul.slick-dots li {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  opacity: 0.2;
}
.why-electric-imp ul.slick-dots li.slick-active {
  opacity: 1;
}
.why-electric-imp ul.slick-dots li:not(:last-child)::after {
  content: "";
  height: 16px;
  width: 1px;
  background: black;
  position: absolute;
  left: 16px;
  top: 32px;
}
.why-electric-imp .content-description {
    width: 100%;
    background: #f6f6f6;
    padding: 32px 45px;
    top: 50%;
    text-align: left; }
    @media (min-width: 992px) {
      .why-electric-imp .content-description {
        width: 60%; } }
    .why-electric-imp .content-description h2 {
      margin-bottom: 26px; }
  .why-electric-imp .img-wrapper svg#Layer_1 {
    width: 25%;
    position: absolute;
    top: 53%;
    z-index: 12; }
    @media (min-width: 992px) {
      .why-electric-imp .img-wrapper svg#Layer_1 {
        width: 6%; } }
    @media (max-width: 991px) {
      .why-electric-imp .img-wrapper svg#Layer_1 {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .why-electric-imp .img-wrapper img {
    width: 100%; }
    @media (min-width: 992px) {
      .why-electric-imp .img-wrapper img {
        width: 60%;
        max-height: 425px; } }
  .why-electric-imp .slick-active #Layer_1 .st0 {
    -webkit-animation: draw 3.5s linear forwards;
            animation: draw 3.5s linear forwards; }
  .why-electric-imp .content-description h2 #Layer_1 {
    width: 60px;
    float: left;
    -webkit-transform: translate(0px, -16px);
            transform: translate(0px, -16px); }
    @media (min-width: 992px) {
      .why-electric-imp .content-description h2 #Layer_1 {
        position: absolute;
        width: 26%; } }
    .why-electric-imp .content-description h2 #Layer_1 .st0 {
      stroke-width: 1px; }

.trusted-by {
  padding: 60px 0 70px;
  text-align: center;
  position: relative; }
  .trusted-by h2 {
    margin-bottom: 44px !important; }
    @media (min-width: 768px) {
      .trusted-by h2 {
        padding: 0 7%; } }
.trusted-by h4.author {
  margin: 14px 26px;
  font-size: 18px;
}
.trusted-by .content {
  text-align: center;
  padding: 0 42px 60px;
}
@media (min-width: 768px) {
  .trusted-by .trusted-slide {
    padding: 0 12%;
  }
}
.trusted-by .slick-arrow {
  position: absolute !important;
  z-index: 10;
  bottom: 70%;
  background: transparent;
  border: none;
  color: black;
  padding: 12px 24px;
}
.trusted-by .slick-arrow:after {
    content: "";
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    z-index: -1; }
  .trusted-by .slick-arrow:hover {
    color: black; }
    .trusted-by .slick-arrow:hover::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .trusted-by .slick-arrow.slick-prev {
    left: 17%; }
  .trusted-by .slick-arrow.slick-next {
    left: 22.30%; }
  .trusted-by .slick-arrow.arrow-prev {
    left: 0; }
  .trusted-by .slick-arrow.arrow-next {
    left: auto;
    right: 0;}
    @media (max-width: 767px) {
      .trusted-by .slick-arrow.slick-next {
        left: 30%; } }

.buttons-group {
  background: url("assets/images/home-buttons-bg.png") no-repeat top left;
  background-size: cover;
  padding: 110px 0;
  text-align: center;
}
@media (max-width: 767px) {
    .buttons-group .btn, .buttons-group .page-id-66 .hs-button.primary.large, .page-id-66 .buttons-group .hs-button.primary.large {
      margin-bottom: 32px; } }

.partners {
  padding: 72px 0;
  border-top: 1px solid #D5D5D5;
}
.partners .wpb_content_element {
  margin-bottom: 0 !important;
}

nav#main {
  background-color: #F4F4F4;
  padding-top: 126px;
  padding-left: 84px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
nav#main .top-menu-main {
  position: absolute;
  left: 84px;
  top: 126px;
  width: 76%;
  z-index: 13;
}
@media (max-width: 991px) {
  nav#main .top-menu-main {
    width: 100%;
    height: 70vh;
    min-height: 484px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
nav#main .top-menu-main > li {
  position: relative;
}
@media (min-width: 992px) {
  nav#main .top-menu-main > li > a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: black;
    top: 26px;
    left: 240px;
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
nav#main .top-menu-main > li > a.childless-parents::after, nav#main .top-menu-main > li > a.search-menu::after {
  content: none;
}
nav#main .social-menu {
  background-color: black;
  margin-bottom: 0;
  width: 15rem;
  padding: 7.5rem 0;
  text-align: center;
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: 18;
}
@media (max-width: 991px) {
  nav#main .social-menu {
    padding: 20px 4.5rem;
    text-align: right;
    width: 100%;
    height: 92px;
  }
}
nav#main .social-menu li {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  nav#main .social-menu li {
    display: inline-block;
  }
}
nav#main .social-menu a {
  color: white;
  display: block;
  padding: 14px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
nav#main .social-menu a:hover {
  text-decoration: none;
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
nav#main .childless-parents,
nav#main .search-menu,
nav#main .parent-menu {
  font-size: 1.5rem;
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 991px) {
  nav#main .childless-parents,
nav#main .search-menu,
nav#main .parent-menu {
    font-size: 26px;
  }
}
nav#main .childless-parents:hover,
nav#main .search-menu:hover,
nav#main .parent-menu:hover {
  text-decoration: none;
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
@media (min-width: 992px) {
  nav#main ul.sub-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 440px;
    top: 16px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    z-index: 16;
  }
}
@media (max-width: 991px) {
  nav#main ul.sub-menu {
    display: none;
    padding: 14px 0 0;
    padding-left: 14px !important;
    margin-bottom: 0;
  }
}
nav#main .search-wrapper {
  display: none;
  width: 50%;
  min-width: 320px;
}
@media (min-width: 992px) {
  nav#main .search-wrapper {
    position: absolute;
    left: 30%;
    top: 16px;
  }
}
@media (max-width: 991px) {
  nav#main .search-wrapper {
    padding: 14px 0 0;
    padding-left: 14px !important;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  nav#main .top-menu-main > li:hover > a::after {
    width: 17%;
  }
}
@media (min-width: 992px) {
  nav#main .top-menu-main > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

.nav-open nav#main {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes draw {
    to {
      stroke-dashoffset: 0; } }

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
#Layer_1 .st0 {
  fill: none;
  stroke: #27abde;
  stroke-width: 4;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1200;
  /*   animation-name: draw;
  animation-duration: 8s;
  animation-fill-mode: forwards; // Stay on the last frame
  animation-iteration-count: 1; // Run only once
  animation-timing-function: linear; */
}

.usecase {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
}
.usecase .textcase {
  fill: none;
  stroke: #27abde;
  font-size: 6rem;
}

.page-header {
    padding: 164px 0 130px !important;
    background-image: url("assets/images/ar/ar-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed !important; }
@media (max-width: 767px) {
  .page-header {
    background-attachment: scroll !important;
    padding: 164px 10% 130px !important;
  }
}
@media (max-width: 767px) {
  .page-header h1.display-4 {
    font-size: 2.5rem;
  }
}

.page-id-64 .page-header {
    background-image: url("assets/images/resources/bg.png"); }
  .page-id-64 .card .card-body p {
    height: 80px !important;
    overflow: hidden;
    color: white; }
  .page-id-64 .card .card-body .btn, .page-id-64 .card .card-body .page-id-66 .hs-button.primary.large, .page-id-66 .page-id-64 .card .card-body .hs-button.primary.large {
    display: block; }
  .page-id-64 .img-holder {
    max-height: 100px; }

  .news-item .card img { }




  .page-id-8 .page-header {
    background-image: url("assets/images/news/news-bg.png"); }
.page-id-8 .news-item .card-body {
  background: transparent !important;
  margin-top: 32px;
  padding: 0 !important;
}
.page-id-8 .news-item h5 {
  margin-bottom: 26px;
}
.page-id-8 .news-item p {
  color: black !important;
  height: 125px !important;
}

.page-id-402 .page-header,
.page-id-406 .page-header,
.page-id-408 .page-header,
.page-id-410 .page-header,
.page-id-412 .page-header,
.page-id-414 .page-header,
.page-id-417 .page-header,
.page-id-2134 .page-header,
.page-id-419 .page-header,
.page-id-2231 .page-header,
.page-id-2236 .page-header,
.page-id-70 .page-header {
    background-image: url("assets/images/platform/platform-bg.png"); }
.page-id-402 .resource-content,
.page-id-406 .resource-content,
.page-id-408 .resource-content,
.page-id-410 .resource-content,
.page-id-412 .resource-content,
.page-id-414 .resource-content,
.page-id-417 .resource-content,
.page-id-2134 .resource-content,
.page-id-419 .resource-content,
.page-id-2231 .resource-content,
.page-id-2236 .resource-content,
.page-id-70 .resource-content {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .page-id-402 .resource-content,
.page-id-406 .resource-content,
.page-id-408 .resource-content,
.page-id-410 .resource-content,
.page-id-412 .resource-content,
.page-id-414 .resource-content,
.page-id-417 .resource-content,
.page-id-2134 .resource-content,
.page-id-419 .resource-content,
.page-id-2231 .resource-content,
.page-id-2236 .resource-content,
.page-id-70 .resource-content {
    padding-top: 0 !important;
  }
}
.page-id-402 .top-row-platform,
.page-id-406 .top-row-platform,
.page-id-408 .top-row-platform,
.page-id-410 .top-row-platform,
.page-id-412 .top-row-platform,
.page-id-414 .top-row-platform,
.page-id-417 .top-row-platform,
.page-id-2134 .top-row-platform,
.page-id-419 .top-row-platform,
.page-id-2231 .top-row-platform,
.page-id-2236 .top-row-platform,
.page-id-70 .top-row-platform {
  padding-left: 0;
}
.page-id-402 .bg-grey, .page-id-402 .architecture, .page-id-402 .lifecycle,
.page-id-406 .bg-grey,
.page-id-406 .architecture,
.page-id-406 .lifecycle,
.page-id-408 .bg-grey,
.page-id-408 .architecture,
.page-id-408 .lifecycle,
.page-id-410 .bg-grey,
.page-id-410 .architecture,
.page-id-410 .lifecycle,
.page-id-412 .bg-grey,
.page-id-412 .architecture,
.page-id-412 .lifecycle,
.page-id-414 .bg-grey,
.page-id-414 .architecture,
.page-id-414 .lifecycle,
.page-id-417 .bg-grey,
.page-id-417 .architecture,
.page-id-417 .lifecycle,
.page-id-2134 .bg-grey,
.page-id-2134 .architecture,
.page-id-2134 .lifecycle,
.page-id-419 .bg-grey,
.page-id-419 .architecture,
.page-id-419 .lifecycle,
.page-id-2231 .bg-grey,
.page-id-2231 .architecture,
.page-id-2231 .lifecycle,
.page-id-2236 .bg-grey,
.page-id-2236 .architecture,
.page-id-2236 .lifecycle,
.page-id-70 .bg-grey,
.page-id-70 .architecture,
.page-id-70 .lifecycle {
  padding: 32px 12% 70px 0;
}
.page-id-402 .bg-grey,
.page-id-406 .bg-grey,
.page-id-408 .bg-grey,
.page-id-410 .bg-grey,
.page-id-412 .bg-grey,
.page-id-414 .bg-grey,
.page-id-417 .bg-grey,
.page-id-2134 .bg-grey,
.page-id-419 .bg-grey,
.page-id-2231 .bg-grey,
.page-id-2236 .bg-grey,
.page-id-70 .bg-grey {
  background-color: #F6F6F6;
  margin-top: 32px;
}
.page-id-402 .worksvg,
.page-id-406 .worksvg,
.page-id-408 .worksvg,
.page-id-410 .worksvg,
.page-id-412 .worksvg,
.page-id-414 .worksvg,
.page-id-417 .worksvg,
.page-id-2134 .worksvg,
.page-id-419 .worksvg,
.page-id-2231 .worksvg,
.page-id-2236 .worksvg,
.page-id-70 .worksvg {
  width: 50%;
  height: 70px;
  margin-bottom: 36px;
}
.page-id-402 .worksvg .workcase,
.page-id-406 .worksvg .workcase,
.page-id-408 .worksvg .workcase,
.page-id-410 .worksvg .workcase,
.page-id-412 .worksvg .workcase,
.page-id-414 .worksvg .workcase,
.page-id-417 .worksvg .workcase,
.page-id-419 .worksvg .workcase,
.page-id-2231 .worksvg .workcase,
.page-id-2236 .worksvg .workcase,
.page-id-70 .worksvg .workcase {
  fill: none;
  stroke: #27abde;
  font-size: 4rem;
}
.page-id-402 ol.lightblue-numbers,
.page-id-406 ol.lightblue-numbers,
.page-id-408 ol.lightblue-numbers,
.page-id-410 ol.lightblue-numbers,
.page-id-412 ol.lightblue-numbers,
.page-id-414 ol.lightblue-numbers,
.page-id-417 ol.lightblue-numbers,
.page-id-2134 ol.lightblue-numbers,
.page-id-419 ol.lightblue-numbers,
.page-id-2231 ol.lightblue-numbers,
.page-id-2236 ol.lightblue-numbers,
.page-id-70 ol.lightblue-numbers {
  list-style: none;
  padding-left: 0;
}
.page-id-402 ol.lightblue-numbers li,
.page-id-406 ol.lightblue-numbers li,
.page-id-408 ol.lightblue-numbers li,
.page-id-410 ol.lightblue-numbers li,
.page-id-412 ol.lightblue-numbers li,
.page-id-414 ol.lightblue-numbers li,
.page-id-417 ol.lightblue-numbers li,
.page-id-2134 ol.lightblue-numbers li,
.page-id-419 ol.lightblue-numbers li,
.page-id-2231 ol.lightblue-numbers li,
.page-id-2236 ol.lightblue-numbers li,
.page-id-70 ol.lightblue-numbers li {
  counter-increment: li;
  position: relative;
  padding-left: 3rem;
}
.page-id-402 ol.lightblue-numbers li::before,
.page-id-406 ol.lightblue-numbers li::before,
.page-id-408 ol.lightblue-numbers li::before,
.page-id-410 ol.lightblue-numbers li::before,
.page-id-412 ol.lightblue-numbers li::before,
.page-id-414 ol.lightblue-numbers li::before,
.page-id-417 ol.lightblue-numbers li::before,
.page-id-2134 ol.lightblue-numbers li::before,
.page-id-419 ol.lightblue-numbers li::before,
.page-id-2231 ol.lightblue-numbers li::before,
.page-id-2236 ol.lightblue-numbers li::before,
.page-id-70 ol.lightblue-numbers li::before {
  content: counter(li);
  color: #27ABDF;
  position: absolute;
  left: 1.5rem;
  top: 2px;
  font-weight: 700;
  font-size: 21px;
}
.page-id-402 ol.lightblue-numbers li::after,
.page-id-406 ol.lightblue-numbers li::after,
.page-id-408 ol.lightblue-numbers li::after,
.page-id-410 ol.lightblue-numbers li::after,
.page-id-412 ol.lightblue-numbers li::after,
.page-id-414 ol.lightblue-numbers li::after,
.page-id-417 ol.lightblue-numbers li::after,
.page-id-2134 ol.lightblue-numbers li::after,
.page-id-419 ol.lightblue-numbers li::after,
.page-id-2231 ol.lightblue-numbers li::after,
.page-id-2236 ol.lightblue-numbers li::after,
.page-id-70 ol.lightblue-numbers li::after {
  content: "•";
  color: #27ABDF;
  position: absolute;
  left: 38px;
  top: 7px;
  font-weight: 700;
  font-size: 21px;
}

.page-id-72 .page-header {
    background-image: url("assets/images/partners-bg.png"); }
.page-id-72 .partner-description {
  position: relative;
  background: #FFF;
  padding: 4% 10%;
  width: 80%;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .page-id-72 .partner-description img.partner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.page-id-72 .partner-description a {
  color: #27ABDF !important;
}
.page-id-72 .partner-description a:hover {
  text-decoration: underline;
}
.page-id-72 .content-description {
  display: none;
}
.page-id-72 .content-description {
  background-color: #F6F6F6;
  padding: 28px 32px;
}
.page-id-72 .partner-illustrations {
  display: none;
}
.page-id-72 .partner-illustrations#default {
  display: block;
}
.page-id-72 .cat-descriptions .description {
  display: none;
}
.blog .page-header,
.archive .page-header,
.single-post .page-header {
    background-image: url("assets/images/Blogheader.png");
}

.page-template-page-company .resource-content,
.page-template-page-solutions .resource-content,
.page-id-72 .resource-content,
.page-id-402 .resource-content,
.page-id-406 .resource-content,
.page-id-408 .resource-content,
.page-id-410 .resource-content,
.page-id-412 .resource-content,
.page-id-414 .resource-content,
.page-id-417 .resource-content,
.page-id-2134 .resource-content,
.page-id-419 .resource-content,
.page-id-70 .resource-content,
.page-id-8 .resource-content,
.page-id-64 .resource-content,
.page-id-2231 .resource-content,
.page-id-2236 .resource-content,
.blog .resource-content,
.archive .resource-content{
  padding: 70px 0 110px;
  position: relative;
  min-height: 720px;
}
@media (max-width: 767px) {
  .page-template-page-company .resource-content,
.page-template-page-solutions .resource-content,
.page-id-72 .resource-content,
.page-id-402 .resource-content,
.page-id-406 .resource-content,
.page-id-408 .resource-content,
.page-id-410 .resource-content,
.page-id-412 .resource-content,
.page-id-414 .resource-content,
.page-id-417 .resource-content,
.page-id-2134 .resource-content,
.page-id-419 .resource-content,
.page-id-70 .resource-content,
.page-id-8 .resource-content,
.page-id-64 .resource-content,
.page-id-2231 .resource-content,
.page-id-2236 .resource-content,
.blog .resource-content,
.archive .resource-content{
    padding-top: 0 !important;
  }
}
.page-template-page-company .resource-item,
.page-template-page-solutions .resource-item,
.page-id-72 .resource-item,
.page-id-402 .resource-item,
.page-id-406 .resource-item,
.page-id-408 .resource-item,
.page-id-410 .resource-item,
.page-id-412 .resource-item,
.page-id-414 .resource-item,
.page-id-417 .resource-item,
.page-id-2134 .resource-item,
.page-id-419 .resource-item,
.page-id-70 .resource-item,
.page-id-8 .resource-item,
.page-id-64 .resource-item,
.page-id-2231 .resource-item,
.page-id-2236 .resource-item,
.blog .resource-item:not(:first-child),
.archive .resource-item:not(:first-child){
  margin-top: 42px;
}
@media (min-width: 992px) {
  .page-template-page-company .resource-wrapper,
.page-template-page-solutions .resource-wrapper,
.page-id-72 .resource-wrapper,
.page-id-402 .resource-wrapper,
.page-id-406 .resource-wrapper,
.page-id-408 .resource-wrapper,
.page-id-410 .resource-wrapper,
.page-id-412 .resource-wrapper,
.page-id-414 .resource-wrapper,
.page-id-417 .resource-wrapper,
.page-id-2134 .resource-wrapper,
.page-id-419 .resource-wrapper,
.page-id-70 .resource-wrapper,
.page-id-8 .resource-wrapper,
.page-id-64 .resource-wrapper,
.page-id-2231 .resource-wrapper,
.page-id-2236 .resource-wrapper,
.blog .resource-wrapper,
.archive .resource-wrapper{
    padding-left: 35%;
  }
}
@media (min-width: 1200px) {
  .page-template-page-company .resource-wrapper,
.page-template-page-solutions .resource-wrapper,
.page-id-72 .resource-wrapper,
.page-id-402 .resource-wrapper,
.page-id-406 .resource-wrapper,
.page-id-408 .resource-wrapper,
.page-id-410 .resource-wrapper,
.page-id-412 .resource-wrapper,
.page-id-414 .resource-wrapper,
.page-id-417 .resource-wrapper,
.page-id-419 .resource-wrapper,
.page-id-70 .resource-wrapper,
.page-id-8 .resource-wrapper,
.page-id-64 .resource-wrapper,
.page-id-2231 .resource-wrapper,
.page-id-2236 .resource-wrapper,
.blog .resource-wrapper,
.archive .resource-wrapper{
    padding-left: 30%;
  }
}
@media (max-width: 991px) {
  .page-template-page-company .resource-wrapper,
.page-template-page-solutions .resource-wrapper,
.page-id-72 .resource-wrapper,
.page-id-402 .resource-wrapper,
.page-id-406 .resource-wrapper,
.page-id-408 .resource-wrapper,
.page-id-410 .resource-wrapper,
.page-id-412 .resource-wrapper,
.page-id-414 .resource-wrapper,
.page-id-417 .resource-wrapper,
.page-id-2134 .resource-wrapper,
.page-id-419 .resource-wrapper,
.page-id-70 .resource-wrapper,
.page-id-8 .resource-wrapper,
.page-id-64 .resource-wrapper,
.page-id-2231 .resource-wrapper,
.page-id-2236 .resource-wrapper,
.blog .resource-wrapper,
  .archive .resource-wrapper {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .page-template-page-company .resource-wrapper,
.page-template-page-solutions .resource-wrapper,
.page-id-72 .resource-wrapper,
.page-id-402 .resource-wrapper,
.page-id-406 .resource-wrapper,
.page-id-408 .resource-wrapper,
.page-id-410 .resource-wrapper,
.page-id-412 .resource-wrapper,
.page-id-414 .resource-wrapper,
.page-id-417 .resource-wrapper,
.page-id-419 .resource-wrapper,
.page-id-70 .resource-wrapper,
.page-id-8 .resource-wrapper,
.page-id-64 .resource-wrapper,
.page-id-2231 .resource-wrapper,
.page-id-2236 .resource-wrapper,
.blog .resource-wrapper,
  .archive .resource-wrapper {
    padding-left: 8%;
  }
}
.page-template-page-company .resource-filter,
.page-template-page-solutions .resource-filter,
.page-id-72 .resource-filter,
.page-id-402 .resource-filter,
.page-id-406 .resource-filter,
.page-id-408 .resource-filter,
.page-id-410 .resource-filter,
.page-id-412 .resource-filter,
.page-id-414 .resource-filter,
.page-id-417 .resource-filter,
.page-id-419 .resource-filter,
.page-id-2134 .resource-filter,
.page-id-70 .resource-filter,
.page-id-8 .resource-filter,
.page-id-64 .resource-filter,
.page-id-2231 .resource-filter,
.page-id-2236 .resource-filter,
.blog .resource-filter,
.archive .resource-filter {
  list-style: none;
  background-color: #F4F4F4;
}
@media (min-width: 992px) {
  .page-template-page-company .resource-filter,
.page-template-page-solutions .resource-filter,
.page-id-72 .resource-filter,
.page-id-402 .resource-filter,
.page-id-406 .resource-filter,
.page-id-408 .resource-filter,
.page-id-410 .resource-filter,
.page-id-412 .resource-filter,
.page-id-414 .resource-filter,
.page-id-417 .resource-filter,
.page-id-2134 .resource-filter,
.page-id-419 .resource-filter,
.page-id-70 .resource-filter,
.page-id-8 .resource-filter,
.page-id-64 .resource-filter,
.page-id-2231 .resource-filter,
.page-id-2236 .resource-filter,
.blog .resource-filter,
    .archive .resource-filter {
    position: absolute;
    width: 20% !important;
    left: 0;
    top: 0;
    min-width: 320px;
  }
}
@media (max-width: 991px) {
  .page-template-page-company .resource-filter,
.page-template-page-solutions .resource-filter,
.page-id-72 .resource-filter,
.page-id-402 .resource-filter,
.page-id-406 .resource-filter,
.page-id-408 .resource-filter,
.page-id-410 .resource-filter,
.page-id-412 .resource-filter,
.page-id-414 .resource-filter,
.page-id-417 .resource-filter,
.page-id-2134 .resource-filter,
.page-id-419 .resource-filter,
.page-id-70 .resource-filter,
.page-id-8 .resource-filter,
.page-id-64 .resource-filter,
.page-id-2231 .resource-filter,
.page-id-2236 .resource-filter,
.blog .resource-filter,
    .archive .resource-filter{
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-template-page-company .resource-filter,
.page-template-page-solutions .resource-filter,
.page-id-72 .resource-filter,
.page-id-402 .resource-filter,
.page-id-406 .resource-filter,
.page-id-408 .resource-filter,
.page-id-410 .resource-filter,
.page-id-412 .resource-filter,
.page-id-414 .resource-filter,
.page-id-417 .resource-filter,
.page-id-2134 .resource-filter,
.page-id-419 .resource-filter,
.page-id-70 .resource-filter,
.page-id-8 .resource-filter,
.page-id-64 .resource-filter,
.page-id-2231 .resource-filter,
.page-id-2236 .resource-filter,
.blog .resource-filter,
    .archive .resource-filter{
    padding-left: 0;
  }
}
.page-template-page-company .resource-filter button,
.page-template-page-solutions .resource-filter button,
.page-id-72 .resource-filter button,
.page-id-402 .resource-filter button,
.page-id-406 .resource-filter button,
.page-id-408 .resource-filter button,
.page-id-410 .resource-filter button,
.page-id-412 .resource-filter button,
.page-id-414 .resource-filter button,
.page-id-417 .resource-filter button,
.page-id-2134 .resource-filter button,
.page-id-419 .resource-filter button,
.page-id-70 .resource-filter button,
.page-id-8 .resource-filter button,
.page-id-64 .resource-filter button,
.page-id-2231 .resource-filter button,
.page-id-2236 .resource-filter button,
.blog .resource-filter button,
  .archive .resource-filter button {
  background-color: transparent;
  border: 0;
  color: black;
  cursor: pointer;
  text-align: left;
}
.page-template-page-company .resource-filter button.resource-item-filter-btn-active, .page-template-page-company .resource-filter button:hover,
.page-template-page-solutions .resource-filter button.resource-item-filter-btn-active,
.page-template-page-solutions .resource-filter button:hover,
.page-id-72 .resource-filter button.resource-item-filter-btn-active,
.page-id-72 .resource-filter button:hover,
.page-id-402 .resource-filter button.resource-item-filter-btn-active,
.page-id-402 .resource-filter button:hover,
.page-id-406 .resource-filter button.resource-item-filter-btn-active,
.page-id-406 .resource-filter button:hover,
.page-id-408 .resource-filter button.resource-item-filter-btn-active,
.page-id-408 .resource-filter button:hover,
.page-id-410 .resource-filter button.resource-item-filter-btn-active,
.page-id-410 .resource-filter button:hover,
.page-id-412 .resource-filter button.resource-item-filter-btn-active,
.page-id-412 .resource-filter button:hover,
.page-id-414 .resource-filter button.resource-item-filter-btn-active,
.page-id-414 .resource-filter button:hover,
.page-id-417 .resource-filter button.resource-item-filter-btn-active,
.page-id-417 .resource-filter button:hover,
.page-id-2134 .resource-filter button.resource-item-filter-btn-active,
    .page-id-2134 .resource-filter button:hover,
.page-id-419 .resource-filter button.resource-item-filter-btn-active,
.page-id-419 .resource-filter button:hover,
.page-id-70 .resource-filter button.resource-item-filter-btn-active,
.page-id-70 .resource-filter button:hover,
.page-id-8 .resource-filter button.resource-item-filter-btn-active,
.page-id-8 .resource-filter button:hover,
.page-id-64 .resource-filter button.resource-item-filter-btn-active,
.page-id-64 .resource-filter button:hover,
.page-id-2231 .resource-filter button.resource-item-filter-btn-active,
.page-id-2231 .resource-filter button:hover,
.page-id-2236 .resource-filter button.resource-item-filter-btn-active,
.page-id-2236 .resource-filter button:hover,
.blog .resource-filter button.resource-item-filter-btn-active,
.blog .resource-filter button:hover,
    .archive .resource-filter a.active,
    .archive .resource-filter a:hover{
  color: #27ABDF;
}
.page-template-page-company .card,
.page-template-page-solutions .card,
.page-id-72 .card,
.page-id-402 .card,
.page-id-406 .card,
.page-id-408 .card,
.page-id-410 .card,
.page-id-412 .card,
.page-id-414 .card,
.page-id-417 .card,
.page-id-2134 .card,
.page-id-419 .card,
.page-id-70 .card,
.page-id-8 .card,
.page-id-64 .card,
.page-id-2231 .card,
.page-id-2236 .card,
.blog .card,
.archive .card {
  border: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-page-company .card .card-body,
.page-template-page-solutions .card .card-body,
.page-id-72 .card .card-body,
.page-id-402 .card .card-body,
.page-id-406 .card .card-body,
.page-id-408 .card .card-body,
.page-id-410 .card .card-body,
.page-id-412 .card .card-body,
.page-id-414 .card .card-body,
.page-id-417 .card .card-body,
.page-id-2134 .card .card-body,
.page-id-419 .card .card-body,
.page-id-70 .card .card-body,
.page-id-8 .card .card-body,
.page-id-64 .card .card-body,
.page-id-2231 .card .card-body,
.page-id-2236 .card .card-body,
.blog .card .card-body,
  .archive .card .card-body {
    background-image: url("assets/images/resources/card-bg.png");
  background-size: cover;
  padding: 24px 26px;
}
.page-template-page-company .card .card-body p,
.page-template-page-solutions .card .card-body p,
.page-id-72 .card .card-body p,
.page-id-402 .card .card-body p,
.page-id-406 .card .card-body p,
.page-id-408 .card .card-body p,
.page-id-410 .card .card-body p,
.page-id-412 .card .card-body p,
.page-id-414 .card .card-body p,
.page-id-417 .card .card-body p,
.page-id-2134 .card .card-body p,
.page-id-419 .card .card-body p,
.page-id-70 .card .card-body p,
.page-id-8 .card .card-body p,
.page-id-64 .card .card-body p,
.page-id-2231 .card .card-body p,
.page-id-2236 .card .card-body p,
.blog .card .card-body p,
    .archive .card .card-body p {
  height: 110px;
  overflow: hidden;
  color: white;
}
.page-template-page-company .card .btn, .page-template-page-company .card .page-id-66 .hs-button.primary.large, .page-id-66 .page-template-page-company .card .hs-button.primary.large,
.page-template-page-solutions .card .btn,
.page-template-page-solutions .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-template-page-solutions .card .hs-button.primary.large,
.page-id-72 .card .btn,
.page-id-72 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-72 .card .hs-button.primary.large,
.page-id-402 .card .btn,
.page-id-402 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-402 .card .hs-button.primary.large,
.page-id-406 .card .btn,
.page-id-406 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-406 .card .hs-button.primary.large,
.page-id-2231 .card .btn,
.page-id-2236 .card .btn,
.page-id-2231 .card .page-id-66 .hs-button.primary.large,
.page-id-2236 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-2231 .card .hs-button.primary.large,
.page-id-66 .page-id-2236 .card .hs-button.primary.large,
.page-id-408 .card .btn,
.page-id-408 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-408 .card .hs-button.primary.large,
.page-id-410 .card .btn,
.page-id-410 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-410 .card .hs-button.primary.large,
.page-id-412 .card .btn,
.page-id-412 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-412 .card .hs-button.primary.large,
.page-id-414 .card .btn,
.page-id-414 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-414 .card .hs-button.primary.large,
.page-id-417 .card .btn,
.page-id-417 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-417 .card .hs-button.primary.large,
.page-id-2134 .card .btn,
.page-id-2134 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-2134 .card .hs-button.primary.large,
.page-id-419 .card .btn,
.page-id-419 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-419 .card .hs-button.primary.large,
.page-id-70 .card .btn,
.page-id-70 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-70 .card .hs-button.primary.large,
.page-id-8 .card .btn,
.page-id-8 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-8 .card .hs-button.primary.large,
.page-id-64 .card .btn,
.page-id-64 .card .page-id-66 .hs-button.primary.large,
.page-id-66 .page-id-64 .card .hs-button.primary.large,
.blog .card .btn,
.blog .card .page-id-66 .hs-button.primary.large,
.page-id-66 .blog .card .hs-button.primary.large,
.archive .card .btn,
.archive .card .hs-button.primary.large {
  border-color: white;
  color: white; }
  .page-template-page-company .card .btn span, .page-template-page-company .card .page-id-66 .hs-button.primary.large span, .page-id-66 .page-template-page-company .card .hs-button.primary.large span,
  .page-template-page-solutions .card .btn span,
  .page-template-page-solutions .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-template-page-solutions .card .hs-button.primary.large span,
  .page-id-72 .card .btn span,
  .page-id-72 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-72 .card .hs-button.primary.large span,
  .page-id-402 .card .btn span,
  .page-id-402 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-402 .card .hs-button.primary.large span,
  .page-id-406 .card .btn span,
  .page-id-406 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-406 .card .hs-button.primary.large span,
  .page-id-2231 .card .btn span,
.page-id-2236 .card .btn span,
.page-id-2231 .card .page-id-66 .hs-button.primary.large span,
.page-id-2236 .card .page-id-66 .hs-button.primary.large span,
.page-id-66 .page-id-2231 .card .hs-button.primary.large span,
.page-id-66 .page-id-2236 .card .hs-button.primary.large span,
  .page-id-408 .card .btn span,
  .page-id-408 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-408 .card .hs-button.primary.large span,
  .page-id-410 .card .btn span,
  .page-id-410 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-410 .card .hs-button.primary.large span,
  .page-id-412 .card .btn span,
  .page-id-412 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-412 .card .hs-button.primary.large span,
  .page-id-414 .card .btn span,
  .page-id-414 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-414 .card .hs-button.primary.large span,
  .page-id-417 .card .btn span,
  .page-id-417 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-417 .card .hs-button.primary.large span,
  .page-id-2134 .card .btn span,
  .page-id-2134 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-2134 .card .hs-button.primary.large span,
  .page-id-419 .card .btn span,
  .page-id-419 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-419 .card .hs-button.primary.large span,
  .page-id-70 .card .btn span,
  .page-id-70 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-70 .card .hs-button.primary.large span,
  .page-id-8 .card .btn span,
  .page-id-8 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-8 .card .hs-button.primary.large span,
  .page-id-64 .card .btn span,
  .page-id-64 .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .page-id-64 .card .hs-button.primary.large span,
  .blog .card .btn span,
  .blog .card .page-id-66 .hs-button.primary.large span,
  .page-id-66 .blog .card .hs-button.primary.large span {
    position: relative;
    z-index: 2; }
  .page-template-page-company .card .btn:hover span, .page-template-page-company .card .page-id-66 .hs-button.primary.large:hover span, .page-id-66 .page-template-page-company .card .hs-button.primary.large:hover span,
  .page-template-page-solutions .card .btn:hover span,
  .page-template-page-solutions .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-template-page-solutions .card .hs-button.primary.large:hover span,
  .page-id-72 .card .btn:hover span,
  .page-id-72 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-72 .card .hs-button.primary.large:hover span,
  .page-id-402 .card .btn:hover span,
  .page-id-402 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-402 .card .hs-button.primary.large:hover span,
  .page-id-406 .card .btn:hover span,
  .page-id-406 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-406 .card .hs-button.primary.large:hover span,
  .page-id-2231 .card .btn:hover span,
.page-id-2236 .card .btn:hover span,
.page-id-2231 .card .page-id-66 .hs-button.primary.large:hover span,
.page-id-2236 .card .page-id-66 .hs-button.primary.large:hover span,
.page-id-66 .page-id-2231 .card .hs-button.primary.large:hover span,
.page-id-66 .page-id-2236 .card .hs-button.primary.large:hover span,
  .page-id-408 .card .btn:hover span,
  .page-id-408 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-408 .card .hs-button.primary.large:hover span,
  .page-id-410 .card .btn:hover span,
  .page-id-410 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-410 .card .hs-button.primary.large:hover span,
  .page-id-412 .card .btn:hover span,
  .page-id-412 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-412 .card .hs-button.primary.large:hover span,
  .page-id-414 .card .btn:hover span,
  .page-id-414 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-414 .card .hs-button.primary.large:hover span,
  .page-id-417 .card .btn:hover span,
  .page-id-417 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-417 .card .hs-button.primary.large:hover span,
  .page-id-2134 .card .btn:hover span,
  .page-id-2134 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-2134 .card .hs-button.primary.large:hover span,
  .page-id-419 .card .btn:hover span,
  .page-id-419 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-419 .card .hs-button.primary.large:hover span,
  .page-id-70 .card .btn:hover span,
  .page-id-70 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-70 .card .hs-button.primary.large:hover span,
  .page-id-8 .card .btn:hover span,
  .page-id-8 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-8 .card .hs-button.primary.large:hover span,
  .page-id-64 .card .btn:hover span,
  .page-id-64 .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .page-id-64 .card .hs-button.primary.large:hover span,
  .blog .card .btn:hover span,
  .blog .card .page-id-66 .hs-button.primary.large:hover span,
  .page-id-66 .blog .card .hs-button.primary.large:hover span {
    color: black; }
  .page-template-page-company .card .btn:after, .page-template-page-company .card .page-id-66 .hs-button.primary.large:after, .page-id-66 .page-template-page-company .card .hs-button.primary.large:after,
  .page-template-page-solutions .card .btn:after,
  .page-template-page-solutions .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-template-page-solutions .card .hs-button.primary.large:after,
  .page-id-72 .card .btn:after,
  .page-id-72 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-72 .card .hs-button.primary.large:after,
  .page-id-402 .card .btn:after,
  .page-id-402 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-402 .card .hs-button.primary.large:after,
  .page-id-406 .card .btn:after,
  .page-id-406 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-406 .card .hs-button.primary.large:after,
  .page-id-2231 .card .btn:after,
.page-id-2236 .card .btn:after,
.page-id-2231 .card .page-id-66 .hs-button.primary.large:after,
.page-id-2236 .card .page-id-66 .hs-button.primary.large:after,
.page-id-66 .page-id-2231 .card .hs-button.primary.large:after,
.page-id-66 .page-id-2236 .card .hs-button.primary.large:after,
  .page-id-408 .card .btn:after,
  .page-id-408 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-408 .card .hs-button.primary.large:after,
  .page-id-410 .card .btn:after,
  .page-id-410 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-410 .card .hs-button.primary.large:after,
  .page-id-412 .card .btn:after,
  .page-id-412 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-412 .card .hs-button.primary.large:after,
  .page-id-414 .card .btn:after,
  .page-id-414 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-414 .card .hs-button.primary.large:after,
  .page-id-417 .card .btn:after,
  .page-id-417 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-417 .card .hs-button.primary.large:after,
  .page-id-2134 .card .btn:after,
  .page-id-2134 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-2134 .card .hs-button.primary.large:after,
  .page-id-419 .card .btn:after,
  .page-id-419 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-419 .card .hs-button.primary.large:after,
  .page-id-70 .card .btn:after,
  .page-id-70 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-70 .card .hs-button.primary.large:after,
  .page-id-8 .card .btn:after,
  .page-id-8 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-8 .card .hs-button.primary.large:after,
  .page-id-64 .card .btn:after,
  .page-id-64 .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .page-id-64 .card .hs-button.primary.large:after,
  .blog .card .btn:after,
  .blog .card .page-id-66 .hs-button.primary.large:after,
  .page-id-66 .blog .card .hs-button.primary.large:after {
    z-index: 1; }

@media (max-width: 767px) {
  .page-template-page-solutions .resource-filter,
.page-template-page-company .resource-filter,
.page-id-72 .resource-filter {
    padding-left: 0;
  }
}
.page-template-page-solutions .resource-filter .h6,
.page-template-page-company .resource-filter .h6,
.page-id-72 .resource-filter .h6 {
  color: #27ABDF;
  margin-bottom: 0;
}
.page-template-page-solutions .resource-filter .has-child,
.page-template-page-company .resource-filter .has-child,
.page-id-72 .resource-filter .has-child {
  position: relative;
  padding-left: 1.5rem;
}
.page-template-page-solutions .resource-filter .has-child > a::before,
.page-template-page-company .resource-filter .has-child > a::before,
.page-id-72 .resource-filter .has-child > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #27ABDF;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  left: 0;
  top: 8px;
}
.page-template-page-solutions .resource-filter .has-child.expanded > a::before,
.page-template-page-company .resource-filter .has-child.expanded > a::before,
.page-id-72 .resource-filter .has-child.expanded > a::before {
  border-top: 6px solid #27ABDF;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.page-template-page-solutions .resource-filter .sub-items,
.page-template-page-company .resource-filter .sub-items,
.page-id-72 .resource-filter .sub-items {
  list-style: none;
  display: none;
  padding-left: 12px;
  padding-top: 10px;
}
.page-template-page-solutions .resource-filter .sub-items li,
.page-template-page-company .resource-filter .sub-items li,
.page-id-72 .resource-filter .sub-items li {
  margin-bottom: 6px;
}

.min-height-35 {
  min-height: 350px !important;
}
@media (max-width: 767px) {
  .min-height-35 {
    min-height: 150px !important;
  }
}

.page-id-12 .page-header,
.page-id-14 .page-header,
.page-id-16 .page-header,
.page-id-18 .page-header,
.page-id-20 .page-header,
.page-id-22 .page-header,
.page-id-24 .page-header,
.page-id-26 .page-header,
.page-id-28 .page-header,
.solutions .page-header {
    background-image: url("assets/images/ar/ar-bg.png");
}
.page-id-12 .what-is-it,
.page-id-12 .benefits-of-iot,
.page-id-12 .challenges,
.page-id-12 .use-case,
.page-id-12 .why-eimp,
.page-id-14 .what-is-it,
.page-id-14 .benefits-of-iot,
.page-id-14 .challenges,
.page-id-14 .use-case,
.page-id-14 .why-eimp,
.page-id-16 .what-is-it,
.page-id-16 .benefits-of-iot,
.page-id-16 .challenges,
.page-id-16 .use-case,
.page-id-16 .why-eimp,
.page-id-18 .what-is-it,
.page-id-18 .benefits-of-iot,
.page-id-18 .challenges,
.page-id-18 .use-case,
.page-id-18 .why-eimp,
.page-id-20 .what-is-it,
.page-id-20 .benefits-of-iot,
.page-id-20 .challenges,
.page-id-20 .use-case,
.page-id-20 .why-eimp,
.page-id-22 .what-is-it,
.page-id-22 .benefits-of-iot,
.page-id-22 .challenges,
.page-id-22 .use-case,
.page-id-22 .why-eimp,
.page-id-24 .what-is-it,
.page-id-24 .benefits-of-iot,
.page-id-24 .challenges,
.page-id-24 .use-case,
.page-id-24 .why-eimp,
.page-id-26 .what-is-it,
.page-id-26 .benefits-of-iot,
.page-id-26 .challenges,
.page-id-26 .use-case,
.page-id-26 .why-eimp,
.page-id-28 .what-is-it,
.page-id-28 .benefits-of-iot,
.page-id-28 .challenges,
.page-id-28 .use-case,
.page-id-28 .why-eimp,
.solutions .what-is-it,
.solutions .benefits-of-iot,
.solutions .challenges,
.solutions .use-case,
.solutions .why-eimp {
  padding: 70px 0 0;
  position: relative;
}
.page-id-12 .what-is-it .svg-wrapper,
.page-id-12 .benefits-of-iot .svg-wrapper,
.page-id-12 .challenges .svg-wrapper,
.page-id-12 .use-case .svg-wrapper,
.page-id-12 .why-eimp .svg-wrapper,
.page-id-14 .what-is-it .svg-wrapper,
.page-id-14 .benefits-of-iot .svg-wrapper,
.page-id-14 .challenges .svg-wrapper,
.page-id-14 .use-case .svg-wrapper,
.page-id-14 .why-eimp .svg-wrapper,
.page-id-16 .what-is-it .svg-wrapper,
.page-id-16 .benefits-of-iot .svg-wrapper,
.page-id-16 .challenges .svg-wrapper,
.page-id-16 .use-case .svg-wrapper,
.page-id-16 .why-eimp .svg-wrapper,
.page-id-18 .what-is-it .svg-wrapper,
.page-id-18 .benefits-of-iot .svg-wrapper,
.page-id-18 .challenges .svg-wrapper,
.page-id-18 .use-case .svg-wrapper,
.page-id-18 .why-eimp .svg-wrapper,
.page-id-20 .what-is-it .svg-wrapper,
.page-id-20 .benefits-of-iot .svg-wrapper,
.page-id-20 .challenges .svg-wrapper,
.page-id-20 .use-case .svg-wrapper,
.page-id-20 .why-eimp .svg-wrapper,
.page-id-22 .what-is-it .svg-wrapper,
.page-id-22 .benefits-of-iot .svg-wrapper,
.page-id-22 .challenges .svg-wrapper,
.page-id-22 .use-case .svg-wrapper,
.page-id-22 .why-eimp .svg-wrapper,
.page-id-24 .what-is-it .svg-wrapper,
.page-id-24 .benefits-of-iot .svg-wrapper,
.page-id-24 .challenges .svg-wrapper,
.page-id-24 .use-case .svg-wrapper,
.page-id-24 .why-eimp .svg-wrapper,
.page-id-26 .what-is-it .svg-wrapper,
.page-id-26 .benefits-of-iot .svg-wrapper,
.page-id-26 .challenges .svg-wrapper,
.page-id-26 .use-case .svg-wrapper,
.page-id-26 .why-eimp .svg-wrapper,
.page-id-28 .what-is-it .svg-wrapper,
.page-id-28 .benefits-of-iot .svg-wrapper,
.page-id-28 .challenges .svg-wrapper,
.page-id-28 .use-case .svg-wrapper,
.page-id-28 .why-eimp .svg-wrapper,
.solutions .what-is-it .svg-wrapper,
.solutions .benefits-of-iot .svg-wrapper,
.solutions .challenges .svg-wrapper,
.solutions .use-case .svg-wrapper,
.solutions .why-eimp .svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.page-id-12 .what-is-it .svg-wrapper svg,
.page-id-12 .benefits-of-iot .svg-wrapper svg,
.page-id-12 .challenges .svg-wrapper svg,
.page-id-12 .use-case .svg-wrapper svg,
.page-id-12 .why-eimp .svg-wrapper svg,
.page-id-14 .what-is-it .svg-wrapper svg,
.page-id-14 .benefits-of-iot .svg-wrapper svg,
.page-id-14 .challenges .svg-wrapper svg,
.page-id-14 .use-case .svg-wrapper svg,
.page-id-14 .why-eimp .svg-wrapper svg,
.page-id-16 .what-is-it .svg-wrapper svg,
.page-id-16 .benefits-of-iot .svg-wrapper svg,
.page-id-16 .challenges .svg-wrapper svg,
.page-id-16 .use-case .svg-wrapper svg,
.page-id-16 .why-eimp .svg-wrapper svg,
.page-id-18 .what-is-it .svg-wrapper svg,
.page-id-18 .benefits-of-iot .svg-wrapper svg,
.page-id-18 .challenges .svg-wrapper svg,
.page-id-18 .use-case .svg-wrapper svg,
.page-id-18 .why-eimp .svg-wrapper svg,
.page-id-20 .what-is-it .svg-wrapper svg,
.page-id-20 .benefits-of-iot .svg-wrapper svg,
.page-id-20 .challenges .svg-wrapper svg,
.page-id-20 .use-case .svg-wrapper svg,
.page-id-20 .why-eimp .svg-wrapper svg,
.page-id-22 .what-is-it .svg-wrapper svg,
.page-id-22 .benefits-of-iot .svg-wrapper svg,
.page-id-22 .challenges .svg-wrapper svg,
.page-id-22 .use-case .svg-wrapper svg,
.page-id-22 .why-eimp .svg-wrapper svg,
.page-id-24 .what-is-it .svg-wrapper svg,
.page-id-24 .benefits-of-iot .svg-wrapper svg,
.page-id-24 .challenges .svg-wrapper svg,
.page-id-24 .use-case .svg-wrapper svg,
.page-id-24 .why-eimp .svg-wrapper svg,
.page-id-26 .what-is-it .svg-wrapper svg,
.page-id-26 .benefits-of-iot .svg-wrapper svg,
.page-id-26 .challenges .svg-wrapper svg,
.page-id-26 .use-case .svg-wrapper svg,
.page-id-26 .why-eimp .svg-wrapper svg,
.page-id-28 .what-is-it .svg-wrapper svg,
.page-id-28 .benefits-of-iot .svg-wrapper svg,
.page-id-28 .challenges .svg-wrapper svg,
.page-id-28 .use-case .svg-wrapper svg,
.page-id-28 .why-eimp .svg-wrapper svg,
.solutions .what-is-it .svg-wrapper svg,
.solutions .benefits-of-iot .svg-wrapper svg,
.solutions .challenges .svg-wrapper svg,
.solutions .use-case .svg-wrapper svg,
.solutions .why-eimp .svg-wrapper svg {
  width: 25%;
  display: block;
  opacity: 0.3;
}
.page-id-12 .what-is-it .svg-wrapper svg .st0,
.page-id-12 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-12 .challenges .svg-wrapper svg .st0,
.page-id-12 .use-case .svg-wrapper svg .st0,
.page-id-12 .why-eimp .svg-wrapper svg .st0,
.page-id-14 .what-is-it .svg-wrapper svg .st0,
.page-id-14 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-14 .challenges .svg-wrapper svg .st0,
.page-id-14 .use-case .svg-wrapper svg .st0,
.page-id-14 .why-eimp .svg-wrapper svg .st0,
.page-id-16 .what-is-it .svg-wrapper svg .st0,
.page-id-16 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-16 .challenges .svg-wrapper svg .st0,
.page-id-16 .use-case .svg-wrapper svg .st0,
.page-id-16 .why-eimp .svg-wrapper svg .st0,
.page-id-18 .what-is-it .svg-wrapper svg .st0,
.page-id-18 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-18 .challenges .svg-wrapper svg .st0,
.page-id-18 .use-case .svg-wrapper svg .st0,
.page-id-18 .why-eimp .svg-wrapper svg .st0,
.page-id-20 .what-is-it .svg-wrapper svg .st0,
.page-id-20 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-20 .challenges .svg-wrapper svg .st0,
.page-id-20 .use-case .svg-wrapper svg .st0,
.page-id-20 .why-eimp .svg-wrapper svg .st0,
.page-id-22 .what-is-it .svg-wrapper svg .st0,
.page-id-22 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-22 .challenges .svg-wrapper svg .st0,
.page-id-22 .use-case .svg-wrapper svg .st0,
.page-id-22 .why-eimp .svg-wrapper svg .st0,
.page-id-24 .what-is-it .svg-wrapper svg .st0,
.page-id-24 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-24 .challenges .svg-wrapper svg .st0,
.page-id-24 .use-case .svg-wrapper svg .st0,
.page-id-24 .why-eimp .svg-wrapper svg .st0,
.page-id-26 .what-is-it .svg-wrapper svg .st0,
.page-id-26 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-26 .challenges .svg-wrapper svg .st0,
.page-id-26 .use-case .svg-wrapper svg .st0,
.page-id-26 .why-eimp .svg-wrapper svg .st0,
.page-id-28 .what-is-it .svg-wrapper svg .st0,
.page-id-28 .benefits-of-iot .svg-wrapper svg .st0,
.page-id-28 .challenges .svg-wrapper svg .st0,
.page-id-28 .use-case .svg-wrapper svg .st0,
.page-id-28 .why-eimp .svg-wrapper svg .st0,
.solutions .what-is-it .svg-wrapper svg .st0,
.solutions .benefits-of-iot .svg-wrapper svg .st0,
.solutions .challenges .svg-wrapper svg .st0,
.solutions .use-case .svg-wrapper svg .st0,
.solutions .why-eimp .svg-wrapper svg .st0 {
    -webkit-animation: draw 2.5s linear forwards;
    animation: draw 2.5s linear forwards;
}
.page-id-12 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-12 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-12 .challenges .svg-wrapper svg.animate .st0,
.page-id-12 .use-case .svg-wrapper svg.animate .st0,
.page-id-12 .why-eimp .svg-wrapper svg.animate .st0,
.page-id-14 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-14 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-14 .challenges .svg-wrapper svg.animate .st0,
.page-id-14 .use-case .svg-wrapper svg.animate .st0,
.page-id-14 .why-eimp .svg-wrapper svg.animate .st0,
.page-id-16 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-16 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-16 .challenges .svg-wrapper svg.animate .st0,
.page-id-16 .use-case .svg-wrapper svg.animate .st0,
.page-id-16 .why-eimp .svg-wrapper svg.animate .st0,
.page-id-18 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-18 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-18 .challenges .svg-wrapper svg.animate .st0,
.page-id-18 .use-case .svg-wrapper svg.animate .st0,
.page-id-18 .why-eimp .svg-wrapper svg.animate .st0,
.page-id-20 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-20 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-20 .challenges .svg-wrapper svg.animate .st0,
.page-id-20 .use-case .svg-wrapper svg.animate .st0,
.page-id-20 .why-eimp .svg-wrapper svg.animate .st0,
.page-id-22 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-22 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-22 .challenges .svg-wrapper svg.animate .st0,
.page-id-22 .use-case .svg-wrapper svg.animate .st0,
.page-id-22 .why-eimp .svg-wrapper svg.animate .st0,
.page-id-24 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-24 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-24 .challenges .svg-wrapper svg.animate .st0,
.page-id-24 .use-case .svg-wrapper svg.animate .st0,
.page-id-24 .why-eimp .svg-wrapper svg.animate .st0,
.page-id-26 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-26 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-26 .challenges .svg-wrapper svg.animate .st0,
.page-id-26 .use-case .svg-wrapper svg.animate .st0,
.page-id-26 .why-eimp .svg-wrapper svg.animate .st0,
.page-id-28 .what-is-it .svg-wrapper svg.animate .st0,
.page-id-28 .benefits-of-iot .svg-wrapper svg.animate .st0,
.page-id-28 .challenges .svg-wrapper svg.animate .st0,
.page-id-28 .use-case .svg-wrapper svg.animate .st0,
.page-id-28 .why-eimp .svg-wrapper svg.animate .st0,
.solutions .what-is-it .svg-wrapper svg.animate .st0,
.solutions .benefits-of-iot .svg-wrapper svg.animate .st0,
.solutions .challenges .svg-wrapper svg.animate .st0,
.solutions .use-case .svg-wrapper svg.animate .st0,
.solutions .why-eimp .svg-wrapper svg.animate .st0 {
    -webkit-animation: draw 2.5s linear forwards;
    animation: draw 2.5s linear forwards; }
    .page-id-12 section.iot,
    .page-id-14 section.iot,
    .page-id-16 section.iot,
    .page-id-18 section.iot,
    .page-id-20 section.iot,
    .page-id-22 section.iot,
    .page-id-24 section.iot,
    .page-id-26 section.iot,
    .page-id-28 section.iot,
    .solutions section.iot {
    /*   min-height: 500px;  */
}
.page-id-12 h2,
.page-id-14 h2,
.page-id-16 h2,
.page-id-18 h2,
.page-id-20 h2,
.page-id-22 h2,
.page-id-24 h2,
.page-id-26 h2,
.page-id-28 h2,
.solutions h2 {
  margin-bottom: 32px;
}
.page-id-12 .what-is-it svg,
.page-id-14 .what-is-it svg,
.page-id-16 .what-is-it svg,
.page-id-18 .what-is-it svg,
.page-id-20 .what-is-it svg,
.page-id-22 .what-is-it svg,
.page-id-24 .what-is-it svg,
.page-id-26 .what-is-it svg,
.page-id-28 .what-is-it svg,
.solutions .what-is-it svg {
  margin-right: 15%;
  float: right;
}
.page-id-12 .benefits-of-iot svg,
.page-id-14 .benefits-of-iot svg,
.page-id-16 .benefits-of-iot svg,
.page-id-18 .benefits-of-iot svg,
.page-id-20 .benefits-of-iot svg,
.page-id-22 .benefits-of-iot svg,
.page-id-24 .benefits-of-iot svg,
.page-id-26 .benefits-of-iot svg,
.page-id-28 .benefits-of-iot svg,
.solutions .benefits-of-iot svg {
  margin: 5% auto;
}
.page-id-12 .challenges svg,
.page-id-14 .challenges svg,
.page-id-16 .challenges svg,
.page-id-18 .challenges svg,
.page-id-20 .challenges svg,
.page-id-22 .challenges svg,
.page-id-24 .challenges svg,
.page-id-26 .challenges svg,
.page-id-28 .challenges svg,
.solutions .challenges svg {
  float: left;
  margin-top: 5%;
}
.page-id-12 .why-eimp svg,
.page-id-14 .why-eimp svg,
.page-id-16 .why-eimp svg,
.page-id-18 .why-eimp svg,
.page-id-20 .why-eimp svg,
.page-id-22 .why-eimp svg,
.page-id-24 .why-eimp svg,
.page-id-26 .why-eimp svg,
.page-id-28 .why-eimp svg,
.solutions .why-eimp svg {
  margin: 5% auto;
}
.page-id-12 .related-solutions,
.page-id-14 .related-solutions,
.page-id-16 .related-solutions,
.page-id-18 .related-solutions,
.page-id-20 .related-solutions,
.page-id-22 .related-solutions,
.page-id-24 .related-solutions,
.page-id-26 .related-solutions,
.page-id-28 .related-solutions,
.solutions .related-solutions {
  padding: 70px 0 0;
}
.page-id-12 .related-solutions img,
.page-id-14 .related-solutions img,
.page-id-16 .related-solutions img,
.page-id-18 .related-solutions img,
.page-id-20 .related-solutions img,
.page-id-22 .related-solutions img,
.page-id-24 .related-solutions img,
.page-id-26 .related-solutions img,
.page-id-28 .related-solutions img,
.solutions .related-solutions img {
  margin: 0 auto;
}
.page-id-12 .related-solutions a,
.page-id-14 .related-solutions a,
.page-id-16 .related-solutions a,
.page-id-18 .related-solutions a,
.page-id-20 .related-solutions a,
.page-id-22 .related-solutions a,
.page-id-24 .related-solutions a,
.page-id-26 .related-solutions a,
.page-id-28 .related-solutions a,
.solutions .related-solutions a {
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
text-decoration: underline; }
.page-id-12 .related-solutions a:hover,
.page-id-14 .related-solutions a:hover,
.page-id-16 .related-solutions a:hover,
.page-id-18 .related-solutions a:hover,
.page-id-20 .related-solutions a:hover,
.page-id-22 .related-solutions a:hover,
.page-id-24 .related-solutions a:hover,
.page-id-26 .related-solutions a:hover,
.page-id-28 .related-solutions a:hover,
.solutions .related-solutions a:hover {
  text-decoration: none;
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
.page-id-12 .related-solutions h3,
.page-id-14 .related-solutions h3,
.page-id-16 .related-solutions h3,
.page-id-18 .related-solutions h3,
.page-id-20 .related-solutions h3,
.page-id-22 .related-solutions h3,
.page-id-24 .related-solutions h3,
.page-id-26 .related-solutions h3,
.page-id-28 .related-solutions h3,
.solutions .related-solutions h3 {
  margin-bottom: 0;
  margin-top: 52px;
  text-align: center;
}

.page-id-66 .page-header {
    background-image: url("assets/images/contact-bg.png");
}
.page-id-66 .contact-wrapper {
    padding: 0 0 140px !important; }
.page-id-66 .form-row {
    margin-bottom: 52px; }
    .page-id-66 select, .page-id-66 textarea, .page-id-66 input:not([type="submit"]) {
  border: 0 !important;
  border-bottom: 1px solid !important;
  border-color: black;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: black;
  padding-left: 0;
}
.page-id-66 select::-webkit-input-placeholder, .page-id-66 textarea::-webkit-input-placeholder, .page-id-66 input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */ }
  .page-id-66 select:-ms-input-placeholder, .page-id-66 textarea:-ms-input-placeholder, .page-id-66 input:not([type="submit"]):-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */ }
  .page-id-66 select::-ms-input-placeholder, .page-id-66 textarea::-ms-input-placeholder, .page-id-66 input:not([type="submit"])::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */ }
  .page-id-66 select::placeholder, .page-id-66 textarea::placeholder, .page-id-66 input:not([type="submit"])::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */ }
.page-id-66 .btn-submit, .page-id-66 .hs-button.primary.large {

  background-color: #27ABDF !important;
  border: 0;
  color: white;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-id-66 div.wpcf7 {
    padding-right: 25%;
  }
}

.page-id-68 .page-header {
    background-image: url("assets/images/about-bg.png");
}
.page-id-68 .about-wrapper {
  padding: 110px 0 70px !important;
}
.page-id-68 .about-wrapper .mgt-team-about {
  background-color: #F6F6F6;
  padding: 52px;
}
.page-id-68 .about-wrapper .mgt-team-about,
.page-id-68 .about-wrapper .bio {
  display: none;
}
.page-id-68 .about-wrapper .mgt-team-about .bio {
  display: block !important;
}
.page-id-68 .about-wrapper div#leadership-title {
  min-height: 200px;
  padding: 80px 0;
}
.page-id-68 .about-wrapper div#leadership-title .usecase {
  height: 220px;
  width: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: auto;
}
.page-id-68 .about-wrapper div#leadership-title .textcase {
  font-size: 5rem;
}
.page-id-68 .team {
  padding-top: 80px;
}
.page-id-68 .team img {
    cursor: pointer;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .page-id-68 .team img:hover {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
.page-id-68 #bod-title {
  height: 160px; }
.page-id-68 #bod-title .usecase {
  height: 110px;
  width: 60%;
}
.page-id-68 #bod-title .textcase {
  font-size: 3rem;
}
.page-id-68 .cross-block {
  position: relative;
  min-height: 700px;
}
@media (min-width: 768px) {
  .page-id-68 .cross-block img {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .page-id-68 .cross-block img {
    max-width: 100%;
    height: auto;
  }
}
.page-id-68 .cross-block .content-block {
  background: #f6f6f6;
  padding: 5%;
}
@media (min-width: 768px) {
  .page-id-68 .cross-block .content-block {
    position: absolute;
    width: 50%;
    z-index: 12;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%);
  }
}
.page-id-68 #learn-more-section {
  padding-bottom: 70px;
  text-align: center;
}
.page-id-68 #learn-more-section .btn.learn-more, .page-id-68 #learn-more-section .page-id-66 .learn-more.hs-button.primary.large, .page-id-66 .page-id-68 #learn-more-section .learn-more.hs-button.primary.large {
  background-color: #27ABDF;
  border: 0;
  color: white;
}

.single-post,
.blog-item {
  padding-bottom: 60px;
}
.single-post .page-header,
.blog-item .page-header {
  background: url("assets/images/Blogheader.png") no-repeat center center;
  background-size: cover;
}
.single-post h3, .single-post h4, .single-post h5,
.blog-item h3,
.blog-item h4,
.blog-item h5 {
  margin-top: 32px;
  color: #666666;
}
.single-post a.post-title,
.blog-item a.post-title {
  color: #27ABDF;
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-post a.post-title:hover,
.blog-item a.post-title:hover {
  color: #27ABDF;
  text-decoration: none;
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
.single-post .meta,
.blog-item .meta {
  line-height: 30px;
}
.single-post .date, .single-post .meta,
.blog-item .date,
.blog-item .meta {
  color: #666666;
}
.single-post .content,
.blog-item .content {
  color: #4D4D4D;
}
.single-post .content p,
.blog-item .content p {
  color: #4D4D4D;
}
.single-post .content a,
    .blog-item .content a {
      color: #27ABDF; }
      .single-post .content a:hover,
      .blog-item .content a:hover {
        color: #27ABDF; }

.single-post .page-header {
    padding: 164px 10% 130px !important; }
    .single-post .page-header h1.display-4 {
      font-size: 2.4rem; }

  header{-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
  header.darkHeader{background:#fff;}
  header.darkHeader .menu > li > a{color:#000}
  header.darkHeader .menu > li.account-menu > a{color:#fff}
  header.liteHeader{background:#4B5671;}
  header.liteHeader .menu > li > a{color:#fff}
  header.liteHeader .menu > li.account-menu > a{color:#4B5671}
  .home-banner .today-message{display:none !important}
  header .menu{list-style:none;margin:0; padding-left: 0}
  .menu-main-menu-container { text-align:center;}
  header .menu > li{display:inline-block;margin:0 10px}
  header .menu > li > a{display:block;color:#fff;font-family: "Comfortaa", cursive;font-size:0.8rem;font-weight:700;text-transform:uppercase;}
  /*header .menu > li > a:hover{color: #02A9A1;}*/
  header .menu > li > a:hover{color: #21abd4;}
  header .menu > li > a .fontawesome-text{display:none}
  header .menu > li.small > a{font-size:0.65rem}
  header .menu > li.account-menu > a{background:#21abd4;padding:10px 20px;border-radius:100px;font-size:0.6rem;min-width:90px;text-align:center}
  header .menu > li.account-menu > a:hover{background:#02A9A1;color:#fff}
  p.lead.font-weight-normal, .lead.font-weight-normal{font-weight:400 !important}
  p.lead.font-weight-light, .font-weight-light, .font-weight-light p{font-weight:300 !important}
  .ihwt-hotspot-wrapper .ihwt-hotspot-image-cover img{max-width:100%;height:auto}
  .vc_section[data-vc-full-width].hotspot{overflow:visible}
  body .ihwt-hotspot-wrapper .HotspotPlugin_Hotspot > div, .ihwt-hotspot-wrapper .HotspotPlugin_Hotspot > div > .Hotspot_Title{display:none}
  .ihwt-hotspot-wrapper .HotspotPlugin_Hotspot:not(.ihwtHotspotImageMarker){opacity:0 !important}
  body .ihwt-hotspot-wrapper .HotspotPlugin_Hotspot:not(.ihwtHotspotImageMarker):before{background: rgba(255,255,255,0.4);opacity:0}
  body .cd-headline{color:#fff;display:block;line-height:1}
  body .cd-headline span{color:#FFcd00;font-weight:bold;padding-left:15px;line-height:1;}
  .home-banner .content{width:60%}
  @media only screen and (min-width: 992px) {
  body .cd-headline {font-size: 3rem;}
  }
  .btn.btn-green{background-color:#07a9a9;border-color:#07a9a9;color:#fff}
  .page-id-72 .cat-descriptions p{color:#000;text-align:center;font-weight:400 !important;}
  .features-block.vc_row.vc_column-gap-30>.vc_column_container{padding:15px 35px}
  .features-block .wpb_single_image img{max-height: 90px;width:auto}
  .features-block h3{font-size:1.5rem}
  .features-block p{font-size:1rem}
  .features-block ul{padding-left: 20px;}
  @media (min-width:768px){
      header{overflow:visible}
      .search-wrapper{display:none;position: absolute;right: 10%;top: calc(100% + 16px);}
  }
  .page-id-72 .resource-filter .has-child{padding-left:0}
  .page-id-72 .resource-filter .has-child > a::before{display:none}
  .news-digest.owl-carousel .owl-nav{position:absolute;top:40%;width:100%;}
  .news-digest.owl-carousel .owl-nav button.owl-next, .news-digest.owl-carousel .owl-nav button.owl-prev{position:absolute;font-size:50px;top:0;line-height:1;color:#aaa}
  .news-digest.owl-carousel .owl-nav button.owl-next{right:-50px}
  .news-digest.owl-carousel .owl-nav button.owl-prev{left:-50px}
  .tab-items{list-style:none;margin:0 0 30px;padding:0;text-align:center}
  .tab-items > li{display:inline-block;margin:0 12px 15px}
  .tab-items > li > button{border:0;outline:0;background:none;border-bottom:1px solid #fff;cursor:pointer}
  .tab-items > li.active > button{color:#ff9000;border-color:#ff9000}

  @media (max-width:767px){
      .page-id-72 .resource-wrapper{padding-left:0;}
      .news-digest.owl-carousel .owl-nav button.owl-prev{left:-10px}
      .news-digest.owl-carousel .owl-nav button.owl-next{right:-10px}
      .page-header{background-size:cover;background-position: center;}
  }

  .page-id-72 .resource-filter .sub-items{}

  /* Resource page */
  .page-id-64 .img-holder {
    max-height: 240px !important;
    min-height: 184px;
    overflow: hidden; }

  .page-id-64 .img-holder img {
     opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
  }

  .page-id-64 .card-img-overlay {
    background-image: url(assets/images/resources/card-bg.png);
    background-size: cover;
    padding: 24px 26px;
    transition: .5s ease;
    opacity: 0;
  }

  .page-id-64 .card:hover .img-holder img { opacity: 0.3; }
  .page-id-64 .card:hover .card-img-overlay { opacity: 1; }

  .page-id-64 .card-img-overlay p { height: 80px !important; color: white; }
  .page-id-64 .card-img-overlay .btn { display: block; }


  .mfp-bg{background:none;}
  .page-id-72 .partner-description{padding:2% 5%;border:2px solid #27ABDF}
  .mfp-close-btn-in .mfp-close{width:21px;height:21px;line-height:21px;color:#fff;background:#27ABDF;font-size:18px;right:5px;top:5px;}
  @media (min-width:1200px){
  .popover { max-width: 1000px; }
  }
  .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      border-bottom-color: #007bff !important;
  }
  .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      border-top-color: #007bff !important;
  }
  .popover {
      border-color: #007bff !important;
  }
  .partner-item .card > a{border:1px solid #eee;border-radius:4px;padding:15px;box-shadow:0 3px 3px rgba(0,0,0,0.04);line-height:75px}
  .partner-item .card > a img{max-height:75px;}
  .partner-item .card > a:focus, .partner-item .card > a:hover{border:1px solid #007bff}
  .popover button.close{position:absolute;width:21px;height:21px;line-height:21px;color:#fff;background:#27ABDF;font-size:18px;right:5px;top:5px;cursor:pointer;opacity:1}
  .popover button.close span{vertical-align: top;line-height:1}


  .page-template-page-cellular .resource-content {
    padding: 0 0 140px;
  }
  .page-template-page-cellular .resource-content .resource-wrapper { padding-top: 70px !important;}

  @media (max-width: 767px) {
      .page-template-page-cellular .resource-content .resource-wrapper {
        padding-top: 0 !important;
      }
  }

  .page-template-page-cellular .top-row-platform {
    padding-left: 0;
  }
  .page-template-page-cellular .bg-grey,
  .page-template-page-cellular .architecture,
  .page-template-page-cellular .lifecycle {
    padding: 32px 12% 70px 0;
  }
  .page-template-page-cellular .bg-grey {
    background-color: #F6F6F6;
    margin-top: 32px;
  }
  .page-template-page-cellular .worksvg {
    width: 50%;
    height: 70px;
    margin-bottom: 36px; }
  .page-template-page-cellular .worksvg .workcase {
      fill: none;
      stroke: #27abde;
      font-size: 4rem; }
  .page-template-page-cellular ol.lightblue-numbers {
    list-style: none;
    padding-left: 0; }
  .page-template-page-cellular ol.lightblue-numbers li {
      counter-increment: li;
      position: relative;
      padding-left: 3rem; }
  .page-template-page-cellular ol.lightblue-numbers li::before {
        content: counter(li);
        color: #27ABDF;
        position: absolute;
        left: 1.5rem;
        top: 2px;
        font-weight: 700;
        font-size: 21px; }

  .page-template-page-cellular ol.lightblue-numbers li::after {
        content: "•";
        color: #27ABDF;
        position: absolute;
        left: 38px;
        top: 7px;
        font-weight: 700;
        font-size: 21px; }
  .page-template-page-cellular .resource-content {
    padding: 0 0 110px;
    position: relative;
    min-height: 720px; }

  .page-template-page-cellular .resource-filter {
    padding-top: 3rem !important;
    list-style: none;
    background-color: #F4F4F4;
  }
  .page-template-page-cellular .resource-filter .sub-menu { margin-top: 15px; }
  .page-template-page-cellular .resource-item {
          margin-top: 42px;
      }
  @media (max-width: 767px) {
      .page-template-page-cellular .resource-content { padding-top: 0 !important; }
      .page-template-page-cellular .resource-wrapper {
      padding-left: 8%; }
      .page-template-page-cellular .resource-filter { padding-left: 0; }
  }

  @media (max-width: 991px){
      .page-template-page-cellular .resource-wrapper {
      padding-top: 5rem; }
      .page-template-page-cellular .resource-filter {
          width: 100%;
        text-align: center;
      }
  }

  @media (min-width: 992px) {
      .page-template-page-cellular .resource-wrapper {
      padding-left: 35%; }
      .page-template-page-cellular .resource-filter {
          position: absolute;
        width: 20% !important;
        left: 0;
        top: 0;
        min-width: 320px;
      }
  }

  @media (min-width: 1200px) {
      .page-template-page-cellular .resource-wrapper {
      padding-left: 30%; }
      .page-template-page-cellular .resource-filter {}
  }


  .chat-l {
      background: #f6f6f6;
      padding: 16px;
      clear: both;
      border-radius: 16px;
      margin-bottom: 21px;
      float: left;
      position: relative;
  }


  .chat-r {
      padding: 16px;
      background: #21abd4;
      border-radius: 16px;
      margin-bottom: 21px;
      clear: both;
      float: right;
      color: white !important;
      position: relative;
      padding-right: 32px;
  }


  .chat-r:before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: -2px;
      right: -8px;
      height: 19px;
      border-right: 20px solid #0B93F6;
      border-bottom-left-radius: 16px 14px;
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px);
      border-bottom-left-radius: 15px 0px\9;
      transform: translate(-1px, -2px)\9;
  }

  .chat-r:after {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: -2px;
      right: -42px;
      width: 12px;
      height: 20px;
      background: white;
      border-bottom-left-radius: 10px;
      -webkit-transform: translate(-30px, -2px);
      transform: translate(-30px, -2px);
  }

  .chat-l:before {
      content: "";
      position: absolute;
      z-index: 2;
      bottom: -2px;
      left: -7px;
      height: 19px;
      border-left: 20px solid #E5E5EA;
      border-bottom-right-radius: 16px 14px;
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px);
      border-bottom-right-radius: 15px 0px\9;
      transform: translate(-1px, -2px)\9;
  }
  .chat-l:after {
      content: "";
      position: absolute;
      z-index: 3;
      bottom: -2px;
      left: 4px;
      width: 26px;
      height: 20px;
      background: white;
      border-bottom-right-radius: 10px;
      -webkit-transform: translate(-30px, -2px);
      transform: translate(-30px, -2px);
  }


  .partner-info{padding: 30px;border:1px solid #21abd4;margin-top:30px;background:#fff;position:relative;z-index:1}
  .partner-single{position:relative}
  .partner-single.active:before{
      content:"";
      position:absolute;
      left: 50%;
      margin-left: -14px;
      top: 100%;
      margin-top: 18px;
      border: 1px solid #21abd4;
      background: #fff;
      width: 32px;
      height: 32px;
      transform: rotate(45deg);
      z-index: 0;
  }
  .partner-single.active:after{
      content:"";
      position:absolute;
      left: 50%;
      margin-left: -17px;
      top: 100%;
      margin-top: 31px;
      width: 38px;
      height:1px;
      background:#fff;
      z-index: 2;
  }
  .page-template-page-company .card .card-body .card-title{font-weight:bold !important;}
  .page-template-page-company .card .card-body p.card-text{font-weight:400 !important}

  .darkHeader .menu-main-menu-container {
      margin-top: 12px;
  }

  .liteHeader .menu-main-menu-container {
    margin-top: 12px;
  }

  .page-id-72 .resource-filter .h6 { color: black; }
  .page #main{overflow:visible}
  .resource-filter.sticky-top{position: -webkit-sticky;position:sticky;float:left;top:66px;min-width: 300px; max-width: 300px;padding-left: 20px;}
  .btn-blue.rounded{border-radius:100px !important;background-color:#21abd4;border-color:#21abd4;color:#fff;text-transform:uppercase;font-size:12px}


  body .chat-r {
      position: relative;
      padding: 10px 20px;
      color: white;
      background: #0B93F6;
      border-radius: 25px;
      float: right;
  }
  body .chat-l {
      position: relative;
      padding: 10px 20px;
      background: #E5E5EA;
      border-radius: 25px;
      color: black;
      float: left;
  }

  /*body .chat-r:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-left: 20px solid #0B93F6;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    background:none;
  }
  body .chat-r:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -56px;
    width: 26px !important;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
  }
  body .chat-l:before {
      content: "";
      position: absolute;
      z-index: 2;
      bottom: -2px;
      left: -7px;
      height: 20px;
      border-right: 20px solid #E5E5EA;
      border-bottom-left-radius: 16px 14px;
      -webkit-transform: translate(0, -2px);
      background:none;
  }
  body .chat-l:after {
      content: "";
      position: absolute;
      z-index: 3;
      bottom: -2px;
      left: 4px;
      width: 26px !important;
      height: 20px;
      background: white;
      border-bottom-right-radius: 10px;
      -webkit-transform: translate(-30px, -2px);
  }*/
  ul.resource-filter .h6{font-family: "Roboto", sans-serif !important;font-weight:400 !important}

  #cellular-technical-questions .vc_tta-panel-heading .vc_tta-title-text {
      color: #27ABDF;
      font-size: 0.8rem;

  }

  #cellular-technical-questions {
      background: #F6F6F6;
      padding: 110px 0;
  }

  #cellular-technical {
      background: white;
      border-radius: 21px;
      padding: 10px 20px;
  }

  #cellular-technical .vc_tta-panels {
      padding: 12px 0;
      border-radius: 2em;
  }

  /* #cellular-technical .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
      border-color: #21ABD4 !important;
  } */

  #cellular-technical .vc_tta-panel-heading {
      background: white;
  }

  #cellular-technical .vc_tta-panel-body {
      background: white;
  }

  /* #cellular-technical .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-heading {
          border-radius: 2em !important;
  } */

  /* #cellular-technical .vc_tta-panel .vc_active .vc_tta-panel-body {
      border: none !important;
  } */

  /* #cellular-technical .vc_tta-panel-body {
      border: none !important;
  } */

  /* #cellular-questions {
      padding: 110px 0;
  } */

  #cellular-questions .vc_tta-container{
      background: #F6F6F6;
      border-radius: 21px;
      padding: 10px 20px;
  }

  #cellular-questions .vc_tta-panels {
      padding: 12px 0;
  }

  #cellular-questions .vc_tta-panel-heading .vc_tta-title-text {
      color: #27ABDF;
      font-size: 0.8rem;

  }

  #cellular-questions .vc_tta-panel-heading {
      background: white;
  }

  .buttons-group .btn.btn-green:hover{color:#07a9a9;background-color:#fff;}
  .hovermap area:focus, .hovermap area:hover {
     outline: 5px #02A9A1 solid !important;
   }


  .btn-white.rounded {
      border-radius: 100px !important;
      background-color: #fff;
      border: 2px solid white;
      color: #02A9A1;
      text-transform: uppercase;
      font-size: 12px;
  }

  .btn-white.rounded:hover {
      background-color: transparent;
      color: white;
  }

  .blue {
      color: #27ABDF;
  }


  #old-terms ol li:before {
      content: counters(item, ".")".";
      counter-increment: item;
      color: #27ABDF;
      position: absolute;
      margin-right: 100%;
      right: 10px;
      font-size: 20px;
      font-weight: bold;
      top: 3px;
  }

  #old-terms ol {counter-reset: item;}

  .logo_home img {
      max-width: 204px;
      height: 49px;
  }

  .main-menu-flex {
      flex: 1;
  }
  #old-terms ol li{position:relative;display: block;}
  #old-terms ol li p a{color: #02A9A1;text-decoration: underline;}
  #old-terms ol li p strong, #old-terms ol li p b, #old-terms p b{font-family: "Comfortaa", cursive;}
  .error404 .page-header{display:none}
  .error404 .page-header.error{display:block}
  .about-wrapper .bio{background-color: #F6F6F6;padding: 25px;}

  @media (max-width:767px){
      .container, .vc_row-fluid{max-width:100%}
      .page-id-594 .wpb_text_column .wpb_wrapper{padding:0;}
      .hovermap img{max-width:100%;height:auto}
      .mgt-team-about{display:none !important}
  }
  @media (min-width:768px){
      .about-wrapper .bio{display:none !important}
  }

  .footer-link-mt {
      margin-top: 6.8rem;
  }

  .page-template-page-solutions section.iot { min-height: 490px; }
  .flex-grow-1 {
      -ms-flex-positive: 1!important;
      flex-grow: 1!important;
  }
  .Cellularpage{cursor:pointer}

  /* Home Headline Animation Starts */
  body .animated-text h1{ /*display:block;*/ min-height:10px}


  @media only screen and (min-width: 992px) {
      body .cd-headline {font-size: 3rem;}
      .home-banner .content { width: 62%; min-width: 870px; }
      .animated-text h1 {
        display: flex;
        flex-wrap: nowrap;
        text-align: left;
      }
  }

  @media only screen and (max-width: 991px) {
      body .cd-headline {font-size: 2rem;}
      .home-banner .content { width: 80%; }
      .animated-text span { position: absolute; }
      .resource-filter.sticky-top{position:static !important;float:none; width: 100%; max-width: 100%; }
  }


  .animated-text h1 {
    text-align: left;
  }
  /*.animated-text h1 b:first-child { min-width: 576px; }*/
  .animated-text .word-wrapper { min-width: 270px; /*margin-left: 16px;*/ }
  .animated-text span {
    display: inline-block;
    color: #FFcd00;
    font-weight: bold;
    margin-left: 0;
    width: 0;
    opacity: 1;
    display: none;
    transform: scale(1.2);
    transition: all 0.6s ease;
  }
  .animated-text span.animate {
    opacity: 1;
    display:inline-block;
    transform: scale(1);
    width: auto;
  }


  @media only screen and (max-width: 767px) {
      /*.animated-text .word-wrapper { display: block; }*/
      /*.animated-text span { padding-left: 0; }*/
  }



  .page-template-page-company .resource-content, .page-template-page-solutions .resource-content, .page-id-72 .resource-content, .page-id-402 .resource-content, .page-id-2231 .resource-content, .page-id-2236 .resource-content, .page-id-406 .resource-content, .page-id-408 .resource-content, .page-id-410 .resource-content, .page-id-412 .resource-content, .page-id-414 .resource-content, .page-id-417 .resource-content, .page-id-2134 .resource-content, .page-id-419 .resource-content, .page-id-70 .resource-content, .page-id-8 .resource-content, .page-id-64 .resource-content, .blog .resource-content{padding-top:0}
  .page-template-page-company .resource-wrapper, .page-template-page-solutions .resource-wrapper, .page-id-72 .resource-wrapper, .page-id-402 .resource-wrapper, .page-id-2231 .resource-wrapper, .page-id-2236 .resource-wrapper, .page-id-406 .resource-wrapper, .page-id-408 .resource-wrapper, .page-id-410 .resource-wrapper, .page-id-412 .resource-wrapper, .page-id-414 .resource-wrapper, .page-id-417 .resource-wrapper, .page-id-2134 .resource-wrapper, .page-id-419 .resource-wrapper, .page-id-70 .resource-wrapper, .page-id-8 .resource-wrapper, .page-id-64 .resource-wrapper, .blog .resource-wrapper{padding-top:70px}
  @media (min-width: 992px) {
      .page-template-page-company .resource-wrapper, .page-template-page-solutions .resource-wrapper, .page-id-72 .resource-wrapper, .page-id-402 .resource-wrapper, .page-id-2231 .resource-wrappper, .page-id-2236 .resource-wrapper, .page-id-406 .resource-wrapper, .page-id-408 .resource-wrapper, .page-id-410 .resource-wrapper, .page-id-412 .resource-wrapper, .page-id-414 .resource-wrapper, .page-id-417 .resource-wrapper, .page-id-2134 .resource-wrapper, .page-id-419 .resource-wrapper, .page-id-70 .resource-wrapper, .page-id-8 .resource-wrapper, .page-id-64 .resource-wrapper, .blog .resource-wrapper {
          /*padding-left: 22% !important;*/
          padding-left: 310px !important;
      }
  }
  .page-template-page-solutions section.iot{min-height:90px !important}
  @media (max-width:767px) {
      #jssor_1 p{font-size:40px}
      #jssor_1 .slidesdiv{height:800px !important}
      .resource-filter.sticky-top{position:static !important;float:none; width: 100%; max-width: 100%; }
      .page-template-page-company .resource-wrapper, .page-template-page-solutions .resource-wrapper, .page-id-72 .resource-wrapper, .page-id-402 .resource-wrapper, .page-id-2231 .resource-wrapper, .page-id-2236 .resource-wrapper, .page-id-406 .resource-wrapper, .page-id-408 .resource-wrapper, .page-id-410 .resource-wrapper, .page-id-412 .resource-wrapper, .page-id-414 .resource-wrapper, .page-id-417 .resource-wrapper, .page-id-2134 .resource-wrapper, .page-id-419 .resource-wrapper, .page-id-70 .resource-wrapper, .page-id-8 .resource-wrapper, .page-id-64 .resource-wrapper, .blog .resource-wrapper, .archive .resource-wrapper {
          padding-left:0
      }
  }

  .search .page-header {
      background-image: url('http://electricimp.wpengine.com/wp-content/uploads/2018/04/bg.png');
  }

  .news-item .card img {

  }
  .news-item .card .news-image {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .news-item .card .news-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }

  @media (min-width:1200px) {
   .page-template-page-solutions section.iot{max-height:320px}
  }

  @media (max-width: 1199px) {
      .page-header {
          background-size: cover;
          background-position: center;
      }
  }

  .cookie-notice-container span#cn-notice-text {
      font-size: .825rem;
  }
  .single .content img.aligncenter{
      margin: 0 auto;
      display: inherit;
  }

  .icon-clock {
      padding: 0 18px;
      background: transparent url(assets/images/icons/clock-icon.png) center center no-repeat;
      background-size: 18px auto;
  }

  .icon-calender {
      padding: 0 18px;
      background: transparent url(assets/images/icons/calendar-icon.png) center center no-repeat;
      background-size: 18px auto;
  }


  .trusted-by .slick-arrow.arrow-prev:before {
      content: '\e824';
  }

  .trusted-by .slick-arrow.arrow-next:before {
      content: '\e825';
  }

  .trusted-by .slick-arrow:before {
      font-family: "revicons";
      font-size: 30px;
      color: #000;
      display: block;
      line-height: 40px;
      text-align: center;
  }

  @media (max-width: 767px) {
      #cookie-notice.cn-bottom .cn-revoke-cookie, .cn-bottom { bottom: auto; top: 0; }
  }
