@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  scroll-behavior: smooth;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */ }

/**
 * 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 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */ }

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Responsive Grid */
.nav-open {
  overflow-y: hidden; }

.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid:before, .row-fluid:after {
  display: table;
  content: ""; }

.row-fluid:after {
  clear: both; }

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%; }

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%; }

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%; }

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%; }

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%; }

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%; }

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%; }

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%; }

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%; }

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%; }

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%; }

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%; }

.container-fluid {
  *zoom: 1; }

.container-fluid:before, .container-fluid:after {
  display: table;
  content: ""; }

.container-fluid:after {
  clear: both; }

@media (max-width: 767px) {
  .row-fluid {
    width: 100%; }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0; } }

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: ""; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%; }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%; }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%; }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%; }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%; }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%; }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%; }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%; }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%; }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%; }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%; }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%; } }

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: ""; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%; }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%; }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%; }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%; }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%; }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%; }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%; }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%; }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%; }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%; }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%; } }

/* Clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

/* Visibilty Classes */
.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none;
  visibility: hidden; }

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important; }
  .hidden-phone {
    display: none !important; }
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important; }
  .hidden-tablet {
    display: none !important; }
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; } }

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .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 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .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 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

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

.visible-print-inline-block {
  display: none !important; }

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

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

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid:before, .row-fluid:after {
  display: table;
  content: ""; }

.row-fluid:after {
  clear: both; }

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%; }

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%; }

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%; }

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%; }

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%; }

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%; }

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%; }

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%; }

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%; }

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%; }

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%; }

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%; }

.container-fluid {
  *zoom: 1; }

.container-fluid:before, .container-fluid:after {
  display: table;
  content: ""; }

.container-fluid:after {
  clear: both; }

@media (max-width: 767px) {
  .row-fluid {
    width: 100%; }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0; } }

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: ""; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%; }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%; }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%; }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%; }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%; }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%; }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%; }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%; }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%; }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%; }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%; }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%; } }

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: ""; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%; }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%; }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%; }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%; }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%; }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%; }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%; }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%; }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%; }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%; }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%; } }

/* Clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

/* Visibilty Classes */
.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none;
  visibility: hidden; }

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important; }
  .hidden-phone {
    display: none !important; }
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important; }
  .hidden-tablet {
    display: none !important; }
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; } }

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

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

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

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

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

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

@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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

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

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

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

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

.content-wrapper {
  margin: 0 auto;
  padding: 0 15px; }

@media screen and (min-width: 480px) {
  .content-wrapper {
    padding: 0 30px; } }

@media screen and (min-width: 1024px) {
  .content-wrapper {
    padding: 0 0px;
    max-width: 886px; } }

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
    max-width: 1240px; } }

@media screen and (min-width: 1440px) {
  .content-wrapper {
    padding: 0;
    max-width: 1240px; } }

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 20px;
  position: relative; }

.dnd-section:first-child {
  padding: 0px 0px 40px;
  position: relative; }

.dnd-section > .row-fluid {
  margin: 0 auto; }

.dnd-section .dnd-column {
  padding: 0; }

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0; } }

html {
  font-size: 24px; }

@media (max-width: 767px) {
  html {
    font-size: 18px; } }

@media (max-width: 480px) {
  html {
    font-size: 16px; } }

.hide-body {
  opacity: 0; }

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  word-break: break-word; }

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all; }

/* Paragraphs */
p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  line-height: 1.92; }

strong {
  font-weight: 700; }

/* Anchors */
a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  position: relative; }
  a.link:after {
    position: absolute;
    height: 3px;
    background-color: #731789;
    width: 100%;
    content: '';
    left: 0;
    bottom: -3px; }

a:hover, a:focus {
  text-decoration: underline; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem; }

h1 {
  font-size: 2.1rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal; }

h5 {
  font-size: 17px;
  line-height: 2; }

h6 {
  font-size: 0.9rem; }

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem; }

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

ul.no-list {
  list-style: none; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Blockquotes */
blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px; }

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Focus styles */
:focus {
  outline: auto;
  outline-color: green; }

.disable-focus-styles :focus {
  outline: none; }

button,
.button,
.ja-button{
  background-color: #494A52;
  border: 2px solid #24d6c1;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 800;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: normal; }
  button:after,
  .button:after,
  .ja-button:after{
    position: absolute;
    content: '' !important;
    bottom: 11px;
    left: 50%;
    transition: all ease .2s;
    height: 2px;
    width: 0;
    margin-top: 3px;
    background-color: #000; }
  button:hover:after,
  .button:hover:after,
  .ja-button:hover:after{
    width: calc(100% - 106px);
    left: 53px; }

.navigation-primary .submenu.level-1 > .Contact > a.active-item:after {
  bottom: 10px;
  background-color: #000;
  left: 53px;
  width: calc(100% - 106px); }
  @media (max-width: 1380px) and (min-width: 768px) {
    .navigation-primary .submenu.level-1 > .Contact > a.active-item:after {
      left: 30px;
      width: calc(100% - 60px); } }

.navigation-primary .Contact a:after {
  bottom: 10px;
  background-color: #000; }

.navigation-primary .Contact a:hover:after {
  left: 53px;
  width: calc(100% - 106px); }

button:disabled,
.button:disabled,
.ja-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6; }

button:hover,
button:focus,
.button:hover,
.button:focus,
.ja-button:hover,
.ja-button:focus {
  color: #000;
  background-color: white;
  border: 2px solid #21222A;
  text-decoration: none; }

button:active,
.button:active,
.ja-button:active{
  background-color: #71727A;
  border-color: #71727A;
  color: #000;
  text-decoration: none;
  transform: scale(0.95); }

.anchor {
  position: relative; }
  .anchor:after {
    content: '';
    bottom: -2px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #731789; }
  .anchor:active:after {
    bottom: 0; }
  .anchor:hover {
    text-decoration: none; }

.anchor_show-more {
  position: relative;
  margin-bottom: 80px; }
  .anchor_show-more--arrow {
    position: absolute;
    bottom: -35px;
    transition: all ease 0.2s;
    transform: rotate(90deg) translateX(-50%);
    left: 50%; }
  .anchor_show-more:hover .anchor_show-more--arrow {
    bottom: -45px; }

/* Table */
table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word; }

tbody + tbody {
  border-top: 2px solid #DEE2E6; }

/* Table Cells */
th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top; }

/* Table Header */
thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom; }

/* The Modal (background) */
.modal {
  display: flex;
  opacity: 0;
  transition: opacity 0.1s ease-in;
  transform: scale(0.95);
  position: fixed;
  /* Stay in place */
  z-index: -1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  overflow: hidden; }
  .modal.show {
    transform: scale(1);
    display: flex;
    z-index: 1;
    /* Sit on top */
    opacity: 1; }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 500px;
  position: relative;
  border-radius: 15px; }

/* The Close Button */
.close {
  position: absolute;
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: -45px;
  right: -45px; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/* Form */
form {
  font-family: Lato, sans-serif; }

.hs-form-field {
  margin-bottom: 2.4rem; }

/* Labels */
form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
  font-weight: 800; }

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem; }

/* Inputs */
.input {
  position: relative; }

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #D1D6DC;
  border-radius: 5px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 1rem 0.7rem;
  width: 100%;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1); }

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8); }

fieldset {
  max-width: 100% !important; }

::-webkit-input-placeholder {
  color: #BFBFBF; }

::-moz-placeholder {
  color: #BFBFBF; }

:-ms-input-placeholder {
  color: #BFBFBF; }

:-moz-placeholder {
  color: #BFBFBF; }

::placeholder {
  color: #BFBFBF; }

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.inputs-list > li {
  position: absolute;
  display: block;
  margin: 0 0 0.7rem 0;
  padding: 0;
  width: 100%; }

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle; }

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto; }

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.fn-date-picker .pika-table thead th {
  color: #FFF; }

.fn-date-picker td.is-today .pika-button {
  color: #343A40; }

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none; }

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF; }

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial; }

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem; }

form .hs-richtext img {
  max-width: 100% !important; }

form .header {
  background-color: transparent;
  border: none; }

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important; }

/* Validation */
.hs-form-required {
  color: red;
  display: none; }

.hs-input.invalid.error {
  border-color: #EF6B51; }

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem; }

/* Submit button */
form input[type=submit],
form .hs-button {
  border: 2px solid #24d6c1;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 800;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  position: relative;
  word-break: break-word;
  background-color: #24d6c1;
  border-radius: 100px;
  color: #000; }
  form input[type=submit]:after,
  form .hs-button:after {
    position: absolute;
    content: '';
    bottom: 11px;
    left: 50%;
    transition: all ease .2s;
    height: 2px;
    width: 0;
    margin-top: 3px;
    background-color: #000; }
  form input[type=submit]:hover:after,
  form .hs-button:hover:after {
    width: calc(100% - 106px);
    left: 53px; }

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: #000;
  background-color: white;
  border: 2px solid #21222A;
  text-decoration: none; }

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #000;
  text-decoration: none;
  transform: scale(0.95); }

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto; }

