@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/370829"); */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/* @font-face {
  font-family: 'HudsonNY';
  src: url("../fonts/370829_0_0.eot");
  src: url("../fonts/370829_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/370829_0_0.woff2") format("woff2"), url("../fonts/370829_0_0.woff") format("woff"), url("../fonts/370829_0_0.ttf") format("truetype"); 
} */

/*!
 * Bootstrap v4.0.0-beta (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)
 */
@media print {
  *,
  *::before,
  *::after {
    text-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, .post-tags a {
    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; } }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

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

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

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
  background-color: #fff; }

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

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

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

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

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

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

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #009CEC;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #005986;
    text-decoration: none; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
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: left; }

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

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"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 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 {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  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: 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.5rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

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

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

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

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

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

.row {
  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;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

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

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

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

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

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

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; } }

.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(16, 24, 32, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(16, 24, 32, 0.075); }

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #fff;
  background-color: #323133; }

.thead-default th {
  color: #495057;
  background-color: #e9ecef; }

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

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.65rem 1.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(16, 24, 32, 0.15);
  border-radius: none;
  transition: border-color ease-in-out 0.15s, 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: #6dcdff;
    outline: none; }
  .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.55rem + 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.65rem - 1px * 2);
  padding-bottom: calc(0.65rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.9rem - 1px * 2);
  padding-bottom: calc(0.9rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

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

.form-control-plaintext {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0;
  line-height: 1.25;
  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, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .input-group-sm > .input-group-btn > input.form-control-plaintext.hs-button, .af-form.acf-form .af-submit
  .input-group-sm > .input-group-btn > button.form-control-plaintext, .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, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .input-group-lg > .input-group-btn > input.form-control-plaintext.hs-button, .af-form.acf-form .af-submit
  .input-group-lg > .input-group-btn > button.form-control-plaintext {
    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, .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-sm > .input-group-btn > input.hs-button, .af-form.acf-form .af-submit
.input-group-sm > .input-group-btn > button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: none; }

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]) {
  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, .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-lg > .input-group-btn > input.hs-button, .af-form.acf-form .af-submit
.input-group-lg > .input-group-btn > button {
  padding: 0.9rem 3rem;
  font-size: 1.25rem;
  line-height: 2;
  border-radius: none; }

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]) {
  height: calc(3.55rem + 2px); }

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

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

