@charset "UTF-8";
@import url("https://use.typekit.net/tez7fqy.css");
@font-face {
  font-family: 'BasisGrotesquePro';
  src: url("../fonts/BasisGrotesquePro-Regular.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'BasisGrotesquePro';
  src: url("../fonts/BasisGrotesquePro-Medium.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'BasisGrotesquePro';
  src: url("../fonts/BasisGrotesquePro-Bold.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'BasisGrotesquePro';
  src: url("../fonts/BasisGrotesquePro-Black.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bold; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 375px) {
    .container {
      max-width: 375px; } }
  @media (min-width: 800px) {
    .container {
      max-width: 800px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px; } }
  @media (min-width: 1680px) {
    .container {
      max-width: 1680px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 800px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1680px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.bg-primary {
  background-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 800px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1680px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  justify-content: flex-start !important; }

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

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

.align-items-stretch {
  align-items: stretch !important; }

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 375px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 800px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1680px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

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

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

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

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

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

*,
*:focus,
select,
select:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body, body.page, .wf-container > * {
  font-size: 18px;
  line-height: 1.33;
  font-family: 'BasisGrotesquePro', sans-serif;
  word-spacing: normal;
  color: #1D1D35; }

*,
*:focus,
select,
select:focus {
  outline: none; }

@media all and (max-width: 400px) {
  .container {
    padding-right: 24px;
    padding-left: 24px; } }

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

img {
  max-width: 100%;
  border-radius: 0px;
  height: auto; }

body {
  overflow-x: hidden; }

.button {
  transition: all 0.5s; }

.mt0 {
  margin-top: 0 !important; }

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

.home.admin-bar #page {
  margin-top: 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h7 {
  line-height: 1.2em;
  color: #1D1D35;
  font-weight: 700;
  margin-top: 0; }
  h1 span, .h1 span,
  h2 span, .h2 span,
  h3 span, .h3 span,
  h4 span, .h4 span,
  h5 span, .h5 span,
  h6 span, .h6 span,
  .h7 span {
    position: relative;
    z-index: 2; }
    h1 span + span, .h1 span + span,
    h2 span + span, .h2 span + span,
    h3 span + span, .h3 span + span,
    h4 span + span, .h4 span + span,
    h5 span + span, .h5 span + span,
    h6 span + span, .h6 span + span,
    .h7 span + span {
      z-index: 1; }

h1,
.h1 {
  font-size: 3.125rem;
  line-height: 57px;
  letter-spacing: -0.1px;
  margin-bottom: .667em; }
  @media all and (max-width: 799px) {
    h1,
    .h1 {
      font-size: 1.625rem;
      line-height: 30px; } }

h2,
.h2 {
  font-size: 2.125rem;
  line-height: 40px; }
  @media all and (max-width: 799px) {
    h2,
    .h2 {
      font-size: 1.23rem;
      line-height: 24px; } }
  @media all and (max-width: 1279px) {
    h2 br,
    .h2 br {
      display: none; } }

h3,
.h3 {
  font-size: 1.625rem;
  line-height: 30px; }
  @media all and (max-width: 799px) {
    h3,
    .h3 {
      font-size: 1.0625rem;
      line-height: 19px; }
      h3.desktop-only,
      .h3.desktop-only {
        font-size: 1rem;
        line-height: 1.33; } }

h4,
.h4 {
  font-size: 24px;
  line-height: 1.4em; }

h5,
.h5 {
  font-size: 24px; }
  @media all and (max-width: 799px) {
    h5,
    .h5 {
      font-size: 19.5px; } }

h6,
.h6 {
  font-size: 14px;
  letter-spacing: 1.6px; }

.jv-accent {
  font-size: 16px;
  text-transform: uppercase;
  color: #862F7D;
  opacity: 0.7; }

p,
.text {
  font-size: 18px;
  line-height: 1.33;
  margin: 1em 0; }
  p b, p strong,
  .text b,
  .text strong {
    font-weight: 700; }
  p a,
  .text a {
    font-weight: 700;
    color: #862F7D; }
    p a:hover,
    .text a:hover {
      text-decoration: underline; }
  p.large,
  .text.large {
    font-size: 20px;
    line-height: 1.5; }
  @media all and (max-width: 799px) {
    p,
    .text {
      font-size: 1rem; } }
  @media all and (max-width: 1279px) {
    p br,
    .text br {
      display: none; } }

.wrapper {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1180px; }

*[class^='textBg_'] {
  padding: 0.15em 0.3em 0.05em;
  margin: 0 -0.3em;
  display: inline-block;
  white-space: pre-wrap;
  line-height: 1em; }

.jv-heading-overline {
  position: relative;
  margin-top: 6rem !important; }
  .jv-heading-overline:before {
    content: '';
    width: 100vw;
    height: 2px;
    background-color: #01685D;
    display: block;
    position: relative;
    top: -30px;
    left: calc(-100vw + 115px); }

.textBg_fiolet {
  color: #862F7D;
  background-color: #f3eaf2; }
  .textBg_fiolet_tr {
    background-color: rgba(134, 47, 125, 0.1); }

.textBg_fiolet2 {
  color: #8275FF;
  background-color: #f3f1ff; }
  .textBg_fiolet2_tr {
    background-color: rgba(130, 117, 255, 0.1); }

.textBg_fiolet3 {
  color: #6253FF;
  background-color: #efeeff; }
  .textBg_fiolet3_tr {
    background-color: rgba(98, 83, 255, 0.1); }

.textBg_green {
  color: #72E0C0;
  background-color: #f1fcf9; }
  .textBg_green_tr {
    background-color: rgba(114, 224, 192, 0.1); }

.textBg_green2 {
  color: #048468;
  background-color: #e6f3f0; }
  .textBg_green2_tr {
    background-color: rgba(4, 132, 104, 0.1); }

.textBg_green3 {
  color: #72E0C0;
  background-color: #f1fcf9; }
  .textBg_green3_tr {
    background-color: rgba(114, 224, 192, 0.1); }

.textBg_green4 {
  color: #2BC763;
  background-color: #eaf9ef; }
  .textBg_green4_tr {
    background-color: rgba(43, 199, 99, 0.1); }

.textBg_green5 {
  color: #3CBE00;
  background-color: #ecf9e6; }
  .textBg_green5_tr {
    background-color: rgba(60, 190, 0, 0.1); }

.textBg_pink {
  color: #F491D6;
  background-color: #fef4fb; }
  .textBg_pink_tr {
    background-color: rgba(244, 145, 214, 0.1); }

.textBg_pink2 {
  color: #E7607F;
  background-color: #fdeff2; }
  .textBg_pink2_tr {
    background-color: rgba(231, 96, 127, 0.1); }

.textBg_blue_light {
  color: #00B8E0;
  background-color: #e6f8fc; }
  .textBg_blue_light_tr {
    background-color: rgba(0, 184, 224, 0.1); }

.textBg_orange {
  color: #FF8458;
  background-color: #fff3ee; }
  .textBg_orange_tr {
    background-color: rgba(255, 132, 88, 0.1); }

.textBg_orange2 {
  color: #FB5024;
  background-color: #ffeee9; }
  .textBg_orange2_tr {
    background-color: rgba(251, 80, 36, 0.1); }

.text-small {
  font-size: 12px; }

.text-spread {
  letter-spacing: 0.0625rem; }

p.has-text-align-center,
.aligncenter {
  text-align: center; }

.site-content ul li {
  opacity: 1;
  line-height: 1.6em;
  font-size: 17px;
  margin: 1em 0; }

.color_pink {
  color: #F491D6; }

.color_pink2 {
  color: #E7607F; }

.color_orange {
  color: #FF8458; }

.color_light_green {
  color: #2BC763; }

.color_light_blue {
  color: #00B8E0; }

.color_green {
  color: #5A963E; }

.color_green2 {
  color: #048468; }

.color_green3 {
  color: #72E0C0; }

.color_green4 {
  color: #2BC763; }

.color_green5 {
  color: #3CBE00; }

.color_green6 {
  color: #01685D; }

.color_blue3 {
  color: #99E3F2; }

.color_gold {
  color: #CEA65A; }

.color_fiolet {
  color: #862F7D; }

.color_fiolet2 {
  color: #8275FF; }

.color_fiolet3 {
  color: #6253FF; }

.bg_dark {
  background: #1D1D35; }
  .bg_dark p {
    color: #ffffff;
    opacity: 1; }

.bg_grey {
  background: #F3F3F3; }

.bg_pink {
  background: #F491D6; }

.bg_pink2 {
  background: #E7607F; }

.bg_orange {
  background: #FF8458; }

.bg_light_green {
  background: #2BC763; }

.bg_green3 {
  background: #72E0C0; }

.bg_blue3 {
  background: #99E3F2; }

.bg_blue_light {
  background: #00B8E0; }

.bg_gold {
  background: #CEA65A; }

.bg_fiolet {
  background: #862F7D; }

.bg_fiolet2 {
  background: #8275FF; }

.bg_fiolet3 {
  background: #6253FF; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-1 {
  opacity: 0.2 !important; }

.opacity-2 {
  opacity: 0.4 !important; }

.opacity-3 {
  opacity: 0.6 !important; }

.opacity-4 {
  opacity: 0.8 !important; }

.opacity-5 {
  opacity: 1 !important; }

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity: 0 !important;
  transition: opacity 0.25s ease-in-out !important;
  -moz-transition: opacity 0.25s ease-in-out !important;
  -webkit-transition: opacity 0.25s ease-in-out !important; }

.opacity-0h5:hover {
  opacity: 1 !important; }

.op70 {
  opacity: 0.7; }

#page {
  margin: 0 auto;
  background-color: #fff; }

.has-text-align-center {
  text-align: center; }

.is-style-lowercase-green {
  font-size: 16px;
  color: #01685D;
  text-transform: uppercase;
  letter-spacing: 0.0625rem; }

.is-style-rounded img {
  border-radius: 50%; }

@media screen and (min-width: 768px) {
  .is-style-paragraph-large {
    font-size: 1.4375rem;
    line-height: 33px; } }

.is-style-paragraph-small {
  font-size: 0.9375rem;
  line-height: 19px; }
  @media all and (max-width: 799px) {
    .is-style-paragraph-small {
      font-size: 1rem;
      line-height: 20px; } }

.is-style-paragraph-xsmall {
  font-size: 0.75rem; }

.is-style-subheading {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
  color: #862F7D; }
  @media all and (max-width: 799px) {
    .is-style-subheading {
      font-size: 0.875rem;
      letter-spacing: 1.75px;
      line-height: 17px; } }

.is-style-subheading-small {
  margin-bottom: 0.5rem;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 2.31px;
  text-transform: uppercase;
  color: #862F7D; }

.is-style-h1-large {
  font-size: 4.25rem;
  line-height: 1; }
  @media all and (max-width: 799px) {
    .is-style-h1-large {
      font-size: 2.1875rem; } }

.wp-block-image.w-100 figure {
  width: 100%; }

.wp-block-image img {
  width: 100%; }

/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      top: 100%;
      z-index: 99999; }
      .main-navigation ul ul a {
        width: 200px; }
      .main-navigation ul ul ul {
        top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    text-align: center; }

/*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .gallery-caption {
    display: block; }

/*--------------------------------------------------------------
  ## Figures
  --------------------------------------------------------------*/
figure {
  margin: initial; }

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

.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 {
  transform: translate3d(0, 0, 0); }

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Wistia */
.wistia_embed .wistiaMarketoFormWrapper {
  background-color: #fff !important;
  padding: 15px !important;
  color: #000 !important; }
  .wistia_embed .wistiaMarketoFormWrapper .mktoForm .mktoFieldWrap {
    margin-bottom: 0 !important; }
    .wistia_embed .wistiaMarketoFormWrapper .mktoForm .mktoFieldWrap .mktoLabel {
      color: #000 !important;
      position: relative !important;
      left: 0 !important;
      height: auto !important;
      line-height: 24px !important;
      font-size: 13px !important;
      transform: translateY(0) !important;
      font-family: 'BasisGrotesquePro', sans-serif !important;
      font-weight: 500 !important; }
  .wistia_embed .wistiaMarketoFormWrapper .mktoForm .mktoButtonWrap .mktoButton {
    background-color: #0981B0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 700 !important; }

.textAndButton {
  display: flex;
  align-items: center; }
  .textAndButton.inflex {
    display: inline-flex; }
  .textAndButton.text-right {
    justify-content: flex-end; }
  .textAndButton span {
    font-weight: 900;
    font-size: 17px; }
  .textAndButton:hover .btn_pattern:after {
    background-image: url(../img/svg/stripe_blue2.svg); }
  .textAndButton:hover .btn_pattern_grey:after {
    background-image: url(../img/svg/stripe_grey.svg);
    opacity: 1; }
  .textAndButton:hover .btn_blue {
    background: #279CC9; }

p + .btn {
  margin-top: 50px; }

a.btn,
button.btn {
  cursor: pointer; }

.btn {
  display: inline-block;
  border: none;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 0 24px;
  max-width: 100%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  position: relative;
  transition: .5s all ease; }
  .btn_21 {
    padding: 0 21px; }
  .btn_glass {
    background: transparent; }
    .btn_glass:hover {
      background: #279CC9; }
  .btn_big_radius {
    border-radius: 32px; }
  .btn_green {
    color: #fff;
    background: #048468; }
    .btn_green:hover {
      background: #007458; }
  .btn_blue {
    color: #fff;
    background: #0881B0; }
    .btn_blue:hover {
      background: #279CC9; }
  .btn_yellow {
    color: #1D1D35;
    background: #FFD831; }
  .btn_fiolet {
    color: #fff;
    background: #862F7D; }
    .btn_fiolet:hover {
      background: #BB54B1; }
  .btn_dark {
    color: #fff;
    background: #1D1D35; }
    .btn_dark:hover {
      background: #4A4A8D; }
  .btn_long {
    text-align: left;
    width: 336px; }
    .btn_long span {
      right: 0;
      padding-right: inherit; }
  .btn_border {
    background: transparent;
    border: 2px solid #e3e6e8; }
  .btn_border_grey {
    border: 2px solid #E7E9EB; }
  .btn_border_yellow {
    border: 2px solid #FFD831;
    color: #1D1D35; }
  .btn_bgwhite, .btn_border.btn_bgwhite {
    background: #fff; }
  .btn_border.btn_pattern:after {
    right: -6px;
    bottom: -6px;
    width: calc(100% + 6px);
    height: calc(100% + 6px); }
  .btn_mr {
    margin-right: 6px; }
  .btn_short {
    box-sizing: border-box;
    width: 56px;
    padding: 0;
    line-height: 0; }
    .btn_short span {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .btn_pattern:after {
    right: -4px;
    bottom: -4px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-position: 100% 100%;
    background-size: 384px 300px;
    background-image: url(../img/svg/stripe_blue.svg);
    background-repeat: repeat;
    clip-path: polygon(calc(100% - 4px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 4px), calc(100% - 4px) calc(100% - 4px));
    transition: all 0.5 ease; }
    @media screen and (min-width: 0\0) {
      .btn_pattern:after:after {
        display: none; } }
  .btn_pattern:hover:after {
    background-image: url(../img/svg/stripe_blue2.svg); }
  .btn_pattern_grey:after {
    background-image: url(../img/svg/stripe_grey.svg);
    opacity: 0.7; }
  .btn_pattern_grey:hover:after {
    background-image: url(../img/svg/stripe_grey.svg);
    opacity: 1; }
  .btn_pattern span {
    position: relative;
    z-index: 5; }
  .btn_arrow_right span, .btn_arrow_left span, .btn_arrow_up span, .btn_arrow_down span {
    position: absolute; }
    .btn_arrow_right span:before, .btn_arrow_left span:before, .btn_arrow_up span:before, .btn_arrow_down span:before {
      display: inline-block;
      content: '';
      background-size: 12px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      width: 12px;
      height: 100%;
      padding-bottom: 100%; }
  .btn_arrow_right span:before {
    background-image: url(../img/svg/arrow-white-right.svg); }
  .btn_arrow_right.btn_arrow_blue span:before {
    background-image: url(../img/svg/arrow-blue-right.svg); }
  .btn_arrow_left span:before {
    background-image: url(../img/svg/arrow-white-left.svg); }
  .btn_arrow_left.btn_arrow_blue span:before {
    background-image: url(../img/svg/arrow-blue-left.svg); }
  .btn_arrow_up span:before {
    background-image: url(../img/svg/arrow-white-top.svg); }
  .btn_arrow_up.btn_arrow_blue span:before {
    background-image: url(../img/svg/arrow-blue-top.svg); }
  .btn_arrow_down span:before {
    background-image: url(../img/svg/arrow-white-down.svg); }
  .btn_arrow_down.btn_arrow_blue span:before {
    background-image: url(../img/svg/arrow-blue-down.svg); }
  .btn_swipe:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 5px !important;
    z-index: 0; }
  .btn_swipe span {
    position: relative;
    z-index: 10; }
  .btn_swipe:hover {
    color: #fff; }
    .btn_swipe:hover:before {
      width: 100%;
      background-color: #862F7D;
      opacity: 1; }
  .btn_swipe.btn_border_yellow:hover {
    border-color: #862F7D;
    color: #fff; }
    .btn_swipe.btn_border_yellow:hover:before {
      border-radius: 0 !important; }

.case_study_filter .btn {
  font-family: 'BasisGrotesquePro', sans-serif;
  flex: 1 0 auto;
  color: #000;
  min-width: 132px;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  margin: 5px; }
  .case_study_filter .btn:hover, .case_study_filter .btn.active {
    color: #fff;
    background: #F18A64;
    border-color: #F18A64; }

.jv-btn a,
.wp-block-button a {
  display: inline-block;
  position: relative;
  padding: 15px 30px 15px 25px;
  color: #1D1D35;
  background-color: #FFD831;
  border-radius: 25px !important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.67px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease; }
  .jv-btn a strong,
  .wp-block-button a strong {
    position: relative;
    z-index: 10; }
  .jv-btn a:after,
  .wp-block-button a:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 17.5px;
    transform: translateX(8px);
    display: inline-block; }
  .jv-btn a:hover,
  .wp-block-button a:hover {
    color: #1D1D35;
    background-color: #862F7D;
    color: #fff !important; }

.jv-btn-inline,
.wp-block-button-inline {
  color: purple;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  display: block;
  font-weight: 600;
  letter-spacing: 2.31px; }
  .jv-btn-inline:after,
  .wp-block-button-inline:after {
    content: '\203A';
    display: inline-block;
    margin-left: 5px;
    transition: all 0.3s ease; }
  .jv-btn-inline:hover:after,
  .wp-block-button-inline:hover:after {
    margin-left: 7.5px; }

.jv-btn.noarrow a:after,
.wp-block-button.noarrow a:after {
  content: none; }

.jv-btn.textColor a,
.wp-block-button.textColor a {
  background-color: #1D1D35;
  color: white !important; }

.jv-btn.textColor.onBlueBg a:hover,
.wp-block-button.textColor.onBlueBg a:hover {
  background-color: white;
  color: #1D1D35 !important; }

.jv-btn.fioletColor a,
.wp-block-button.fioletColor a {
  background-color: #862F7D;
  color: white !important; }
  .jv-btn.fioletColor a:hover,
  .wp-block-button.fioletColor a:hover {
    background-color: #1D1D35; }

.jv-btn.jv-btn-outline a,
.wp-block-button.jv-btn-outline a {
  border: 2px solid #ffd831;
  background-color: #FFFCF0; }
  .jv-btn.jv-btn-outline a:hover,
  .wp-block-button.jv-btn-outline a:hover {
    background-color: #862F7D;
    border-color: transparent; }

.accordeon {
  margin: 50px 0 50px; }
  .accordeon_subname {
    font-size: 22px;
    margin-top: 95px;
    font-weight: 900;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(189, 185, 178, 0.3); }

.ac {
  margin-top: 16px;
  border: 2px solid #E7E9EB;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s ease; }
  .faq .ac {
    background-color: #f8f8f8; }
  .ac:hover {
    border-color: #0981B0;
    background-color: #fff; }
    .faq .ac:hover {
      background-color: #fff; }
    .ac:hover > .ac-q {
      color: #0981B0; }
  .ac > .ac-q {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 700;
    padding: 22px 100px 22px 24px;
    margin: 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease; }
    @media all and (max-width: 1679px) {
      .ac > .ac-q {
        padding: 24px 100px 24px 20px; } }
    @media all and (max-width: 799px) {
      .ac > .ac-q {
        padding: 10px 50px 10px 20px; } }
    .ac > .ac-q::after {
      content: '+';
      text-align: center;
      width: 15px;
      right: 30px;
      top: 50%;
      transform: translate(0, -50%);
      position: absolute;
      color: #0881B0;
      font-size: 29px;
      font-weight: 400; }
      @media all and (max-width: 799px) {
        .ac > .ac-q::after {
          right: 20px; } }
  .ac > .ac-a {
    overflow: hidden;
    transition-property: all;
    transition-timing-function: ease; }
    .ac > .ac-a p {
      margin: 0;
      padding: 10px 24px 24px 24px; }
      @media all and (max-width: 1679px) {
        .ac > .ac-a p {
          padding: 10px 100px 24px 24px; } }
      @media all and (max-width: 1279px) {
        .ac > .ac-a p {
          line-height: 25.07px;
          padding: 10px 24px 24px 24px; } }
      @media all and (max-width: 799px) {
        .ac > .ac-a p {
          padding: 10px 100px 24px 24px; } }
    .ac > .ac-a p + a,
    .ac > .ac-a a.learnMore {
      width: 90px;
      text-align: right;
      display: flex;
      margin-left: auto;
      padding: 0px 0px;
      margin-right: 24px;
      margin-bottom: 24px;
      font-size: 17px;
      line-height: 22px;
      color: #0981B0;
      border-bottom: 2px solid #0981B0; }
      @media all and (max-width: 1279px) {
        .ac > .ac-a p + a,
        .ac > .ac-a a.learnMore {
          font-size: 12px;
          width: 65px; } }
      .ac > .ac-a p + a:hover,
      .ac > .ac-a a.learnMore:hover {
        border-bottom: 2px solid transparent; }
  .ac.js-enabled > .ac-a {
    visibility: hidden; }
  .ac.is-active {
    border-color: transparent; }
    .faq .ac.is-active {
      background-color: #fff; }
    .ac.is-active > .ac-a {
      visibility: visible; }
    .ac.is-active > .ac-q::after {
      content: '\2013'; }

.wp-block-kadence-accordion .kt-blocks-accordion-header,
.wp-block-kadence-accordion .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid #03695E; }

.wp-block-kadence-accordion .kt-blocks-accordion-title {
  color: #03695E;
  font-weight: 700;
  font-family: 'BasisGrotesquePro',sans-serif;
  font-size: 20px; }

.wp-block-kadence-accordion .kt-accordion-panel-inner {
  border: transparent; }

.wp-block-kadence-accordion .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after, .wp-block-kadence-accordion .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
  background-color: #1D1D35; }

.wp-block-kadence-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after,
.wp-block-kadence-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before {
  height: 2.25px;
  width: 12px;
  top: 12px; }

.wp-block-kadence-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:after {
  transform: rotate(-45deg);
  left: 4px;
  transform-origin: 50%; }

.wp-block-kadence-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:before {
  left: -4px;
  transform: rotate(45deg);
  transform-origin: 50%; }

.wp-block-kadence-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after {
  transform: rotate(45deg); }

.wp-block-kadence-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
  transform: rotate(-45deg); }

.jv-addtoany-container {
  position: fixed;
  width: 75px;
  bottom: 50px;
  right: 50px;
  z-index: 99; }
  .jv-addtoany-container .a2a_svg,
  .jv-addtoany-container .a2a_count {
    border-radius: 50% !important;
    padding: 5px !important;
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 10px; }

/* Alignment
---------------------------------------------------------------------------- */
.site-main .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }

@media screen and (min-width: 1025px) {
  .jv-col-max-left .kt-inside-inner-col {
    max-width: 604px;
    margin-left: auto; } }

@media only screen and (min-width: 800px) and (max-width: 1441px) {
  .site-main .alignwide {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw; } }

@media only screen and (min-width: 1442px) {
  .site-main .alignwide {
    margin-left: calc(-297px);
    margin-right: calc(-297px);
    max-width: calc(100% + 594px);
    width: auto; } }

.filter-grayscale {
  filter: grayscale(1); }

.text-textColor {
  color: #1D1D35 !important; }

.text-textColorHover {
  color: #4A4A8D !important; }

.text-blueColor {
  color: #0881B0 !important; }

.text-blueColorHover {
  color: #279CC9 !important; }

.text-blueColor2 {
  color: #0981B0 !important; }

.text-blueColor3 {
  color: #99E3F2 !important; }

.text-blueColor4 {
  color: #19CBA2 !important; }

.text-blueLight {
  color: #00B8E0 !important; }

.text-fioletColor {
  color: #862F7D !important; }

.text-fioletColorHover {
  color: #BB54B1 !important; }

.text-fioletColor2 {
  color: #8275FF !important; }

.text-fioletColor3 {
  color: #6253FF !important; }

.text-greenColor {
  color: #5A963E !important; }

.text-greenColor2 {
  color: #048468 !important; }

.text-greenColor3 {
  color: #72E0C0 !important; }

.text-greenColor4 {
  color: #2BC763 !important; }

.text-greenColor5 {
  color: #3CBE00 !important; }

.text-greenColor6 {
  color: #01685D !important; }

.text-greenColor7 {
  color: #03695E !important; }

.text-lightGray {
  color: #f3f3f3 !important; }

.text-redColor {
  color: #F3344A !important; }

.text-pinkColor {
  color: #F491D6 !important; }

.text-pinkColor2 {
  color: #E7607F !important; }

.text-goldColor {
  color: #CEA65A !important; }

.text-orangeColor {
  color: #FF8458 !important; }

.text-orangeColor2 {
  color: #FB5024 !important; }

.background-textColor {
  background-color: #1D1D35 !important; }

.background-textColorHover {
  background-color: #4A4A8D !important; }

.background-blueColor {
  background-color: #0881B0 !important; }

.background-blueColorHover {
  background-color: #279CC9 !important; }

.background-blueColor2 {
  background-color: #0981B0 !important; }

.background-blueColor3 {
  background-color: #99E3F2 !important; }

.background-blueColor4 {
  background-color: #19CBA2 !important; }

.background-blueLight {
  background-color: #00B8E0 !important; }

.background-fioletColor {
  background-color: #862F7D !important; }

.background-fioletColorHover {
  background-color: #BB54B1 !important; }

.background-fioletColor2 {
  background-color: #8275FF !important; }

.background-fioletColor3 {
  background-color: #6253FF !important; }

.background-greenColor {
  background-color: #5A963E !important; }

.background-greenColor2 {
  background-color: #048468 !important; }

.background-greenColor3 {
  background-color: #72E0C0 !important; }

.background-greenColor4 {
  background-color: #2BC763 !important; }

.background-greenColor5 {
  background-color: #3CBE00 !important; }

.background-greenColor6 {
  background-color: #01685D !important; }

.background-greenColor7 {
  background-color: #03695E !important; }

.background-lightGray {
  background-color: #f3f3f3 !important; }

.background-redColor {
  background-color: #F3344A !important; }

.background-pinkColor {
  background-color: #F491D6 !important; }

.background-pinkColor2 {
  background-color: #E7607F !important; }

.background-goldColor {
  background-color: #CEA65A !important; }

.background-orangeColor {
  background-color: #FF8458 !important; }

.background-orangeColor2 {
  background-color: #FB5024 !important; }

.jv-download-form .mktoForm .mktoFormRow {
  width: 100%; }
  .jv-download-form .mktoForm .mktoFormRow input,
  .jv-download-form .mktoForm .mktoFormRow .nice-select {
    border-radius: 50px;
    font-size: 15px;
    background-color: #fff;
    border: 2px solid #1D1D35 !important;
    height: 55px;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 25px; }
  .jv-download-form .mktoForm .mktoFormRow .nice-select.open {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

.jv-download-form .mktoForm .mktoFieldWrap.hasLabel label {
  color: #fff; }

.jv-download-form .mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center; }

.jv-download-form .mktoForm button[type="submit"] {
  width: 100%;
  margin-top: 0 !important;
  border-radius: 50px;
  color: #000000;
  background-color: #FFD831;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px; }
  .jv-download-form .mktoForm button[type="submit"]:after {
    content: none !important; }

.jv-download-form.text-textColor .mktoForm .mktoFieldWrap.hasLabel label {
  color: #1D1D35; }

@media screen and (min-width: 1025px) {
  .jv-download-form.jv-download-form_two-col .mktoFormRow {
    width: calc(50% - 15px); } }

form .nice-select,
.wpcf7-form .nice-select, #content .mktoForm .nice-select {
  transition: all 300ms;
  border: 2px solid   #e7e9eb;
  background-color: #f8f8f8;
  height: 64px;
  padding: 5px 13px;
  width: 100%;
  float: none; }
  form .nice-select span, .wpcf7-form .nice-select span, #content .mktoForm .nice-select span {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 50px; }
  form .nice-select .list, .wpcf7-form .nice-select .list, #content .mktoForm .nice-select .list {
    width: calc(100% + 4px);
    left: -2px; }
    form .nice-select .list li, .wpcf7-form .nice-select .list li, #content .mktoForm .nice-select .list li {
      line-height: 52px; }

.button.alt:focus,
a:focus,
button:focus,
input:focus,
input[type="button"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none !important; }

.hide-it {
  height: 0 !important;
  display: none !important;
  width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  border: unset !important;
  margin: 0 !important;
  padding: 0 !important; }

.content .wpcf7-number,
.content input[type="date"],
.content input[type="email"],
.content input[type="number"],
.content input[type="password"],
.content input[type="range"],
.content input[type="search"],
.content input[type="tel"],
.content input[type="text"],
.content input[type="url"],
.content select,
.content textarea {
  font-size: 14px;
  line-height: 25px; }

.content input[type="number"] {
  height: 42px; }

select {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(139,141,148,0.5)" x="0px" y="0px" width="8px" height="8px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat; }

.wpcf7-number,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select {
  height: 38px; }

.wpcf7-number,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  font-weight: 500;
  padding: 5px 15px;
  color: #8b8d94;
  border: 1px solid #e0e1e1;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  border-radius: 1px; }

@media all and (max-width: 799px) {
  input,
  textarea,
  select,
  .content .wpcf7-number,
  .content input[type="date"],
  .content input[type="email"],
  .content input[type="number"],
  .content input[type="password"],
  .content input[type="range"],
  .content input[type="search"],
  .content input[type="tel"],
  .content input[type="text"],
  .content input[type="url"],
  .content select,
  .content textarea {
    background: #fff;
    font-size: 16px;
    font-weight: 500; } }

form p,
.wpcf7-form p {
  opacity: 1; }

form #submit,
.wpcf7-form #submit {
  margin-top: 35px; }

form div.wpcf7-response-output,
.wpcf7-form div.wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.2em 0;
  border: none !important;
  opacity: 0.7; }

form span .wpcf7-not-valid-tip,
.wpcf7-form span .wpcf7-not-valid-tip {
  background-color: #fff;
  font-size: 12px;
  padding-top: 20px; }

form input[type="date"],
form input[type="email"],
form input[type="number"],
form input[type="phone"],
form input[type="password"],
form input[type="range"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form input[type="url"],
form select,
form textarea,
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="phone"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="url"],
.wpcf7-form select,
.wpcf7-form textarea {
  transition: all 300ms;
  border: 2px solid #E7E9EB;
  background-color: #F8F8F8;
  color: #1D1D35;
  height: 64px;
  padding: 38px 13px 22px; }
  form input[type="date"].wpcf7-not-valid,
  form input[type="email"].wpcf7-not-valid,
  form input[type="number"].wpcf7-not-valid,
  form input[type="phone"].wpcf7-not-valid,
  form input[type="password"].wpcf7-not-valid,
  form input[type="range"].wpcf7-not-valid,
  form input[type="search"].wpcf7-not-valid,
  form input[type="tel"].wpcf7-not-valid,
  form input[type="text"].wpcf7-not-valid,
  form input[type="url"].wpcf7-not-valid,
  form select.wpcf7-not-valid,
  form textarea.wpcf7-not-valid,
  .wpcf7-form input[type="date"].wpcf7-not-valid,
  .wpcf7-form input[type="email"].wpcf7-not-valid,
  .wpcf7-form input[type="number"].wpcf7-not-valid,
  .wpcf7-form input[type="phone"].wpcf7-not-valid,
  .wpcf7-form input[type="password"].wpcf7-not-valid,
  .wpcf7-form input[type="range"].wpcf7-not-valid,
  .wpcf7-form input[type="search"].wpcf7-not-valid,
  .wpcf7-form input[type="tel"].wpcf7-not-valid,
  .wpcf7-form input[type="text"].wpcf7-not-valid,
  .wpcf7-form input[type="url"].wpcf7-not-valid,
  .wpcf7-form select.wpcf7-not-valid,
  .wpcf7-form textarea.wpcf7-not-valid {
    border: 2px solid #F3344A; }
  form input[type="date"]::-webkit-input-placeholder,
  form input[type="email"]::-webkit-input-placeholder,
  form input[type="number"]::-webkit-input-placeholder,
  form input[type="phone"]::-webkit-input-placeholder,
  form input[type="password"]::-webkit-input-placeholder,
  form input[type="range"]::-webkit-input-placeholder,
  form input[type="search"]::-webkit-input-placeholder,
  form input[type="tel"]::-webkit-input-placeholder,
  form input[type="text"]::-webkit-input-placeholder,
  form input[type="url"]::-webkit-input-placeholder,
  form select::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder,
  .wpcf7-form input[type="date"]::-webkit-input-placeholder,
  .wpcf7-form input[type="email"]::-webkit-input-placeholder,
  .wpcf7-form input[type="number"]::-webkit-input-placeholder,
  .wpcf7-form input[type="phone"]::-webkit-input-placeholder,
  .wpcf7-form input[type="password"]::-webkit-input-placeholder,
  .wpcf7-form input[type="range"]::-webkit-input-placeholder,
  .wpcf7-form input[type="search"]::-webkit-input-placeholder,
  .wpcf7-form input[type="tel"]::-webkit-input-placeholder,
  .wpcf7-form input[type="text"]::-webkit-input-placeholder,
  .wpcf7-form input[type="url"]::-webkit-input-placeholder,
  .wpcf7-form select::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    transition: all 0.3s;
    opacity: 1;
    color: #1D1D35; }
  form input[type="date"]:-moz-placeholder,
  form input[type="email"]:-moz-placeholder,
  form input[type="number"]:-moz-placeholder,
  form input[type="phone"]:-moz-placeholder,
  form input[type="password"]:-moz-placeholder,
  form input[type="range"]:-moz-placeholder,
  form input[type="search"]:-moz-placeholder,
  form input[type="tel"]:-moz-placeholder,
  form input[type="text"]:-moz-placeholder,
  form input[type="url"]:-moz-placeholder,
  form select:-moz-placeholder,
  form textarea:-moz-placeholder,
  .wpcf7-form input[type="date"]:-moz-placeholder,
  .wpcf7-form input[type="email"]:-moz-placeholder,
  .wpcf7-form input[type="number"]:-moz-placeholder,
  .wpcf7-form input[type="phone"]:-moz-placeholder,
  .wpcf7-form input[type="password"]:-moz-placeholder,
  .wpcf7-form input[type="range"]:-moz-placeholder,
  .wpcf7-form input[type="search"]:-moz-placeholder,
  .wpcf7-form input[type="tel"]:-moz-placeholder,
  .wpcf7-form input[type="text"]:-moz-placeholder,
  .wpcf7-form input[type="url"]:-moz-placeholder,
  .wpcf7-form select:-moz-placeholder,
  .wpcf7-form textarea:-moz-placeholder {
    transition: all 0.3s;
    opacity: 1;
    color: #1D1D35; }
  form input[type="date"]::-moz-placeholder,
  form input[type="email"]::-moz-placeholder,
  form input[type="number"]::-moz-placeholder,
  form input[type="phone"]::-moz-placeholder,
  form input[type="password"]::-moz-placeholder,
  form input[type="range"]::-moz-placeholder,
  form input[type="search"]::-moz-placeholder,
  form input[type="tel"]::-moz-placeholder,
  form input[type="text"]::-moz-placeholder,
  form input[type="url"]::-moz-placeholder,
  form select::-moz-placeholder,
  form textarea::-moz-placeholder,
  .wpcf7-form input[type="date"]::-moz-placeholder,
  .wpcf7-form input[type="email"]::-moz-placeholder,
  .wpcf7-form input[type="number"]::-moz-placeholder,
  .wpcf7-form input[type="phone"]::-moz-placeholder,
  .wpcf7-form input[type="password"]::-moz-placeholder,
  .wpcf7-form input[type="range"]::-moz-placeholder,
  .wpcf7-form input[type="search"]::-moz-placeholder,
  .wpcf7-form input[type="tel"]::-moz-placeholder,
  .wpcf7-form input[type="text"]::-moz-placeholder,
  .wpcf7-form input[type="url"]::-moz-placeholder,
  .wpcf7-form select::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    transition: all 0.3s;
    opacity: 1;
    color: #1D1D35; }
  form input[type="date"]:-ms-input-placeholder,
  form input[type="email"]:-ms-input-placeholder,
  form input[type="number"]:-ms-input-placeholder,
  form input[type="phone"]:-ms-input-placeholder,
  form input[type="password"]:-ms-input-placeholder,
  form input[type="range"]:-ms-input-placeholder,
  form input[type="search"]:-ms-input-placeholder,
  form input[type="tel"]:-ms-input-placeholder,
  form input[type="text"]:-ms-input-placeholder,
  form input[type="url"]:-ms-input-placeholder,
  form select:-ms-input-placeholder,
  form textarea:-ms-input-placeholder,
  .wpcf7-form input[type="date"]:-ms-input-placeholder,
  .wpcf7-form input[type="email"]:-ms-input-placeholder,
  .wpcf7-form input[type="number"]:-ms-input-placeholder,
  .wpcf7-form input[type="phone"]:-ms-input-placeholder,
  .wpcf7-form input[type="password"]:-ms-input-placeholder,
  .wpcf7-form input[type="range"]:-ms-input-placeholder,
  .wpcf7-form input[type="search"]:-ms-input-placeholder,
  .wpcf7-form input[type="tel"]:-ms-input-placeholder,
  .wpcf7-form input[type="text"]:-ms-input-placeholder,
  .wpcf7-form input[type="url"]:-ms-input-placeholder,
  .wpcf7-form select:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    transition: all 0.3s;
    opacity: 1;
    color: #1D1D35; }
  form input[type="date"]:focus,
  form input[type="email"]:focus,
  form input[type="number"]:focus,
  form input[type="phone"]:focus,
  form input[type="password"]:focus,
  form input[type="range"]:focus,
  form input[type="search"]:focus,
  form input[type="tel"]:focus,
  form input[type="text"]:focus,
  form input[type="url"]:focus,
  form select:focus,
  form textarea:focus,
  .wpcf7-form input[type="date"]:focus,
  .wpcf7-form input[type="email"]:focus,
  .wpcf7-form input[type="number"]:focus,
  .wpcf7-form input[type="phone"]:focus,
  .wpcf7-form input[type="password"]:focus,
  .wpcf7-form input[type="range"]:focus,
  .wpcf7-form input[type="search"]:focus,
  .wpcf7-form input[type="tel"]:focus,
  .wpcf7-form input[type="text"]:focus,
  .wpcf7-form input[type="url"]:focus,
  .wpcf7-form select:focus,
  .wpcf7-form textarea:focus {
    border: 2px solid #0981B0;
    background: rgba(9, 129, 176, 0.1); }
    form input[type="date"]:focus::-webkit-input-placeholder,
    form input[type="email"]:focus::-webkit-input-placeholder,
    form input[type="number"]:focus::-webkit-input-placeholder,
    form input[type="phone"]:focus::-webkit-input-placeholder,
    form input[type="password"]:focus::-webkit-input-placeholder,
    form input[type="range"]:focus::-webkit-input-placeholder,
    form input[type="search"]:focus::-webkit-input-placeholder,
    form input[type="tel"]:focus::-webkit-input-placeholder,
    form input[type="text"]:focus::-webkit-input-placeholder,
    form input[type="url"]:focus::-webkit-input-placeholder,
    form select:focus::-webkit-input-placeholder,
    form textarea:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="date"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="email"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="number"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="phone"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="password"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="range"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="search"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="tel"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="text"]:focus::-webkit-input-placeholder,
    .wpcf7-form input[type="url"]:focus::-webkit-input-placeholder,
    .wpcf7-form select:focus::-webkit-input-placeholder,
    .wpcf7-form textarea:focus::-webkit-input-placeholder {
      opacity: 0; }
    form input[type="date"]:focus:-moz-placeholder,
    form input[type="email"]:focus:-moz-placeholder,
    form input[type="number"]:focus:-moz-placeholder,
    form input[type="phone"]:focus:-moz-placeholder,
    form input[type="password"]:focus:-moz-placeholder,
    form input[type="range"]:focus:-moz-placeholder,
    form input[type="search"]:focus:-moz-placeholder,
    form input[type="tel"]:focus:-moz-placeholder,
    form input[type="text"]:focus:-moz-placeholder,
    form input[type="url"]:focus:-moz-placeholder,
    form select:focus:-moz-placeholder,
    form textarea:focus:-moz-placeholder,
    .wpcf7-form input[type="date"]:focus:-moz-placeholder,
    .wpcf7-form input[type="email"]:focus:-moz-placeholder,
    .wpcf7-form input[type="number"]:focus:-moz-placeholder,
    .wpcf7-form input[type="phone"]:focus:-moz-placeholder,
    .wpcf7-form input[type="password"]:focus:-moz-placeholder,
    .wpcf7-form input[type="range"]:focus:-moz-placeholder,
    .wpcf7-form input[type="search"]:focus:-moz-placeholder,
    .wpcf7-form input[type="tel"]:focus:-moz-placeholder,
    .wpcf7-form input[type="text"]:focus:-moz-placeholder,
    .wpcf7-form input[type="url"]:focus:-moz-placeholder,
    .wpcf7-form select:focus:-moz-placeholder,
    .wpcf7-form textarea:focus:-moz-placeholder {
      opacity: 0; }
    form input[type="date"]:focus::-moz-placeholder,
    form input[type="email"]:focus::-moz-placeholder,
    form input[type="number"]:focus::-moz-placeholder,
    form input[type="phone"]:focus::-moz-placeholder,
    form input[type="password"]:focus::-moz-placeholder,
    form input[type="range"]:focus::-moz-placeholder,
    form input[type="search"]:focus::-moz-placeholder,
    form input[type="tel"]:focus::-moz-placeholder,
    form input[type="text"]:focus::-moz-placeholder,
    form input[type="url"]:focus::-moz-placeholder,
    form select:focus::-moz-placeholder,
    form textarea:focus::-moz-placeholder,
    .wpcf7-form input[type="date"]:focus::-moz-placeholder,
    .wpcf7-form input[type="email"]:focus::-moz-placeholder,
    .wpcf7-form input[type="number"]:focus::-moz-placeholder,
    .wpcf7-form input[type="phone"]:focus::-moz-placeholder,
    .wpcf7-form input[type="password"]:focus::-moz-placeholder,
    .wpcf7-form input[type="range"]:focus::-moz-placeholder,
    .wpcf7-form input[type="search"]:focus::-moz-placeholder,
    .wpcf7-form input[type="tel"]:focus::-moz-placeholder,
    .wpcf7-form input[type="text"]:focus::-moz-placeholder,
    .wpcf7-form input[type="url"]:focus::-moz-placeholder,
    .wpcf7-form select:focus::-moz-placeholder,
    .wpcf7-form textarea:focus::-moz-placeholder {
      opacity: 0; }
    form input[type="date"]:focus:-ms-input-placeholder,
    form input[type="email"]:focus:-ms-input-placeholder,
    form input[type="number"]:focus:-ms-input-placeholder,
    form input[type="phone"]:focus:-ms-input-placeholder,
    form input[type="password"]:focus:-ms-input-placeholder,
    form input[type="range"]:focus:-ms-input-placeholder,
    form input[type="search"]:focus:-ms-input-placeholder,
    form input[type="tel"]:focus:-ms-input-placeholder,
    form input[type="text"]:focus:-ms-input-placeholder,
    form input[type="url"]:focus:-ms-input-placeholder,
    form select:focus:-ms-input-placeholder,
    form textarea:focus:-ms-input-placeholder,
    .wpcf7-form input[type="date"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="email"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="number"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="phone"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="password"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="range"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="search"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="tel"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="text"]:focus:-ms-input-placeholder,
    .wpcf7-form input[type="url"]:focus:-ms-input-placeholder,
    .wpcf7-form select:focus:-ms-input-placeholder,
    .wpcf7-form textarea:focus:-ms-input-placeholder {
      opacity: 0; }
  form input[type="date"].wpcf7-not-valid,
  form input[type="email"].wpcf7-not-valid,
  form input[type="number"].wpcf7-not-valid,
  form input[type="phone"].wpcf7-not-valid,
  form input[type="password"].wpcf7-not-valid,
  form input[type="range"].wpcf7-not-valid,
  form input[type="search"].wpcf7-not-valid,
  form input[type="tel"].wpcf7-not-valid,
  form input[type="text"].wpcf7-not-valid,
  form input[type="url"].wpcf7-not-valid,
  form select.wpcf7-not-valid,
  form textarea.wpcf7-not-valid,
  .wpcf7-form input[type="date"].wpcf7-not-valid,
  .wpcf7-form input[type="email"].wpcf7-not-valid,
  .wpcf7-form input[type="number"].wpcf7-not-valid,
  .wpcf7-form input[type="phone"].wpcf7-not-valid,
  .wpcf7-form input[type="password"].wpcf7-not-valid,
  .wpcf7-form input[type="range"].wpcf7-not-valid,
  .wpcf7-form input[type="search"].wpcf7-not-valid,
  .wpcf7-form input[type="tel"].wpcf7-not-valid,
  .wpcf7-form input[type="text"].wpcf7-not-valid,
  .wpcf7-form input[type="url"].wpcf7-not-valid,
  .wpcf7-form select.wpcf7-not-valid,
  .wpcf7-form textarea.wpcf7-not-valid {
    transition: unset;
    background-size: 24px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/svg/error.svg"); }

form textarea,
.wpcf7-form textarea {
  padding-top: 28px; }

form select,
.wpcf7-form select {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #1D1D35; }

form .submitWrapper,
.wpcf7-form .submitWrapper {
  position: relative;
  margin-top: 50px; }
  form .submitWrapper .ajax-loader,
  .wpcf7-form .submitWrapper .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px; }

form .wpcf7-submit,
.wpcf7-form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  padding: 12px 24px;
  width: 195px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .6px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  overflow-wrap: break-word; }
  form .wpcf7-submit:hover,
  .wpcf7-form .wpcf7-submit:hover {
    background-color: #46802C; }

.inputBox {
  position: relative;
  margin: 0 0 20px;
  background-color: #F8F8F8; }
  .inputBox_white {
    background-color: #ffffff; }
  .inputBox.dubleMerge {
    margin: 50px 0; }
  .inputBox .labelText {
    pointer-events: none;
    font-weight: 500;
    position: absolute;
    height: 64px;
    line-height: 64px;
    left: 15px;
    transition: .5s;
    z-index: 1; }
  .inputBox:hover .labelText,
  .inputBox.focus .labelText {
    transform: translateY(15px);
    font-size: 12px;
    color: rgba(29, 29, 53, 0.3);
    line-height: 12px;
    height: 12px; }
  .inputBox .userInput {
    position: relative;
    background: transparent;
    width: 100%;
    outline: none; }
  .inputBox textarea.userInput {
    height: 315px;
    display: block;
    resize: none; }

.assistiveText {
  font-size: 12px;
  color: #B2B6BD;
  margin-bottom: 20px; }

.wpcf7-radio span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 135px;
  font-size: 17px;
  font-weight: 900; }
  .wpcf7-radio span.wpcf7-list-item.first {
    margin-left: 0; }

.wpcf7-radio [type="radio"] {
  display: none; }
  .wpcf7-radio [type="radio"] + span {
    cursor: pointer;
    position: relative;
    line-height: 24px;
    display: flex; }
    .wpcf7-radio [type="radio"] + span:before {
      display: inline-block;
      height: 24px;
      width: 24px;
      border: 2px solid #D9E1E9;
      background-color: #D9E1E9;
      border-radius: 100%;
      margin-right: 12px; }
    .wpcf7-radio [type="radio"] + span:after {
      display: block;
      position: absolute;
      top: 12px;
      left: 12px;
      transform: translate(-50%, -50%) scale(0);
      height: 8px;
      width: 8px;
      background-color: #0981B0;
      border-radius: 100%;
      opacity: 0;
      transition: all 0.3s ease; }

.wpcf7-radio [type="radio"]:checked + span:before,
.wpcf7-radio [type="radio"]:checked + span:before {
  border: 2px solid #0981B0;
  background-color: #fff; }

.wpcf7-radio [type="radio"]:checked + span:after,
.wpcf7-radio [type="radio"]:checked + span:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

@media all and (max-width: 1679px) {
  .subscriprionWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px; } }

@media all and (max-width: 400px) {
  .subscriprionWrap {
    padding-bottom: 9px; } }

@media all and (max-width: 400px) {
  .subscriprionWrap {
    padding-bottom: 9px; }
    .subscriprionWrap .input {
      width: 212px; } }

.subscriprion {
  display: flex;
  align-items: end; }
  .subscriprion .mktoOffset,
  .subscriprion .mktoGutter,
  .subscriprion .mktoLabel {
    display: none; }
  @media all and (max-width: 1279px) {
    .subscriprion {
      justify-content: end; } }
  .subscriprion form {
    display: flex; }
    @media all and (max-width: 799px) {
      .subscriprion form {
        width: 100%; } }
    @media all and (max-width: 400px) {
      .subscriprion form {
        flex-direction: column; } }
  .subscriprion input[type="email"],
  .subscriprion input[type="text"] {
    border: solid 2px transparent;
    border-bottom: solid 2px #0981B0;
    background: rgba(255, 255, 255, 0.05) !important;
    outline: none;
    height: 64px;
    color: #FFFFFF;
    font-size: 17px;
    min-width: 290px;
    padding: 18px 24px !important; }
    .subscriprion input[type="email"]::-webkit-input-placeholder,
    .subscriprion input[type="text"]::-webkit-input-placeholder {
      color: #ffffff; }
    .subscriprion input[type="email"]:-moz-placeholder,
    .subscriprion input[type="text"]:-moz-placeholder {
      color: #ffffff; }
    .subscriprion input[type="email"]::-moz-placeholder,
    .subscriprion input[type="text"]::-moz-placeholder {
      color: #ffffff; }
    .subscriprion input[type="email"]:-ms-input-placeholder,
    .subscriprion input[type="text"]:-ms-input-placeholder {
      color: #ffffff; }
    @media all and (max-width: 1279px) {
      .subscriprion input[type="email"],
      .subscriprion input[type="text"] {
        font-size: 16px;
        padding: 15px 20px;
        height: 49px;
        min-width: auto;
        width: 100%; } }
    @media all and (max-width: 799px) {
      .subscriprion input[type="email"],
      .subscriprion input[type="text"] {
        font-size: 16px !important;
        padding: 15px 20px !important;
        height: 49px !important;
        min-width: auto;
        width: 100% !important; } }
  .subscriprion button[type="submit"],
  .subscriprion input[type="submit"] {
    text-align: center;
    white-space: pre-wrap;
    margin-left: 25px;
    font-size: 14px;
    border: 0;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    width: 100px;
    padding: 0; }
    @media all and (max-width: 1279px) {
      .subscriprion button[type="submit"],
      .subscriprion input[type="submit"] {
        height: 49px;
        line-height: 49px;
        margin-left: 20px; } }
    @media all and (max-width: 799px) {
      .subscriprion button[type="submit"],
      .subscriprion input[type="submit"] {
        padding: 0px; } }
    @media all and (max-width: 400px) {
      .subscriprion button[type="submit"],
      .subscriprion input[type="submit"] {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        letter-spacing: 0.24px; } }
    .subscriprion button[type="submit"].btn_pattern,
    .subscriprion input[type="submit"].btn_pattern {
      z-index: 0; }

#content .mktoForm {
  width: 100% !important;
  font-size: inherit !important;
  font-family: 'BasisGrotesquePro', sans-serif !important; }
  #content .mktoForm .mktoRequiredField .mktoAsterix {
    display: none; }
  #content .mktoForm .mktoClear,
  #content .mktoForm .mktoGutter,
  #content .mktoForm .mktoOffset {
    display: none !important; }
  #content .mktoForm .mktoFormCol {
    width: 100%; }
    #content .mktoForm .mktoFormCol .mktoFieldWrap.mktoCheckboxWrap {
      flex-direction: row-reverse;
      justify-content: flex-end; }
      #content .mktoForm .mktoFormCol .mktoFieldWrap.mktoCheckboxWrap .mktoLabel {
        pointer-events: auto; }
      #content .mktoForm .mktoFormCol .mktoFieldWrap.mktoCheckboxWrap .mktoCheckboxList label {
        display: none; }
      #content .mktoForm .mktoFormCol .mktoFieldWrap.mktoCheckboxWrap .mktoCheckboxList input {
        margin-right: 10px; }
    #content .mktoForm .mktoFormCol .mktoFieldWrap {
      display: flex;
      flex-direction: column;
      float: none; }
  #content .mktoForm textarea,
  #content .mktoForm input[type="text"],
  #content .mktoForm input[type="url"],
  #content .mktoForm input[type="email"],
  #content .mktoForm input[type="tel"],
  #content .mktoForm input[type="number"],
  #content .mktoForm input[type="date"],
  #content .mktoForm textarea.mktoField,
  #content .mktoForm select.mktoField {
    width: 100% !important;
    padding: 38px 13px 22px;
    font-weight: 500;
    font-size: 16px;
    height: 64px; }
  #content .mktoForm textarea {
    height: 315px !important;
    display: block;
    resize: none; }
  #content .mktoForm .mktoButtonRow {
    max-width: 100%; }
    #content .mktoForm .mktoButtonRow .mktoButtonWrap {
      display: block; }
  #content .mktoForm .mktoFieldWrap {
    position: relative;
    margin: 0 0 20px; }
    #content .mktoForm .mktoFieldWrap .mktoLabel {
      font-size: 16px;
      pointer-events: none;
      font-weight: 500;
      position: absolute;
      height: 64px;
      line-height: 64px;
      left: 15px;
      transition: .5s;
      z-index: 1;
      padding-top: 0; }
    #content .mktoForm .mktoFieldWrap.hasLabel .mktoLabel {
      position: relative;
      height: auto;
      line-height: 1.2em;
      margin-bottom: 1em;
      left: 0; }
    #content .mktoForm .mktoFieldWrap:not(.hasLabel).focus .mktoLabel, #content .mktoForm .mktoFieldWrap:not(.hasLabel):hover .mktoLabel {
      transform: translateY(15px);
      font-size: 12px;
      color: rgba(43, 43, 74, 0.3);
      line-height: 12px;
      height: 12px; }
  #content .mktoForm button.btn {
    margin-top: 35px; }
    @media all and (max-width: 799px) {
      #content .mktoForm button.btn {
        padding: 0 24px; } }
  #content .mktoForm .nice-select {
    font-size: 16px; }

@media screen and (min-width: 960px) {
  .request-a-demo.mktoForm .mktoFormRow:not(:last-of-type) {
    width: 49%;
    float: left;
    clear: none; }
  .request-a-demo.mktoForm .mktoFormRow:nth-of-type(5) {
    width: 100% !important;
    margin: 0 !important; }
  .request-a-demo.mktoForm .mktoFormRow:nth-of-type(7) {
    margin-right: 0 !important;
    margin-left: 1% !important; }
  .request-a-demo.mktoForm .mktoFormRow:nth-of-type(6) {
    margin-left: 0 !important;
    margin-right: 1% !important; }
  .request-a-demo.mktoForm .mktoFormRow:nth-of-type(odd) {
    margin-right: 1%; }
  .request-a-demo.mktoForm .mktoFormRow:nth-of-type(even) {
    margin-left: 1%; }
  .request-a-demo.mktoForm button.btn {
    margin-top: 0 !important;
    width: 100%;
    text-align: center; }
  .request-a-demo.mktoForm .mktoFieldWrap .mktoLabel {
    width: 200px !important; }
  .request-a-demo.mktoForm .mktoButtonRow, .request-a-demo.mktoForm .mktoButtonWrap {
    width: 100%;
    text-align: center; } }

#content .mktoForm.request-a-demo-one-col input,
#content .mktoForm.request-a-demo-one-col select {
  border-radius: 30px;
  border: none;
  padding-left: 1.25rem;
  font-weight: 400; }

#content .mktoForm.request-a-demo-one-col textarea {
  border-radius: 29.44px;
  border: none; }

#content .mktoForm.request-a-demo-one-col .nice-select {
  border-radius: 30px;
  border: none;
  padding-left: 1.5rem; }
  #content .mktoForm.request-a-demo-one-col .nice-select span {
    font-size: 20px;
    opacity: 0.6; }
  #content .mktoForm.request-a-demo-one-col .nice-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

#content .mktoForm.request-a-demo-one-col .mktoFieldWrap .mktoLabel {
  font-size: 20px;
  left: 22px;
  font-weight: 400; }
  #content .mktoForm.request-a-demo-one-col .mktoFieldWrap .mktoLabel[for*='Contact'] {
    left: 1rem;
    margin-bottom: 0.5rem; }

#content .mktoForm.request-a-demo-one-col .mktoButtonRow,
#content .mktoForm.request-a-demo-one-col .mktoButtonWrap {
  width: 100%; }

#content .mktoForm.request-a-demo-one-col button.btn {
  margin-top: 0;
  width: 100%;
  background-color: #862F7D;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.67px;
  line-height: 24px;
  text-transform: uppercase; }
  #content .mktoForm.request-a-demo-one-col button.btn:after {
    content: none; }
  #content .mktoForm.request-a-demo-one-col button.btn:hover {
    background-color: #1D1D35; }

@media all and (max-width: 799px) {
  #content .mktoForm.request-a-demo-one-col .nice-select span {
    font-size: 16px; }
  #content .mktoForm.request-a-demo-one-col .mktoFieldWrap .mktoLabel {
    font-size: 16px; }
  #content .mktoForm.request-a-demo-one-col button.btn {
    font-size: 16px;
    line-height: 18px; } }

/* Full-Width Page Template
---------------------------------------------------------------------------- */
.container.full-width {
  max-width: 880px; }

.container.wide {
  max-width: 1440px; }
  @media all and (max-width: 1279px) {
    .container.wide {
      padding: 0 56px; } }

.jv-blog-gate-active {
  position: relative; }
  .jv-blog-gate-active:not(.jv-blog-gate-unlocked) .jv-blog-gate {
    opacity: 1;
    visibility: visible; }
  .jv-blog-gate-active:not(.jv-blog-gate-unlocked) .jv-hide-content ~ * {
    filter: blur(3px); }
  .jv-blog-gate-active:not(.jv-blog-gate-unlocked) .jv-blog-gate-nav {
    display: none; }

.jv-hide-content ~ * {
  transition: all 0.3s ease; }

.jv-blog-gate {
  padding: 1rem;
  position: fixed;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.75);
  color: black;
  z-index: 9999 !important;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .jv-blog-gate > .modal__container {
    background-color: #FFFFFF;
    width: 100%;
    max-width: 720px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 1025px) {
    .jv-blog-gate {
      top: auto;
      bottom: 0;
      align-items: center; } }
  .jv-blog-gate form {
    display: flex;
    flex-wrap: wrap; }
    .jv-blog-gate form .mktoFormRow {
      width: 100%; }
      .jv-blog-gate form .mktoFormRow:nth-of-type(15) {
        display: none; }
    .jv-blog-gate form .focus label {
      color: #c6c6c6 !important; }
    .jv-blog-gate form .mktoButtonRow,
    .jv-blog-gate form button {
      width: 100%;
      margin-top: 0 !important; }
    .jv-blog-gate form button {
      text-align: center; }
    @media screen and (min-width: 1025px) {
      .jv-blog-gate form .mktoFormRow {
        width: calc(50% - 15px);
        margin-right: 15px; } }

.wp-block-group[id] {
  padding-top: 3rem; }

.jv-separator {
  background-color: #F3F3F3; }
  .jv-separator:before {
    content: '';
    display: block;
    border-left: 95vw solid #ffffff;
    border-bottom: 60px solid transparent;
    border-right: 0;
    border-top: 0; }
  .jv-separator.bottom {
    bottom: 0;
    background-color: #fff; }
    .jv-separator.bottom:before {
      border-left-color: #F3F3F3; }
    .jv-separator.bottom.textColor:before {
      border-left-color: #1D1D35; }
    .jv-separator.bottom.transparent {
      background-color: transparent;
      transform: scale(-1); }
      .jv-separator.bottom.transparent:before {
        border-left-color: #fff; }
  .jv-separator.flip:before {
    transform: scaleX(-1); }

ul.simple,
.single-post #singleContent ul,
.single-positions #singleContent ul {
  padding-left: 0;
  list-style: none; }
  ul.simple li:not(.option),
  .single-post #singleContent ul li:not(.option),
  .single-positions #singleContent ul li:not(.option) {
    position: relative;
    padding-left: 1.5em;
    font-size: inherit; }
    ul.simple li:not(.option):before,
    .single-post #singleContent ul li:not(.option):before,
    .single-positions #singleContent ul li:not(.option):before {
      content: "";
      position: absolute;
      height: 6px;
      width: 6px;
      border-radius: 100%;
      background-color: red;
      left: 0;
      margin-top: 0.7em; }

ul.color_bullet_rainbow li:nth-child(1n):before {
  background: #E7607F; }

ul.color_bullet_rainbow li:nth-child(2n):before {
  background: #FFD831; }

ul.color_bullet_rainbow li:nth-child(3n):before {
  background: #99E3F2; }

ul.color_bullet_rainbow li:nth-child(4n):before {
  background: #FF774B; }

ul.color_bullet_rainbow li:nth-child(5n):before {
  background: #E7607F; }

ul.color_bullet_rainbow li:nth-child(6n):before {
  background: #FFD831; }

ul.color_bullet_rainbow li:nth-child(7n):before {
  background: #99E3F2; }

ul.color_bullet_rainbow li:nth-child(8n):before {
  background: #FF774B; }

ul.color_bullet_pink li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_pink li:not(.option):before {
    background: #F491D6; }

ul.color_bullet_pink2 li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_pink2 li:not(.option):before {
    background: #E7607F; }

ul.color_bullet_orange li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_orange li:not(.option):before {
    background: #FF8458; }

ul.color_bullet_light_green li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_light_green li:not(.option):before {
    background: "#2BC763"; }

ul.color_bullet_green2 li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_green2 li:not(.option):before {
    background: #048468; }

ul.color_bullet_green3 li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_green3 li:not(.option):before {
    background: #72E0C0; }

ul.color_bullet_blue3 li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_blue3 li:not(.option):before {
    background: #99E3F2; }

ul.color_bullet_gold li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_gold li:not(.option):before {
    background: #CEA65A; }

ul.color_bullet_fiolet li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_fiolet li:not(.option):before {
    background: #862F7D; }

ul.color_bullet_fiolet2 li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_fiolet2 li:not(.option):before {
    background: #8275FF; }

ul.color_bullet_fiolet3 li:not(.option) {
  padding-bottom: 0; }
  ul.color_bullet_fiolet3 li:not(.option):before {
    background: #6253FF; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.25rem;
  border: 2px solid #E7E9EB;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 17px;
  font-weight: normal;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: calc(1.5em + 0.75rem + 2px)-2;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover, .nice-select:active, .nice-select.open {
    border-color: #0981B0; }
  .nice-select:before {
    right: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 26px;
    height: 20px;
    opacity: 0.95;
    background-image: url("../img/svg/chevron-black-down.svg");
    transition: all 0.15s ease-in-out;
    pointer-events: none; }
  .nice-select.open:before {
    transform: rotate(-180deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #edeef0;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 14px;
    height: 56px;
    line-height: 54px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 54px;
      min-height: 54px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #0981B0;
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + 0.75rem + 2px)-2;
    list-style: none;
    min-height: calc(1.5em + 0.75rem + 2px)-2;
    outline: none;
    background: #fff;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    padding-bottom: 0; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #F2F2F2; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }
    .nice-select .option:before {
      display: none; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

#departmentSelect + .nice-select {
  float: right;
  width: 282px;
  height: 56px;
  line-height: 56px;
  background-color: #F8F8F8;
  border-radius: 0.25rem 0.25rem 0 0; }
  @media all and (max-width: 799px) {
    #departmentSelect + .nice-select {
      float: none;
      margin: 0 auto; } }
  #departmentSelect + .nice-select .list {
    width: calc(100% + 4px);
    left: -2px;
    border-radius: 0 0 0.25rem 0.25rem;
    overflow: visible; }
    #departmentSelect + .nice-select .list:after {
      content: "";
      height: calc(100% + 55px + 7px);
      width: calc(100% + 7px);
      position: absolute;
      top: -55px;
      left: 0;
      z-index: -1;
      background-image: url(../img/svg/stripe_blue.svg);
      clip-path: polygon(calc(100% - 7px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 7px), calc(100% - 7px) calc(100% - 7px)); }

[data-modal] {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  user-select: none;
  padding: 15px;
  text-align: center;
  font-size: 0;
  overflow: auto;
  transition: opacity 0.3s, visibility 0.3s, z-index 0.3s; }
  [data-modal]:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  [data-modal].is-open {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }

[data-modal-container] {
  position: relative;
  z-index: 1;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  padding: 70px; }
  @media all and (max-width: 799px) {
    [data-modal-container] {
      padding: 50px 30px; } }

[data-modal-close] {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  font-size: 0;
  border: none;
  padding: 0;
  size: 30px;
  cursor: pointer; }
  [data-modal-close]:before, [data-modal-close]:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    content: "";
    size: 100% 2px;
    border-radius: 5px;
    background-color: #0981B0; }
  [data-modal-close]:after {
    transform: rotate(225deg); }
  [data-modal-close]:before {
    transform: rotate(135deg); }
  [data-modal-close] svg {
    display: none; }

.modal_wide {
  max-width: 1140px; }

.modal_small {
  max-width: 460px; }

.is-fixed {
  overflow-y: hidden; }

#content [data-modal="request-demo"] .modal__container {
  color: #fff;
  background-color: #1D1D35; }
  #content [data-modal="request-demo"] .modal__container h2 {
    font-size: 32px; }
  #content [data-modal="request-demo"] .modal__container .mktoForm input,
  #content [data-modal="request-demo"] .modal__container .mktoForm .nice-select {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    background-color: #1D1D35;
    color: #fff; }
    #content [data-modal="request-demo"] .modal__container .mktoForm input ul,
    #content [data-modal="request-demo"] .modal__container .mktoForm .nice-select ul {
      max-height: 200px;
      overflow-y: scroll; }
    #content [data-modal="request-demo"] .modal__container .mktoForm input li,
    #content [data-modal="request-demo"] .modal__container .mktoForm .nice-select li {
      color: #1D1D35; }
    #content [data-modal="request-demo"] .modal__container .mktoForm input:before,
    #content [data-modal="request-demo"] .modal__container .mktoForm .nice-select:before {
      color: rgba(255, 255, 255, 0.33);
      background-image: url(../img/svg/arrow-blue-down.svg); }
  #content [data-modal="request-demo"] .modal__container .mktoForm .mktoFieldWrap {
    margin-bottom: 0; }
    #content [data-modal="request-demo"] .modal__container .mktoForm .mktoFieldWrap:not(.hasLabel).focus .mktoLabel {
      color: rgba(255, 255, 255, 0.33) !important;
      font-size: 10px; }
    #content [data-modal="request-demo"] .modal__container .mktoForm .mktoFieldWrap.hasLabel .mktoLabel {
      margin-top: 0.5rem;
      margin-bottom: 10px;
      font-size: 14px;
      opacity: 0.5; }
  #content [data-modal="request-demo"] .modal__container .mktoForm label {
    color: #fff !important; }

.newsletter-signup {
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }
  .newsletter-signup h3 {
    margin-top: 10px !important;
    margin-bottom: 32px !important;
    font-size: 24px !important;
    line-height: 1.5;
    opacity: 0.7; }
  .newsletter-signup h6 {
    font-size: 12px;
    font-weight: 900;
    opacity: 0.35;
    text-transform: uppercase;
    letter-spacing: 1.75px; }
  .newsletter-signup form {
    padding: 0; }
    @media screen and (min-width: 960px) {
      .newsletter-signup form {
        display: flex;
        width: 100%; } }
    .newsletter-signup form .mktoFormRow:first-of-type {
      margin: 0;
      height: 50px; }
      @media screen and (min-width: 960px) {
        .newsletter-signup form .mktoFormRow:first-of-type {
          width: 66% !important; } }
    .newsletter-signup form .mktoFormRow:not(:first-of-type) {
      display: none; }
    .newsletter-signup form .mktoFormRow .mktoFieldWrap {
      display: block !important; }
      .newsletter-signup form .mktoFormRow .mktoFieldWrap input#Email {
        font-size: 15px;
        background-color: #fff;
        border: 2px solid #FFD831;
        height: 55px;
        padding-top: 15px;
        padding-bottom: 0;
        padding-left: 25px;
        border-radius: 50px; }
        @media screen and (min-width: 1025px) {
          .newsletter-signup form .mktoFormRow .mktoFieldWrap input#Email {
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; } }
      .newsletter-signup form .mktoFormRow .mktoFieldWrap .mktoLabel {
        line-height: 55px; }
    .newsletter-signup form .mktoButtonRow .mktoButtonWrap {
      margin: 15px 0 !important; }
    .newsletter-signup form .mktoButtonRow button {
      color: #1D1D35;
      font-size: 16px !important;
      background-image: none !important;
      border: none !important;
      background-color: #FFD831 !important;
      height: 55px;
      min-width: 140px;
      font-weight: 500;
      margin: 0 !important;
      text-align: center;
      border-radius: 50px; }
      @media screen and (min-width: 1025px) {
        .newsletter-signup form .mktoButtonRow button {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          border-top-right-radius: 50px;
          border-bottom-right-radius: 50px; } }
    .newsletter-signup form .mktoButtonRow > span {
      margin-left: 0 !important; }
    .newsletter-signup form .mktoButtonRow .btn_pattern:after {
      content: none; }
    @media screen and (min-width: 960px) {
      .newsletter-signup form .mktoButtonRow {
        width: 33% !important; }
        .newsletter-signup form .mktoButtonRow .mktoButtonWrap {
          margin: 0px !important; } }
  @media screen and (min-width: 960px) {
    .newsletter-signup .mktoForm {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px; } }
  .newsletter-signup .mktoForm .mktoFormRow {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px; }
    .newsletter-signup .mktoForm .mktoFormRow .mktoFieldWrap label {
      width: calc(100% - 18px) !important; }
    .newsletter-signup .mktoForm .mktoFormRow .mktoFieldWrap ::placeholder {
      color: #fff !important; }
    .newsletter-signup .mktoForm .mktoFormRow .mktoFieldWrap.focus ::placeholder {
      color: initial !important; }
    @media screen and (min-width: 960px) {
      .newsletter-signup .mktoForm .mktoFormRow:nth-of-type(1), .newsletter-signup .mktoForm .mktoFormRow:nth-of-type(2), .newsletter-signup .mktoForm .mktoFormRow:nth-of-type(3), .newsletter-signup .mktoForm .mktoFormRow:nth-of-type(4) {
        width: calc(50% - 20px); } }
  .newsletter-signup .mktoForm .mktoButtonRow {
    width: 100%; }
    .newsletter-signup .mktoForm .mktoButtonRow button {
      width: 100%;
      margin-top: 0 !important;
      background-color: #FFD831 !important;
      text-shadow: none;
      font-size: 16px;
      font-family: 'BasisGrotesquePro'; }

.single-news-and-press .page-header .article_img-wrapper .article_img {
  background-size: contain;
  background-repeat: no-repeat; }

.single-news-and-press .jv-resources-subscribe {
  background-color: #00B8E0; }

.single-news-and-press input#Email {
  border-color: #1D1D35 !important; }

.single-news-and-press .newsletter-signup form .mktoButtonRow button {
  background-color: #1D1D35 !important;
  color: white !important; }

.jvthemePagination {
  margin-bottom: 0; }
  .single .jvthemePagination {
    background-color: rgba(114, 224, 192, 0.3);
    margin-bottom: 0; }
  .insights .jvthemePagination {
    background: none; }
    .insights .jvthemePagination .nav-links {
      display: block;
      padding: 50px 0; }
  .jvthemePagination .nav-links {
    display: flex;
    padding: 100px 0; }
    .jvthemePagination .nav-links > div {
      justify-content: center;
      align-items: top;
      width: 50%;
      display: flex; }
      .jvthemePagination .nav-links > div a {
        font-size: 32px;
        line-height: 1.2em;
        color: #01685D;
        text-align: center;
        padding: 25px 25px; }
        .jvthemePagination .nav-links > div a:hover .btn {
          opacity: 1; }
        .jvthemePagination .nav-links > div a > span {
          display: block; }
          .jvthemePagination .nav-links > div a > span.meta-nav {
            font-size: 12px;
            opacity: 0.5;
            margin-bottom: 40px; }
        .jvthemePagination .nav-links > div a .btn {
          margin-top: 40px;
          width: 56px;
          height: 56px;
          border: 2px solid #01685D;
          border-radius: 8px;
          box-sizing: border-box;
          padding: 0;
          line-height: 0;
          background: transparent;
          opacity: 0.5; }
          .jvthemePagination .nav-links > div a .btn span:before {
            display: inline-block;
            content: '';
            background-size: 12px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            width: 12px;
            height: 100%;
            padding-bottom: 100%; }
      .jvthemePagination .nav-links > div.nav-previous .btn span:before {
        background-image: url(../img/svg/arrow-green-left.svg); }
      .jvthemePagination .nav-links > div.nav-next .btn span:before {
        background-image: url(../img/svg/arrow-green-right.svg); }

.jvthemePaginationSingle {
  background-color: rgba(114, 224, 192, 0.3);
  margin-bottom: 0; }
  .jvthemePaginationSingle .nav-links {
    display: flex;
    padding: 100px 0; }
    .jvthemePaginationSingle .nav-links > div {
      justify-content: center;
      align-items: top;
      width: 50%;
      display: flex; }
      .jvthemePaginationSingle .nav-links > div a {
        font-size: 32px;
        line-height: 1.2em;
        color: #01685D;
        text-align: center;
        padding: 25px 25px; }
        .jvthemePaginationSingle .nav-links > div a:hover .btn {
          opacity: 1; }
        .jvthemePaginationSingle .nav-links > div a > span {
          display: block; }
          .jvthemePaginationSingle .nav-links > div a > span.meta-nav {
            font-size: 12px;
            opacity: 0.5;
            margin-bottom: 40px; }
        .jvthemePaginationSingle .nav-links > div a .btn {
          margin-top: 40px;
          width: 56px;
          height: 56px;
          border: 2px solid #01685D;
          border-radius: 8px;
          box-sizing: border-box;
          padding: 0;
          line-height: 0;
          background: transparent;
          opacity: 0.5; }
          .jvthemePaginationSingle .nav-links > div a .btn span:before {
            display: inline-block;
            content: '';
            background-size: 12px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            width: 12px;
            height: 100%;
            padding-bottom: 100%; }
      .jvthemePaginationSingle .nav-links > div.nav-previous .btn span:before {
        background-image: url(../img/svg/arrow-green-left.svg); }
      .jvthemePaginationSingle .nav-links > div.nav-next .btn span:before {
        background-image: url(../img/svg/arrow-green-right.svg); }

.paginationTeam {
  background-color: rgba(114, 224, 192, 0.3); }
  .paginationTeam.post-navigation {
    margin-bottom: 0; }
  .paginationTeam span {
    display: block; }
  .paginationTeam .meta-nav {
    font-size: 12px;
    opacity: .5;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .paginationTeam .nav-links {
    display: flex;
    padding: 100px 0; }
    .paginationTeam .nav-links > div {
      justify-content: center;
      align-items: top;
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .paginationTeam .nav-links > div.nav-previous .btn span:before {
        background-image: url(../img/svg/arrow-green-left.svg); }
      .paginationTeam .nav-links > div.nav-next .btn span:before {
        background-image: url(../img/svg/arrow-green-right.svg); }
  .paginationTeam .post-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.063em;
    color: #01685d;
    text-align: center; }
  .paginationTeam a {
    text-align: center; }
  .paginationTeam .btn {
    margin-top: 40px;
    width: 56px;
    height: 56px;
    border: 2px solid #01685d;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0;
    line-height: 0;
    background: 0 0;
    opacity: .5; }
    .paginationTeam .btn span {
      display: block;
      width: 100%;
      height: 100%; }
      .paginationTeam .btn span:before {
        display: inline-block;
        content: '';
        background-size: 12px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 12px;
        height: 100%;
        padding-bottom: 100%; }

.pagination {
  padding: 80px 0 125px;
  width: 100%;
  text-align: center;
  font-size: 0px;
  position: relative;
  z-index: 10; }
  .pagination .droppagination {
    position: relative;
    width: 80px;
    z-index: 10; }
    .pagination .droppagination.active .droppagination_dots, .pagination .droppagination:hover .droppagination_dots {
      background: #1D1D35;
      color: #fff;
      border-radius: 2px; }
    .pagination .droppagination_dots {
      height: 32px;
      width: 100%;
      text-align: center;
      margin: 0px;
      position: relative;
      transition: all 0.5s ease; }
    .pagination .droppagination_inner {
      display: none;
      top: 32px;
      position: absolute;
      left: 0;
      height: 103px;
      width: 80px;
      overflow-y: auto;
      overflow-x: hidden;
      border-radius: 2px;
      background-color: #fff; }
      .pagination .droppagination_inner span, .pagination .droppagination_inner a {
        margin: 0;
        width: 80px;
        display: block;
        padding: 5px;
        margin: 2px 2px;
        border-radius: 2px;
        line-height: 26px; }
        .pagination .droppagination_inner span:hover, .pagination .droppagination_inner a:hover {
          background: grey;
          color: #fff; }
  .pagination a, .pagination span {
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    transition: all .1s;
    margin: 1px 26px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #2D233F;
    font-size: 17px;
    line-height: 32px;
    size: 32px; }
    @media all and (max-width: 1679px) {
      .pagination a, .pagination span {
        margin: 1px 14px; } }
    @media all and (max-width: 1279px) {
      .pagination a.mobileShow, .pagination span.mobileShow {
        display: inline-block; } }
    @media all and (max-width: 799px) {
      .pagination a, .pagination span {
        margin: 1px 10px; } }
    .pagination a:hover, .pagination span:hover {
      background: #fff; }
    .pagination a.next, .pagination a.prev, .pagination span.next, .pagination span.prev {
      margin: 1px 29px;
      text-indent: -99999px;
      border-radius: 2px;
      background-color: #0981B0;
      background-image: url(../img/sprite/sprite_v.svg#arrow-white-right);
      background-size: 12px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .pagination a.next:hover, .pagination a.prev:hover, .pagination span.next:hover, .pagination span.prev:hover {
        background-position: 50% 50%;
        background-color: #1D1D35; }
      .page-numbers.current + .pagination a.next, .pagination a.next[data-page="0"], .pagination a.next.disable, .page-numbers.current + .pagination a.prev, .pagination a.prev[data-page="0"], .pagination a.prev.disable, .page-numbers.current + .pagination span.next, .pagination span.next[data-page="0"], .pagination span.next.disable, .page-numbers.current + .pagination span.prev, .pagination span.prev[data-page="0"], .pagination span.prev.disable {
        cursor: auto;
        background-color: #B49FAF; }
    .pagination a.page-numbers.current + .page-numbers.next, .pagination span.page-numbers.current + .page-numbers.next {
      cursor: auto;
      background-color: #B49FAF; }
    .pagination a.prev, .pagination span.prev {
      transform: rotate(180deg); }
  .pagination .current {
    color: #0981B0;
    background: #fff; }

.post-multi h1,
.post-multi .h1 {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 3rem; }

.post-multi p {
  font-size: 20px;
  letter-spacing: -0.18px;
  line-height: 1.4;
  font-weight: 400;
  opacity: 1;
  color: #1D1D35; }
  .post-multi p a {
    color: inherit;
    font-weight: 400;
    text-decoration: underline; }
    .post-multi p a:hover {
      color: #862F7D; }

.post-multi h2,
.post-multi .h2 {
  font-size: 37px;
  font-weight: 600; }

.post-multi h3,
.post-multi .h3 {
  font-size: 32px;
  font-weight: 600; }
  .post-multi h3 a,
  .post-multi .h3 a {
    font-weight: 600; }

.post-multi h3 {
  position: relative;
  z-index: 10; }

.post-multi h4,
.post-multi .h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 2.5rem 0 !important; }
  .post-multi h4 a,
  .post-multi .h4 a {
    font-weight: 600; }

.post-multi h6,
.post-multi .h6 {
  font-size: 16px; }

.post-multi strong {
  font-weight: 700; }

.post-multi ul li {
  list-style-type: disc; }
  .post-multi ul li:before {
    content: none !important; }
  .post-multi ul li a {
    text-decoration: underline; }

.post-multi ul,
.post-multi ol {
  padding-left: 1rem !important; }
  .post-multi ul li:not(.option),
  .post-multi ol li:not(.option) {
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0 !important;
    opacity: 1 !important;
    padding-left: 0.5rem !important;
    font-size: 20px;
    letter-spacing: -0.18px;
    line-height: 1.4 !important; }

.post-multi .alignfull > .container,
.post-multi .alignfull > .wp-block-group__inner-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.post-multi .alignfull > .wp-block-group__inner-container {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.post-multi .container {
  max-width: 700px; }

.post-multi header.page-header {
  border-bottom: none;
  padding-bottom: 0; }

.post-multi ul.table-of-contents li {
  list-style-type: none;
  margin: 0 !important;
  padding: 10px 0 !important;
  opacity: 1 !important;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  border-top: 2px solid rgba(43, 43, 74, 0.25); }
  .post-multi ul.table-of-contents li:last-of-type {
    border-bottom: 2px solid rgba(43, 43, 74, 0.25); }
  .post-multi ul.table-of-contents li a {
    color: #1D1D35 !important;
    transition: color 0.3s ease;
    font-weight: bold;
    opacity: 1;
    text-decoration: none; }
    .post-multi ul.table-of-contents li a:hover {
      color: #862F7D !important;
      text-decoration: underline; }
    @media screen and (min-width: 1025px) {
      .post-multi ul.table-of-contents li a span {
        min-width: 125px; } }
  .post-multi ul.table-of-contents li:before {
    content: none !important; }
  .post-multi ul.table-of-contents li .jv-toc-callout {
    display: none; }
    @media screen and (min-width: 1200px) {
      .post-multi ul.table-of-contents li .jv-toc-callout {
        display: block;
        width: 250px;
        padding: 1rem;
        position: absolute;
        right: -250px;
        top: 50%;
        transform: translateY(-50%); }
        .post-multi ul.table-of-contents li .jv-toc-callout:before {
          content: '';
          display: block;
          position: absolute;
          height: 50px;
          width: 150px;
          left: -125px;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("../img/content/arrow-purple.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; } }
    .post-multi ul.table-of-contents li .jv-toc-callout p {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.75px;
      line-height: 18px;
      text-transform: uppercase;
      color: #862F7D !important; }
    .post-multi ul.table-of-contents li .jv-toc-callout .jv-handwriting {
      font-family: ccsignlanguage, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 24px;
      margin-bottom: 0.5rem;
      font-weight: normal; }

.post-multi .jv-subheading {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 19px;
  text-align: center;
  opacity: 1;
  margin-bottom: 1rem; }
  .post-multi .jv-subheading.purple {
    color: #862F7D; }
  .post-multi .jv-subheading a {
    font-weight: bold; }

.post-multi .jv-text-purple-subheading {
  color: purple;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 0.5rem; }

.post-multi .jv-next-section {
  padding: 5rem 0;
  background-color: #f2f2f2; }
  .post-multi .jv-next-section p {
    margin: 0 0 1rem;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 1.05px;
    line-height: 16px;
    text-transform: uppercase; }
  .post-multi .jv-next-section h3 {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 44px;
    color: #862F7D; }

.post-multi figure {
  margin: 0; }
  @media screen and (min-width: 1025px) {
    .post-multi figure.jv-expand {
      transform: scale(1.15) translate(-100px, -25px); } }

.post-multi img {
  width: 100%; }

.post-multi blockquote.is-style-fancy-quote {
  margin-bottom: 2rem; }
  .post-multi blockquote.is-style-fancy-quote p {
    font-weight: 400 !important;
    margin-bottom: 1rem; }
  .post-multi blockquote.is-style-fancy-quote cite {
    color: #862F7D;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.6; }
  .post-multi blockquote.is-style-fancy-quote:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background-image: url("../img/content/PurpleQuote.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 10px;
    opacity: 1; }

.post-multi .jv-post-multi-stat {
  text-align: center;
  position: relative; }
  .post-multi .jv-post-multi-stat p {
    margin: 0; }
    .post-multi .jv-post-multi-stat p:first-of-type {
      font-size: 60px;
      color: #862F7D !important;
      font-weight: bold;
      line-height: 1; }
    .post-multi .jv-post-multi-stat p:nth-of-type(2) {
      font-size: 24px;
      font-weight: bold;
      color: #862F7D !important;
      line-height: 1.33;
      max-width: 420px;
      margin: 1rem auto;
      display: block; }
    .post-multi .jv-post-multi-stat p:nth-of-type(3) {
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0.97px;
      line-height: 15px;
      text-align: center;
      text-transform: uppercase; }
      .post-multi .jv-post-multi-stat p:nth-of-type(3) a {
        color: #862F7D !important;
        opacity: 0.6;
        font-weight: 600;
        text-decoration: none; }
  .post-multi .jv-post-multi-stat:not(.no-arrow):after {
    content: '';
    width: 70px;
    height: 150px;
    background-image: url("../img/content/arrow-pink.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .post-multi .jv-post-multi-stat.inline {
    padding-bottom: 3rem; }
    .post-multi .jv-post-multi-stat.inline p:first-of-type {
      font-size: 25px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 36px;
      max-width: 475px;
      display: block;
      margin: 0 auto; }
    .post-multi .jv-post-multi-stat.inline p strong {
      color: #1D1D35;
      font-size: 34px; }

.post-multi .block-stat-callout {
  max-width: 460px;
  margin: 0 auto; }
  .post-multi .block-stat-callout .callout {
    font-size: 61px !important;
    font-weight: bold; }
  .post-multi .block-stat-callout .description {
    font-size: 26px;
    font-weight: bold;
    color: inherit !important;
    opacity: 1 !important; }

.post-multi .jv-post-multi-arrow-row {
  margin-top: 3rem; }
  .post-multi .jv-post-multi-arrow-row > div > .kt-row-column-wrap {
    max-width: 856px;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .post-multi .jv-post-multi-arrow-row > div > .kt-row-column-wrap:after {
      content: '';
      width: 70px;
      height: 150px;
      background-image: url("../img/content/arrow-blue.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: -3rem;
      left: 0; }
  .post-multi .jv-post-multi-arrow-row.bottom > div > .kt-row-column-wrap:after {
    top: auto;
    bottom: -5rem;
    left: auto;
    right: 0;
    transform: scaleX(-1); }

.post-multi .wp-block-kadence-rowlayout.alignfull > div > .kt-row-column-wrap {
  max-width: 856px;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.post-multi.green h1,
.post-multi.green .jv-heading-overline {
  color: #01685D; }

.post-multi.green .jv-post-multi-stat p:first-of-type, .post-multi.green .jv-post-multi-stat p:nth-of-type(2) {
  color: #01685D !important; }

.post-multi.green .jv-post-multi-stat p:nth-of-type(3) a {
  color: #01685D !important; }

.post-multi.green .jv-post-multi-stat:after {
  background-image: url("../img/content/arrow-blue.svg"); }

.post-multi.green .jv-heading-line:before {
  background-color: #048468; }

.post-multi.green blockquote.is-style-fancy-quote cite {
  color: #01685D !important; }

.post-multi.green blockquote.is-style-fancy-quote:before {
  background-image: url("../img/content/TealQuote.svg"); }

.post-multi.purple h1,
.post-multi.purple .jv-heading-overline {
  color: #862F7D; }
  .post-multi.purple h1:before,
  .post-multi.purple .jv-heading-overline:before {
    background-color: #862F7D; }

.post-multi.purple .jv-heading-line:before {
  background-color: #862F7D; }

.post-multi.purple .jv-post-multi-arrow-row > div > .kt-row-column-wrap:after {
  background-image: url("../img/content/arrow-pink.svg"); }

.post-multi.purple .block-cta-bar {
  background-color: #862F7D !important; }

.post-multi.purple .block-advanced-quote .quote:before {
  background-image: url("../img/content/PurpleQuote.svg"); }

.post-multi.purple .block-advanced-quote .name,
.post-multi.purple .block-advanced-quote .jv-subheading {
  color: #862F7D; }

.post-multi .viz-facade-loaded {
  transform: translateY(-50px);
  position: relative;
  margin-bottom: -50px; }
  .post-multi .viz-facade-loaded svg text {
    font-family: 'BasisGrotesquePro';
    font-weight: 500; }
  .post-multi .viz-facade-loaded svg path {
    stroke-width: 0; }

.post-multi .z-index-10 {
  z-index: 10; }

.post-multi .block-cta-bar-container .jv-separator {
  display: none; }

.post-multi strong a {
  font-weight: bold; }

@media screen and (min-width: 1025px) {
  .post-multi .jv-neg-margin-left {
    transform: translateX(-70px); }
  .post-multi .jv-neg-margin-right {
    transform: translateX(70px); } }

.single-post article h1,
.single-post article .h1,
.single-resource article h1,
.single-resource article .h1,
.single-events article h1,
.single-events article .h1 {
  font-size: 48px; }

.single-post article h2:not(.h6),
.single-post article .h2:not(.h6),
.single-resource article h2:not(.h6),
.single-resource article .h2:not(.h6),
.single-events article h2:not(.h6),
.single-events article .h2:not(.h6) {
  font-size: 28px; }

.single-post article h3,
.single-post article .h3,
.single-resource article h3,
.single-resource article .h3,
.single-events article h3,
.single-events article .h3 {
  font-size: 20px; }

.single-post article h6,
.single-resource article h6,
.single-events article h6 {
  font-size: 12px;
  font-weight: 900;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1.75px; }

.single-post article .wp-block-table,
.single-resource article .wp-block-table,
.single-events article .wp-block-table {
  font-weight: bold;
  text-align: center; }
  .single-post article .wp-block-table table,
  .single-resource article .wp-block-table table,
  .single-events article .wp-block-table table {
    border-spacing: 0px; }
  .single-post article .wp-block-table td:nth-of-type(odd),
  .single-post article .wp-block-table th:nth-of-type(odd),
  .single-resource article .wp-block-table td:nth-of-type(odd),
  .single-resource article .wp-block-table th:nth-of-type(odd),
  .single-events article .wp-block-table td:nth-of-type(odd),
  .single-events article .wp-block-table th:nth-of-type(odd) {
    color: #03695E; }
  .single-post article .wp-block-table th:nth-of-type(even),
  .single-post article .wp-block-table td:nth-of-type(even),
  .single-resource article .wp-block-table th:nth-of-type(even),
  .single-resource article .wp-block-table td:nth-of-type(even),
  .single-events article .wp-block-table th:nth-of-type(even),
  .single-events article .wp-block-table td:nth-of-type(even) {
    color: #862F7D; }
  .single-post article .wp-block-table th,
  .single-resource article .wp-block-table th,
  .single-events article .wp-block-table th {
    font-size: 28px; }
  .single-post article .wp-block-table thead tr,
  .single-resource article .wp-block-table thead tr,
  .single-events article .wp-block-table thead tr {
    border-bottom: 1.5px solid rgba(47, 47, 82, 0.3); }
  .single-post article .wp-block-table tr,
  .single-resource article .wp-block-table tr,
  .single-events article .wp-block-table tr {
    display: flex; }
    .single-post article .wp-block-table tr th,
    .single-post article .wp-block-table tr td,
    .single-resource article .wp-block-table tr th,
    .single-resource article .wp-block-table tr td,
    .single-events article .wp-block-table tr th,
    .single-events article .wp-block-table tr td {
      flex: 1;
      padding: 15px 25px; }
    .single-post article .wp-block-table tr td + td,
    .single-post article .wp-block-table tr th + th,
    .single-resource article .wp-block-table tr td + td,
    .single-resource article .wp-block-table tr th + th,
    .single-events article .wp-block-table tr td + td,
    .single-events article .wp-block-table tr th + th {
      border-left: 1.5px solid rgba(47, 47, 82, 0.3); }
  .single-post article .wp-block-table tbody tr:first-of-type td,
  .single-resource article .wp-block-table tbody tr:first-of-type td,
  .single-events article .wp-block-table tbody tr:first-of-type td {
    padding-top: 30px; }

.single-post article p + .wp-block-table,
.single-resource article p + .wp-block-table,
.single-events article p + .wp-block-table {
  margin-top: 3rem; }

.single-post .posts-list,
.single-resource .posts-list,
.single-events .posts-list {
  max-width: 1348px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center; }
  .single-post .posts-list .hoverBlock_inner,
  .single-resource .posts-list .hoverBlock_inner,
  .single-events .posts-list .hoverBlock_inner {
    padding: 0;
    z-index: 1;
    height: auto;
    margin-bottom: 25px; }
  .single-post .posts-list .relatedArticle_item,
  .single-resource .posts-list .relatedArticle_item,
  .single-events .posts-list .relatedArticle_item {
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 0;
    height: 100%; }
  .single-post .posts-list .jv-subheading,
  .single-resource .posts-list .jv-subheading,
  .single-events .posts-list .jv-subheading {
    color: #03695E; }
  @media all and (max-width: 1279px) {
    .single-post .posts-list,
    .single-resource .posts-list,
    .single-events .posts-list {
      padding: 0 56px;
      margin-bottom: 56px; } }

.single-post .jv-resources-subscribe,
.single-resource .jv-resources-subscribe,
.single-events .jv-resources-subscribe {
  background-color: #03695E; }

.single-post .newsletter-signup .mktoForm .mktoButtonRow button,
.single-resource .newsletter-signup .mktoForm .mktoButtonRow button,
.single-events .newsletter-signup .mktoForm .mktoButtonRow button {
  background-color: #1D1D35 !important;
  color: white; }

.single-post .newsletter-signup form .mktoFormRow .mktoFieldWrap input#Email,
.single-resource .newsletter-signup form .mktoFormRow .mktoFieldWrap input#Email,
.single-events .newsletter-signup form .mktoFormRow .mktoFieldWrap input#Email {
  border-color: #1D1D35; }

.single-post .site-main [data-modal-close],
.single-resource .site-main [data-modal-close],
.single-events .site-main [data-modal-close] {
  top: 25px;
  right: 25px; }
  .single-post .site-main [data-modal-close]:before, .single-post .site-main [data-modal-close]:after,
  .single-resource .site-main [data-modal-close]:before,
  .single-resource .site-main [data-modal-close]:after,
  .single-events .site-main [data-modal-close]:before,
  .single-events .site-main [data-modal-close]:after {
    background-color: black !important; }

.page-header > .row {
  align-items: center; }

.page-header .col-md-6:last-of-type {
  background-position: center center;
  background-size: cover; }

#content .newsletter-signup .mktoForm .mktoLabel {
  line-height: 55px;
  height: 55px;
  padding-left: 10px; }

#content .newsletter-signup .mktoForm .mktoFieldWrap:not(.hasLabel).focus .mktoLabel,
#content .newsletter-signup .mktoForm #content .mktoForm .mktoFieldWrap:not(.hasLabel):hover .mktoLabel {
  transform: translateY(12px); }

.single-post {
  overflow: visible !important; }
  .single-post #content,
  .single-post article {
    overflow: visible !important; }

.single:not(.single-case_study) #singleContent {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }

blockquote:not(.is-style-fancy-quote) {
  margin: 3rem 0;
  padding: 0;
  text-align: center;
  border-top: none; }
  blockquote:not(.is-style-fancy-quote):before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    top: auto;
    left: auto;
    margin: 0 auto;
    background-image: url("../img/content/TealQuote.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  blockquote:not(.is-style-fancy-quote) p {
    color: #03695E !important;
    font-weight: 700; }
  blockquote:not(.is-style-fancy-quote) cite {
    justify-content: center; }
    blockquote:not(.is-style-fancy-quote) cite span {
      display: block;
      width: 100%; }

/********************
 Wistia Styles
********************/
.wistia_responsive_padding {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .wistia_responsive_padding {
      margin-bottom: -15%; } }

.wistia_embed .wistiaMarketoFormWrapper {
  background-color: #fff !important;
  padding: 15px !important;
  color: #000 !important; }
  .wistia_embed .wistiaMarketoFormWrapper .mktoForm .mktoFieldWrap {
    margin-bottom: 0 !important; }
    .wistia_embed .wistiaMarketoFormWrapper .mktoForm .mktoFieldWrap .mktoLabel {
      color: #000 !important;
      position: relative !important;
      left: 0 !important;
      height: auto !important;
      line-height: 24px !important;
      font-size: 13px !important;
      transform: translateY(0) !important;
      font-family: 'BasisGrotesquePro', sans-serif !important;
      font-weight: 500 !important; }
  .wistia_embed .wistiaMarketoFormWrapper .mktoForm .mktoButtonWrap .mktoButton {
    background-color: #0981B0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 700 !important; }

/********************
 Bootstrap Styles
********************/
.shadow img {
  display: block; }

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

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

.jv-phone {
  max-width: 280px;
  margin: 0 auto;
  position: relative; }
  .jv-phone:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../img/content/jv-phone.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    width: 112%;
    height: 112%;
    top: -6%;
    left: -6%; }
  .jv-phone figure {
    z-index: 10;
    position: relative;
    padding: 3% 0; }

/********************
 Kadence Styles
********************/
/*
.content-area > .wp-block-kadence-rowlayout > .kt-row-layout-inner > .kt-row-column-wrap, 
.content-area > h2 {
    @include bp($md) {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    @include bp($sm) {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
*/
.alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
  max-width: 1196px;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem; }
  @media all and (max-width: 799px) {
    .alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
      padding-left: 16px !important;
      padding-right: 16px !important; } }
  @media all and (max-width: 400px) {
    .alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
      padding-left: 26px !important;
      padding-right: 26px !important; } }

.alignwide > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-left: 4rem;
  padding-right: 4rem; }
  @media all and (max-width: 799px) {
    .alignwide > .kt-row-layout-inner > .kt-row-column-wrap {
      padding-left: 0;
      padding-right: 0; } }
  @media all and (max-width: 400px) {
    .alignwide > .kt-row-layout-inner > .kt-row-column-wrap {
      padding-left: 0;
      padding-right: 0; } }

.kt-info-animate-flip,
.kt-info-icon-animate-flip {
  -webkit-perspective: initial !important;
  perspective: initial !important; }
  .kt-info-animate-flip img:last-of-type,
  .kt-info-icon-animate-flip img:last-of-type {
    opacity: 0; }

.kt-blocks-info-box-link-wrap:hover .kt-info-animate-flip .kadence-info-box-image-inner-intrisic,
.kt-blocks-info-box-link-wrap:hover .kt-info-icon-animate-flip .kadence-info-box-icon-inner-container {
  -webkit-transform: none !important;
  transform: none !important; }
  .kt-blocks-info-box-link-wrap:hover .kt-info-animate-flip .kadence-info-box-image-inner-intrisic img:first-of-type,
  .kt-blocks-info-box-link-wrap:hover .kt-info-icon-animate-flip .kadence-info-box-icon-inner-container img:first-of-type {
    opacity: 0; }
  .kt-blocks-info-box-link-wrap:hover .kt-info-animate-flip .kadence-info-box-image-inner-intrisic img:last-of-type,
  .kt-blocks-info-box-link-wrap:hover .kt-info-icon-animate-flip .kadence-info-box-icon-inner-container img:last-of-type {
    opacity: 1; }

.kt-info-animate-flip .kadence-info-box-image-inner-intrisic,
.kt-info-icon-animate-flip .kadence-info-box-icon-inner-container {
  transition: 0.6s !important;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
  position: relative !important; }

.kt-info-animate-flip .kt-info-box-image-flip,
.kt-info-icon-animate-flip .kt-info-svg-icon-flip {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
  position: absolute !important;
  top: 0;
  left: 0; }

.kt-info-animate-flip .kt-info-box-image,
.kt-info-icon-animate-flip .kt-info-svg-icon {
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important; }

.kt-info-animate-flip .kt-info-box-image,
.kt-info-icon-animate-flip .kt-info-svg-icon {
  z-index: 2; }

.kt-info-animate-flip .kt-info-box-image-flip,
.kt-info-icon-animate-flip .kt-info-svg-icon-flip {
  -webkit-transform: none !important;
  transform: none !important; }

.jv-heading-icon {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #862F7D;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }
  .jv-heading-icon:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
    padding-top: -25px;
    background-position: center center;
    background-repeat: no-repeat; }
  .jv-heading-icon-map:before {
    background-image: url("/wp-content/uploads/jv-icon-map.svg"); }
  .jv-heading-icon-target:before {
    background-image: url("/wp-content/uploads/jv-icon-target.svg"); }

.jv-heading-small {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #862F7D;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.slick-dots {
  bottom: -5rem; }
  .slick-dots li button {
    width: 25px; }
    .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 10px;
      height: 10px;
      font-size: 6px;
      line-height: 20px;
      text-align: center;
      border-radius: 50%;
      transition: all 0.3s ease;
      width: 15px;
      height: 15px;
      opacity: 1;
      background-color: transparent;
      border: 2px solid #862F7D; }
  .slick-dots li.slick-active button:before {
    background-color: #862F7D; }
  .slick-dots li:not(:last-of-type) {
    margin-right: 4px; }
  @media all and (max-width: 799px) {
    .slick-dots {
      bottom: -2.5rem; } }

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

.single-events h1,
.single-events .h3,
.single-events .jv-subheading,
.single-resource h1,
.single-resource .h3,
.single-resource .jv-subheading {
  color: inherit; }

.single-events .jv-photo-header,
.single-resource .jv-photo-header {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 7.5rem; }
  .single-events .jv-photo-header:before,
  .single-resource .jv-photo-header:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: rgba(30, 31, 64, 0.5);
    top: 0;
    right: 0; }

/********************
 Padded Sections
********************/
.jv-section-padded > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-top: 8.375rem;
  padding-bottom: 8.375rem; }
  @media all and (max-width: 799px) {
    .jv-section-padded > .kt-row-layout-inner > .kt-row-column-wrap {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

div:not(.wp-block-kadence-rowlayout).jv-section-padded {
  padding-top: 8.375rem;
  padding-bottom: 8.375rem; }
  @media all and (max-width: 799px) {
    div:not(.wp-block-kadence-rowlayout).jv-section-padded {
      padding-top: 4.5625rem;
      padding-bottom: 4.5625rem; } }

@media screen and (min-width: 401px) and (max-width: 1024px) {
  .page > .container {
    padding-left: 2rem;
    padding-right: 2rem; } }

.site:not(.trans-header) .jv-section-padded:first-of-type > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-top: 5.375rem; }
  @media all and (max-width: 799px) {
    .site:not(.trans-header) .jv-section-padded:first-of-type > .kt-row-layout-inner > .kt-row-column-wrap {
      padding-top: 1rem; } }

.jv-section-divider-bottom > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-bottom: 7.5rem; }

@media screen and (min-width: 1025px) {
  .jv-section-divider-bottom.extra > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-bottom: 12.5rem; } }

.jv-section-divider-top > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-top: 7.5rem; }

@media screen and (min-width: 1025px) {
  .jv-section-divider-top.extra > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-top: 12.5rem; } }

.jv-section-hero > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-top: 10rem;
  padding-bottom: 7.5rem; }
  @media screen and (max-width: 767px) {
    .jv-section-hero > .kt-row-layout-inner > .kt-row-column-wrap {
      padding-top: 15rem;
      padding-bottom: 5rem; } }

@media screen and (min-width: 1025px) {
  .jv-neg-margin-bottom > .kt-row-layout-inner > .kt-row-column-wrap {
    margin-bottom: -200px; } }

@media screen and (min-width: 1025px) {
  .jv-neg-margin-bottom.wp-block-kadence-column {
    margin-bottom: -200px; } }

.jv-neg-margin-top.mobile > .kt-row-layout-inner > .kt-row-column-wrap {
  margin-top: -150px; }
  @media screen and (min-width: 1025px) {
    .jv-neg-margin-top.mobile > .kt-row-layout-inner > .kt-row-column-wrap {
      margin-top: -200px; } }

@media screen and (min-width: 1025px) {
  .jv-neg-margin-top > .kt-row-layout-inner > .kt-row-column-wrap {
    margin-top: -200px; } }

@media screen and (min-width: 1025px) {
  .jv-neg-margin-top:not(.wp-block-kadence-rowlayout) {
    margin-top: -100px; } }

/********************
 Max-Width Utilities Styles
********************/
.max-w-30 {
  max-width: 30px; }

.max-w-50 {
  max-width: 50px; }

.max-w-85 {
  max-width: 85px; }

.max-w-100 {
  max-width: 100px; }

.max-w-150 {
  max-width: 150px; }

.max-w-175 {
  max-width: 175px; }

.max-w-125 {
  max-width: 125px; }

.max-w-200 {
  max-width: 200px; }

.max-w-225 {
  max-width: 225px; }

.max-w-250 {
  max-width: 250px; }

.max-w-325 {
  max-width: 325px; }

.max-w-360 {
  max-width: 360px; }

.max-w-400 {
  max-width: 400px; }

.max-w-425 {
  max-width: 425px; }

.max-w-480 {
  max-width: 480px; }

.max-w-600 {
  max-width: 600px; }

.max-w-700 {
  max-width: 700px; }

.max-w-740 {
  max-width: 740px; }

.max-w-775 {
  max-width: 775px; }

.max-w-800 {
  max-width: 800px; }

.max-w-960 {
  max-width: 960px; }

.max-w-center {
  margin-left: auto !important;
  margin-right: auto !important; }

@media screen and (min-width: 1025px) {
  .max-w-md-center {
    margin-left: auto !important;
    margin-right: auto !important; } }

/********************
 Overflow Utilities Styles
********************/
.overflow-hidden {
  overflow: hidden; }

.site-content .jv-blog-gate-nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px 0 0 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  max-width: 250px; }
  .site-content .jv-blog-gate-nav ul {
    padding: 1rem;
    margin: 0; }
  .site-content .jv-blog-gate-nav li {
    list-style-type: none;
    margin: 0.5rem 0 !important;
    padding: 0.5rem 0 0;
    opacity: 1;
    font-size: 14px;
    border-top: 2px solid rgba(43, 43, 74, 0.25); }
    .site-content .jv-blog-gate-nav li a {
      color: #6c757d; }
    .site-content .jv-blog-gate-nav li:first-of-type {
      border-top: none; }
    .site-content .jv-blog-gate-nav li.active {
      font-weight: 700; }
      .site-content .jv-blog-gate-nav li.active a {
        color: #1D1D35; }

@media screen and (min-width: 1200px) {
  .jv-blog-gate-unlocked .jv-blog-gate-nav.visible {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }
  .post-multi .jv-blog-gate-nav.visible {
    opacity: 1;
    visibility: visible;
    z-index: 9999; } }

.gform_wrapper.gravity-theme .jv-quiz-form .gform_fields fieldset {
  margin-top: 3rem; }

.gform_wrapper.gravity-theme .jv-quiz-form .gform_fields legend {
  font-size: 20px;
  line-height: 1.33; }

.gform_wrapper.gravity-theme .jv-quiz-form .gform_fields .gchoice {
  margin-top: 1rem; }
  .gform_wrapper.gravity-theme .jv-quiz-form .gform_fields .gchoice label {
    line-height: 1.6em;
    font-size: 17px;
    margin-left: 0.75rem; }

.gform_wrapper.gravity-theme .jv-quiz-form input {
  cursor: pointer; }

.gform_wrapper.gravity-theme .jv-quiz-form input[type="submit"] {
  display: none;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 25px;
  font-weight: 700;
  background-color: #FFD831;
  border: none;
  color: #1D1D35;
  cursor: pointer;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  .gform_wrapper.gravity-theme .jv-quiz-form input[type="submit"]:hover {
    background-color: #862F7D;
    border-color: #862F7D;
    color: #fff; }

.jv-quiz {
  display: none; }
  .jv-quiz.jv-quiz-visible {
    display: block; }
  .jv-quiz p {
    opacity: 1; }
  .jv-quiz .p-4.rounded {
    color: white; }
    .jv-quiz .p-4.rounded a {
      color: white; }
    .jv-quiz .p-4.rounded + em {
      display: inline-block;
      margin-top: 1rem;
      opacity: 0.7; }
  .jv-quiz.freshman .p-4.rounded {
    background-color: #FF8458; }
  .jv-quiz.sophomore .p-4.rounded {
    background-color: #0981B0; }
  .jv-quiz.junior .p-4.rounded {
    background-color: #6253FF; }
  .jv-quiz.senior .p-4.rounded {
    background-color: #01685D; }

.jv-btn-quiz {
  display: block;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  padding: 0 24px;
  text-align: center;
  border-radius: 25px;
  font-weight: 700;
  background-color: #FFD831;
  border: none;
  color: #1D1D35;
  cursor: pointer;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  .jv-btn-quiz:hover {
    background-color: #862F7D;
    border-color: #862F7D;
    color: #fff; }

.jv-quiz-results {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px;
  text-align: left;
  font-size: 0;
  overflow: auto;
  min-height: 100%;
  -webkit-transition: opacity .3s,visibility .3s,z-index .3s;
  -o-transition: opacity .3s,visibility .3s,z-index .3s;
  transition: opacity .3s,visibility .3s,z-index .3s; }
  .jv-quiz-results.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }
  .jv-quiz-results .modal__container {
    color: #fff;
    background-color: #1D1D35;
    position: relative;
    z-index: 1;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    padding: 70px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll; }
    .jv-quiz-results .modal__container ::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 10px; }
    .jv-quiz-results .modal__container ::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
    .jv-quiz-results .modal__container .h1 {
      text-align: center;
      width: 100%; }
  .jv-quiz-results .modal__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    font-size: 0;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .jv-quiz-results .modal__close:before, .jv-quiz-results .modal__close:after {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -15px;
      content: "";
      width: 30px;
      height: 2px;
      border-radius: 5px;
      background-color: #0981B0; }
    .jv-quiz-results .modal__close:after {
      transform: rotate(225deg); }
    .jv-quiz-results .modal__close:before {
      transform: rotate(135deg); }
    .jv-quiz-results .modal__close svg {
      display: none; }
  @media screen and (min-width: 1025px) {
    .jv-quiz-results {
      padding-top: 5rem;
      padding-bottom: 5rem;
      display: flex;
      justify-content: center; } }

#quizClose {
  cursor: pointer; }

.resource-template-post-quiz a.jv-arrow:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0.5rem; }

.post-template-post-gated-blog #singleContent h2,
.post-template-post-gated-blog #singleContent .h2,
.resource-template-post-gated-blog #singleContent h2,
.resource-template-post-gated-blog #singleContent .h2 {
  font-size: 37px;
  font-weight: 600; }

.post-template-post-gated-blog #singleContent h3,
.post-template-post-gated-blog #singleContent .h3,
.resource-template-post-gated-blog #singleContent h3,
.resource-template-post-gated-blog #singleContent .h3 {
  font-weight: 600;
  margin-top: 1em;
  font-size: 22px;
  line-height: 1.25; }

.post-template-post-gated-blog #singleContent .subheading,
.resource-template-post-gated-blog #singleContent .subheading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0; }
  .post-template-post-gated-blog #singleContent .subheading:not(.has-text-color),
  .resource-template-post-gated-blog #singleContent .subheading:not(.has-text-color) {
    color: #862F7D; }

.post-template-post-gated-blog #singleContent strong,
.resource-template-post-gated-blog #singleContent strong {
  font-weight: 600; }

.post-template-post-gated-blog #singleContent p,
.resource-template-post-gated-blog #singleContent p {
  line-height: 1.6;
  font-weight: 400; }
  .post-template-post-gated-blog #singleContent p.large,
  .resource-template-post-gated-blog #singleContent p.large {
    font-size: 24px; }
  .post-template-post-gated-blog #singleContent p:not(.has-text-color),
  .resource-template-post-gated-blog #singleContent p:not(.has-text-color) {
    color: #1D1D35; }
  .post-template-post-gated-blog #singleContent p.jv-related-reading,
  .resource-template-post-gated-blog #singleContent p.jv-related-reading {
    text-align: center; }
    .post-template-post-gated-blog #singleContent p.jv-related-reading a,
    .resource-template-post-gated-blog #singleContent p.jv-related-reading a {
      background-color: #862F7D;
      border-radius: 25px;
      width: auto;
      display: inline-block;
      padding: 0.5rem 1.5rem;
      text-align: center;
      font-weight: 500;
      color: #fff !important;
      transition: background-color 0.2s ease;
      margin-top: 0;
      text-decoration: none; }
      .post-template-post-gated-blog #singleContent p.jv-related-reading a:hover,
      .resource-template-post-gated-blog #singleContent p.jv-related-reading a:hover {
        background-color: #048468;
        color: #fff;
        text-decoration: none; }
    .post-template-post-gated-blog #singleContent p.jv-related-reading.green a,
    .resource-template-post-gated-blog #singleContent p.jv-related-reading.green a {
      background-color: #048468; }
      .post-template-post-gated-blog #singleContent p.jv-related-reading.green a:hover,
      .resource-template-post-gated-blog #singleContent p.jv-related-reading.green a:hover {
        background-color: #862F7D; }

.post-template-post-gated-blog #singleContent ul li,
.resource-template-post-gated-blog #singleContent ul li {
  list-style-type: disc; }
  .post-template-post-gated-blog #singleContent ul li:before,
  .resource-template-post-gated-blog #singleContent ul li:before {
    content: none !important; }

.post-template-post-gated-blog #singleContent ul,
.post-template-post-gated-blog #singleContent ol,
.resource-template-post-gated-blog #singleContent ul,
.resource-template-post-gated-blog #singleContent ol {
  padding-left: 1rem; }
  .post-template-post-gated-blog #singleContent ul.green,
  .post-template-post-gated-blog #singleContent ol.green,
  .resource-template-post-gated-blog #singleContent ul.green,
  .resource-template-post-gated-blog #singleContent ol.green {
    color: #048468; }
    .post-template-post-gated-blog #singleContent ul.green li,
    .post-template-post-gated-blog #singleContent ol.green li,
    .resource-template-post-gated-blog #singleContent ul.green li,
    .resource-template-post-gated-blog #singleContent ol.green li {
      color: #1D1D35; }
      .post-template-post-gated-blog #singleContent ul.green li strong,
      .post-template-post-gated-blog #singleContent ol.green li strong,
      .resource-template-post-gated-blog #singleContent ul.green li strong,
      .resource-template-post-gated-blog #singleContent ol.green li strong {
        color: #048468; }
  .post-template-post-gated-blog #singleContent ul li:not(.option),
  .post-template-post-gated-blog #singleContent ol li:not(.option),
  .resource-template-post-gated-blog #singleContent ul li:not(.option),
  .resource-template-post-gated-blog #singleContent ol li:not(.option) {
    font-weight: 400;
    margin-bottom: 1rem;
    padding-bottom: 0;
    line-height: 1.6;
    opacity: 1;
    padding-left: 1rem; }
  .post-template-post-gated-blog #singleContent ul.jv-table-of-contents li,
  .post-template-post-gated-blog #singleContent ol.jv-table-of-contents li,
  .resource-template-post-gated-blog #singleContent ul.jv-table-of-contents li,
  .resource-template-post-gated-blog #singleContent ol.jv-table-of-contents li {
    list-style-type: none;
    margin: 0;
    padding: 0.25rem 0;
    opacity: 1;
    font-size: 19px;
    font-weight: 700;
    border-top: 2px solid rgba(43, 43, 74, 0.25); }
    .post-template-post-gated-blog #singleContent ul.jv-table-of-contents li:last-of-type,
    .post-template-post-gated-blog #singleContent ol.jv-table-of-contents li:last-of-type,
    .resource-template-post-gated-blog #singleContent ul.jv-table-of-contents li:last-of-type,
    .resource-template-post-gated-blog #singleContent ol.jv-table-of-contents li:last-of-type {
      border-bottom: 2px solid rgba(43, 43, 74, 0.25); }
    .post-template-post-gated-blog #singleContent ul.jv-table-of-contents li a,
    .post-template-post-gated-blog #singleContent ol.jv-table-of-contents li a,
    .resource-template-post-gated-blog #singleContent ul.jv-table-of-contents li a,
    .resource-template-post-gated-blog #singleContent ol.jv-table-of-contents li a {
      color: #1D1D35 !important;
      transition: color 0.3s ease; }
      .post-template-post-gated-blog #singleContent ul.jv-table-of-contents li a:hover,
      .post-template-post-gated-blog #singleContent ol.jv-table-of-contents li a:hover,
      .resource-template-post-gated-blog #singleContent ul.jv-table-of-contents li a:hover,
      .resource-template-post-gated-blog #singleContent ol.jv-table-of-contents li a:hover {
        color: #862F7D !important;
        text-decoration: none; }
    .post-template-post-gated-blog #singleContent ul.jv-table-of-contents li:before,
    .post-template-post-gated-blog #singleContent ol.jv-table-of-contents li:before,
    .resource-template-post-gated-blog #singleContent ul.jv-table-of-contents li:before,
    .resource-template-post-gated-blog #singleContent ol.jv-table-of-contents li:before {
      content: none; }

.post-template-post-gated-blog #singleContent p a,
.post-template-post-gated-blog #singleContent .text a,
.post-template-post-gated-blog #singleContent li a,
.resource-template-post-gated-blog #singleContent p a,
.resource-template-post-gated-blog #singleContent .text a,
.resource-template-post-gated-blog #singleContent li a {
  color: #862F7D;
  transition: color 0.3s ease;
  font-weight: 700; }
  .post-template-post-gated-blog #singleContent p a:hover,
  .post-template-post-gated-blog #singleContent .text a:hover,
  .post-template-post-gated-blog #singleContent li a:hover,
  .resource-template-post-gated-blog #singleContent p a:hover,
  .resource-template-post-gated-blog #singleContent .text a:hover,
  .resource-template-post-gated-blog #singleContent li a:hover {
    text-decoration: underline; }

.post-template-post-gated-blog #singleContent blockquote.is-style-fancy-quote,
.resource-template-post-gated-blog #singleContent blockquote.is-style-fancy-quote {
  margin-bottom: 5rem; }
  .post-template-post-gated-blog #singleContent blockquote.is-style-fancy-quote p,
  .resource-template-post-gated-blog #singleContent blockquote.is-style-fancy-quote p {
    font-weight: 500;
    margin-bottom: 1rem; }
  .post-template-post-gated-blog #singleContent blockquote.is-style-fancy-quote cite,
  .resource-template-post-gated-blog #singleContent blockquote.is-style-fancy-quote cite {
    color: #862F7D;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.6; }

.post-template-post-gated-blog #singleContent blockquote.green p, .post-template-post-gated-blog #singleContent blockquote.green:before,
.post-template-post-gated-blog #singleContent blockquote.green cite,
.resource-template-post-gated-blog #singleContent blockquote.green p,
.resource-template-post-gated-blog #singleContent blockquote.green:before,
.resource-template-post-gated-blog #singleContent blockquote.green cite {
  color: #048468 !important; }

.post-template-post-gated-blog #singleContent blockquote.ink p, .post-template-post-gated-blog #singleContent blockquote.ink:before,
.post-template-post-gated-blog #singleContent blockquote.ink cite,
.resource-template-post-gated-blog #singleContent blockquote.ink p,
.resource-template-post-gated-blog #singleContent blockquote.ink:before,
.resource-template-post-gated-blog #singleContent blockquote.ink cite {
  color: #1D1D35 !important; }

.post-template-post-gated-blog #singleContent blockquote.accent-green:before,
.post-template-post-gated-blog #singleContent blockquote.accent-green cite,
.resource-template-post-gated-blog #singleContent blockquote.accent-green:before,
.resource-template-post-gated-blog #singleContent blockquote.accent-green cite {
  color: #048468 !important; }

@media screen and (min-width: 1025px) {
  .post-template-post-gated-blog #singleContent blockquote,
  .resource-template-post-gated-blog #singleContent blockquote {
    width: 85%; }
    .post-template-post-gated-blog #singleContent blockquote.right,
    .resource-template-post-gated-blog #singleContent blockquote.right {
      transform: translateX(15%); }
    .post-template-post-gated-blog #singleContent blockquote.full,
    .resource-template-post-gated-blog #singleContent blockquote.full {
      width: 100%; } }

.post-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap,
.resource-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
  max-width: 860px; }
  .post-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap p a,
  .post-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap .text a,
  .post-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap li a,
  .resource-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap p a,
  .resource-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap .text a,
  .resource-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap li a {
    color: #FFD831; }
  @media screen and (max-width: 799px) {
    .post-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap,
    .resource-template-post-gated-blog #singleContent .alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
      max-width: 415px; } }

.post-template-post-gated-blog #singleContent .kt-blocks-accordion-title,
.resource-template-post-gated-blog #singleContent .kt-blocks-accordion-title {
  font-family: 'BasisGrotesquePro',sans-serif; }

.post-template-post-gated-blog #singleContent .kt-accordion-panel blockquote p,
.resource-template-post-gated-blog #singleContent .kt-accordion-panel blockquote p {
  font-size: 18px; }

.aboutVideo .imgCollorBg svg {
  height: 100%;
  width: 100%;
  transform: translate(1.5%, 7%); }

.whatWeDo.section {
  padding: 70px 0; }
  @media all and (max-width: 1279px) {
    .whatWeDo.section {
      padding: 30px 0 10px; } }
  @media all and (max-width: 799px) {
    .whatWeDo.section {
      padding: 10px 0 10px; } }

@media all and (max-width: 1279px) {
  .whatWeDo p + .btn {
    margin-top: 30px; } }

@media all and (max-width: 799px) {
  .whatWeDo p + .btn {
    margin-top: 20px; } }

.whatWeDo #wwdo_2 {
  transform: translate(0%, -40px); }

.whatWeDo .photoLine {
  margin-top: 40px; }
  .whatWeDo .photoLine .imgCollorBg {
    margin-bottom: 20px; }
    .whatWeDo .photoLine .imgCollorBg svg {
      transform: translate(4%, 3%); }
  .whatWeDo .photoLine .openGallery {
    font-weight: 900;
    color: #0881B0;
    padding: 5px 0;
    border-bottom: 2px solid #0881B0;
    display: inline-block;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    position: relative;
    cursor: pointer; }
    @media all and (max-width: 1279px) {
      .whatWeDo .photoLine .openGallery {
        margin-top: 25px;
        font-size: 12px;
        line-height: 1.1em; } }
    @media all and (max-width: 799px) {
      .whatWeDo .photoLine .openGallery {
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
        transform: translateX(-100%); }
        .whatWeDo .photoLine .openGallery_Wr {
          text-align: left; } }
    @media all and (max-width: 400px) {
      .whatWeDo .photoLine .openGallery {
        margin-top: 10px;
        font-size: 10px;
        transform: translateX(0%); } }

.whatWeLike {
  background: #F8F8F8;
  position: relative; }
  .whatWeLike.section {
    padding: 70px 0; }
    @media all and (max-width: 799px) {
      .whatWeLike.section {
        margin-top: 40px;
        padding: 60px 0; } }
  .whatWeLike_topBg {
    top: 0;
    left: 0;
    transform: translate(0%, -21%);
    width: 100%; }
    @media all and (max-width: 799px) {
      .whatWeLike_topBg {
        display: none; } }
  .whatWeLike_bottomBg {
    top: bottom;
    left: 0;
    transform: translate(0, -50%); }
    @media all and (max-width: 799px) {
      .whatWeLike_bottomBg {
        display: none; } }
  .whatWeLike .moreabout {
    font-weight: 900;
    display: inline-block;
    color: #0881B0;
    padding: 5px 0 0;
    line-height: 1.5em;
    border-bottom: 2px solid #0881B0; }
    @media all and (max-width: 799px) {
      .whatWeLike .moreabout {
        border-top: 2px solid #0881B0;
        border-bottom: none;
        text-decoration: none;
        margin-top: 25px;
        padding-top: 10px;
        padding-bottom: 5px; } }

.learnMoreAbout {
  color: #0981B0;
  border: #0981B0 solid 2px;
  position: relative;
  margin-top: 15px;
  size: 280px;
  z-index: 3;
  transition: all 0.5s ease; }
  @media all and (max-width: 1279px) {
    .learnMoreAbout {
      size: 175px; } }
  @media all and (max-width: 799px) {
    .learnMoreAbout {
      width: 100%;
      height: 150px; } }
  .learnMoreAbout:hover {
    color: #ffffff; }
    .learnMoreAbout:hover h6 {
      color: #ffffff; }
    .learnMoreAbout:hover:before {
      background: #0981B0; }
    .learnMoreAbout:hover .btn {
      background-color: #fff; }
      .learnMoreAbout:hover .btn span:before {
        background-image: url("../img/svg/arrow-blue-right.svg"); }
  .learnMoreAbout:before {
    transition: all 0.5s ease;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #F8F8F8; }
  .learnMoreAbout:after {
    content: "";
    height: 102.3%;
    width: 102.3%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/svg/stripe_blue.svg); }
    @media all and (max-width: 799px) {
      .learnMoreAbout:after {
        height: 104.3%; } }
  .learnMoreAbout h6 {
    z-index: 2;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 22px 15px 22px 24px;
    color: #0981B0; }
    @media all and (max-width: 1279px) {
      .learnMoreAbout h6 {
        padding: 13px;
        font-size: 16.5px; } }
    @media all and (max-width: 799px) {
      .learnMoreAbout h6 {
        max-width: 185px; } }
  .learnMoreAbout .btn {
    z-index: 2;
    position: absolute;
    right: 22px;
    bottom: 22px; }
  .learnMoreAbout a {
    z-index: 3;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.aboutSlider {
  position: relative;
  cursor: grab; }
  .aboutSlider .dragMe {
    cursor: grab;
    pointer-events: none;
    margin-top: 20%;
    margin-left: 30%; }
  .aboutSlider [data-slick-index="0"],
  .aboutSlider [data-slick-index="2"],
  .aboutSlider [data-slick-index="6"] {
    padding-top: 95px; }
    @media all and (max-width: 1279px) {
      .aboutSlider [data-slick-index="0"],
      .aboutSlider [data-slick-index="2"],
      .aboutSlider [data-slick-index="6"] {
        padding-top: 60px; } }
  .aboutSlider_in {
    padding: 70px 0 25px; }
    @media all and (max-width: 1279px) {
      .aboutSlider_in {
        padding: 0px; } }
    .aboutSlider_in .item {
      margin-right: 100px; }
      @media all and (max-width: 1279px) {
        .aboutSlider_in .item {
          margin-right: -40px;
          transform: scale(0.8); } }
      .aboutSlider_in .item img {
        max-height: 550px;
        max-width: 800px; }
    .aboutSlider_in .imgCollorBg {
      margin-right: 100px; }
      .aboutSlider_in .imgCollorBg svg {
        transform: translate(-4%, 3%); }
    .aboutSlider_in.slick-slider .slick-list {
      padding-bottom: 25px; }
      @media all and (max-width: 1279px) {
        .aboutSlider_in.slick-slider .slick-list {
          padding-bottom: 0px; } }
  .aboutSlider_nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    .aboutSlider_nav .aboutCounter {
      font-weight: 900;
      color: #BDB9B2; }
      .aboutSlider_nav .aboutCounter span {
        display: inline-block;
        width: 22px;
        text-align: center; }
      .aboutSlider_nav .aboutCounter .currentSl {
        color: #1D1D35; }
    .aboutSlider_nav button {
      transition: opacity .4s;
      background-color: #fff;
      opacity: .5; }
      .aboutSlider_nav button:hover {
        background-color: #fff;
        opacity: 1; }
    .aboutSlider_nav .aboutArrow {
      margin-right: 200px; }
      @media all and (max-width: 1279px) {
        .aboutSlider_nav .aboutArrow {
          margin-right: 0px; } }
      .aboutSlider_nav .aboutArrow .slick-next {
        right: 0; }

.whatWeMake {
  padding-top: 140px;
  padding-bottom: 120px; }
  .whatWeMake .text-center {
    margin-bottom: 100px; }
    @media all and (max-width: 1279px) {
      .whatWeMake .text-center {
        margin-bottom: 25px; }
        .whatWeMake .text-center br {
          display: none; } }
  .whatWeMake .imgChemichal {
    position: relative;
    z-index: 2; }
    .whatWeMake .imgChemichal img {
      transform: translateX(-7%);
      width: 770px;
      height: auto;
      max-width: none; }
      @media all and (max-width: 1679px) {
        .whatWeMake .imgChemichal img {
          width: 600px; } }
  .whatWeMake .infoBlock {
    position: relative;
    padding: 64px  64px  50px  64px;
    color: #fff;
    transform: translate(-10%, 0);
    z-index: 1; }
    @media all and (max-width: 1279px) {
      .whatWeMake .infoBlock {
        transform: translate(0%, 0); } }
    @media all and (max-width: 799px) {
      .whatWeMake .infoBlock {
        padding: 30px; } }
    .whatWeMake .infoBlock p {
      margin-bottom: 0;
      font-size: 17px; }
      @media all and (max-width: 799px) {
        .whatWeMake .infoBlock p {
          font-size: 16px;
          line-height: 1.75em; } }
    .whatWeMake .infoBlock:after, .whatWeMake .infoBlock:before {
      background-color: #1D1D35;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
    .whatWeMake .infoBlock:after {
      background-color: #6253FF;
      transform: translate(-3%, 4%);
      z-index: -2; }
    .whatWeMake .infoBlock .h7 {
      color: #fff;
      margin-bottom: 30px;
      line-height: 1.3em; }
    .whatWeMake .infoBlock + .btn {
      margin-top: 60px; }
      @media all and (max-width: 1279px) {
        .whatWeMake .infoBlock + .btn {
          margin: 60px auto 0;
          display: block; } }

.book-a-demo-hero > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 1fr;
  gap: 0 3rem; }

.book-a-demo-hero .book-a-demo-hero_heading {
  grid-column: 1 / 2;
  grid-row: 1 / 2; }

.book-a-demo-hero .book-a-demo-hero_stats {
  padding-top: 4.125rem;
  margin-top: 4.125rem;
  border-top: 2px solid #1D1D35;
  grid-column: 1 / 2;
  grid-row: 2 / 3; }

.book-a-demo-hero .request-a-demo-form-container {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(192, 192, 192, 0.5);
  border-radius: 8px;
  padding: 3.4375rem;
  background-color: white;
  grid-column: 2 / 3;
  grid-row: 1 / 3; }
  @media all and (max-width: 799px) {
    .book-a-demo-hero .request-a-demo-form-container {
      box-shadow: none;
      padding: 0;
      background-color: transparent;
      border-radius: 0; } }

@media all and (max-width: 799px) {
  .book-a-demo-hero > .wp-block-group__inner-container {
    gap: 0 0;
    grid-template-rows: auto; }
  .book-a-demo-hero .book-a-demo-hero_heading {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    padding-bottom: 3rem;
    background-color: white;
    position: relative; }
    .book-a-demo-hero .book-a-demo-hero_heading .h3 {
      font-weight: normal; }
    .book-a-demo-hero .book-a-demo-hero_heading:before {
      content: '';
      display: block;
      width: 100vw;
      margin-left: calc(-100vw / 2 + 100% / 2);
      margin-right: calc(-100vw / 2 + 100% / 2);
      max-width: 100vw;
      height: calc(100% + 20px);
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      background: white; }
    .book-a-demo-hero .book-a-demo-hero_heading > .wp-block-group__inner-container {
      position: relative;
      z-index: 99; }
  .book-a-demo-hero .book-a-demo-hero_stats {
    padding-top: 0;
    border-top: none;
    margin-top: 3.5625rem;
    margin-bottom: 1.25rem;
    grid-column: 1 / 3;
    grid-row: 3 / 4; }
  .book-a-demo-hero .request-a-demo-form-container {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    padding-bottom: 3rem;
    background-color: white;
    position: relative; }
    .book-a-demo-hero .request-a-demo-form-container:before {
      content: '';
      display: block;
      width: 100vw;
      margin-left: calc(-100vw / 2 + 100% / 2);
      margin-right: calc(-100vw / 2 + 100% / 2);
      max-width: 100vw;
      height: calc(100% + 20px);
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      background: white; } }

.CareersPage .topMain {
  top: 0;
  right: 0;
  width: 1456px;
  height: 1456px;
  transform: translate(11%, -42%) rotate(-51deg) scale(1);
  opacity: 0.05; }
  @media all and (max-width: 1679px) {
    .CareersPage .topMain {
      width: 1120px;
      height: 1120px;
      transform: translate(22%, -52%) rotate(-60deg); } }

.CareersPage .hiroBlock .textAndButton {
  margin-bottom: 54px; }

.CareersPage .hiroBlock .imgCollorBg svg {
  transform: translate(0.51%, 1.5%); }

@media all and (max-width: 799px) {
  .CareersPage .hiroBlock .imgWr {
    position: relative;
    height: 330px;
    width: 100vw; }
    .CareersPage .hiroBlock .imgWr .imgCollorBg {
      position: absolute;
      top: 0;
      right: 30px; }
  .CareersPage .hiroBlock img {
    height: 330px;
    width: auto;
    max-width: none; } }

@media all and (max-width: 1279px) {
  .CareersPage .whatWeDo.section {
    padding-top: 0; } }

.CareersPage .whatWeDo .photoLine .imgCollorBg svg,
.CareersPage .whatWeDo .imgCollorBg svg {
  transform: translate(-1%, 3%); }

@media all and (max-width: 799px) {
  .CareersPage .whatWeDo {
    width: 100vw; }
    .CareersPage .whatWeDo .container {
      max-width: 100%;
      transform: translate(5%, 0); }
    .CareersPage .whatWeDo .photoLine {
      margin-top: 5px; } }

.CareersPage .trustedBy {
  padding: 30px 0; }
  .CareersPage .trustedBy .bgCircle {
    line-height: 0;
    width: 100vw;
    width: 100%; }
    .CareersPage .trustedBy .bgCircle_heder {
      transform: translate(0, -86%); }
      @media all and (max-width: 799px) {
        .CareersPage .trustedBy .bgCircle_heder {
          transform: translate(0, -84%); } }
    .CareersPage .trustedBy .bgCircle_footer {
      top: auto;
      bottom: 0;
      transform: translate(0, 98%); }
  @media all and (max-width: 799px) {
    .CareersPage .trustedBy .clientBlock {
      display: none; } }
  @media all and (max-width: 799px) {
    .CareersPage .trustedBy .testimonialsSlider .item .position {
      transform: translateY(-100%); } }
  @media all and (max-width: 799px) {
    .CareersPage .trustedBy .testimonialsSlider .item_info .name {
      display: flex;
      align-self: end;
      transform: translateY(-100%); } }
  .CareersPage .trustedBy .testimonialsSlider .item_info .name span {
    display: inline-block;
    margin-right: 5px; }
  .CareersPage .trustedBy .testimonialsSlider .item .logo {
    display: none; }

.helpfulYourJob .h7 {
  margin-bottom: 2em; }

.jellyvisionBenefits {
  padding: 120px 0 0; }
  .jellyvisionBenefits .listBlock {
    padding-top: 50px; }
    .jellyvisionBenefits .listBlock li {
      line-height: 1.2;
      opacity: 1;
      padding-bottom: 1em;
      color: rgba(29, 29, 53, 0.7); }
      @media all and (max-width: 1279px) {
        .jellyvisionBenefits .listBlock li {
          padding-left: 1.7em; } }
      .jellyvisionBenefits .listBlock li:before {
        margin-top: 0.4em; }
  .jellyvisionBenefits .list_name {
    margin-bottom: 2em; }
    .jellyvisionBenefits .list_name span {
      font-weight: 900;
      padding: 0 .7em .1em !important;
      margin: 0 -.7em !important;
      line-height: 1.6em; }
  .jellyvisionBenefits .pW p {
    margin: 0; }
  .jellyvisionBenefits .textAndButton {
    justify-content: space-between;
    justify-content: flex-end; }
    @media all and (max-width: 1279px) {
      .jellyvisionBenefits .textAndButton {
        margin-top: 5px; } }
    @media all and (max-width: 799px) {
      .jellyvisionBenefits .textAndButton {
        margin-top: 25px; } }

.openPosition {
  padding: 140px 0;
  background: #F8F8F8; }
  .openPosition > .container {
    max-width: 960px;
    margin: 0 auto; }
  .openPosition #departmentSelect {
    display: none; }
  .openPosition .position {
    min-height: 660px; }
    .openPosition .position:empty {
      display: none; }
    .openPosition .position_category {
      padding: 40px 0; }
      .openPosition .position_category_title {
        padding-top: 40px;
        font-size: 22px;
        line-height: 1.3em;
        padding-bottom: 1em;
        border-bottom: solid 2px rgba(189, 185, 178, 0.3);
        margin-bottom: 8px;
        font-weight: 900; }
    .openPosition .position_item {
      display: flex;
      margin: 16px 0;
      padding: 26px 26px 26px 40px;
      border: solid 2px rgba(189, 185, 178, 0.3);
      background: #fff;
      align-items: center;
      transition: all 0.5s ease;
      position: relative; }
      @media all and (max-width: 799px) {
        .openPosition .position_item {
          flex-wrap: wrap; } }
      .openPosition .position_item:hover {
        border: solid 2px #0981B0; }
        .openPosition .position_item:hover span.btn {
          border: solid 2px #0981B0; }
          .openPosition .position_item:hover span.btn:after {
            opacity: 1; }
      .openPosition .position_item .position_link {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1; }
    .openPosition .position_name {
      font-size: 15px;
      font-weight: 900;
      width: 430px; }
      @media all and (max-width: 1279px) {
        .openPosition .position_name {
          width: 330px; } }
      .openPosition .position_name_sub {
        font-weight: normal;
        font-size: 15px; }
    @media all and (max-width: 799px) {
      .openPosition .position_name, .openPosition .position_position {
        flex: 1 0 50%; } }
    .openPosition .position_town {
      padding-right: 50px;
      font-size: 15px;
      font-weight: 500; }
    .openPosition .position_btn {
      margin-left: auto;
      user-select: none; }
      @media all and (max-width: 799px) {
        .openPosition .position_btn {
          padding-top: 10px;
          width: 100%; } }
      .openPosition .position_btn span.btn {
        text-align: left;
        width: 164px;
        color: #0981B0; }
        @media all and (max-width: 799px) {
          .openPosition .position_btn span.btn {
            width: 100%; } }
        .openPosition .position_btn span.btn:after {
          transition: opacity 0.5s ease;
          opacity: 0; }
        .openPosition .position_btn span.btn span {
          right: 15px; }

.anyQuestions h6 {
  margin-bottom: 0; }

@media all and (max-width: 1279px) {
  .bummerCertified.section {
    padding-top: 0px; } }

@media all and (max-width: 1279px) {
  .bummerCertified .section_line {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none; } }

.bummerCertified .imgCert {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  justify-content: space-between; }
  .bummerCertified .imgCert_item {
    padding: 55px 0; }
    @media all and (max-width: 799px) {
      .bummerCertified .imgCert_item {
        padding: 15px 0; } }
    .bummerCertified .imgCert_item img {
      width: 220px;
      height: auto; }
      @media all and (max-width: 799px) {
        .bummerCertified .imgCert_item img {
          width: 135px; } }
    .bummerCertified .imgCert_item_brek {
      width: 100%; }
      @media all and (max-width: 799px) {
        .bummerCertified .imgCert_item_brek {
          display: none; } }

.single-positions .topMain {
  top: 0;
  right: 0;
  width: 1344px;
  height: 1344px;
  transform: translate(50%, -20%) rotate(187deg) scale(1);
  opacity: .2; }

.single-positions header.page-header {
  padding-bottom: 45px;
  padding-top: 60px;
  margin-bottom: 0px;
  border-bottom: none; }

.single-positions h1.h2 {
  margin-bottom: 0.3em; }

.single-positions .categoryAndTown {
  padding-bottom: 1.5em; }

.single-positions .backTo {
  margin-bottom: 0px; }

.single-positions .applyBlock {
  margin-top: 225px;
  max-width: 336px;
  display: flex;
  flex-direction: column;
  margin-left: auto; }
  @media all and (max-width: 1279px) {
    .single-positions .applyBlock {
      margin-top: 25px;
      max-width: none; } }
  .single-positions .applyBlock p {
    line-height: 2em;
    opacity: 0.7;
    padding-bottom: 50px;
    border-bottom: solid 1px rgba(29, 29, 53, 0.1); }

.single-positions #grnhse_iframe #application {
  display: none; }

.categoryAndTown {
  opacity: 0.5; }

.greenhouse-input {
  width: 282px;
  user-select: none;
  border: 2px solid #e7e9eb;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  color: #1D1D35;
  height: 56px;
  line-height: 56px;
  background-color: #f8f8f8;
  border-radius: .25rem .25rem 0 0;
  transition: all .2s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  padding: 10px 40px 10px 20px;
  z-index: 10; }
  .greenhouse-input:hover {
    border-color: #0981b0; }
  .greenhouse-input:before {
    right: 20px;
    position: absolute;
    display: block;
    top: 50%;
    content: '';
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-image: url("../img/svg/arrow-black-down.svg");
    transition: all 0.15s ease-in-out;
    pointer-events: none;
    margin-top: -4px; }
  .greenhouse-input .greenhouse-options {
    display: none; }
  .greenhouse-input.is-active {
    border-color: #0981b0; }
    .greenhouse-input.is-active:before {
      transform: rotate(-180deg); }
    .greenhouse-input.is-active .greenhouse-options {
      display: block; }
  .greenhouse-input .greenhouse-options {
    position: absolute;
    display: none;
    width: 100%;
    width: calc(100% + 4px);
    overflow: visible;
    left: -2px;
    background-color: #ffffff;
    top: 100%;
    z-index: 2;
    border: 2px solid #0981b0;
    border-radius: 0 0 .25rem .25rem;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; }
    .greenhouse-input .greenhouse-options .greenhouse-option {
      left: 0;
      top: 0;
      width: 100%;
      height: 56px;
      line-height: 56px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0px 40px 0px 20px; }
      .greenhouse-input .greenhouse-options .greenhouse-option:hover {
        background-color: #f2f2f2; }
    .greenhouse-input .greenhouse-options:after {
      content: "";
      height: calc(100% + 55px + 7px);
      width: calc(100% + 7px);
      position: absolute;
      top: -55px;
      left: 0;
      z-index: -1;
      background-image: url(../img/svg/stripe_blue.svg);
      clip-path: polygon(calc(100% - 7px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 7px), calc(100% - 7px) calc(100% - 7px)); }

.greenhouse-current {
  opacity: 1;
  user-select: none; }

.CaseStudiesPage .hiroBlock {
  padding-bottom: 80px; }

.case_study_filter {
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  overflow-y: auto; }
  @media all and (max-width: 1679px) {
    .case_study_filter {
      justify-content: normal; } }

article.case_study {
  padding-bottom: 0px; }

.case_study {
  padding-bottom: 140px;
  position: relative; }
  .page-template .case_study:before, .page-template .case_study:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    z-index: 0; }
  .page-template .case_study:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #f7f7f7; }
  .page-template .case_study:before {
    z-index: 1;
    height: 200px;
    background-color: #fff; }
  .case_study #singleContent blockquote:not(.is-style-fancy-quote) p,
  .case_study #singleContent blockquote:not(.is-style-fancy-quote) cite {
    color: #862F7D !important;
    max-width: 800px; }
  .case_study #singleContent blockquote:not(.is-style-fancy-quote):before {
    background-image: url("../img/content/PurpleQuote.svg"); }
  .case_study_item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 16px;
    position: relative;
    z-index: 5; }
    .case_study_item:not([style*="display: none"]).stiky:not(.firstStyky) .case_study_item_img {
      background: #fff !important; }
    .case_study_item:not([style*="display: none"]).stiky.firstStyky {
      position: relative; }
      .case_study_item:not([style*="display: none"]).stiky.firstStyky:after {
        height: 50%;
        background-color: #fff;
        background-image: url(../img/ui/blogBgLine.svg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        margin: 0 calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw; }
    .case_study_item:not([style*="display: none"]).stiky.firstStyky, .case_study_item:not([style*="display: none"]).stiky:first-child {
      order: -1;
      flex: 0 0 100%;
      max-width: 100%; }
      .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner {
        padding: 0px;
        border: none;
        border-radius: 2px;
        background: transparent;
        height: 100%;
        position: relative;
        transition: color .3s ease; }
        .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner:after, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner:after {
          display: none !important; }
        .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner:hover:after, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner:hover:after {
          display: none; }
        .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner:hover .hoverBlock_cat, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner:hover .hoverBlock_cat {
          color: #00b8e0; }
        .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner:hover .hoverBlock_title, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner:hover .hoverBlock_title {
          color: inherit; }
        .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a {
          display: flex; }
          @media all and (max-width: 799px) {
            .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a {
              flex-direction: column; } }
          .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .case_study_item_info, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .case_study_item_info {
            width: 45%;
            display: flex;
            flex-direction: column;
            padding: 50px 10px 50px 50px;
            justify-content: center; }
            @media all and (max-width: 799px) {
              .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .case_study_item_info, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .case_study_item_info {
                width: 100%;
                padding: 32px 0px 50px 0px; } }
          .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .case_study_item_title, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .case_study_item_title {
            font-size: 40px;
            line-height: 1.2em;
            margin-bottom: 1em; }
            @media all and (max-width: 799px) {
              .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .case_study_item_title, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .case_study_item_title {
                font-size: 20px;
                margin-bottom: 1.5em; } }
          .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .percent_info, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .percent_info {
            display: block; }
            .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .percent_info ul li:empty, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .percent_info ul li:empty {
              display: none; }
            @media all and (max-width: 799px) {
              .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .percent_info ul li, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .percent_info ul li {
                font-size: 16px;
                line-height: 1.563em;
                padding-left: 1.87em;
                padding-bottom: 1.563em; } }
            .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .percent_info ul li br, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .percent_info ul li br {
              display: none; }
          .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .readmore, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .readmore {
            display: block; }
            .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .readmore .btn, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .readmore .btn {
              margin-top: 0;
              margin-right: 45px; }
          .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .case_study_item_img, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .case_study_item_img {
            width: 55%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 25px;
            background-color: #FF0007;
            min-height: 500px; }
            @media all and (max-width: 799px) {
              .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .case_study_item_img, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .case_study_item_img {
                width: 100%;
                min-height: 400px;
                height: 400px; } }
            .case_study_item:not([style*="display: none"]).stiky.firstStyky .case_study_item_inner a .case_study_item_img img, .case_study_item:not([style*="display: none"]).stiky:first-child .case_study_item_inner a .case_study_item_img img {
              max-width: 300px;
              height: auto;
              margin-bottom: 0px; }
    @media all and (max-width: 1279px) {
      .case_study_item {
        padding: 7px; } }
    @media all and (max-width: 799px) {
      .case_study_item {
        flex: 0 0 100%;
        max-width: 100%; } }
    .case_study_item_inner {
      padding: 32px 32px 60px; }
      @media all and (max-width: 1279px) {
        .case_study_item_inner {
          padding: 20px 20px 40px; } }
    .case_study_item .readmore,
    .case_study_item .percent_info {
      display: none; }
    .case_study_item_title {
      font-size: 27px;
      font-weight: 900;
      line-height: 1.2em; }
      @media all and (max-width: 1279px) {
        .case_study_item_title {
          font-size: 15px;
          line-height: 1.4em; } }
    .case_study_item_cat {
      transition: color 0.3s ease;
      color: #00B8E0;
      font-size: 12px;
      line-height: 1.1em;
      padding-bottom: 25px;
      text-transform: uppercase;
      font-weight: 900; }
      @media all and (max-width: 799px) {
        .case_study_item_cat {
          font-size: 10px;
          padding-bottom: 15px; } }
    .case_study_item_img {
      background-color: #fff; }
      .case_study_item_img img {
        width: 143px;
        height: auto;
        margin-bottom: 80px; }
        @media all and (max-width: 1279px) {
          .case_study_item_img img {
            width: 120px;
            margin-bottom: 60px; } }

.single-case_study #content {
  margin-top: 0px; }

.single-case_study .bgCircle {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 4200px;
  left: 0;
  transform: translate(-34%, -2%);
  z-index: 0; }
  @media all and (max-width: 799px) {
    .single-case_study .bgCircle {
      width: 1344px;
      transform: translate(-35%, -5%); } }

.single-case_study header.page-header {
  border-bottom: none;
  margin-bottom: 0px;
  position: relative; }
  @media all and (max-width: 799px) {
    .single-case_study header.page-header .backTo {
      margin-bottom: 40px; }
    .single-case_study header.page-header h1 {
      font-size: 24px;
      line-height: 30px; }
    .single-case_study header.page-header .case_img {
      display: none; } }
  .single-case_study header.page-header img {
    padding-bottom: 20px; }
  .single-case_study header.page-header .row {
    position: relative;
    z-index: 1; }

.single-case_study .backTo a {
  font-size: 12px;
  font-weight: 900;
  color: #00B8E0; }
  @media all and (max-width: 799px) {
    .single-case_study .backTo a {
      font-size: 10px; } }

@media all and (max-width: 799px) {
  .single-case_study #singleContent {
    padding-bottom: 100px; } }

.single-case_study #singleContent .socials {
  max-width: 312px;
  margin-top: 30px;
  text-align: center; }

.single-case_study #singleContent h6 {
  line-height: 1.4em;
  margin-bottom: 1.3em; }

.single-case_study .caseContent p {
  opacity: 0.7; }

.single-case_study .infoBlock {
  border-top: 3px solid #1D1D35;
  border-bottom: 3px solid #1D1D35; }
  .single-case_study .infoBlock_item {
    padding-bottom: 18px;
    font-size: 13px; }
    .single-case_study .infoBlock_item a {
      color: #FF774B; }

blockquote {
  margin: 50px 0 10px;
  padding: 50px 0 0px 70px;
  font-size: 16px;
  border-top: 1px solid #E7E9EB; }
  @media all and (max-width: 799px) {
    blockquote {
      padding: 120px 0 0px 0px; } }
  #singleContent blockquote p {
    font-size: 24px;
    line-height: 1.4;
    display: block;
    max-width: 500px;
    margin: 0.75rem auto 0.5rem; }
    @media all and (max-width: 799px) {
      #singleContent blockquote p {
        font-size: 20px; } }
  blockquote:before {
    content: "\201C";
    display: block;
    color: #00B8E0;
    font-size: 110px;
    left: -65px;
    top: 35px;
    position: relative;
    height: 0; }
    @media all and (max-width: 799px) {
      blockquote:before {
        left: 0;
        top: -25px; } }
  blockquote cite {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #03695E;
    opacity: 0.7;
    letter-spacing: 0.0625rem; }
    @media all and (max-width: 799px) {
      blockquote cite {
        padding-top: 2.9em; } }
    blockquote cite span {
      width: 50%; }
      @media all and (max-width: 799px) {
        blockquote cite span {
          padding: 12px 0;
          width: 100%; } }
      blockquote cite span:last-child {
        font-weight: 500;
        opacity: 0.5; }

.percentBlock {
  padding-top: 60px; }
  .percentBlock:empty {
    display: none; }
  @media all and (max-width: 1279px) {
    .percentBlock {
      margin-top: 0px;
      padding-top: 70px;
      border-top: none; } }
  @media all and (max-width: 799px) {
    .percentBlock {
      padding-top: 40px; } }
  .percentBlock_item {
    display: flex; }
    @media all and (max-width: 1279px) {
      .percentBlock_item {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media all and (max-width: 799px) {
      .percentBlock_item {
        padding-top: 15px;
        padding-bottom: 30px; } }
  .percentBlock .number {
    font-size: 100px;
    line-height: 1em;
    font-weight: 900;
    margin-right: 50px; }
    @media all and (max-width: 1279px) {
      .percentBlock .number {
        font-size: 61px;
        line-height: 1.1em; } }
    @media all and (max-width: 799px) {
      .percentBlock .number {
        font-size: 48px;
        line-height: 1.1em;
        margin-right: 25px; } }
  .percentBlock .description {
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
    opacity: 0.7; }
    @media all and (max-width: 799px) {
      .percentBlock .description {
        line-height: 1.563em; }
        .percentBlock .description br {
          display: none; } }

#relatedCaseStudy {
  padding-top: 100px;
  padding-bottom: 130px;
  background-color: #F8F8F8; }
  @media all and (max-width: 799px) {
    #relatedCaseStudy {
      padding-top: 64px;
      padding-bottom: 90px; } }
  #relatedCaseStudy .relatedCaseStudy_title {
    color: rgba(29, 29, 53, 0.5);
    font-weight: 900;
    padding-bottom: 5px; }
    @media all and (max-width: 799px) {
      #relatedCaseStudy .relatedCaseStudy_title {
        display: none; } }
  #relatedCaseStudy .case_study {
    display: flex;
    padding-bottom: 0px; }
  @media all and (max-width: 799px) {
    #relatedCaseStudy_item_inner {
      padding: 20px; } }

.post-type-archive-case_study .article_img {
  background-position: left center !important; }

.contact-hero > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 1fr;
  gap: 0 3rem; }

.contact-hero .contact-hero_heading {
  grid-column: 1 / 2;
  grid-row: 1 / 2; }

.contact-hero .contact-hero_stats {
  padding-top: 4.125rem;
  margin-top: 4.125rem;
  border-top: 2px solid #1D1D35;
  grid-column: 1 / 2;
  grid-row: 2 / 3; }

.contact-hero .contact-form-container {
  box-shadow: 0 0 30px rgba(192, 192, 192, 0.5);
  border-radius: 8px;
  padding: 3.4375rem;
  background-color: white;
  grid-column: 2 / 3;
  grid-row: 1 / 4; }
  @media all and (max-width: 799px) {
    .contact-hero .contact-form-container {
      box-shadow: none;
      padding: 0;
      background-color: transparent;
      border-radius: 0; } }

.contact-hero .contact-image {
  grid-column: 1 / 2;
  grid-row: 3 / 4; }

@media all and (max-width: 799px) {
  .contact-hero {
    padding-top: 2rem; }
    .contact-hero > .wp-block-group__inner-container {
      gap: 0 0;
      grid-template-rows: auto; }
    .contact-hero .contact-hero_heading {
      grid-column: 1 / 3;
      grid-row: 1 / 2;
      padding-bottom: 2rem;
      position: relative; }
      .contact-hero .contact-hero_heading > .wp-block-group__inner-container {
        position: relative;
        z-index: 99; }
    .contact-hero .contact-hero_stats {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 2rem;
      text-align: center;
      grid-column: 1 / 3;
      grid-row: 2 / 3; }
      .contact-hero .contact-hero_stats p br {
        display: block; }
    .contact-hero .contact-form-container {
      grid-column: 1 / 3;
      grid-row: 3 / 4;
      padding-bottom: 3rem;
      position: relative; }
    .contact-hero .contact-image {
      grid-column: 1 / 3;
      grid-row: 4 / 5; } }

.error404 #masthead {
  background-color: #f3f3f3; }

.error404 #content {
  padding-top: 188px;
  padding-bottom: 211px;
  background-color: #f3f3f3;
  overflow: hidden; }
  @media all and (max-width: 799px) {
    .error404 #content {
      padding: 0; } }

.container-404 {
  padding-top: 125px;
  padding-bottom: 75px;
  position: relative; }
  .container-404 .col-12 {
    position: relative;
    z-index: 10; }
  @media all and (max-width: 799px) {
    .container-404 {
      padding-top: 175px; } }

.style-404 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 490px;
  font-weight: 700;
  line-height: 1;
  color: white;
  transform: translate(-50%, -50%);
  z-index: 0; }
  @media all and (max-width: 799px) {
    .style-404 {
      font-size: 220px;
      display: flex;
      justify-content: center; } }

.faq.section {
  padding: 125px 0; }
  @media all and (max-width: 799px) {
    .faq.section {
      padding: 80px 0; } }

.faq #sidebar {
  position: relative; }

@media all and (max-width: 1279px) {
  .faq .contnt-faq {
    margin: 0 auto; } }

.faq_menu_inner {
  position: relative; }

.faq_menu ul {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: block;
  width: 100%;
  padding-left: 25%; }
  .faq_menu ul li {
    padding: 20px 0;
    line-height: 1.7em;
    opacity: inherit; }
    .faq_menu ul li:before {
      display: none; }

.faq_menu a {
  color: rgba(142, 12, 112, 0.5);
  font-size: 24px;
  line-height: 31px;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  font-weight: 900; }
  .faq_menu a:hover {
    border-bottom: 2px solid #8e0c70;
    color: #8e0c70; }

.faq_menu svg {
  top: 0;
  left: 0;
  position: relative;
  height: 525px;
  width: 525px;
  z-index: 1;
  transform: scale(-1, 1); }
  .faq_menu svg path {
    fill: rgba(142, 12, 112, 0.1); }

@media all and (max-width: 799px) {
  .faq .accordeon_subname {
    font-size: 20px;
    margin-top: 55px; } }

.faq .ac.is-active a {
  color: #0881b0; }

@media all and (max-width: 799px) {
  .faq .ac > .ac-q {
    font-size: 16px;
    padding: 30px 50px 30px 30px; } }

.site-footer {
  background-color: #1D1D35;
  color: white;
  padding-top: 8.375rem;
  padding-bottom: 8.375rem; }
  @media all and (max-width: 799px) {
    .site-footer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      text-align: center; } }
  .site-footer .container {
    max-width: 1196px;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem; }
    @media all and (max-width: 799px) {
      .site-footer .container {
        padding-left: 24px;
        padding-right: 24px; } }
  .site-footer .excerpt {
    display: none; }
  .site-footer .footer-logo {
    margin-top: -15px;
    width: 91px; }
    @media all and (max-width: 400px) {
      .site-footer .footer-logo {
        margin-top: 0px;
        width: 72px;
        line-height: 0; } }
    .site-footer .footer-logo img {
      width: 100%;
      height: auto; }
  .site-footer h2 {
    color: #fff; }
  .site-footer .h4 {
    margin-top: 53px;
    margin-bottom: 58px; }
    @media all and (max-width: 1279px) {
      .site-footer .h4 {
        max-width: none;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: -0.3px;
        margin-bottom: 0px; } }
    @media all and (max-width: 799px) {
      .site-footer .h4 {
        margin-bottom: 40px; } }
    @media all and (max-width: 400px) {
      .site-footer .h4 {
        margin-top: 42px;
        font-size: 24px; } }
  @media screen and (min-width: 1025px) {
    .site-footer #footer-menu #text-2,
    .site-footer #footer-menu #nav_menu-9 {
      margin-top: 2rem; }
      .site-footer #footer-menu #text-2 li:first-of-type,
      .site-footer #footer-menu #nav_menu-9 li:first-of-type {
        padding-top: 0; } }
  .site-footer #footer-menu ul {
    padding-left: 0;
    list-style: none; }
    .site-footer #footer-menu ul li {
      padding: 0 0 16px;
      font-weight: 500; }
      @media all and (max-width: 400px) {
        .site-footer #footer-menu ul li {
          padding: 12px 0 9px;
          letter-spacing: 0.23px; }
          .site-footer #footer-menu ul li:last-child {
            padding-bottom: 0; } }
      .site-footer #footer-menu ul li .label {
        display: none; }
      .site-footer #footer-menu ul li a:hover {
        text-decoration: underline; }
  .site-footer .footer-widgets {
    border-bottom: none;
    padding-top: 4em; }
  .site-footer img {
    display: inline-block; }
  .site-footer .widget {
    margin-bottom: 1.5em; }
    .site-footer .widget .textwidget {
      height: 100%; }
  .site-footer .socblock {
    position: relative;
    overflow: hidden; }
    @media all and (max-width: 799px) {
      .site-footer .socblock .lineWrap {
        order: 5; } }
    .site-footer .socblock .line {
      margin-top: 25px;
      padding-top: 50px;
      border-top: solid 1px rgba(255, 255, 255, 0.1); }
      @media all and (max-width: 1279px) {
        .site-footer .socblock .line {
          padding-top: 40px; } }
    @media all and (max-width: 799px) {
      .site-footer .socblock .row {
        flex-direction: column-reverse; } }
  .site-footer .socialsWrap {
    width: 100%;
    margin-top: -70px; }
    @media all and (max-width: 799px) {
      .site-footer .socialsWrap {
        padding-right: 0;
        padding-left: 0;
        margin-top: 0; } }
  .site-footer .socials {
    text-align: right; }
    @media all and (max-width: 799px) {
      .site-footer .socials {
        display: flex;
        justify-content: center;
        margin-top: 5px; }
        .site-footer .socials a {
          margin: 0 2px; } }
    .site-footer .socials a:last-child {
      margin-right: 0; }
    @media all and (max-width: 400px) {
      .site-footer .socials {
        text-align: center;
        padding-bottom: 40px;
        border-bottom: 2px solid white; }
        .site-footer .socials a {
          margin: 0 2px; } }

#footer-menu {
  text-align: left;
  margin-top: 4rem;
  padding-top: 4rem;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  display: flex;
  flex-wrap: wrap; }
  #footer-menu .widget_nav_menu {
    flex: 1; }
  #footer-menu h2 {
    font-size: 14px;
    line-height: 14px;
    margin: 0; }
  #footer-menu a {
    font-size: 17px; }
    #footer-menu a:hover {
      color: #FFD831; }
  @media all and (max-width: 799px) {
    #footer-menu {
      border-top: none;
      border-bottom: none;
      padding-top: 0;
      padding-bottom: 0; }
      #footer-menu .widget_nav_menu {
        flex: 100%; }
      #footer-menu h2 {
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        position: relative;
        width: 100%;
        display: block;
        letter-spacing: 2px;
        text-transform: uppercase;
        cursor: pointer; }
        #footer-menu h2:before {
          content: '\f078';
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          position: absolute;
          right: 1rem;
          top: 50%;
          transform: translateY(-50%); }
      #footer-menu a {
        color: #fff; }
      #footer-menu .menu {
        display: none; }
      #footer-menu .jv-expanded h2:before {
        content: '\f077'; }
      #footer-menu .jv-expanded .menu {
        display: block; }
      #footer-menu section {
        padding-top: 1.25rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #fff; }
        #footer-menu section:first-of-type {
          border-top: 2px solid #fff; } }

.page-how-alex-helps .topMain {
  width: 2240px;
  height: 2240px;
  transform: translate(6%, -59%) rotate(-65deg);
  opacity: 0.1; }
  @media all and (max-width: 1279px) {
    .page-how-alex-helps .topMain {
      width: 1680px;
      height: 1680px;
      transform: translate(24%, -65%) rotate(0deg); } }
  @media all and (max-width: 799px) {
    .page-how-alex-helps .topMain {
      width: 1120px;
      height: 1120px;
      transform: translate(37%, -56%) rotate(0deg); } }

.page-how-alex-helps .section > .container {
  z-index: auto; }

.page-how-alex-helps #navPage {
  right: 20px;
  list-style: none;
  margin: 0;
  position: fixed;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 6; }
  @media all and (max-width: 1279px) {
    .page-how-alex-helps #navPage {
      transform: translate(50%, -50%); } }
  @media all and (max-width: 799px) {
    .page-how-alex-helps #navPage {
      display: none; } }
  .page-how-alex-helps #navPage li a {
    text-decoration: none;
    padding: 16px;
    line-height: 0; }
    .page-how-alex-helps #navPage li a span {
      background: rgba(134, 134, 134, 0.2);
      display: block;
      width: 6px;
      height: 6px;
      text-decoration: none;
      border-radius: 100%;
      transition: all 0.3s ease; }
    .page-how-alex-helps #navPage li a:hover span {
      background: #666; }
  .page-how-alex-helps #navPage li.current a span {
    background: #FB5024; }

@media all and (max-width: 1279px) {
  .page-how-alex-helps .hiroBlock.section {
    padding-bottom: 10px; } }

.page-how-alex-helps .hiroBlock p {
  max-width: 570px;
  margin: 0 auto;
  letter-spacing: 0.15px; }
  @media all and (max-width: 1279px) {
    .page-how-alex-helps .hiroBlock p {
      line-height: 1.563em; } }

.page-how-alex-helps .forVideo {
  margin-top: 50px;
  padding: 72px 72px 125px;
  position: relative;
  background-color: #F3EFEA;
  margin-bottom: 80px; }
  @media all and (max-width: 1279px) {
    .page-how-alex-helps .forVideo {
      padding: 39px 57px 78px; } }
  @media all and (max-width: 799px) {
    .page-how-alex-helps .forVideo {
      padding: 30px 30px 136px; } }
  .page-how-alex-helps .forVideo .h3 {
    max-width: 450px;
    line-height: 1.3em; }
    @media all and (max-width: 1279px) {
      .page-how-alex-helps .forVideo .h3 {
        width: 310px;
        font-size: 29px;
        letter-spacing: -0.37px; } }
    @media all and (max-width: 799px) {
      .page-how-alex-helps .forVideo .h3 {
        width: 100%;
        font-size: 16px; } }
  .page-how-alex-helps .forVideo img {
    width: 585px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-11%, 13%); }
    @media all and (max-width: 1679px) {
      .page-how-alex-helps .forVideo img {
        width: 450px; } }
    @media all and (max-width: 1279px) {
      .page-how-alex-helps .forVideo img {
        transform: translate(-17%, 13%);
        width: 358px; } }
    @media all and (max-width: 799px) {
      .page-how-alex-helps .forVideo img {
        transform: translate(-11%, 74%);
        width: 197px; } }
  .page-how-alex-helps .forVideo .playBtn {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(50%, 50%); }
    @media all and (max-width: 1279px) {
      .page-how-alex-helps .forVideo .playBtn {
        transform: scale(0.75) translate(44%, 66%); } }
    @media all and (max-width: 799px) {
      .page-how-alex-helps .forVideo .playBtn {
        transform: scale(0.5) translate(0%, 100%); } }

.page-how-alex-helps .alexsHelpWork {
  padding-top: 90px;
  overflow: hidden; }
  .page-how-alex-helps .alexsHelpWork .container {
    position: relative;
    z-index: 3; }
  @media all and (max-width: 1279px) {
    .page-how-alex-helps .alexsHelpWork .alexsHelp {
      padding: 81px 0 85px; } }
  @media all and (max-width: 799px) {
    .page-how-alex-helps .alexsHelpWork .alexsHelp {
      padding: 0px 0 20px; } }
  @media all and (max-width: 1279px) {
    .page-how-alex-helps .alexsHelpWork .alexsHelp p {
      line-height: 25.07px; } }
  .page-how-alex-helps .alexsHelpWork .bgCircle {
    top: 0;
    left: 50%;
    width: 4032px;
    height: 4032px;
    transform: translate(-47%, 4%) rotate(110deg); }
    @media all and (max-width: 1279px) {
      .page-how-alex-helps .alexsHelpWork .bgCircle {
        transform: translate(-57%, 0.5%) rotate(0deg); } }
    @media all and (max-width: 799px) {
      .page-how-alex-helps .alexsHelpWork .bgCircle {
        width: 1120px;
        height: 1120px;
        transform: translate(-52%, 0.5%) rotate(0deg); } }
  @media all and (max-width: 1279px) {
    .page-how-alex-helps .alexsHelpWork .accordeon {
      margin: 28px 0; }
      .page-how-alex-helps .alexsHelpWork .accordeon .ac {
        margin-top: 13px; }
        .page-how-alex-helps .alexsHelpWork .accordeon .ac > .ac-q {
          padding: 18px 100px 16px 20px; } }

@media all and (max-width: 1279px) {
  .learnMore.section {
    padding: 46px 0 60px; } }

@media all and (max-width: 1279px) {
  .learnMore h5 {
    margin-bottom: 0; } }

.learnMore_wrap {
  padding-top: 48px;
  padding-bottom: 50px;
  height: 370px; }
  @media all and (max-width: 1279px) {
    .learnMore_wrap {
      height: 270px; } }
  @media all and (max-width: 799px) {
    .learnMore_wrap {
      height: auto;
      padding-bottom: 0px; }
      .learnMore_wrap > .row {
        overflow-x: scroll; } }

.learnMore_item {
  cursor: pointer;
  position: relative;
  padding: 10px;
  height: 290px;
  transition: all 0.3s ease; }
  @media all and (max-width: 1279px) {
    .learnMore_item {
      height: 190px; } }
  @media all and (max-width: 799px) {
    .learnMore_item {
      min-width: 176px; } }
  .learnMore_item:hover {
    height: auto; }
    .learnMore_item:hover .learnMore_item_bgBlock {
      padding-top: 100px; }
    .learnMore_item:hover .learnMore_item_icon {
      opacity: 1; }
  .learnMore_item_inner.hoverBlock_inner, .learnMore_item_inner {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media all and (max-width: 1279px) {
      .learnMore_item_inner.hoverBlock_inner, .learnMore_item_inner {
        padding: 5px; } }
  .learnMore_item_title {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 900;
    padding: 10px;
    padding-bottom: 50px; }
    @media all and (max-width: 1679px) {
      .learnMore_item_title {
        font-size: 16px; } }
    @media all and (max-width: 1279px) {
      .learnMore_item_title {
        font-size: 15px;
        min-height: 91px;
        padding: 10px 28px 15px 10px; } }
  .learnMore_item .btn {
    margin-left: auto;
    display: flex;
    margin-right: 15px;
    z-index: 2;
    position: relative; }
    @media all and (max-width: 1279px) {
      .learnMore_item .btn {
        transform: scale(0.62) translate(31%, -28%); } }
  .learnMore_item_icon {
    transition: all 0.3s ease;
    left: 15px;
    bottom: 10px;
    position: absolute;
    opacity: 0;
    z-index: 1;
    max-height: 161px; }
    @media all and (max-width: 1679px) {
      .learnMore_item_icon {
        max-height: 130px; } }
  .learnMore_item_bgBlock {
    padding-top: 25px;
    padding-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden; }
    .learnMore_item_bgBlock .bgCircle {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      width: 896px;
      height: 896px;
      transform: translate(54%, -2%) rotate(16deg);
      opacity: 1; }

.hsa_wrap {
  margin-top: 64px;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
  border-top: 1px solid gray;
  background-color: #1D1D35;
  color: #fff; }
  .hsa_wrap .inner {
    max-width: 700px;
    margin: 0 auto; }
  .hsa_wrap h3, .hsa_wrap p {
    color: #fff; }
  .hsa_wrap .btn {
    background-color: #FF8458;
    border: 2px solid #FF8458;
    border-radius: 50px;
    padding-left: 35px;
    padding-right: 35px; }
    .hsa_wrap .btn:hover {
      background-color: transparent; }

.trustedByLogo {
  padding-top: 50px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px; }
  @media all and (max-width: 799px) {
    .trustedByLogo {
      padding-top: 10px; } }
  .trustedByLogo h6 {
    width: 100%;
    font-size: 16px; }
    @media all and (max-width: 1279px) {
      .trustedByLogo h6 {
        font-size: 9.75px;
        margin-bottom: 35px; } }
  .trustedByLogo_line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .trustedByLogo_line img {
      height: 35px;
      width: auto; }
      @media all and (max-width: 1279px) {
        .trustedByLogo_line img {
          height: 20px; } }

.alexsCustomerExp {
  background-color: #013933;
  padding: 160px 0;
  position: relative; }
  .alexsCustomerExp h3.text-center {
    margin-bottom: 90px; }
    @media all and (max-width: 1279px) {
      .alexsCustomerExp h3.text-center {
        line-height: 34px;
        margin-bottom: 40px; } }
  .alexsCustomerExp .h1, .alexsCustomerExp .h2, .alexsCustomerExp .h3, .alexsCustomerExp .h4, .alexsCustomerExp .h5, .alexsCustomerExp h1, .alexsCustomerExp h2, .alexsCustomerExp h3, .alexsCustomerExp h4, .alexsCustomerExp h5 {
    color: #fff; }
  .alexsCustomerExp p {
    color: #fff; }
    .alexsCustomerExp p:first-child {
      margin-top: 0; }
    .alexsCustomerExp p + h5 {
      margin: 56px 0; }
      @media all and (max-width: 1279px) {
        .alexsCustomerExp p + h5 {
          margin: 35px 0; } }
    @media all and (max-width: 1279px) {
      .alexsCustomerExp p {
        line-height: 1.563em; } }
    @media all and (max-width: 799px) {
      .alexsCustomerExp p {
        margin: 1.563em 0; } }
  .alexsCustomerExp .bgCircle {
    left: 0;
    width: 100%; }
    .alexsCustomerExp .bgCircle.bgCircle_heder {
      top: 0;
      transform: translate(0, -30%); }
    .alexsCustomerExp .bgCircle.bgCircle_footer {
      bottom: 0;
      transform: translate(0, 30%); }
  .alexsCustomerExp blockquote {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .alexsCustomerExp blockquote p {
      opacity: 1;
      font-weight: 900; }
    .alexsCustomerExp blockquote cite {
      font-size: 12px;
      line-height: 2em;
      color: rgba(255, 255, 255, 0.5);
      padding-right: 30%; }
    @media all and (max-width: 1279px) {
      .alexsCustomerExp blockquote {
        border-top: none;
        margin-top: 0; }
        .alexsCustomerExp blockquote p {
          line-height: 22px;
          letter-spacing: 0.08px; }
        .alexsCustomerExp blockquote:before {
          top: 25px;
          font-size: 75px; }
        .alexsCustomerExp blockquote cite {
          padding-right: 0%;
          font-size: 16px;
          font-weight: 500;
          line-height: 20px;
          padding-top: 20px; } }
    @media all and (max-width: 799px) {
      .alexsCustomerExp blockquote {
        padding-left: 60px;
        padding-top: 40px; }
        .alexsCustomerExp blockquote:before {
          left: -60px;
          top: 27px;
          position: relative; } }
  .alexsCustomerExp .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .alexsCustomerExp .col img {
      vertical-align: middle;
      width: 100%; }
    .alexsCustomerExp .col .imgCollorBg.verticalPhoto svg {
      transform: translate(4%, 3%) scaleY(1.4); }
    .alexsCustomerExp .col .imgCollorBg svg {
      transform: translate(4%, 3%); }
  .alexsCustomerExp .block_1 blockquote {
    display: none; }
    @media all and (max-width: 1279px) {
      .alexsCustomerExp .block_1 blockquote {
        display: block; } }
  @media all and (max-width: 1279px) {
    .alexsCustomerExp .block_2 blockquote {
      display: none; } }
  @media all and (max-width: 799px) {
    .alexsCustomerExp .block_2 blockquote {
      display: block; } }

.section.successTeam {
  padding: 120px 0 0; }
  @media all and (max-width: 1279px) {
    .section.successTeam {
      padding: 95px 0 0; }
      .section.successTeam p {
        line-height: 1.563em; }
        .section.successTeam p + .btn {
          margin-top: 40px; } }
  .section.successTeam .svgBg_wrap {
    transform: translate(0%, -55%);
    margin-bottom: 30px; }
    @media all and (max-width: 1279px) {
      .section.successTeam .svgBg_wrap {
        transform: translate(0%, 0%); } }
  @media all and (max-width: 799px) {
    .section.successTeam .btn {
      margin-bottom: 45px; } }

.alexCentral {
  padding-bottom: 100px; }
  .alexCentral p {
    margin-top: 0; }
  .alexCentral > .container {
    padding-top: 140px;
    border-top: 1px solid #E7E9EB; }
    @media all and (max-width: 1279px) {
      .alexCentral > .container {
        border-top: none;
        padding-top: 40px; } }
    @media all and (max-width: 799px) {
      .alexCentral > .container {
        padding-top: 0px; } }
  .alexCentral_item {
    padding-top: 45px;
    padding-bottom: 45px; }
    @media all and (max-width: 1279px) {
      .alexCentral_item {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .alexCentral_item h6 {
      padding-top: 50px;
      line-height: 1.3em;
      position: relative;
      overflow: hidden; }
      .alexCentral_item h6:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        top: 0;
        background-color: #F491D6; }
        @media all and (max-width: 799px) {
          .alexCentral_item h6:before {
            display: none; } }
      @media all and (max-width: 1279px) {
        .alexCentral_item h6 {
          padding-top: 36px;
          font-size: 13.63px;
          line-height: 19.5px;
          padding-left: 0%; } }
      @media all and (max-width: 799px) {
        .alexCentral_item h6 {
          width: auto;
          margin-bottom: 10px; } }
    @media all and (max-width: 799px) {
      .alexCentral_item:nth-child(even) {
        flex-direction: column-reverse; } }
    .alexCentral_item:nth-child(even) h6 {
      padding-left: 0%; }
      @media all and (max-width: 799px) {
        .alexCentral_item:nth-child(even) h6 {
          padding-right: 0%; } }
    .alexCentral_item:nth-child(2n) h6:before {
      background-color: #FF8458; }
    .alexCentral_item:nth-child(3n) h6:before {
      background-color: #72E0C0; }

.insights .itemBlog {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
  @media all and (max-width: 1679px) {
    .insights .itemBlog {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media all and (max-width: 1279px) {
    .insights .itemBlog {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media all and (max-width: 799px) {
    .insights .itemBlog {
      flex: 0 0 100%;
      max-width: 100%; } }

.insights .itemBlog_img img {
  height: auto; }

.insights .hiroBlock {
  padding-bottom: 75px; }

.insights .newsletter-signup h3 {
  font-size: 18px !important; }

.insights .newsletter-signup .mktoForm {
  max-width: 500px;
  margin: 0 auto; }
  .insights .newsletter-signup .mktoForm #Email {
    border: none;
    background-color: #f8f8f8 !important; }
  .insights .newsletter-signup .mktoForm .mktoButtonRow button {
    display: block;
    text-align: center; }

@media screen and (min-width: 960px) {
  .insights .newsletter-signup {
    margin: 0 auto 64px !important; }
    .insights .newsletter-signup h3 {
      font-size: 18px !important; } }

.colorBgNews {
  position: relative; }
  .colorBgNews:before, .colorBgNews:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    z-index: 0; }
  .colorBgNews:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #f7f7f7; }
  @media screen and (min-width: 960px) {
    .colorBgNews:before {
      z-index: 1;
      height: 448px;
      background-color: #fff; } }

.blogContent.section {
  overflow: hidden; }

.blogContent .bgCircle_top {
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(0%, 29%); }

.blogContent .bgCircle_bottom {
  bottom: 0;
  display: none; }

.blogContent.blogBlock {
  padding: 140px 0;
  position: relative;
  background-color: #F7F7F7;
  background-clip: content-box; }
  @media all and (max-width: 799px) {
    .blogContent.blogBlock {
      background-clip: unset; } }
  .home .blogContent.blogBlock {
    padding: 140px 0 0px; }
    @media all and (max-width: 1279px) {
      .home .blogContent.blogBlock .btnBlog {
        padding-bottom: 75px; } }
    @media all and (max-width: 799px) {
      .home .blogContent.blogBlock .btnBlog {
        padding-bottom: 5px; } }
  @media all and (max-width: 1679px) {
    .blogContent.blogBlock {
      padding: 100px 0 10px; } }

.blogContent .btn {
  display: flex;
  margin-left: auto;
  margin-top: 27px; }

.blogContent .mainNewsBlog {
  position: relative;
  z-index: 1; }
  .blogContent .mainNewsBlog:after {
    content: "";
    position: absolute;
    height: 50%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    top: 0;
    right: 0;
    margin: 0px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    z-index: -1; }
  .blogContent .mainNewsBlog .itemBlog_info {
    padding-left: 25px; }
    @media all and (max-width: 1279px) {
      .blogContent .mainNewsBlog .itemBlog_info {
        padding-left: 0px; } }
  .blogContent .mainNewsBlog .itemBlog_img {
    margin-bottom: 0px;
    height: auto;
    background-color: #fff;
    height: 100%; }
    @media all and (max-width: 1279px) {
      .blogContent .mainNewsBlog .itemBlog_img {
        margin-bottom: 25px; } }
  .blogContent .mainNewsBlog .itemBlog_title {
    font-size: 40px;
    line-height: 1.2em;
    margin: 30px 0 50px; }
    @media all and (max-width: 1679px) {
      .blogContent .mainNewsBlog .itemBlog_title {
        font-size: 30px;
        margin: 20px 0 30px; } }
    @media all and (max-width: 799px) {
      .blogContent .mainNewsBlog .itemBlog_title {
        font-size: 20px; } }
  .blogContent .mainNewsBlog .itemBlog_category {
    color: #E55A38; }
  .blogContent .mainNewsBlog .itemBlog_text {
    line-height: 2em;
    color: rgba(29, 29, 53, 0.7);
    margin-bottom: 50px; }
  .blogContent .mainNewsBlog .itemBlog_readmore {
    margin-bottom: 45px;
    font-size: 17px;
    font-weight: 900; }
    @media all and (max-width: 1679px) {
      .blogContent .mainNewsBlog .itemBlog_readmore {
        margin-bottom: 16px; } }
    .blogContent .mainNewsBlog .itemBlog_readmore a {
      display: inline-flex;
      align-items: center; }
    .blogContent .mainNewsBlog .itemBlog_readmore .btn {
      margin-top: 0px;
      margin-right: 45px; }

.blogContent .btnBlog {
  padding-bottom: 5px; }

.blogContent .itemBlogGroup {
  display: flex;
  width: 100%;
  position: relative; }
  @media all and (max-width: 1279px) {
    .home .blogContent .itemBlogGroup {
      padding: 0 8px; } }
  @media all and (max-width: 799px) {
    .blogContent .itemBlogGroup {
      flex-wrap: nowrap;
      overflow-x: none;
      overflow-y: auto;
      padding-bottom: 25px; } }
  @media all and (max-width: 1279px) {
    .blogContent .itemBlogGroup .itemBlog {
      padding-right: 6px;
      padding-left: 6px; } }
  @media all and (max-width: 799px) {
    .blogContent .itemBlogGroup .itemBlog {
      padding-right: 10px;
      padding-left: 10px;
      min-width: 270px;
      max-width: 270px; } }
  @media all and (max-width: 1279px) {
    .blogContent .itemBlogGroup .itemBlog_img {
      height: 165px; } }

.blogContent .itemBlog {
  margin: 20px 0;
  position: relative;
  z-index: 5; }
  .blogContent .itemBlog_inner {
    padding: 32px; }
    @media all and (max-width: 1679px) {
      .blogContent .itemBlog_inner {
        padding: 20px; } }
    .blogContent .itemBlog_inner > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .blogContent .itemBlog_img {
    margin-bottom: 32px;
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blogContent .itemBlog_img img {
      display: inline-block; }
    @media all and (max-width: 1679px) {
      .blogContent .itemBlog_img {
        height: 235px; } }
    @media all and (max-width: 1279px) {
      .blogContent .itemBlog_img {
        height: 152px; } }
    @media all and (max-width: 799px) {
      .blogContent .itemBlog_img {
        height: auto; } }
  .blogContent .itemBlog_category {
    color: #048468;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.01em;
    font-weight: 900; }
  .blogContent .itemBlog_title {
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 900;
    margin: 20px 0 30px; }
    @media all and (max-width: 1279px) {
      .blogContent .itemBlog_title {
        font-size: 15px; } }
    @media all and (max-width: 799px) {
      .blogContent .itemBlog_title {
        font-size: 20px; } }
  .blogContent .itemBlog_tag {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3em;
    color: rgba(29, 29, 53, 0.5);
    position: relative;
    z-index: 2;
    height: 32px;
    overflow: hidden; }

.fixFilter {
  padding-top: 60px;
  background-color: #F7F7F7; }

body.open_filter_panel {
  overflow: hidden; }

#jelly_filters + div {
  background: #F7F7F7; }

#jelly_filters {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.15);
  z-index: 10;
  width: 100vw !important; }
  #jelly_filters #closeMoreFilter {
    display: none;
    size: 56px;
    background-color: rgba(9, 129, 176, 0.1);
    position: absolute;
    right: 20px;
    top: 13px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    line-height: 56px;
    font-size: 40px;
    font-weight: 300;
    color: #0981B0; }
    #jelly_filters #closeMoreFilter span {
      display: block;
      transform: rotate(45deg) translateY(1%); }
    #jelly_filters #closeMoreFilter:before {
      z-index: 100;
      content: '';
      height: 110%;
      width: 75px;
      top: -5%;
      left: 0;
      transform: translateX(-77px);
      position: absolute;
      background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0, #fff 31%, #fff 100%); }
      @media all and (max-width: 799px) {
        #jelly_filters #closeMoreFilter:before {
          width: 50px;
          transform: translateX(-52px); } }
  #jelly_filters .filter_post {
    background: #ffffff; }
    #jelly_filters .filter_post .filter_panel {
      max-height: 500px;
      overflow-y: auto;
      position: absolute;
      z-index: 15;
      bottom: 0;
      width: 100%;
      left: 0;
      background-color: #fff; }
    #jelly_filters .filter_post .filter_panel_second {
      display: none;
      box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.15);
      padding: 15px 40px; }
      #jelly_filters .filter_post .filter_panel_second_wr {
        background-color: #fff;
        position: relative;
        z-index: 20; }
      @media all and (max-width: 799px) {
        #jelly_filters .filter_post .filter_panel_second {
          justify-content: center;
          padding: 15px 20px; } }
      .open_filter_panel #jelly_filters .filter_post .filter_panel_second {
        display: flex; }
      #jelly_filters .filter_post .filter_panel_second button {
        margin: 0 15px; }
        #jelly_filters .filter_post .filter_panel_second button.apply {
          padding: 0 40px;
          margin-right: 0; }
        #jelly_filters .filter_post .filter_panel_second button.reset {
          padding: 0 12px;
          margin-right: 0;
          margin-left: auto;
          color: #000; }
          @media all and (max-width: 799px) {
            #jelly_filters .filter_post .filter_panel_second button.reset {
              border: 2px solid #0881b0; } }
        @media all and (max-width: 799px) {
          #jelly_filters .filter_post .filter_panel_second button.apply, #jelly_filters .filter_post .filter_panel_second button.reset {
            width: 156px;
            margin: 0 7.5px;
            height: 48px;
            line-height: 48px; } }
      #jelly_filters .filter_post .filter_panel_second .activenow {
        color: #BDB9B2;
        font-size: 16px;
        font-weight: 900;
        line-height: 54px; }
        @media all and (max-width: 799px) {
          #jelly_filters .filter_post .filter_panel_second .activenow {
            display: none; } }
    #jelly_filters .filter_post .filter_wraper {
      padding-bottom: 80px;
      display: none; }
      @media all and (max-width: 1279px) {
        #jelly_filters .filter_post .filter_wraper {
          padding-right: 40px;
          padding-left: 40px; } }
    #jelly_filters .filter_post h3 {
      color: #1D1D35;
      font-size: 12px;
      padding-top: 30px;
      padding-bottom: 10px;
      margin-bottom: 30px;
      border-bottom: #f2f2f2 2px solid;
      text-transform: uppercase;
      width: 100%; }
    #jelly_filters .filter_post_topic label, #jelly_filters .filter_post_cat label {
      display: block;
      position: relative;
      padding-left: 55px;
      margin-bottom: 24px;
      cursor: pointer;
      font-size: 16px;
      user-select: none;
      line-height: 24px;
      user-select: none; }
      @media all and (max-width: 799px) {
        #jelly_filters .filter_post_topic label, #jelly_filters .filter_post_cat label {
          font-size: 14px;
          padding-left: 40px; } }
      #jelly_filters .filter_post_topic label input, #jelly_filters .filter_post_cat label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      #jelly_filters .filter_post_topic label .checkmark, #jelly_filters .filter_post_cat label .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 24px;
        width: 24px;
        border: 2px solid #E7E9EB;
        border-radius: 2px;
        background-color: #F8F8F8; }
        #jelly_filters .filter_post_topic label .checkmark:after, #jelly_filters .filter_post_cat label .checkmark:after {
          content: '';
          position: absolute;
          display: none;
          left: 8px;
          top: 4px;
          width: 6px;
          height: 10px;
          border: solid #2BC763;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); }
      #jelly_filters .filter_post_topic label:hover input ~ .checkmark, #jelly_filters .filter_post_cat label:hover input ~ .checkmark {
        background-color: #ccc; }
      #jelly_filters .filter_post_topic label input:checked ~ .checkmark, #jelly_filters .filter_post_cat label input:checked ~ .checkmark {
        border: 2px solid #2BC763;
        background-color: rgba(43, 199, 99, 0.1); }
        #jelly_filters .filter_post_topic label input:checked ~ .checkmark:after, #jelly_filters .filter_post_cat label input:checked ~ .checkmark:after {
          display: block; }
      #jelly_filters .filter_post_topic label input:checked ~ .checbox_name, #jelly_filters .filter_post_cat label input:checked ~ .checbox_name {
        color: #2BC763; }
      #jelly_filters .filter_post_topic label:after, #jelly_filters .filter_post_cat label:after {
        content: "";
        position: absolute;
        display: none; }
    #jelly_filters .filter_post_topic_inner {
      height: 230px;
      display: flex;
      flex-wrap: wrap; }
    #jelly_filters .filter_post_topic label {
      width: 50%; }
      @media all and (max-width: 799px) {
        #jelly_filters .filter_post_topic label {
          width: 100%; } }
    #jelly_filters .filter_post_main {
      text-align: center;
      padding-top: 13px;
      padding-bottom: 13px;
      position: relative;
      display: flex;
      background-color: #fff; }
      #jelly_filters .filter_post_main .apply,
      #jelly_filters .filter_post_main #openMoreFilter {
        transition: background 0.5s ease;
        font-size: 16px;
        padding: 16px 16px;
        border-radius: 2px;
        cursor: pointer;
        border: 2px solid #0981B0;
        background-color: #0981B0;
        color: #fff;
        font-weight: 900;
        height: 55px;
        box-shadow: 0 -1px 4px 0 rgba(65, 64, 66, 0.2); }
        #jelly_filters .filter_post_main .apply:hover,
        #jelly_filters .filter_post_main #openMoreFilter:hover {
          background-color: #0071a0;
          border-color: #0071a0; }
      #jelly_filters .filter_post_main #openMoreFilter {
        padding-right: 42px; }
        @media all and (max-width: 1279px) {
          #jelly_filters .filter_post_main #openMoreFilter {
            size: 56px;
            min-width: 56px;
            padding: 0px;
            line-height: 52px;
            border-radius: 100%; }
            #jelly_filters .filter_post_main #openMoreFilter .clearCheck {
              display: none; }
            #jelly_filters .filter_post_main #openMoreFilter .howchek {
              margin-left: 0px;
              display: block; }
              #jelly_filters .filter_post_main #openMoreFilter .howchek:before {
                content: '+'; }
              #jelly_filters .filter_post_main #openMoreFilter .howchek:after {
                content: ''; }
            #jelly_filters .filter_post_main #openMoreFilter .btnTitle {
              display: none; } }
        #jelly_filters .filter_post_main #openMoreFilter.open {
          opacity: 0; }
      #jelly_filters .filter_post_main .apply {
        margin-left: auto;
        width: 115px; }
        #jelly_filters .filter_post_main .apply .square {
          width: 12px;
          height: 12px;
          border-radius: 4px;
          background-color: #fff;
          animation: loadingG 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite; }
          #jelly_filters .filter_post_main .apply .square-holder {
            margin-left: -40%; }

@keyframes loadingG {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  50% {
    transform: translate(70px, 0) rotate(360deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }
      #jelly_filters .filter_post_main .filter_post_main_inner {
        margin-left: auto;
        margin-right: 15px;
        overflow: auto;
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 145px; }
        @media all and (max-width: 1279px) {
          #jelly_filters .filter_post_main .filter_post_main_inner {
            margin-right: 45px;
            padding-left: 100px; } }
        @media (max-width: 1012px) {
          #jelly_filters .filter_post_main .filter_post_main_inner {
            padding-left: 0px; } }
        @media all and (max-width: 799px) {
          #jelly_filters .filter_post_main .filter_post_main_inner {
            padding-left: 0px;
            margin-right: 35px; } }
        #jelly_filters .filter_post_main .filter_post_main_inner.disable {
          opacity: 0.7;
          cursor: auto; }
          #jelly_filters .filter_post_main .filter_post_main_inner.disable:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute; }
      #jelly_filters .filter_post_main #openMoreFilter {
        position: relative;
        margin-left: auto;
        margin-right: 15px; }
        #jelly_filters .filter_post_main #openMoreFilter:before {
          z-index: 100;
          content: '';
          height: 110%;
          width: 75px;
          top: -5%;
          left: 0;
          transform: translateX(-77px);
          position: absolute;
          background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 31%, white 100%); }
          @media all and (max-width: 799px) {
            #jelly_filters .filter_post_main #openMoreFilter:before {
              width: 50px;
              transform: translateX(-52px); } }
        #jelly_filters .filter_post_main #openMoreFilter .howchek {
          margin-left: 5px; }
          #jelly_filters .filter_post_main #openMoreFilter .howchek:before {
            content: '('; }
          #jelly_filters .filter_post_main #openMoreFilter .howchek:after {
            content: ')'; }
          #jelly_filters .filter_post_main #openMoreFilter .howchek:empty {
            margin-left: 0; }
            #jelly_filters .filter_post_main #openMoreFilter .howchek:empty:before, #jelly_filters .filter_post_main #openMoreFilter .howchek:empty:after {
              content: ''; }
            @media all and (max-width: 1279px) {
              #jelly_filters .filter_post_main #openMoreFilter .howchek:empty:before {
                content: '+'; } }
        #jelly_filters .filter_post_main #openMoreFilter .clearCheck {
          size: 12px;
          font-size: 23px;
          line-height: 16px;
          font-weight: 400;
          position: absolute;
          right: 16px;
          transition: transform 0.5s ease;
          transform: translate(0, 15%) rotate(0deg); }
        #jelly_filters .filter_post_main #openMoreFilter.open .clearCheck {
          transform: rotate(45deg); }
      #jelly_filters .filter_post_main .apply {
        right: 0;
        left: auto; }
      #jelly_filters .filter_post_main label {
        font-weight: 900;
        cursor: pointer;
        font-size: 16px;
        padding: 16px 33px;
        margin: 0 10px;
        border: 2px solid #E7E9EB;
        border-radius: 32px;
        background-color: #fff;
        display: inline-block;
        flex: 0 0 auto;
        position: relative;
        user-select: none; }
        #jelly_filters .filter_post_main label span {
          opacity: 1;
          transition: opacity 0.3s ease; }
        #jelly_filters .filter_post_main label.disable_label:before {
          content: "...";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          text-align: center;
          line-height: 38px;
          font-size: 30px; }
        #jelly_filters .filter_post_main label.disable_label span {
          opacity: 0; }
        @media all and (max-width: 1279px) {
          #jelly_filters .filter_post_main label {
            padding: 14px 16px;
            min-width: 92px; } }
        @media all and (max-width: 799px) {
          #jelly_filters .filter_post_main label {
            min-width: 32px;
            font-size: 12px;
            margin: 0 5px;
            padding: 6px 16px; } }
        #jelly_filters .filter_post_main label:hover {
          background-color: #ccc; }
      #jelly_filters .filter_post_main input {
        display: none; }
      #jelly_filters .filter_post_main input:checked + label {
        color: #fff;
        background-color: #F18A64;
        border-color: #F18A64; }

.nothinfound {
  text-align: center;
  padding-bottom: 70px;
  min-height: 500px; }

.loadNews {
  width: 100%; }

@media all and (max-width: 799px) {
  .home {
    text-align: center; } }

.home .topMain {
  width: 1174.88px;
  height: 1174.88px;
  transform: translate(46%, -25%) rotate(-17deg) scale(1);
  opacity: 0.5; }
  @media all and (max-width: 1679px) {
    .home .topMain {
      transform: translate(53%, -30%) rotate(-20deg) scale(0.7); } }
  @media all and (max-width: 799px) {
    .home .topMain {
      transform: translate(33%, -47%) rotate(-4deg) scale(0.7); } }

.home .hiroBlock img {
  height: 100%;
  width: 565px;
  max-width: none;
  transform: translate(-17%, -5%); }
  @media all and (max-width: 1679px) {
    .home .hiroBlock img {
      transform: translate(0%, -5%); } }
  @media all and (max-width: 799px) {
    .home .hiroBlock img {
      margin-top: 20px; } }

@media all and (max-width: 1679px) {
  .home .forVideo {
    max-width: 744px;
    margin: 0 auto; } }

.alexsHelp {
  padding: 0 0 85px; }
  .alexsHelp img {
    width: 622px;
    max-width: none;
    transform: translate(0%, 0%); }
    @media all and (max-width: 1279px) {
      .alexsHelp img {
        width: 432px;
        transform: translate(-40%, 0%); } }
  .alexsHelp p {
    color: rgba(29, 29, 53, 0.7); }

.alexsWork {
  padding: 85px 0 150px; }
  @media all and (max-width: 1679px) {
    .alexsWork {
      padding: 80px 0 100px; } }

.alexsHelpWork {
  position: relative; }
  .alexsHelpWork .bgCircle {
    top: 0%;
    left: 50%;
    width: 3050px;
    height: 1580px;
    transform: translate(-51%, -3%); }
    .alexsHelpWork .bgCircle svg {
      height: 100%;
      width: 100%; }

.usedBy {
  background-color: #244A46;
  padding: 145px 0;
  overflow: hidden;
  position: relative; }
  @media all and (max-width: 1679px) {
    .usedBy {
      padding: 90px 0; } }
  .usedBy .container-fluid,
  .usedBy .container {
    position: relative;
    z-index: 1; }
  .usedBy .usedByCircle1,
  .usedBy .usedByCircle2 {
    opacity: 0.2;
    color: #038468;
    height: 1120px;
    width: 1120px;
    z-index: 0; }
    @media all and (max-width: 1679px) {
      .usedBy .usedByCircle1,
      .usedBy .usedByCircle2 {
        height: 80vh;
        width: 80vh; } }
  .usedBy .usedByCircle1 {
    top: 0;
    right: 0;
    transform: translate(32%, -55%) rotate(-24deg); }
  .usedBy .usedByCircle2 {
    bottom: 0;
    left: 0;
    transform: translate(-39%, 76%) rotate(-24deg); }
  .usedBy h3 {
    color: #fff; }
    .usedBy h3 span {
      padding-bottom: 0;
      margin-left: 5px; }
  .usedBy p {
    color: rgba(255, 255, 255, 0.7); }
  .usedBy .slicksl {
    width: auto; }
    @media all and (max-width: 799px) {
      .usedBy .slicksl {
        width: 120vw;
        max-width: none; } }
    @media all and (max-width: 400px) {
      .usedBy .slicksl {
        max-width: none;
        width: 500px; } }

.trustedBy {
  background-color: #1D1D35;
  padding: 132px 0 140px;
  position: relative; }
  @media all and (max-width: 1679px) {
    .trustedBy {
      padding: 100px 0 70px; } }
  .trustedBy .bgCircle {
    top: 0;
    left: 0;
    transform: translate(0%, -20%); }
  .trustedBy .container {
    position: relative; }
  .trustedBy .quotes {
    background-image: url("../img/svg/quotes.svg");
    background-size: 523.6px 589.6px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 589.6px;
    height: 523.6px;
    position: absolute;
    bottom: 0;
    transform: translate(20%, 22%); }
    @media all and (max-width: 1679px) {
      .trustedBy .quotes {
        background-size: 320px 290px;
        width: 320px;
        height: 290px;
        transform: translate(-5%, 10%); } }
  .trustedBy h3 {
    color: #fff; }
    .trustedBy h3 span {
      padding-bottom: 0; }
  .trustedBy p {
    color: rgba(255, 255, 255, 0.7); }
  .trustedBy .clientBlock {
    margin-bottom: 105px; }
    .trustedBy .clientBlock .line {
      display: block;
      height: 2px;
      margin-top: 50px;
      background: rgba(255, 255, 255, 0.1);
      width: 100%; }
    @media all and (max-width: 1279px) {
      .trustedBy .clientBlock {
        margin-bottom: 50px; } }
    .trustedBy .clientBlock .logoBox {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      @media all and (max-width: 799px) {
        .trustedBy .clientBlock .logoBox {
          justify-content: center; } }
    .trustedBy .clientBlock img {
      max-width: 111px; }
      @media all and (max-width: 1679px) {
        .trustedBy .clientBlock img {
          max-width: 73px; } }
      @media all and (max-width: 799px) {
        .trustedBy .clientBlock img {
          margin: 0 12px; } }
    .trustedBy .clientBlock .btn {
      margin-left: auto;
      display: flex; }
      @media all and (max-width: 799px) {
        .trustedBy .clientBlock .btn {
          margin: 25px auto 0; } }

.aboutBlock {
  padding: 215px 0 135px;
  position: relative; }
  .aboutBlock.section {
    padding: 215px 0 135px; }
    @media all and (max-width: 1279px) {
      .aboutBlock.section {
        padding: 160px 0 60px; } }
    @media all and (max-width: 799px) {
      .aboutBlock.section {
        padding: 140px 0 60px; } }
  .aboutBlock .bgCircle_top {
    top: 0;
    transform: translate(0, 0%);
    width: 100%; }
  .aboutBlock p {
    color: rgba(29, 29, 53, 0.7);
    font-weight: 500;
    max-width: 680px;
    margin: 0 auto 24px;
    line-height: 2em; }
  @media all and (max-width: 1279px) {
    .aboutBlock .aboutNav {
      flex-wrap: nowrap;
      overflow-x: none;
      overflow-y: auto;
      padding-bottom: 25px; } }
  .aboutBlock .aboutNav > div {
    position: relative;
    line-height: 0;
    padding: 16px; }
    @media all and (max-width: 1279px) {
      .aboutBlock .aboutNav > div {
        max-width: 192px;
        min-width: 192px; } }
    .aboutBlock .aboutNav > div img {
      transition: all 0.1s ease; }
    .aboutBlock .aboutNav > div:hover img {
      transform: translate(1%, 1%); }
  .aboutBlock .aboutNav_title {
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    font-weight: 900;
    position: absolute;
    z-index: 5;
    bottom: 45px;
    right: 46px; }
    @media all and (max-width: 1279px) {
      .aboutBlock .aboutNav_title {
        font-size: 18px; } }
  .aboutBlock .aboutNav .imgCollorBg svg {
    height: 110%;
    transform: translate(5%, -1%); }

.statisticSlider {
  margin-top: 40px; }
  .statisticSlider .slick-list {
    margin-left: -15px; }
  .statisticSlider .slick-track {
    display: flex;
    flex-direction: row;
    align-items: stretch; }
  .statisticSlider .slick-slide {
    height: auto; }
    .statisticSlider .slick-slide > div {
      height: 100%; }
    .statisticSlider .slick-slide .itemwrap {
      height: 100%; }
  .statisticSlider .item {
    background-color: #fff;
    padding: 20px 30px 28px 30px;
    margin: 0 15px;
    line-height: 1em;
    border-radius: 2px;
    height: 100%; }
    @media all and (max-width: 1679px) {
      .statisticSlider .item {
        padding: 20px; } }
    .statisticSlider .item .counter {
      font-size: 100px;
      font-weight: 900;
      line-height: 1.3em; }
      .statisticSlider .item .counter:after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        margin-top: -4px;
        background-size: 324px 4px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/svg/counterLine.svg"); }
      @media all and (max-width: 1679px) {
        .statisticSlider .item .counter {
          font-size: 70px; } }
      @media all and (max-width: 799px) {
        .statisticSlider .item .counter {
          font-size: 65px; } }
    .statisticSlider .item .title {
      font-size: 12px;
      margin-top: 30px;
      margin-bottom: 7px;
      font-weight: 900;
      text-transform: uppercase; }
    .statisticSlider .item .text {
      font-weight: 500;
      line-height: 1.9em; }
      @media all and (max-width: 1679px) {
        .statisticSlider .item .text {
          line-height: 1.5em; } }
      .statisticSlider .item .text p {
        color: #1D1D35;
        margin-top: 0;
        margin-bottom: 0;
        opacity: 1; }
  .statisticSlider .slick-dots {
    text-align: left;
    margin-top: 20px;
    position: relative; }
    .statisticSlider .slick-dots li {
      height: 8px;
      width: 20px;
      margin: 0px;
      margin-right: 10px; }
      .statisticSlider .slick-dots li button {
        border: 0;
        display: block;
        height: 0px;
        width: 0px;
        outline: 0;
        line-height: 0;
        font-size: 0;
        padding: 0px;
        cursor: pointer; }
        .statisticSlider .slick-dots li button:before {
          transition: 0.3s all ease;
          content: '';
          height: 8px;
          width: 8px;
          background: rgba(231, 233, 235, 0.5);
          border-radius: 4px; }
      .statisticSlider .slick-dots li.slick-active button:before {
        width: 18px;
        background: #e7e9eb;
        opacity: 1; }

.testimonialsSlider {
  position: relative;
  z-index: 5; }
  .testimonialsSlider .item {
    color: #fff; }
    .testimonialsSlider .item_text {
      font-size: 36px;
      font-weight: 900;
      line-height: 1.75em; }
      @media all and (max-width: 1679px) {
        .testimonialsSlider .item_text {
          font-size: 20px; } }
    .testimonialsSlider .item_info {
      margin-top: 70px;
      line-height: normal;
      display: flex;
      flex-direction: row;
      width: 100%;
      flex-wrap: wrap; }
      @media all and (max-width: 799px) {
        .testimonialsSlider .item_info {
          margin-top: 50px; } }
      .testimonialsSlider .item_info .photo {
        transform: translate(0%, -33%);
        width: 64px;
        height: 64px;
        margin-right: 60px;
        overflow: hidden;
        border-radius: 50%; }
        @media all and (max-width: 1679px) {
          .testimonialsSlider .item_info .photo {
            width: 49px;
            height: 49px; } }
        .testimonialsSlider .item_info .photo img {
          width: 100%;
          height: auto; }
        @media all and (max-width: 799px) {
          .testimonialsSlider .item_info .photo {
            margin-right: 30px;
            transform: translate(0, 0); } }
      .testimonialsSlider .item_info .name {
        margin-right: 107px;
        font-weight: 500; }
        @media all and (max-width: 1679px) {
          .testimonialsSlider .item_info .name {
            margin-right: 60px; } }
        @media all and (max-width: 799px) {
          .testimonialsSlider .item_info .name {
            margin-right: 0px;
            margin-left: 0; } }
        @media all and (max-width: 1279px) {
          .testimonialsSlider .item_info .name span {
            display: block; } }
      .testimonialsSlider .item_info .position {
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.6em; }
        @media all and (max-width: 799px) {
          .testimonialsSlider .item_info .position {
            margin-left: 79px; } }
      .testimonialsSlider .item_info .logo {
        height: 64px;
        margin-left: auto;
        padding-right: 25px; }
        @media all and (max-width: 1279px) {
          .testimonialsSlider .item_info .logo {
            height: 40px; } }
        @media all and (max-width: 799px) {
          .testimonialsSlider .item_info .logo {
            padding-right: 0px;
            flex-basis: 100%;
            margin-top: 15px;
            margin-left: 79px; } }
        .testimonialsSlider .item_info .logo img {
          transform: translate(0, -33%);
          max-height: 64px;
          max-width: 190px; }
          @media all and (max-width: 799px) {
            .testimonialsSlider .item_info .logo img {
              transform: translate(0, 0); } }
  .testimonialsSlider + .testimonialsArrow {
    margin-top: 40px;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1679px) {
      .testimonialsSlider + .testimonialsArrow {
        margin-top: 65px; } }
    @media all and (max-width: 1279px) {
      .testimonialsSlider + .testimonialsArrow {
        margin-top: 40px; } }
    .testimonialsSlider + .testimonialsArrow button {
      opacity: 0.5;
      transform: translate(0, 0%);
      cursor: pointer; }
      .testimonialsSlider + .testimonialsArrow button.slick-prev {
        left: 0; }
      .testimonialsSlider + .testimonialsArrow button.slick-next {
        right: 0; }
      .testimonialsSlider + .testimonialsArrow button:hover {
        opacity: 1; }
      .testimonialsSlider + .testimonialsArrow button.btn_border {
        border: 2px solid #0881B0; }
      .testimonialsSlider + .testimonialsArrow button span:hover:before, .testimonialsSlider + .testimonialsArrow button span:before {
        color: #fff;
        opacity: 1; }

.modal_video [data-modal-container] {
  max-width: calc(100% - 40px);
  max-height: 80vh;
  width: 1200px;
  background-color: transparent;
  padding: 0; }
  @media all and (max-width: 799px) {
    .modal_video [data-modal-container] {
      padding: 0; } }
  .modal_video [data-modal-container].alex-help {
    width: 960px; }

.modal_video [data-modal-close] {
  top: -40px;
  right: 0px; }
  .modal_video [data-modal-close]:before, .modal_video [data-modal-close]:after {
    background-color: #fff; }

.modal_video .modal__title {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -20px;
  color: #72E0C0;
  padding: 5px 20px;
  transform: translate(0%, -150%);
  z-index: 1; }

.jv-logo-alex {
  background-image: url(../img/content/logo-alex-white.png);
  height: 100px;
  width: 115px;
  background-size: cover;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .jv-logo-alex span {
    visibility: hidden; }
  .jv-logo-alex.display-inline {
    display: inline-block;
    padding-bottom: 0;
    width: 80px;
    height: auto;
    transform: translateY(-5px); }

.jv-heading-bg {
  display: block;
  margin-top: -3.15rem;
  margin-right: -3.15rem;
  margin-bottom: 1.35rem;
  margin-left: -3.15rem;
  color: #fff;
  font-size: 18px;
  padding: 1.25rem 1rem 0.85rem;
  text-transform: uppercase; }
  .jv-heading-bg.fiolet {
    background-color: #862F7D; }
  .jv-heading-bg.blue {
    background-color: #0881B0; }
  .jv-heading-bg.darkblue {
    background-color: #42426B; }

.block-package-single {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column; }
  .block-package-single h2 {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase; }
  .block-package-single h3 {
    font-size: 16px;
    line-height: 1.563em;
    opacity: 0.7;
    font-weight: 500;
    letter-spacing: 0; }
  .block-package-single .inner {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column; }
    .block-package-single .inner .wrap {
      flex-grow: 1; }
    .block-package-single .inner ul,
    .block-package-single .inner p {
      margin-top: 0;
      line-height: 1.7em;
      text-align: center; }
    .block-package-single .inner ul {
      margin-bottom: 2rem;
      text-align: left; }
  .block-package-single .jv-package-icons {
    display: flex;
    justify-content: center; }
  .block-package-single .jv-package-icon {
    flex: 0.33;
    min-height: 110px; }
    .block-package-single .jv-package-icon .icon {
      margin-bottom: 10px; }
    .block-package-single .jv-package-icon p {
      font-size: 10px;
      font-style: italic;
      line-height: 1.25;
      font-style: italic;
      margin: 0.25rem 0; }
      .block-package-single .jv-package-icon p strong {
        font-size: 12px;
        font-style: normal; }
  .block-package-single a {
    font-size: 16px;
    padding-bottom: 0.85rem !important; }

@media screen and (min-width: 1025px) {
  .jv-package-col {
    align-items: stretch; }
    .jv-package-col .kt-inside-inner-col {
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: space-between; } }

.page-partner .callToAction {
  height: auto; }
  .page-partner .callToAction .container {
    max-width: 1000px; }
    @media all and (max-width: 1679px) {
      .page-partner .callToAction .container {
        max-width: 1000px; } }
    @media all and (max-width: 1279px) {
      .page-partner .callToAction .container {
        max-width: 615px; } }
  .page-partner .callToAction h2, .page-partner .callToAction h3, .page-partner .callToAction h4 {
    max-width: 100%; }

.page-partner .benefitsConsultants,
.page-partner .partnerVideo,
.page-partner .fewFriends {
  background-color: #f7f7f7; }
  @media all and (max-width: 799px) {
    .page-partner .benefitsConsultants,
    .page-partner .partnerVideo,
    .page-partner .fewFriends {
      padding: 20px 0;
      background-color: transparent; } }

@media all and (max-width: 799px) {
  .page-partner .partnerVideo {
    padding: 20px 0 60px; } }

.page-partner .benefitsConsultants {
  padding: 80px 0 80px; }
  .page-partner .benefitsConsultants .tittleBlock {
    padding-bottom: 20px; }
    .page-partner .benefitsConsultants .tittleBlock h5, .page-partner .benefitsConsultants .tittleBlock p {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
  .page-partner .benefitsConsultants .blokColorBg {
    background: #fff;
    padding: 60px; }
    @media all and (max-width: 799px) {
      .page-partner .benefitsConsultants .blokColorBg {
        padding: 40px 60px 40px 40px; }
        .page-partner .benefitsConsultants .blokColorBg p {
          line-height: 1,75em; } }
    .page-partner .benefitsConsultants .blokColorBg h6 {
      margin-bottom: 30px; }

.page-partner .becomeAnPartner {
  padding: 50px 0 120px; }
  @media all and (max-width: 1279px) {
    .page-partner .becomeAnPartner {
      padding-top: 60px; } }
  @media all and (max-width: 799px) {
    .page-partner .becomeAnPartner {
      padding-bottom: 80px; }
      .page-partner .becomeAnPartner h1 {
        margin-bottom: 40px; }
      .page-partner .becomeAnPartner p {
        margin-bottom: 0; } }

.page-partner .fewFriends {
  padding: 80px 0 50px;
  position: relative; }
  .page-partner .fewFriends .bgCircle_footer {
    bottom: 0;
    top: auto;
    transform: translate(0, 98%);
    width: 100%; }
    @media all and (max-width: 799px) {
      .page-partner .fewFriends .bgCircle_footer {
        display: none; } }

.page-partner .preferredPartner {
  padding: 250px 0 140px; }
  @media all and (max-width: 1279px) {
    .page-partner .preferredPartner {
      padding: 190px 0 115px;
      text-align: center; }
      .page-partner .preferredPartner .btn {
        margin-bottom: 50px; } }
  @media all and (max-width: 799px) {
    .page-partner .preferredPartner {
      padding: 80px 0 100px;
      padding-top: 80px; }
      .page-partner .preferredPartner p {
        margin-bottom: 0; }
        .page-partner .preferredPartner p + .btn {
          margin-top: 40px;
          margin-bottom: 20px; } }
  .page-partner .preferredPartner .infoBlock {
    position: relative;
    padding: 64px;
    color: #fff;
    z-index: 1; }
    @media all and (max-width: 1279px) {
      .page-partner .preferredPartner .infoBlock {
        text-align: left; } }
    @media all and (max-width: 799px) {
      .page-partner .preferredPartner .infoBlock {
        padding: 40px; } }
    .page-partner .preferredPartner .infoBlock:after, .page-partner .preferredPartner .infoBlock:before {
      background-color: #1D1D35;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
    .page-partner .preferredPartner .infoBlock:after {
      background-color: #72E0C0;
      transform: translate(-2%, 2%);
      z-index: -2; }
    .page-partner .preferredPartner .infoBlock .h7 {
      color: #fff;
      margin-bottom: 30px;
      line-height: 1.3em; }
    @media all and (max-width: 799px) {
      .page-partner .preferredPartner .infoBlock ul {
        padding: 0;
        margin: 0; } }
    .page-partner .preferredPartner .infoBlock ul li {
      font-size: 17px;
      line-height: 1.7em;
      padding-bottom: 1.76em;
      padding-top: 1.76em;
      border-bottom: solid 1px rgba(255, 255, 255, 0.1);
      opacity: 1; }
      @media all and (max-width: 799px) {
        .page-partner .preferredPartner .infoBlock ul li {
          font-size: 16px;
          padding-left: 2.2em;
          padding-bottom: 1.3em;
          padding-top: 1.3em; } }
      .page-partner .preferredPartner .infoBlock ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .page-partner .preferredPartner .infoBlock ul li:first-child {
        padding-top: 0; }

.page-partner .logoLine {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px; }
  @media all and (max-width: 799px) {
    .page-partner .logoLine {
      justify-content: space-around;
      padding-top: 20px; }
      .page-partner .logoLine > div {
        padding: 10px; } }
  .page-partner .logoLine img {
    height: 32px;
    width: auto; }
    @media all and (max-width: 1279px) {
      .page-partner .logoLine img {
        height: 20px; } }

[data-modal="partnerform"] [data-modal-close] {
  top: 32px;
  right: 32px; }

[data-modal="partnerform"] [data-modal-container] {
  margin-top: 100px;
  margin-bottom: 100px; }
  [data-modal="partnerform"] [data-modal-container] h3 + p {
    opacity: .7;
    margin: 2em 0; }
  [data-modal="partnerform"] [data-modal-container] .wpcf7-not-valid-tip,
  [data-modal="partnerform"] [data-modal-container] .assistiveText {
    text-align: left; }

.jv-pricing-table {
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  grid-template-columns: 5fr 3fr 3fr;
  grid-gap: 0 2rem;
  align-items: stretch; }
  @media screen and (min-width: 1200px) and (max-width: 1550px) {
    .jv-pricing-table {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media screen and (max-width: 1024px) {
    .jv-pricing-table {
      margin-top: 2rem;
      margin-bottom: 2rem;
      text-align: center;
      grid-template-columns: 1fr;
      grid-gap: 2rem 0; } }
  @media screen and (max-width: 799px) {
    .jv-pricing-table {
      padding-left: 0;
      padding-right: 0; } }
  .jv-pricing-table .title {
    margin-bottom: 0;
    grid-row: 1;
    grid-column: 1 / 2;
    display: flex;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 800px) and (max-width: 1550px) {
      .jv-pricing-table .title h1 {
        font-size: 2.5rem;
        line-height: 50px; } }
    @media screen and (min-width: 1551px) {
      .jv-pricing-table .title h1 {
        font-size: 3.125rem;
        line-height: 57px; } }
    @media screen and (max-width: 799px) {
      .jv-pricing-table .title {
        max-width: 379px;
        margin-left: auto;
        margin-right: auto; } }
  .jv-pricing-table .jv-alex-logo {
    width: 89px;
    font-size: 0;
    height: 35px;
    transform: translate(4px, -9px); }
    @media screen and (max-width: 799px) {
      .jv-pricing-table .jv-alex-logo {
        width: 54px;
        height: 23px;
        transform: translate(2px, -6px); } }
    @media screen and (min-width: 1551px) {
      .jv-pricing-table .jv-alex-logo {
        width: 102px;
        height: 40px;
        transform: translate(4px, -13px); } }
  .jv-pricing-table .package {
    text-align: center; }
    .jv-pricing-table .package h2 {
      margin: 0;
      color: #FFFFFF;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 3.38px;
      line-height: 1.25;
      padding-top: 1rem;
      padding-bottom: 1rem;
      text-transform: uppercase;
      background-color: #862F7D;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .jv-pricing-table .package .jv-btn a {
      font-size: 18px; }
    @media screen and (max-width: 1024px) {
      .jv-pricing-table .package .jv-btn {
        margin-bottom: 2rem; } }
    .jv-pricing-table .package .inner {
      height: 100%;
      border-left: 2px solid #862F7D;
      border-right: 2px solid #862F7D;
      padding: 1.75rem 0.75rem; }
      .jv-pricing-table .package .inner p {
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-weight: bold; }
    .jv-pricing-table .package.advanced h2 {
      background-color: #0881B0; }
    .jv-pricing-table .package.advanced .inner {
      border-left-color: #0881B0;
      border-right-color: #0881B0; }
    .jv-pricing-table .package.advanced .jv-btn a:not(:hover) {
      background-color: #0881B0; }
    @media screen and (max-width: 1024px) {
      .jv-pricing-table .package {
        border: 2px solid #862F7D;
        border-radius: 8px; }
        .jv-pricing-table .package .inner,
        .jv-pricing-table .package h2 {
          border: none;
          border-radius: 0; }
        .jv-pricing-table .package.advanced {
          border-color: #0881B0; } }
  .jv-pricing-table .items {
    display: none;
    text-align: left; }
    .jv-pricing-table .items ul {
      padding-left: 0;
      margin-top: 0; }
    .jv-pricing-table .items li {
      margin-top: 0;
      margin-bottom: 0.75rem;
      font-size: 1rem;
      line-height: 20.5px;
      list-style-type: none;
      display: flex;
      gap: 0.5rem; }
      .jv-pricing-table .items li:before {
        content: '\f00c';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900; }
    @media screen and (max-width: 1024px) {
      .jv-pricing-table .items {
        display: block; } }
  .jv-pricing-table .pricing-row-container {
    grid-column: 1 / 4; }
    @media screen and (max-width: 1024px) {
      .jv-pricing-table .pricing-row-container {
        display: none; } }
  .jv-pricing-table .pricing-row {
    display: grid;
    grid-template-columns: 5fr 3fr 3fr;
    grid-gap: 0 2rem; }
    .jv-pricing-table .pricing-row p {
      max-width: 464px;
      margin: 0; }
    .jv-pricing-table .pricing-row .check {
      border-left: 2px solid #862F7D;
      border-right: 2px solid #862F7D;
      display: flex;
      justify-content: center;
      align-items: center; }
      .jv-pricing-table .pricing-row .check i {
        font-size: 24px; }
      .jv-pricing-table .pricing-row .check.advanced {
        border-left-color: #0881B0;
        border-right-color: #0881B0; }
    .jv-pricing-table .pricing-row > * {
      padding: 1rem 1.5rem; }
    .jv-pricing-table .pricing-row:nth-of-type(odd) {
      background-color: #f2f2f2; }
    .jv-pricing-table .pricing-row:last-of-type .check {
      border-bottom: 2px solid #862F7D; }
      .jv-pricing-table .pricing-row:last-of-type .check.advanced {
        border-bottom-color: #0881B0; }

.block-pricing-callout {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch; }
  @media all and (max-width: 799px) {
    .block-pricing-callout {
      flex-direction: column; } }
  .block-pricing-callout .pricing_callout-img {
    position: relative;
    overflow: hidden;
    flex: 2;
    display: flex; }
    .block-pricing-callout .pricing_callout-img .wrap {
      width: 100%;
      padding-left: 3rem;
      padding-right: 3rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 3.38px;
      line-height: 27px;
      text-align: center;
      text-transform: uppercase; }
      .block-pricing-callout .pricing_callout-img .wrap img {
        max-width: 84px;
        margin-bottom: 1rem; }
  .block-pricing-callout .pricing_callout-bg {
    object-fit: cover;
    border-radius: 0 !important; }
  .block-pricing-callout .inner {
    padding: 56px 60px 32px;
    flex: 3;
    display: flex;
    align-items: center; }
    .block-pricing-callout .inner ul {
      padding-left: 1rem;
      margin-bottom: 3rem; }
    .block-pricing-callout .inner li {
      font-size: 21px;
      line-height: 25px;
      letter-spacing: 0.1px; }
    .block-pricing-callout .inner .jv-btn-inline {
      text-align: right; }
  @media all and (max-width: 799px) {
    .block-pricing-callout {
      max-width: 268px; }
      .block-pricing-callout .pricing_callout-img .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 17px;
        letter-spacing: 2.13px;
        line-height: 19px; }
      .block-pricing-callout .inner {
        padding: 0.5rem 1.5rem 1.5rem; }
        .block-pricing-callout .inner ul {
          margin-bottom: 1.5rem; }
        .block-pricing-callout .inner li {
          font-size: 16px;
          line-height: 19.5px;
          letter-spacing: normal; }
        .block-pricing-callout .inner .jv-btn-inline {
          text-align: center; } }

.jv-resource {
  display: block;
  overflow: hidden;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .jv-resource h3 {
    color: #1D1D35;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 1.2; }
  .jv-resource.featured {
    max-width: 375px;
    margin: 0 auto; }
    .jv-resource.featured > .container {
      max-width: 1440px; }
    .jv-resource.featured .article_img {
      background-size: cover; }
    .jv-resource.featured:hover h3 {
      color: #862F7D; }
    .jv-resource.featured:hover .jv-learn-more {
      border-bottom-color: #1D1D35; }
  .jv-resource > a.jv-subheading:hover {
    text-decoration: underline; }
  .jv-resource > a:hover h3 {
    color: #862F7D; }
  .jv-resource > a:hover .jv-learn-more {
    border-bottom-color: #1D1D35; }
  @media screen and (min-width: 800px) {
    .jv-resource.featured {
      background-color: #F3F3F3;
      max-width: none;
      margin-left: calc(-100vw/2 + 100%/2);
      margin-right: calc(-100vw/2 + 100%/2); }
      .jv-resource.featured h3 {
        font-size: 48px; }
      .jv-resource.featured .article_img-wrapper {
        min-height: 350px; } }

.jv-subheading {
  color: #FB5024;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.68px;
  margin-bottom: 1rem; }
  .jv-subheading.large {
    font-size: 1rem; }

.article_img-wrapper {
  height: 100%;
  overflow: hidden;
  min-height: 180px;
  position: relative;
  display: flex; }
  .article_img-wrapper .article_img {
    width: 100%;
    transition: all 0.3s ease;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

.jv-learn-more {
  font-weight: 600;
  border-bottom: 2px solid #FFD831; }

#content .resources .mktoForm .mktoFieldWrap .mktoLabel {
  left: 35px;
  font-weight: bold;
  opacity: 0.65; }

#content .resources .mktoForm button.btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px; }

#content .resources .mktoForm input[type=email] {
  padding-left: 33px; }

.content-area.resources .entry-header {
  position: relative;
  z-index: 10; }

.content-area.resources h1 {
  color: #FB5024;
  text-transform: capitalize; }

.content-area.resources.green h1,
.content-area.resources.green .jv-subheading {
  color: #01685D; }

.content-area.resources.green .jv-resources-subscribe {
  background-color: #01685D; }

.content-area.resources.violet h1,
.content-area.resources.violet .jv-subheading {
  color: #862F7D; }

.content-area.resources.violet .jv-resources-subscribe {
  background-color: #862F7D; }

.content-area.resources.blue h1,
.content-area.resources.blue .jv-subheading {
  color: #00B8E0; }

.content-area.resources.blue .jv-resources-subscribe {
  background-color: #00B8E0; }

.content-area.resources.aqua h1,
.content-area.resources.aqua .jv-subheading {
  color: #19CBA2; }

.content-area.resources.aqua .jv-resources-subscribe {
  background-color: #19CBA2; }
  .content-area.resources.aqua .jv-resources-subscribe .h3 {
    color: #1D1D35 !important; }

.page-template-page-resources #masthead {
  box-shadow: none; }

.search-filter-results {
  width: 100%; }

.searchandfilter {
  display: flex;
  align-items: center; }
  .searchandfilter > ul {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%; }
    .searchandfilter > ul li {
      list-style-type: none;
      opacity: 1; }
      .searchandfilter > ul li:before {
        content: none !important; }
    .searchandfilter > ul > li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media screen and (min-width: 1025px) {
        .searchandfilter > ul > li[data-sf-field-input-type="radio"] {
          width: 75%; }
        .searchandfilter > ul > li.sf-field-search {
          width: 25%; } }
  .searchandfilter input[type="radio"] {
    display: none; }
  .searchandfilter li[data-sf-field-input-type="radio"] ul {
    text-align: left; }
  .searchandfilter li[data-sf-field-input-type="radio"] li {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0;
    font-size: 12px; }
    .searchandfilter li[data-sf-field-input-type="radio"] li .sf-label-radio {
      display: inline-block;
      border: 1px solid #1D1D35;
      padding: 0.5rem;
      border-radius: 25px;
      color: #1D1D35;
      opacity: 1;
      transition: all 0.3s ease; }
      .searchandfilter li[data-sf-field-input-type="radio"] li .sf-label-radio:hover {
        cursor: pointer;
        background-color: #1D1D35;
        color: #fff; }
    @media screen and (min-width: 1025px) {
      .searchandfilter li[data-sf-field-input-type="radio"] li {
        font-size: 15px; }
        .searchandfilter li[data-sf-field-input-type="radio"] li .sf-label-radio {
          margin-right: 1rem;
          padding: 0.5rem 1rem; } }
    .searchandfilter li[data-sf-field-input-type="radio"] li.sf-item-7201, .searchandfilter li[data-sf-field-input-type="radio"] li.sf-item-7199, .searchandfilter li[data-sf-field-input-type="radio"] li.sf-item-7211 {
      display: none !important; }
  .searchandfilter li[data-sf-field-input-type="radio"] .sf-option-active label {
    background-color: #1D1D35;
    color: #fff; }

.sf-field-search {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin-bottom: 3rem; }
  .sf-field-search label {
    height: 100%;
    width: 100%; }
    .sf-field-search label:before {
      content: '\f002';
      position: absolute;
      left: 25px;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      opacity: 0.6; }
  .sf-field-search input[type=text] {
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem 0.5rem 3.5rem;
    border: none;
    background-color: transparent;
    border: 1px solid #1D1D35;
    font-family: 'BasisGrotesquePro';
    font-size: 16px;
    font-weight: bold; }
    @media screen and (min-width: 1025px) {
      .sf-field-search input[type=text] {
        border: none;
        border-left: 1px solid #1D1D35; } }

.jv-post-filter {
  border-top: 1px solid #1D1D35;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 800px) {
    .jv-post-filter {
      position: sticky;
      top: 0;
      z-index: 99; } }

@media screen and (min-width: 1025px) {
  .jv-resource.featured .col-md-6:first-of-type > .wrap {
    max-width: 600px;
    margin-left: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }

.jv-resource-demo {
  background-color: #F3F3F3;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  .jv-resource-demo .wrap {
    max-width: 640px;
    margin: 0 auto; }
  .jv-resource-demo-container {
    margin-bottom: 8rem; }

.jv-resources-subscribe {
  background-color: #FB5024;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .jv-resources-subscribe .wrap {
    max-width: 760px;
    margin: 0 auto; }

.wp-pagenavi a {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0.5rem !important;
  transition: all 0.3s ease;
  border-radius: 50%; }
  .wp-pagenavi a:hover {
    background-color: #FFD831;
    color: #000; }

.wp-pagenavi span.current {
  margin: 0 0.5rem !important;
  background-color: #FFD831;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50%; }

.previouspostslink {
  visibility: hidden; }
  .previouspostslink:after {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    visibility: visible; }

.nextpostslink {
  visibility: hidden; }
  .nextpostslink:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    visibility: visible; }

.archive #content,
.blog #content {
  overflow-x: visible;
  overflow-y: visible; }

.jv-events-header {
  border-bottom: 1.25px solid #1D1D35; }

.jv-event-list {
  padding: 15px 0;
  border-top: 1.25px solid rgba(30, 31, 64, 0.3); }
  .jv-event-list:last-of-type {
    border-bottom: 1.25px solid rgba(30, 31, 64, 0.3); }

.post-type-archive-news-and-press .jv-resource.featured .article_img {
  background-size: contain; }

.post-type-archive-news-and-press .article_img-wrapper .article_img {
  background-size: contain; }

.post-type-archive-news-and-press .searchandfilter {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 1025px) {
    .post-type-archive-news-and-press .searchandfilter > ul li.sf-field-search {
      width: 100%; }
      .post-type-archive-news-and-press .searchandfilter > ul li.sf-field-search label {
        position: relative;
        width: auto; }
      .post-type-archive-news-and-press .searchandfilter > ul li.sf-field-search input {
        text-align: center;
        border: none; } }

.post-type-archive-case_study .jv-resource.featured .article_img {
  background-size: contain; }

.post-type-archive-case_study .article_img-wrapper .article_img {
  background-size: contain; }

.teamPage .topMain {
  top: 0;
  right: 0;
  width: 1288px;
  height: 1288px;
  transform: translate(44%, -28%) rotate(-24deg) scale(1);
  opacity: 1; }
  @media all and (max-width: 1679px) {
    .teamPage .topMain {
      transform: translate(38%, -28%) rotate(-24deg) scale(0.7); } }
  @media all and (max-width: 1279px) {
    .teamPage .topMain {
      transform: translate(57%, -34%) rotate(-20deg) scale(0.7); } }

.teamPage .hiroBlock {
  padding-bottom: 120px; }
  @media all and (max-width: 799px) {
    .teamPage .hiroBlock {
      padding-bottom: 80px; } }
  .teamPage .hiroBlock #hiroText {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .teamPage .hiroBlock h1 {
    padding-top: 100px;
    margin-bottom: 20px; }
    @media all and (max-width: 1279px) {
      .teamPage .hiroBlock h1 {
        padding-top: 0px;
        margin-bottom: 40px; } }
  .teamPage .hiroBlock .textAndButton {
    margin-bottom: 120px; }
    @media all and (max-width: 799px) {
      .teamPage .hiroBlock .textAndButton {
        margin-bottom: 0px; } }
  @media all and (max-width: 799px) {
    .teamPage .hiroBlock .container .row > div {
      flex: 1 0 auto; } }

.teamPage .searchMember {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.teamPage .search-form {
  display: flex;
  width: 100%; }
  @media all and (max-width: 799px) {
    .teamPage .search-form {
      display: flex; } }
  @media all and (max-width: 400px) {
    .teamPage .search-form {
      width: 100%; } }
  .teamPage .search-form_inner {
    background-color: #fff;
    border-bottom: 2px solid #E7E9EB;
    background-image: url("../img/svg/search.svg");
    background-size: 30px;
    background-position: 17px 50%;
    background-repeat: no-repeat;
    width: 100%;
    display: flex; }
    @media all and (max-width: 799px) {
      .teamPage .search-form_inner {
        background-position: 12px 50%;
        display: flex;
        width: 100%; } }
    .teamPage .search-form_inner input {
      background: transparent;
      border: none;
      font-weight: 900;
      padding: 5px 10px 5px 60px;
      flex: 1; }
      @media all and (max-width: 799px) {
        .teamPage .search-form_inner input {
          flex: 1 1 auto;
          min-width: 133px;
          padding: 5px 10px 5px 50px; } }
      @media all and (max-width: 400px) {
        .teamPage .search-form_inner input {
          padding: 5px 0px 5px 50px; } }
      .teamPage .search-form_inner input:focus {
        background: transparent;
        border: none; }
    .teamPage .search-form_inner .btn {
      height: 64px;
      color: #0981B0; }
      @media all and (max-width: 799px) {
        .teamPage .search-form_inner .btn {
          padding: 0 20px; } }

.teamPage #position a {
  opacity: 1;
  transition: opacity 1 ease; }

.teamPage #position.loading a {
  opacity: 0;
  transition: opacity 1 ease;
  overflow: hidden; }

.teamImg > div {
  align-self: flex-end; }

.teamImg #team_1.imgCollorBg svg {
  transform: translate(4%, 4%); }

.teamImg #team_2.imgCollorBg svg {
  transform: translate(4%, 12%) scaleY(1.4); }

.panoramaTeam {
  position: relative;
  overflow: hidden;
  max-height: 900px;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab; }
  .panoramaTeam img {
    display: block; }
  .panoramaTeam .dragMe {
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media all and (max-width: 799px) {
      .panoramaTeam .dragMe.dragNowHide {
        display: none; } }

#panoramaTeam {
  display: block; }

#jellyfolk {
  padding-top: 100px; }
  #jellyfolk .searchBlock .line {
    border-bottom: 2px solid #E7E9EB;
    padding-bottom: 40px;
    margin-bottom: 50px; }
  #jellyfolk .blockTitle {
    align-self: flex-end; }
    #jellyfolk .blockTitle h3 {
      margin-bottom: 0; }

.leadershipTeam {
  background-color: #1D1D35;
  padding-top: 160px;
  padding-bottom: 190px;
  position: relative; }
  .leadershipTeam .bgCircle_top {
    top: 0;
    left: 0;
    transform: translateY(-10%);
    line-height: 0;
    width: 101%; }
    .leadershipTeam .bgCircle_top svg {
      z-index: 2;
      line-height: 0; }
  .leadershipTeam .pWr {
    padding-left: 40px;
    padding-top: 55px;
    padding-bottom: 20px; }
    .leadershipTeam .pWr p {
      margin: 0; }
    @media all and (max-width: 1279px) {
      .leadershipTeam .pWr {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 60px; } }
    @media all and (max-width: 799px) {
      .leadershipTeam .pWr {
        padding-top: 10px;
        padding-bottom: 30px; } }
  .leadershipTeam p {
    color: white; }
  .leadershipTeam h3 {
    color: #fff; }
  .leadershipTeam_all {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -61px; }
    @media all and (max-width: 1679px) {
      .leadershipTeam_all {
        margin: 0 -15px; } }
    @media all and (max-width: 1279px) {
      .leadershipTeam_all {
        margin: 0 -27px; } }
    @media all and (max-width: 799px) {
      .leadershipTeam_all {
        margin: 0 -9px; } }
  .leadershipTeam_user {
    width: 212px;
    padding: 80px 61px;
    box-sizing: content-box; }
    @media all and (max-width: 1679px) {
      .leadershipTeam_user {
        padding: 30px 13px; } }
    @media all and (max-width: 1279px) {
      .leadershipTeam_user {
        width: 218px;
        padding: 30px 27px; } }
    @media all and (max-width: 799px) {
      .leadershipTeam_user {
        width: 155px;
        padding: 24px 8px; } }
    @media all and (max-width: 400px) {
      .leadershipTeam_user {
        margin: 0 auto; } }
    .leadershipTeam_user:empty {
      padding-top: 0px; }
    .leadershipTeam_user:hover .leadershipTeam_user_position {
      color: #fff; }
    .leadershipTeam_user:hover .leadershipTeam_user_photo {
      border-color: #f2f2f2; }
      .leadershipTeam_user:hover .leadershipTeam_user_photo:after {
        height: calc(100% + 7px);
        width: calc(100% + 7px); }
    .leadershipTeam_user_photo {
      line-height: 0px;
      position: relative;
      border: 2px solid transparent;
      border-radius: 2px;
      transition: all .3s ease; }
      .leadershipTeam_user_photo .post-thumbnail {
        margin-bottom: 0;
        height: 277px;
        overflow: hidden; }
        @media all and (max-width: 799px) {
          .leadershipTeam_user_photo .post-thumbnail {
            width: 154px;
            height: 211px; }
            .leadershipTeam_user_photo .post-thumbnail img {
              max-width: none;
              width: 151px;
              height: auto; } }
      .leadershipTeam_user_photo:after {
        transition: all .3s ease;
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background-image: url(../img/svg/stripe_white.svg); }
    .leadershipTeam_user_name {
      color: #fff;
      font-weight: 900;
      font-size: 22px;
      margin-top: 10px; }
      @media all and (max-width: 1279px) {
        .leadershipTeam_user_name {
          font-size: 20px; } }
    .leadershipTeam_user_position {
      font-size: 12px;
      font-weight: 900;
      color: #FF774B;
      padding: 20px 0 0px; }

.type-alex_team header.page-header {
  padding-bottom: 60px;
  padding-top: 60px;
  margin-bottom: 0px;
  border-bottom: none; }
  @media all and (max-width: 799px) {
    .type-alex_team header.page-header {
      padding-bottom: 40px; } }

.type-alex_team .backTo {
  margin-bottom: 0px; }

.type-alex_team .post_thumbnail_wr {
  line-height: 0;
  max-width: calc(100% - 100px); }
  @media all and (max-width: 799px) {
    .type-alex_team .post_thumbnail_wr .post-thumbnail {
      margin-bottom: 20px; } }
  .type-alex_team .post_thumbnail_wr img {
    max-width: none;
    width: 100%; }
  .type-alex_team .post_thumbnail_wr.imgCollorBg svg {
    transform: translate(6%, 3%) scaleX(1.1); }

.type-alex_team .position {
  display: flex; }
  .type-alex_team .position_title {
    font-size: 12px;
    font-weight: 900;
    color: #FF774B; }

.type-alex_team #singleContent p {
  font-size: 16px; }

.type-alex_team p + h2,
.type-alex_team p + h3,
.type-alex_team p + h4,
.type-alex_team p + h5,
.type-alex_team p + h6 {
  border-top: 1px solid #F2F2F2;
  padding-top: 50px; }
  @media all and (max-width: 1279px) {
    .type-alex_team p + h2,
    .type-alex_team p + h3,
    .type-alex_team p + h4,
    .type-alex_team p + h5,
    .type-alex_team p + h6 {
      margin-top: 0 !important;
      padding-top: 80px;
      margin-bottom: 40px;
      border-top: none; } }
  @media all and (max-width: 799px) {
    .type-alex_team p + h2,
    .type-alex_team p + h3,
    .type-alex_team p + h4,
    .type-alex_team p + h5,
    .type-alex_team p + h6 {
      padding-top: 40px;
      margin-bottom: 30px; } }

@media all and (max-width: 799px) {
  .type-alex_team h6 {
    font-size: 16px; } }

.focus-img {
  min-height: 800px;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  cursor: pointer;
  position: relative; }
  .focus-img:hover ~ .hud {
    transition: all .8s;
    opacity: 1; }
  .focus-img.smoother {
    transition: all 0.2s; }
  .focus-img.cursor-arrow {
    cursor: default; }
  .focus-img.cursor-grab {
    cursor: grab; }
  .focus-img.cursor-crosshair {
    cursor: crosshair; }

.hud {
  bottom: 0;
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: .25rem .75rem;
  opacity: 0;
  transition: all .2s; }
  .hud-bottom-left {
    bottom: 0;
    left: 0; }
  .hud-bottom-right {
    bottom: 0;
    right: 0; }

.page-value-prop .hiroBlock h1 {
  margin-top: 0em; }

.page-value-prop .hiroBlock p {
  margin-bottom: 0; }

.page-value-prop .makeBetter {
  padding: 90px 0 120px; }
  @media all and (max-width: 1279px) {
    .page-value-prop .makeBetter {
      padding: 70px 0 20px; } }
  @media all and (max-width: 799px) {
    .page-value-prop .makeBetter {
      padding: 35px 0 20px; } }
  .page-value-prop .makeBetter .tittleBlock {
    max-width: 650px;
    margin: 0 auto; }
    @media all and (max-width: 1279px) {
      .page-value-prop .makeBetter .tittleBlock {
        max-width: 410px; } }
    .page-value-prop .makeBetter .tittleBlock h5 {
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 1.3em; }
      @media all and (max-width: 1279px) {
        .page-value-prop .makeBetter .tittleBlock h5 {
          font-size: 19.5px; } }
  @media all and (max-width: 799px) {
    .page-value-prop .makeBetter .col {
      flex: 1 auto; } }
  @media all and (max-width: 1279px) {
    .page-value-prop .makeBetter .blokColorBg {
      padding: 30px; } }
  .page-value-prop .makeBetter .blokColorBg h6 {
    font-size: 27px;
    margin-top: 0;
    font-weight: 900; }
    @media all and (max-width: 1279px) {
      .page-value-prop .makeBetter .blokColorBg h6 {
        font-size: 19.5px; } }
  .page-value-prop .makeBetter .blokColorBg p {
    font-size: 20px;
    line-height: 1,6em;
    opacity: 1; }
    @media all and (max-width: 1279px) {
      .page-value-prop .makeBetter .blokColorBg p {
        font-size: 16px; } }
    .page-value-prop .makeBetter .blokColorBg p.note {
      font-size: 15px;
      line-height: 24px; }
    .page-value-prop .makeBetter .blokColorBg p.border_botom {
      border-bottom: 2px solid #F2F2F2; }
    .page-value-prop .makeBetter .blokColorBg p:last-child {
      padding-bottom: 0px;
      margin-bottom: 0px; }

.page-id-23876 .page-value-prop .makeBetter .blokColorBg {
  padding: 55px; }
  .page-id-23876 .page-value-prop .makeBetter .blokColorBg p {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .page-id-23876 .page-value-prop .makeBetter .blokColorBg p.note {
      padding-bottom: 0px;
      margin-bottom: 0px; }

.section.adviceWrap {
  position: relative; }
  .section.adviceWrap.statisticBlock_before {
    padding-bottom: 155px; }
    @media all and (max-width: 1279px) {
      .section.adviceWrap.statisticBlock_before {
        padding-bottom: 95px; } }
    @media all and (max-width: 799px) {
      .section.adviceWrap.statisticBlock_before {
        padding-bottom: 75px; } }
    .section.adviceWrap.statisticBlock_before .bgCircle.bgCircle_footer {
      transform: translate(0, 99%); }
  .section.adviceWrap .bgCircle {
    left: 0;
    width: 100%; }
    .section.adviceWrap .bgCircle.bgCircle_footer {
      bottom: 0;
      transform: translate(0, 74%); }
  .section.adviceWrap .advice {
    border-top: 1px solid #E7E9EB;
    padding-top: 25px; }
    .section.adviceWrap .advice_text {
      position: relative;
      margin-top: 1.5em;
      margin-bottom: 1em; }
      @media all and (max-width: 799px) {
        .section.adviceWrap .advice_text {
          line-height: 1.75em; } }
      .section.adviceWrap .advice_text:before {
        content: "\201C";
        display: block;
        color: #00b8e0;
        font-size: 80px;
        position: relative;
        height: 40px; }
    .section.adviceWrap .advice_name {
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      color: #862F7D; }

.statisticBlock {
  transform: translate(0, -20%);
  padding-bottom: 0px;
  position: relative;
  z-index: 5; }
  @media all and (max-width: 1279px) {
    .statisticBlock.section {
      transform: translate(0, -14%);
      padding-bottom: 0;
      padding-top: 0; } }
  @media all and (max-width: 799px) {
    .statisticBlock.section {
      transform: translate(0, -5%);
      height: auto; } }
  @media all and (max-width: 1279px) {
    .statisticBlock_wr {
      margin-right: -10px;
      margin-left: -10px; } }
  @media all and (max-width: 1279px) {
    .statisticBlock_item {
      padding-right: 10px;
      padding-left: 10px; } }
  @media all and (max-width: 799px) {
    .statisticBlock_item {
      flex: 1 auto; } }
  .statisticBlock_item > div {
    padding: 30px;
    height: 100%; }
    @media all and (max-width: 1279px) {
      .statisticBlock_item > div {
        padding: 20px; }
        .statisticBlock_item > div p {
          margin-bottom: 0;
          letter-spacing: 0.15px; } }
  .statisticBlock_item .counter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 900;
    flex-wrap: wrap;
    padding-bottom: 5px; }
    .statisticBlock_item .counter_c {
      font-size: 100px;
      line-height: 1em;
      padding-bottom: 15px; }
      @media all and (max-width: 1679px) {
        .statisticBlock_item .counter_c {
          font-size: 61px; } }
    .statisticBlock_item .counter_t {
      font-size: 24px;
      line-height: 1em; }
      @media all and (max-width: 1679px) {
        .statisticBlock_item .counter_t {
          font-size: 14.5px; } }
    .statisticBlock_item .counter:after {
      flex: 1 1 auto;
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      margin-top: -4px;
      background-size: 324px 4px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/svg/counterLineWhite.svg"); }

.statisticBlock + .section.caseStudy {
  padding-top: 0px; }

.caseStudy.section {
  padding-top: 170px;
  padding-bottom: 100px; }
  @media all and (max-width: 799px) {
    .caseStudy.section {
      padding-top: 80px;
      padding-bottom: 20px; } }

.caseStudy_item .hoverBlock_inner {
  padding: 64px;
  display: flex;
  flex-direction: column; }
  @media all and (max-width: 1279px) {
    .caseStudy_item .hoverBlock_inner {
      padding: 30px; } }

.caseStudy_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6; }

.caseStudy_item_img {
  height: 108px;
  margin-bottom: 30px; }
  @media all and (max-width: 799px) {
    .caseStudy_item_img {
      height: 55px;
      margin-bottom: 0px; } }
  .caseStudy_item_img img {
    height: 100%;
    width: auto; }

.caseStudy_item_text p {
  font-size: 20px;
  opacity: 1;
  line-height: 1.6em;
  margin: 1.6em 0; }
  @media all and (max-width: 1279px) {
    .caseStudy_item_text p {
      font-size: 16px;
      margin: 1.25em 0; } }
  .caseStudy_item_text p:first-child {
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 1.6em; }
    @media all and (max-width: 1279px) {
      .caseStudy_item_text p:first-child {
        padding-bottom: 1.25em; } }

.caseStudy_item_btn {
  display: flex;
  margin-top: auto; }

@media all and (max-width: 1279px) {
  .page-id-23876 .callToAction .container {
    max-width: 500px; } }

.block-advanced-quote .quote {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.21px;
  position: relative;
  margin-top: 0; }
  .block-advanced-quote .quote:before {
    content: '';
    width: 33px;
    height: 33px;
    background-image: url("../img/content/GreenQuote.svg");
    display: block;
    margin-bottom: 1rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }

.block-advanced-quote span {
  font-size: 15px;
  display: block;
  line-height: 19px; }
  .block-advanced-quote span:first-of-type {
    font-weight: 600; }
    @media all and (max-width: 799px) {
      .block-advanced-quote span:first-of-type {
        font-weight: normal; } }

.block-advanced-quote a {
  text-decoration: underline; }

.block-advanced-quote.fancy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
  .block-advanced-quote.fancy .quote {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px; }
    @media all and (max-width: 799px) {
      .block-advanced-quote.fancy .quote {
        font-size: 19px;
        line-height: 23.5px; } }
    .block-advanced-quote.fancy .quote:before {
      width: 40px;
      height: 40px;
      background-image: url("../img/content/PurpleQuote.svg");
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.5rem; }
  .block-advanced-quote.fancy.text-left .quote:before {
    margin-left: 0; }
  .block-advanced-quote.fancy .max-w-85 {
    max-width: 150px; }
    @media all and (max-width: 799px) {
      .block-advanced-quote.fancy .max-w-85 {
        max-width: 120px; } }
  .block-advanced-quote.fancy .jv-arrow-accent {
    font-size: 19px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    max-width: 95px;
    position: absolute;
    top: auto;
    bottom: -30px;
    right: -45px;
    left: auto; }
    .block-advanced-quote.fancy .jv-arrow-accent:before {
      background-image: url("../img/svg/quote_arrow.svg");
      width: 33px !important;
      top: -63px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    @media all and (max-width: 799px) {
      .block-advanced-quote.fancy .jv-arrow-accent {
        font-size: 15.2px;
        line-height: 15.2px; } }

.jv-comparison-slider {
  max-width: 1010px;
  margin: 0 auto 3rem !important; }
  .jv-comparison-slider .slick-list {
    overflow: visible; }
  .jv-comparison-slider .slick-track {
    display: flex !important; }
  .jv-comparison-slider .slick-slide {
    height: inherit !important;
    cursor: pointer; }
    .jv-comparison-slider .slick-slide > div {
      height: 100%; }
  .jv-comparison-slider .wrapper {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    height: inherit; }
  .jv-comparison-slider .slick-dots li button {
    width: 25px; }
    .jv-comparison-slider .slick-dots li button:before {
      width: 15px;
      height: 15px;
      opacity: 1;
      background-color: transparent;
      border: 2px solid white; }
  .jv-comparison-slider .slick-dots li.slick-active button:before {
    background-color: white; }
  .jv-comparison-slider .slick-dots li:not(:last-of-type) {
    margin-right: 4px; }
  @media all and (max-width: 799px) {
    .jv-comparison-slider .slick-dots {
      bottom: -4rem; } }
  @media screen and (max-width: 767px) {
    .jv-comparison-slider .wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }

.jv-comparison-slide {
  height: inherit;
  padding: 7.25rem 3rem;
  background-color: white;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .jv-comparison-slide > div {
    flex: 1; }
    .jv-comparison-slide > div:nth-of-type(odd) {
      padding-right: 2rem;
      border-right: 2px solid #F3F3F3; }
    .jv-comparison-slide > div:nth-of-type(even) {
      padding-left: 2rem;
      border-left: 2px solid #F3F3F3; }
  .jv-comparison-slide h3 {
    margin-bottom: 1rem; }
  .jv-comparison-slide img {
    width: 114px;
    margin-bottom: 1.625rem; }
    @media all and (max-width: 799px) {
      .jv-comparison-slide img {
        width: 45px; } }
  .jv-comparison-slide p {
    margin-bottom: 0; }
  @media all and (max-width: 799px) {
    .jv-comparison-slide {
      flex-flow: column;
      padding: 2rem 1.5rem; }
      .jv-comparison-slide > div:nth-of-type(odd) {
        border-right: none;
        border-bottom: 2px solid #F3F3F3;
        padding-right: 0;
        padding-bottom: 2rem; }
      .jv-comparison-slide > div:nth-of-type(even) {
        border-left: none;
        padding-left: 0;
        padding-top: 2rem; } }

.block-cta-bar-container .block-cta-bar {
  background-color: #1D1D35;
  text-align: center;
  color: #fff; }
  .block-cta-bar-container .block-cta-bar h1,
  .block-cta-bar-container .block-cta-bar h2,
  .block-cta-bar-container .block-cta-bar h3,
  .block-cta-bar-container .block-cta-bar h4,
  .block-cta-bar-container .block-cta-bar h5,
  .block-cta-bar-container .block-cta-bar h6,
  .block-cta-bar-container .block-cta-bar p,
  .block-cta-bar-container .block-cta-bar li,
  .block-cta-bar-container .block-cta-bar a,
  .block-cta-bar-container .block-cta-bar span,
  .block-cta-bar-container .block-cta-bar strong {
    font-size: 30px;
    color: #fff;
    margin: 16px 0; }
  .block-cta-bar-container .block-cta-bar .inner {
    max-width: 796px;
    margin: 0 auto;
    padding: 48px; }
  .block-cta-bar-container .block-cta-bar .btn {
    background-color: #FFD831;
    border: 2px solid #FFD831;
    color: black;
    height: 40px;
    padding: 10px 30px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.0625rem; }
    .block-cta-bar-container .block-cta-bar .btn:hover {
      background-color: transparent;
      color: #fff; }
  .block-cta-bar-container .block-cta-bar-container {
    margin-top: 56px;
    margin-bottom: 56px; }
  @media screen and (min-width: 1200px) {
    .block-cta-bar-container .block-cta-bar .inner {
      padding-top: 72px;
      padding-bottom: 72px; } }

.block-cta-bar-container .jv-separator {
  background-color: #1D1D35; }
  .block-cta-bar-container .jv-separator.bottom {
    background-color: #fff; }
    .block-cta-bar-container .jv-separator.bottom:before {
      border-left-color: #1D1D35; }

.block-cta-bar-container.green .jv-separator {
  background-color: #03695E; }
  .block-cta-bar-container.green .jv-separator.bottom {
    background-color: #fff; }
    .block-cta-bar-container.green .jv-separator.bottom:before {
      border-left-color: #03695E; }

.block-cta-bar-container.green .block-cta-bar {
  background-color: #03695E; }

.block-cta-bar-container.blue .jv-separator {
  background-color: #00B8E0; }
  .block-cta-bar-container.blue .jv-separator.bottom {
    background-color: #fff; }
    .block-cta-bar-container.blue .jv-separator.bottom:before {
      border-left-color: #00B8E0; }

.block-cta-bar-container.blue .block-cta-bar {
  background-color: #00B8E0; }

.block-cta-bar-container.orange .jv-separator {
  background-color: #FB5024; }
  .block-cta-bar-container.orange .jv-separator.bottom {
    background-color: #fff; }
    .block-cta-bar-container.orange .jv-separator.bottom:before {
      border-left-color: #FB5024; }

.block-cta-bar-container.orange .block-cta-bar {
  background-color: #FB5024; }

.block-email-form .newsletter-signup {
  margin-left: 0; }
  .block-email-form .newsletter-signup form .mktoFormRow .mktoFieldWrap input#Email {
    border-color: #862F7D; }
  .block-email-form .newsletter-signup form .mktoButtonRow button {
    background-color: #862F7D !important;
    color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.72px;
    line-height: 21.5px;
    text-transform: uppercase; }

.block-flip-box-slider .slick-track {
  display: flex !important; }

.block-flip-box-slider .slick-list {
  overflow: visible; }

.block-flip-box-slider .slick-slide {
  height: inherit !important; }
  .block-flip-box-slider .slick-slide > div {
    height: 100%;
    padding: 1rem 1rem 2rem; }

.block-flip-box {
  transition: all 0.3s ease;
  height: 100%;
  padding: 2rem;
  position: relative;
  background-color: white;
  text-align: left; }
  .block-flip-box .flip-box_img-wrapper {
    width: 100%;
    position: relative;
    text-align: center; }
  .block-flip-box h3 {
    color: #862F7D; }
  .block-flip-box img {
    width: 58px;
    height: 58px; }
    .block-flip-box img.alt {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    @media all and (max-width: 799px) {
      .block-flip-box img {
        width: 35.08px;
        height: 35.08px; } }
  .block-flip-box:before {
    content: '';
    width: 41px;
    height: 15px;
    background-image: url("../img/svg/arrow-yellow.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(-10px); }
  @media screen and (min-width: 1025px) {
    .block-flip-box:hover {
      background-color: #1D1D35; }
      .block-flip-box:hover img {
        opacity: 0; }
        .block-flip-box:hover img.alt {
          opacity: 1; }
      .block-flip-box:hover h3, .block-flip-box:hover p {
        color: #fff; }
      .block-flip-box:hover:before {
        opacity: 1;
        transform: translateX(0); } }
  @media all and (max-width: 799px) {
    .block-flip-box {
      padding: 1.1875rem; } }

.block-hover-logos .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem; }
  @media all and (max-width: 799px) {
    .block-hover-logos .inner {
      flex-wrap: wrap;
      gap: 32px; }
      .block-hover-logos .inner .hover-logo {
        width: calc(33.33% - 32px);
        max-width: 170px; } }
  @media all and (max-width: 400px) {
    .block-hover-logos .inner {
      flex-direction: column;
      flex-wrap: wrap; }
      .block-hover-logos .inner .hover-logo {
        width: 100%; } }

.block-hover-logos .hover-logo {
  position: relative;
  display: flex; }
  .block-hover-logos .hover-logo img {
    width: 100%;
    transition: all 0.3s ease; }
  .block-hover-logos .hover-logo .alt {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0; }
  .block-hover-logos .hover-logo:hover img:not(.alt) {
    opacity: 0; }
  .block-hover-logos .hover-logo:hover .alt {
    opacity: 1; }

.block-image-fade {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }
  .block-image-fade .jv-device .background {
    background-image: url("../img/content/bc-phone-english.jpg");
    opacity: 1; }
    .block-image-fade .jv-device .background.alt {
      opacity: 0;
      background-image: url("../img/content/bc-phone-spanish.jpeg");
      animation: ongoingFadeIn 10s 4s ease infinite alternate; }

@keyframes ongoingFadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  25% {
    opacity: 1; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.block-image-scroll .sticky {
  position: sticky;
  top: 0; }

.block-image-scroll .jv-section-padded {
  min-height: 620px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .block-image-scroll .jv-section-padded h3 {
    color: #862F7D; }
  @media all and (max-width: 799px) {
    .block-image-scroll .jv-section-padded {
      min-height: 0;
      gap: 2rem;
      margin-top: 5rem;
      text-align: center; }
      .block-image-scroll .jv-section-padded h3 {
        color: #1D1D35;
        margin-bottom: 0.75rem;
        font-size: 19px;
        line-height: 22px; }
      .block-image-scroll .jv-section-padded p {
        margin-bottom: 1.5rem; } }
  @media all and (max-width: 400px) {
    .block-image-scroll .jv-section-padded:first-of-type {
      margin-top: 1rem; } }

.jv-device {
  position: relative; }
  .jv-device .background {
    background-color: white;
    background-size: contain;
    width: 75%;
    margin: 0 auto;
    position: absolute;
    top: 1.25%;
    left: 0;
    right: 0;
    z-index: -1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 0;
    display: flex;
    aspect-ratio: 44 / 29; }
    .jv-device .background.active {
      opacity: 1; }
    @media all and (max-width: 799px) {
      .jv-device .background {
        opacity: 1; } }
  .jv-device.jv-iphone {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    .jv-device.jv-iphone .background {
      width: 96%;
      border-radius: 30px;
      aspect-ratio: 111 / 227; }
    .jv-device.jv-iphone:after {
      content: '';
      width: 95%;
      height: 484px;
      display: block;
      background: orange;
      z-index: 99;
      position: absolute;
      top: 2%;
      left: 2.5%;
      border-radius: 30px;
      box-shadow: 0 10px 15px black;
      z-index: -2; }

div.jv-device-iphone .jv-section-padded {
  min-height: 618px; }

div.jv-device-iphone .jv-section-padded {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media all and (max-width: 799px) {
    div.jv-device-iphone .jv-section-padded {
      margin-top: 0;
      padding-top: 1.5rem; } }

.animated.fill-back {
  animation-fill-mode: inherit; }

.block-laptop-video {
  max-width: 960px;
  margin: -300px auto 0; }
  .block-laptop-video .jv-device {
    z-index: 99; }
    .block-laptop-video .jv-device .background {
      opacity: 1;
      overflow: hidden;
      justify-content: center;
      align-items: flex-end;
      border-radius: 20px; }
      .block-laptop-video .jv-device .background video {
        height: 105%; }
      @media all and (max-width: 799px) {
        .block-laptop-video .jv-device .background {
          border-radius: 4px; }
          .block-laptop-video .jv-device .background video {
            transform: translateY(-8px); } }
  @media all and (max-width: 799px) {
    .block-laptop-video {
      margin-top: -100px; } }

.block-marketo-form {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 48px 24px 56px;
  text-align: center;
  margin: 80px 0 96px; }
  .block-marketo-form h3 {
    margin-top: 10px !important; }
  .block-marketo-form .mktoForm {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px; }
    .block-marketo-form .mktoForm .mktoFormRow {
      width: 100%;
      margin-right: 10px;
      margin-left: 10px; }
      .block-marketo-form .mktoForm .mktoFormRow .mktoFieldWrap label {
        width: calc(100% - 18px) !important; }
      .block-marketo-form .mktoForm .mktoFormRow .mktoFieldWrap ::placeholder {
        color: #fff !important; }
      .block-marketo-form .mktoForm .mktoFormRow .mktoFieldWrap.focus ::placeholder {
        color: initial !important; }
      @media screen and (min-width: 960px) {
        .block-marketo-form .mktoForm .mktoFormRow:nth-of-type(1), .block-marketo-form .mktoForm .mktoFormRow:nth-of-type(2), .block-marketo-form .mktoForm .mktoFormRow:nth-of-type(3), .block-marketo-form .mktoForm .mktoFormRow:nth-of-type(4) {
          width: calc(50% - 20px); } }
    .block-marketo-form .mktoForm .mktoButtonRow {
      width: 100%; }
      .block-marketo-form .mktoForm .mktoButtonRow span {
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .block-marketo-form .mktoForm .mktoButtonRow button {
        width: 100%;
        margin-top: 0 !important;
        background: #0981B0 !important;
        text-shadow: none;
        border-radius: 0;
        font-size: 16px;
        font-family: 'BasisGrotesquePro'; }

.block-newsletter-signup {
  padding: 60px 24px 72px;
  text-align: center;
  background-color: #1D1D35;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat; }
  .block-newsletter-signup h3 {
    margin-top: 10px !important;
    opacity: 1; }
  .block-newsletter-signup-container {
    margin: 80px 0 96px; }
  @media screen and (min-width: 1200px) {
    .block-newsletter-signup {
      padding: 96px 24px; } }

.bar-container {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px; }

.bar {
  width: 100%;
  height: 25px;
  background-color: #862F7D;
  transform-origin: 0 0; }

.jv-stat {
  color: #862F7D;
  font-size: 59px;
  font-weight: bold;
  letter-spacing: -0.17px;
  line-height: 65px; }
  @media all and (max-width: 799px) {
    .jv-stat {
      font-size: 41px;
      letter-spacing: -0.12px;
      line-height: 45.5px; } }

.bar-label {
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  white-space: nowrap; }

.alt .bar {
  background-color: #f2f2f2; }

.fadeIn .bar {
  animation: grow 2s ease; }

.single {
  background-color: #F3F3F3; }
  .single .bar-container {
    position: relative; }
  .single .bar-label:not(.alt) {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: white; }

.block-number-counter .col-md-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.block-number-counter .blue .primary .bar {
  background-color: #0881B0; }

.block-number-counter .blue .jv-stat {
  color: #0881B0; }

.block-number-counter .green .primary .bar {
  background-color: #01685D; }

.block-number-counter .green .jv-stat {
  color: #01685D; }

.block-number-counter .text-center .jv-stat {
  justify-content: center; }

@media (min-width: 1280px) {
  .block-number-counter.container {
    max-width: 1280px; } }

@media all and (max-width: 799px) {
  .block-number-counter .col-md-4 {
    padding-left: 0;
    padding-right: 0; } }

@media all and (max-width: 400px) {
  .block-number-counter span:not(.jv-stat) {
    font-size: 16px; } }

@keyframes grow {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

.block-related-content {
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  margin: 80px 0 96px; }
  .block-related-content h6 {
    margin: 0;
    transition: all 0.3s ease;
    line-height: 1.5; }
  .block-related-content h4 {
    margin: 1em 0 !important;
    transition: all 0.3s ease; }
  .block-related-content span {
    transition: all 0.3s ease; }
  .block-related-content .wrap {
    width: 100%;
    height: 100%;
    min-height: 220px;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease; }
  .block-related-content:hover h4 {
    color: #862F7D; }
  .block-related-content:hover .col-md-6:last-of-type {
    border-right-color: #0981B0;
    border-bottom-color: #0981B0; }
  .block-related-content:hover .col-md-6 .wrap {
    transform: scale(1.1); }

.block-case_study {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }
  .block-case_study .inner {
    padding: 0.5rem 1.5rem 2rem;
    font-weight: 700;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
  .block-case_study p {
    opacity: 1;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 0; }
    .block-case_study p b {
      font-weight: 700; }
  .block-case_study .case_study-img {
    height: 150px;
    overflow: hidden;
    position: relative;
    flex: 1 1 auto; }
    .block-case_study .case_study-img:before {
      content: '';
      display: block;
      border-right: 0;
      border-top: 50px solid transparent;
      border-left: 800px solid #fff;
      border-bottom: 0;
      margin-top: -45px;
      position: absolute;
      left: -1px;
      bottom: -25px;
      z-index: 10; }
    .block-case_study .case_study-img img {
      transform: scale(1.05);
      margin: 0 auto;
      width: 100%; }
    .block-case_study .case_study-img .case_study-logo {
      max-width: 100px;
      margin: 0.5rem 0; }
  .block-case_study.single {
    height: auto;
    display: grid;
    grid-template-columns: 2fr 3fr; }
    .block-case_study.single .case_study-img {
      height: auto;
      position: relative;
      overflow: hidden;
      display: flex; }
      .block-case_study.single .case_study-img img {
        object-fit: cover;
        transition: all 0.3s ease; }
      .block-case_study.single .case_study-img:before {
        content: none; }
      .block-case_study.single .case_study-img .forVideo {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0; }
      .block-case_study.single .case_study-img .playBtn {
        transform: none;
        width: 50px;
        height: 50px;
        background-size: contain;
        bottom: 1rem;
        top: auto;
        left: 1rem;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        border-radius: 50%; }
    .block-case_study.single .inner {
      padding: 1.25rem;
      justify-content: flex-end; }
      .block-case_study.single .inner .quote {
        padding: 2.75rem;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
        color: #862F7D; }
        .block-case_study.single .inner .quote p {
          color: #1D1D35;
          font-size: 15px; }
        .block-case_study.single .inner .quote:before {
          content: '';
          width: 30px;
          height: 30px;
          display: block;
          margin-bottom: 1.15rem;
          background-image: url("../img/svg/quotes-ink.svg");
          background-repeat: no-repeat;
          background-size: contain; }
    .block-case_study.single:hover img {
      transform: scale(1.075); }
    @media screen and (min-width: 1200px) {
      .block-case_study.single {
        margin-left: -80px;
        margin-right: -80px;
        width: calc(100% + 160px); } }
    @media all and (max-width: 799px) {
      .block-case_study.single {
        grid-template-columns: 1fr; }
        .block-case_study.single .inner {
          padding: 2.3125rem;
          justify-content: center; }
          .block-case_study.single .inner .quote {
            font-size: 19px;
            line-height: 23.5px;
            padding: 0 0 2rem; }
          .block-case_study.single .inner p {
            font-size: 12px;
            line-height: 16px; }
            .block-case_study.single .inner p br {
              display: block; } }

.block-speaker {
  position: relative;
  text-align: center;
  z-index: 999999; }
  .block-speaker img {
    border-radius: 50%;
    margin-bottom: 15px;
    max-width: 150px; }
  .block-speaker p {
    margin: 0; }
  .block-speaker .bio-container {
    width: 100vw;
    height: 100vh;
    background-color: rgba(47, 47, 82, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.3s ease 1s;
    display: none;
    align-items: center;
    justify-content: center; }
    .block-speaker .bio-container.active {
      display: block;
      opacity: 1; }
  .block-speaker .bio-inner {
    background-color: #1D1D35;
    max-width: 960px;
    padding: 50px;
    position: relative;
    height: 100vh;
    overflow: scroll; }
    .block-speaker .bio-inner img {
      margin-left: 0; }
    .block-speaker .bio-inner p {
      color: #fff !important;
      margin-top: 0;
      margin-bottom: 15px;
      text-align: left; }
      .block-speaker .bio-inner p:first-of-type {
        text-align: center; }
  .block-speaker .bio-close {
    position: absolute;
    top: 30px;
    right: 25px;
    color: #72E0C0;
    font-size: 40px;
    transition: color 0.3s ease; }
    .block-speaker .bio-close:hover {
      cursor: pointer;
      color: #FFD831; }

.active-speaker {
  overflow-y: hidden; }

@media screen and (min-width: 768px) {
  .block-speaker .bio-container.active {
    display: flex; }
  .block-speaker .bio-inner {
    display: flex;
    align-items: flex-start;
    height: auto; }
    .block-speaker .bio-inner img {
      margin-right: 50px; }
    .block-speaker .bio-inner p:first-of-type {
      text-align: left; } }

.site-content .block-stat-callout {
  text-align: center; }
  .site-content .block-stat-callout p {
    color: inherit !important;
    opacity: 1; }
    .site-content .block-stat-callout p.callout {
      font-size: 59px;
      line-height: 1.2;
      font-weight: 700; }
    .site-content .block-stat-callout p.description {
      line-height: 1.4;
      font-weight: 700; }
  .site-content .block-stat-callout.bordered {
    border: 0px solid #c6c6c6; }
    .site-content .block-stat-callout.bordered.top {
      border-top-width: 2px; }
    .site-content .block-stat-callout.bordered.right {
      border-right-width: 1px; }
    .site-content .block-stat-callout.bordered.bottom {
      border-bottom-width: 2px; }
    .site-content .block-stat-callout.bordered.left {
      border-left-width: 1px; }
    @media all and (max-width: 799px) {
      .site-content .block-stat-callout.bordered {
        border: none !important; } }
  .site-content .block-stat-callout.text-small .callout {
    font-size: 32px; }
  .site-content .block-stat-callout.no-subheading .subheading {
    display: none; }
  @media all and (max-width: 400px) {
    .site-content .block-stat-callout {
      margin-bottom: 1rem;
      max-width: 252px;
      margin-left: auto;
      margin-right: auto; }
      .site-content .block-stat-callout p.is-style-subheading {
        color: #1D1D35 !important;
        font-size: 14px; }
      .site-content .block-stat-callout p.callout {
        font-size: 41.3px;
        margin: 0; }
      .site-content .block-stat-callout p.description {
        font-weight: normal;
        font-size: 14.5px;
        letter-spacing: 0;
        line-height: 16px; } }

.block-video-modal {
  overflow: hidden; }
  .block-video-modal .forVideo .playBtn-container {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: bold;
    color: white;
    max-width: 50%; }
    .block-video-modal .forVideo .playBtn-container p {
      width: 100%;
      margin: 0;
      font-size: 20px;
      line-height: 19px;
      letter-spacing: -0.04px;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      text-align: left; }
    @media all and (max-width: 799px) {
      .block-video-modal .forVideo .playBtn-container {
        gap: 0.5rem; }
        .block-video-modal .forVideo .playBtn-container p {
          font-size: 12px;
          letter-spacing: -0.02px;
          line-height: 13px;
          max-width: 96px; } }
  .block-video-modal .forVideo .playBtn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-image: url(../img/svg/play.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all 0.3s ease; }
    @media all and (max-width: 799px) {
      .block-video-modal .forVideo .playBtn {
        width: 25px;
        height: 25px;
        min-width: 25px; } }
  .block-video-modal img {
    transition: all 0.3s ease; }
  .block-video-modal:hover img {
    transform: scale(1.025); }

.main-navigation ul.menu > li.menu-item-has-children > a:after,
.main-navigation ul.menu > li.page_item_has_children > a:after,
.main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.main-navigation ul.nav-menu > li.page_item_has_children > a:after {
  content: ""; }

body {
  background-color: #f2f2f2; }

.page, .post {
  margin: 0 0 0; }

.site {
  position: relative; }

.js-opensubmenu + #overlay {
  opacity: 1;
  z-index: 19; }

#overlay {
  transition: opacity 0.5s ease;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 43, 74, 0.2);
  opacity: 0;
  z-index: -20;
  cursor: pointer; }

.imgCollorBg {
  position: relative;
  z-index: 4; }
  .imgCollorBg img {
    position: relative;
    z-index: 3; }
  .imgCollorBg svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translate(5%, -5%);
    z-index: 2; }

.blokColorBg {
  background: #fff;
  position: relative;
  z-index: 4;
  padding: 45px; }
  .blokColorBg h6 {
    margin-bottom: 30px; }
  .blokColorBg p {
    margin: 0; }
  .blokColorBg:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    background-color: inherit;
    width: 100%;
    height: 100%;
    z-index: -1; }

.svgBg_wrap {
  position: relative;
  z-index: 4;
  display: inline-block; }
  .svgBg_wrap img {
    position: relative;
    z-index: 3; }

.svgBg {
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .svgBg.to_top {
    top: -8px; }
  .svgBg.to_top_1-5 {
    top: -12px; }
  .svgBg.to_top_2 {
    top: -16px; }
  .svgBg.to_top_3 {
    top: -24px; }
  .svgBg.to_bottom {
    bottom: -8px; }
  .svgBg.to_bottom_1-5 {
    bottom: -12px; }
  .svgBg.to_bottom_2 {
    bottom: -16px; }
  .svgBg.to_bottom_3 {
    bottom: -24px; }
  .svgBg.to_left {
    left: -11px; }
  .svgBg.to_left_1-5 {
    left: -16.5px; }
  .svgBg.to_left_2 {
    left: -22px; }
  .svgBg.to_left_3 {
    left: -33px; }
  .svgBg.to_right {
    right: -11px; }
  .svgBg.to_right_1-5 {
    right: -16.5px; }
  .svgBg.to_right_2 {
    right: -22px; }
  .svgBg.to_right_3 {
    right: -33px; }
  .svgBg.svg_rotate svg {
    transform: scale(1, -1); }
  .svgBg_in {
    position: relative;
    height: 100%; }
  .svgBg svg {
    position: absolute;
    bottom: 0;
    right: 0; }
  .svgBg.to_left svg, .svgBg.to_left_2 svg, .svgBg.to_left_3 svg {
    right: auto; }

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

@media all and (max-width: 1279px) {
  .section {
    padding: 60px 0; } }

@media all and (max-width: 799px) {
  .section {
    padding: 40px 0; } }

.section_line {
  margin-top: 80px;
  padding-top: 60px;
  border-top: solid 2px rgba(189, 185, 178, 0.3); }

.bgCircle {
  line-height: 0;
  position: absolute;
  z-index: 0; }

.burger {
  display: none;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 150;
  cursor: pointer;
  height: 12px; }
  .burger:after {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    content: ''; }
  .burger__line {
    transform-origin: left center;
    transition: opacity .4s, transform .4s;
    background-color: #1D1D35;
    width: 20px;
    height: 2px; }
    .is-open .burger__line_top {
      transform: translateY(-2px) rotate(45deg); }
    .is-open .burger__line_bottom {
      transform: translateY(2px) rotate(-45deg); }
    .is-open .burger__line_center {
      transform: scale(0); }
  @media screen and (max-width: 1024px) {
    .burger {
      display: flex; } }

.is-open-menu {
  overflow: hidden; }

#masthead {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 88px;
  background-color: #fff; }
  #masthead.js-opensubmenu {
    background-color: #f3f3f3;
    height: auto; }
    #masthead.js-opensubmenu .main-navigation ul li.menu-item-has-children .sub-menu {
      padding-top: 25px;
      display: block;
      height: auto;
      transition: opacity  0s;
      opacity: 1; }
    #masthead.js-opensubmenu .hederwrap {
      padding-top: 20px; }
  #masthead .hederwrap {
    position: relative;
    height: 100%;
    margin-left: 25px;
    margin-right: 25px;
    transition: all 0.3s ease;
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    /*&:after {
			position: absolute;
			top: 71px;
			z-index: 4;
			background-color: #dbdbdb;
			width: 100%;
			left:0;
			height: 1px;
			content: "";
		}*/ }
    @media screen and (max-width: 1024px) {
      #masthead .hederwrap {
        justify-content: space-between; } }
  #masthead .site-branding {
    width: 23%; }
    #masthead .site-branding .custom-logo-link {
      display: block;
      width: 100%;
      height: 100%; }
    @media all and (max-width: 799px) {
      #masthead .site-branding {
        height: 48px;
        width: 72px; } }
    #masthead .site-branding img {
      width: auto;
      height: 100%;
      max-width: 110px; }
  @media screen and (max-width: 1024px) {
    #masthead .menu-top-main-container {
      width: calc(100% + 50px);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 -25px;
      padding: 0 25px;
      top: 100%;
      background-color: #f3f3f3;
      transform: translateY(-200%);
      transition: transform .4s; }
      #masthead .menu-top-main-container.is-open {
        transform: translateY(0); }
      #masthead .menu-top-main-container .menu-top-main-container {
        position: relative;
        left: auto;
        top: auto;
        background-color: transparent;
        transform: none; } }
  @media screen and (max-width: 1024px) {
    #masthead #desktopMenu {
      display: none; } }
  #masthead #mobileMenu {
    display: none;
    padding: 25px;
    height: calc(100vh - 68px);
    overflow: scroll; }
    #masthead #mobileMenu .row section {
      padding-right: 25px;
      padding-left: 25px; }
      @media all and (max-width: 799px) {
        #masthead #mobileMenu .row section:first-child h2 {
          margin-top: 25px; } }
    #masthead #mobileMenu .social_nav {
      padding-top: 20px; }
      #masthead #mobileMenu .social_nav .socials a {
        margin: 0 8px; }
        #masthead #mobileMenu .social_nav .socials a:first-child {
          margin-left: 0; }
    #masthead #mobileMenu h2.menuTitle {
      display: none;
      color: rgba(29, 29, 53, 0.2);
      font-size: 10px;
      margin-bottom: 25px;
      text-transform: uppercase; }
    #masthead #mobileMenu section .menu {
      display: block;
      padding-bottom: 20px;
      font-size: 28px;
      line-height: 1.5em; }
      #masthead #mobileMenu section .menu li a {
        color: #1D1D35; }
      #masthead #mobileMenu section .menu > li {
        padding-top: 1.25rem;
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 2px solid #1D1D35; }
        #masthead #mobileMenu section .menu > li > a {
          width: 100%;
          margin: 0;
          display: block;
          position: relative;
          display: block;
          font-size: 14px;
          line-height: 14px;
          letter-spacing: 2px;
          text-transform: uppercase; }
          #masthead #mobileMenu section .menu > li > a::after {
            display: none; }
        #masthead #mobileMenu section .menu > li:first-of-type {
          border-top: 2px solid #1D1D35; }
        #masthead #mobileMenu section .menu > li.jv-expanded .sub-menu {
          display: block; }
        #masthead #mobileMenu section .menu > li.jv-expanded > a:before {
          content: '\f077'; }
        #masthead #mobileMenu section .menu > li.menu-item-has-children > a:before {
          content: '\f078';
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          position: absolute;
          right: 1rem;
          top: 50%;
          transform: translateY(-50%); }
    #masthead #mobileMenu .sub-menu {
      display: none;
      margin-top: 1rem; }
      #masthead #mobileMenu .sub-menu li {
        padding: 12px 0 9px;
        letter-spacing: 0.23px; }
        #masthead #mobileMenu .sub-menu li a {
          padding: 0;
          font-size: 17px;
          font-weight: 500;
          line-height: 1.33; }
    @media screen and (max-width: 1024px) {
      #masthead #mobileMenu {
        display: block; } }
  #masthead .bookbtn {
    margin-left: auto;
    width: 23%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #masthead .bookbtn a {
      color: #1D1D35;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 1.87px;
      line-height: 16px;
      text-align: center;
      text-transform: uppercase; }
    #masthead .bookbtn .btn {
      height: auto;
      line-height: 1;
      font-size: 14.5px;
      padding: 12px 16px 10px;
      border-radius: 25px;
      font-weight: 700;
      background-color: #1D1D35;
      color: #ffffff; }
      #masthead .bookbtn .btn:hover {
        color: #1D1D35;
        background-color: #862F7D;
        border-color: #862F7D;
        color: #fff; }
        #masthead .bookbtn .btn:hover.btn_border_yellow {
          background-color: #862F7D; }
    @media screen and (max-width: 1024px) {
      #masthead .bookbtn {
        width: 100%;
        justify-content: flex-end; } }
  #masthead .main-navigation {
    display: block;
    float: none;
    clear: both; }
    @media screen and (min-width: 1025px) {
      #masthead .main-navigation {
        width: 54%; } }
    @media screen and (max-width: 1024px) {
      #masthead .main-navigation {
        order: 4;
        display: flex;
        align-items: center;
        margin: 0 0 0 30px;
        padding: 0;
        width: auto;
        justify-content: flex-end;
        min-width: 0; } }
    @media all and (max-width: 799px) {
      #masthead .main-navigation {
        margin-left: 24px; } }
    #masthead .main-navigation ul {
      font-size: 14.5px;
      font-weight: 700;
      display: flex;
      align-items: flex-start;
      justify-content: center; }
      @media screen and (min-width: 1105px) {
        #masthead .main-navigation ul#menu-top-main > li > a {
          font-size: 18px; } }
      @media screen and (max-width: 1024px) {
        #masthead .main-navigation ul {
          justify-content: space-between; } }
      @media screen and (max-width: 767px) {
        #masthead .main-navigation ul {
          flex-wrap: wrap; } }
      #masthead .main-navigation ul li {
        float: none;
        box-sizing: border-box;
        padding: 34.5px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        @media screen and (max-width: 767px) {
          #masthead .main-navigation ul li {
            width: 100%; } }
        #masthead .main-navigation ul li.current_page_item a {
          color: #862F7D; }
        #masthead .main-navigation ul li a {
          position: relative;
          width: auto;
          /*
					&:after {
						position: absolute;
						bottom: 0;
						z-index: 5;
						// left: 25px;
						left: 0;
						background-color: transparent;
						// width: calc(100% - 80px);
						width: 100%;
						height: 2px;
						content: "";
					}
					*/ }
          #masthead .main-navigation ul li a .label {
            margin-top: -3px;
            font-size: 11px;
            display: inline-block;
            height: 18px;
            line-height: 18px;
            padding: 0 10px;
            margin-right: 5px;
            border-radius: 9px;
            color: #fff;
            background-color: #FF8458;
            transform: translate(0%, -13%); }
        #masthead .main-navigation ul li:hover > a:after {
          background-color: #862F7D; }
        @media all and (max-width: 799px) {
          #masthead .main-navigation ul li:hover > a {
            text-decoration: none;
            color: #862F7D; } }
      #masthead .main-navigation ul > li.current-menu-parent > a {
        color: #862F7D; }
        #masthead .main-navigation ul > li.current-menu-parent > a:after {
          background-color: #862F7D; }
      #masthead .main-navigation ul > li.menu-item-has-children {
        position: relative; }
        #masthead .main-navigation ul > li.menu-item-has-children .sub-menu {
          height: 0;
          overflow: hidden;
          width: inherit;
          opacity: 0;
          background-color: #ffffff;
          z-index: 3;
          position: absolute;
          top: 100%;
          box-shadow: 0 5px 15px rgba(50, 50, 50, 0.1);
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 1024px) {
            #masthead .main-navigation ul > li.menu-item-has-children .sub-menu {
              display: block;
              height: auto;
              transition: opacity  0s;
              opacity: 1;
              position: relative;
              box-shadow: none;
              background-color: transparent;
              padding-top: 0 !important; }
              #masthead .main-navigation ul > li.menu-item-has-children .sub-menu a {
                font-size: 18px;
                padding-bottom: 0 !important; } }
          #masthead .main-navigation ul > li.menu-item-has-children .sub-menu .menu-item-description {
            margin-top: 0.5rem;
            font-size: 12px;
            display: inline-block;
            width: 100%;
            opacity: 0.7; }
            @media screen and (max-width: 1024px) {
              #masthead .main-navigation ul > li.menu-item-has-children .sub-menu .menu-item-description {
                display: none; } }
          @media screen and (min-width: 1025px) {
            #masthead .main-navigation ul > li.menu-item-has-children .sub-menu:before {
              content: '';
              position: absolute;
              top: 0;
              z-index: 5;
              opacity: 0;
              width: 0;
              left: 0;
              background-color: #862F7D;
              height: 2px;
              transition: all 1px solid; } }
          #masthead .main-navigation ul > li.menu-item-has-children .sub-menu > li {
            padding: 0px;
            flex: 1; }
            #masthead .main-navigation ul > li.menu-item-has-children .sub-menu > li a {
              padding: 1.5rem 1.5rem 0.75rem;
              min-width: 200px; }
              #masthead .main-navigation ul > li.menu-item-has-children .sub-menu > li a:after {
                display: none; }
              #masthead .main-navigation ul > li.menu-item-has-children .sub-menu > li a:hover {
                color: #862F7D; }
            #masthead .main-navigation ul > li.menu-item-has-children .sub-menu > li.current_page_item a:after {
              display: none; }
        #masthead .main-navigation ul > li.menu-item-has-children:hover .sub-menu {
          height: auto;
          opacity: 1; }
          #masthead .main-navigation ul > li.menu-item-has-children:hover .sub-menu:before {
            opacity: 1;
            width: 75px; }
        #masthead .main-navigation ul > li.menu-item-has-children.jv-mega-menu .sub-menu {
          flex-wrap: wrap; }
          @media screen and (min-width: 1025px) {
            #masthead .main-navigation ul > li.menu-item-has-children.jv-mega-menu .sub-menu {
              min-width: 720px; }
              #masthead .main-navigation ul > li.menu-item-has-children.jv-mega-menu .sub-menu > li {
                width: 33.33%; } }
      #masthead .main-navigation ul .menu-item-description {
        display: none; }

.is-fixed #masthead {
  z-index: 0; }

@media screen and (min-width: 1025px) {
  .trans-header #masthead {
    background-color: transparent;
    box-shadow: none; }
    .trans-header #masthead .main-navigation #menu-top-main > li > a {
      color: #fff;
      transition: color 0.3s ease; }
    .trans-header #masthead .main-navigation #menu-top-main > li:hover > a {
      color: #862F7D; }
    .trans-header #masthead .bookbtn .btn {
      background-color: rgba(255, 255, 255, 0.25);
      border-color: #ffffff;
      color: #fff; }
      .trans-header #masthead .bookbtn .btn:hover {
        background-color: #862F7D;
        border-color: #862F7D; }
    .trans-header #masthead .btn_border_yellow {
      background-color: rgba(47, 47, 82, 0.25);
      color: #fff; }
  .trans-header #content {
    padding-top: 0; } }

@media screen and (min-width: 1025px) and (min-width: 992px) {
  .trans-header .wp-block-kadence-rowlayout:first-of-type .kb-blocks-bg-video-container .kb-blocks-bg-video {
    height: 100%; } }

#content {
  padding-top: 88px;
  position: relative; }

.right-sidebar .content-area,
body.right-sidebar .content-area {
  float: none;
  margin-right: 0;
  width: 100%; }

a.remove:before {
  color: #fff; }

.entry-content ul {
  padding-left: 0;
  list-style-type: none; }
  .entry-content ul li {
    position: relative;
    margin-bottom: .5em;
    padding-left: 1em;
    line-height: normal;
    font-size: 18px; }
    .entry-content ul li:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin: .3em 0 0 0;
      border-radius: 50%;
      background-color: gray;
      width: .6em;
      height: .6em;
      content: ""; }

.topMain {
  top: 0;
  right: 0; }
  .newspress .topMain,
  .insights .topMain,
  .page-template-page-about-us .topMain,
  .contactPage .topMain,
  .book_a_demo .topMain {
    width: 896px;
    height: 896px;
    transform: translate(43%, -55%) rotate(-65deg) scale(1);
    opacity: 0.6; }
    @media all and (max-width: 1679px) {
      .newspress .topMain,
      .insights .topMain,
      .page-template-page-about-us .topMain,
      .contactPage .topMain,
      .book_a_demo .topMain {
        transform: translate(43%, -55%) rotate(-65deg) scale(0.7); } }
  .newspress.insights .topMain,
  .book_a_demo .topMain,
  .page-template-page-about-us .topMain {
    opacity: 1; }
  .insights .topMain {
    opacity: 0.3; }

.hiroBlock {
  padding-top: 115px;
  padding-bottom: 140px; }
  @media all and (max-width: 1279px) {
    .home .hiroBlock img {
      max-width: none;
      width: 345px; } }
  @media all and (max-width: 799px) {
    .hiroBlock {
      padding: 40px 0; } }
  .hiroBlock .btnLine {
    padding-top: 0px; }
    @media all and (max-width: 1279px) {
      .hiroBlock .btnLine {
        padding-top: 80px; } }
    @media all and (max-width: 799px) {
      .hiroBlock .btnLine .btn {
        margin-bottom: 25px; } }

.contactForm {
  padding: 100px 0 130px; }
  .contactForm .container h2 {
    margin-top: 0;
    margin-bottom: 0.75em; }
    .contactForm .container h2 + p {
      padding-bottom: 17px;
      margin-bottom: 0; }
      @media all and (max-width: 1679px) {
        .contactForm .container h2 + p {
          padding-bottom: 7px;
          margin-bottom: 0px; } }
      @media all and (max-width: 1279px) {
        .contactForm .container h2 + p {
          padding-top: 10px;
          padding-bottom: 10px;
          margin-top: 0px;
          margin-bottom: 0px; } }
  .contactForm .wpcf7 {
    padding-top: 14px; }

.scroldown {
  margin-left: 30px; }
  .scroldown.btn {
    color: #000; }

.backTo {
  margin-bottom: 60px; }
  .backTo .textAndButton .btn {
    margin-right: 25px; }

.authorby {
  font-size: 16px;
  display: flex;
  align-items: center; }
  .authorby img {
    width: 70px;
    border-radius: 50%;
    margin-right: 15px; }
  .authorby p {
    margin: 2px;
    line-height: 1.45; }

header.page-header {
  margin-bottom: 50px; }
  header.page-header .col-md-6:first-of-type {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  header.page-header .item_tag {
    font-size: 12px;
    color: rgba(29, 29, 53, 0.7);
    text-transform: uppercase; }
    header.page-header .item_tag a {
      display: inline-block;
      padding-right: 30px; }

#singleContent p + h2,
#singleContent p + h3,
#singleContent p + h4,
#singleContent p + h5,
#singleContent p + h6 {
  margin-top: 2em;
  margin-bottom: 0.7em; }

#singleContent h2, #singleContent .h2,
#singleContent h3, #singleContent .h3,
#singleContent h4, #singleContent .h4,
#singleContent h5, #singleContent .h5,
#singleContent h6, #singleContent .h6,
#singleContent .h7 {
  margin-top: 2em; }
  #singleContent h2:first-child, #singleContent .h2:first-child,
  #singleContent h3:first-child, #singleContent .h3:first-child,
  #singleContent h4:first-child, #singleContent .h4:first-child,
  #singleContent h5:first-child, #singleContent .h5:first-child,
  #singleContent h6:first-child, #singleContent .h6:first-child,
  #singleContent .h7:first-child {
    margin-top: 0; }

#singleContent .socials {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #singleContent .socials button {
    margin: 0 18px; }
  #singleContent .socials span {
    opacity: 0.5;
    padding-right: 20px; }
    @media all and (max-width: 799px) {
      #singleContent .socials span {
        padding-right: 0px;
        padding-bottom: 30px;
        display: block; } }

.post-thumbnail {
  margin-bottom: 50px; }

.relatedArticle_item {
  padding: 32px;
  border: 2px solid #E7E9EB;
  border-radius: 2px;
  margin-bottom: 35px;
  font-weight: 900; }
  @media all and (max-width: 1279px) {
    .relatedArticle_item {
      padding: 20px;
      height: 100%; } }

.relatedArticle_thumb {
  margin-bottom: 32px; }
  @media all and (max-width: 1279px) {
    .relatedArticle_thumb {
      margin-bottom: 25px;
      overflow: hidden; } }

.relatedArticle_category {
  margin-bottom: 20px;
  font-size: 12px;
  color: #048468;
  text-transform: uppercase; }
  @media all and (max-width: 1279px) {
    .relatedArticle_category {
      font-size: 10px; } }

.relatedArticle_content {
  margin-bottom: 80px;
  font-size: 22px;
  line-height: 1.3em; }
  @media all and (max-width: 1279px) {
    .relatedArticle_content {
      font-size: 15px;
      line-height: 1.667em;
      margin-bottom: 40px; } }

.relatedArticle_tag {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500; }
  @media all and (max-width: 1279px) {
    .relatedArticle_tag {
      font-size: 10px; } }

@media all and (max-width: 799px) {
  .socials {
    text-align: center;
    margin: 15px 0; } }

.socials button,
.socials a {
  display: inline-flex;
  margin: 0 5px;
  cursor: pointer;
  border: none;
  background: white;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  align-items: center;
  transition: 0.2s all ease-in-out; }
  @media all and (max-width: 799px) {
    .socials button,
    .socials a {
      margin: 0 15px; } }
  .socials button:hover,
  .socials a:hover {
    background: #FFD831; }
  .socials button svg,
  .socials a svg {
    height: 13px;
    width: auto;
    margin: 0 auto; }
  @media all and (max-width: 799px) {
    .socials button,
    .socials a {
      height: 40px;
      width: 40px; }
      .socials button svg,
      .socials a svg {
        height: 25px; }
      .socials button:not(:last-of-type),
      .socials a:not(:last-of-type) {
        margin-right: 1rem; } }

.mapInfoBlock .officeWrap {
  border-top: 1px solid #F2F2F2;
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 960px;
  margin: 0 auto; }
  @media all and (max-width: 1279px) {
    .mapInfoBlock .officeWrap {
      border-top: none; } }
  @media all and (max-width: 799px) {
    .mapInfoBlock .officeWrap {
      padding-top: 0px; } }
  .mapInfoBlock .officeWrap .office {
    font-size: 22px;
    line-height: 1.8em; }
    @media all and (max-width: 799px) {
      .mapInfoBlock .officeWrap .office {
        font-size: 16px; } }
    .mapInfoBlock .officeWrap .office_name {
      margin-bottom: 45px;
      font-weight: 900; }
      .mapInfoBlock .officeWrap .office_name span {
        padding: .3em .7em .25em;
        margin: 0 -.3em; }
    .mapInfoBlock .officeWrap .office_adress {
      line-height: 1.8em;
      opacity: 0.7; }
      @media all and (max-width: 1279px) {
        .mapInfoBlock .officeWrap .office_adress {
          font-size: 16px; } }
      @media all and (max-width: 799px) {
        .mapInfoBlock .officeWrap .office_adress {
          padding-bottom: 60px; } }
    .mapInfoBlock .officeWrap .office:last-child .office_adress {
      padding-bottom: 0; }

.hoverBlock {
  position: relative;
  z-index: 5; }
  .hoverBlock_inner {
    transition: all .3s ease;
    padding: 32px 32px 60px;
    border: 2px solid   #e7e9eb;
    border-radius: 2px;
    background: #fff;
    height: 100%;
    position: relative; }
    .hoverBlock_inner:after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-image: url(../img/svg/stripe_blue.svg); }
    .hoverBlock_inner .hoverBlock_title,
    .hoverBlock_inner .hoverBlock_tag,
    .hoverBlock_inner .hoverBlock_cat {
      transition: color 0.3s ease; }
    .hoverBlock_inner:hover {
      border: 2px solid #0981B0; }
      .hoverBlock_inner:hover .hoverBlock_title,
      .hoverBlock_inner:hover .hoverBlock_tag,
      .hoverBlock_inner:hover .hoverBlock_cat {
        color: #0981B0; }
      .hoverBlock_inner:hover:after {
        transition: all 0.3s ease;
        height: calc(100% + 7px);
        width: calc(100% + 7px); }

.single-post .post-thumbnail {
  text-align: center; }
  .single-post .post-thumbnail img {
    object-fit: contain;
    height: 440px;
    width: 100%; }

.dragMe {
  width: 133px;
  height: 133px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  line-height: 133px;
  position: absolute;
  border-radius: 100%;
  z-index: 5;
  cursor: move;
  background-size: 133px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/svg/dragMe.svg"); }

.spinner {
  top: 0;
  left: 50%;
  margin-top: 100px;
  transform: translate(-50%, 0);
  width: 200px;
  height: 200px;
  position: absolute;
  background-image: url(../img/svg/spinner.svg);
  display: none; }
  .loading .spinner {
    display: block; }

.callToAction {
  min-height: 424px;
  padding: 70px 0;
  background-color: #00B8E0;
  position: relative;
  overflow: hidden; }
  .callToAction.pink {
    background-color: #F3A5AF; }
  @media all and (max-width: 1279px) {
    .callToAction.section {
      min-height: 370px;
      height: auto;
      padding: 50px 0; } }
  @media all and (max-width: 799px) {
    .callToAction.section {
      height: auto;
      padding: 100px 0; } }
  .callToAction .meet1,
  .callToAction .meet2 {
    position: absolute;
    line-height: 0;
    bottom: -1px;
    z-index: 2; }
    @media all and (max-width: 799px) {
      .callToAction .meet1,
      .callToAction .meet2 {
        display: none; } }
  .callToAction .meet1 {
    left: 0; }
    @media all and (max-width: 1279px) {
      .callToAction .meet1 {
        margin-left: 0; } }
  .callToAction .meet2 {
    right: 0;
    margin-right: 6.25%; }
    @media all and (max-width: 1679px) {
      .callToAction .meet2.bee {
        margin-right: 1.25%; } }
    @media all and (max-width: 1279px) {
      .callToAction .meet2 {
        margin-right: 6.25%; }
        .callToAction .meet2.bee {
          margin-right: -7.5%; } }
  .callToAction .container {
    position: relative;
    z-index: 3; }
  .callToAction h2, .callToAction h3, .callToAction h4 {
    margin: 50px auto !important;
    letter-spacing: -0.22px;
    max-width: 50%; }
    @media all and (max-width: 1279px) {
      .callToAction h2.small, .callToAction h3.small, .callToAction h4.small {
        font-size: 24px;
        line-height: 30px; } }
    @media all and (max-width: 1279px) {
      .callToAction h2, .callToAction h3, .callToAction h4 {
        max-width: none;
        font-size: 32px;
        line-height: 30px; } }
  .callToAction .nextup {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; }
    @media all and (max-width: 799px) {
      .callToAction .nextup {
        margin: 0 auto;
        max-width: 220px; } }
  .callToAction .btn {
    color: #0981B0;
    width: 180px;
    justify-content: center;
    font-size: 17px;
    border: transparent solid 2px;
    transition: all .1s; }
    @media all and (max-width: 799px) {
      .callToAction .btn {
        margin-top: 5px; } }
    .callToAction .btn:hover {
      color: #fff;
      border: #0981B0 solid 2px;
      background-color: transparent; }

.forVideo {
  position: relative;
  cursor: pointer; }
  @media all and (max-width: 1679px) {
    .forVideo {
      max-width: 100%;
      margin: 0 auto;
      margin-top: 50px; } }
  .forVideo .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    width: 112px;
    height: 112px;
    background-image: url("../img/svg/play.svg");
    background-size: 112px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    z-index: 5; }
    .forVideo .playBtn:hover {
      opacity: 0.7; }
    @media all and (max-width: 799px) {
      .forVideo .playBtn {
        transform: translate(-50%, -50%) scale(0.5); } }

figure.play {
  overflow: hidden; }
  figure.play img {
    transition: all 0.3s ease; }
  figure.play a:before {
    content: '';
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    border-radius: 50%;
    background-image: url("../img/svg/icon-play.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10; }
  figure.play a:hover img {
    transform: scale(1.1); }

.fancybox-bg {
  opacity: 1 !important;
  background-color: rgba(29, 29, 53, 0.99); }

.fancybox-button {
  background: transparent; }

.fancybox-navigation .fancybox-button {
  height: 56px;
  width: 56px;
  padding: 0;
  border: 2px solid #0881b0;
  color: #fff; }
  .fancybox-navigation .fancybox-button:disabled {
    display: none; }
  .fancybox-navigation .fancybox-button.btn_arrow_left {
    left: 45px; }
  .fancybox-navigation .fancybox-button.btn_arrow_right {
    right: 45px; }

.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  visibility: visible;
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-can-zoomIn .fancybox-content {
  max-width: 1000px !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important; }
  .fancybox-can-zoomIn .fancybox-content img {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5 ease; }

.page h1 + p, .page .h1 + p,
.page h2 + p, .page .h2 + p,
.page h3 + p, .page .h3 + p,
.page h4 + p, .page .h4 + p,
.page h5 + p, .page .h5 + p,
.page h6 + p, .page .h6 + p,
.page .h7 + p {
  margin-top: 0; }

.page-template-default .content-area > *:first-child {
  margin-top: 0; }

.page-template-default h1, .page-template-default .h1,
.page-template-default h2, .page-template-default .h2,
.page-template-default h3, .page-template-default .h3,
.page-template-default h4, .page-template-default .h4,
.page-template-default h5, .page-template-default .h5,
.page-template-default h6, .page-template-default .h6,
.page-template-default .h7 {
  margin-top: 1.5em;
  margin-bottom: 1em; }
  .page-template-default h1 + p, .page-template-default .h1 + p,
  .page-template-default h2 + p, .page-template-default .h2 + p,
  .page-template-default h3 + p, .page-template-default .h3 + p,
  .page-template-default h4 + p, .page-template-default .h4 + p,
  .page-template-default h5 + p, .page-template-default .h5 + p,
  .page-template-default h6 + p, .page-template-default .h6 + p,
  .page-template-default .h7 + p {
    margin-top: 0; }

.page-template-default h1 {
  margin-bottom: 50px; }

.page-template-default article {
  padding: 105px 0 135px; }

.page-template-default ul.simple > li:last-child {
  padding-bottom: 0em; }

.alwaysBigImg {
  width: 622px;
  max-width: none; }
  @media all and (max-width: 1279px) {
    .alwaysBigImg {
      width: 391px;
      height: auto;
      max-width: none;
      transform: translate(-45%, 0%); } }

.page-id-23882 .topMain {
  width: 1545.6px;
  height: 1545.6px;
  transform: translate(64%, -47%) rotate(1deg) scale(1, -1); }
  @media all and (max-width: 1679px) {
    .page-id-23882 .topMain {
      transform: translate(64%, -47%) rotate(1deg) scale(0.7, -0.7); } }

.page-template-page-book-a-demo #content {
  overflow-x: visible; }

.book_a_demo .hiroBlock h3 {
  margin-bottom: 0.625em; }

.book_a_demo .hiroBlock p {
  margin-bottom: 2.5em; }

.book_a_demo .mktoForm,
.book_a_demo .wpcf7 {
  max-width: 656px;
  margin: 0 auto; }
  .book_a_demo .mktoForm p,
  .book_a_demo .wpcf7 p {
    margin-bottom: 1em; }

.page-thank-you .page-header {
  background-image: url("/wp-content/uploads/shutterstock_1437983111-1.jpg");
  background-position: center 30%;
  background-size: cover;
  position: relative; }
  .page-thank-you .page-header:before {
    content: '';
    background-image: radial-gradient(at right center, rgba(47, 47, 82, 0.25) 24%, #1D1D35 100%);
    mix-blend-mode: normal;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0; }

.adBanner {
  background-color: transparent;
  height: 1px;
  width: 1px; }

.page-template-page-thank-you-submission .blogContent.blogBlock {
  padding: 80px 0 0; }

.page-template-page-thank-you-submission .blogContent .btnBlog {
  padding-bottom: 140px; }

.archive .colorBgNews {
  padding-bottom: 70px; }

blockquote.is-style-fancy-quote {
  margin: 0;
  padding: 0;
  border: none; }
  blockquote.is-style-fancy-quote p {
    font-size: 32px !important;
    color: #1D1D35 !important;
    line-height: 1.3 !important;
    margin-top: 25px !important;
    opacity: 1 !important; }
    @media all and (max-width: 799px) {
      blockquote.is-style-fancy-quote p {
        font-size: 20px; } }
  blockquote.is-style-fancy-quote:before {
    left: 0;
    top: 40px;
    height: auto;
    content: '"';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 110px;
    color: #862F7D;
    opacity: 0.5;
    font-family: ccsignlanguage, sans-serif;
    font-weight: 400;
    font-style: italic; }
  blockquote.is-style-fancy-quote cite {
    color: #862F7D;
    padding-top: 0; }
  blockquote.is-style-fancy-quote.accent-yellow:before,
  blockquote.is-style-fancy-quote.accent-yellow cite {
    color: #FFD831; }

blockquote.has-text-align-center cite {
  justify-content: center; }

blockquote.text-white p {
  color: #fff; }

.has-text-align-center {
  text-align: center; }

.jv-arrow-accent {
  font-family: ccsignlanguage, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #862F7D;
  font-size: 28px;
  line-height: 1.15;
  bottom: -70px;
  right: 0;
  display: block;
  width: auto !important;
  position: relative;
  margin: 0;
  top: 5px;
  left: 25%; }
  .jv-arrow-accent:before {
    content: '';
    width: 50px;
    height: 75px;
    display: block;
    background-image: url("../img/svg/icon-scribble-arrow-up.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px !important;
    position: absolute;
    left: -65px;
    top: -20px;
    margin: 0; }
  .jv-arrow-accent.jv-arrow-accent-left {
    position: absolute;
    width: auto;
    top: 115px;
    left: 66.5%; }
    .jv-arrow-accent.jv-arrow-accent-left:before {
      transform: rotate(-45deg);
      top: 14px;
      left: -30px;
      width: 35px !important; }
    @media all and (max-width: 799px) {
      .jv-arrow-accent.jv-arrow-accent-left {
        top: -25px; }
        .jv-arrow-accent.jv-arrow-accent-left:before {
          transform: rotate(-125deg);
          left: auto;
          right: 45px; } }
  .jv-arrow-accent.jv-arrow-accent-top {
    position: absolute;
    width: auto;
    top: -80px;
    left: 0%;
    max-width: 250px; }
    .jv-arrow-accent.jv-arrow-accent-top:before {
      transform: rotate(-159deg);
      top: 14px;
      left: auto;
      width: 35px !important;
      right: -30px; }

.jv-accent-container {
  position: relative; }

.jv-comparison-table table {
  color: #fff;
  border-spacing: 0px;
  border-collapse: collapse; }
  .jv-comparison-table table th {
    font-size: 24px;
    font-weight: 900; }
  .jv-comparison-table table td {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    padding: 1.5rem;
    border-collapse: collapse;
    border-spacing: 0px; }
    .jv-comparison-table table td:nth-of-type(odd) {
      position: relative;
      border-right: 2px solid rgba(255, 255, 255, 0.5); }
      .jv-comparison-table table td:nth-of-type(odd):before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
        color: #2BC763;
        width: 100%;
        display: inline-block; }
    .jv-comparison-table table td:nth-of-type(even) {
      position: relative; }
      .jv-comparison-table table td:nth-of-type(even):before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00d";
        color: #FB5024;
        width: 100%;
        display: inline-block; }
    @media all and (max-width: 799px) {
      .jv-comparison-table table td {
        font-size: 14px;
        padding: 1rem 0.25rem; } }
  .jv-comparison-table table tr:not(:last-of-type) td {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5); }

.jv-comparison-table.dark table {
  color: #000; }
  .jv-comparison-table.dark table td:nth-of-type(odd) {
    border-right-color: rgba(0, 0, 0, 0.15); }
  .jv-comparison-table.dark table tr:not(:last-of-type) td {
    border-bottom-color: rgba(0, 0, 0, 0.15); }

.jv-hidden-img * {
  z-index: 0; }

.jv-hidden-img .kt-row-layout-bottom-sep {
  z-index: 10; }

@media screen and (min-width: 1025px) {
  .jv-hidden-img img {
    margin-top: -50px; } }

.jv-neg-sep .kt-row-sep-type-sltr {
  z-index: 0; }

.jv-z-index-10 {
  z-index: 10; }

.jv-alex-logo {
  display: inline-block;
  width: 73.5px;
  height: 31px;
  margin-bottom: -2px;
  background-image: url(../img/svg/ALEX_logo_navy.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media all and (max-width: 799px) {
    .jv-alex-logo {
      width: 45.5px;
      height: 20px;
      margin-bottom: -1px; } }

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