.contact-us .hs-fieldtype-select {
  clear: both; }

.contact-us .hs-fieldtype-text {
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .contact-us .hs-fieldtype-text {
      width: 50%;
      padding: 0 15px; }
      .contact-us .hs-fieldtype-text:nth-child(odd) {
        padding-left: 0; }
      .contact-us .hs-fieldtype-text:nth-child(even) {
        padding-right: 0; } }

.download-guide {
  padding: 71px 30px;
  position: relative; }
  @media (min-width: 991px) {
    .download-guide {
      padding: 71px 0; } }
  .download-guide:before {
    content: '';
    width: calc(100% + 142px);
    left: -71px;
    border-radius: 30px;
    height: 100%;
    position: absolute;
    top: 0; }
  .download-guide--grey {
    background-color: #f8f6f9; }
    .download-guide--grey:before {
      background-color: #f8f6f9; }

.hs-submit {
  clear: both; }

@font-face {
  font-family: 'icomoon';
  src: url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/landing-page/fonts/icomoon-1.eot?r96km5");
  src: url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/landing-page/fonts/icomoon-1.eot?r96km5#iefix") format("embedded-opentype"), url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/landing-page/fonts/icomoon-1.ttf?r96km5") format("truetype"), url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/landing-page/fonts/icomoon-1.woff?r96km5") format("woff"), url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/landing-page/fonts/icomoon-1.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icn-tick-underline:before {
  content: "\e974";
  color: #731789; }

.icon-icn_cloud_upload:before {
  content: "\e975";
  color: #731789; }

.icon-icn-aussie:before {
  content: "\e976";
  color: #731789; }

.icon-icn-bargraph:before {
  content: "\e977";
  color: #731789; }

.icon-icn-bell-notification-active:before {
  content: "\e978";
  color: #731789; }

.icon-icn-bell-notification-add:before {
  content: "\e979";
  color: #731789; }

.icon-icn-bell-notification:before {
  content: "\e97a";
  color: #731789; }

.icon-icn-book-open:before {
  content: "\e97b";
  color: #731789; }

.icon-icn-bookmarket-off:before {
  content: "\e97c";
  color: #731789; }

.icon-icn-bookmarket-on:before {
  content: "\e97d";
  color: #731789; }

.icon-icn-briefcase:before {
  content: "\e97e";
  color: #731789; }

.icon-icn-calender-added:before {
  content: "\e97f";
  color: #731789; }

.icon-icn-calender-item:before {
  content: "\e980";
  color: #731789; }

.icon-icn-calender-removed:before {
  content: "\e981";
  color: #731789; }

.icon-icn-cart-add:before {
  content: "\e982";
  color: #731789; }

.icon-icn-cart:before {
  content: "\e983";
  color: #731789; }

.icon-icn-chat:before {
  content: "\e984";
  color: #731789; }

.icon-icn-circle-minus:before {
  content: "\e985";
  color: #731789; }

.icon-icn-circle-play:before {
  content: "\e986";
  color: #731789; }

.icon-icn-circle-plus:before {
  content: "\e987";
  color: #731789; }

.icon-icn-circle-question:before {
  content: "\e988";
  color: #731789; }

.icon-icn-circle-remove:before {
  content: "\e989";
  color: #731789; }

.icon-icn-circle-settings:before {
  content: "\e98a";
  color: #731789; }

.icon-icn-circle-tick:before {
  content: "\e98b";
  color: #731789; }

.icon-icn-circle-warning:before {
  content: "\e98c";
  color: #731789; }

.icon-icn-clipboard:before {
  content: "\e98d";
  color: #731789; }

.icon-icn-clock:before {
  content: "\e98e";
  color: #731789; }

.icon-icn-cloud-move:before {
  content: "\e98f";
  color: #731789; }

.icon-icn-cloud-simple:before {
  content: "\e990";
  color: #731789; }

.icon-icn-cloud-tick:before {
  content: "\e991";
  color: #731789; }

.icon-icn-creditcard:before {
  content: "\e992";
  color: #731789; }

.icon-icn-device-desktop-info:before {
  content: "\e993";
  color: #731789; }

.icon-icn-device-desktop-play:before {
  content: "\e994";
  color: #731789; }

.icon-icn-device-desktop:before {
  content: "\e995";
  color: #731789; }

.icon-icn-device-laptop:before {
  content: "\e996";
  color: #731789; }

.icon-icn-device-multiple:before {
  content: "\e997";
  color: #731789; }

.icon-icn-device-phone-locked:before {
  content: "\e998";
  color: #731789; }

.icon-icn-device-phone-settings:before {
  content: "\e999";
  color: #731789; }

.icon-icn-device-phone-wifi:before {
  content: "\e99a";
  color: #731789; }

.icon-icn-device-smartwatch:before {
  content: "\e99b";
  color: #731789; }

.icon-icn-devices:before {
  content: "\e99c";
  color: #731789; }

.icon-icn-document:before {
  content: "\e99d";
  color: #731789; }

.icon-icn-download:before {
  content: "\e99e";
  color: #731789; }

.icon-icn-education:before {
  content: "\e99f";
  color: #731789; }

.icon-icn-envelope-closed:before {
  content: "\e9a0";
  color: #731789; }

.icon-icn-envelope-open:before {
  content: "\e9a1";
  color: #731789; }

.icon-icn-eye:before {
  content: "\e9a2";
  color: #731789; }

.icon-icn-filter-funnel:before {
  content: "\e9a3"; }

.icon-icn-finger-pulse:before {
  content: "\e9a4";
  color: #731789; }

.icon-icn-folder-person:before {
  content: "\e9a5";
  color: #731789; }

.icon-icn-folder:before {
  content: "\e9a6";
  color: #731789; }

.icon-icn-global:before {
  content: "\e9a7";
  color: #731789; }

.icon-icn-headset:before {
  content: "\e9a8";
  color: #731789; }

.icon-icn-heart-off:before {
  content: "\e9a9";
  color: #731789; }

.icon-icn-heart-on:before {
  content: "\e9aa";
  color: #731789; }

.icon-icn-home:before {
  content: "\e9ab";
  color: #731789; }

.icon-icn-infinity:before {
  content: "\e9ac";
  color: #731789; }

.icon-icn-innovate-dots:before {
  content: "\e9ad";
  color: #731789; }

.icon-icn-jigsaw:before {
  content: "\e9ae";
  color: #731789; }

.icon-icn-key:before {
  content: "\e9af";
  color: #731789; }

.icon-icn-keypad:before {
  content: "\e9b0";
  color: #731789; }

.icon-icn-layers:before {
  content: "\e9b1";
  color: #731789; }

.icon-icn-lightbulb:before {
  content: "\e9b2";
  color: #731789; }

.icon-icn-location-compass:before {
  content: "\e9b3";
  color: #731789; }

.icon-icn-location-direction:before {
  content: "\e9b4";
  color: #731789; }

.icon-icn-location-flag:before {
  content: "\e9b5";
  color: #731789; }

.icon-icn-location-globe:before {
  content: "\e9b6";
  color: #731789; }

.icon-icn-location-map:before {
  content: "\e9b7";
  color: #731789; }

.icon-icn-location-pin:before {
  content: "\e9b8";
  color: #731789; }

.icon-icn-lock:before {
  content: "\e9b9";
  color: #731789; }

.icon-icn-nz:before {
  content: "\e9ba";
  color: #731789; }

.icon-icn-PDF:before {
  content: "\e9bb";
  color: #731789; }

.icon-icn-pencil-edit:before {
  content: "\e9bc";
  color: #731789; }

.icon-icn-people-accessible:before {
  content: "\e9bd";
  color: #731789; }

.icon-icn-people-add:before {
  content: "\e9be";
  color: #731789; }

.icon-icn-people-card:before {
  content: "\e9bf";
  color: #731789; }

.icon-icn-people-couple:before {
  content: "\e9c0";
  color: #731789; }

.icon-icn-people-oneuser:before {
  content: "\e9c1";
  color: #731789; }

.icon-icn-people-standing:before {
  content: "\e9c2";
  color: #731789; }

.icon-icn-people-users:before {
  content: "\e9c3";
  color: #731789; }

.icon-icn-phone:before {
  content: "\e9c4";
  color: #731789; }

.icon-icn-print:before {
  content: "\e9c5";
  color: #731789; }

.icon-icn-radio-off:before {
  content: "\e9c6";
  color: #731789; }

.icon-icn-radio-on:before {
  content: "\e9c7";
  color: #731789; }

.icon-icn-read-educate:before {
  content: "\e9c8";
  color: #731789; }

.icon-icn-reload:before {
  content: "\e9c9";
  color: #731789; }

.icon-icn-robot:before {
  content: "\e9ca";
  color: #731789; }

.icon-icn-run-fast:before {
  content: "\e9cb";
  color: #731789; }

.icon-icn-run:before {
  content: "\e9cc";
  color: #731789; }

.icon-icn-safe-sheild:before {
  content: "\e9cd";
  color: #731789; }

.icon-icn-search:before {
  content: "\e9ce";
  color: #731789; }

.icon-icn-sliders:before {
  content: "\e9cf";
  color: #731789; }

.icon-icn-star-off:before {
  content: "\e9d0";
  color: #731789; }

.icon-icn-star-on:before {
  content: "\e9d1";
  color: #731789; }

.icon-icn-step-up:before {
  content: "\e9d2";
  color: #731789; }

.icon-icn-stopwatch:before {
  content: "\e9d3";
  color: #731789; }

.icon-icn-store:before {
  content: "\e9d4";
  color: #731789; }

.icon-icn-sun:before {
  content: "\e9d5";
  color: #731789; }

.icon-icn-swingtag-heart:before {
  content: "\e9d6";
  color: #731789; }

.icon-icn-swingtag:before {
  content: "\e9d7";
  color: #731789; }

.icon-icn-target:before {
  content: "\e9d8";
  color: #731789; }

.icon-icn-thumbsup:before {
  content: "\e9d9";
  color: #731789; }

.icon-icn-timer:before {
  content: "\e9da";
  color: #731789; }

.icon-icn-torch:before {
  content: "\e9db";
  color: #731789; }

.icon-icn-transcript:before {
  content: "\e9dc";
  color: #731789; }

.icon-icn-trash:before {
  content: "\e9dd";
  color: #731789; }

.icon-icn-trending-up:before {
  content: "\e9de";
  color: #731789; }

.icon-icn-triangle-warning:before {
  content: "\e9df";
  color: #731789; }

.icon-icn-two-ticks:before {
  content: "\e9e0";
  color: #731789; }

.icon-icn-unlock:before {
  content: "\e9e1";
  color: #731789; }

.icon-icn-upload:before {
  content: "\e9e2";
  color: #731789; }

.icon-icn-volume-high:before {
  content: "\e9e3";
  color: #731789; }

.icon-icn-volume-low:before {
  content: "\e9e4";
  color: #731789; }

.icon-icn-volume-mute:before {
  content: "\e9e5";
  color: #731789; }

.icon-icn-wallet:before {
  content: "\e9e6";
  color: #731789; }

.icon-icn-wrench:before {
  content: "\e9e7";
  color: #731789; }

.icon-icon-mobile:before {
  content: "\e9e8";
  color: #731789; }

.sicon-page .mls {
  font-family: Montserrat;
  font-size: 15px; }

.sicon-page body {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #555;
  background: #fff; }

.sicon-page h1 {
  font-size: 1.5em;
  font-weight: normal; }

.sicon-page small {
  font-size: .66666667em; }

.sicon-page a {
  color: #e74c3c;
  text-decoration: none; }

.sicon-page a:hover, .sicon-page a:focus {
  box-shadow: 0 1px #e74c3c; }

.sicon-page input:hover {
  box-shadow: inset 0 -2px #ccc; }

.sicon-page input, .sicon-page fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0; }

.sicon-page input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: .25em 0; }

.sicon-page input:focus {
  outline: none;
  box-shadow: inset 0 -2px #449fdb; }

.sicon-page .glyph {
  font-size: 16px;
  width: calc(100% / 3);
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden; }

.sicon-page .liga {
  display: none;
  width: 80%;
  width: calc(100% - 2.5em); }

.sicon-page .talign-right {
  text-align: right; }

.sicon-page .talign-center {
  text-align: center; }

.sicon-page .bgc1 {
  background: #f1f1f1; }

.sicon-page .fgc1 {
  color: #999; }

.sicon-page .fgc0 {
  color: #000; }

.sicon-page p {
  margin-top: 1em;
  margin-bottom: 1em; }

.sicon-page .mvm {
  margin-top: .75em;
  margin-bottom: .75em; }

.sicon-page .mtn {
  margin-top: 0; }

.sicon-page .mtl, .sicon-page .mal {
  margin-top: 1.5em; }

.sicon-page .mbl, .sicon-page .mal {
  margin-bottom: 1.5em; }

.sicon-page .mal, .sicon-page .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em; }

.sicon-page .mhmm {
  margin-left: 1em;
  margin-right: 1em; }

.sicon-page .mls {
  margin-left: .25em; }

.sicon-page .ptl {
  padding-top: 1.5em; }

.sicon-page .pbs, .sicon-page .pvs {
  padding-bottom: .25em; }

.sicon-page .pvs, .sicon-page .pts {
  padding-top: .25em; }

.sicon-page .unit {
  float: left; }

.sicon-page .unitRight {
  float: right; }

.sicon-page .size1of2 {
  width: 50%; }

.sicon-page .size1of1 {
  display: none;
  width: 100%; }

.sicon-page .clearfix:before, .sicon-page .clearfix:after {
  content: " ";
  display: table; }

.sicon-page .clearfix:after {
  clear: both; }

.sicon-page .hidden-true {
  display: none; }

.sicon-page .textbox0 {
  width: 3em;
  background: #f1f1f1;
  padding: .25em .5em;
  line-height: 1.5;
  height: 1.5em; }

.sicon-page #testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5; }

.sicon-page .fs0 {
  font-size: 16px; }

.sicon-page .fs1 {
  font-size: 32px; }

.navigation-primary {
  display: inline-block; }
  .navigation-primary .Contact a {
    margin-right: 0px; }

.navigation-primary a {
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-right: 30px;
  display: flex;
  align-items: center; 
}
  @media (min-width: 768px) {
    .navigation-primary a {
      font-size: 13px;
    }
  }
  .navigation-primary a:after {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 50%;
    transition: all ease 0.2s;
    height: 2px;
    width: 0;
    margin-top: 3px;
    background-color: #24d6c1; }
  .navigation-primary a:hover::after {
    width: 100%;
    left: 0; }
  .navigation-primary a.button:after {
    content: unset; }

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative; }

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0; }

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none; }

.submenu-toggle {
  display: none; }

.navigation-primary {
  /* Hide navigation dropdown in the inline editor */ }
  .navigation-primary .submenu.level-1 {
    display: inline-block;
    white-space: wrap; }
  .navigation-primary .submenu.level-1 > li {
    display: inline-block; }
  .navigation-primary .submenu.level-1 > li.has-submenu {
    position: relative; }
  .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid black;
    display: block;
    height: 0;
    margin-left: 1px;
    position: absolute;
    right: 5px;
    top: 30px;
    width: 0; }
  .navigation-primary .submenu.level-2 {
    border-radius: 6px;
    -webkit-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.2);
    font-weight: 500;
    left: -9999px;
    display: none;
    position: absolute;
    text-transform: none;
    top: calc(100% + 30px);
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 277px; }
  .navigation-primary .dropdown-lancom {
    margin-left: 10px; }
  .navigation-primary .submenu.level-2 > li:first-child > a {
    position: relative;
    z-index: 2; }
  .navigation-primary .submenu.level-2 > li:first-child:before {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: white;
    transform: rotate(45deg);
    left: calc(50% - 15px);
    top: -5px;
    z-index: 0; }
    @media (min-width: 767px) {
      .navigation-primary .submenu.level-2 > li:first-child:before {
        content: ''; } }
  .navigation-primary .submenu.level-2 > li:first-child:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    top: -35px;
    z-index: 0; }
    @media (min-width: 767px) {
      .navigation-primary .submenu.level-2 > li:first-child:after {
        content: ''; } }
  .navigation-primary .submenu.level-2 > li:first-child:hover:before,
  .navigation-primary .submenu.level-2 > li:first-child.focus:before {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .navigation-primary .submenu.level-2 > li {
    padding: 5px 42px; }
  .navigation-primary .submenu.level-2 .menu-item .menu-link {
    background-color: #FFF;
    display: block;
    padding: 10px 0px;
    font-weight: 500;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-right: 0; }
    .navigation-primary .submenu.level-2 .menu-item .menu-link:hover {
      font-weight: 800; }
  .navigation-primary .submenu.level-2 .menu-item:first-of-type,
  .navigation-primary .submenu.level-2 .menu-item:first-of-type .menu-link {
    border-radius: 6px 6px 0 0; }
  .navigation-primary .submenu.level-2 .menu-item:last-of-type,
  .navigation-primary .submenu.level-2 .menu-item:last-of-type .menu-link {
    border-radius: 0 0 6px 6px; }
  .navigation-primary .submenu.level-2 > li:last-child,
  .navigation-primary .submenu.level-2 > li:last-child .submenu {
    border-bottom: none;
    border-radius: 0 0 6px 6px; }
  .navigation-primary .submenu.level-2 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-2 .menu-item .menu-link:focus {
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .navigation-primary .submenu.level-3 .menu-item .menu-link {
    padding-left: 60px; }
  .navigation-primary .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
  .navigation-primary .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    left: 50%;
    opacity: 1;
    display: block; }
  .navigation-primary .hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
  .navigation-primary .hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
    visibility: hidden; }
  .navigation-primary .submenu.level-1 > li.More {
    display: none; }

@media (min-width: 768px) and (max-width: 1380px) {
  .navigation-primary a {
    margin-right: 20px; }
  .navigation-primary .submenu.level-1 > li.More {
    display: inline-block; }
  .navigation-primary .submenu.level-1 > li.Careers, .navigation-primary .submenu.level-1 > li.About, .navigation-primary .submenu.level-1 > li.News {
    display: none; }
  .navigation-primary .submenu.level-1 > li.Contact .button {
    padding: 15px 30px; }
  .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0;
    top: 40px; }
  .navigation-primary .submenu.level-2 {
    left: 0; } }

@media (min-width: 768px) {
  .menu-arrow {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none; }
  .navigation-primary {
    display: block;
    margin-top: 50px; }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none; }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none; }
  body .navigation-primary .submenu > li > a {
    display: block;
    width: 100%;
    color: white; }
  .navigation-primary {
    /* .submenu > .has-submenu > a {
            width: 70%;
        }*/ }
    .navigation-primary .submenu > .has-submenu {
      position: relative; }
    .navigation-primary .submenu {
      display: none; }
    .navigation-primary .submenu.level-1 {
      display: block; }
    .navigation-primary .submenu.level-1 > li.Contact {
      margin-top: 10px;
      border-top: 0; }
    .navigation-primary .submenu.level-1, .navigation-primary .submenu.level-2 {
      width: 100%;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .navigation-primary .submenu.level-1 > li {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      display: block;
      padding: 0;
      width: 100%;
      line-height: 2.31em; }
    .navigation-primary .submenu.level-1 > li > a {
      padding: 11px 30px; }
    .navigation-primary .dropdown-lancom {
      display: none; }
    .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
    .navigation-primary .submenu > .has-submenu > .menu-arrow,
    .navigation-primary .submenu .menu-arrow {
      border: none;
      cursor: pointer;
      height: 55px;
      padding: 15px 0;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 0; }
    .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow-bg,
    .navigation-primary .submenu > .has-submenu > .menu-arrow-bg,
    .navigation-primary .submenu .menu-arrow-bg {
      display: block;
      margin-left: auto;
      margin-right: 37px;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      width: 13px; }
    .navigation-primary .submenu.level-2 > li:first-child:before {
      content: none; }
    .navigation-primary input[type="checkbox"]:checked ~ .submenu {
      display: block; }
    .navigation-primary input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .navigation-primary .submenu.level-2 {
      border: none;
      box-shadow: none;
      opacity: 1;
      position: static;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      visibility: visible;
      width: 100%;
      z-index: 2; }
    .navigation-primary .submenu.level-2 .menu-item {
      border-bottom: none;
      border-top: 0;
      padding: 0; }
    .navigation-primary .submenu.level-2 {
      background-color: transparent;
      border-radius: 0px;
      border-top: none;
      min-width: unset; }
    .navigation-primary .submenu.level-2 .menu-item .menu-link {
      padding: 11px 0;
      background-color: transparent;
      font-weight: 500;
      border-radius: 0;
      border-top: none; }
    .navigation-primary .submenu.level-2 .menu-item .menu-link:hover {
      background-color: inherit; }
    .navigation-primary .submenu.level-3 {
      background-color: inherit;
      margin: 0;
      padding: 0;
      width: 100%; }
    .navigation-primary .submenu.level-3 > li {
      background-color: inherit;
      padding: 0; }
    .navigation-primary .submenu.level-3 .menu-item .menu-link {
      padding: 7px 90px; } }

/* Header container */
.header.open-menu {
  background-color: #000032; }

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 11; }
  @media (max-width: 767px) {
    .header__container {
      height: 64px; } }

.header__row-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%; }

.header__column {
  display: flex;
  align-items: center; }

/* Logo */
.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden; }

.header__logo img {
  max-width: 100%; }

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px; }

/* Search bar */
.header__search {
  padding: 0 22px;
  width: auto; }

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px; }

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF; }

.header__search .hs-search-field__input::placeholder {
  color: transparent; }

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10; }

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px; }

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s; }

.header__search .hs-search-field__suggestions #results-for {
  display: none; }

/* Language switcher */
.header__language-switcher {
  cursor: pointer;
  padding-right: 35px; }

.header__language-switcher .lang_switcher_class {
  position: static; }

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden; }

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible; }

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px; }

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px; }

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s; }

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px; }

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none; }

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px; }

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s; }

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif; }

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52; }

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px; }

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px; }

/* Navigation */
#nav-toggle {
  display: none; }

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* Tablet styles */
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%; } }

/* Mobile styles */
@media (max-width: 767px) {
  .header__container {
    padding: 0; }
  .header__container form {
    max-width: 100%; }
  .header__logo {
    margin: 0 20px;
    width: 100%; }
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%; }
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #000032;
    display: block;
    height: calc(100vh - 65px);
    left: 0;
    position: absolute;
    right: 0;
    top: 63px;
    z-index: 2; }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    margin-right: 15px;
    cursor: pointer;
    position: relative; }
  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none; }
  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0; }
  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal; }
  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px; }
  .header__column {
    position: relative;
    display: flex;
    align-items: center; }
  .header__row-1 {
    padding-top: 0; }
  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px; }
  .header__navigation--toggle {
    background-image: url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/Lancom2020/ic-burger-menu.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 30px;
    width: 40px; }
  .header__navigation--toggle.open {
    height: 40px;
    width: 40px;
    margin-right: 5px;
    background-image: url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/Lancom2020/ic-close-menu.svg"); }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px; }
  .header__language-switcher--toggle:after {
    content: "Language"; }
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0; }
  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible; }
  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px; }
  .header__language-switcher--label-current {
    display: none; }
  .header__language-switcher .globe_class {
    background-image: none; }
  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit; }
  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none; }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px; }
  .header__search--toggle:after {
    content: "Search"; }
  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px; }
  .header__search .hs-search-field__input {
    padding-left: 15px; }
  .header__search .hs-search-field__suggestions li {
    padding: 10px 0; }
  .header__close--toggle {
    background-image: url(https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/Lancom2020/ic-close-menu--white.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    height: 35px;
    width: 35px; }
  .header__close--toggle.show {
    display: block; }
  .hs-menu-item {
    justify-content: center; }
  #hs_menu_wrapper_my_menu .hs-menu-item {
    margin-right: unset; }
  #hs_menu_wrapper_my_menu .hs-menu-item a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    color: white;
    max-width: 272px;
    width: 100%; } }

@media (min-width: 768px) {
  #hs_menu_wrapper_my_menu .hs-item-has-children {
    margin-right: 45px; } }

#hs_menu_wrapper_my_menu .hs-item-has-children > a:after {
  display: inline-flex;
  width: 12px;
  right: -20px;
  height: 12px;
  top: 3px;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/8106997/raw_assets/public/lancom/images/ic-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: ''; }
  @media (min-width: 767px) {
    #hs_menu_wrapper_my_menu .hs-item-has-children > a:after {
      position: absolute; } }

@media (max-width: 767px) {
  .hs-item-has-children ul {
    height: 0; }
  #hs_menu_wrapper_my_menu .hs-menu-children-wrapper.open-menu-list {
    height: auto; }
    #hs_menu_wrapper_my_menu .hs-menu-children-wrapper.open-menu-list .hs-menu-item a {
      padding: 7px;
      border-bottom: unset; }
  #hs_menu_wrapper_my_menu.hs-menu-wrapper .hs-menu-depth-1.hs-menu-item:nth-child(6) a {
    border-bottom: unset; }
  #hs_menu_wrapper_my_menu.hs-menu-wrapper .hs-menu-depth-1.hs-menu-item:last-child {
    background-color: unset;
    border-radius: unset;
    padding: unset; }
    #hs_menu_wrapper_my_menu.hs-menu-wrapper .hs-menu-depth-1.hs-menu-item:last-child a {
      background-color: #2ad1ba;
      border-radius: 25px;
      padding: 17px 22px;
      color: black; } }

.footer {
  background-color: #F8FAFC;
  text-align: left;
  padding: 36px 15px; }
  @media (min-width: 1024px) {
    .footer {
      padding: 76px 74px 45px; } }

.footer__logo {
  width: 140px; }

.footer .footer__copyright {
  font-size: 14px;
  margin: 0.5rem auto; }

.footer .footer__copyright-text {
  color: #4d4d6f; }

@media (max-width: 767px) {
  .navigation-footer {
    padding-top: 37px;
    border-top: solid 2px rgba(255, 255, 255, 0.3); } }

.containing-wrapper .navigation-footer ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 0;
  height: 300px;
  list-style: none; }
  @media (min-width: 480px) and (max-width: 767px) {
    .containing-wrapper .navigation-footer ul {
      height: 200px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .containing-wrapper .navigation-footer ul {
      margin-top: 64px;
      height: 120px; } }
  @media (min-width: 1024px) {
    .containing-wrapper .navigation-footer ul {
      margin-top: 64px;
      height: 100px;
      margin-bottom: 55px; } }
  .containing-wrapper .navigation-footer ul.submenu.level-1 {
    margin-left: -20px;
    margin-right: -20px; }
  .containing-wrapper .navigation-footer ul.submenu.level-1 > li {
    border-top: unset; }
  .containing-wrapper .navigation-footer ul li {
    flex: 0 0 33px; }
    .containing-wrapper .navigation-footer ul li a {
      color: #808098;
      font-weight: 500; }

/* Blog header */
.blog-header {
  background-color: #F8FAFC;
  text-align: center; }

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0; }

.blog-header__title {
  font-size: 2rem; }

.blog-header__subtitle {
  margin: 1rem 0 2rem; }

.blog-header__form {
  margin: 0 1rem; }

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px; } }

/* Blog header - author listing */
.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px; }

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px; }

.blog-header__author-social-links a:hover {
  background-color: #494A52; }

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

/* Blog listing */
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0; }

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem; }

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1; }

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem; }

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem; }

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2); } }

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3); } }

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between; } }

.blog-index__post-image {
  display: block;
  background-image: url("https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%; }

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0; }
  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem; }
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%; }
  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem; }
  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0; } }

.blog-index__post-content h2 {
  margin: 0.5rem 0; }

.blog-index__post-content--small h2 {
  font-size: 1.25rem; }

.blog-index__post-content p {
  font-family: Lato, sans-serif; }

.blog-index__post-content a {
  color: #494A52; }

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

/* Blog pagination */
.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center; }

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none; }

.blog-pagination__link--active {
  border: 2px solid #B0C1D4; }

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none; }

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right; }

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left; }

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none; }

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px; }

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4; }

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4; }

/* Blog post */
.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0; }

.blog-post h1 {
  font-size: 1.6rem; }

.blog-post__meta {
  margin: 1rem 0; }

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline; }

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif; }

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px; }

.blog-post__tag-link {
  color: #000;
  font-size: .8rem; }

/* Blog related posts */
.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0; }

.blog-recent-posts h2 {
  text-align: center; }

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem; }

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2); } }

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3); } }

.blog-recent-posts__post:hover {
  text-decoration: none; }

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%; }

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem; }

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px; }

.blog-comments form {
  max-width: 100%; }

.blog-comments .hs-submit {
  text-align: center; }

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52; }

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF; }

.blog-comments .comment-reply-to {
  border: 0 none; }

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline; }

.filter__heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #dddddd; }
  .filter__heading--rhs {
    font-size: 13px;
    font-weight: 800;
    color: #731789; }
    .filter__heading--rhs img {
      transition: all 0.2s ease-out; }
    .filter__heading--rhs:hover {
      cursor: pointer; }
    .filter__heading--rhs.active img {
      transform: rotate(180deg); }

.filter__tags {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .filter__tags--title {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000000;
    align-items: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 24px; }
    .filter__tags--title i {
      margin-right: 18px;
      font-size: 17px; }

/* Customize the label (the checkbox-container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666666; }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: solid 1px #666666;
  background-color: transparent; }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #731789; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.body-checkbox-container--blog-post .header-casestudy {
  margin-top: 45px; }

.blog-total {
  margin-top: 9px;
  margin-bottom: 64px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.92; }

.visible_item {
  display: none; }

.case-study .full-text,
.case-study .services-used,
.case-study .testimonial,
.case-study .text-editor,
.case-study .cta {
  padding: 40px 20px; }

.contact__location--first {
  margin-bottom: 0px; }

.contact__location span {
  font-weight: 800; }

.contact-us .icon-icn-aussie {
  font-size: 35px; }

.contact-us .icon-icn-nz {
  font-size: 35px; }

.contact-us h4 {
  margin-top: 15px;
  margin-bottom: 15px; }

.contact-us .text-editor__contact {
  padding-top: 40px;
  padding-bottom: 40px; }
  .contact-us .text-editor__contact:after {
    position: absolute;
    display: flex;
    top: 0;
    height: 100%;
    background-color: #f8f6f9;
    content: '';
    z-index: -1;
    border-radius: 0px;
    width: calc(100% + 30px);
    left: -30px; }
    @media (min-width: 1024px) {
      .contact-us .text-editor__contact:after {
        width: calc(100% + 60px);
        left: -30px; } }
    @media (min-width: 1280px) {
      .contact-us .text-editor__contact:after {
        left: -65px;
        border-radius: 10px;
        width: calc(100% + 130px); } }
  .contact-us .text-editor__contact .messenger__bubble {
    position: absolute;
    right: 10px;
    top: -53.5px;
    width: 107px;
    height: 107px;
    border-radius: 100px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #24d6c1; }
    @media (min-width: 1280px) {
      .contact-us .text-editor__contact .messenger__bubble {
        right: -53.5px;
        top: -53.5px; } }
    .contact-us .text-editor__contact .messenger__bubble .icon-icn-transcript:before {
      color: black; }

@media (max-width: 768px) {
  .location {
    margin-top: 40px; } }

.location__map {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .location__map:after {
    position: absolute;
    display: flex;
    width: 100%;
    top: 0;
    padding-top: 71%;
    content: "";
    z-index: -1; }

.dnd-section--no-horizontal-padding {
  padding-left: 0;
  padding-right: 0; }

.location-au {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .location-au {
      margin-top: 0; } }

.video__wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 52px;
  border-radius: 15px;
  overflow: hidden; }
  .video__wrapper:after {
    display: block;
    width: 100%;
    padding-top: 57%;
    content: ''; }

.wistia_embed {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  display: block; }
  .wistia_embed #wistia_chrome_25 #wistia_grid_33_wrapper .w-css-reset-tree svg {
    display: none; }

.transcript_anchor {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 12px; }
  .transcript_anchor:after {
    width: 0; }
  .transcript_anchor span {
    margin-right: 10px; }
  .transcript_anchor .transcript-arrow {
    transition: all ease 0.3s; }
  .transcript_anchor .open {
    transform: rotate(180deg); }

.transcript__wrapper {
  border-bottom: 3px solid rgba(0, 0, 50, 0.1); }

.transcript {
  position: relative; }
  .transcript .border {
    width: 100%;
    border-top: 3px solid rgba(0, 0, 50, 0.1); }
  .transcript .speaker {
    font-size: 14px;
    font-weight: bold; 
    margin-bottom: 10px;
   }

  .transcript_row {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px dotted #ddd; }
    .transcript_row:nth-child(even) {
      color: #bb4f00; }
    .transcript_row:last-child {
      border-bottom: 0px solid rgba(0, 0, 50, 0.1); }

/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center; }

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1; }

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem; } }

.error-page__heading {
  margin-bottom: 1rem; }

/* System pages */
.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem; }

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%; }

.systems-page form input {
  max-width: 100%; }

.systems-page .page-header h1 {
  color: #000;
}

#email-prefs-form .header {
  background-color: transparent; }

/* Search pages */
.hs-search-field__bar {
  position: relative; }

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%; }

.hs-search-results {
  margin-top: 1.4rem; }

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem; }

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline; }

.hs-search-results__title:hover {
  text-decoration: none; }

.hs-search-results__description {
  padding-top: 0.7rem; }

.hs-search-highlight {
  font-weight: bold; }

.hs-search-results__pagination a {
  color: #0270E0; }

/* Password prompt */
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem; }

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important; }

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important; }

.blog-recent-posts__list .hs_cos_wrapper_type_related_blog_posts {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap; }

h2.cards__title {
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative; }
  h2.cards__title.highlight-blue:after {
    background-color: #36d1fe; }
  h2.cards__title.highlight-red:after {
    background-color: #e7003e; }
  h2.cards__title:after {
    position: absolute;
    bottom: -19px;
    width: 79px;
    border-radius: 6px;
    height: 5px;
    content: '';
    left: 0; }

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  max-width: 1136px;
  width: 100%;
  margin: 0 -15px;
  flex-direction: row;
  overflow-x: scroll; }
  @media (max-width: 768px) {
    .cards-wrapper {
      overflow-x: auto;
      display: flex;
      flex-wrap: nowrap; } }
  @media screen and (min-width: 768px) {
    .cards {
      margin: 0 auto; } }

a.cards__card {
  flex: 0 0 auto;
  text-decoration: none;
  transition: all 0.1s ease-in-out; }
  a.cards__card p {
    color: #000000; }
  a.cards__card:hover .card__arrow {
    transform: translateX(20px); }

.cards__card {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  margin: 1rem 0;
  width: 345px; }
  .cards__card h3 {
    min-height: 50px; }
  .cards__card .card__arrow {
    transition: 0.2s all ease; }
  @media screen and (min-width: 768px) {
    .cards__card {
      width: 33.3333333%; }
      .cards__card h3 {
        min-height: 84px; } }

.card__image {
  position: relative;
  padding: 0 0;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 23px;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .card__image--logo {
    position: absolute;
    display: flex;
    bottom: 0;
    align-items: center;
    left: 0;
    padding-left: 20px;
    width: 100%;
    height: 65px;
    background: linear-gradient(90deg, white 60%, rgba(255, 55, 255, 0) 100%);
    border-radius: 0 0 0 15px;
    border: 2px #e4e4e4 solid;
    border-top: none;
    border-right: none; }
    .card__image--logo img {
      max-height: 60%;
      max-width: 30%; }
  .card__image:after {
    left: 0;
    display: block;
    top: 0;
    width: 100%;
    padding-bottom: 57%;
    content: ''; }
  .card__image.taller:after {
    padding-bottom: 66%;}

.card__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.card__button--video {
  position: absolute;
  display: flex;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: white;
  content: ""; }

.card--no-image .card__text {
  padding-left: 20px;
  margin-bottom: 20px; }
  .card--no-image .card__text:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    background-color: #731789;
    border-radius: 3.5px;
    top: 0;
    left: 0; }

.card__link {
  font-weight: 800;
  font-size: 13px;
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end; }
  .card__link:hover {
    text-decoration: none; }
  .card__link::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #731789; }

.card__text {
  text-align: left;
  width: 100%;
  position: relative; }
  .card__text p {
    font-size: 14px; }

.card__tag {
  font-size: 13px;
  font-weight: 800;
  color: #666666;
  text-transform: uppercase; }

.case-study-index .hs_cos_wrapper_type_related_blog_posts {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.grid_item {
  height: 448px;
  margin-bottom: 60px;
  text-decoration: none !important; }
  .grid_item:hover .card__arrow {
    transform: translateX(10px); }
  .grid_item h3 {
    min-height: 85px; }
  .grid_item .card__text {
    text-align: left;
    width: 100%;
    position: relative; }
    .grid_item .card__text p {
      font-size: 14px;
      color: #000; }
  .grid_item .card__arrow {
    transition: 0.2s all ease; }
  .grid_item .card__tag {
    font-size: 13px;
    font-weight: 800;
    color: #666666;
    text-transform: uppercase; }

.testimonial .dotted-border-top {
  width: 100%;
  border-top: 3px dotted #ddd;
  padding-bottom: 40px; }

.testimonial .dotted-border-bottom {
  width: 100%;
  border-bottom: 3px dotted #DDDDDD;
  padding-top: 40px; }

.testimonial .slick-slider:after {
  position: absolute;
  width: 6px;
  border-radius: 4px;
  background-color: #731789;
  content: "";
  height: 100%;
  top: 0;
  left: 0; }

.testimonial h1 {
  color: #000000; }

.testimonial .image {
  width: 100%;
  background-size: cover;
  position: relative;
  border-radius: 15px; }
  .testimonial .image:after {
    display: flex;
    padding-bottom: 71%;
    content: ''; }

.testimonial__company {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  padding-top: 10px; }

.testimonial__caption {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  padding: 10px 0; }

.testimonial__person {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 10px; }
  .testimonial__person span {
    text-transform: capitalize;
    font-style: italic;
    font-weight: normal; }

.testimonial__slide {
  padding-left: 40px;
  padding-right: 0px; }

.dotted-border-top-bottom {
  width: 100%;
  border-top: 3px dotted #DDDDDD;
  margin-top: 40px;
  padding-bottom: 40px; }

.dotted-border-top {
  width: 100%;
  border-top: 3px dotted #DDDDDD;
  padding-bottom: 60px; }

.dotted-border {
  width: 100%;
  border-top: 3px dotted #DDDDDD; }

.dotted-border-bottom {
  width: 100%;
  border-bottom: 3px dotted #DDDDDD;
  padding-top: 60px; }

.image-section .image {
  width: 100%;
  border-radius: 15px; }

.partnership {
  padding: 40px 40px;
  position: relative; }
  .partnership:before {
    content: '';
    background-color: #f8f6f9;
    border-radius: 0px;
    width: calc(100% + 30px);
    left: -30px;
    height: 100%;
    position: absolute;
    top: 0; }
    @media (min-width: 1024px) {
      .partnership:before {
        border-radius: 10px;
        width: calc(100% + 60px);
        left: -30px; } }
    @media (min-width: 1280px) {
      .partnership:before {
        left: -65px;
        border-radius: 10px;
        width: calc(100% + 130px); } }
  @media (min-width: 1024px) {
    .partnership {
      padding: 90px 40px; } }
  .partnership__subtitle {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #666666; }
  .partnership .icon {
    margin-bottom: 14px; }
  .partnership h2 {
    color: #000000; }
  .partnership .image {
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 15px; }
    .partnership .image:after {
      display: flex;
      padding-bottom: 80%;
      content: ''; }
  .partnership .testimonial__link {
    flex: 1; }

.partnership--full {
  padding: 40px 40px;
  background-color: #f8f6f9; }
  @media (min-width: 1024px) {
    .partnership--full {
      margin-top: 0px;
      border-radius: 15px;
      padding: 40px 0px; } }

.partner {
  display: block;
  background-color: white;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 42px 0;
  transition: all 0.2s ease;
  transform: scale(1);
  text-decoration: none !important; }
  .partner:hover {
    transform: scale(1.05); }
    .partner:hover .partner__text {
      text-underline: none; }
  @media (max-width: 768px) {
    .partner {
      margin-bottom: 20px; } }
  .partner__tile {
    display: flex;
  }
  .partner__row {
    display: flex;
    justify-content: center;
  }
  .partner__image {
    padding: 0 42px; }
  .partner__image > img {
    aspect-ratio: 16/9;
    object-fit: contain;
    width: 100%;
    max-width: 325px;
  }
  .partner__text {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 292px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 10px;
    border-top: solid 2px #d8d8d8;
    color: #000; }

@media (max-width: 768px) {
  .partner__full {
    margin-bottom: 20px; } }
  .partner__row {
    flex-wrap: wrap;
  }

.partner__full--image {
  padding: 20px 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1);
  transition: all 0.2s ease; }
  .partner__full--image:hover {
    transform: scale(1.05); }

.partner__full h3 {
  margin-top: 30px;
  margin-bottom: 20px; }

/*
.widget-type-cell{
    .dnd-section:first-child{
        padding-top: 0;
    }
    @media(max-width: 767px){
    .dnd-section:last-child{
        padding-bottom: 0;
    }
    }
}*/
.author {
  padding: 10px 40px;
  border-radius: 15px;
  position: relative; }
  .author:after {
    position: absolute;
    width: 6px;
    border-radius: 4px;
    background-color: #36d1fe;
    content: "";
    height: 100%;
    top: 0;
    left: 0px; }
  .author .image {
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 15px; }
    .author .image:after {
      display: flex;
      padding-bottom: 60%;
      content: ''; }
  .author p {
    font-size: 17px;
    line-height: 1.9em;
    margin-bottom: 0; }

.related-blog-items {
  display: flex; }

.matrix {
  padding-left: 40px;
  padding-right: 40px; }

.panels__background {
  position: absolute;
  display: flex;
  top: 0;
  min-height: 100%;
  content: '';
  z-index: -1;
  border-radius: 0px;
  width: calc(100% + 30px);
  left: -30px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 1024px) {
    .panels__background {
      width: calc(100% + 60px);
      left: -30px;
      border-radius: 15px; } }
  @media (min-width: 1280px) {
    .panels__background {
      left: -65px;
      border-radius: 10px;
      width: calc(100% + 130px); } }

.page-header {
  width: 100%;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  background-position: center;
  padding: 35px 30px 72px;
  box-sizing: border-box;
  background-size: cover;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .page-header {
      min-height: 331px;
      padding: 35px 30px 72px; } }
  @media screen and (min-width: 1024px) {
    .page-header {
      min-height: 331px;
      padding: 35px 0px 72px; } }
  .page-header h1 {
    margin-bottom: 0px;
    line-height: 55px;
    color: white; }

.page-header .container {
  flex: 1; }

@media screen and (min-width: 1024px) {
  .page-header {
    border-radius: 15px; } }

.page-header__text {
  text-align: left;
  width: 100%;
  z-index: 1;
  color: white; }
  @media (max-width: 767px) {
    .page-header__text {
      max-width: 100% !important; } }

h1 {
  margin-bottom: 0px;
  line-height: 55px;
  color: white; }

.page-header ul {
  display: flex;
  list-style: none;
  color: white;
  margin-left: 0;
  padding-left: 0;
  font-style: italic;
  font-size: 13px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .page-header ul {
      flex-direction: row; } }
  .page-header ul li a {
    color: white; }

.page-header ul li:before {
  padding-left: 5px;
  font-weight: normal;
  padding-right: 5px; }
  @media (min-width: 768px) {
    .page-header ul li:before {
      content: ' /'; } }

.page-header ul li:first-child {
  font-weight: bold;
  font-style: normal; }
  .page-header ul li:first-child:before {
    display: none; }

.page-header__contact {
  margin-top: 50px;
  background-color: #f8f6f9;
  padding: 30px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .page-header__contact {
      width: calc(100% - 60px); } }
  @media (min-width: 1280px) {
    .page-header__contact {
      flex-direction: row; } }
  .page-header__contact .icon-icn-circle-warning {
    font-size: 15px;
    margin-right: 8px; }
  .page-header__contact:after {
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 6px;
    border-radius: 3px;
    background-color: #ee8435; }
    @media (min-width: 1024px) {
      .page-header__contact:after {
        content: ''; } }
  .page-header__contact h4 {
    margin-top: 0;
    margin-bottom: 0; }
  .page-header__contact p {
    margin-bottom: 0; }
  .page-header__contact a {
    font-weight: 800;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .page-header__contact a {
        margin-top: 0px; } }

.header-contact .page-header__text {
  max-width: unset; }

@media screen and (min-width: 768px) {
  .header-contact.page-header {
    padding: 35px 40px 50px; } }

.header-contact .page-header__contact {
  position: relative;
  margin-left: 30px; }
  .header-contact .page-header__contact:after {
    width: 6px;
    height: 100%;
    border-radius: 6px;
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    background-color: #EE8435; }
  .header-contact .page-header__contact h4 {
    color: white;
    margin-bottom: 0; }
  .header-contact .page-header__contact p {
    margin-bottom: 0; }
  .header-contact .page-header__contact a {
    font-weight: 800;
    color: white; }

.header-contact ul {
  display: flex;
  list-style: none;
  color: black;
  margin-left: 0;
  padding-left: 0;
  font-style: normal;
  font-size: 13px; }
  .header-contact ul li:first-child {
    color: white;
    font-weight: bold;
    font-style: normal; }

.header-resource h1, .header-news h1 {
  margin-bottom: 10px;
  line-height: 55px;
  color: black; }

.header-resource__text, .header-news__text {
  max-width: unset;
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative; }
  .header-resource__text:after, .header-news__text:after {
    position: absolute;
    bottom: -50px;
    width: 79px;
    border-radius: 6px;
    height: 5px;
    background-color: #36d1fe;
    content: '';
    left: 0; }

.header-resource ul, .header-news ul {
  display: flex;
  list-style: none;
  color: black;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
  font-style: italic;
  font-size: 13px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .header-resource ul, .header-news ul {
      flex-direction: row; }
      .header-resource ul li:after, .header-news ul li:after {
        content: ' /';
        padding-right: 5px;
        font-weight: normal; } }
  .header-resource ul li:first-child, .header-news ul li:first-child {
    font-weight: bold;
    font-style: normal; }
  .header-resource ul li:last-child:after, .header-news ul li:last-child:after {
    display: none; }
  .header-resource ul li a, .header-news ul li a {
    color: black;
    text-decoration: none; }

.header-resource p, .header-news p {
  text-transform: uppercase;
  font-weight: 800;
  color: #666666; }

.header-casestudy {
  padding-bottom: 50px;
  position: relative; }
  .header-casestudy:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 6px;
    height: 5px;
    background-color: #efefef;
    content: '';
    left: 0; }
  .header-casestudy h1 {
    margin-bottom: 10px;
    line-height: 55px;
    color: black; }
  .header-casestudy__text {
    max-width: unset;
    margin-top: 40px;
    margin-bottom: 50px;
    position: relative; }
  .header-casestudy ul {
    display: flex;
    list-style: none;
    color: black;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    font-style: italic;
    font-size: 13px; }
    .header-casestudy ul li a {
      color: black;
      text-decoration: none; }
    .header-casestudy ul li:first-child {
      font-weight: bold;
      font-style: normal; }
    .header-casestudy ul li:after {
      content: ' /';
      padding-right: 5px;
      font-weight: normal; }
    .header-casestudy ul li:last-child:after {
      display: none; }
  .header-casestudy p {
    text-transform: uppercase;
    font-weight: 800;
    color: #666666; }
  .header-casestudy__featured-image {
    width: 100%;
    border-radius: 15px;
    overflow: hidden; }
  .header-casestudy__wrapper {
    display: flex;
    flex-direction: column; }

.header-resource-index__featured-image {
  width: 100%;
  border-radius: 15px;
  overflow: hidden; }

.header-resource-index ul {
  display: flex;
  list-style: none;
  color: black;
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
  font-style: italic;
  font-size: 13px; }
  .header-resource-index ul li:first-child {
    font-weight: bold;
    font-style: normal; }
  .header-resource-index ul li:after {
    content: ' /';
    padding-right: 5px;
    font-weight: normal; }
  .header-resource-index ul li:last-child:after {
    display: none; }

.header-home {
  position: relative; }
  .header-home h1 {
    margin-bottom: 23px;
    line-height: 55px;
    color: black; }
  .header-home__text {
    max-width: unset;
    position: relative; }
  .header-home__link {
    margin-top: 32px; }
  .header-home ul {
    display: flex;
    list-style: none;
    color: black;
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
    font-style: italic;
    font-size: 13px; }
    .header-home ul li:first-child {
      font-weight: bold;
      font-style: normal; }
    .header-home ul li:after {
      content: ' /';
      padding-right: 5px;
      font-weight: normal; }
    .header-home ul li:last-child:after {
      display: none; }
  .header-home__featured-image {
    width: 100%;
    border-radius: 15px;
    overflow: hidden; }
  .header-home__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .header-home__wrapper {
        margin-top: 0px; } }

.video-header {
  position: relative; }
  .video-header:before {
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 6px;
    height: 5px;
    background-color: #efefef;
    content: '';
    left: 0; }
  .video-header h1 {
    line-height: 55px;
    color: black; }
  .video-header__text {
    margin-top: 53px;
    max-width: unset;
    position: relative; }
  .video-header__link {
    margin-top: 32px; }
  .video-header ul {
    display: flex;
    list-style: none;
    color: black;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    font-style: italic;
    font-size: 13px; }
    .video-header ul li:first-child,
    .video-header ul li:nth-child(2)  {
      font-weight: bold;
      font-style: normal; }
    .video-header ul li:after {
      content: ' /';
      padding-right: 5px;
      font-weight: normal; }
    .video-header ul li:last-child:after {
      display: none; }
    .video-header ul li a {
      color: black;
      text-decoration: none; }
  .video-header__wrapper {
    display: flex;
    flex-direction: column; }

.panels {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px; }
  .panels.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px; }
  .panels .panels__background {
    position: absolute;
    display: flex;
    top: 0;
    min-height: 100%;
    content: '';
    z-index: -1;
    border-radius: 0px;
    width: calc(100% + 30px);
    left: -30px;
    background-position: center;
    background-size: cover; }
    .panels .panels__background--grey {
      background-color: #f8f6f9; }
    @media (min-width: 1024px) {
      .panels .panels__background {
        width: calc(100% + 60px);
        left: -30px;
        border-radius: 15px; } }
    @media (min-width: 1280px) {
      .panels .panels__background {
        left: -65px;
        border-radius: 10px;
        width: calc(100% + 130px); } }
  .panels h2 {
    font-size: 37px;
    color: black;
    margin-bottom: 30px; 
    @media (min-width: 768px) {
      font-size: 50px;
    }
  }
  .panels h3 {
    color: black; }
  .panels .panel {
    margin-bottom: 50px;
    background-color: #5e5e5e47;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #000;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .panels .panel p {
      line-height: 1.92;
      font-size: 13px; }
    .panels .panel .panel__subtitle {
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      color: #666666; }
    .panels .panel .panel__image {
      width: 100%;
      position: relative;
      background-size: cover;
      border-radius: 10px;
      margin-bottom: 24px; }
      .panels .panel .panel__image:after {
        display: flex;
        padding-top: 45%;
        content: ''; }
  .panels.dark h2 {
    color: white; }
  .panels.dark h3 {
    color: white; }
  .panels.dark p {
    color: white; }
  .panels.dark .panel__subtitle {
    color: #24d6c1; }

.tiles {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap; }
  .tiles h3 {
    margin-bottom: 5px; }
  .tiles .tile {
    margin-bottom: 30px; }
  .tiles .icon i {
    font-size: 20px; }

@media (min-width: 1024px) {
  .padding-wrapper {
    padding-left: 40px;
    padding-right: 40px; } }

.one-line {
  min-height: 1px; }

.two-line {
  min-height: 56px; }

.three-line {
  min-height: 84px; }

.leadership {
  background-position: center;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px; }
  .leadership__wrapper {
    margin-bottom: 20px; }
  .leadership h1 {
    color: black;
    margin-bottom: 60px; }
  .leadership .leader {
    margin-bottom: 60px;
    min-height: 500px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1200px) and (max-width: 1379px) {
      .leadership .leader h2 {
        min-height: 74px; } }
    .leadership .leader p {
      line-height: 1.92;
      font-size: 13px; }
    .leadership .leader a {
      flex: 1;
      display: flex;
      align-items: flex-end; }
    .leadership .leader .leader__subtitle {
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      color: #666666; }
      @media (min-width: 1200px) and (max-width: 1379px) {
        .leadership .leader .leader__subtitle {
          min-height: 36px; } }

.tiles {
  padding-top: 40px; }
  .tiles .tile {
    margin-bottom: 30px; }

@media (min-width: 1024px) {
  .padding-wrapper {
    padding-left: 40px;
    padding-right: 40px; } }

.leader__image {
  width: 100%;
  position: relative;
  border-radius: 10px;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center; }
  .leader__image:after {
    display: flex;
    padding-top: 58%;
    content: ''; }

.content_links {
  border-radius: 15px;
  padding: 40px 30px;
  position: relative; }
  @media (min-width: 1024px) {
    .content_links {
      padding: 40px 0px; } }
  .content_links:before {
    content: '';
    background-color: #f8f6f9;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 0px;
    width: calc(100% + 30px);
    left: -30px; }
    @media (min-width: 1024px) {
      .content_links:before {
        width: calc(100% + 60px);
        left: -30px; } }
    @media (min-width: 1280px) {
      .content_links:before {
        left: -65px;
        border-radius: 10px;
        width: calc(100% + 130px); } }

.cta {
  background-color: #f8f6f9;
  padding: 71px 30px;
  position: relative; }
  .cta .icon {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .cta .icon {
        margin-top: 30px; } }
  .cta:before {
    content: '';
    background-color: #f8f6f9;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 0px;
    width: calc(100% + 40px);
    left: -20px; }
    @media (min-width: 1024px) {
      .cta:before {
        width: calc(100% + 60px);
        left: -30px; } }
    @media (min-width: 1280px) {
      .cta:before {
        left: -65px;
        border-radius: 10px;
        width: calc(100% + 130px); } }
  .cta .image {
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 15px; }
    .cta .image:after {
      display: flex;
      padding-bottom: 71%;
      content: ''; }

.services-used .row .row {
  display: flex;
  flex-wrap: wrap; }

.services-used .service__group {
  text-transform: uppercase; }

.services-used ul {
  list-style: none;
  padding-left: 0; }
  .services-used ul li {
    display: flex; }
    .services-used ul li h4 {
      position: relative;
      color: #731789;
      border-bottom: 3px solid #731789; }
    .services-used ul li .icon {
      max-width: unset;
      margin-right: 15px; }
      .services-used ul li .icon svg {
        fill: #731789; }

.triangle__wrapper {
  position: relative; }

.triangle-bg {
  position: absolute;
  width: 333px;
  top: 30px;
  display: none;
  background-size: contain; }
  @media (min-width: 992px) {
    .triangle-bg {
      display: block;
      left: -60px; } }
  .triangle-bg:after {
    display: block;
    top: 0;
    left: 0;
    padding-top: 200%;
    content: ''; }

.text-editor {
  position: relative; }
  .text-editor.news {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 3px dotted #ddd; }
    .text-editor.news .date {
      font-size: 13px;
      font-weight: 800;
      color: #666;
      text-transform: uppercase; }
  .text-editor.with_vertical_padding {
    padding: 40px; }
  .text-editor p img {
    width: 100% !important;
    border-radius: 15px;
    overflow: hidden; }
  .text-editor__background {
    position: absolute;
    top: 0;
    width: calc(100% + 142px);
    left: -71px;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    border-radius: 15px; }
  .text-editor.image {
    padding: 72px 0; }
  .text-editor.dark h1 {
    color: white; }
  .text-editor.dark h2 {
    color: white; }
  .text-editor.dark h3 {
    color: white; }
  .text-editor.dark p {
    color: white; }
  .text-editor.dark .panel__subtitle {
    color: #24d6c1; }

.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .social-links {
      border-bottom: 2px solid rgba(255, 255, 255, 0.3);
      margin-bottom: 32px; } }
  @media (min-width: 768px) {
    .social-links {
      padding-top: 64px;
      justify-content: flex-start; } }
  .social-links__link {
    margin-right: 20px; }
    .social-links__link:last-child {
      margin-right: 0; }

.social-links__icon {
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  margin: 0 5px;
  position: relative;
  width: 20px; }

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #21222A; }

.social-links__icon:active {
  background-color: #71727A; }

.social-links__icon svg {
  fill: #000032;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF; }

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

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

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

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

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

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

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/fonts/slick.eot");
  src: url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/fonts/slick.woff") format("woff"), url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/fonts/slick.ttf") format("truetype"), url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.slick-prev {
  left: -35px;
  background-image: url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/Lancom2020/icn-arrow-left.svg"); }
  .slick-prev:hover, .slick-prev:focus {
    outline: none;
    transform: translate(-10%, -50%);
    color: transparent; }

.slick-next {
  right: -35px;
  background-image: url("https://533526.fs1.hubspotusercontent-na1.net/hubfs/533526/Lancom2020/icn-arrow-right.svg"); }
  .slick-next:hover, .slick-next:focus {
    outline: none;
    transform: translate(10%, -50%);
    color: transparent; }

/* 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[aria-label="1 of 1"] {
        display: none; }
      .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: 12px;
        height: 12px;
        border: 2px solid #731789;
        border-radius: 50px;
        font-family: "slick";
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #731789;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #731789;
      opacity: 1;
      content: "•";
      border: 0; }

.contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: center; }

.contact .number {
  font-weight: 800;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .contact .number {
      margin-bottom: 27px; } }

.tile__icon .icon svg {
  fill: #731789; }

.section-testimonial {
  padding-top: 0px;
  padding-bottom: 0px; }

.section-grey {
  padding-top: 0px;
  padding-bottom: 0px; }
  .section-grey .text-editor {
    position: relative;
    background-color: #f8f6f9;
    padding-top: 40px;
    padding-bottom: 40px; }
    .section-grey .text-editor:before {
      content: '';
      background-color: #f8f6f9;
      width: calc(100% + 142px);
      left: -71px;
      border-radius: 30px;
      height: 100%;
      position: absolute;
      top: 0; }

.resource-featured {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 92px;
  transition: 0.2s all ease;
  transform: scale(1); }
  .resource-featured:before {
    position: absolute;
    display: flex;
    content: '';
    top: 0;
    background-color: #f8f6f9;
    width: calc(100% + 146px);
    height: 100%;
    left: -73px;
    border-radius: 10px;
    z-index: -1; }
  .resource-featured.scale-featured {
    transform: scale(0); }
  .resource-featured.hide-featured {
    display: none; }

.body-wrapper {
  overflow-x: hidden; }

body .what_would_you_like_banner h1, .navigation ul li a, .login, .home-text, .common-css > p, .footer p, .footer a, .about_us_banner, .about-content, .thanku_banner h4, .change_something_banner h1, .decription-text, .decription-text span, .change_something_content_container H5, .change_something_content_container p, .migrate_something_banner span, .migrate-upper-text p, .migrate_something_banner H4, .migrate_content strong, .migrate_something_banner A, .thanku_banner span, .contact-upper span, .thanku_banner_right div, .migrate_content P, .hs-rss-title span, .hs-rss-date, h1 {
  font-family: 'Montserrat' !important; }


/* Style the header */
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 5px #9F9F9F;
  z-index: 100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky-nav > .body-container-wrapper {
  padding-top: 102px;
}

*::selection {
  background: #731789;
  color: white; }