.form-row {
  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-input:only-child {
    position: static; }

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

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #ea1547; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(234, 21, 71, 0.8);
  border-radius: .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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ea1547; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 21, 71, 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: #ea1547; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(234, 21, 71, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #ea1547; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #ea1547; }
  .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 {
  box-shadow: 0 0 0 0.2rem rgba(234, 21, 71, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -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-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: 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: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: 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, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button, .af-form.acf-form .af-submit button {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.65rem 1.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out; }
  .btn:focus, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:focus, .af-form.acf-form .af-submit button:focus, .btn:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:hover, .af-form.acf-form .af-submit button:hover {
    text-decoration: none; }
  .btn:focus, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:focus, .af-form.acf-form .af-submit button:focus, .btn.focus, .hbspt-form [class*="hs-form"] .hs_submit .actions input.focus.hs-button, .af-form.acf-form .af-submit button.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 156, 236, 0.25); }
  .btn.disabled, .hbspt-form [class*="hs-form"] .hs_submit .actions input.disabled.hs-button, .af-form.acf-form .af-submit button.disabled, .btn:disabled, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:disabled, .af-form.acf-form .af-submit button:disabled {
    opacity: .65; }
  .btn:active, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:active, .af-form.acf-form .af-submit button:active, .btn.active, .hbspt-form [class*="hs-form"] .hs_submit .actions input.active.hs-button, .af-form.acf-form .af-submit button.active {
    background-image: none; }

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

.btn-primary, .btn-outline-white, .af-form.acf-form .af-submit button {
  color: #fff;
  background-color: #009CEC;
  border-color: #009CEC; }
  .btn-primary:hover, .btn-outline-white:hover, .af-form.acf-form .af-submit button:hover {
    color: #fff;
    background-color: #0083c6;
    border-color: #007ab9; }
  .btn-primary:focus, .btn-outline-white:focus, .af-form.acf-form .af-submit button:focus, .btn-primary.focus, .focus.btn-outline-white, .af-form.acf-form .af-submit button.focus {
    box-shadow: 0 0 0 3px rgba(0, 156, 236, 0.5); }
  .btn-primary.disabled, .disabled.btn-outline-white, .af-form.acf-form .af-submit button.disabled, .btn-primary:disabled, .btn-outline-white:disabled, .af-form.acf-form .af-submit button:disabled {
    background-color: #009CEC;
    border-color: #009CEC; }
  .btn-primary:active, .btn-outline-white:active, .af-form.acf-form .af-submit button:active, .btn-primary.active, .active.btn-outline-white, .af-form.acf-form .af-submit button.active,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.btn-outline-white, .af-form.acf-form .af-submit
  .show > button.dropdown-toggle {
    background-color: #0083c6;
    background-image: none;
    border-color: #007ab9; }

.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 {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d; }

.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 {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34; }

.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 {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b; }

.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 {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00; }

.btn-danger {
  color: #fff;
  background-color: #ea1547;
  border-color: #ea1547; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c7123c;
    border-color: #bb1139; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(234, 21, 71, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #ea1547;
    border-color: #ea1547; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #c7123c;
    background-image: none;
    border-color: #bb1139; }

.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 {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5; }

.btn-dark {
  color: #fff;
  background-color: #404040;
  border-color: #404040; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #272727; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(64, 64, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #404040;
    border-color: #404040; }
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    background-color: #2d2d2d;
    background-image: none;
    border-color: #272727; }

.btn-outline-primary {
  color: #009CEC;
  background-color: transparent;
  background-image: none;
  border-color: #009CEC; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #009CEC;
    border-color: #009CEC; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 156, 236, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #009CEC;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #009CEC;
    border-color: #009CEC; }

.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 {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }

.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 {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.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 {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.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 {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-outline-danger {
  color: #ea1547;
  background-color: transparent;
  background-image: none;
  border-color: #ea1547; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ea1547;
    border-color: #ea1547; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(234, 21, 71, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ea1547;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1547;
    border-color: #ea1547; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:active, .btn-outline-light.active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-outline-dark {
  color: #404040;
  background-color: transparent;
  background-image: none;
  border-color: #404040; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #404040;
    border-color: #404040; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(64, 64, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #404040;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #404040;
    border-color: #404040; }

.btn-link {
  font-weight: normal;
  color: #009CEC;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #005986;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled {
    color: #868e96; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-lg > input.hs-button, .af-form.acf-form .af-submit .btn-group-lg > button, .btn-cta, .btn-download {
  padding: 0.9rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-sm > input.hs-button, .af-form.acf-form .af-submit .btn-group-sm > button {
  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;
  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;
  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-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

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

.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: normal;
  color: #009CEC;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #005986;
    text-decoration: none;
    background-color: unset; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009CEC; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.show > a {
  outline: 0; }

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.hs-button, .af-form.acf-form .af-submit .btn-group > button,
  .btn-group-vertical > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical > input.hs-button, .af-form.acf-form .af-submit
  .btn-group-vertical > button {
    position: relative;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-bottom: 0; }
    .btn-group > .btn:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.hs-button:hover, .af-form.acf-form .af-submit .btn-group > button:hover,
    .btn-group-vertical > .btn:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions
    .btn-group-vertical > input.hs-button:hover, .af-form.acf-form .af-submit
    .btn-group-vertical > button:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.hs-button:focus, .af-form.acf-form .af-submit .btn-group > button:focus, .btn-group > .btn:active, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.hs-button:active, .af-form.acf-form .af-submit .btn-group > button:active, .btn-group > .btn.active, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.active.hs-button, .af-form.acf-form .af-submit .btn-group > button.active,
    .btn-group-vertical > .btn:focus, .hbspt-form [class*="hs-form"] .hs_submit .actions
    .btn-group-vertical > input.hs-button:focus, .af-form.acf-form .af-submit
    .btn-group-vertical > button:focus,
    .btn-group-vertical > .btn:active, .hbspt-form [class*="hs-form"] .hs_submit .actions
    .btn-group-vertical > input.hs-button:active, .af-form.acf-form .af-submit
    .btn-group-vertical > button:active,
    .btn-group-vertical > .btn.active, .hbspt-form [class*="hs-form"] .hs_submit .actions
    .btn-group-vertical > input.active.hs-button, .af-form.acf-form .af-submit
    .btn-group-vertical > button.active {
      z-index: 2; }
  .btn-group .btn + .btn, .btn-group .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group input.hs-button + .btn, .btn-group .af-form.acf-form .af-submit button + .btn, .af-form.acf-form .af-submit .btn-group button + .btn, .btn-group .hbspt-form [class*="hs-form"] .hs_submit .actions .btn + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group .btn + input.hs-button, .btn-group .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group input.hs-button + input.hs-button, .btn-group .af-form.acf-form .af-submit .hbspt-form [class*="hs-form"] .hs_submit .actions button + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group .af-form.acf-form .af-submit button + input.hs-button, .af-form.acf-form .af-submit .btn-group .hbspt-form [class*="hs-form"] .hs_submit .actions button + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .af-form.acf-form .af-submit .btn-group button + input.hs-button, .btn-group .af-form.acf-form .af-submit .btn + button, .af-form.acf-form .af-submit .btn-group .btn + button, .btn-group .hbspt-form [class*="hs-form"] .hs_submit .actions .af-form.acf-form .af-submit input.hs-button + button, .af-form.acf-form .af-submit .btn-group .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + button, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group .af-form.acf-form .af-submit input.hs-button + button, .af-form.acf-form .af-submit .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group input.hs-button + button, .btn-group .af-form.acf-form .af-submit button + button, .af-form.acf-form .af-submit .btn-group button + button,
  .btn-group .btn + .btn-group,
  .btn-group .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + .btn-group, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group input.hs-button + .btn-group,
  .btn-group .af-form.acf-form .af-submit button + .btn-group, .af-form.acf-form .af-submit
  .btn-group button + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group .btn-group + input.hs-button,
  .btn-group .af-form.acf-form .af-submit .btn-group + button, .af-form.acf-form .af-submit
  .btn-group .btn-group + button,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical input.hs-button + .btn,
  .btn-group-vertical .af-form.acf-form .af-submit button + .btn, .af-form.acf-form .af-submit
  .btn-group-vertical button + .btn,
  .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions .btn + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical .btn + input.hs-button,
  .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical input.hs-button + input.hs-button,
  .btn-group-vertical .af-form.acf-form .af-submit .hbspt-form [class*="hs-form"] .hs_submit .actions button + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical .af-form.acf-form .af-submit button + input.hs-button, .af-form.acf-form .af-submit
  .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions button + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .af-form.acf-form .af-submit
  .btn-group-vertical button + input.hs-button,
  .btn-group-vertical .af-form.acf-form .af-submit .btn + button, .af-form.acf-form .af-submit
  .btn-group-vertical .btn + button,
  .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions .af-form.acf-form .af-submit input.hs-button + button, .af-form.acf-form .af-submit
  .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + button, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical .af-form.acf-form .af-submit input.hs-button + button, .af-form.acf-form .af-submit .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical input.hs-button + button,
  .btn-group-vertical .af-form.acf-form .af-submit button + button, .af-form.acf-form .af-submit
  .btn-group-vertical button + button,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + .btn-group, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical input.hs-button + .btn-group,
  .btn-group-vertical .af-form.acf-form .af-submit button + .btn-group, .af-form.acf-form .af-submit
  .btn-group-vertical button + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical .btn-group + input.hs-button,
  .btn-group-vertical .af-form.acf-form .af-submit .btn-group + button, .af-form.acf-form .af-submit
  .btn-group-vertical .btn-group + button,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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), .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.hs-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .af-form.acf-form .af-submit .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.hs-button:first-child, .af-form.acf-form .af-submit .btn-group > button:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.hs-button:first-child:not(:last-child):not(.dropdown-toggle), .af-form.acf-form .af-submit .btn-group > button: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), .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > input.hs-button:last-child:not(:first-child), .af-form.acf-form .af-submit .btn-group > button: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, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > .btn-group:not(:first-child):not(:last-child) > input.hs-button, .af-form.acf-form .af-submit .btn-group > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > .btn-group:first-child:not(:last-child) > input.hs-button:last-child, .af-form.acf-form .af-submit .btn-group > .btn-group:first-child:not(:last-child) > button: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, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group > .btn-group:last-child:not(:first-child) > input.hs-button:first-child, .af-form.acf-form .af-submit .btn-group > .btn-group:last-child:not(:first-child) > button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + .dropdown-toggle-split, .af-form.acf-form .af-submit button + .dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem; }
  .btn + .dropdown-toggle-split::after, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button + .dropdown-toggle-split::after, .af-form.acf-form .af-submit button + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-sm > input.hs-button + .dropdown-toggle-split, .af-form.acf-form .af-submit .btn-group-sm > button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-lg > input.hs-button + .dropdown-toggle-split, .af-form.acf-form .af-submit .btn-group-lg > button + .dropdown-toggle-split, .btn-cta + .dropdown-toggle-split, .btn-download + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem; }

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical input.hs-button, .btn-group-vertical .af-form.acf-form .af-submit button, .af-form.acf-form .af-submit .btn-group-vertical button,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > input.hs-button + .btn, .af-form.acf-form .af-submit .btn-group-vertical > button + .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > .btn + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > input.hs-button + input.hs-button, .af-form.acf-form .af-submit .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > button + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .af-form.acf-form .af-submit .btn-group-vertical > button + input.hs-button, .af-form.acf-form .af-submit .btn-group-vertical > .btn + button, .hbspt-form [class*="hs-form"] .hs_submit .actions .af-form.acf-form .af-submit .btn-group-vertical > input.hs-button + button, .af-form.acf-form .af-submit .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > input.hs-button + button, .af-form.acf-form .af-submit .btn-group-vertical > button + button,
  .btn-group-vertical > .btn + .btn-group, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical > input.hs-button + .btn-group, .af-form.acf-form .af-submit
  .btn-group-vertical > button + .btn-group,
  .btn-group-vertical > .btn-group + .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .btn-group-vertical > .btn-group + input.hs-button, .af-form.acf-form .af-submit
  .btn-group-vertical > .btn-group + button,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > input.hs-button:not(:first-child):not(:last-child), .af-form.acf-form .af-submit .btn-group-vertical > button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > input.hs-button:first-child:not(:last-child), .af-form.acf-form .af-submit .btn-group-vertical > button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > input.hs-button:last-child:not(:first-child), .af-form.acf-form .af-submit .btn-group-vertical > button: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, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input.hs-button, .af-form.acf-form .af-submit .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > input.hs-button:last-child, .af-form.acf-form .af-submit .btn-group-vertical > .btn-group:first-child:not(:last-child) > button: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, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > input.hs-button:first-child, .af-form.acf-form .af-submit .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"], .hbspt-form [class*="hs-form"] .hs_submit .actions [data-toggle="buttons"] > input.hs-button input[type="radio"], .af-form.acf-form .af-submit [data-toggle="buttons"] > button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .hbspt-form [class*="hs-form"] .hs_submit .actions
[data-toggle="buttons"] > input.hs-button input[type="checkbox"], .af-form.acf-form .af-submit
[data-toggle="buttons"] > button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .hbspt-form [class*="hs-form"] .hs_submit .actions
[data-toggle="buttons"] > .btn-group > input.hs-button input[type="radio"], .af-form.acf-form .af-submit
[data-toggle="buttons"] > .btn-group > button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .hbspt-form [class*="hs-form"] .hs_submit .actions
[data-toggle="buttons"] > .btn-group > input.hs-button input[type="checkbox"], .af-form.acf-form .af-submit
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -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: -ms-flexbox;
  display: flex;
  -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;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.65rem 1.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(16, 24, 32, 0.15);
  border-radius: none; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .input-group-sm > .input-group-btn > input.input-group-addon.hs-button, .af-form.acf-form .af-submit
  .input-group-sm > .input-group-btn > button.input-group-addon {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: none; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
  .input-group-lg > .input-group-btn > input.input-group-addon.hs-button, .af-form.acf-form .af-submit
  .input-group-lg > .input-group-btn > button.input-group-addon {
    padding: 0.9rem 3rem;
    font-size: 1.25rem;
    border-radius: none; }
  .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, .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-btn:not(:last-child) > input.hs-button, .af-form.acf-form .af-submit
.input-group-btn:not(:last-child) > button,
.input-group-btn:not(:last-child) > .btn-group > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-btn:not(:last-child) > .btn-group > input.hs-button, .af-form.acf-form .af-submit
.input-group-btn:not(:last-child) > .btn-group > button,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-btn:not(:first-child) > input.hs-button:not(:last-child):not(.dropdown-toggle), .af-form.acf-form .af-submit
.input-group-btn:not(:first-child) > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input.hs-button, .af-form.acf-form .af-submit
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > button {
  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, .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-btn:not(:first-child) > input.hs-button, .af-form.acf-form .af-submit
.input-group-btn:not(:first-child) > button,
.input-group-btn:not(:first-child) > .btn-group > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-btn:not(:first-child) > .btn-group > input.hs-button, .af-form.acf-form .af-submit
.input-group-btn:not(:first-child) > .btn-group > button,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child), .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-btn:not(:last-child) > input.hs-button:not(:first-child), .af-form.acf-form .af-submit
.input-group-btn:not(:last-child) > button:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input.hs-button, .af-form.acf-form .af-submit
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > button {
  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;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > input.hs-button, .af-form.acf-form .af-submit .input-group-btn > button {
    position: relative; }
    .input-group-btn > .btn + .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > input.hs-button + .btn, .af-form.acf-form .af-submit .input-group-btn > button + .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > .btn + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > input.hs-button + input.hs-button, .af-form.acf-form .af-submit .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > button + input.hs-button, .hbspt-form [class*="hs-form"] .hs_submit .actions .af-form.acf-form .af-submit .input-group-btn > button + input.hs-button, .af-form.acf-form .af-submit .input-group-btn > .btn + button, .hbspt-form [class*="hs-form"] .hs_submit .actions .af-form.acf-form .af-submit .input-group-btn > input.hs-button + button, .af-form.acf-form .af-submit .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > input.hs-button + button, .af-form.acf-form .af-submit .input-group-btn > button + button {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > input.hs-button:focus, .af-form.acf-form .af-submit .input-group-btn > button:focus, .input-group-btn > .btn:active, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > input.hs-button:active, .af-form.acf-form .af-submit .input-group-btn > button:active, .input-group-btn > .btn:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn > input.hs-button:hover, .af-form.acf-form .af-submit .input-group-btn > button:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn:not(:last-child) > input.hs-button, .af-form.acf-form .af-submit .input-group-btn:not(:last-child) > button,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn:not(:first-child) > input.hs-button, .af-form.acf-form .af-submit .input-group-btn:not(:first-child) > button,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn:not(:first-child) > input.hs-button:focus, .af-form.acf-form .af-submit .input-group-btn:not(:first-child) > button:focus, .input-group-btn:not(:first-child) > .btn:active, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn:not(:first-child) > input.hs-button:active, .af-form.acf-form .af-submit .input-group-btn:not(:first-child) > button:active, .input-group-btn:not(:first-child) > .btn:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions .input-group-btn:not(:first-child) > input.hs-button:hover, .af-form.acf-form .af-submit .input-group-btn:not(:first-child) > button: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: -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: #009CEC; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #009CEC; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #a0dfff; }
  .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.5rem; }

.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: #009CEC;
  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: -ms-flexbox;
  display: flex;
  -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.55rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  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 rgba(16, 24, 32, 0.15);
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #6dcdff;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .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: 2.5rem;
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  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 rgba(16, 24, 32, 0.15);
  border-radius: 0.5rem; }
  .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: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(16, 24, 32, 0.15);
    border-radius: 0 0.5rem 0.5rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  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.5rem;
    border-top-right-radius: 0.5rem; }
    .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.5rem; }
  .nav-pills .nav-link.active,
  .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #009CEC; }

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -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: -ms-flexbox;
  display: flex;
  -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%;
  -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.5rem; }
  .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 (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -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 > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -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 > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -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 > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -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 > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -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 > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(16, 24, 32, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(16, 24, 32, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(16, 24, 32, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(16, 24, 32, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(16, 24, 32, 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(16, 24, 32, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(16, 24, 32, 0.5);
  border-color: rgba(16, 24, 32, 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(16, 24, 32, 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(16, 24, 32, 0.5); }

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

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

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

.card {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(16, 24, 32, 0.125);
  border-radius: 0; }

.card-body {
  -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 > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(16, 24, 32, 0.01);
  border-bottom: 0 solid rgba(16, 24, 32, 0.125); }
  .card-header:first-child {
    border-radius: 0 0 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(16, 24, 32, 0.01);
  border-top: 0 solid rgba(16, 24, 32, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

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

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .card-group .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 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:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

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

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

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.5rem; }
  .breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }

.breadcrumb-item {
  float: left; }
  .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: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #009CEC;
  border-color: #009CEC; }

.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: #009CEC;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #005986;
    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.5rem;
  border-bottom-left-radius: 0.5rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.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, .post-tags a {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem; }
  .badge:empty, .post-tags a:empty {
    display: none; }

.btn .badge, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button .badge, .af-form.acf-form .af-submit button .badge, .btn .post-tags a, .post-tags .btn a, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button .post-tags a, .post-tags .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button a, .af-form.acf-form .af-submit button .post-tags a, .post-tags .af-form.acf-form .af-submit button a {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #009CEC; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007ab9; }

.badge-secondary, .post-tags a {
  color: #fff;
  background-color: #868e96; }
  .badge-secondary[href]:focus, .post-tags a[href]:focus, .badge-secondary[href]:hover, .post-tags a[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: #ea1547; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bb1139; }

.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: #404040; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #272727; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #00517b;
  background-color: #ccebfb;
  border-color: #b8e3fa; }
  .alert-primary hr {
    border-top-color: #a0daf8; }
  .alert-primary .alert-link {
    color: #002f48; }

.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: #7a0b25;
  background-color: #fbd0da;
  border-color: #f9bdcb; }
  .alert-danger hr {
    border-top-color: #f7a6b9; }
  .alert-danger .alert-link {
    color: #4b0717; }

.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: #212121;
  background-color: #d9d9d9;
  border-color: #cacaca; }
  .alert-dark hr {
    border-top-color: #bdbdbd; }
  .alert-dark .alert-link {
    color: #080808; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.5rem; }

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #009CEC;
  transition: width 0.6s ease; }

.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 {
  animation: progress-bar-stripes 1s linear infinite; }

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

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

.list-group {
  display: -ms-flexbox;
  display: flex;
  -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: #404040;
    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(16, 24, 32, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .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: #009CEC;
    border-color: #009CEC; }

.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: #00517b;
  background-color: #b8e3fa; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #00517b; }
  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: #00517b;
    background-color: #a0daf8; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #00517b;
    border-color: #00517b; }

.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: #7a0b25;
  background-color: #f9bdcb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #7a0b25; }
  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: #7a0b25;
    background-color: #f7a6b9; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #7a0b25;
    border-color: #7a0b25; }

.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: #212121;
  background-color: #cacaca; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #212121; }
  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: #212121;
    background-color: #bdbdbd; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: #212121;
    border-color: #212121; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #101820;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #101820;
    text-decoration: none;
    opacity: .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 {
    transition: transform 0.3s ease-in-out;
    -ms-transform: translate(0, -25%);
        transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -ms-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; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #101820; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.9; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -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: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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.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: #101820; }
  .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: #101820; }
  .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: #101820; }
  .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: #101820; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 400px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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: 0 solid rgba(16, 24, 32, 0.2);
  border-radius: 0.5rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 11px; }
  .popover .arrow::after {
    content: "";
    border-width: 11px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .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: -11px;
      margin-left: -6px;
      border-top-color: rgba(16, 24, 32, 0.25); }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: -10px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .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: -8px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -11px;
      border-right-color: rgba(16, 24, 32, 0.25); }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: -10px;
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .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: -7px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -11px;
      border-bottom-color: rgba(16, 24, 32, 0.25); }
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: -10px;
      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: 10px; }
    .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: -8px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -11px;
      border-left-color: rgba(16, 24, 32, 0.25); }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: -10px;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 0 solid #ebebeb;
  border-top-left-radius: calc(0.5rem - 0);
  border-top-right-radius: calc(0.5rem - 0); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 0.75rem;
  color: #404040; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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 {
  -ms-transform: translateX(0);
      transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: 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: .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='M4 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='M1.5 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -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: #009CEC !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #007ab9 !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: #ea1547 !important; }

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #272727 !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: #009CEC !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: #ea1547 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  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-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    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.85714%; }

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -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 {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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; } }

.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 {
  margin-top: 0 !important; }

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

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

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

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

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

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

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

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

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

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

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

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

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

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

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

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

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

.mt-4, .af-form.acf-form .af-submit button {
  margin-top: 1.5rem !important; }

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

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

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-5, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button, .af-form.acf-form .af-submit button {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: 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-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

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

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

.text-primary, .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(3) {
  color: #009CEC !important; }

a.text-primary:focus, .cc-table_broadcast .cc-table_broadcast-row a.cc-table_broadcast-col:focus:nth-child(3), a.text-primary:hover, .cc-table_broadcast .cc-table_broadcast-row a.cc-table_broadcast-col:hover:nth-child(3) {
  color: #007ab9 !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, .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(4) {
  color: #ea1547 !important; }

a.text-danger:focus, .cc-table_broadcast .cc-table_broadcast-row a.cc-table_broadcast-col:focus:nth-child(4), a.text-danger:hover, .cc-table_broadcast .cc-table_broadcast-row a.cc-table_broadcast-col:hover:nth-child(4) {
  color: #bb1139 !important; }

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

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

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

a.text-dark:focus, a.text-dark:hover {
  color: #272727 !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; }

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

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

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

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

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

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

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  outline: none; }

p {
  line-height: 1.5;
  letter-spacing: 0.3px;
  margin: 0; }
  p + p {
    margin-top: 1.6rem; }

.t-1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 1.2px; }
  @media (max-width: 991px) {
    .t-1 {
      font-size: 2rem; } }

.t-2 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: 0.9px; }
  @media (max-width: 991px) {
    .t-2 {
      font-size: 1.65rem; } }

.t-3, .card-related .card-body {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.7px; }
  @media (max-width: 991px) {
    .t-3, .card-related .card-body {
      font-size: 1.4rem; } }

.fs-xl {
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: 1.4px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .fs-xl {
      font-size: 2rem;
      letter-spacing: .3px; } }

.fs-lg, .hbspt-form .submitted-message, .list-jobs .card .card-header a, .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(2), .post-body, .post-author {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .fs-lg, .hbspt-form .submitted-message, .list-jobs .card .card-header a, .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(2), .post-body, .post-author {
      font-size: 1.15rem; } }

.fs-sm, .post-body .wp-caption .wp-caption-text, .post-body .gallery-caption, .post-tags a {
  font-size: .87rem; }

.fs-xs {
  font-size: .75rem; }

.fw-l {
  font-weight: 300; }

.fw-xs {
  font-weight: 100; }

.fw-n, .post-body {
  font-weight: 400; }

.fw-m, .cc-table_broadcast, .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(2), .post-tags a {
  font-weight: 600; }

.ff-montserrat, .city-wrapper .city-box .caption {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.label-under {
  position: relative; }
  .label-under:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.2rem;
    border-bottom: 1px solid #fff;
    width: 2rem; }

.label-quotes {
  position: relative;
  padding-left: 50px;
  padding-right: 40px; }
  @media (max-width: 767px) {
    .label-quotes {
      padding-left: 20px;
      padding-right: 20px; } }
  .label-quotes:before, .label-quotes:after {
    content: "“";
    position: absolute;
    left: -.5rem;
    top: 25px;
    font-size: 60px;
    color: #101820;
    font-family: Georgia, serif;
    font-weight: bold;
    line-height: 0; }
    @media (max-width: 767px) {
      .label-quotes:before, .label-quotes:after {
        font-size: 40px; } }
  .label-quotes:after {
    content: "”";
    left: auto;
    top: auto;
    right: -.5rem;
    bottom: 0; }

.text-gray {
  color: #495057; }

.text-black {
  color: #101820 !important; }

.bg-main-grad {
  background-image: linear-gradient(63deg, #0375d8 0%, #039ade 100%); }

.bg-hero-hypercast {
  background-image: linear-gradient(27deg, #0375d8, #039ade), linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left top, left top;
  background-size: 100% 73%, 100% 100%; }
  @media (max-width: 991px) {
    .bg-hero-hypercast {
      background-size: 100% 78%, 100% 100%; } }
  @media (max-width: 767px) {
    .bg-hero-hypercast {
      background-size: 100% 85%, 100% 100%; } }

.bg-hero-broadcast {
  background-color: #171717;
  background-image: url("../img/photo-hero-api.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 570px; }

.page-template-page-api .bg-hero-broadcast {
  background-image: none; }

.bg-hero-company {
  background-image: url("../img/photo-hero-company.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg-hero-careers {
  background-image: url("../img/photo-hero-careers.png"), linear-gradient(45deg, #0375d8, #0389e6);
  background-repeat: no-repeat, no-repeat;
  background-size: 678px, contain;
  background-position: 110% 130px, center; }
  @media screen and (max-width: 500px) {
    .bg-hero-careers {
      background-size: 460px, contain;
      background-position: 30px 250px, center; } }
  @media screen and (min-width: 1600px) {
    .bg-hero-careers {
      background-position: 90% 130px, center; } }
  @media screen and (min-width: 2000px) {
    .bg-hero-careers {
      background-position: 70% 130px, center; } }
  @media screen and (max-width: 500px) {
    .bg-hero-careers .bg-hero-careers-mob-shift {
      height: 240px; } }

.bg-hero-solution {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }
  @media (min-width: 992px) {
    .bg-hero-solution {
      height: 560px; } }

.bg-wm-hero {
  position: absolute;
  left: 0;
  top: -30px;
  width: 550px;
  height: 100%;
  background: transparent url("../img/watermark-hypercast.png") no-repeat center;
  background-size: contain;
  mix-blend-mode: multiply; }
  @media (max-width: 991px) {
    .bg-wm-hero {
      width: 240px;
      top: 70px; } }
  @media (max-width: 767px) {
    .bg-wm-hero {
      top: 100px; } }

.bg-icon-play {
  width: 101px;
  height: 101px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwNSIgdmlld0JveD0iMCAwIDEwMSAxMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZGVmcz4KICAgICAgICA8ZmlsdGVyIHg9Ii01NS42JSIgeT0iLTM1LjglIiB3aWR0aD0iMjE0LjMlIiBoZWlnaHQ9IjIwNy41JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYSI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iMSIgZHk9IjEyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEwIiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiLz4KICAgICAgICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuMDYyNzQ1MDk4IDAgMCAwIDAgMC41ODgyMzUyOTQgMCAwIDAgMCAwLjk0NTA5ODAzOSAwIDAgMCAwLjIgMCIKICAgICAgICAgICAgICAgICAgICAgICAgICAgaW49InNoYWRvd0JsdXJPdXRlcjEiIHJlc3VsdD0ic2hhZG93TWF0cml4T3V0ZXIxIi8+CiAgICAgICAgICAgIDxmZU1lcmdlPgogICAgICAgICAgICAgICAgPGZlTWVyZ2VOb2RlIGluPSJzaGFkb3dNYXRyaXhPdXRlcjEiLz4KICAgICAgICAgICAgICAgIDxmZU1lcmdlTm9kZSBpbj0iU291cmNlR3JhcGhpYyIvPgogICAgICAgICAgICA8L2ZlTWVyZ2U+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWx0ZXI9InVybCgjYSkiIGZpbGw9Im5vbmUiPgogICAgICAgIDxwYXRoIGQ9Ik0zOC4yMTQgNjguMzQ0bC0xNS4wNTItMTUuOTc3Yy02LjE5NS02LjU3Ny02LjE5NS0xNy4yNDEgMC0yMy44MThsMTUuMDUyLTE1Ljk3OGM2LjE5Ni02LjU3NyAxNi4yNDItNi41NzcgMjIuNDM4IDBsMTUuMDUyIDE1Ljk3OGM2LjE5NiA2LjU3NyA2LjE5NiAxNy4yNDEgMCAyMy44MThsLTE1LjA1MiAxNS45NzdjLTYuMTk2IDYuNTc4LTE2LjI0MiA2LjU3OC0yMi40MzggMHoiCiAgICAgICAgICAgICAgaWQ9IlNoYXBlIiBmaWxsPSIjMEY4MEU5Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQzLjU4MyAzMS43NjJsMTQuMyA5LjExOS0xNC4zIDkuMTE5Ii8+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: contain; }

.bg-sky {
  background: url("../img/bg-sky_1px.jpg") no-repeat center;
  background-size: cover; }

.photo-hypercast-features-shift {
  position: absolute;
  left: 2rem;
  top: -12rem;
  filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.3)); }
  @media (max-width: 991px) {
    .photo-hypercast-features-shift {
      position: static;
      max-width: 100%; } }

.screen-hero-broadcast-shift {
  margin-top: -2rem;
  margin-left: -6rem; }
  @media (max-width: 1199px) {
    .screen-hero-broadcast-shift {
      margin-top: -2rem;
      margin-left: -3rem;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .screen-hero-broadcast-shift {
      margin-top: 0; } }

.bg-cta-hypercast {
  background: transparent url("../img/bg-cta-hypercast_1px.jpg") no-repeat center;
  background-size: cover; }

.bg-cta-broadcast {
  background: transparent url("../img/bg-cta-broadcast_1px.png") no-repeat center;
  background-size: cover; }

.bg-cta-solutions {
  background: transparent url("../img/bg-cta-solutions_1px.jpg") no-repeat center;
  background-size: cover; }

.bg-link-broadcast {
  background-image: url("data:image/png;base64,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");
  background-size: 450px 450px;
  background-repeat: no-repeat;
  background-position: 50% 45%;
  mix-blend-mode: multiply; }
  @media (max-width: 991px) {
    .bg-link-broadcast {
      background-size: 370px 370px; } }

.bg-cream {
  background-color: #f6f6f6; }

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .section {
      padding-top: 4rem;
      padding-bottom: 4rem;
      min-height: unset; } }
  .section.section-nocrop {
    overflow: initial; }

.container-large {
  max-width: 1500px; }

.container-small {
  max-width: 1030px; }

@media (min-width: 1200px) {
  .row-company .col {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row-company .col {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row-company .col {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

@media (max-width: 767px) {
  .row-company .col {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 60%; } }

.header {
  position: relative;
  height: 70px;
  background-color: #009CEC;
  z-index: 10;
  box-shadow: 0 13px 28.88px 9.12px rgba(0, 0, 0, 0.09); }
  @media (min-width: 992px) {
    .header {
      background-color: transparent;
      box-shadow: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      transition: all .1s; } }
  .header.is-sticky {
    box-shadow: 0.9px 13px 28.9px 9.1px rgba(0, 0, 0, 0.09);
    background-color: #009CEC; }
  @media (max-width: 991px) {
    .header .nav {
      display: none; } }
  .header .nav .nav-link {
    color: #fff;
    transition: all .2s;
    padding-left: 2rem;
    padding-right: 0; }
    .header .nav .nav-link:hover, .header .nav .nav-link:active, .header .nav .nav-link:focus {
      color: #cccccc; }
    .header .nav .nav-link.logo-text {
      padding-left: 0;
      padding-right: 3rem; }
  .header .header-mob {
    text-align: center;
    position: relative; }
    @media (min-width: 992px) {
      .header .header-mob {
        display: none; } }
  .header .burger {
    position: absolute;
    z-index: 15;
    right: 1.5rem;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    cursor: pointer; }
    @media (min-width: 992px) {
      .header .burger {
        display: none; } }
    .header .burger div {
      width: 38px;
      height: 5px;
      background-color: #fff;
      margin-bottom: 7px;
      transition: transform .2s;
      will-change: transform; }
  .header .burger.is-open div:nth-child(1) {
    height: 3px;
    -ms-transform: rotate(-45deg) translate(-7px, 8px);
        transform: rotate(-45deg) translate(-7px, 8px); }
  .header .burger.is-open div:nth-child(2) {
    opacity: 0; }
  .header .burger.is-open div:nth-child(3) {
    height: 3px;
    -ms-transform: rotate(45deg) translate(-7px, -9px);
        transform: rotate(45deg) translate(-7px, -9px); }

.dropdown-menu {
  margin-left: 2rem;
  box-shadow: 0.9px 13px 28.9px 9.1px rgba(0, 0, 0, 0.09); }
  .dropdown-menu .dropdown-item {
    transition: all .2s; }

.dropdown:hover > .dropdown-menu, .dropdown-menu:hover {
  display: block; }

.menu-mobile {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  background-size: 55vw;
  padding: calc(95px + 1rem) 2rem 0;
  overflow-y: auto;
  opacity: 0;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: all .2s linear; }
  .menu-mobile.is-open {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .menu-mobile .menu-mobile-header {
    color: #fff;
    opacity: .7; }
  .menu-mobile a {
    color: #fff;
    transition: all .2s;
    font-size: 1.6rem;
    line-height: 1.05;
    letter-spacing: 0.9px;
    margin-top: .8rem;
    margin-bottom: 2.3rem;
    display: block; }
    .menu-mobile a:hover, .menu-mobile a:active, .menu-mobile a:focus {
      color: #cccccc; }

@media (min-width: 992px) {
  .logged-in .header {
    margin-top: 32px; } }

.logged-in .menu-mobile {
  top: 42px; }

.footer {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #404040;
  overflow: hidden;
  text-align:left !important;
  position: relative; }
  .footer .footer-text {
    color: #868e96; }
  .footer a {
    color: #868e96;
    transition: all .2s; }
    .footer a:hover, .footer a:active, .footer a:focus {
      color: #555b61; }
  @media (max-width: 991px) {
    .footer {
      text-align: center; } }

.socials {
  text-align: right;
  white-space: nowrap; }
  @media (max-width: 991px) {
    .socials {
      padding-top: 2rem;
      text-align: center; } }
  .socials .socials-item {
    display: inline-block;
    width: 48px;
    height: 47px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .socials .socials-item + .socials-item {
      margin-left: .8rem; }
    .socials .socials-item.linkedin {
      background-image: url("data:image/png;base64,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"); }
    .socials .socials-item.twitter {
      background-image: url("data:image/png;base64,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"); }
    .socials .socials-item.facebook {
      background-image: url("data:image/png;base64,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"); }
    .socials .socials-item.vimeo {
      background-image: url("data:image/png;base64,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"); }

@media (min-width: 992px) {
  .columns-2 {
    columns: 2 200px;
    column-gap: 4rem; } }

.btn-white {
  color: #009CEC;
  background-color: #fff;
  border: 1px solid transparent; }
  .btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #005986;
    background-color: #cccccc; }

.btn-grad, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button {
  color: #fff;
  background-color: #009CEC;
  border: 1px solid #009CEC;
  background-image: linear-gradient(196deg, #0375d8, #039ade); }
  .btn-grad:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:hover, .btn-grad:active, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:active, .btn-grad:focus, .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:focus {
    color: #cccccc;
    background-color: #005986; }

.btn-outline-white {
  color: #fff;
  background-color: #009CEC;
  border: 1px solid #fff; }
  .btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
    color: #cccccc;
    background-color: #005986; }

.btn-cta, .btn-download {
  width: 100%;
  max-width: 370px;
  color: #fff;
  background-color: #323133;
  border: 1px solid #323133;
  box-shadow: 0.4px 6px 15px 0 rgba(0, 0, 0, 0.17);
  letter-spacing: 0.6px;
  font-size: 1.5rem; }
  .btn-cta:hover, .btn-download:hover, .btn-cta:active, .btn-download:active, .btn-cta:focus, .btn-download:focus {
    color: #cccccc;
    background-color: black; }
  @media (max-width: 767px) {
    .btn-cta, .btn-download {
      max-width: 320px;
      font-size: 1.2rem;
      letter-spacing: 0.2px; } }
  .btn-cta:before, .btn-download:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iODYuNjAzJSIgeDI9IjAlIiB5Mj0iMCUiIGlkPSJhIj4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzM4OUNGRiIgb2Zmc2V0PSIwJSIvPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMzhEN0ZGIiBvZmZzZXQ9IjEwMCUiLz4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPHBhdGggZD0iTTQ0LjA0MiA1Ni4zOTljMCAyLjYwOS4zNDEgNS4xNi45OTUgNy42MzEtMi4zODEuOTM5LTQuODk0IDEuNjA4LTcuNTA2IDEuOTY4LS43MzQtMi44MTgtMS4xNTItNS43MTYtMS4yMjMtOC42NjdsLS4wMTEtLjkzMmMwLTE3LjI1MSAxMS41NTgtMzIuMDU0IDI3LjQ3OS0zNi4wOS45NjcgMi40MzQgMS42NjIgNS4wMDggMi4wNDIgNy42ODYtMTIuNTEgMy4xMDMtMjEuNzc2IDE0Ljc4OS0yMS43NzYgMjguNDA0em0yLjQ1NS0zNS44MzJjLTEuMjg1LjUzNS0yLjYxNS45OTctMy45NTQgMS4zNzYtMS4wMTYuMjg2LTIuMDU2LjUzLTMuMDkyLjcyMy0uMzQ4LjA2NC0uNjk5LjEyNC0xLjA1MS4xNzktLjcwMy4xMDktMS40Mi4xOTctMi4xMzMuMjY0LTIuMTU1LjE5OS00LjM3OS4yLTYuNTM1LS4wMDEtLjcxMi0uMDY2LTEuNDMtLjE1NC0yLjEzMi0uMjYzLS4zNTItLjA1NS0uNzAzLS4xMTUtMS4wNTItLjE3OS0xLjAzNS0uMTkzLTIuMDc1LS40MzctMy4wOTEtLjcyMy0xLjMzOC0uMzc4LTIuNjY4LS44NC0zLjk1NS0xLjM3Ni0uNjM1LS4yNjUtMS4yNzQtLjU1My0xLjg5Ny0uODU2LTMuOTMtMS45MTQtNy40OS00LjU5Ny0xMC41MjEtNy44MjMgMS42MjktMi4wNiAzLjQ5Mi0zLjkyIDUuNTUtNS41NDIgNS4zMDcgNS42NTEgMTIuNjE0IDguOTQgMjAuMzY2IDguOTQgNy43NTIgMCAxNS4wNTktMy4yODkgMjAuMzY1LTguOTQgMi4wNTkgMS42MjIgMy45MjIgMy40ODIgNS41NSA1LjU0Mi0zLjAzIDMuMjI2LTYuNTkgNS45MDktMTAuNTIxIDcuODIzLS42MjIuMzAzLTEuMjYxLjU5MS0xLjg5Ny44NTZ6bS0yNy4wNTMtMTguMzY4YzIuMDg0LS45NDUgNC4yODEtMS42ODIgNi41NjctMi4xNzggMi4xMTQgMS4xMzYgNC40NjggMS43NTMgNi45MjIgMS43NTMgMi40NjggMCA0LjgzNS0uNjI0IDYuOTYxLTEuNzc0IDIuMzIxLjQ5NSA0LjU0OCAxLjI0MSA2LjY2MiAyLjE5OS0zLjcyOSAzLjMyNS04LjUxOSA1LjIxOS0xMy41NTYgNS4yMTktNS4wMzcgMC05LjgyNy0xLjg5NC0xMy41NTYtNS4yMTl6bTUuNzYyIDM2LjI0Yy45MTUgMS43MDIgMS43MDQgMy40ODkgMi4zNDggNS4zMTQuMjc3Ljc4Ny41MzEgMS41OTYuNzU3IDIuNDA1LjE1MS41NDMuMjkgMS4wOS40MTggMS42NC4xMjcuNTUzLjI0MyAxLjExLjM0NiAxLjY3Mi4xMDMuNTYxLjE5NCAxLjEyNi4yNzIgMS42OTYuMDc4LjU3LjE0NCAxLjE0NC4xOTcgMS43MjFsLjA2OS44Njl2LjAwMmMuMDQuNTgxLjA2NiAxLjE2Ni4wOCAxLjc1NGwuMDEuODg3LS4wMTEuOTMxYy0uMDcxIDIuOTUxLS40ODkgNS44NS0xLjIyMyA4LjY2OC0yLjYxMi0uMzYtNS4xMjUtMS4wMjktNy41MDYtMS45NjguNjUzLTIuNDcxLjk5NS01LjAyMi45OTUtNy42MzEgMC0xMy42MTUtOS4yNjYtMjUuMzAyLTIxLjc3Ni0yOC40MDQuMzc4LTIuNjcxIDEuMDcxLTUuMjM3IDIuMDM0LTcuNjY3IDkuNjczIDIuNDY3IDE4LjA4NSA4Ljk5NCAyMi45OSAxOC4xMTF6bS0xMC44OTIgMTcuOTZjMCAxLjI5OS0uMTM1IDIuNTc0LS4zNjQgMy44MjgtMS45NjktMS40LTMuNzg0LTMuMDA2LTUuNDA1LTQuNzk1LS4zNTgtNC45MTktMy4wMTEtOS4zNTYtNi45OC0xMS45NjUtLjc4LTIuMzQ3LTEuMzE2LTQuODA4LTEuNTY0LTcuMzU2IDguMzE3IDIuODIxIDE0LjMxMyAxMC45NDMgMTQuMzEzIDIwLjI4OHptNTEuNjg1LTIwLjI4OWMtLjI0NCAyLjUwNi0uNzY2IDQuOTI3LTEuNTI1IDcuMjQxLTQuMTExIDIuNjE1LTYuODQ3IDcuMTY3LTcuMTY0IDEyLjIzNC0xLjU4NSAxLjcyNy0zLjM0OSAzLjI4My01LjI2MSA0LjY0Mi0uMjI5LTEuMjU0LS4zNjQtMi41MjktLjM2NC0zLjgyOCAwLTkuMzQ1IDUuOTk3LTE3LjQ2NyAxNC4zMTQtMjAuMjg5eiIKICAgICAgICAgIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0idXJsKCNhKSIvPgo8L3N2Zz4=") center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 1.2rem;
    margin-bottom: -7px; }

.btn-download {
  color: #495057;
  background-color: #fff;
  border: 1px solid transparent; }
  .btn-download:hover, .btn-download:active, .btn-download:focus {
    color: #1a1d20;
    background-color: #cccccc; }
  .btn-download:before {
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIzNyI+PHRpdGxlPmxvZ28tZHJvcGJveDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSI+PGcgZmlsbD0iIzAwN0VFNSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNMTEuOS4yTC4zMiA3LjczbDggNi40TDIwIDYuOTV6Ii8+PHBhdGggZD0iTS4zMiAyMC41NmwxMS41OCA3LjU2IDguMS02Ljc2LTExLjY3LTcuMnoiLz48cGF0aCBkPSJNMjAgMjEuMzZsOC4xIDYuNzYgMTEuNTgtNy41Ni04LTYuNHoiLz48cGF0aCBkPSJNMzkuNjggNy43NEwyOC4xLjIgMjAgNi45NGwxMS42NyA3LjJ6Ii8+PHBhdGggZD0iTTIwLjAyIDIyLjhsLTguMTIgNi43Ni0zLjQ4LTIuMjd2Mi41M2wxMS42IDYuOTYgMTEuNi02Ljk3VjI3LjNsLTMuNDcgMi4yNnoiLz48L2c+PC9nPjwvc3ZnPg==") center no-repeat;
    background-size: cover; }

.btn-blue {
  background-color: #009CEC;
  border-radius: 0px;
  color: #fff;
  padding: .75rem;
  display: block;
  max-width: 300px;
  margin: 3rem auto 0;
  z-index: 1;
  position: relative;
  font-size: 1.5rem; }
  .btn-blue:hover {
    background-color: #19a2cd;
    color: #fff; }

.btn-blue-ghost {
  background-color: transparent;
  border: 2px solid #009CEC;
  border-radius: 0px;
  color: #fff;
  padding: .75rem;
  display: block;
  max-width: 210px;
  width: 100%;
  z-index: 1;
  position: relative;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: 600 !important;
  font-family: "HudsonNY", sans-serif;
  font-size: 20px; }
  .btn-blue-ghost:hover {
    background-color: #009CEC;
    color: #fff; }

.hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button {
  background: transparent !important;
  border: 2px solid #009CEC !important;
  border-radius: 0px !important;
  color: #101820 !important;
  padding: .75rem !important;
  display: block !important;
  max-width: 250px !important;
  width: 100% !important;
  z-index: 1 !important;
  position: relative !important;
  line-height: 22px !important;
  letter-spacing: 2px !important;
  border-radius: 0px !important;
  font-family: "HudsonNY", sans-serif;
  font-size: 16px; }
  .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:hover {
    background-color: #009CEC !important; }

.form-blog .hbspt-form .field.hs-form-field input {
  width: 270px;
  max-width: 100%;
  line-height: 1.8;
  padding: 1.3rem .4rem;
  font-size: 1rem;
  font-family: Cairo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 50px;
  border-radius: 0px !important; }

.post-tags a {
  color: #0f80e9;
  background-color: transparent;
  border: 1px solid #0f80e9;
  border-radius: 0px !important;
  font-family: "HudsonNY", sans-serif;
  letter-spacing: 1px; }

.cc-form {
  font-weight: normal; }
  .cc-form .form-control {
    border-width: 0 0 1px 0;
    padding-left: .6rem;
    padding-right: .6rem; }

.hbspt-form {
  min-height: 600px;
  position: relative; }
  .hbspt-form .submitted-message {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-70%);
        transform: translateY(-70%);
    padding-right: 3rem;
    color: #28a745; }
  .hbspt-form [class*="hs-form"] .hs-form-field {
    margin-top: 20px !important; }
    .hbspt-form [class*="hs-form"] .hs-form-field label {
      font-weight: normal !important;
      font-family: Cairo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
      .hbspt-form [class*="hs-form"] .hs-form-field label .hs-form-required {
        padding-left: 3px !important; }
    .hbspt-form [class*="hs-form"] .hs-form-field ul.hs-error-msgs {
      position: relative;
      display: none !important;
      /*li label {
          position: absolute;
          left: 0;
          top: 0;
          color: $red;
          a {
            display: none;
          }
        }*/ }
  .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button {
    box-shadow: none;
    text-shadow: none;
    padding-bottom: 8px;
    letter-spacing: .4px; }

.form-blog {
  min-height: 44px; }
  .form-blog .hbspt-form {
    width: 100%;
    min-height: unset;
    display: inline-block;
    white-space: nowrap; }
    .form-blog .hbspt-form .field.hs-form-field {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0 !important;
      margin-right: 0.8rem; }
      @media (max-width: 767px) {
        .form-blog .hbspt-form .field.hs-form-field {
          display: block;
          width: 100%;
          margin-right: 0; } }
      .form-blog .hbspt-form .field.hs-form-field label {
        display: none; }
      .form-blog .hbspt-form .field.hs-form-field input {
        width: 270px;
        max-width: 100%;
        line-height: 1.8;
        padding: 1.3rem .4rem;
        font-size: 1rem;
        font-family: Cairo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
        @media (max-width: 767px) {
          .form-blog .hbspt-form .field.hs-form-field input {
            display: block;
            width: 100%; } }
    .form-blog .hbspt-form .hs_submit {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .form-blog .hbspt-form .hs_submit {
          display: block;
          margin-top: .3rem; } }
      .form-blog .hbspt-form .hs_submit input {
        padding-bottom: 0.65rem !important; }
        @media (max-width: 767px) {
          .form-blog .hbspt-form .hs_submit input {
            display: block;
            width: 100%;
            max-width: 100%; } }
    .form-blog .hbspt-form .submitted-message {
      position: static;
      -ms-transform: translateY(0);
          transform: translateY(0);
      padding-right: 0;
      color: #28a745;
      white-space: normal; }
    .form-blog .hbspt-form .hs_error_rollup {
      display: inline-block; }
      .form-blog .hbspt-form .hs_error_rollup .hs-error-msgs {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
        color: red;
        position: absolute;
        top: -21px;
        left: 0;
        font-size: 13px;
        font-weight: 600; }

.noshadow {
  box-shadow: none; }

.noscroll {
  overflow: hidden; }

.noevents {
  pointer-events: none; }

.noshrink {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media (max-width: 1199px) {
  .hide-down-lg {
    display: none; } }

@media (max-width: 991px) {
  .hide-down-md {
    display: none; } }

.relative {
  position: relative; }

.o-7 {
  opacity: .7; }

.divider_blue {
  height: 4px;
  border-bottom: 4px solid #009CEC; }

.img-layer {
  position: relative; }
  .img-layer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 24, 32, 0.3); }

.pointer {
  cursor: pointer; }

small.super {
  vertical-align: super;
  font-size: 29%;
  font-weight: 100; }

.cc-ifarme {
  border: none; }
  .cc-ifarme.cc-iframe-docs {
    height: 700px; }

.b-lazy {
  transition: opacity .3s ease-in-out;
  will-change: opacity;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

.js-menu-tutorial {
  width: 100%; }
  @media (min-width: 576px) {
    .js-menu-tutorial {
      width: 140px; } }
  @media (min-width: 992px) {
    .js-menu-tutorial {
      width: 280px; } }
  .js-menu-tutorial.affix {
    position: fixed !important;
    top: 140px; }
    @media (max-width: 767px) {
      .js-menu-tutorial.affix {
        position: static !important; } }

.city-wrapper {
  position: relative;
  margin-top: 3rem;
  min-height: 400px; }
  @media (max-width: 991px) {
    .city-wrapper {
      min-height: 200px;
      margin-bottom: 5rem; } }
  .city-wrapper .city-box {
    position: absolute;
    width: 800px;
    height: 800px;
    left: calc(50% - 400px);
    bottom: -400px; }
    @media (max-width: 991px) {
      .city-wrapper .city-box {
        width: 600px;
        height: 600px;
        left: calc(50% - 300px); } }
    .city-wrapper .city-box .city {
      position: absolute;
      width: 664px;
      height: 664px;
      top: calc(50% - 332px);
      left: calc(50% - 332px);
      background: url("../img/city_1x.png") no-repeat center;
      background-size: contain;
      animation: city-rotate 160s infinite linear;
      will-change: transform; }
      @media (max-width: 991px) {
        .city-wrapper .city-box .city {
          width: 498px;
          height: 498px;
          top: calc(50% - 249px);
          left: calc(50% - 249px); } }
    .city-wrapper .city-box .clouds {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/clouds_2x.png") no-repeat center;
      background-size: contain;
      animation: clouds-rotate 160s infinite linear;
      will-change: transform; }
    .city-wrapper .city-box .pointer {
      position: absolute;
      top: 150px;
      right: 120px;
      width: 70px;
      height: 69px;
      background: url("../img/pointer-1_2x.png") no-repeat center;
      background-size: contain;
      animation: hide-pointer 160s infinite linear;
      will-change: opacity; }
      @media (max-width: 991px) {
        .city-wrapper .city-box .pointer {
          display: none; } }
    .city-wrapper .city-box .caption {
      position: absolute;
      top: 100px;
      right: -100px;
      text-align: left;
      color: #fff; }
      @media (max-width: 991px) {
        .city-wrapper .city-box .caption {
          display: none; } }
      .city-wrapper .city-box .caption .caption-shad {
        text-shadow: 0.1px 1px 3px rgba(48, 48, 53, 0.3); }
      .city-wrapper .city-box .caption .icon-accuracy {
        display: inline-block;
        vertical-align: text-bottom;
        width: 16px;
        height: 17px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABDCAMAAAD04Zh8AAAAMFBMVEVHcEz///////////////////////////////////////////////////////////9EPuwCAAAAEHRSTlMAMGdDCxrB/+ZW9nqyoo/TY3Xt5wAAAqdJREFUeNqdWFu2wyAIjIKK7/3v9t4mhZgWc2zmK0EzAgNquz2GsRZwew7nwz8InhNQOBCfMvjwRnIPcxAE+RmDDYJyHYl1jSEHgb8MtBDWKGIQjB9gOSwLcEkY4oVgR1uhaEzQB2Nh25I+hSd/s1ZclKOHQA0HwyjvGglenDXv1NjXC9DvZYJ98CA/qbR8yoCVnRGsy+s5yXcUulJV2kwkSXocUMtNp9lBEu94SWPc+wlsSSHEuQudJZG6dNkf74mI2DecZwHOjSPv5hoUqEFYSaMdPLBJI9Bl9tJjdErSgg7QgthHCLnrWRIdOA2iijOZbRrSXAk4nWFJNHSNobN3VtJYwgxea6pjRL4zUmFrYvL0ykoQp3GdIXL6nFD18FMUlqsBjuZgqvVMZpYinlRz0HTfNuyMYaoJFhj4Yb0m8/VDWPbheR7mWphT1of1gCv1kNdqMs8ZzLQvujSpuQvDb/PedBxPZS4NoDLIGYWJtyiX5nk0OEllEa622zTQPznSlxyyNBdCMnqDy0Cd7NVZnjqqepDhI6nqYRBKNZbdSh8yuPMy3NQwgj0yITNcG/LZ7W7qk3M9ixNI42UKbXm9p94OFQ3NqsIlWRnSe00jHop6Np2SbFa9HcJw1qTmrnPAj5Lkjw5BGshFvAooXtouZnhLkrW7useXCGcCk2/Z2lx7ECQQSfJXTbDSQEGF5Ae70iWOBgpXZgQNdwJVEuDmwf2tq71txqIgpxaF6Bj9Z1cU2MYYk5le+JN9B5aL5JSqPVZEmQW3vxlk1EGMEYz4G4kJ4v3PjuC1FfBSFCrG+xvljzih0djoCqR3BFTyKwJnwDafhoHitjmwhjkk0/cw/Z6gigNzxBuOYrYlQE1BATWzLQNjpXABb1S/wMXcavHel3b3b8cf3X47sSRz7kAAAAAASUVORK5CYII=") no-repeat center;
        background-size: cover; }
      .city-wrapper .city-box .caption .icon-pressure {
        display: inline-block;
        vertical-align: baseline;
        width: 9px;
        height: 12px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAyCAMAAADoZjIvAAAAYFBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1QUVpAAAAIHRSTlMAA2/P7dV/CbT/wWR6DuX99RuOpi76P1YjTNsUNZmIRFC81csAAAFISURBVHgBjdRlgoNQDATg4G9wd7n/KXcrNGhe+/1FBzKhM8O0bMf16BuFJ98gvQBvIWlFMV6SNCOdHB8FaZQVWE0yHxtHjtJgzySBF2NPjOLiIBGitBxCH0XhzLqL0oHpong9ruyBzkLcuUTJUtxIMNJRAaaLUkMS0I7hgOmimJBNxAYbsmSLMkGHuzIm0Ap4OvXsiKdTb6YnB9+kAxEt+C7kP6bXExkpflDSuL7C5DqQmRRwFbweomktWcx9u6do3s4zfEj89SaJRw+RJZ/H7/c0SK9YfCY5X7tu45ZLUYWn2FtnJ8WdjqfFpbeuwlXq8UZOy+tyY8Vum9mjXNFxv+JTNxIWiKInw+LXUGFgWjhL23V7p7/1g7oEvxW4qTSnGbRZbNxLwtNeU7jTL3TW9NjjL3XVqQo7lhmRIOpm5di23ftT0NLeP+uiMpjUXGHXAAAAAElFTkSuQmCC") center no-repeat;
        background-size: cover; }
      .city-wrapper .city-box .caption.caption-1 {
        animation: hide-caption-1 160s infinite linear; }
      .city-wrapper .city-box .caption.caption-2 {
        animation: hide-caption-2 160s infinite linear;
        opacity: 0; }
      .city-wrapper .city-box .caption.caption-3 {
        animation: hide-caption-3 160s infinite linear;
        opacity: 0; }

@keyframes city-rotate {
  100% {
    transform: rotate(-360deg); } }

@keyframes clouds-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes hide-pointer {
  2% {
    opacity: 1; }
  3% {
    opacity: 0; }
  22% {
    opacity: 0; }
  23% {
    opacity: 1; }
  30% {
    opacity: 1; }
  31% {
    opacity: 0; }
  61% {
    opacity: 0; }
  62% {
    opacity: 1; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; }
  97% {
    opacity: 0; }
  98% {
    opacity: 1; } }

@keyframes hide-caption-1 {
  2% {
    opacity: 1; }
  3% {
    opacity: 0; }
  22% {
    opacity: 0; }
  97% {
    opacity: 0; }
  98% {
    opacity: 1; } }

@keyframes hide-caption-2 {
  22% {
    opacity: 0; }
  23% {
    opacity: 1; }
  30% {
    opacity: 1; }
  31% {
    opacity: 0; } }

@keyframes hide-caption-3 {
  61% {
    opacity: 0; }
  62% {
    opacity: 1; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; } }

.card-cream {
  background-image: linear-gradient(45deg, #edf5fa, #ffffff);
  box-shadow: 1.3px 18px 28.9px 9.1px rgba(0, 0, 0, 0.07);
  border: none;
  position: relative;
  top: -50px;
  padding: 3rem; }
  .card-cream:after {
    content: "";
    background-color: #0f80e9;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: 0;
    height: 200%;
    width: 300%;
    z-index: -1; }
  @media (min-width: 992px) {
    .card-cream div[class*="col-"] {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .card-cream div[class*="col-"]:not(:last-child) {
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .card-cream div[class*="col-"]:not(:last-child) {
        border-right: 1px solid #ced4da;
        padding-bottom: 0; } }
  .card-cream.card-cream-clear {
    background-image: none;
    box-shadow: none;
    top: 0; }
    .card-cream.card-cream-clear:after {
      display: none; }

.testi-logo-wrapper {
  background: #fff;
  width: 277px;
  height: 277px;
  box-shadow: 0 3px 2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  @media (max-width: 991px) {
    .testi-logo-wrapper {
      margin: 0 auto 4rem;
      width: 180px;
      height: 180px; } }

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0;
  padding-right: 5rem;
  list-style: none;
  line-height: 0;
  font-size: 0; }
  @media (max-width: 991px) {
    .slick-dots {
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 2.5rem; } }
  .slick-dots li {
    display: inline-block;
    opacity: .5;
    transition: opacity .3s; }
    .slick-dots li + li {
      margin-left: 1.2rem; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      opacity: 1; }
    .slick-dots li button {
      width: 1rem;
      height: 1rem;
      border-radius: 100%;
      background-color: #fff;
      border: none;
      outline: none; }

.slider-testimonials--compact-mode .testi-logo-wrapper {
  width: 165px;
  height: 165px; }

.slider-testimonials--compact-mode .label-quotes {
  padding-right: 0;
  padding-left: 30px; }
  .slider-testimonials--compact-mode .label-quotes:before, .slider-testimonials--compact-mode .label-quotes:after {
    font-size: 40px; }
  .slider-testimonials--compact-mode .label-quotes:after {
    content: ''; }

.slider-testimonials--compact-mode .slick-dots {
  padding-right: 8rem; }

.slider-testimonials--compact-mode .slick-dots li + li {
  margin-left: 0.5rem; }

.slider-testimonials--compact-mode .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0; }

.list-solutions {
  background-image: linear-gradient(to right, #f7f7f7, #ffffff);
  box-shadow: 0.7px 10px 28.9px 9.1px rgba(0, 0, 0, 0.1); }
  .list-solutions .tab-pane {
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% top; }
    .list-solutions .tab-pane .list-solutions-desc {
      width: 50%;
      padding-left: 5rem;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .list-solutions .nav-link {
    border-radius: 0;
    padding: .75rem 0 .75rem 1.5rem;
    color: #495057;
    transition: all .2s; }
    .list-solutions .nav-link:hover, .list-solutions .nav-link:active, .list-solutions .nav-link:focus {
      color: #1a1d20; }
    .list-solutions .nav-link + .nav-link {
      position: relative; }
      .list-solutions .nav-link + .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(90deg, #f7f7f7 10%, #dddddd 100%); }
    .list-solutions .nav-link.active {
      color: #fff; }

.list-solutions-mob .card {
  border-radius: 0; }
  .list-solutions-mob .card .card-header {
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    border: none; }
    .list-solutions-mob .card .card-header a {
      padding: 1rem 4rem 1rem 2rem;
      font-weight: bold;
      position: relative;
      background-color: #009CEC;
      color: #fff; }
      .list-solutions-mob .card .card-header a.collapsed {
        background-color: #fff;
        color: #009CEC;
        transition: all .2s; }
        .list-solutions-mob .card .card-header a.collapsed:hover, .list-solutions-mob .card .card-header a.collapsed:active, .list-solutions-mob .card .card-header a.collapsed:focus {
          color: #005986; }
      .list-solutions-mob .card .card-header a:after {
        content: "+";
        position: absolute;
        right: 2rem;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        color: #009CEC;
        font-size: 1.2rem; }
  .list-solutions-mob .card .card-body {
    color: #fff;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% center; }

@media (max-width: 991px) {
  .list-solutions-lg {
    margin-top: 3rem; } }

.list-solutions-lg .card {
  position: relative;
  z-index: 0;
  background-color: #009CEC;
  padding-top: 45%;
  color: #fff; }
  @media (min-width: 992px) {
    .list-solutions-lg .card {
      width: calc(100% - 3rem);
      padding-top: 30%; } }
  .list-solutions-lg .card + .card {
    margin-top: 3.5rem; }
    @media (min-width: 992px) {
      .list-solutions-lg .card + .card {
        margin-top: 6.5rem; } }
  .list-solutions-lg .card .card-body {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .list-solutions-lg .card .card-body {
        padding: 3rem;
        width: 65%; } }
    @media (min-width: 992px) {
      .list-solutions-lg .card .card-body .card-subtitle {
        width: 50%; } }
    @media (max-width: 767px) {
      .list-solutions-lg .card .card-body .t-1 {
        font-size: 1.4rem; } }
  .list-solutions-lg .card .card-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: transparent;
    position: relative;
    z-index: 10; }
    @media (min-width: 992px) {
      .list-solutions-lg .card .card-footer {
        padding: 1rem 0 3rem 3rem; } }

.list-solutions-lg .card-solution-lg-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: 1.3px 18px 28.9px 9.1px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .list-solutions-lg .card-solution-lg-bg {
      top: -2rem;
      right: -3rem;
      width: 82%; } }
  @media (max-width: 767px) {
    .list-solutions-lg .card-solution-lg-bg {
      background-position: center center; } }

.list-solutions-sm {
  margin-top: 6rem; }
  @media (max-width: 991px) {
    .list-solutions-sm {
      margin-top: 3rem; } }
  .list-solutions-sm .card {
    margin-bottom: 2rem;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 180px; }
    .list-solutions-sm .card:after {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      mix-blend-mode: multiply;
      background-color: rgba(15, 128, 233, 0.75); }
    @media (min-width: 576px) {
      .list-solutions-sm .card {
        padding-top: 55.92885375%;
        margin-left: 1rem;
        margin-bottom: 3rem; } }
    @media (min-width: 992px) {
      .list-solutions-sm .card {
        margin-left: 2rem; }
        .list-solutions-sm .card:after {
          position: static;
          background-color: unset; } }
    .list-solutions-sm .card .card-solution-sm {
      color: #fff;
      padding: 1.5rem 2rem;
      display: inline-block;
      position: relative;
      z-index: 1; }
      @media (min-width: 576px) {
        .list-solutions-sm .card .card-solution-sm {
          width: 70%;
          min-height: 220px;
          position: absolute;
          top: 1rem;
          left: -1rem;
          background-color: #009CEC;
          box-shadow: 1.3px 18px 28.9px 9.1px rgba(0, 0, 0, 0.2); } }
      @media (min-width: 992px) {
        .list-solutions-sm .card .card-solution-sm {
          width: 80%; } }
      @media (min-width: 1200px) {
        .list-solutions-sm .card .card-solution-sm {
          width: 65%; } }

.list-jobs .card {
  background-color: transparent;
  border-radius: 0; }
  .list-jobs .card:not(:first-child) {
    border-top: 1px solid #dee2e6; }
  .list-jobs .card .card-header {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none; }
    .list-jobs .card .card-header a {
      padding: 2rem 4rem 2rem 2rem;
      font-weight: 600;
      position: relative;
      color: #495057;
      transition: all .2s; }
      @media (max-width: 767px) {
        .list-jobs .card .card-header a {
          padding-left: 0; } }
      .list-jobs .card .card-header a:hover, .list-jobs .card .card-header a:active, .list-jobs .card .card-header a:focus {
        color: #1a1d20; }
      .list-jobs .card .card-header a:after {
        content: "+";
        position: absolute;
        right: 2rem;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        color: #009CEC;
        font-size: 1.8rem;
        line-height: 1; }
      .list-jobs .card .card-header a[aria-expanded="true"]:after {
        content: "−"; }
  .list-jobs .card .card-body {
    padding-left: 2rem;
    padding-bottom: 4rem; }
    @media (max-width: 767px) {
      .list-jobs .card .card-body {
        padding-left: 0; } }
    .list-jobs .card .card-body h1, .list-jobs .card .card-body h2, .list-jobs .card .card-body h3, .list-jobs .card .card-body h4 {
      margin: 0;
      font-size: 100%;
      font: inherit; }

.cc-table_broadcast {
  width: 100%;
  padding-bottom: 1rem; }
  @media (min-width: 992px) {
    .cc-table_broadcast {
      display: table;
      table-layout: fixed;
      padding-bottom: 5rem; } }
  .cc-table_broadcast .cc-table_broadcast-row {
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .cc-table_broadcast .cc-table_broadcast-row {
        display: table-row; } }
    .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col {
      vertical-align: middle; }
      @media (max-width: 991px) {
        .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col {
          text-align: center;
          padding-top: .3rem;
          padding-bottom: .3rem; } }
      @media (min-width: 992px) {
        .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col {
          display: table-cell;
          border-bottom: 1px solid #dee2e6;
          padding-top: 2rem;
          padding-bottom: 2rem; } }
      .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(1) {
        font-size: 0; }
        @media (min-width: 992px) {
          .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(1) {
            width: calc(40px + 1.5rem); } }
      .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(2) {
        line-height: 1.1; }
        @media (min-width: 992px) {
          .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(2) {
            width: 29%;
            padding-right: 3rem; } }
      @media (min-width: 992px) {
        .cc-table_broadcast .cc-table_broadcast-row .cc-table_broadcast-col:nth-child(3) {
          padding-right: .5rem;
          width: 35%; } }

.item-bullet {
  position: relative;
  padding-left: 1.4rem; }
  .item-bullet:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: .8rem;
    height: .8rem;
    background: transparent url("../img/bullit.svg") no-repeat center;
    background-size: cover;
    display: inline-block; }

.card-related {
  background-color: #009CEC;
  position: relative;
  padding-top: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply; }
  .card-related .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    transition: all .2s;
    font-weight: 400; }
    .card-related .card-body:hover, .card-related .card-body:active, .card-related .card-body:focus {
      color: #cccccc; }

.popover {
  border: none;
  color: #101820;
  border-radius: 8px;
  padding: .75rem;
  max-width: 300px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .popover {
      max-width: 500px !important; } }
  .popover .arrow::before {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important; }

@media (min-width: 768px) {
  .api-hero-subtitle {
    font-size: 30px;
    font-weight: 600; } }

@media (min-width: 768px) {
  .api-hero-desc {
    font-size: 24px;
    line-height: 1.3; } }

.api-cta {
  background-color: #1b8fd2; }
  @media (min-width: 768px) {
    .api-cta {
      width: 295px;
      height: 62px;
      line-height: 38px; } }

.api-central-section {
  padding-bottom: 3rem;
  position: relative; }
  @media (min-width: 992px) {
    .api-central-section {
      padding-top: 0; } }
  .api-central-section .api-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 576px) {
      .api-central-section .api-tabs {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .api-central-section .api-tabs .nav-item {
      margin-top: .75rem; }
      .api-central-section .api-tabs .nav-item + .nav-item {
        margin-left: .4rem; }
        @media (min-width: 992px) {
          .api-central-section .api-tabs .nav-item + .nav-item {
            margin-left: 1.5rem; } }
      .api-central-section .api-tabs .nav-item .nav-link {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 90px;
        height: 100px;
        transition: all .35s; }
        @media (min-width: 992px) {
          .api-central-section .api-tabs .nav-item .nav-link {
            width: 180px;
            height: 200px;
            transform: translate3d(0, 0, 0);
            will-change: transform; }
            .api-central-section .api-tabs .nav-item .nav-link:hover {
              transform: translate3d(0, 4px, 0); } }
        .api-central-section .api-tabs .nav-item .nav-link.nav-link-1 {
          background-image: url("../img/tile-newtech-inactive.png"); }
          .api-central-section .api-tabs .nav-item .nav-link.nav-link-1.active {
            background-image: url("../img/tile-newtech-active.png"); }
        .api-central-section .api-tabs .nav-item .nav-link.nav-link-2 {
          background-image: url("../img/tile-groundlevel-inactive.png"); }
          .api-central-section .api-tabs .nav-item .nav-link.nav-link-2.active {
            background-image: url("../img/tile-groundlevel-active.png"); }
        .api-central-section .api-tabs .nav-item .nav-link.nav-link-3 {
          background-image: url("../img/tile-hyperlocal-inactive.png"); }
          .api-central-section .api-tabs .nav-item .nav-link.nav-link-3.active {
            background-image: url("../img/tile-hyperlocal-active.png"); }
        .api-central-section .api-tabs .nav-item .nav-link.nav-link-4 {
          background-image: url("../img/tile-updates-inactive.png"); }
          .api-central-section .api-tabs .nav-item .nav-link.nav-link-4.active {
            background-image: url("../img/tile-updates-active.png"); }
        .api-central-section .api-tabs .nav-item .nav-link.nav-link-5 {
          background-image: url("../img/tile-nowcast-inactive.png"); }
          .api-central-section .api-tabs .nav-item .nav-link.nav-link-5.active {
            background-image: url("../img/tile-nowcast-active.png"); }
  .api-central-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #171717;
    width: 100%;
    height: 125px; }
  .api-central-section .tab-content {
    color: #6f6f6f;
    padding-top: 2.5rem; }
    @media (min-width: 576px) {
      .api-central-section .tab-content {
        font-size: 25px; } }

.api-page.api-page--mode {
  margin-top: 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .api-page.api-page--mode {
      padding-top: 0; } }

.bg-hero-blog {
  background: url("../img/photo-hero-blog.jpg") no-repeat bottom center;
  background-size: cover;
  max-height: 460px; }

.card-post .card-header {
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f8f9fa; }

.card-post .card-body {
  padding-left: 0;
  padding-right: 0; }

.post-first {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .post-first {
      margin-top: 3rem;
      margin-bottom: 3.5rem; }
      .post-first .card.card-post {
        -ms-flex-direction: row;
            flex-direction: row; }
      .post-first .card-header {
        height: 400px;
        width: 65%; }
      .post-first .card-body {
        width: 35%;
        padding-left: 2rem; }
        .post-first .card-body .card-title {
          font-size: 2.5rem; } }

.post-body {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 4rem;
  /*div, p, a {
    @extend .fs-lg;
    @extend .fw-n;
  }*/ }
  .post-body iframe {
    max-width: 100%; }
    @media (min-width: 768px) {
      .post-body iframe {
        width: 100%;
        min-height: 400px; } }
  .post-body img {
    max-width: 100%;
    height: auto;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem; }
  .post-body .wp-caption {
    max-width: 100%;
    height: auto;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem; }
    .post-body .wp-caption img {
      margin-bottom: 0;
      margin-top: 0; }
    .post-body .wp-caption .wp-caption-text {
      padding-top: .75rem; }
  .post-body .gallery-caption {
    padding-top: .75rem; }
  .post-body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .post-body .alignright {
    display: block; }
    @media (min-width: 768px) {
      .post-body .alignright {
        float: right;
        margin-left: 1.5rem;
        margin-bottom: 1rem; } }
  .post-body .alignleft {
    display: block;
    max-width: 100%; }
    @media (min-width: 768px) {
      .post-body .alignleft {
        float: left;
        margin-right: 3rem; } }

.post-tags {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .post-tags a {
    padding: .4rem .65rem;
    margin-right: .4rem;
    margin-top: .5rem; }

.post-tags--top {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .post-tags--top {
      padding-bottom: 0; } }

.post-author {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e9ecef; }
  .post-author img {
    max-width: 100%;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2rem; }

@media (min-width: 576px) {
  .modal-demo .modal-dialog {
    max-width: 1000px;
    margin: 30px auto;
    background-color: transparent; } }

.modal-demo .modal-dialog .modal-header {
  border: none;
  padding-top: 0;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .modal-demo .modal-dialog .modal-header .close {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    float: none;
    line-height: 1;
    opacity: 1;
    outline: none; }

.modal-demo .modal-dialog .modal-body {
  padding-top: 0; }
  .modal-demo .modal-dialog .modal-body .card {
    padding: 3rem;
    box-shadow: -0.6px 18px 35px 8px rgba(16, 24, 32, 0.25); }
    .modal-demo .modal-dialog .modal-body .card.card-demo-left {
      position: absolute;
      z-index: 10;
      right: -2.5rem;
      left: 2.5rem;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      color: white;
      background-color: #009CEC;
      height: 80%; }
      .modal-demo .modal-dialog .modal-body .card.card-demo-left img {
        position: relative;
        left: -6.5rem;
        width: 443px; }
        @media (max-width: 991px) {
          .modal-demo .modal-dialog .modal-body .card.card-demo-left img {
            width: 360px; } }
      .modal-demo .modal-dialog .modal-body .card.card-demo-left .socials {
        mix-blend-mode: multiply; }
    @media (min-width: 768px) {
      .modal-demo .modal-dialog .modal-body .card.card-demo-right {
        padding: 2rem 1rem 2rem 4rem; } }

.modal-demo .modal-content {
  background-color: transparent; }

  .af-form.acf-form .acf-fields > .acf-field {
    border-top-width: 0; }
  .af-form.acf-form .af-field.acf-field .af-label.acf-label label {
    font-size: 1rem;
    font-weight: 300;
    color: #101820; }
  .af-form.acf-form .af-field.acf-field .af-input.acf-input input, .af-form.acf-form .af-field.acf-field .af-input.acf-input textarea {
    font-size: 1.4rem;
    padding: 0 .5rem;
    height: auto;
    border: 1px solid #e9ecef; }
  .af-form.acf-form .af-field.acf-field .af-input.acf-input textarea {
    padding-top: .4rem; }
  .af-form.acf-form ul.acf-radio-list.acf-bl > li {
    display: inline-block !important;
    padding-right: 2rem !important;
    font-size: 1rem !important; }
    .af-form.acf-form ul.acf-radio-list.acf-bl > li label input {
      vertical-align: unset;
      margin-right: 8px; }
  .af-form.acf-form .af-submit button {
    margin-left: 12px; }

/*
}*/
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 0.4rem .75rem;
  margin-right: .75rem;
  font-size: 1rem;
  color: #868e96;
  border-color: #e9ecef;
  border-radius: 2px;
  transition: all .2s; }
  .wp-pagenavi a:hover, .wp-pagenavi span:hover {
    background-color: #009CEC;
    color: #fff;
    border-color: #009CEC; }
  .wp-pagenavi a.current, .wp-pagenavi span.current {
    background-color: #009CEC;
    color: #fff;
    border-color: #009CEC;
    font-weight: bold; }

.header {
  background-color: #fff !important;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.1s;
  height: 100px;
  z-index: 999999; }
  @media screen and (max-width: 768px) {
    .header {
      height: 70px; } }
  .header.is-sticky {
    background-color: #fff; }
  .header .menu-mobile.is-open {
    background-color: #fff !important; }
  .header .header-mob {
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (min-width: 1024px) {
      .header .header-mob {
        display: none; } }
  .header .burger {
    position: absolute;
    z-index: 15;
    right: 1.5rem;
    top: 52%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    cursor: pointer;
    background: #101820;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 5px; }
    @media screen and (min-width: 1024px) {
      .header .burger {
        display: none; } }
    .header .burger div {
      width: 32px;
      height: 2px;
      background-color: #fff;
      margin-bottom: 7px;
      transition: transform 0.2s;
      will-change: transform; }
    .header .burger.is-open div {
      width: 26px;
      height: 2px;
      background-color: #fff;
      margin-bottom: 7px;
      transition: transform 0.2s;
      will-change: transform; }
      .header .burger.is-open div:nth-child(3) {
        height: 2px;
        -ms-transform: rotate(45deg) translate(-6px, -6px);
            transform: rotate(45deg) translate(-6px, -6px); }
      .header .burger.is-open div:nth-child(1) {
        height: 2px;
        -ms-transform: rotate(-45deg) translate(-7px, 7px);
            transform: rotate(-45deg) translate(-7px, 7px); }

nav.flex-nowrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  nav.flex-nowrap a.btn {
    font-size: 14px;
    font-weight: 400;
    color: #101820; }
  nav.flex-nowrap .nav-link {
    color: #101820 !important;
    transition: all 0.3s ease; }
    nav.flex-nowrap .nav-link:hover {
      opacity: 0.5; }
  nav.flex-nowrap .menu-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: space-around;
        align-items: space-around; }
    nav.flex-nowrap .menu-wrapper ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      nav.flex-nowrap .menu-wrapper ul li {
        position: relative; }
        nav.flex-nowrap .menu-wrapper ul li a {
          color: #101820 !important;
          transition: all 0.3s ease;
          font-size: 16px;
          font-family: "HudsonNY", sans-serif;
          font-weight: 400; }
          nav.flex-nowrap .menu-wrapper ul li a:hover {
            opacity: 0.5; }
        nav.flex-nowrap .menu-wrapper ul li.menu-item-has-children ul.sub-menu {
          display: none;
          opacity: 0;
          transition: opacity 0.3s ease; }
          nav.flex-nowrap .menu-wrapper ul li.menu-item-has-children ul.sub-menu li a {
            position: relative;
            display: block;
            line-height: 30px; }
        nav.flex-nowrap .menu-wrapper ul li.menu-item-has-children:hover ul.sub-menu {
          display: block;
          opacity: 1;
          visibility: visible;
          position: absolute;
          left: 0;
          top: 25px;
          background: white;
          width: 210px;
          padding: 20px; }
          nav.flex-nowrap .menu-wrapper ul li.menu-item-has-children:hover ul.sub-menu:hover {
            display: block; }
      nav.flex-nowrap .menu-wrapper ul.primary-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-align: center;
            align-items: center; }

.menu-mobile {
  padding-bottom: 200px;
  display: none;
  z-index: 12345; }
  @media screen and (max-width: 1200px) {
    .menu-mobile {
      display: block; } }
  .menu-mobile ul {
    list-style: none;
    padding: 0 !important; }
    .menu-mobile ul li.menu-item-has-children {
      position: relative; }
      .menu-mobile ul li.menu-item-has-children > a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        color: #101820; }
        @media screen and (max-width: 1024px) {
          .menu-mobile ul li.menu-item-has-children > a {
            font-family: "HudsonNY", sans-serif; } }
        .menu-mobile ul li.menu-item-has-children > a::after {
          content: "";
          display: block;
          position: relative;
          width: 0;
          height: 0;
          margin-left: 10px;
          border-style: solid;
          border-width: 4px 0 4px 6px;
          border-color: transparent transparent transparent #101820;
          transition: all 0.3s ease; }
      .menu-mobile ul li.menu-item-has-children.active > a::after {
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      .menu-mobile ul li.menu-item-has-children.active .sub-menu {
        height: auto;
        margin-top: -30px; }
      .menu-mobile ul li.menu-item-has-children .sub-menu {
        height: 0;
        overflow: hidden; }
        .menu-mobile ul li.menu-item-has-children .sub-menu li a {
          font-size: 16px;
          line-height: 22px;
          margin: 15px 0;
          padding-left: 20px;
          color: #101820; }

.free-trial {
  position: relative; }
  .free-trial ul.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    background: white;
    width: 210px;
    padding: 20px !important; }
    .free-trial ul.submenu.active {
      display: block !important;
      opacity: 1 !important; }
      .free-trial ul.submenu.active:hover {
        display: block !important; }
  .free-trial li {
    position: relative;
    display: block;
    z-index: 12; }

footer {
  padding-top: 250px;
  padding-bottom: 0 !important;
  background-size: cover;
  background-position: 50%; }
  footer .footer-cta {
    /*padding-top: 100px;*/
    padding-top: 0;
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
    footer .footer-cta .footer-cta-title {
      font-size: 68px;
      color: #fff;
      letter-spacing: 12px;
      line-height: 102px; }
      @media screen and (max-width: 768px) {
        footer .footer-cta .footer-cta-title {
          font-size: 36px;
          letter-spacing: 6.35px;
          line-height: 38px; } }
    footer .footer-cta .footer-cta-text {
      font-size: 16px;
      color: #fff;
      line-height: 28px; }
    footer .footer-cta a.btn.btn-blue-ghost {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
      width: 330px;
      max-width: 100% !important;
      margin: auto;
      margin-top: 20px; }
      footer .footer-cta a.btn.btn-blue-ghost:hover {
        background-color: #fff;
        color: #101820; }
  footer .footer-separator {
    background-color: #fff;
    border-color: #fff;
    margin-top: 150px;
    height: 0px;
    display: block;
    position: relative;
    width: 100%; }
  footer .footer-bottom {
    /* Rectangle 8: */
    padding-bottom: 100px;
    padding-top: 20px;
    background-image: linear-gradient(rgba(16, 24, 32, 0) 0%, rgba(16, 24, 32, 0.78) 32%, #101820 70%); }
    footer .footer-bottom .tos-row {
      margin-top: 0; }
    footer .footer-bottom *, footer .footer-bottom .address {
      color: #fff; }
    footer .footer-bottom .copyright {
      color: #fff; }
    footer .footer-bottom .socials {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
      footer .footer-bottom .socials a {
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center; }

.page-id-21 .image-container img {
  filter: none !important; }

.page-id-10 section.hero.no-image {
  min-height: 250px; }
  @media screen and (max-width: 768px) {
    .page-id-10 section.hero.no-image {
      min-height: 200px; } }
  .page-id-10 section.hero.no-image .row.expanded {
    margin-top: 200px !important;
    margin-bottom: 120px !important; }
    @media screen and (max-width: 1024px) {
      .page-id-10 section.hero.no-image .row.expanded {
        margin-top: 400px !important;
        margin-bottom: 0 !important; } }
    @media screen and (max-width: 768px) {
      .page-id-10 section.hero.no-image .row.expanded {
        margin-top: 350px !important;
        margin-bottom: 0 !important; } }
  .page-id-10 section.hero.no-image .coordinates {
    top: 50px !important; }
  .page-id-10 section.hero.no-image .text-container {
    padding-top: 0 !important; }

.card-title,
.header-font {
  font-family: "HudsonNY", sans-serif !important;
  font-weight: 300 !important; }

ul.menu {
  list-style: none; }

html {
  overflow-x: hidden; }

body .single-solution a.demo-btn {
  margin: 30px auto auto; }

section.hero {
  position: relative;
  min-height: 900px;
  z-index: 12; }
  @media screen and (max-width: 768px) {
    section.hero {
      padding-bottom: 0;
      z-index: 0; } }
  section.hero.no-image {
    min-height: 650px; }
    @media screen and (max-width: 768px) {
      section.hero.no-image {
        min-height: 350px; } }
    section.hero.no-image .row.expanded {
      margin-top: 300px; }
    @media screen and (max-width: 768px) {
      section.hero.no-image .polygon {
        top: -660px !important;
        right: -120px !important;
        left: auto !important;
        display: block;
        left: auto;
        position: absolute; } }
  section.hero.text-left > .row {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin: 0; }
    section.hero.text-left > .row .text-container {
      padding-left: 180px; }
      @media screen and (max-width: 768px) {
        section.hero.text-left > .row .text-container {
          padding-left: 0; } }
    section.hero.text-left > .row .image-container {
      padding: 0; }
  @media screen and (max-width: 768px) {
    section.hero.text-left .polygon {
      top: -100px;
      left: -300px;
      right: auto;
      display: block; } }
  section.hero.text-left .coordinates {
    right: auto;
    left: -120px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  section.hero .row {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
    /* Portrait and Landscape */ }
    @media only screen and (max-width: 1200px) {
      section.hero .row {
        margin: 0; } }
    @media screen and (max-width: 768px) {
      section.hero .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    section.hero .row .text-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      padding-top: 200px;
      padding-left: 80px;
      /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
      /* Portrait and Landscape */ }
      @media only screen and (max-width: 1200px) {
        section.hero .row .text-container {
          padding: 0; } }
      section.hero .row .text-container .title-subtitle-wrapper {
        max-width: 500px; }
        @media only screen and (max-width: 1200px) {
          section.hero .row .text-container .title-subtitle-wrapper {
            padding: 20px;
            margin-top: -200px;
            background: #fff;
            width: 65%; } }
        @media screen and (max-width: 768px) {
          section.hero .row .text-container .title-subtitle-wrapper {
            width: 95%;
            margin-top: -110px; } }
        section.hero .row .text-container .title-subtitle-wrapper h1 {
          max-width: 90%;
          font-size: 72px; }
          @media screen and (min-width: 1024px) {
            section.hero .row .text-container .title-subtitle-wrapper h1 {
              max-width: 50%; } }
          section.hero .row .text-container .title-subtitle-wrapper h1 p {
            line-height: 1;
            line-height: 64px;
            letter-spacing: 4.5px;
            position: relative;
            /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
            /* Portrait and Landscape */ }
            @media screen and (max-width: 768px) {
              section.hero .row .text-container .title-subtitle-wrapper h1 p {
                line-height: 32px;
                letter-spacing: 2.25px;
                font-size: 36px; } }
            section.hero .row .text-container .title-subtitle-wrapper h1 p sup {
              font-size: 18px;
              top: -2.3rem; }
              @media screen and (min-width: 1524px) {
                section.hero .row .text-container .title-subtitle-wrapper h1 p sup {
                  right: 0; } }
              @media screen and (max-width: 768px) {
                section.hero .row .text-container .title-subtitle-wrapper h1 p sup {
                  top: -0.8rem; } }
          @media screen and (max-width: 765px) {
            section.hero .row .text-container .title-subtitle-wrapper h1 {
              font-size: 42px; } }
        section.hero .row .text-container .title-subtitle-wrapper p.subtitle {
          margin-top: 20px;
          letter-spacing: 4px;
          line-height: 22px;
          font-size: 18px;
          /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
          /* Portrait and Landscape */ }
          @media only screen and (max-width: 1200px) {
            section.hero .row .text-container .title-subtitle-wrapper p.subtitle {
              margin-bottom: 20px; } }
          @media screen and (max-width: 768px) {
            section.hero .row .text-container .title-subtitle-wrapper p.subtitle {
              font-size: 16px;
              margin-bottom: 0; } }
      section.hero .row .text-container .calls-to-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        margin: auto; }
        @media screen and (min-width: 1200px) {
          section.hero .row .text-container .calls-to-action {
            margin: 0;
            width: 50%; } }
        @media screen and (max-width: 768px) {
          section.hero .row .text-container .calls-to-action {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center; } }
        section.hero .row .text-container .calls-to-action.inverted a.btn {
          color: #fff; }
        section.hero .row .text-container .calls-to-action a.btn {
          margin: 30px 14px;
          width: 100%;
          color: #101820;
          max-width: 250px; }
          @media screen and (max-width: 767px) {
            section.hero .row .text-container .calls-to-action a.btn {
              width: 90% !important;
              max-width: 100%;
              margin: 10px 30px !important; } }
          section.hero .row .text-container .calls-to-action a.btn:first-of-type {
            margin-left: 0; }
      section.hero .row .text-container .description {
        margin: 30px 0;
        max-width: 410px;
        font-size: 16px; }
        section.hero .row .text-container .description * {
          line-height: 28px; }
        @media screen and (max-width: 1200px) {
          section.hero .row .text-container .description {
            padding-left: 20px;
            margin-top: 0; } }
        @media screen and (max-width: 768px) {
          section.hero .row .text-container .description {
            margin-top: 20px;
            padding-right: 20px; } }
      @media only screen and (max-width: 1200px) {
        section.hero .row .image-container {
          padding: 0; } }
      section.hero .row .image-container img {
        width: 100%;
        height: 900px;
        object-fit: cover;
        }
        @media screen and (max-width: 1200px) {
          section.hero .row .image-container img {
            height: 600px;
            width: 100%; } }
  section.hero .polygon {
    position: absolute;
    bottom: -100px;
    right: -100px; }
    @media screen and (max-width: 768px) {
      section.hero .polygon {
        display: none; } }
  section.hero .coordinates {
    position: absolute;
    top: 300px;
    right: -120px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    letter-spacing: 10px;
    color: #9B9B9B;
    font-size: 10px; }
    @media screen and (max-width: 768px) {
      section.hero .coordinates {
        display: none; } }

section.sequential {
  padding: 170px 0;
  background-size: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #000; }
  @media screen and (max-width: 1024px) {
    section.sequential {
      padding-bottom: 0;
      padding-top: 140px; } }
  section.sequential .sequential-content-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  section.sequential .sequential-content {
    text-align: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    section.sequential .sequential-content .sequential-title {
      margin-bottom: 100px; }
      @media screen and (max-width: 768px) {
        section.sequential .sequential-content .sequential-title {
          max-width: 65%;
          margin-bottom: 75px; } }
      section.sequential .sequential-content .sequential-title p {
        line-height: 50px;
        letter-spacing: 4px;
        font-size: 48px; }
        @media screen and (max-width: 768px) {
          section.sequential .sequential-content .sequential-title p {
            font-size: 24px;
            letter-spacing: 2px;
            line-height: 25px; } }
        section.sequential .sequential-content .sequential-title p b,
        section.sequential .sequential-content .sequential-title p strong {
          color: #009CEC; }
    section.sequential .sequential-content .sequential-description {
      padding: 0 50px;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        section.sequential .sequential-content .sequential-description {
          margin-top: 0;
          padding: 0 41px; } }
    section.sequential .sequential-content a.btn {
      margin-top: 50px;
      width: 324px;
      max-width: 100%;
      background: transparent;
      color: #fff; }
      @media screen and (max-width: 768px) {
        section.sequential .sequential-content a.btn {
          max-width: 250px; } }
      section.sequential .sequential-content a.btn:hover {
        background-color: #009CEC !important; }
  section.sequential .row.sequence {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 100px;
    max-width: 100%; }
    @media screen and (max-width: 1080px) {
      section.sequential .row.sequence {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    section.sequential .row.sequence .sequence-item {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      color: #fff;
      margin-top: 75px; }
      @media screen and (max-width: 768px) {
        section.sequential .row.sequence .sequence-item {
          width: 75%; } }
      @media screen and (max-width: 1024px) {
        section.sequential .row.sequence .sequence-item {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          margin-top: 0;
          padding-bottom: 170px; }
          section.sequential .row.sequence .sequence-item:nth-of-type(even) {
            border-right: 1px solid #000;
            border-left: 1px solid #fff; } }
  @media screen and (max-width: 1024px) and (max-width: 768px) {
    section.sequential .row.sequence .sequence-item {
      padding-bottom: 120px; } }
      @media screen and (max-width: 1024px) {
        section.sequential .row.sequence .sequence-item .border-mask {
          display: block;
          position: absolute;
          background: #000;
          z-index: 9;
          top: -2px;
          left: 50%;
          margin-left: -60px;
          height: 6px;
          width: 120px; } }
      @media screen and (max-width: 1024px) {
        section.sequential .row.sequence .sequence-item:first-of-type .border-mask, section.sequential .row.sequence .sequence-item:last-of-type .border-mask {
          display: block;
          position: absolute;
          background: #000;
          z-index: 9;
          top: -2px;
          left: -1px;
          height: 6px;
          width: 65%; } }
      section.sequential .row.sequence .sequence-item::after {
        content: "";
        display: block;
        position: absolute;
        width: 175px;
        height: 1px;
        background: #fff;
        top: 50px;
        left: 220px; }
        @media screen and (max-width: 1200px) {
          section.sequential .row.sequence .sequence-item::after {
            display: none; } }
      section.sequential .row.sequence .sequence-item img {
        max-width: 85px;
        margin-bottom: 30px;
        z-index: 12;
        position: relative;
        }
        @media screen and (max-width: 1024px) {
          section.sequential .row.sequence .sequence-item img {
            margin-top: -50px; } }
      section.sequential .row.sequence .sequence-item .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px; }
        @media screen and (max-width: 768px) {
          section.sequential .row.sequence .sequence-item .title {
            font-size: 18px;
            letter-spacing: 1px;
            line-height: 19px; } }
      section.sequential .row.sequence .sequence-item .description {
        font-size: 16px;
        line-height: 28px;
        padding: 0 20px; }
        @media screen and (max-width: 768px) {
          section.sequential .row.sequence .sequence-item .description {
            font-size: 14px;
            line-height: 24px;
            padding: 0 50px; } }
      @media screen and (max-width: 1024px) {
        section.sequential .row.sequence .sequence-item:last-of-type {
          border-left: 1px solid #000; } }
      @media only screen and (min-width: 736px) and (max-width: 812px) and (orientation: landscape) {
        section.sequential .row.sequence .sequence-item:last-of-type {
          border-left: 1px solid #000; } }
      section.sequential .row.sequence .sequence-item:last-of-type::after {
        display: none; }

section.two-column-split.case-study-split {
  margin-top: 0;
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    section.two-column-split.case-study-split {
      padding: 250px 0 60px; } }
  section.two-column-split.case-study-split .polygon {
    position: absolute;
    left: 0;
    top: 20%; }
  section.two-column-split.case-study-split .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    /* Portrait and Landscape */ }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      section.two-column-split.case-study-split .row {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    section.two-column-split.case-study-split .row .text-container {
      position: relative;
      /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
      /* Portrait and Landscape */ }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        section.two-column-split.case-study-split .row .text-container {
          position: relative;
          margin-top: -400px;
          max-width: 450px;
          -ms-flex-item-align: end;
              align-self: flex-end; } }
      @media screen and (max-width: 768px) {
        section.two-column-split.case-study-split .row .text-container .title-subtitle-wrapper {
          background-color: transparent !important;
          margin-left: 12px; } }
      section.two-column-split.case-study-split .row .text-container .title * {
        font-size: 42px;
        letter-spacing: 4px;
        line-height: 50px; }
        @media(max-width: 1400px){
          section.two-column-split.case-study-split .row .text-container .title * {
             font-size: 38px;
             line-height: 48px;
             letter-spacing: 2px;
          }
        }
        @media screen and (max-width: 768px) {
          section.two-column-split.case-study-split .row .text-container .title * {
            color: #fff;
            font-size: 18px;
            letter-spacing: 2px;
            line-height: 24px; } }
      section.two-column-split.case-study-split .row .text-container .title b,
      section.two-column-split.case-study-split .row .text-container .title strong {
        color: #009CEC; }
        @media screen and (max-width: 768px) {
          section.two-column-split.case-study-split .row .text-container .title b,
          section.two-column-split.case-study-split .row .text-container .title strong {
            color: #fff;
            font-weight: 300; } }
      section.two-column-split.case-study-split .row .text-container .author-meta {
        position: absolute;
        right: -60px;
        bottom: 20px;
        text-align: right; }
        @media screen and (max-width: 768px) {
          section.two-column-split.case-study-split .row .text-container .author-meta {
            position: relative;
            right: auto;
            bottom: auto;
            text-align: left;
            color: #fff;
            padding-left: 30px;
            max-width: 250px; } }
        section.two-column-split.case-study-split .row .text-container .author-meta .author-name {
          font-size: 24px;
          letter-spacing: 2px;
          line-height: 25px;
          margin-bottom: 6px; }
        section.two-column-split.case-study-split .row .text-container .author-meta .author-title {
          font-size: 16px;
          font-family: "HudsonNY", sans-serif;
          letter-spacing: 4px;
          line-height: 16px;
          text-align: right; }
          @media screen and (max-width: 768px) {
            section.two-column-split.case-study-split .row .text-container .author-meta .author-title {
              text-align: left; } }
      section.two-column-split.case-study-split .row .text-container a.btn {
        margin-top: 50px;
        font-weight: 300; }
        @media screen and (max-width: 767px) {
          section.two-column-split.case-study-split .row .text-container a.btn {
            margin-top: 230px !important; } }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
          section.two-column-split.case-study-split .row .text-container a.btn {
            margin-top: 20px;
            max-width: 240px;
            margin-left: 20px;
            background-color: #fff;
            border-color: #fff; } }
    @media screen and (max-width: 767px) {
      section.two-column-split.case-study-split .row .image-container {
        position: absolute;
        top: 80px;
        left: 0;
        padding: 0; } }
    section.two-column-split.case-study-split .row .image-container img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      max-width: 875px;
      margin-right: -200px; }
      @media screen and (max-width: 767px) {
        section.two-column-split.case-study-split .row .image-container img.desktop {
          display: none; } }
      @media screen and (min-width: 1500px) {
        section.two-column-split.case-study-split .row .image-container img.desktop {
          max-width: 100%; } }
      section.two-column-split.case-study-split .row .image-container img.mobile {
        display: none; }
        @media screen and (max-width: 767px) {
          section.two-column-split.case-study-split .row .image-container img.mobile {
            display: block;
            height: 100%; } }

section.two-column-split {
  position: relative;
  overflow: hidden;
  margin-top: 80px; }
  @media screen and (max-width: 1024px) {
    section.two-column-split {
      margin-top: 40px; } }
  section.two-column-split .row {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
    section.two-column-split .row.text-left {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      margin: 0;
      max-width: 100%;
      width: 100%;
      /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
      /* Portrait and Landscape */ }
      @media only screen and (max-width: 1200px) {
        section.two-column-split .row.text-left {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        section.two-column-split .row.text-left {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; } }
      section.two-column-split .row.text-left .text-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        padding-top: 46px;
        padding-left: 80px;
        /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
        /* Portrait and Landscape */ }
        @media only screen and (max-width: 1200px) {
          section.two-column-split .row.text-left .text-container {
            padding: 0; } }
        section.two-column-split .row.text-left .text-container .title-subtitle-wrapper {
          /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
          /* Portrait and Landscape */
          max-width: 80%; }
          @media only screen and (min-width: 1800px) {
            section.two-column-split .row.text-left .text-container .title-subtitle-wrapper {
              max-width: 65%; } }
          @media only screen and (max-width: 1200px) {
            section.two-column-split .row.text-left .text-container .title-subtitle-wrapper {
              padding: 20px;
              background: #fff;
              width: 70%; } }
          @media screen and (max-width: 768px) {
            section.two-column-split .row.text-left .text-container .title-subtitle-wrapper {
              width: 70%; } }
          section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 {
            font-size: 72px; }
            section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p {
              line-height: 1;
              font-size: 48px;
              line-height: 50px;
              letter-spacing: 4px;
              position: relative;
              color: #101820;
              /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
              /* Portrait and Landscape */ }
              section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p b,
              section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p strong {
                color: #009CEC;
                font-weight: 300; }
              @media screen and (max-width: 768px) {
                section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p {
                  line-height: 25px;
                  letter-spacing: 2px;
                  font-size: 24px; } }
              section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p sup {
                font-size: 18px;
                top: -2.3rem; }
                @media screen and (min-width: 1524px) {
                  section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p sup {
                    right: 0; } }
                @media screen and (max-width: 768px) {
                  section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p sup {
                    top: -0.8rem; } }
          section.two-column-split .row.text-left .text-container .title-subtitle-wrapper p.subtitle {
            margin-top: 20px;
            letter-spacing: 4px;
            line-height: 22px;
            font-size: 18px;
            /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
            /* Portrait and Landscape */ }
            @media only screen and (max-width: 1200px) {
              section.two-column-split .row.text-left .text-container .title-subtitle-wrapper p.subtitle {
                margin-bottom: 20px; } }
            @media screen and (max-width: 768px) {
              section.two-column-split .row.text-left .text-container .title-subtitle-wrapper p.subtitle {
                font-size: 16px;
                margin-bottom: 0; } }
        section.two-column-split .row.text-left .text-container .description {
          margin-top: 24px;
          margin-bottom: 60px;
          max-width: 70%;
          font-size: 16px; }
          section.two-column-split .row.text-left .text-container .description * {
            line-height: 28px; }
          @media screen and (max-width: 1200px) {
            section.two-column-split .row.text-left .text-container .description {
              padding-left: 20px;
              margin-top: 0; } }
          @media screen and (max-width: 768px) {
            section.two-column-split .row.text-left .text-container .description {
              max-width: 90%;
              margin-top: 20px;
              margin-top: 0;
              padding-right: 20px;
              font-size: 14px;
              letter-spacing: 0;
              line-height: 24px; } }
        section.two-column-split .row.text-left .text-container a.btn {
          margin: 0;
          width: 100%;
          max-width: 330px;
          color: #101820; }
          @media screen and (max-width: 768px) {
            section.two-column-split .row.text-left .text-container a.btn {
              width: 100%;
              max-width: 90%;
              margin: auto auto 30px; } }
      section.two-column-split .row.text-left .image-container {
        padding: 0; }
        @media screen and (max-width: 1024px) {
          section.two-column-split .row.text-left .image-container {
            padding-left: 20px; } }
        section.two-column-split .row.text-left .image-container img {
          width: 100%;
          height: 630px;
          object-fit: cover;
          }
          @media screen and (max-width: 1200px) {
            section.two-column-split .row.text-left .image-container img {
              height: 600px;
              width: 100%; } }
          @media screen and (max-width: 767px) {
            section.two-column-split .row.text-left .image-container img {
              height: 310px; } }
      @media only screen and (max-width: 1200px) {
        section.two-column-split .row.image-left {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        section.two-column-split .row.image-left {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; } }
      section.two-column-split .row.image-left .text-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        padding-top: 200px;
        padding-left: 80px;
        /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
        /* Portrait and Landscape */ }
        @media only screen and (max-width: 1200px) {
          section.two-column-split .row.image-left .text-container {
            padding: 0; } }
          @media only screen and (max-width: 1200px) {
            section.two-column-split .row.image-left .text-container .title-subtitle-wrapper {
              padding: 20px;
              margin-top: -200px;
              background: #fff;
              width: 45%; } }
          @media screen and (max-width: 768px) {
            section.two-column-split .row.image-left .text-container .title-subtitle-wrapper {
              width: 75%;
              margin-top: -160px; } }
          section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 {
            max-width: 90%;
            font-size: 72px; }
            @media screen and (min-width: 1024px) {
              section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 {
                max-width: 50%; } }
            section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p {
              line-height: 1;
              line-height: 64px;
              letter-spacing: 4.5px;
              position: relative;
              /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
              /* Portrait and Landscape */ }
              @media screen and (max-width: 768px) {
                section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p {
                  line-height: 32px;
                  letter-spacing: 2.25px;
                  font-size: 36px; } }
              section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p sup {
                font-size: 18px;
                top: -2.3rem; }
                @media screen and (min-width: 1524px) {
                  section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p sup {
                    right: 0; } }
                @media screen and (max-width: 768px) {
                  section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p sup {
                    top: -0.8rem; } }
          section.two-column-split .row.image-left .text-container .title-subtitle-wrapper p.subtitle {
            margin-top: 20px;
            letter-spacing: 4px;
            line-height: 22px;
            max-width: 400px;
            font-size: 18px;
            /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
            /* Portrait and Landscape */ }
            @media only screen and (max-width: 1200px) {
              section.two-column-split .row.image-left .text-container .title-subtitle-wrapper p.subtitle {
                margin-bottom: 20px; } }
            @media screen and (max-width: 768px) {
              section.two-column-split .row.image-left .text-container .title-subtitle-wrapper p.subtitle {
                font-size: 16px;
                margin-bottom: 0; } }
        section.two-column-split .row.image-left .text-container a.btn {
          margin: 0; }
          @media screen and (max-width: 768px) {
            section.two-column-split .row.image-left .text-container a.btn {
              width: 90%;
              max-width: 100%; } }
        section.two-column-split .row.image-left .text-container .description {
          margin: 60px 0;
          max-width: 410px;
          font-size: 16px; }
          section.two-column-split .row.image-left .text-container .description * {
            line-height: 28px; }
          @media screen and (max-width: 1200px) {
            section.two-column-split .row.image-left .text-container .description {
              padding-left: 20px;
              margin-top: 0; } }
          @media screen and (max-width: 768px) {
            section.two-column-split .row.image-left .text-container .description {
              margin-top: 20px;
              padding-right: 20px; } }
        @media only screen and (max-width: 1200px) {
          section.two-column-split .row.image-left .image-container {
            padding: 0; } }
        section.two-column-split .row.image-left .image-container img {
          width: 100%;
          height: 900px;
          object-fit: cover; }
          @media screen and (max-width: 1200px) {
            section.two-column-split .row.image-left .image-container img {
              height: 600px;
              width: 100%; } }
      section.two-column-split .row.image-left .polygon {
        position: absolute;
        bottom: -100px;
        right: -100px; }
        @media screen and (max-width: 768px) {
          section.two-column-split .row.image-left .polygon {
            display: none; } }
      section.two-column-split .row.image-left .coordinates {
        position: absolute;
        top: 300px;
        right: -120px;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        letter-spacing: 10px;
        color: #9B9B9B;
        font-size: 10px; }
        @media screen and (max-width: 768px) {
          section.two-column-split .row.image-left .coordinates {
            display: none; } }

section.three-column-text-items {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    section.three-column-text-items {
      padding: 60px 12px; } }
  section.three-column-text-items .container {
    max-width: 1300px; }
  section.three-column-text-items .row .text-item {
    margin-bottom: 40px;
    color: #101820; }
    @media screen and (max-width: 768px) {
      section.three-column-text-items .row .text-item {
        margin-bottom: 60px; } }
    section.three-column-text-items .row .text-item .text-title {
      font-size: 24px;
      letter-spacing: 2px;
      line-height: 28px; }
      @media screen and (max-width: 768px) {
        section.three-column-text-items .row .text-item .text-title {
          font-size: 18px;
          letter-spacing: 1px;
          line-height: 28px; } }
    section.three-column-text-items .row .text-item .text-description {
      font-size: 16px;
      line-height: 28px; }
      @media screen and (max-width: 768px) {
        section.three-column-text-items .row .text-item .text-description {
          font-size: 14px;
          line-height: 24px; } }

section.call-to-action {
  min-height: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  section.call-to-action .row .cta-title {
    color: #fff;
    font-size: 68px;
    letter-spacing: 12px;
    line-height: 86px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      section.call-to-action .row .cta-title {
        font-size: 42px;
        letter-spacing: 1.24px;
        line-height: 44px; } }
  section.call-to-action .row a.btn {
    width: 330px;
    max-width: 100%;
    margin: 40px auto auto;
    background-color: transparent;
    color: #fff; }
    @media screen and (max-width: 768px) {
      section.call-to-action .row a.btn {
        max-width: 185px; } }
    section.call-to-action .row a.btn:hover {
      background-color: #009CEC; }

section.solutions {
  padding: 90px 0;
  position: relative; }
  section.solutions.top-up {
    padding-top: 0;
    margin-top: -30px; }
    @media screen and (max-width: 768px) {
      section.solutions.top-up {
        z-index: 99;
        overflow: visible; } }
    section.solutions.top-up .polygon.top.left {
      width: 295px;
      height: 325px;
      position: absolute;
      left: -50px;
      top: -70px; }
  @media screen and (max-width: 768px) {
    section.solutions {
      overflow: hidden;
      padding-bottom: 0; } }
  section.solutions .polygon.top.left {
    width: 315px;
    height: 365px;
    position: absolute;
    left: -50px;
    top: 0; }
  section.solutions .title {
    max-width: 850px;
    font-size: 48px;
    letter-spacing: 4px;
    line-height: 50px;
    padding-left: 80px;
    max-width: 1400;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      section.solutions .title {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 25px;
        max-width: 350px;
        padding-left: 0;
        margin: auto auto 50px;
        text-align: center; } }
  section.solutions .menu-image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    max-width: 1600px;
    margin: auto; }
  @media screen and (max-width: 768px) {
    section.solutions .row .col-md-12 {
      padding: 0; } }
  section.solutions .solutions-menu {
    position: absolute;
    left: 0; }
    @media screen and (max-width: 768px) {
      section.solutions .solutions-menu {
        position: relative;
        max-width: 100%;
        margin-left: 20px;
        z-index: 12;
        width: 100%; } }
    section.solutions .solutions-menu ul {
      list-style: none;
      padding: 0; }
      section.solutions .solutions-menu ul li {
        background-color: #EEEBE5;
        width: 600px;
        padding-left: 80px;
        padding-top: 10px;
        padding-bottom: 20px;
        height: auto;
        transition: all 0.3s ease;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.solutions .solutions-menu ul li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: start;
                justify-content: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
            width: 100%;
            height: auto;
            padding-left: 20px;
            padding-bottom: 10px; } }
        section.solutions .solutions-menu ul li p {
          font-size: 24px;
          letter-spacing: 2px;
          line-height: 28px;
          font-family: "HudsonNY", sans-serif; }
          @media screen and (max-width: 768px) {
            section.solutions .solutions-menu ul li p {
              font-size: 18px;
              letter-spacing: 1px; } }
        section.solutions .solutions-menu ul li small {
          font-size: 16px;
          line-height: 28px;
          opacity: 0;
          transition: opacity 0.05s ease;
          max-width: 300px;
          height: 0;
          display: none; }
          @media screen and (max-width: 768px) {
            section.solutions .solutions-menu ul li small {
              display: block; } }
        section.solutions .solutions-menu ul li a.btn.btn-lg, section.solutions .solutions-menu ul li .btn-group-lg > a.btn, section.solutions .solutions-menu ul li a.btn.btn-cta, section.solutions .solutions-menu ul li a.btn.btn-download {
          opacity: 0;
          transition: all 0.3s ease;
          color: #fff;
          z-index: -1;
          background-color: transparent;
          display: none; }
          @media screen and (max-width: 768px) {
            section.solutions .solutions-menu ul li a.btn.btn-lg, section.solutions .solutions-menu ul li .btn-group-lg > a.btn, section.solutions .solutions-menu ul li a.btn.btn-cta, section.solutions .solutions-menu ul li a.btn.btn-download {
              pointer-events: none;
              height: 0;
              position: absolute;
              display: block; } }
          section.solutions .solutions-menu ul li a.btn.btn-lg:hover, section.solutions .solutions-menu ul li .btn-group-lg > a.btn:hover, section.solutions .solutions-menu ul li a.btn.btn-cta:hover, section.solutions .solutions-menu ul li a.btn.btn-download:hover {
            background-color: #009CEC; }
        section.solutions .solutions-menu ul li.active, section.solutions .solutions-menu ul li:hover {
          color: #fff;
          background: #101820;
          height: 115px;
          width: 800px; }
          @media screen and (max-width: 768px) {
            section.solutions .solutions-menu ul li.active, section.solutions .solutions-menu ul li:hover {
              width: 100%;
              height: auto; } }
          section.solutions .solutions-menu ul li.active small, section.solutions .solutions-menu ul li:hover small {
            opacity: 1;
            height: auto;
            display: block;
            margin-bottom: 10px;
            line-height: 1.4; }
          section.solutions .solutions-menu ul li.active a.btn, section.solutions .solutions-menu ul li:hover a.btn {
            position: absolute;
            right: 25px;
            opacity: 1;
            top: 50%;
            margin-top: -25px;
            z-index: 1;
            display: block; }
            @media screen and (max-width: 768px) {
              section.solutions .solutions-menu ul li.active a.btn, section.solutions .solutions-menu ul li:hover a.btn {
                position: relative;
                top: auto;
                right: auto;
                margin-top: 25px;
                opacity: 1;
                z-index: 1;
                height: auto;
                background-color: transparent;
                pointer-events: inherit; } }
        section.solutions .solutions-menu ul li.cta:hover {
          background-color: #EEEBE5;
          width: 600px;
          padding-left: 80px;
          padding-top: 40px;
          padding-bottom: 20px;
          height: auto;
          transition: all 0.3s ease;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
          overflow: hidden;
          position: relative; }
          section.solutions .solutions-menu ul li.cta:hover small {
            display: none; }
          section.solutions .solutions-menu ul li.cta:hover a.btn {
            display: block;
            position: relative;
            margin: 0;
            border-color: #101820;
            color: #101820; }
            section.solutions .solutions-menu ul li.cta:hover a.btn:hover {
              background-color: #101820;
              color: #EEEBE5; }
        section.solutions .solutions-menu ul li.cta a.btn {
          display: block;
          position: relative;
          margin: 0;
          border-color: #101820;
          color: #101820; }
          section.solutions .solutions-menu ul li.cta a.btn:hover {
            background-color: #101820;
            color: #EEEBE5; }
  @media screen and (max-width: 768px) {
    section.solutions .solutions-image {
      display: none; } }
  section.solutions .polygon.bottom {
    position: absolute;
    bottom: -100px;
    right: 0; }

section.testimonial {
  padding: 150px 0 200px; }
  @media screen and (max-width: 768px) {
    section.testimonial {
      padding: 100px 20px 150px; } }
  section.testimonial .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    section.testimonial .container .row .testimonial-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      section.testimonial .container .row .testimonial-container img.icon {
        margin-bottom: 45px; }
      section.testimonial .container .row .testimonial-container .testimonial-text {
        text-align: center; }
        section.testimonial .container .row .testimonial-container .testimonial-text * {
          line-height: 42px;
          font-weight: 300;
          font-size: 22px; }
          @media screen and (max-width: 768px) {
            section.testimonial .container .row .testimonial-container .testimonial-text * {
              line-height: 28px;
              font-size: 18px; } }
      section.testimonial .container .row .testimonial-container .author {
        margin-top: 32px;
        text-align: center;
        font-family: "HudsonNY", sans-serif;
        font-weight: 300; }
      section.testimonial .container .row .testimonial-container img.author-logo {
        margin-top: 48px;
        display: block; }
        @media screen and (min-width: 768px) {
          section.testimonial .container .row .testimonial-container img.author-logo {
            display: none; } }

section.special-tabs {
  background-color: #101820;
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    section.special-tabs {
      padding: 40px 20px; } }
  section.special-tabs .polygon {
    position: absolute; }
    section.special-tabs .polygon.top.left {
      top: -100px;
      left: -200px; }
    section.special-tabs .polygon.bottom.right {
      bottom: -500px;
      right: -300px; }
  section.special-tabs .container .special-tabs-title {
    color: #fff;
    text-align: center;
    margin-bottom: 60px; }
  section.special-tabs .container .row,
  section.special-tabs .container .tabs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media screen and (max-width: 768px) {
      section.special-tabs .container .row,
      section.special-tabs .container .tabs-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    section.special-tabs .container .row .tab,
    section.special-tabs .container .tabs-row .tab {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      opacity: 0.3;
      transition: opacity 0.3s ease; }
      @media screen and (max-width: 768px) {
        section.special-tabs .container .row .tab,
        section.special-tabs .container .tabs-row .tab {
          opacity: 1; } }
      section.special-tabs .container .row .tab.active, section.special-tabs .container .row .tab:hover,
      section.special-tabs .container .tabs-row .tab.active,
      section.special-tabs .container .tabs-row .tab:hover {
        opacity: 1; }
      section.special-tabs .container .row .tab img,
      section.special-tabs .container .tabs-row .tab img {
        max-width: 75px;
        margin-bottom: 12px; }
      section.special-tabs .container .row .tab .tab-title,
      section.special-tabs .container .tabs-row .tab .tab-title {
        font-size: 18px;
        font-family: "HudsonNY", sans-serif;
        color: #fff; }
      section.special-tabs .container .row .tab .tab-content,
      section.special-tabs .container .tabs-row .tab .tab-content {
        display: none;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          section.special-tabs .container .row .tab .tab-content,
          section.special-tabs .container .tabs-row .tab .tab-content {
            display: block; } }
    section.special-tabs .container .row .content,
    section.special-tabs .container .tabs-row .content {
      font-size: 24px;
      line-height: 42px;
      color: #fff;
      font-weight: 300;
      text-align: center;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        section.special-tabs .container .row .content,
        section.special-tabs .container .tabs-row .content {
          display: none; } }

section.comparison {
  padding: 150px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    section.comparison {
      padding: 100px 0; } }
  section.comparison::after {
    display: block;
    content: "";
    height: 300px;
    position: absolute;
    bottom: -300px;
    z-index: 12;
    width: 100%;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 96%); }
  section.comparison .container > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    section.comparison .container > .row .comparison-title {
      text-align: center;
      color: #101820;
      font-size: 48px;
      letter-spacing: 1.45px;
      line-height: 50px;
      margin-bottom: 70px; }
    section.comparison .container > .row .comparison-logos {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        section.comparison .container > .row .comparison-logos {
          display: none; } }
      section.comparison .container > .row .comparison-logos .col-md-6 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
        padding-right: 30px; }
        section.comparison .container > .row .comparison-logos .col-md-6.others {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          padding-right: 0; }
        section.comparison .container > .row .comparison-logos .col-md-6 .logo-title-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
    section.comparison .container > .row .comparison-row {
      border-top: 1px solid #CACACA;
      width: 100%;
      text-align: center;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        section.comparison .container > .row .comparison-row {
          border-top: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          margin: 0; }
          section.comparison .container > .row .comparison-row * {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            width: 100%; } }
      @media screen and (min-width: 1200px) {
        section.comparison .container > .row .comparison-row p.others {
          text-align: right;
          padding-right: 170px !important; } }
      section.comparison .container > .row .comparison-row .key-value .key {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        font-family: "HudsonNY", sans-serif;
        color: #101820;
        text-align: right;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
        @media screen and (max-width: 768px) {
          section.comparison .container > .row .comparison-row .key-value .key {
            text-align: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center; } }
        @media screen and (min-width: 1200px) {
          section.comparison .container > .row .comparison-row .key-value .key p {
            max-width: 100px; } }
      section.comparison .container > .row .comparison-row .key-value .climacell-value {
        color: #009CEC;
        font-weight: 600;
        text-align: left; }
        @media screen and (max-width: 768px) {
          section.comparison .container > .row .comparison-row .key-value .climacell-value {
            text-align: center; } }

@media screen and (max-width: 768px) {
  body.single-solution section.hero.expanded {
    min-height: 600px; } }

body.single-solution section.hero.expanded .subtitle {
  max-width: 350px; }

body.single-solution section.hero.expanded a.btn.btn-lg, body.single-solution section.hero.expanded .btn-group-lg > a.btn, body.single-solution section.hero.expanded a.btn.btn-cta, body.single-solution section.hero.expanded a.btn.btn-download {
  max-width: 250px;
  color: #101820;
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  body.single-solution section.hero.expanded .title-subtitle-wrapper h1 {
    max-width: 90%;
    font-size: 42px; } }

@media screen and (max-width: 768px) {
  body.single-solution section.hero.expanded .image-container img {
    height: 470px;
    width: 100%; } }

body.single-solution .solution_quote {
  background: #009CEC; }

body.single-solution .section.bg-hero-solution.pb-5 {
  height: auto;
  padding: 0; }

body.single-solution a.demo-btn {
  margin-top: 30px;
  color: #101820; }

body.single-solution .card-related {
  background-color: #000;
  position: relative;
  padding-top: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: normal;
  position: relative; }
  body.single-solution .card-related a.card-body {
    z-index: 12; }
  body.single-solution .card-related::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(16, 24, 32, 0.6); }

.card-title,
.header-font {
  font-family: "HudsonNY", sans-serif !important;
  font-weight: 300 !important; }

ul.menu {
  list-style: none; }

html {
  overflow-x: hidden; }

.case_studies-template-default section.hero {
  position: relative;
  min-height: 900px;
  z-index: 12; }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.hero {
      padding-bottom: 100px;
      z-index: 0; } }
  .case_studies-template-default section.hero.no-image {
    min-height: 650px; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.hero.no-image {
        min-height: 750px; } }
  .case_studies-template-default section.hero.text-left > .row {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin: 0; }
    .case_studies-template-default section.hero.text-left > .row .text-container {
      padding-left: 180px; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.hero.text-left > .row .text-container {
          padding-left: 0; } }
    .case_studies-template-default section.hero.text-left > .row .image-container {
      padding: 0; }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.hero.text-left .polygon {
      top: -100px;
      left: -300px;
      right: auto;
      display: block; } }
  .case_studies-template-default section.hero.text-left .coordinates {
    right: auto;
    left: -120px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .case_studies-template-default section.hero .row {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
    /* Portrait and Landscape */ }
    @media only screen and (max-width: 1200px) {
      .case_studies-template-default section.hero .row {
        margin: 0; } }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.hero .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    .case_studies-template-default section.hero .row .text-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      padding-top: 140px;
      padding-left: 80px;
      /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
      /* Portrait and Landscape */ }
      @media only screen and (max-width: 1200px) {
        .case_studies-template-default section.hero .row .text-container {
          padding-top: 50px;
          padding-left: 0px; } }
      .case_studies-template-default section.hero .row .text-container .case-study-logo {
        margin-bottom: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        position: relative;
        z-index: 12; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.hero .row .text-container .case-study-logo {
            margin-left: 20px;
            margin-bottom: 30px; } }
        .case_studies-template-default section.hero .row .text-container .case-study-logo img {
          margin-right: 12px; }
        .case_studies-template-default section.hero .row .text-container .case-study-logo span {
          letter-spacing: 0.81px;
          line-height: 14px;
          font-size: 13px;
          font-family: "HudsonNY", sans-serif; }
      .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        position: relative;
        z-index: 12; }
        @media only screen and (max-width: 1200px) {
          .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper {
            padding: 20px;
            background: #fff; } }
        .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper h1 {
          max-width: 100%;
          width: 100%;
          font-size: 72px; }
          .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper h1 p {
            line-height: 1;
            line-height: 64px;
            letter-spacing: 4.5px;
            position: relative;
            /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
            /* Portrait and Landscape */ }
            @media screen and (max-width: 768px) {
              .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper h1 p {
                line-height: 32px;
                letter-spacing: 2.25px;
                font-size: 36px; } }
            .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper h1 p sup {
              font-size: 18px;
              top: -2.3rem; }
              @media screen and (min-width: 1524px) {
                .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper h1 p sup {
                  right: 0; } }
              @media screen and (max-width: 768px) {
                .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper h1 p sup {
                  top: -0.8rem; } }
          @media screen and (max-width: 765px) {
            .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper h1 {
              font-size: 42px; } }
        .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper p.subtitle {
          margin-top: 20px;
          letter-spacing: 4px;
          line-height: 22px;
          font-size: 18px;
          /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
          /* Portrait and Landscape */ }
          @media only screen and (max-width: 1200px) {
            .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper p.subtitle {
              margin-bottom: 20px; } }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.hero .row .text-container .title-subtitle-wrapper p.subtitle {
              font-size: 16px;
              margin-bottom: 0; } }
      .case_studies-template-default section.hero .row .text-container .calls-to-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        margin: auto;
        position: relative;
        z-index: 123; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.hero .row .text-container .calls-to-action {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center; } }
        .case_studies-template-default section.hero .row .text-container .calls-to-action.inverted a.btn {
          color: #fff; }
        .case_studies-template-default section.hero .row .text-container .calls-to-action a.btn {
          margin: 30px 14px;
          width: 100%;
          color: #101820;
          max-width: 250px; }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.hero .row .text-container .calls-to-action a.btn {
              width: 90% !important;
              max-width: 100%;
              margin: auto 30px !important; } }
          .case_studies-template-default section.hero .row .text-container .calls-to-action a.btn:first-of-type {
            margin-left: 0; }
      .case_studies-template-default section.hero .row .text-container .description {
        margin: 30px 0;
        max-width: 610px;
        position: relative;
        z-index: 123;
        font-size: 16px; }
        .case_studies-template-default section.hero .row .text-container .description * {
          line-height: 28px; }
        @media screen and (max-width: 1200px) {
          .case_studies-template-default section.hero .row .text-container .description {
            padding-left: 20px;
            margin-top: 0; } }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.hero .row .text-container .description {
            margin-top: 20px;
            padding-right: 20px; } }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.hero .row .text-container::before {
          content: "";
          width: 200%;
          height: 300px;
          background-color: #fff;
          position: absolute;
          top: -20px;
          left: -200px;
          -ms-transform: rotate(3deg);
              transform: rotate(3deg);
          z-index: 12; } }
    .case_studies-template-default section.hero .row .image-container {
      position: relative;
      /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
      /* Portrait and Landscape */ }
      @media only screen and (max-width: 1200px) {
        .case_studies-template-default section.hero .row .image-container {
          padding: 0; } }
      .case_studies-template-default section.hero .row .image-container img {
        width: 100%;
        height: 900px;
        object-fit: cover; }
        @media screen and (max-width: 1200px) {
          .case_studies-template-default section.hero .row .image-container img {
            height: 315px;
            width: 100%; } }
      .case_studies-template-default section.hero .row .image-container a.back {
        position: absolute;
        top: 150px;
        left: 50px;
        letter-spacing: 1px;
        line-height: 15px;
        color: #101820;
        font-family: "HudsonNY", sans-serif;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.hero .row .image-container a.back {
            top: 100px; } }
  .case_studies-template-default section.hero .polygon {
    position: absolute;
    bottom: -100px;
    right: -100px; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.hero .polygon {
        display: none; } }
  .case_studies-template-default section.hero .coordinates {
    position: absolute;
    top: 300px;
    right: -120px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    letter-spacing: 10px;
    color: #9B9B9B;
    font-size: 10px; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.hero .coordinates {
        display: none; } }

.case_studies-template-default section.sequential {
  padding: 170px 0;
  background-size: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #101820; }
  @media screen and (max-width: 1024px) {
    .case_studies-template-default section.sequential {
      padding-bottom: 0; } }
  .case_studies-template-default section.sequential .sequential-content-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .case_studies-template-default section.sequential .sequential-content {
    text-align: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .case_studies-template-default section.sequential .sequential-content .sequential-title {
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.sequential .sequential-content .sequential-title {
          max-width: 65%; } }
      .case_studies-template-default section.sequential .sequential-content .sequential-title p {
        line-height: 50px;
        letter-spacing: 4px;
        font-size: 48px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.sequential .sequential-content .sequential-title p {
            font-size: 24px;
            letter-spacing: 2px;
            line-height: 25px; } }
        .case_studies-template-default section.sequential .sequential-content .sequential-title p b,
        .case_studies-template-default section.sequential .sequential-content .sequential-title p strong {
          color: #009CEC; }
    .case_studies-template-default section.sequential .sequential-content .sequential-description {
      padding: 0 50px;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.sequential .sequential-content .sequential-description {
          margin-top: 0;
          padding: 0 41px; } }
    .case_studies-template-default section.sequential .sequential-content a.btn {
      margin-top: 50px;
      width: 324px;
      max-width: 100%;
      background: transparent;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.sequential .sequential-content a.btn {
          max-width: 250px; } }
      .case_studies-template-default section.sequential .sequential-content a.btn:hover {
        background-color: #009CEC !important; }
  .case_studies-template-default section.sequential .row.sequence {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 100px;
    max-width: 100%; }
    @media screen and (max-width: 1080px) {
      .case_studies-template-default section.sequential .row.sequence {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    .case_studies-template-default section.sequential .row.sequence .sequence-item {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      color: #fff;
      margin-top: 75px; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.sequential .row.sequence .sequence-item {
          width: 75%; } }
      @media screen and (max-width: 1024px) {
        .case_studies-template-default section.sequential .row.sequence .sequence-item {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          margin-top: 0;
          padding-bottom: 170px; }
          .case_studies-template-default section.sequential .row.sequence .sequence-item:nth-of-type(even) {
            border-right: 1px solid #101820;
            border-left: 1px solid #fff; } }
  @media screen and (max-width: 1024px) and (max-width: 768px) {
    .case_studies-template-default section.sequential .row.sequence .sequence-item {
      padding-bottom: 120px; } }
      @media screen and (max-width: 1024px) {
        .case_studies-template-default section.sequential .row.sequence .sequence-item .border-mask {
          display: block;
          position: absolute;
          background: #101820;
          z-index: 9;
          top: -2px;
          left: 50%;
          margin-left: -60px;
          height: 6px;
          width: 120px; } }
      @media screen and (max-width: 1024px) {
        .case_studies-template-default section.sequential .row.sequence .sequence-item:first-of-type .border-mask, .case_studies-template-default section.sequential .row.sequence .sequence-item:last-of-type .border-mask {
          display: block;
          position: absolute;
          background: #101820;
          z-index: 9;
          top: -2px;
          left: -1px;
          height: 6px;
          width: 65%; } }
      .case_studies-template-default section.sequential .row.sequence .sequence-item::after {
        content: "";
        display: block;
        position: absolute;
        width: 175px;
        height: 1px;
        background: #fff;
        top: 50px;
        left: 220px; }
        @media screen and (max-width: 1200px) {
          .case_studies-template-default section.sequential .row.sequence .sequence-item::after {
            display: none; } }
      .case_studies-template-default section.sequential .row.sequence .sequence-item img {
        max-width: 85px;
        margin-bottom: 30px;
        z-index: 12;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .case_studies-template-default section.sequential .row.sequence .sequence-item img {
            margin-top: -50px; } }
      .case_studies-template-default section.sequential .row.sequence .sequence-item .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.sequential .row.sequence .sequence-item .title {
            font-size: 18px;
            letter-spacing: 1px;
            line-height: 19px; } }
      .case_studies-template-default section.sequential .row.sequence .sequence-item .description {
        font-size: 16px;
        line-height: 28px;
        padding: 0 20px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.sequential .row.sequence .sequence-item .description {
            font-size: 14px;
            line-height: 24px;
            padding: 0 50px; } }
      @media screen and (max-width: 1024px) {
        .case_studies-template-default section.sequential .row.sequence .sequence-item:last-of-type {
          border-left: 1px solid #101820; } }
      @media only screen and (min-width: 736px) and (max-width: 812px) and (orientation: landscape) {
        .case_studies-template-default section.sequential .row.sequence .sequence-item:last-of-type {
          border-left: 1px solid #101820; } }
      .case_studies-template-default section.sequential .row.sequence .sequence-item:last-of-type::after {
        display: none; }

.case_studies-template-default section.two-column-split {
  position: relative;
  overflow: hidden;
  margin-top: 80px; }
  @media screen and (max-width: 1024px) {
    .case_studies-template-default section.two-column-split {
      margin-top: 40px; } }
  .case_studies-template-default section.two-column-split .row {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
    .case_studies-template-default section.two-column-split .row.text-left {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      margin: 0;
      max-width: 100%;
      width: 100%;
      /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
      /* Portrait and Landscape */ }
      @media only screen and (max-width: 1200px) {
        .case_studies-template-default section.two-column-split .row.text-left {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.two-column-split .row.text-left {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; } }
      .case_studies-template-default section.two-column-split .row.text-left .text-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        padding-top: 46px;
        padding-left: 80px;
        /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
        /* Portrait and Landscape */ }
        @media only screen and (max-width: 1200px) {
          .case_studies-template-default section.two-column-split .row.text-left .text-container {
            padding: 0; } }
          @media only screen and (max-width: 1200px) {
            .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper {
              padding: 20px;
              background: #fff; } }
          .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 {
            font-size: 72px; }
            .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p {
              line-height: 1;
              font-size: 48px;
              line-height: 50px;
              letter-spacing: 4px;
              position: relative;
              color: #101820;
              /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
              /* Portrait and Landscape */ }
              .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p b,
              .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p strong {
                color: #009CEC; }
              @media screen and (max-width: 768px) {
                .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p {
                  line-height: 25px;
                  letter-spacing: 2px;
                  font-size: 24px; } }
              .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p sup {
                font-size: 18px;
                top: -2.3rem; }
                @media screen and (min-width: 1524px) {
                  .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p sup {
                    right: 0; } }
                @media screen and (max-width: 768px) {
                  .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper h1 p sup {
                    top: -0.8rem; } }
          .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper p.subtitle {
            margin-top: 20px;
            letter-spacing: 4px;
            line-height: 22px;
            font-size: 18px;
            /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
            /* Portrait and Landscape */ }
            @media only screen and (max-width: 1200px) {
              .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper p.subtitle {
                margin-bottom: 20px; } }
            @media screen and (max-width: 768px) {
              .case_studies-template-default section.two-column-split .row.text-left .text-container .title-subtitle-wrapper p.subtitle {
                font-size: 16px;
                margin-bottom: 0; } }
        .case_studies-template-default section.two-column-split .row.text-left .text-container .description {
          margin-top: 24px;
          margin-bottom: 60px;
          max-width: 70%;
          font-size: 16px; }
          .case_studies-template-default section.two-column-split .row.text-left .text-container .description * {
            line-height: 28px; }
          @media screen and (max-width: 1200px) {
            .case_studies-template-default section.two-column-split .row.text-left .text-container .description {
              padding-left: 20px;
              margin-top: 0; } }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.two-column-split .row.text-left .text-container .description {
              max-width: 90%;
              margin-top: 20px;
              margin-top: 0;
              padding-right: 20px;
              font-size: 14px;
              letter-spacing: 0;
              line-height: 24px; } }
        .case_studies-template-default section.two-column-split .row.text-left .text-container a.btn {
          margin: 0;
          width: 100%;
          max-width: 330px; }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.two-column-split .row.text-left .text-container a.btn {
              width: 100%;
              max-width: 90%;
              margin: auto auto 30px; } }
      .case_studies-template-default section.two-column-split .row.text-left .image-container {
        padding: 0; }
        @media screen and (max-width: 1024px) {
          .case_studies-template-default section.two-column-split .row.text-left .image-container {
            padding-left: 20px; } }
        .case_studies-template-default section.two-column-split .row.text-left .image-container img {
          width: 100%;
          height: 630px;
          object-fit: cover; }
          @media screen and (max-width: 1200px) {
            .case_studies-template-default section.two-column-split .row.text-left .image-container img {
              height: 600px;
              width: 100%; } }
          @media screen and (max-width: 767px) {
            .case_studies-template-default section.two-column-split .row.text-left .image-container img {
              height: 310px; } }
      @media only screen and (max-width: 1200px) {
        .case_studies-template-default section.two-column-split .row.image-left {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.two-column-split .row.image-left {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; } }
      .case_studies-template-default section.two-column-split .row.image-left .text-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        padding-top: 140px;
        padding-left: 80px;
        /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
        /* Portrait and Landscape */ }
        @media only screen and (max-width: 1200px) {
          .case_studies-template-default section.two-column-split .row.image-left .text-container {
            padding: 0; } }
        .case_studies-template-default section.two-column-split .row.image-left .text-container .case-study-logo {
          margin-bottom: 100px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: center;
              align-items: center; }
          .case_studies-template-default section.two-column-split .row.image-left .text-container .case-study-logo span {
            letter-spacing: 0.81px;
            line-height: 14px;
            font-size: 13px;
            font-family: "HudsonNY", sans-serif; }
          @media only screen and (max-width: 1200px) {
            .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper {
              padding: 20px;
              margin-top: -200px;
              background: #fff;
              width: 100%; } }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper {
              width: 100%; } }
          .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 {
            font-size: 72px; }
            .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p {
              line-height: 1;
              line-height: 64px;
              letter-spacing: 4.5px;
              position: relative;
              /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
              /* Portrait and Landscape */ }
              @media screen and (max-width: 768px) {
                .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p {
                  line-height: 32px;
                  letter-spacing: 2.25px;
                  font-size: 36px; } }
              .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p sup {
                font-size: 18px;
                top: -2.3rem; }
                @media screen and (min-width: 1524px) {
                  .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p sup {
                    right: 0; } }
                @media screen and (max-width: 768px) {
                  .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper h1 p sup {
                    top: -0.8rem; } }
          .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper p.subtitle {
            margin-top: 20px;
            letter-spacing: 4px;
            line-height: 22px;
            max-width: 400px;
            font-size: 18px;
            /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
            /* Portrait and Landscape */ }
            @media only screen and (max-width: 1200px) {
              .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper p.subtitle {
                margin-bottom: 20px; } }
            @media screen and (max-width: 768px) {
              .case_studies-template-default section.two-column-split .row.image-left .text-container .title-subtitle-wrapper p.subtitle {
                font-size: 16px;
                margin-bottom: 0; } }
        .case_studies-template-default section.two-column-split .row.image-left .text-container a.btn {
          margin: 0; }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.two-column-split .row.image-left .text-container a.btn {
              width: 90%;
              max-width: 100%; } }
        .case_studies-template-default section.two-column-split .row.image-left .text-container .description {
          margin: 60px 0;
          max-width: 410px;
          font-size: 16px; }
          .case_studies-template-default section.two-column-split .row.image-left .text-container .description * {
            line-height: 28px; }
          @media screen and (max-width: 1200px) {
            .case_studies-template-default section.two-column-split .row.image-left .text-container .description {
              padding-left: 20px;
              margin-top: 0; } }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.two-column-split .row.image-left .text-container .description {
              margin-top: 20px;
              padding-right: 20px; } }
        @media only screen and (max-width: 1200px) {
          .case_studies-template-default section.two-column-split .row.image-left .image-container {
            padding: 0; } }
        .case_studies-template-default section.two-column-split .row.image-left .image-container img {
          width: 100%;
          height: 900px;
          object-fit: cover; }
          @media screen and (max-width: 1200px) {
            .case_studies-template-default section.two-column-split .row.image-left .image-container img {
              height: 600px;
              width: 100%; } }
      .case_studies-template-default section.two-column-split .row.image-left .polygon {
        position: absolute;
        bottom: -100px;
        right: -100px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.two-column-split .row.image-left .polygon {
            display: none; } }
      .case_studies-template-default section.two-column-split .row.image-left .coordinates {
        position: absolute;
        top: 300px;
        right: -120px;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        letter-spacing: 10px;
        color: #9B9B9B;
        font-size: 10px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.two-column-split .row.image-left .coordinates {
            display: none; } }

.case_studies-template-default section.three-column-text-items {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.three-column-text-items {
      padding: 60px 12px; } }
  .case_studies-template-default section.three-column-text-items .container {
    max-width: 1300px; }
  .case_studies-template-default section.three-column-text-items .row .text-item {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.three-column-text-items .row .text-item {
        margin-bottom: 60px; } }
    .case_studies-template-default section.three-column-text-items .row .text-item .text-title {
      font-size: 24px;
      letter-spacing: 2px;
      line-height: 28px; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.three-column-text-items .row .text-item .text-title {
          font-size: 18px;
          letter-spacing: 1px;
          line-height: 28px; } }
    .case_studies-template-default section.three-column-text-items .row .text-item .text-description {
      font-size: 16px;
      line-height: 28px; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.three-column-text-items .row .text-item .text-description {
          font-size: 14px;
          line-height: 24px; } }

.case_studies-template-default section.call-to-action {
  min-height: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  .case_studies-template-default section.call-to-action .row .cta-title {
    color: #fff;
    font-size: 68px;
    letter-spacing: 12px;
    line-height: 86px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.call-to-action .row .cta-title {
        font-size: 42px;
        letter-spacing: 1.24px;
        line-height: 44px; } }
  .case_studies-template-default section.call-to-action .row a.btn {
    width: 330px;
    max-width: 100%;
    margin: 40px auto auto;
    background-color: transparent;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.call-to-action .row a.btn {
        max-width: 185px; } }
    .case_studies-template-default section.call-to-action .row a.btn:hover {
      background-color: #009CEC; }

.case_studies-template-default section.solutions {
  padding: 90px 0;
  position: relative; }
  .case_studies-template-default section.solutions.top-up {
    padding-top: 0;
    margin-top: -30px; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.solutions.top-up {
        z-index: 99;
        overflow: visible; } }
    .case_studies-template-default section.solutions.top-up .polygon.top.left {
      width: 295px;
      height: 325px;
      position: absolute;
      left: -50px;
      top: -70px; }
    @media screen and (min-width: 768px) {
      .case_studies-template-default section.solutions.top-up .polygon.middle.right {
        display: none; } }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.solutions {
      overflow: hidden;
      padding-bottom: 0; } }
  .case_studies-template-default section.solutions .polygon.top.left {
    width: 315px;
    height: 365px;
    position: absolute;
    left: -50px;
    top: 0; }
  .case_studies-template-default section.solutions .title {
    max-width: 850px;
    font-size: 48px;
    letter-spacing: 4px;
    line-height: 50px;
    padding-left: 80px;
    max-width: 1400;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.solutions .title {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 25px;
        max-width: 350px;
        padding-left: 0;
        margin: auto auto 50px;
        text-align: center; } }
  .case_studies-template-default section.solutions .menu-image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    max-width: 1600px;
    margin: auto; }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.solutions .row .col-md-12 {
      padding: 0; } }
  .case_studies-template-default section.solutions .solutions-menu {
    position: absolute;
    left: 0; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.solutions .solutions-menu {
        position: relative;
        max-width: 100%;
        margin-left: 20px;
        z-index: 12;
        width: 100%; } }
    .case_studies-template-default section.solutions .solutions-menu ul {
      list-style: none;
      padding: 0; }
      .case_studies-template-default section.solutions .solutions-menu ul li {
        background-color: #EEEBE5;
        width: 600px;
        padding-left: 80px;
        padding-top: 10px;
        padding-bottom: 20px;
        height: auto;
        transition: all 0.3s ease;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.solutions .solutions-menu ul li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: start;
                justify-content: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
            width: 100%;
            height: auto;
            padding-left: 20px;
            padding-bottom: 10px; } }
        .case_studies-template-default section.solutions .solutions-menu ul li p {
          font-size: 24px;
          letter-spacing: 2px;
          line-height: 28px;
          font-family: "HudsonNY", sans-serif; }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.solutions .solutions-menu ul li p {
              font-size: 18px;
              letter-spacing: 1px; } }
        .case_studies-template-default section.solutions .solutions-menu ul li small {
          font-size: 16px;
          line-height: 28px;
          opacity: 0;
          transition: opacity 0.05s ease;
          max-width: 300px;
          height: 0;
          display: none; }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.solutions .solutions-menu ul li small {
              display: block; } }
        .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-lg, .case_studies-template-default section.solutions .solutions-menu ul li .btn-group-lg > a.btn, .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-cta, .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-download {
          opacity: 0;
          transition: all 0.3s ease;
          color: #fff;
          z-index: -1;
          background-color: transparent;
          display: none; }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-lg, .case_studies-template-default section.solutions .solutions-menu ul li .btn-group-lg > a.btn, .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-cta, .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-download {
              pointer-events: none;
              height: 0;
              position: absolute;
              display: block; } }
          .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-lg:hover, .case_studies-template-default section.solutions .solutions-menu ul li .btn-group-lg > a.btn:hover, .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-cta:hover, .case_studies-template-default section.solutions .solutions-menu ul li a.btn.btn-download:hover {
            background-color: #009CEC; }
        .case_studies-template-default section.solutions .solutions-menu ul li:hover {
          color: #fff;
          background: #101820;
          height: 115px;
          width: 800px; }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.solutions .solutions-menu ul li:hover {
              width: 100%;
              height: auto; } }
          .case_studies-template-default section.solutions .solutions-menu ul li:hover small {
            opacity: 1;
            height: auto;
            display: block;
            margin-bottom: 10px;
            line-height: 1.4; }
          .case_studies-template-default section.solutions .solutions-menu ul li:hover a.btn {
            position: absolute;
            right: 25px;
            opacity: 1;
            top: 50%;
            margin-top: -25px;
            z-index: 1;
            display: block; }
            @media screen and (max-width: 768px) {
              .case_studies-template-default section.solutions .solutions-menu ul li:hover a.btn {
                position: relative;
                top: auto;
                right: auto;
                margin-top: 25px;
                opacity: 1;
                z-index: 1;
                height: auto;
                background-color: transparent;
                pointer-events: inherit; } }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.solutions .solutions-image {
      display: none; } }
  .case_studies-template-default section.solutions .polygon.bottom {
    position: absolute;
    bottom: -100px;
    right: 0; }

.case_studies-template-default section.testimonial {
  padding: 50px 0 150px; }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.testimonial {
      padding: 50px 0px 0px; } }
  .case_studies-template-default section.testimonial .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .case_studies-template-default section.testimonial .container .row .testimonial-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .case_studies-template-default section.testimonial .container .row .testimonial-container img.icon {
        margin-bottom: 45px; }
      .case_studies-template-default section.testimonial .container .row .testimonial-container .testimonial-text {
        text-align: center; }
        .case_studies-template-default section.testimonial .container .row .testimonial-container .testimonial-text * {
          line-height: 42px;
          font-weight: 300;
          font-size: 22px; }
          @media screen and (max-width: 768px) {
            .case_studies-template-default section.testimonial .container .row .testimonial-container .testimonial-text * {
              line-height: 28px;
              font-size: 18px; } }
      .case_studies-template-default section.testimonial .container .row .testimonial-container .author {
        margin-top: 32px;
        text-align: center; }
      .case_studies-template-default section.testimonial .container .row .testimonial-container img.author-logo {
        margin-top: 48px;
        display: block; }
        @media screen and (min-width: 768px) {
          .case_studies-template-default section.testimonial .container .row .testimonial-container img.author-logo {
            display: none; } }

.case_studies-template-default section.special-tabs {
  background-color: #101820;
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.special-tabs {
      padding: 100px 20px; } }
  .case_studies-template-default section.special-tabs .polygon {
    position: absolute; }
    .case_studies-template-default section.special-tabs .polygon.top.left {
      top: -100px;
      left: -200px; }
    .case_studies-template-default section.special-tabs .polygon.bottom.right {
      bottom: -500px;
      right: -300px; }
  .case_studies-template-default section.special-tabs .container .special-tabs-title {
    color: #fff;
    text-align: center;
    margin-bottom: 60px; }
  .case_studies-template-default section.special-tabs .container .row,
  .case_studies-template-default section.special-tabs .container .tabs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media screen and (max-width: 768px) {
      .case_studies-template-default section.special-tabs .container .row,
      .case_studies-template-default section.special-tabs .container .tabs-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    .case_studies-template-default section.special-tabs .container .row .tab,
    .case_studies-template-default section.special-tabs .container .tabs-row .tab {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      opacity: 0.5;
      transition: opacity 0.3s ease; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.special-tabs .container .row .tab,
        .case_studies-template-default section.special-tabs .container .tabs-row .tab {
          opacity: 1; } }
      .case_studies-template-default section.special-tabs .container .row .tab.active, .case_studies-template-default section.special-tabs .container .row .tab:hover,
      .case_studies-template-default section.special-tabs .container .tabs-row .tab.active,
      .case_studies-template-default section.special-tabs .container .tabs-row .tab:hover {
        opacity: 1; }
      .case_studies-template-default section.special-tabs .container .row .tab img,
      .case_studies-template-default section.special-tabs .container .tabs-row .tab img {
        max-width: 75px;
        margin-bottom: 12px; }
      .case_studies-template-default section.special-tabs .container .row .tab .tab-title,
      .case_studies-template-default section.special-tabs .container .tabs-row .tab .tab-title {
        font-size: 18px;
        font-family: "HudsonNY", sans-serif;
        color: #fff; }
      .case_studies-template-default section.special-tabs .container .row .tab .tab-content,
      .case_studies-template-default section.special-tabs .container .tabs-row .tab .tab-content {
        display: none;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 100px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.special-tabs .container .row .tab .tab-content,
          .case_studies-template-default section.special-tabs .container .tabs-row .tab .tab-content {
            display: block; } }
    .case_studies-template-default section.special-tabs .container .row .content,
    .case_studies-template-default section.special-tabs .container .tabs-row .content {
      font-size: 24px;
      line-height: 42px;
      color: #fff;
      font-weight: 300;
      text-align: center;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.special-tabs .container .row .content,
        .case_studies-template-default section.special-tabs .container .tabs-row .content {
          display: none; } }

.case_studies-template-default section.comparison {
  padding: 150px 0;
  position: relative; }
  .case_studies-template-default section.comparison::after {
    display: block;
    content: "";
    height: 300px;
    position: absolute;
    bottom: -300px;
    z-index: 12;
    width: 100%;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 96%); }
  .case_studies-template-default section.comparison .container > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .case_studies-template-default section.comparison .container > .row .comparison-title {
      text-align: center;
      color: #101820;
      font-size: 48px;
      letter-spacing: 1.45px;
      line-height: 50px;
      margin-bottom: 70px; }
    .case_studies-template-default section.comparison .container > .row .comparison-logos {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.comparison .container > .row .comparison-logos {
          display: none; } }
      .case_studies-template-default section.comparison .container > .row .comparison-logos .col-md-6 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
        padding-right: 30px; }
        .case_studies-template-default section.comparison .container > .row .comparison-logos .col-md-6.others {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          padding-right: 0; }
        .case_studies-template-default section.comparison .container > .row .comparison-logos .col-md-6 .logo-title-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
    .case_studies-template-default section.comparison .container > .row .comparison-row {
      border-top: 1px solid #CACACA;
      width: 100%;
      text-align: center;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.comparison .container > .row .comparison-row {
          border-top: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          .case_studies-template-default section.comparison .container > .row .comparison-row * {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            width: 100%; } }
      .case_studies-template-default section.comparison .container > .row .comparison-row .key-value .key {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        font-family: "HudsonNY", sans-serif;
        color: #101820;
        text-align: right;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.comparison .container > .row .comparison-row .key-value .key {
            text-align: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center; } }
        @media screen and (min-width: 1200px) {
          .case_studies-template-default section.comparison .container > .row .comparison-row .key-value .key p {
            max-width: 100px; } }
      .case_studies-template-default section.comparison .container > .row .comparison-row .key-value .climacell-value {
        color: #009CEC;
        font-weight: 600;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.comparison .container > .row .comparison-row .key-value .climacell-value {
            text-align: center; } }

.case_studies-template-default section.video-section {
  padding: 100px 0;
  background-color: #101820;
  position: relative; }
  .case_studies-template-default section.video-section .container .row {
    position: relative;
    z-index: 123;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .case_studies-template-default section.video-section .container .row .video-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .case_studies-template-default section.video-section .container .row .video-container .video {
        position: relative;
        width: 840px;
        height: 472px;
        margin: auto; }
        @media screen and (max-width: 1024px) {
          .case_studies-template-default section.video-section .container .row .video-container .video {
            width: 100%;
            height: 300px; } }
        .case_studies-template-default section.video-section .container .row .video-container .video iframe,
        .case_studies-template-default section.video-section .container .row .video-container .video img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          object-fit: cover; }
        .case_studies-template-default section.video-section .container .row .video-container .video img {
          z-index: 12; }
        .case_studies-template-default section.video-section .container .row .video-container .video iframe {
          z-index: 1; }
        .case_studies-template-default section.video-section .container .row .video-container .video svg {
          left: 50%;
          top: 50%;
          margin-left: -123px;
          margin-top: -74px;
          z-index: 1234;
          position: absolute;
          transition: opacity 0.3s ease; }
          .case_studies-template-default section.video-section .container .row .video-container .video svg:hover {
            opacity: 0.7; }
    .case_studies-template-default section.video-section .container .row .video-text {
      color: #fff;
      position: relative;
      margin-top: 50px; }
      .case_studies-template-default section.video-section .container .row .video-text .title {
        position: absolute;
        top: 0;
        width: 100%;
        left: -100%;
        text-align: right;
        font-size: 24px;
        font-family: "HudsonNY", sans-serif; }
        @media screen and (max-width: 1024px) {
          .case_studies-template-default section.video-section .container .row .video-text .title {
            position: relative;
            top: auto;
            left: auto;
            text-align: left;
            margin-bottom: 24px; } }
      .case_studies-template-default section.video-section .container .row .video-text .content {
        line-height: 28px;
        font-size: 16px; }
  .case_studies-template-default section.video-section::before {
    content: "";
    width: 200%;
    height: 300px;
    background-color: #101820;
    position: absolute;
    top: -20px;
    left: -200px;
    -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    z-index: 12; }
  .case_studies-template-default section.video-section::after {
    content: "";
    width: 200%;
    height: 300px;
    background-color: #101820;
    position: absolute;
    bottom: -100px;
    left: -200px;
    -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    z-index: 12; }

.case_studies-template-default section.solution {
  padding-top: 400px;
  padding-bottom: 60px;
  position: relative;
  background-size: 100%;
  background-position: 50% -200px;
  background-color: #fff;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.solution {
      padding-top: 100px;
      background-size: 100%;
      background-position: 50% 0px;
      background-color: #fff;
      background-repeat: no-repeat; } }
  .case_studies-template-default section.solution .polygon {
    top: 10%;
    right: -250px;
    position: absolute;
    width: 443px;
    height: 502px; }
  .case_studies-template-default section.solution .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .case_studies-template-default section.solution .container .row .solution-text {
      color: #101820;
      position: relative;
      margin-top: 50px; }
      .case_studies-template-default section.solution .container .row .solution-text .title {
        position: absolute;
        top: 0;
        width: 100%;
        left: -100%;
        text-align: right;
        font-size: 24px;
        font-family: "HudsonNY", sans-serif; }
        @media screen and (max-width: 1024px) {
          .case_studies-template-default section.solution .container .row .solution-text .title {
            position: relative;
            top: auto;
            left: auto;
            text-align: left;
            margin-bottom: 24px; } }
      .case_studies-template-default section.solution .container .row .solution-text .content {
        line-height: 28px;
        font-size: 16px; }

.case_studies-template-default section.results {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  background-size: 100%;
  background-position: 50% -200px;
  background-color: #fff;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .case_studies-template-default section.results {
      padding-top: 0px; } }
  .case_studies-template-default section.results .polygon {
    top: 50%;
    left: -250px;
    position: absolute;
    width: 443px;
    height: 502px; }
  .case_studies-template-default section.results .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .case_studies-template-default section.results .container .row .results-text {
      color: #101820;
      position: relative;
      margin-top: 0px; }
      .case_studies-template-default section.results .container .row .results-text .title {
        position: absolute;
        top: -6px;
        width: 100%;
        left: -100%;
        text-align: right;
        font-size: 24px;
        font-family: "HudsonNY", sans-serif; }
        @media screen and (max-width: 1024px) {
          .case_studies-template-default section.results .container .row .results-text .title {
            position: relative;
            top: auto;
            left: auto;
            text-align: left;
            margin-bottom: 24px; } }
      .case_studies-template-default section.results .container .row .results-text .content {
        line-height: 28px;
        font-size: 16px; }
        .case_studies-template-default section.results .container .row .results-text .content img {
          max-width: 100%;
          height: auto;
          object-fit: contain; }

.case_studies-template-default section.stats {
  position: relative;
  padding: 100px 0;
  background-color: #101820;
  color: #fff; }
  .case_studies-template-default section.stats .polygon {
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: 1234;
    display: block; }
    .case_studies-template-default section.stats .polygon.bottom {
      right: 0;
      bottom: 0; }
  .case_studies-template-default section.stats .container {
    position: relative;
    z-index: 123; }
    .case_studies-template-default section.stats .container .stats-title {
      letter-spacing: 4px;
      line-height: 50px;
      text-align: center;
      margin-bottom: 100px;
      font-size: 48px; }
      @media screen and (max-width: 768px) {
        .case_studies-template-default section.stats .container .stats-title {
          font-size: 24px;
          letter-spacing: 2px;
          line-height: 25px; } }
    .case_studies-template-default section.stats .container .row .stats-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      padding-top: 50px; }
      .case_studies-template-default section.stats .container .row .stats-container .stats-description {
        color: #009CEC;
        line-height: 21px;
        margin-bottom: 12px;
        text-align: center;
        font-size: 18px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.stats .container .row .stats-container .stats-description {
            font-size: 16px;
            max-width: 60%; } }
      .case_studies-template-default section.stats .container .row .stats-container .stats-numbers {
        letter-spacing: 4.5px;
        line-height: 64px;
        margin-bottom: 100px;
        font-size: 72px; }
        @media screen and (max-width: 768px) {
          .case_studies-template-default section.stats .container .row .stats-container .stats-numbers {
            font-size: 36px;
            letter-spacing: 2px;
            line-height: 38px; } }
  .case_studies-template-default section.stats::before {
    content: "";
    width: 200%;
    height: 300px;
    background-color: #101820;
    position: absolute;
    top: -20px;
    left: -200px;
    -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    z-index: 12; }

.home section {
  position: relative;
  z-index: 1; }

.home section.home-hero {
  background-size: 50%;
  background-position: 10% 50px;
  min-height: 900px;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 1020px) {
    .home section.home-hero {
      min-height: 1200px; } }
  @media screen and (max-width: 768px) {
    .home section.home-hero {
      min-height: 750px; } }
  .home section.home-hero .background-image {
    width: 1060px;
    right: 50%;
    position: fixed;
    top: 0;
    margin-right: -520px;
    top: 50%;
    margin-top: -249px;
    z-index: -1;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1020px) {
      .home section.home-hero .background-image {
        margin-top: 0;
        width: 550px;
        position: absolute;
        top: 29%;
        left: 50%;
        margin-left: -260px; } }
    @media screen and (max-width: 768px) {
      .home section.home-hero .background-image {
        margin-top: 0;
        width: 600px;
        position: absolute;
        top: 280px;
        left: 50%;
        margin-left: -300px; } }
    @media screen and (max-width: 640px) {
      .home section.home-hero .background-image {
        margin-top: 0;
        width: 600px;
        position: absolute;
        top: 280px;
        left: 50%;
        margin-left: -300px; } }
    @media screen and (min-width: 769px) {
      .home section.home-hero .background-image.no-scroll {
        width: 1060px;
        right: 50%;
        position: absolute;
        top: 0;
        margin-right: -520px;
        top: auto;
        margin-top: -249px;
        z-index: 0;
        bottom: 165px; } }
    @media screen and (min-width: 1600px) {
      .home section.home-hero .background-image.no-scroll {
        width: 1060px;
        right: 50%;
        position: absolute;
        top: 0;
        margin-right: -520px;
        top: auto;
        margin-top: -249px;
        z-index: 0;
        bottom: 215px; } }
  .home section.home-hero .initial-cover {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1234; }
    @media screen and (max-width: 1020px) {
      .home section.home-hero .initial-cover {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        margin: 0; } }
    @media screen and (min-width: 1020px) {
      .home section.home-hero .initial-cover {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        height: 100vh; } }
    @media screen and (max-width: 640px) {
      .home section.home-hero .initial-cover {
        height: 800px; } }
    @media screen and (max-width: 768px) {
      .home section.home-hero .initial-cover {
        height: 900px; } }
    @media screen and (min-width: 1020px) {
      .home section.home-hero .initial-cover.animate {
        animation: 4s slideUp forwards;
        animation-delay: 0.5s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .home section.home-hero .initial-cover .left-half {
      background-color: #f1efe5;
      overflow: hidden;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: end;
          align-items: flex-end;
      padding: 0;
      height: 100%; }
      @media screen and (max-width: 1020px) {
        .home section.home-hero .initial-cover .left-half {
          max-height: 50%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: center;
              align-items: center; } }
      @media screen and (max-width: 768px) {
        .home section.home-hero .initial-cover .left-half {
          height: 50%; } }
      .home section.home-hero .initial-cover .left-half .initial-text {
        position: absolute;
        top: 40%;
        left: 150px;
        z-index: 12;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        @media screen and (max-width: 1020px) {
          .home section.home-hero .initial-cover .left-half .initial-text {
            position: absolute;
            top: 20%;
            left: 210px;
            z-index: 12; } }
        @media screen and (max-width: 768px) {
          .home section.home-hero .initial-cover .left-half .initial-text {
            position: relative;
            top: auto;
            left: auto;
            z-index: 12;
            margin-top: 90px; } }
        .home section.home-hero .initial-cover .left-half .initial-text .initial-title {
          font-size: 48px;
          letter-spacing: 20px;
          line-height: 50px;
          text-align: center;
          max-width: 350px;
          margin-bottom: 50px; }
          @media screen and (max-width: 768px) {
            .home section.home-hero .initial-cover .left-half .initial-text .initial-title {
              font-size: 36px;
              letter-spacing: 15px;
              line-height: 32px;
              margin-bottom: 25px; } }
        .home section.home-hero .initial-cover .left-half .initial-text .ctas a.btn {
          color: #101820;
          width: 260px;
          max-width: 100%;
          margin-left: -10px; }
          @media screen and (max-width: 768px) {
            .home section.home-hero .initial-cover .left-half .initial-text .ctas a.btn {
              margin-left: 0; } }
      .home section.home-hero .initial-cover .left-half img {
        margin-right: -415px;
        margin-top: 128px;
        width: 800px; }
        @media screen and (max-width: 1020px) {
          .home section.home-hero .initial-cover .left-half img {
            margin-top: 0;
            width: 650px;
            position: absolute;
            bottom: -33%;
            left: 50%;
            margin-left: -325px; } }
        @media screen and (max-width: 768px) {
          .home section.home-hero .initial-cover .left-half img {
            margin-top: 0;
            width: 530px;
            position: absolute;
            bottom: -186px;
            left: 50%;
            margin-left: -265px; } }
    .home section.home-hero .initial-cover .right-half {
      padding: 0;
      height: 100%; }
      @media screen and (min-width: 1020px) {
        .home section.home-hero .initial-cover .right-half.animate {
          animation: 2s fadeOut forwards; } }
      @media screen and (max-width: 1020px) {
        .home section.home-hero .initial-cover .right-half {
          width: 100%;
          display: block;
          position: absolute;
          bottom: 250px;
          left: 30%;
          margin-left: -300PX; } }
      @media screen and (max-width: 768px) {
        .home section.home-hero .initial-cover .right-half {
          width: 100%;
          display: block;
          position: absolute;
          bottom: auto;
          left: 0;
          margin-left: auto;
          height: 50%;
          top: 50%; } }
      .home section.home-hero .initial-cover .right-half .initial-text {
        position: absolute;
        top: 40%;
        right: 100px;
        z-index: 12;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        @media screen and (max-width: 1020px) {
          .home section.home-hero .initial-cover .right-half .initial-text {
            right: 130px; } }
        @media screen and (max-width: 768px) {
          .home section.home-hero .initial-cover .right-half .initial-text {
            position: relative;
            top: auto;
            right: auto;
            z-index: 12;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: end;
                justify-content: flex-end;
            -ms-flex-align: center;
                align-items: center;
            height: 100%; } }
        .home section.home-hero .initial-cover .right-half .initial-text .initial-title {
          font-size: 48px;
          letter-spacing: 20px;
          line-height: 50px;
          text-align: center;
          max-width: 350px;
          margin-bottom: 50px;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .home section.home-hero .initial-cover .right-half .initial-text .initial-title {
              font-size: 36px;
              line-height: 32px;
              letter-spacing: 15px;
              margin-bottom: 25px; } }
        @media screen and (max-width: 768px) {
          .home section.home-hero .initial-cover .right-half .initial-text .ctas {
            margin-bottom: 25px; } }
        .home section.home-hero .initial-cover .right-half .initial-text .ctas a.btn {
          color: #fff;
          width: 260px;
          max-width: 100%;
          margin-left: -10px; }
          .home section.home-hero .initial-cover .right-half .initial-text .ctas a.btn:hover {
            background: #009CEC; }
  .home section.home-hero .row.post-animation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    min-height: 100vh;
    padding-left: 35px;
    position: relative;
    z-index: 1234;
    margin-bottom: 150px; }
    @media screen and (max-width: 768px) {
      .home section.home-hero .row.post-animation {
        display: none !important; } }
    .home section.home-hero .row.post-animation.animate {
      animation: 3s fadeIn forwards; }
    .home section.home-hero .row.post-animation .left-content {
      color: #fff;
      font-family: "HudsonNY", sans-serif;
      padding-top: 200px; }
      .home section.home-hero .row.post-animation .left-content .hero-title {
        font-size: 98px;
        letter-spacing: 17.28px;
        line-height: 108px;
        margin-bottom: 80px; }
      .home section.home-hero .row.post-animation .left-content .description * {
        letter-spacing: 4.7px;
        line-height: 15px;
        font-size: 14px; }
      .home section.home-hero .row.post-animation .left-content .description p {
        margin-left: 6px;
        margin-bottom: 0;
        margin-top: 8px; }
        .home section.home-hero .row.post-animation .left-content .description p strong {
          margin-left: -12px; }
      .home section.home-hero .row.post-animation .left-content .description small {
        font-size: 9px;
        letter-spacing: 2.7px;
        line-height: 10px;
        display: block;
        margin-top: 3px;
        margin-left: 18px; }
      .home section.home-hero .row.post-animation .left-content .calls-to-action {
        margin-top: 35px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center; }
        .home section.home-hero .row.post-animation .left-content .calls-to-action a {
          margin-right: 24px; }
    .home section.home-hero .row.post-animation .right-content {
      color: #fff;
      padding-top: 100px; }
      .home section.home-hero .row.post-animation .right-content .tickers {
        margin-top: 45px; }
      .home section.home-hero .row.post-animation .right-content .ticker-number {
        color: #009CEC;
        font-size: 22px;
        letter-spacing: 6.2px;
        line-height: 22px;
        font-family: "HudsonNY", sans-serif; }
      .home section.home-hero .row.post-animation .right-content .ticker-title {
        font-size: 14px;
        letter-spacing: 3.11px;
        line-height: 15px;
        font-family: "HudsonNY", sans-serif;
        max-width: 170px;
        margin-bottom: 20px; }
      .home section.home-hero .row.post-animation .right-content hr {
        color: #fff;
        background-color: #fff;
        max-width: 200px;
        margin-left: 0;
        margin-top: -10px; }
      .home section.home-hero .row.post-animation .right-content .ticker-attribute {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 20px; }
        .home section.home-hero .row.post-animation .right-content .ticker-attribute img {
          margin-right: 12px; }
        .home section.home-hero .row.post-animation .right-content .ticker-attribute .attribute-text .title {
          font-size: 12px;
          line-height: 14px;
          line-height: 14px;
          font-family: "HudsonNY", sans-serif; }
        .home section.home-hero .row.post-animation .right-content .ticker-attribute .attribute-text .subtitle {
          font-size: 10px; }

.home section.sequential .container .row.sequence {
  margin-top: 0; }

.home section.name-drop {
  padding-top: 50px; }
  .home section.name-drop .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .home section.name-drop .container .row .name-drop-title {
      font-size: 34px;
      letter-spacing: 1px;
      line-height: 35px;
      color: #101820;
      text-align: center;
      margin-bottom: 65px; }
    .home section.name-drop .container .row .logos-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-align: end;
          align-items: flex-end;
      margin-bottom: 65px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: 100%; }
      @media screen and (max-width: 1020px) {
        .home section.name-drop .container .row .logos-wrapper {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media screen and (max-width: 767px) {
        .home section.name-drop .container .row .logos-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; } }
      .home section.name-drop .container .row .logos-wrapper .logo {
        width: auto; }
        @media screen and (max-width: 767px) {
          .home section.name-drop .container .row .logos-wrapper .logo {
            width: 100%;
            margin: auto;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            margin: 20px 0; } }
        @media screen and (max-width: 1024px) {
          .home section.name-drop .container .row .logos-wrapper .logo {
            width: 30%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            margin: 20px 0; } }
        .home section.name-drop .container .row .logos-wrapper .logo img {
          height: 25px;
          width: 100%;
          object-fit: contain; }

.home section.big-data {
  background-color: #101820;
  padding: 100px 0; }
  .home section.big-data .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .home section.big-data .row .big-data-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .home section.big-data .row .big-data-wrapper .title {
        color: #fff;
        z-index: 12;
        font-size: 48px;
        letter-spacing: 4px;
        line-height: 50px;
        text-align: center;
        margin-top: -24px; }
        @media screen and (max-width: 768px) {
          .home section.big-data .row .big-data-wrapper .title {
            font-size: 28px;
            letter-spacing: 2px;
            line-height: 25px; } }
        @media screen and (max-width: 768px) {
          .home section.big-data .row .big-data-wrapper .title br {
            display: none; } }
      .home section.big-data .row .big-data-wrapper .description {
        color: #fff;
        text-align: center;
        padding: 0 140px;
        margin-top: 50px; }
        @media screen and (max-width: 768px) {
          .home section.big-data .row .big-data-wrapper .description {
            padding: 0 20px;
            margin-top: 24px; } }
        .home section.big-data .row .big-data-wrapper .description * {
          font-size: 16px;
          line-height: 32px; }
      .home section.big-data .row .big-data-wrapper .calls-to-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 465px;
        margin: 65px auto auto; }
        .home section.big-data .row .big-data-wrapper .calls-to-action a.btn {
          width: 48%;
          max-width: 100%;
          border-color: #fff;
          margin: 12px 0; }
          @media screen and (max-width: 768px) {
            .home section.big-data .row .big-data-wrapper .calls-to-action a.btn {
              width: 100%;
              margin-bottom: 8px; } }
          .home section.big-data .row .big-data-wrapper .calls-to-action a.btn:hover {
            background-color: #fff;
            color: #009CEC; }
          .home section.big-data .row .big-data-wrapper .calls-to-action a.btn:last-of-type {
            border-color: #009CEC;
            width: 100%;
            max-width: 100%; }
            @media screen and (max-width: 768px) {
              .home section.big-data .row .big-data-wrapper .calls-to-action a.btn:last-of-type {
                margin-top: 24px; } }
            .home section.big-data .row .big-data-wrapper .calls-to-action a.btn:last-of-type:hover {
              background-color: #009CEC;
              color: #fff; }

.home section.world-map {
  padding: 0;
  min-height: 900px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% -20%; }
  @media screen and (max-width: 768px) {
    .home section.world-map {
      min-height: 800px; } }
  @media only screen and (min-width: 736px) and (max-width: 812px) {
    .home section.world-map {
      min-height: 0;
      height: 350px; } }
  @media screen and (max-width: 1025px) {
    .home section.world-map {
      height: 600px;
      min-height: 0; } }
  .home section.world-map .container.title {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .home section.world-map .container.title {
        top: 50px; } }
    @media screen and (max-width: 1025px) {
      .home section.world-map .container.title {
        top: 20px; } }
    .home section.world-map .container.title .title {
      font-size: 48px;
      letter-spacing: 4px;
      line-height: 50px; }
      @media screen and (max-width: 768px) {
        .home section.world-map .container.title .title {
          font-size: 34px;
          letter-spacing: 2px;
          line-height: 38px;
          max-width: 340px;
          margin: auto; } }
  .home section.world-map .container.hex {
    position: absolute;
    bottom: 150px;
    left: 45%;
    width: 100%; }
    @media screen and (max-width: 1025px) {
      .home section.world-map .container.hex {
        bottom: 130px;
        left: -17%;
        width: 100%; } }
    .home section.world-map .container.hex .hex-wrapper {
      max-width: 500px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .home section.world-map .container.hex .hex-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; } }
      @media screen and (max-width: 768px) {
        .home section.world-map .container.hex .hex-wrapper img {
          max-height: 200px;
          margin-left: 165px; } }
      .home section.world-map .container.hex .hex-wrapper .hex-text-wrapper {
        max-width: 350px;
        position: absolute;
        right: -80px;
        bottom: -80px; }
        @media screen and (max-width: 768px) {
          .home section.world-map .container.hex .hex-wrapper .hex-text-wrapper {
            max-width: 350px;
            position: absolute;
            right: -80px;
            bottom: -100px; } }
        .home section.world-map .container.hex .hex-wrapper .hex-text-wrapper .hex-title {
          font-size: 24px;
          letter-spacing: 2px;
          line-height: 28px;
          font-family: "HudsonNY", sans-serif; }
  .home section.world-map .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
    @media screen and (max-width: 768px) {
      .home section.world-map .background-image {
        display: none; } }
    @media only screen and (min-width: 736px) and (max-width: 812px) {
      .home section.world-map .background-image {
        display: block; } }
  .home section.world-map .mobile-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; }
    @media screen and (max-width: 768px) {
      .home section.world-map .mobile-background-image {
        height: 100%;
        width: 100%;
        display: block; } }
    @media only screen and (min-width: 736px) and (max-width: 812px) {
      .home section.world-map .mobile-background-image {
        display: none; } }

.home section.special-tabs .col-md-8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .home section.special-tabs .col-md-8 .tab-icon {
    margin-bottom: 24px; }
  .home section.special-tabs .col-md-8 .main-tab-content {
    margin-bottom: 75px; }

.home section.special-tabs .tabs-row .tab .tab-content {
  margin-bottom: 50px; }

.home section.special-tabs .tabs-row .tab img {
  max-width: 200px;
  max-height: 70px; }

.home section.blog {
  padding: 100px 0; }
  .home section.blog .blog-posts-title {
    font-size: 48px;
    letter-spacing: 4px;
    line-height: 50px;
    text-align: center;
    margin: 0 0 72px; }
  .home section.blog .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .home section.blog .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    @media screen and (max-width: 768px) {
      .home section.blog .row .blog-post {
        margin-bottom: 30px;
        width: 100%; } }
    .home section.blog .row .blog-post .post-inner {
      display: block;
      position: relative;
      padding: 30px;
      background-color: #101820;
      color: #fff; }
    .home section.blog .row .blog-post img {
      width: 100%;
      height: 205px;
      object-fit: cover; }
    .home section.blog .row .blog-post .post-title {
      margin-top: 24px;
      min-height: 92px;
      font-size: 24px;
      line-height: 26px; }
    .home section.blog .row .blog-post button {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .home section.blog .row .blog-post button {
          margin: auto;
          display: block;
          max-width: 200px;
          margin-top: 15px; } }

/* Safari and Chrome */

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  animation: rotating 30s linear infinite; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slideUp {
  0% {
    top: 0; }
  100% {
    top: -225%; } }

.flex-center {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  clear: both; }
  .flex-center h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
    padding-bottom: 2px; }

.single-api-status .logo-text, .post-type-archive-api-status .logo-text {
  margin-right: auto; }

.single-api-status h1.t-1, .post-type-archive-api-status h1.t-1 {
  font-family: "HudsonNY", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0; }
.single-api-status h1.t-1 sup, .post-type-archive-api-status h1.t-1 sup{
  top: -18px;}

.single-api-status sup, .post-type-archive-api-status sup {
  font-size: 18px;
  top: -1.3rem; }

.single-api-status .header, .post-type-archive-api-status .header {
  background-color: #000 !important; }

.single-api-status section, .post-type-archive-api-status section {
  padding-top: 10rem; }

.single-api-status section {
  padding-bottom: 2.5rem !important; }

.single-api-status .title {
  margin-bottom: 80px; }

.single-api-status .post-body {
  border: none;
  font-size: 1.15rem;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 8rem; }

.post-type-archive-api-status section {
  padding-bottom: 0 !important; }
  .post-type-archive-api-status section.py-5 {
    padding-top: 2.7rem !important;
    padding-bottom: 8rem !important; }

.post-type-archive-api-status .item {
  margin-bottom: 38px; }
  .post-type-archive-api-status .item a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4dadea;
    font-size: 1.35rem;
    letter-spacing: 0;
    transition: all .2s; }
    .post-type-archive-api-status .item a:hover {
      color: #404040; }

.post-type-archive-api-status .text-date {
  color: #6b7278;
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  padding-top: 2px; }

.arrow {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 12px;
  transition: all .2s; }
  .arrow:before {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin: 14px 15px;
    transition: all .2s; }
  .arrow:hover {
    border-color: #0f80e9; }
    .arrow:hover:before {
      border-color: #0f80e9; }

@media screen and (max-width: 768px) {
  .single-api-status section.py-5{
    padding-top: 1rem !important;}
  .single-api-status .post-body {
    font-size: 1.1rem;}
  .single-api-status h1.t-1{
    font-size: 1.75rem;}
  .post-api-status-title{
    margin-bottom: 50px!important;}
  .post-api-status-title h2{
    font-size: 1.3rem;}
  .post-api-status-title .arrow{
    width: 38px;
    height: 38px;}
  .post-api-status-title .arrow:before{
    margin: 8px 12px;}
  .post-type-archive-api-status h1.t-1{
    font-size: 1.7rem;}
  .single-api-status h1.t-1 sup, .post-type-archive-api-status h1.t-1 sup{
    top: -10px;}
  .post-type-archive-api-status .item a{
    font-size: 1.1rem;}
  .post-type-archive-api-status .text-date{
    font-size: 1rem;}
  .single-solution a.demo-btn {
    margin: 30px auto !important; } }

.t-1 sup {
  top: -25px;
  font-size: 14px !important; }

section.section.bg-primary {
  background: #eeebe5 !important; }
  @media screen and (max-width: 768px) {
    section.section.bg-primary {
      padding-top: 7rem; } }
  section.section.bg-primary * {
    color: #101820 !important; }

.legal-content ol li strong {
  font-weight: 900;
  font-size: 22px;
  line-height: 2;
  margin-top: 18px;
  display: block; }

.legal-content ol li {
  font-size: 16px; }

@media screen and (max-width: 768px) {
  .legal-content ol {
    padding-left: 18px; } }

.hexagon {
  overflow: hidden;
  visibility: hidden;
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer; }

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.hexagon-in2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  visibility: visible;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.hexagon1 {
  width: 400px;
  height: 200px;
  margin: 0 0 0 -80px; }

.hexagon2 {
  width: 200px;
  height: 400px;
  margin: -80px 0 0 20px; }

.dodecagon {
  width: 200px;
  height: 200px;
  margin: -80px 0 0 20px; }

.page-template-page-blog .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button,
.single-post .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button {
  background: #009CEC !important;
  color: #fff !important;
  font-weight: 300 !important; }
  .page-template-page-blog .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:hover,
  .single-post .hbspt-form [class*="hs-form"] .hs_submit .actions input.hs-button:hover {
    background: transparent !important; }

.page-template-page-resources section.case-study-split {
  padding-top: 0; }
  @media screen and (max-width: 640px) {
    .page-template-page-resources section.case-study-split .title-subtitle-wrapper {
      padding-top: 300px !important; } }
  .page-template-page-resources section.case-study-split:nth-of-type(even) .row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
    @media screen and (max-width: 768px) {
      .page-template-page-resources section.case-study-split:nth-of-type(even) .row {
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }
    @media screen and (max-width: 640px) {
      .page-template-page-resources section.case-study-split:nth-of-type(even) .row .text-container .title-subtitle-wrapper {
        padding-top: 300px !important; } }
    .page-template-page-resources section.case-study-split:nth-of-type(even) .row .text-container .author-meta {
      position: absolute;
      left: -520px;
      bottom: 20px;
      right: auto;
      text-align: right;
      color: white; }

@media screen and (max-width: 768px) {
  section.section.title-section {
    padding-top: 25px; } }

@media screen and (max-width: 768px) {
  section.section.title-section .py-5 {
    padding-top: 0 !important; } }

.hbspt-form [class*=hs-form] .hs_submit .actions input.hs-button {
  box-shadow: none;
  text-shadow: none;
  padding-bottom: 8px;
  letter-spacing: 0.4px;
  width: 73%;
  position: relative;
  display: block;
  margin: auto; }

@media screen and (max-width: 768px) {
  section.bg-hero-blog {
    padding-top: 9rem; } }

@media screen and (max-width: 768px) {
  section.bg-hero-solution.pb-5 .row {
    padding-top: 0 !important; } }

.hbspt-form * {
  font-family: "Roboto" !important; }

.card div,
.card p,
.card span {
  background: transparent !important;
  color: #101820 !important; }

.wp-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

@media (max-width: 767px) {
  .row-company .col {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 40% !important; } }

a.btn.btn-blue-ghost.btn-lg.blue-color, .btn-group-lg > a.btn.btn-blue-ghost.blue-color, a.btn.btn-blue-ghost.blue-color.btn-cta, a.btn.btn-blue-ghost.blue-color.btn-download {
  color: #101820;
  margin: auto;
  display: block; }

.btn.btn-white.btn-lg, .btn-group-lg > .btn.btn-white, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-lg > input.btn-white.hs-button, .af-form.acf-form .af-submit .btn-group-lg > button.btn-white, .btn.btn-white.btn-cta, .btn.btn-white.btn-download, .hbspt-form [class*="hs-form"] .hs_submit .actions input.btn-white.btn-download.hs-button, .af-form.acf-form .af-submit button.btn-white.btn-download, .hbspt-form [class*="hs-form"] .hs_submit .actions input.btn-white.btn-cta.hs-button, .af-form.acf-form .af-submit button.btn-white.btn-cta, .hbspt-form [class*="hs-form"] .hs_submit .actions input.btn-white.btn-lg.hs-button, .af-form.acf-form .af-submit button.btn-white.btn-lg {
  border: 2px solid #101820;
  letter-spacing: 1px;
  font-family: "HudsonNY", sans-serif;
  font-weight: 300; }
  .btn.btn-white.btn-lg:hover, .btn-group-lg > .btn.btn-white:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions .btn-group-lg > input.btn-white.hs-button:hover, .af-form.acf-form .af-submit .btn-group-lg > button.btn-white:hover, .btn.btn-white.btn-cta:hover, .btn.btn-white.btn-download:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions input.btn-white.btn-download.hs-button:hover, .af-form.acf-form .af-submit button.btn-white.btn-download:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions input.btn-white.btn-cta.hs-button:hover, .af-form.acf-form .af-submit button.btn-white.btn-cta:hover, .hbspt-form [class*="hs-form"] .hs_submit .actions input.btn-white.btn-lg.hs-button:hover, .af-form.acf-form .af-submit button.btn-white.btn-lg:hover {
    background: #101820;
    color: #fff !important; }

section#tutorial-login .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  section#tutorial-login .container h1 {
    margin-bottom: 32px; }
  section#tutorial-login .container form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    section#tutorial-login .container form input[type="password"] {
      width: 300px;
      height: 40px;
      margin-bottom: 32px;
      padding-left: 12px;
      border-radius: 2px;
      border: 1px solid #101820; }
  section#tutorial-login .container a {
    margin-top: 32px;
    text-decoration: underline; }

#alerts{background: #eeebe5; padding-top: 10px;}
.tax-location .t-1{margin-bottom: 0;}
.tax-location .menu{padding-top: 7px;}
.mob-show{display: none;}
@media(max-width: 767px){
  .mob-show{display: block;}
  .col-xs-6{width: 50%; float: left;}
  .tax-menu{width: 100%; text-align: center;}
  .tax-menu .btn{color: #101820; max-width: 100%;}
  .tax-menu .btn.act{background-color: #009CEC;}
  .tax-menu{padding-bottom: 40px;}
  #alerts{background: none;}
  .tab-c{display: none;}
  .desk .tab-c, .tab-c.act{display: block;}
}
.form-blog .hbspt-form > form > div{display: inline-block;}
@media(max-width: 767px){.form-blog .hbspt-form > form > div{display: block;}}
.legal-consent-container .hs-richtext{font-size: 11px !important; line-height: 15px !important;}
@media(min-width: 1200px){
  .home section.home-hero #postAnimation.row.post-animation .left-content .description p{font-size: 20px; line-height: 1.2em}
}
.company-team{background: #000; padding-bottom: 3rem;}
.company-team .t-2, .company-team .card div,.company-team .card p{color: #fff !important;}
.company-team .card{background: transparent;}

.page-id-3518.page-template-page-resources #media_kit{text-align: center;}
.page-id-3518.page-template-page-resources  #media_kit .col-md-6{padding-bottom: 50px;}
.page-id-3518.page-template-page-resources  #media_kit .col-md-6 > a{display: inline-block; width: 100%; min-height: 280px; position: relative;}
.page-id-3518.page-template-page-resources  #media_kit .col-md-6 > a > img{max-height: 280px; position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%);}


.page-id-3518.page-template-page-resources  #media_kit .col-md-6{text-align: center;}    
.page-id-3518.page-template-page-resources  #media_kit .col-md-6 > a{display: inline-block; padding-bottom: 20px;}
.page-id-3518.page-template-page-resources  #media_kit .col-md-6 > p{padding-bottom: 50px;} 
.press_release-template-default.postid-4981 .bg-hero-blog{max-height: 100%;}

footer .col-lg-2 {
    padding-bottom: 25px;
}