/**
 * Common
 */
.ContactPerson .inner {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.07); }
  @media (max-width: 900px) {
    .ContactPerson .inner {
      padding: 30px 24px; } }

.ContactPerson h2 {
  display: block;
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 900px) {
    .ContactPerson h2 {
      margin-bottom: 40px; } }
  @media (max-width: 762px) {
    .ContactPerson h2 {
      margin-bottom: 30px; } }

.ContactPerson .inner-in {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 762px) {
    .ContactPerson .inner-in {
      flex-direction: column; } }

.ContactPerson .info-wrapper {
  width: 119px;
  text-align: left;
  max-width: 18%; }
  @media (max-width: 762px) {
    .ContactPerson .info-wrapper {
      width: 100%;
      max-width: 100%;
      text-align: center;
      border-bottom: 1px solid #e1e3e6;
      padding-bottom: 24px;
      margin-bottom: 24px; } }
  .ContactPerson .info-wrapper .image-wrapper {
    width: 116px;
    min-width: 92px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    position: relative;
    background: #eff2f5;
    margin: 0; }
    @media (max-width: 900px) {
      .ContactPerson .info-wrapper .image-wrapper {
        width: 92px; } }
    @media (max-width: 762px) {
      .ContactPerson .info-wrapper .image-wrapper {
        margin: 0 auto;
        display: block; } }
    .ContactPerson .info-wrapper .image-wrapper .LzLoadImg {
      width: 100%;
      max-width: 100%;
      height: 100%;
      position: relative;
      display: block; }
  .ContactPerson .info-wrapper p {
    padding: 0;
    margin-bottom: 0; }
    @media (max-width: 762px) {
      .ContactPerson .info-wrapper p {
        padding: 0; } }
    .ContactPerson .info-wrapper p b,
    .ContactPerson .info-wrapper p span {
      display: block;
      position: relative;
      padding: 0;
      margin: 0;
      line-height: 22px; }
    .ContactPerson .info-wrapper p b {
      font-size: 18px;
      color: #323840;
      line-height: 1.22; }
      @media (max-width: 900px) {
        .ContactPerson .info-wrapper p b {
          font-size: 16px; } }
    .ContactPerson .info-wrapper p .subtitle {
      margin: 4px 0 0;
      color: #7d8085;
      font-size: 14px; }

.ContactPerson .right-side {
  text-align: left;
  padding-left: 40px;
  max-width: 83%; }
  @media (max-width: 762px) {
    .ContactPerson .right-side {
      width: 100%;
      max-width: 100%;
      padding: 0; } }
  .ContactPerson .right-side .markdown-copy {
    margin-bottom: 30px; }
    @media (max-width: 762px) {
      .ContactPerson .right-side .markdown-copy {
        margin-bottom: 24px; } }
  .ContactPerson .right-side .markdown-copy p {
    font-size: 20px; }
    @media (max-width: 900px) {
      .ContactPerson .right-side .markdown-copy p {
        font-size: 18px; } }
    @media (max-width: 762px) {
      .ContactPerson .right-side .markdown-copy p {
        font-size: 16px; } }
  .ContactPerson .right-side .markdown-copy p:first-child {
    margin-top: 0; }
  .ContactPerson .right-side .button-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 640px) {
      .ContactPerson .right-side .button-list {
        flex-direction: column; } }
    .ContactPerson .right-side .button-list li {
      width: 50%; }
      .ContactPerson .right-side .button-list li .button {
        width: 100%; }
      .ContactPerson .right-side .button-list li:nth-child(odd) {
        padding-right: 10px; }
      .ContactPerson .right-side .button-list li:nth-child(even) {
        padding-left: 10px; }
      @media (max-width: 900px) {
        .ContactPerson .right-side .button-list li:nth-child(odd) {
          width: 55%;
          padding-right: 5px; }
        .ContactPerson .right-side .button-list li:nth-child(even) {
          width: 45%;
          padding-left: 5px; } }
      @media (max-width: 640px) {
        .ContactPerson .right-side .button-list li {
          width: 100% !important;
          padding: 0 !important;
          margin: 0 0 14px; }
          .ContactPerson .right-side .button-list li:last-child {
            margin-bottom: 0; } }

.ContactPerson .ContactPerson-social-links {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e3e6;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 762px) {
    .ContactPerson .ContactPerson-social-links {
      flex-direction: column;
      margin-top: 24px;
      padding-top: 24px; } }
  .ContactPerson .ContactPerson-social-links h5 {
    margin: 0;
    width: 252px;
    padding-right: 20px;
    color: #323840;
    max-width: 40%; }
    @media (max-width: 900px) {
      .ContactPerson .ContactPerson-social-links h5 {
        width: 210px;
        max-width: 30%; } }
    @media (max-width: 762px) {
      .ContactPerson .ContactPerson-social-links h5 {
        margin-bottom: 14px;
        width: 100%;
        max-width: 100%; } }
  .ContactPerson .ContactPerson-social-links ul {
    max-width: 60%;
    width: 312px;
    padding: 0;
    margin: 0 -5px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 900px) {
      .ContactPerson .ContactPerson-social-links ul {
        max-width: 70%; } }
    @media (max-width: 762px) {
      .ContactPerson .ContactPerson-social-links ul {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start; } }
    @media (max-width: 400px) {
      .ContactPerson .ContactPerson-social-links ul {
        justify-content: space-between; } }
    .ContactPerson .ContactPerson-social-links ul li {
      width: 25%;
      max-width: 25%;
      margin: 0 5px; }
      .ContactPerson .ContactPerson-social-links ul li a {
        width: 100%;
        border: 1px solid #e1e3e6;
        height: 69px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 762px) {
          .ContactPerson .ContactPerson-social-links ul li a {
            height: 54px; } }
      .ContactPerson .ContactPerson-social-links ul li .LzLoadImg,
      .ContactPerson .ContactPerson-social-links ul li .LzLoadImg img {
        width: auto;
        max-width: 27px;
        max-height: 30px; }
        @media (max-width: 762px) {
          .ContactPerson .ContactPerson-social-links ul li .LzLoadImg,
          .ContactPerson .ContactPerson-social-links ul li .LzLoadImg img {
            max-width: 27px;
            max-height: 28px; } }
      @media (max-width: 762px) {
        .ContactPerson .ContactPerson-social-links ul li {
          max-width: 54px; }
          .ContactPerson .ContactPerson-social-links ul li:first-child {
            margin-left: 0; }
          .ContactPerson .ContactPerson-social-links ul li:last-child {
            margin-right: 0; } }

.CookieMessage {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.07);
  pointer-events: none;
  opacity: 0;
  transition: -webkit-transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
  -webkit-transform: translate3d(0, 102%, 0);
          transform: translate3d(0, 102%, 0); }
  .CookieMessage .container {
    position: relative; }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .CookieMessage {
      display: block; }
      .CookieMessage .container {
        position: relative;
        min-height: 60px;
        margin: 0 auto;
        display: block; } }
  .CookieMessage.show {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .CookieMessage p {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.167;
    padding-right: 30px;
    color: #7d8085; }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .CookieMessage p {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .CookieMessage .link {
    margin-left: 5px;
    display: inline-block;
    position: relative;
    color: #203e79;
    -webkit-font-smoothing: auto;
    transition: color 200ms;
    cursor: pointer; }
    .CookieMessage .link:hover {
      color: #1b3465; }

.CookieMessage-close,
.LzLoadImg.CookieMessage-close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  max-width: 36px;
  padding: 10px;
  cursor: pointer; }

.Footer {
  background: #fff;
  position: relative;
  display: block;
  padding: 56px 0 44px; }
  @media (max-width: 900px) {
    .Footer {
      padding: 56px 0; } }
  @media (max-width: 480px) {
    .Footer {
      padding: 50px 0; } }
  .Footer.with-border-top {
    border-top: 1px solid #d8d8d8; }
  .Footer .top-wrapper {
    width: 100%;
    position: relative; }
    .Footer .top-wrapper .inner {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 680px) {
        .Footer .top-wrapper .inner {
          position: relative;
          display: block; } }
    .Footer .top-wrapper .inner-out {
      padding-left: 90px;
      position: relative; }
      @media (max-width: 980px) {
        .Footer .top-wrapper .inner-out {
          padding-left: 60px; } }
      @media (max-width: 680px) {
        .Footer .top-wrapper .inner-out {
          padding-left: 0; } }
  .Footer .columns-wrapper {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-bottom: 68px;
    position: relative;
    z-index: 2; }
    @media (max-width: 980px) {
      .Footer .columns-wrapper {
        margin-bottom: 20px; } }
    @media (max-width: 980px) {
      .Footer .columns-wrapper {
        flex-wrap: wrap; } }
    @media (max-width: 680px) {
      .Footer .columns-wrapper {
        width: 100%;
        min-width: 100%;
        flex: 1; } }
    .Footer .columns-wrapper .column {
      z-index: 2;
      flex: 1; }
      @media (max-width: 980px) {
        .Footer .columns-wrapper .column {
          margin-bottom: 20px;
          flex: 0 0 33.33%; } }
      @media (max-width: 680px) {
        .Footer .columns-wrapper .column {
          max-width: 50%;
          width: 50%;
          min-width: 50%;
          flex: 0 0 50%; } }
      .Footer .columns-wrapper .column h4 {
        color: #323840;
        font-size: 16px;
        line-height: 23px;
        margin: 0 0 18px; }
      .Footer .columns-wrapper .column ul {
        list-style: none;
        display: block;
        position: relative;
        padding: 0; }
      .Footer .columns-wrapper .column li {
        width: 100%;
        display: block;
        margin: 0 0 2px; }
        .Footer .columns-wrapper .column li a {
          font-size: 16px;
          color: #7d8085;
          line-height: 1.5;
          padding: 0;
          margin: 0;
          transition: color 250ms; }
          .Footer .columns-wrapper .column li a:hover {
            color: #203e79; }
      .Footer .columns-wrapper .column.media-column {
        padding-left: 60px; }
        @media (max-width: 980px) {
          .Footer .columns-wrapper .column.media-column {
            padding: 0; } }
      .Footer .columns-wrapper .column.more-column {
        padding-left: 60px; }
        @media (max-width: 980px) {
          .Footer .columns-wrapper .column.more-column {
            padding: 0; } }
      .Footer .columns-wrapper .column.facelift-column {
        flex: 2.8;
        padding-right: 50px; }
        @media (max-width: 1080px) {
          .Footer .columns-wrapper .column.facelift-column {
            padding-right: 20px; } }
        @media (max-width: 980px) {
          .Footer .columns-wrapper .column.facelift-column {
            min-width: 100%;
            max-width: 100%;
            padding: 0;
            flex: 0 0 100%; } }
        .Footer .columns-wrapper .column.facelift-column ul {
          display: flex;
          flex-wrap: wrap; }
        .Footer .columns-wrapper .column.facelift-column li {
          width: 50%; }
          @media (max-width: 980px) {
            .Footer .columns-wrapper .column.facelift-column li {
              width: 33.33%; } }
          @media (max-width: 580px) {
            .Footer .columns-wrapper .column.facelift-column li {
              width: 50%; } }
  .Footer .bottom-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0; }
    @media (max-width: 980px) {
      .Footer .bottom-wrapper {
        padding: 10px 0 0; } }
    @media (max-width: 680px) {
      .Footer .bottom-wrapper {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }
    .Footer .bottom-wrapper .copyright {
      font-size: 14px;
      padding: 0;
      margin: 0;
      color: #7d8085; }
      @media (max-width: 680px) {
        .Footer .bottom-wrapper .copyright {
          margin-top: 30px; } }
    .Footer .bottom-wrapper ul.social {
      list-style: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
      padding: 0;
      margin: 0; }
      .Footer .bottom-wrapper ul.social li {
        margin: 0 14px; }
        .Footer .bottom-wrapper ul.social li a {
          width: 20px;
          max-height: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          padding: 0;
          margin: 0;
          cursor: pointer; }
          .Footer .bottom-wrapper ul.social li a .LzLoadImg.icon {
            display: block;
            position: relative;
            max-width: 20px;
            max-height: 20px; }
        .Footer .bottom-wrapper ul.social li:last-child {
          margin-right: 0; }
        @media (max-width: 680px) {
          .Footer .bottom-wrapper ul.social li:first-child {
            margin-left: 0; } }
  .Footer .social-wrapper {
    min-width: 150px;
    padding-left: 32px;
    position: relative;
    display: block; }
    @media (max-width: 680px) {
      .Footer .social-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 50%; } }
    .Footer .social-wrapper ul.stamps {
      list-style: none;
      display: block;
      position: relative;
      padding: 0;
      margin: 0 0 40px;
      z-index: 2; }
      @media (max-width: 680px) {
        .Footer .social-wrapper ul.stamps {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%; } }
      .Footer .social-wrapper ul.stamps li {
        width: 100%;
        display: block;
        margin: 0 0 6px;
        text-align: right; }
        @media (max-width: 680px) {
          .Footer .social-wrapper ul.stamps li {
            text-align: left; } }
        .Footer .social-wrapper ul.stamps li:last-child {
          margin-right: 0; }
        .Footer .social-wrapper ul.stamps li a {
          display: inline-block;
          padding: 0;
          margin: 0;
          cursor: pointer; }
          .Footer .social-wrapper ul.stamps li a .LzLoadImg.icon {
            display: inline-block;
            position: relative;
            height: 30px;
            max-height: 30px;
            width: auto;
            max-width: none; }
          .Footer .social-wrapper ul.stamps li a .LzLoadImg.icon .LzLoadImg-img,
          .Footer .social-wrapper ul.stamps li a .LzLoadImg.icon img {
            display: inline-block;
            height: 100%;
            max-height: 100%;
            width: auto;
            max-width: none; }
  .Footer .logo-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px; }
    @media (max-width: 980px) {
      .Footer .logo-link {
        width: 38px;
        height: 38px; } }
    @media (max-width: 680px) {
      .Footer .logo-link {
        position: relative;
        display: block;
        margin-bottom: 35px; } }
  .Footer .lang-select {
    position: relative;
    z-index: 9;
    margin-bottom: 24px; }
    @media (max-width: 680px) {
      .Footer .lang-select {
        position: absolute;
        right: 0;
        top: -73px; } }

/*
  This file contains some common styles used on the app
*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

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

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

/* stylelint-enable */
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 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; }

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

* {
  box-sizing: border-box;
  outline: none; }

html {
  background: #fff; }
  html.noscroll {
    overflow: hidden; }
  html.nonscroll-f,
  html.nonscroll-f body {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    max-height: none; }
  html.menu-opened .Navbar-wrapper {
    z-index: 100; }

html,
body {
  display: block;
  position: relative;
  min-height: 100%;
  min-height: 100vh;
  color: #8d9092;
  overflow-x: hidden; }

body {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

ul {
  list-style: none; }

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

.clearfix::after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.centered-v {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.p_r {
  position: relative; }

.container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 30px; }
  .container.md {
    width: 924px; }
  .container.sm {
    width: 912px; }
  @media (max-width: 480px) {
    .container {
      padding: 0 20px; } }

body {
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, helvetica, Arial, arial, sans-serif;
  line-height: 1.556;
  font-style: normal;
  font-size: 18px; }

p {
  font-weight: 400;
  line-height: 1.4; }

.markdown-copy.copy p,
.copy {
  font-weight: 400;
  font-size: 16px;
  color: #7d8085;
  line-height: 1.625; }

.markdown-copy.copy ul,
.markdown-copy.copy ol,
.copy ul,
.copy ol {
  list-style: none;
  padding: 4px 0 0;
  margin: 0; }
  .markdown-copy.copy ul li,
  .markdown-copy.copy ol li,
  .copy ul li,
  .copy ol li {
    margin: 0 0 20px;
    position: relative;
    display: block;
    padding-left: 24px; }
    .markdown-copy.copy ul li:before,
    .markdown-copy.copy ol li:before,
    .copy ul li:before,
    .copy ol li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 11px;
      width: 6px;
      height: 6px;
      display: block;
      background: #ff6600;
      border-bottom-left-radius: 3px; }
    .markdown-copy.copy ul li p,
    .markdown-copy.copy ol li p,
    .copy ul li p,
    .copy ol li p {
      padding: 0;
      margin: 0; }

.markdown-copy.copy p:last-child {
  margin-bottom: 0; }

.markdown-copy.copy h1,
h2,
h3,
h4,
h5 {
  font-weight: 700; }

.markdown-copy.copy a {
  display: inline-block;
  color: #ff6600;
  font-weight: 500;
  position: relative;
  transition: color 200ms; }
  .markdown-copy.copy a:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 1px;
    background: #ff6600; }
  .markdown-copy.copy a:hover {
    color: #e65c00; }

/*
.markdown-copy.copy b,
.markdown-copy.copy strong,
.copy b,
.copy strong {
  font-weight: 600;
  color: #000; }
*/

h1 {
  font-size: 52px;
  line-height: 1.15; }

h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  color: #323840; }
  @media (max-width: 900px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 600px) {
    h2 {
      font-size: 24px; } }
  h2.sm {
    font-size: 28px; }
    @media (max-width: 900px) {
      h2.sm {
        font-size: 24px; } }
    @media (max-width: 800px) {
      h2.sm {
        font-size: 22px; } }
    @media (max-width: 700px) {
      h2.sm {
        font-size: 20px; } }

.fb, .BlogDetail-content blockquote b,
.BlogDetail-content blockquote strong, .BlogDetail-share .txt {
  font-weight: 700 !important;
  font-family: 'Helvetica Neue', Helvetica, helvetica, Arial, arial, sans-serif; }

.fm, .BlogDetail-content blockquote b + span,
.BlogDetail-content blockquote strong + span {
  font-weight: 500 !important;
  font-family: 'Helvetica Neue', Helvetica, helvetica, Arial, arial, sans-serif; }

.fl, .BlogDetail-content .lead,
.BlogDetail-content blockquote {
  font-weight: 300 !important;
  font-family: 'Helvetica Neue', Helvetica, helvetica, Arial, arial, sans-serif; }

a {
  text-decoration: none; }

a,
button {
  cursor: pointer; }

button {
  border: 1px solid transparent; }

.button {
  margin-top: 15px;
  display: inline-block;
  background-color: #203e79;
  color: #fff;
  font-weight: 600;
  min-width: 200px;
  font-size: 16px;
  line-height: 1.16;
  padding: 17px 18px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #203e79;
  transition: color 200ms, border-color 200ms, background 200ms; }
  .button.wa {
    min-width: 0; }
  .button.sm {
    padding: 10px 20px;
    min-width: 140px;
    min-height: 40px;
    font-size: 16px;
    line-height: 1.125; }
  .button.white {
    background-color: #ffffff;
    color: #203e79;
    border-color: #ffffff; }
  .button.grey {
    background: #ececec;
    color: #8d9092;
    border-color: #ececec; }
  .button.outline-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .button.outline-dark {
    background-color: transparent;
    color: #203e79;
    border-color: #203e79; }

.primary-link {
  font-weight: 600;
  color: #ff6600;
  font-size: 14px; }

.lang-select,
.simple-select {
  display: inline-block;
  position: relative;
  padding: 24px 20px;
  min-height: 38px;
  width: 376px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  cursor: pointer; }
  .lang-select .current,
  .simple-select .current {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 600; }
  .lang-select .arrow,
  .simple-select .arrow {
    display: block;
    position: absolute;
    padding: 6px;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    border: 1px solid #7d8085;
    border-width: 0 1px 1px 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .lang-select ul,
  .simple-select ul {
    margin: 0 -1px;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    min-width: calc(100% + 2px);
    opacity: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    margin-top: -2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none; }
    .lang-select ul li,
    .simple-select ul li {
      display: block;
      position: relative;
      margin: 0;
      border-bottom: 1px solid #d8d8d8; }
      .lang-select ul li:last-child,
      .simple-select ul li:last-child {
        border-bottom: none; }
      .lang-select ul li a,
      .simple-select ul li a {
        display: block;
        color: #7d8085;
        text-align: left;
        padding: 24px 20px;
        font-size: 18px;
        font-weight: 400;
        transition: color 250ms; }
      .lang-select ul li.active,
      .simple-select ul li.active {
        display: none; }
      .lang-select ul li a:hover,
      .simple-select ul li a:hover {
        color: #203e79 !important; }
  .lang-select:hover ul,
  .simple-select:hover ul {
    opacity: 1;
    display: block; }

.lang-select {
  width: 122px;
  padding: 12px; }
  .lang-select,
  .lang-select ul {
    background: #fff; }
  .lang-select .current,
  .lang-select ul li a {
    font-weight: 400;
    font-size: 14px; }
  .lang-select ul li a {
    font-weight: 400;
    padding: 14px; }
  .lang-select .arrow {
    padding: 4px;
    margin-top: -2px;
    right: 12px;
    border-width: 0 1px 1px 0;
    border-color: #7d8085; }
  .lang-select.with-keys {
    width: 70px; }
    .lang-select.with-keys .current,
    .lang-select.with-keys ul li a {
      text-transform: uppercase; }

.Hero {
  position: relative;
  width: 100%;
  padding: 88px 0 60px;
  text-align: left;
  background: #ff6600;
  color: #fff;
  min-height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden; }
  @media (max-width: 900px) {
    .Hero {
      min-height: 600px; } }
  @media (max-width: 900px) and (-ms-high-contrast: none), (max-width: 900px) and (-ms-high-contrast: active) {
    .Hero {
      height: 600px; } }
  .Hero .container {
    position: relative; }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .Hero {
      height: 630px; }
      .Hero > .container {
        margin-left: 0px;
        margin-right: 0px; } }
  .Hero h1 {
    display: block;
    font-size: 38px;
    margin: 0 0 24px;
    color: #fff; }
    @media (max-width: 900px) {
      .Hero h1 {
        font-size: 30px; } }
  .Hero .hero-content {
    position: relative;
    display: block;
    width: 660px;
    max-width: 70%; }
    @media (max-width: 700px) {
      .Hero .hero-content {
        width: 100%;
        max-width: 100%; } }
    .Hero .hero-content p {
      padding: 0;
      margin: 0;
      font-size: 20px;
      margin-bottom: 43px;
      line-height: 1.5; }
    .Hero .hero-content .button {
      display: inline-block;
      position: relative;
      margin-right: 20px; }
      @media (max-width: 900px) {
        .Hero .hero-content .button {
          display: block;
          width: 260px;
          max-width: 100%;
          margin: 0 0 14px; } }
  .Hero .LzLoadImg.side-hero-image {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    max-width: 30%; }
    @media (max-width: 700px) {
      .Hero .LzLoadImg.side-hero-image {
        display: none; } }
  .Hero .LzLoadImg.side-hero-image.laptop {
    position: absolute;
    margin-top: 5%;
    width: 700px;
    max-width: 70%;
    right: -10%; }
    @media (min-width: 761px) {
      .Hero .LzLoadImg.side-hero-image.laptop {
        min-width: 701px !important; } }
    @media (max-width: 1080px) {
      .Hero .LzLoadImg.side-hero-image.laptop {
        right: -18%; } }
    @media (max-width: 1024px) {
      .Hero .LzLoadImg.side-hero-image.laptop {
        right: -24%; } }
    @media (max-width: 980px) {
      .Hero .LzLoadImg.side-hero-image.laptop {
        right: -30%; } }
    @media (max-width: 900px) {
      .Hero .LzLoadImg.side-hero-image.laptop {
        right: -40%; } }
    @media (max-width: 760px) {
      .Hero .LzLoadImg.side-hero-image.laptop {
        right: -28%; } }
  .Hero .social-links {
    position: absolute;
    bottom: 0;
    padding: 0 30px 30px;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    list-style: none;
    text-align: right; }
    .Hero .social-links .social-item {
      display: inline-block;
      margin-left: 10px; }
      .Hero .social-links .social-item .item-link {
        display: inline-block;
        background: #fff;
        font-size: 14px;
        line-height: 1.16;
        padding: 16px 20px;
        color: #323840;
        border-radius: 2px;
        font-weight: 500 !important;
        font-family: 'Helvetica Neue', Helvetica, helvetica, Arial, arial, sans-serif; }
      .Hero .social-links .social-item .item-icon-wrapper .LzLoadImg img {
        height: 56px;
        max-width: none;
        width: auto; }
  .Hero .stamps-links {
    position: absolute;
    bottom: 0;
    right: 30px;
    height: 56px;
    padding: 0 30px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    list-style: none;
    text-align: right; }
    @media (max-width: 700px) {
      .Hero .stamps-links {
        position: relative;
        display: block;
        text-align: left;
        right: inherit;
        left: 0;
        width: 100%;
        padding: 24px 0 0;
        height: auto; } }
    .Hero .stamps-links .stamp-item {
      display: inline-block;
      margin-left: 10px; }
      @media (max-width: 700px) {
        .Hero .stamps-links .stamp-item {
          margin-left: 0;
          margin-right: 10px; } }
      .Hero .stamps-links .stamp-item .item-link {
        display: inline-block;
        background: #fff;
        font-size: 14px;
        line-height: 1.16;
        padding: 16px 20px;
        color: #323840;
        border-radius: 2px;
        font-weight: 500 !important;
        font-family: 'Helvetica Neue', Helvetica, helvetica, Arial, arial, sans-serif; }
      .Hero .stamps-links .stamp-item .item-icon-wrapper .LzLoadImg img {
        height: 56px;
        max-width: none;
        width: auto; }
  .Hero.small {
    min-height: 404px; }
    .Hero.small .hero-content {
      width: 700px;
      max-width: 70%;
      padding-top: 60px; }
    @media (max-width: 900px) {
      .Hero.small {
        min-height: 274px; }
        .Hero.small .hero-content {
          padding-top: 50px; } }
    @media (max-width: 700px) {
      .Hero.small {
        min-height: 298px; }
        .Hero.small .hero-content {
          padding-top: 40px;
          width: 100%;
          max-width: 100%; } }
  .Hero.medium {
    min-height: 503px; }
    .Hero.medium .hero-content {
      width: 700px;
      max-width: 70%;
      padding-top: 60px; }
    @media (max-width: 900px) {
      .Hero.medium {
        min-height: 428px; }
        .Hero.medium .hero-content {
          padding-top: 50px; } }
    @media (max-width: 700px) {
      .Hero.medium {
        min-height: 422px; }
        .Hero.medium .hero-content {
          padding-top: 40px;
          width: 100%;
          max-width: 100%; } }
  .Hero.with-form {
    min-height: 553px;
    overflow: visible; }
    @media (min-width: 701px) {
      .Hero.with-form.b-f .hero-content p {
        margin-bottom: 0; } }
    .Hero.with-form.b-f .form-wrapper {
      margin-bottom: -120px; }
    .Hero.with-form .hero-content {
      width: 100%;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 700px) {
        .Hero.with-form .hero-content {
          flex-direction: column; } }
      .Hero.with-form .hero-content .left-side {
        width: 512px;
        max-width: 60%;
        padding-right: 20px; }
        @media (max-width: 900px) {
          .Hero.with-form .hero-content .left-side {
            width: 348px;
            max-width: 52%; } }
        @media (max-width: 700px) {
          .Hero.with-form .hero-content .left-side {
            margin-top: 40px;
            width: 100%;
            max-width: 100%; } }
        @media (max-width: 600px) {
          .Hero.with-form .hero-content .left-side {
            margin-top: 30px; } }
        @media (max-width: 480px) {
          .Hero.with-form .hero-content .left-side {
            margin-top: 10px; } }
      .Hero.with-form .hero-content .form-wrapper {
        margin-top: 60px;
        width: 424px;
        max-width: 40%;
        opacity: 1;
        transition: opacity 0.3s;
        transition-delay: 0.5s; }
        .Hero.with-form .hero-content .form-wrapper.hidden {
          opacity: 0; }
        .Hero.with-form .hero-content .form-wrapper .inner {
          background: #ffffff;
          box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.14);
          padding: 30px; }
          .Hero.with-form .hero-content .form-wrapper .inner form {
            width: 100%; }
            .Hero.with-form .hero-content .form-wrapper .inner form button {
              width: 100%;
              display: block; }
              .Hero.with-form .hero-content .form-wrapper .inner form button:last-child {
                margin-bottom: 0; }
        .Hero.with-form .hero-content .form-wrapper .field-info {
          font-size: 12px;
          margin: 0 0 20px;
          padding: 0;
          color: #7d8085; }
        @media (max-width: 900px) {
          .Hero.with-form .hero-content .form-wrapper {
            width: 328px;
            max-width: 48%; }
            .Hero.with-form .hero-content .form-wrapper .inner {
              padding: 24px; } }
        @media (max-width: 700px) {
          .Hero.with-form .hero-content .form-wrapper {
            margin-top: 0;
            width: 100%;
            max-width: 100%; }
            .Hero.with-form .hero-content .form-wrapper .inner {
              padding: 20px; } }
      .Hero.with-form .hero-content .form-footer-caption,
      .Hero.with-form .hero-content .form-footer-caption {
        padding: 25px 0; }
        .Hero.with-form .hero-content .form-footer-caption p,
        .Hero.with-form .hero-content .form-footer-caption p {
          font-size: 16px;
          color: rgba(255, 255, 255, 0.6); }
        @media (max-width: 700px) {
          .Hero.with-form .hero-content .form-footer-caption,
          .Hero.with-form .hero-content .form-footer-caption {
            padding-bottom: 0; } }

.laptop {
  position: relative; }
  .laptop > .LzLoadImg-in:before {
    content: '';
    display: block;
    padding-top: 42.1%;
    background: #fff;
    position: absolute;
    width: 67.3%;
    left: 50.95%;
    top: 6%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    z-index: 1; }
  .laptop .LzLoadImg.laptop-screen {
    position: absolute;
    width: 67.3%;
    left: 50.95%;
    top: 6%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    z-index: 2; }

.Select {
  position: relative; }

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important; }

.Select input::-ms-clear {
  display: none !important; }

.Select input::-ms-reveal {
  display: none !important; }

.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.Select.is-searchable.is-open > .Select-control {
  cursor: text; }

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.Select.is-focused > .Select-control {
  background: #fff; }

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff; }

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px; }

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover {
  color: #007eff;
  outline: 0;
  text-decoration: underline; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff; }

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select .Select-arrow-zone:hover > .Select-arrow,
.Select.is-open .Select-arrow {
  border-top-color: #666; }

.Select.Select--rtl {
  direction: rtl;
  text-align: right; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: 0;
  background: #fff; }

.Select--single > .Select-control .Select-value,
.Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: 0;
  line-height: 17px;
  padding: 8px 0 12px;
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: 0; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 0.4s infinite linear;
  animation: Select-animation-spin 0.4s infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 0.2s;
  animation: Select-animation-fadeIn 0.2s;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #d0021b; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.Select-control > :last-child {
  padding-right: 5px; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #ccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:focus,
.Select--multi .Select-value-icon:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px; }

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  border-left: 1px solid rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:active,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    padding: 4px;
    top: 50%;
    margin-top: -2px;
    right: 20px;
    border: solid #caced2;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }

.select .Select-control {
  border: none;
  background: #ffffff;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  min-height: 56px;
  cursor: pointer;
  border-radius: 0; }

.select .Select-value {
  color: #323840;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: bold;
  min-height: 56px;
  display: flex;
  align-items: center; }

.select .Select-placeholder,
.select .Select-value {
  line-height: 56px;
  font-size: 16px;
  color: #7d8085;
  padding-left: 20px !important;
  padding-right: 20px !important; }

.select .Select-noresults {
  border-top: 1px solid #e1e3e6;
  padding: 10px 15px !important;
  color: #7d8085 !important;
  font-size: 16px; }

.select .Select-menu-outer {
  max-height: 320px !important;
  border: none;
  border-radius: 0;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.08); }

.select .Select-menu {
  max-height: 318px !important; }

.select .Select-option,
.select .Select-option.is-focused {
  padding: 14px 20px;
  border-top: 1px solid #e1e3e6;
  color: #7d8085;
  font-size: 14px;
  font-weight: bold;
  background: transparent !important;
  transition: color 250ms; }

.select .Select-option.is-focused {
  color: #585a5e; }

.select .Select-option.is-selected {
  color: #323840 !important;
  background: transparent !important; }

.select .arrow-down img {
  position: relative;
  display: block;
  width: 14px;
  right: 10px;
  max-width: 14px;
  transition: opacity 200ms, -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms;
  transition: transform 200ms ease-out, opacity 200ms, -webkit-transform 200ms ease-out; }

.select.is-open .arrow-down img {
  -webkit-transform: rotate(180deg) translateY(1.5px);
          transform: rotate(180deg) translateY(1.5px); }

.select.grey .Select-control,
.select.grey .Select-input,
.select.grey .Select-menu-outer {
  background-color: #eff2f5 !important; }

.form-control, .hbspt-form .input {
  position: relative;
  margin-bottom: 12px;
  display: block; }
  .form-control:last-child, .hbspt-form .input:last-child {
    margin-bottom: 0; }
  .form-control .select .Select-control, .hbspt-form .input .select .Select-control {
    box-shadow: none !important;
    border-radius: 4px !important; }
  .form-control .select .Select-option,
  .form-control .select .Select-value, .hbspt-form .input .select .Select-option,
  .hbspt-form .input .select .Select-value {
    font-weight: 500; }
  .form-control .select .Select-menu-outer, .hbspt-form .input .select .Select-menu-outer {
    margin-top: -4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .form-control input,
  .form-control textarea, .hbspt-form .input input,
  .hbspt-form .input textarea {
    width: 100%;
    display: block;
    height: 44px;
    border: 1px solid #e1e3e6;
    padding: 14px 20px;
    font-size: 16px;
    color: #323840;
    border-radius: 4px; }
    .form-control input ::-webkit-input-placeholder,
    .form-control textarea ::-webkit-input-placeholder, .hbspt-form .input input ::-webkit-input-placeholder,
    .hbspt-form .input textarea ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #7d8085; }
    .form-control input ::-moz-placeholder,
    .form-control textarea ::-moz-placeholder, .hbspt-form .input input ::-moz-placeholder,
    .hbspt-form .input textarea ::-moz-placeholder {
      /* Firefox 19+ */
      color: #7d8085; }
    .form-control input :-ms-input-placeholder,
    .form-control textarea :-ms-input-placeholder, .hbspt-form .input input :-ms-input-placeholder,
    .hbspt-form .input textarea :-ms-input-placeholder {
      /* IE 10+ */
      color: #7d8085; }
    .form-control input :-moz-placeholder,
    .form-control textarea :-moz-placeholder, .hbspt-form .input input :-moz-placeholder,
    .hbspt-form .input textarea :-moz-placeholder {
      /* Firefox 18- */
      color: #7d8085; }
  .form-control .button,
  .form-control button, .hbspt-form .input .button,
  .hbspt-form .input button {
    margin-top: 12px;
    width: 100%;
    display: block;
    color: inherit; }

.hbspt-form {
   }
  .hbspt-form .form-control, .hbspt-form .input {
    margin-bottom: 10px !important; }
    .hbspt-form .form-control .button, .hbspt-form .input .button {
      margin-top: 0; }
  .hbspt-form .field {
    width: 100% !important; }
  .hbspt-form .hs-error-msgs {
    color: #000;
    font-size: 12px;
    margin: -6px 9px 6px 0;
    padding-left: 0; }
  .hbspt-form input[type="text"],
  .hbspt-form input[type="password"],
  .hbspt-form input[type="datetime"],
  .hbspt-form input[type="datetime-local"],
  .hbspt-form input[type="date"],
  .hbspt-form input[type="month"],
  .hbspt-form input[type="time"],
  .hbspt-form input[type="week"],
  .hbspt-form input[type="number"],
  .hbspt-form input[type="email"],
  .hbspt-form input[type="url"],
  .hbspt-form input[type="search"],
  .hbspt-form input[type="tel"],
  .hbspt-form input[type="color"],
  .hbspt-form select,
  .hbspt-form textarea {
    padding: 14px 20px !important; }
  .hbspt-form input[type=submit] {
    width: 100%; }

.page-section {
  padding: 94px 0; }
  @media (max-width: 900px) {
    .page-section {
      padding: 84px 0; } }
  @media (max-width: 600px) {
    .page-section {
      padding: 70px 0; } }
  @media (max-width: 480px) {
    .page-section {
      padding: 60px 0; } }
  .page-section.soft {
    background: #eff2f5; }

.soft-wrapper {
  position: relative;
  background: #eff2f5;
  display: block; }

.sides-section {
  position: relative; }
  @media (max-width: 700px) {
    .sides-section {
      padding-bottom: 0; } }
  .sides-section .info-wrapper,
  .sides-section .image-wrapper {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    position: relative; }
    @media (max-width: 700px) {
      .sides-section .info-wrapper,
      .sides-section .image-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 100%; } }
  @media (max-width: 1024px) {
    .sides-section .info-wrapper {
      padding-right: 20px; } }
  @media (max-width: 700px) {
    .sides-section .info-wrapper {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 20px; } }
  .sides-section .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .sides-section.with-laptop .container {
    min-height: 400px; }
  .sides-section h4 {
    margin: 0 0 20px;
    display: block;
    font-weight: bold;
    color: #323840;
    font-size: 28px; }
    .sides-section h4 span {
      display: block;
      line-height: 1.333; }
  .sides-section .markdown-copy {
    margin-bottom: 20px; }
  .sides-section a {
    font-weight: 700;
    color: #ff6600;
    font-size: 14px;
    padding: 10px;
    margin-left: -10px;
    cursor: pointer; }
  .sides-section .icon-wrapper {
    min-height: 36px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .sides-section .LzLoadImg.icon {
    display: block;
    position: relative;
    max-width: 36px;
    max-height: 36px; }
  .sides-section .LzLoadImg.illustration {
    position: absolute;
    right: -5%;
    bottom: 0;
    width: 630px; }
    @media (min-width: 1201px) {
      .sides-section .LzLoadImg.illustration {
        max-width: 50%; } }
    @media (max-width: 1200px) {
      .sides-section .LzLoadImg.illustration {
        width: 65%;
        right: -15%; } }
    @media (max-width: 700px) {
      .sides-section .LzLoadImg.illustration {
        display: block;
        position: relative;
        width: 110%;
        right: -5%;
        max-width: none; } }
  .sides-section .LzLoadImg.illustration.bg {
    width: 868px;
    max-width: 63%;
    right: -20%; }
    @media (max-width: 700px) {
      .sides-section .LzLoadImg.illustration.bg {
        width: 110%;
        max-width: 110%; } }
  .sides-section .LzLoadImg.illustration.laptop {
    width: 823px;
    max-width: 68%;
    right: -18%;
    padding-top: 5%; }
    @media (min-width: 1201px) {
      .sides-section .LzLoadImg.illustration.laptop {
        max-width: 55% !important; } }
    @media (max-width: 700px) {
      .sides-section .LzLoadImg.illustration.laptop {
        width: 90%;
        max-width: 90%;
        right: 5% !important;
        left: 5% !important;
        margin-bottom: -24px; } }
  .sides-section .LzLoadImg.illustration.sm {
    width: 485px;
    max-width: 50%; }
    @media (max-width: 700px) {
      .sides-section .LzLoadImg.illustration.sm {
        width: 90%;
        max-width: 90%; } }
  .sides-section .LzLoadImg.illustration.sm-xs {
    width: 412px;
    max-width: 50%; }
    @media (max-width: 700px) {
      .sides-section .LzLoadImg.illustration.sm-xs {
        width: 90%;
        max-width: 90%; } }
  @media (min-width: 701px) {
    .sides-section.center-image-v .LzLoadImg.illustration {
      bottom: 50%;
      -webkit-transform: translate3d(0, 50%, 0);
              transform: translate3d(0, 50%, 0); } }
  @media (max-width: 700px) {
    .sides-section.center-image-v {
      padding-bottom: 84px; } }
  @media (max-width: 600px) {
    .sides-section.center-image-v {
      padding-bottom: 70px; } }
  @media (max-width: 480px) {
    .sides-section.center-image-v {
      padding-bottom: 60px; } }
  @media (min-width: 701px) {
    .sides-section.center-image .LzLoadImg.illustration {
      right: 25%;
      bottom: 50%;
      -webkit-transform: translate3d(50%, 50%, 0);
              transform: translate3d(50%, 50%, 0); } }
  @media (max-width: 700px) {
    .sides-section.center-image {
      padding-bottom: 84px; } }
  @media (max-width: 600px) {
    .sides-section.center-image {
      padding-bottom: 70px; } }
  @media (max-width: 480px) {
    .sides-section.center-image {
      padding-bottom: 60px; } }
  .sides-section.wide-image .LzLoadImg.illustration {
    right: -10%; }
    @media (min-width: 1201px) {
      .sides-section.wide-image .LzLoadImg.illustration {
        max-width: 50%; } }
    @media (max-width: 1200px) {
      .sides-section.wide-image .LzLoadImg.illustration {
        right: -20%; } }
    @media (max-width: 700px) {
      .sides-section.wide-image .LzLoadImg.illustration {
        right: -15%; } }
  .sides-section.right .info-wrapper {
    padding-right: 0; }
    @media (max-width: 1024px) {
      .sides-section.right .info-wrapper {
        padding-left: 20px; } }
    @media (max-width: 700px) {
      .sides-section.right .info-wrapper {
        padding-right: 0;
        padding-left: 0; } }
  .sides-section.right .container {
    flex-direction: row-reverse; }
  .sides-section.right .LzLoadImg.illustration {
    right: inherit;
    left: -5%; }
    @media (max-width: 1200px) {
      .sides-section.right .LzLoadImg.illustration {
        right: inherit;
        left: -15%; } }
    @media (max-width: 700px) {
      .sides-section.right .LzLoadImg.illustration {
        right: inherit; } }
  .sides-section.right .LzLoadImg.illustration.bg {
    left: -20%; }
    @media (max-width: 1200px) {
      .sides-section.right .LzLoadImg.illustration.bg {
        right: inherit;
        left: -32%;
        max-width: 80%; } }
    @media (max-width: 700px) {
      .sides-section.right .LzLoadImg.illustration.bg {
        right: inherit;
        max-width: 110%;
        left: -5%; } }
  .sides-section.right.wide-image .LzLoadImg.illustration {
    left: -10%; }
    @media (max-width: 1200px) {
      .sides-section.right.wide-image .LzLoadImg.illustration {
        left: -20%; } }
    @media (max-width: 700px) {
      .sides-section.right.wide-image .LzLoadImg.illustration {
        left: -15%; } }
  @media (min-width: 701px) {
    .sides-section.right.center-image .LzLoadImg.illustration {
      right: inherit;
      left: 25%;
      bottom: 50%;
      -webkit-transform: translate3d(-50%, 50%, 0);
              transform: translate3d(-50%, 50%, 0); } }
  @media (max-width: 700px) {
    .sides-section.right.center-image .LzLoadImg.illustration {
      right: inherit;
      left: 5%; } }

.LzLoadImg {
  position: relative;
  max-width: 100%;
  display: block; }

.LzLoadImg-in {
  position: relative;
  display: block; }

.LzLoadImg-bg {
  opacity: 0;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.post .LzLoadImg-bg {
	background-size: contain !important;
	background-position: bottom !important;}

.LzLoadImg-el {
  opacity: 0;
  transition: opacity 375ms;
  will-change: opacity;
  width: 100%;
  display: block;
  position: relative; }
  .LzLoadImg-el.loading {
    opacity: 0; }
  .LzLoadImg-el.loaded {
    opacity: 1; }
  .LzLoadImg-el.failed {
    opacity: 0; }

.LzLoadImg.lg .LzLoadImg-el {
  transition: opacity 550ms 100ms; }

.lazyload.lazyloading {
  opacity: 0;
  transition: opacity 550ms 100ms; }

.lazyloaded {
  opacity: 1; }

.Navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 99; }
  @media (max-width: 600px) {
    .Navbar {
      padding: 16px 0; } }
  .Navbar .centered-v {
    min-height: 80px; }
    @media (max-width: 900px) {
      .Navbar .centered-v {
        min-height: 64px; } }
    @media (max-width: 600px) {
      .Navbar .centered-v {
        min-height: 44px; } }
  .Navbar a,
  .Navbar a:visited {
    color: #fff; }
  .Navbar .logo-link {
    display: inline-block;
    position: relative; }
    .Navbar .logo-link .LzLoadImg,
    .Navbar .logo-link img {
      width: 80px; }
      @media (max-width: 900px) {
        .Navbar .logo-link .LzLoadImg,
        .Navbar .logo-link img {
          width: 64px; } }
      @media (max-width: 600px) {
        .Navbar .logo-link .LzLoadImg,
        .Navbar .logo-link img {
          width: 44px; } }
  .Navbar ul.links {
    float: left;
    padding: 0;
    margin: 0;
    display: block;
    list-style: none; }
    .Navbar ul.links li {
      display: inline-block;
      position: relative;
      margin: 0;
      margin-right: 30px; }
      @media (max-width: 1090px) {
        .Navbar ul.links li {
          margin-right: 26px; } }
      .Navbar ul.links li .link {
        text-decoration: none;
        font-size: 16px;
        line-height: 18px; }
      @media (max-width: 1052px) {
        .Navbar ul.links li.not-sm {
          display: none; } }
      @media (max-width: 600px) {
        .Navbar ul.links li.not-xs {
          display: none; } }
      .Navbar ul.links li.button-wrapper:last-child .button {
        background-color: #ffffff;
        color: #7a7a7a;
        min-width: 70px; }
      @media (max-width: 600px) {
        .Navbar ul.links li.button-wrapper {
          display: none; } }
      .Navbar ul.links li.links-with-dropdown {
        position: relative; }
        .Navbar ul.links li.links-with-dropdown .links-dropdown {
          width: 264px;
          max-width: calc(100vw - 20px);
          display: none;
          position: absolute;
          padding-top: 20px;
          top: 100%;
          left: 50%;
          -webkit-transform: translate3d(-50%, 0, 0);
                  transform: translate3d(-50%, 0, 0); }
          .Navbar ul.links li.links-with-dropdown .links-dropdown > div {
            position: relative;
            display: block;
            background: #fff;
            border: 1px solid #eee;
            box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.08); }
            .Navbar ul.links li.links-with-dropdown .links-dropdown > div:before {
              content: '';
              position: absolute;
              left: 50%;
              top: -10px;
              margin-left: -10px;
              display: block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #fff; }
          .Navbar ul.links li.links-with-dropdown .links-dropdown ul {
            list-style: none;
            padding: 30px 30px 10px;
            margin: 0; }
            .Navbar ul.links li.links-with-dropdown .links-dropdown ul li {
              display: block;
              width: 100%;
              margin: 0 0 20px; }
              .Navbar ul.links li.links-with-dropdown .links-dropdown ul li .icon-wrapper {
                min-height: 36px;
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                justify-content: flex-start; }
              .Navbar ul.links li.links-with-dropdown .links-dropdown ul li .LzLoadImg.icon {
                display: block;
                position: relative;
                max-width: 36px;
                max-height: 36px; }
              .Navbar ul.links li.links-with-dropdown .links-dropdown ul li h4 {
                font-size: 16px;
                line-height: 1.25;
                color: #323840;
                margin: 0 0 4px;
                transition: color 250ms; }
              .Navbar ul.links li.links-with-dropdown .links-dropdown ul li p {
                font-size: 14px;
                line-height: 1.3;
                color: #7d8085;
                padding: 0;
                margin: 0; }
              .Navbar ul.links li.links-with-dropdown .links-dropdown ul li:hover h4 {
                color: #ff6600; }
          .Navbar ul.links li.links-with-dropdown .links-dropdown .section-link {
            background: #eff2f5;
            display: block;
            padding: 30px 20px;
            font-size: 14px;
            line-height: 1.2;
            color: #ff6600;
            font-weight: 600;
            text-align: center; }
          .Navbar ul.links li.links-with-dropdown .links-dropdown.with-descriptions {
            width: 860px;
            left: -85px;
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0); }
            .Navbar ul.links li.links-with-dropdown .links-dropdown.with-descriptions > div:before {
              left: 125px;
              margin-left: 0; }
            .Navbar ul.links li.links-with-dropdown .links-dropdown.with-descriptions ul {
              padding: 40px 40px 14px; }
              .Navbar ul.links li.links-with-dropdown .links-dropdown.with-descriptions ul li {
                float: left;
                width: 25%;
                margin: 0 0 26px;
                padding-right: 20px; }
							.Navbar ul.links li.links-with-dropdown .links-dropdown.with-descriptions ul li p {
								min-height: 40px; }
        .Navbar ul.links li.links-with-dropdown:hover .links-dropdown {
          display: block; }
  .Navbar .lang-select {
    float: left;
    display: inline-block;
    margin-left: -10px;
    position: relative;
    background: #ff6600;
    border-color: transparent;
    color: #fff;
    padding: 8px 12px; }
    @media (max-width: 1052px) {
      .Navbar .lang-select {
        display: none; } }
    .Navbar .lang-select .current {
      font-size: 16px; }
    .Navbar .lang-select .arrow {
      border: solid #fff;
      border-width: 0 1px 1px 0; }
    .Navbar .lang-select ul {
      border-color: transparent;
      border-top-color: #d8d8d8;
      transition: opacity 20ms;
      background: #fff;
      overflow: hidden; }
      .Navbar .lang-select ul li {
        border-color: #d8d8d8; }
        .Navbar .lang-select ul li a {
          font-size: 16px;
          padding: 10px 12px;
          color: #7d8085; }
    .Navbar .lang-select:hover {
      background: #fff; }
      .Navbar .lang-select:hover .current {
        color: #7d8085; }
      .Navbar .lang-select:hover .arrow {
        border-color: #7d8085; }

.demo-badges {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 45px; }
  @media (max-width: 900px) {
    .demo-badges {
      top: 36px; 
    } 
  }
  @media (max-width: 700px) {
    .demo-badges {
      top: 25px; 
    } 
  }
  .demo-badges .container {
    text-align: right; }
  .demo-badges .LzLoadImg {
    height: 39px;
    width: auto;
    max-width: none;
    display: inline-block; }
    @media (max-width: 700px) {
      .demo-badges .LzLoadImg {
        height: 26px; } }
  .demo-badges .LzLoadImg .LzLoadImg-el,
  .demo-badges .LzLoadImg .LzLoadImg-in {
    height: 100%;
    width: auto;
    max-width: none; }

.MenuResponsive {
  float: left;
  min-height: 40px;
  display: flex;
  align-items: center; }
  @media (min-width: 1029px) {
    .MenuResponsive {
      display: none; } }

.MenuResponsive-menu-toggle {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }
  .MenuResponsive-menu-toggle p {
    font-size: 16px;
    line-height: 1.167;
    color: #fff;
    padding: 0 0 0 10px;
    margin: 0 !important; }
  .MenuResponsive-menu-toggle .menu-open {
    padding-top: 2px;
    display: block;
    position: relative; }

.MenuResponsive-panel-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms; }
  @media (min-width: 1029px) {
    .MenuResponsive-panel-screen {
      display: none; } }

.MenuResponsive-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-height: 100vh;
  overflow: scroll;
  overscroll-behavior: contain;
  width: 560px;
  max-width: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 420ms cubic-bezier(0.62, 0.04, 0.37, 1);
  transition: transform 420ms cubic-bezier(0.62, 0.04, 0.37, 1);
  transition: transform 420ms cubic-bezier(0.62, 0.04, 0.37, 1), -webkit-transform 420ms cubic-bezier(0.62, 0.04, 0.37, 1); }
  @media (min-width: 1029px) {
    .MenuResponsive-panel {
      display: none; } }
  @media (max-width: 600px) {
    .MenuResponsive-panel {
      width: 100%;
      transition: -webkit-transform 350ms cubic-bezier(0.62, 0.04, 0.37, 1);
      transition: transform 350ms cubic-bezier(0.62, 0.04, 0.37, 1);
      transition: transform 350ms cubic-bezier(0.62, 0.04, 0.37, 1), -webkit-transform 350ms cubic-bezier(0.62, 0.04, 0.37, 1); } }
  .MenuResponsive-panel header {
    padding: 0 24px;
    text-align: right;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 600px) {
      .MenuResponsive-panel header {
        min-height: 75px;
        padding: 0 20px; } }
    .MenuResponsive-panel header .MenuResponsive-menu-toggle p {
      color: #323840;
      margin-right: 10px; }
    .MenuResponsive-panel header .MenuResponsive-menu-toggle .menu-close {
      width: 16px;
      height: 16px; }
  .MenuResponsive-panel .MenuResponsive-in-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; }

.MenuResponsive.opened .MenuResponsive-panel-screen {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer; }

.MenuResponsive.opened .MenuResponsive-panel {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.MenuResponsive-links {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 0 60px;
  margin: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .MenuResponsive-links .MenuResponsive-link {
    width: 100%;
    display: block;
    max-height: 70px;
    transition: background 350ms, max-height 350ms;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #e1e3e6; }
    .MenuResponsive-links .MenuResponsive-link:last-child {
      border-bottom: 1px solid #e1e3e6; }
    @media (max-width: 600px) {
      .MenuResponsive-links .MenuResponsive-link {
        max-height: 65px; } }
    .MenuResponsive-links .MenuResponsive-link.opened {
      max-height: 300px; }
      @media (max-width: 600px) {
        .MenuResponsive-links .MenuResponsive-link.opened {
          max-height: 300px; } }
      .MenuResponsive-links .MenuResponsive-link.opened.with-descriptions {
        max-height: 760px; }
        @media (max-width: 600px) {
          .MenuResponsive-links .MenuResponsive-link.opened.with-descriptions {
            max-height: 1145px; } }
    .MenuResponsive-links .MenuResponsive-link .link-header {
      position: relative;
      width: 100%;
      height: 70px;
      min-height: 70px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow: hidden; }
      @media (max-width: 600px) {
        .MenuResponsive-links .MenuResponsive-link .link-header {
          min-height: 68px;
          height: 68px; } }
      .MenuResponsive-links .MenuResponsive-link .link-header .arrow-down {
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 10px 0;
        width: 20px;
        transition: -webkit-transform 250ms;
        transition: transform 250ms;
        transition: transform 250ms, -webkit-transform 250ms;
        cursor: pointer; }
        @media (max-width: 600px) {
          .MenuResponsive-links .MenuResponsive-link .link-header .arrow-down {
            right: 10px; } }
      .MenuResponsive-links .MenuResponsive-link .link-header p {
        margin: 0;
        text-align: left;
        font-size: 18px;
        color: #323840;
        position: relative;
        font-weight: 400; }
    .MenuResponsive-links .MenuResponsive-link .link {
      color: #ff6600;
      text-decoration: none;
      font-size: 18px;
      line-height: 1.277;
      font-weight: 400;
      cursor: pointer;
      width: 100%;
      margin: 0 0 23px;
      transition: color 200ms; }
      .MenuResponsive-links .MenuResponsive-link .link:hover {
        color: #ff6600; }
    @media (min-width: 716px) {
      .MenuResponsive-links .MenuResponsive-link.only-xs {
        display: none; } }
    .MenuResponsive-links .MenuResponsive-link.only-xs .link-header p {
      color: #ff6600; }
    .MenuResponsive-links .MenuResponsive-link.with-sublinks.opened .link-header .arrow-down {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }

.MenuResponsive-sublinks {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  display: block; }
  .MenuResponsive-sublinks ul {
    width: 100%;
    position: relative;
    padding: 0 24px;
    margin: 0; }
    @media (max-width: 600px) {
      .MenuResponsive-sublinks ul {
        padding: 0 20px; } }
    .MenuResponsive-sublinks ul li {
      display: block;
      width: 100%;
      margin: 0 0 20px; }
      .MenuResponsive-sublinks ul li .icon-wrapper {
        min-height: 36px;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .MenuResponsive-sublinks ul li .LzLoadImg.icon {
        display: block;
        position: relative;
        max-width: 36px;
        max-height: 36px; }
      .MenuResponsive-sublinks ul li h4 {
        font-size: 16px;
        line-height: 1.25;
        color: #ff6600;
        margin: 0 0 4px;
        transition: color 250ms; }
      .MenuResponsive-sublinks ul li p {
        font-size: 16px;
        line-height: 1.625;
        color: #7d8085;
        padding: 0;
        margin: 0; }
      .MenuResponsive-sublinks ul li:hover h4 {
        color: #ff6600; }
  .MenuResponsive-sublinks .section-link {
    background: #eff2f5;
    display: block;
    padding: 21px 20px;
    font-size: 14px;
    line-height: 1.2;
    color: #ff6600;
    font-weight: 600;
    text-align: center; }

.MenuResponsive-link.with-descriptions ul {
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    .MenuResponsive-link.with-descriptions ul {
      padding: 0 20px; } }
  .MenuResponsive-link.with-descriptions ul li {
    max-width: 33%;
    width: 33.33%;
    min-width: 33%;
    flex: 0 0 33%;
    margin: 0 0 26px;
    padding-right: 10px; }
    .MenuResponsive-link.with-descriptions ul li h4 {
      color: #323840; }
    @media (max-width: 600px) {
      .MenuResponsive-link.with-descriptions ul li {
        max-width: 50%;
        width: 50%;
        min-width: 50%; } }

.MenuResponsive-bottom {
  position: relative;
  display: block;
  margin: auto 0 0;
  width: 100%;
  padding: 0; }

.MenuResponsive-bottom-links {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0; }
  .MenuResponsive-bottom-links .MenuResponsive-bottom-link a {
    background: #fff;
    display: block;
    padding: 21px 20px;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 500;
    color: #ff6600;
    text-align: center; }

.MenuResponsive-bottom-buttons {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0; }
  .MenuResponsive-bottom-buttons .MenuResponsive-bottom-button a {
    background: #ff6600;
    display: block;
    padding: 21px 20px;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none; }

.VideoButton {
  width: auto;
  display: inline-block; }
  .VideoButton .duration {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: #7d8085; }
    .VideoButton .duration i {
      font-style: normal; }
  .VideoButton .VideoButton-in {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .VideoButton button {
    display: inline-block; }
    .VideoButton button span {
      position: relative;
      padding-left: 34px; }
    .VideoButton button .play-icon {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px;
      width: 24px;
      height: 24px; }
  .VideoButton.on-hero {
    margin-right: 20px; }
    @media (max-width: 900px) {
      .VideoButton.on-hero {
        margin: 0 0 14px; } }
    .VideoButton.on-hero .duration {
      color: rgba(255, 255, 255, 0.6); }
    .VideoButton.on-hero button {
      margin-right: 0; }
      @media (max-width: 900px) {
        .VideoButton.on-hero button {
          margin: 0; } }
  .VideoButton.clear .VideoButton-in {
    justify-content: flex-start; }
  .VideoButton.clear button {
    border: none;
    background: none;
    padding: 0;
    min-width: 32px;
    width: 32px;
    height: 32px; }
    .VideoButton.clear button span {
      padding: 0;
      display: block;
      position: relative;
      width: 32px;
      height: 32px; }
    .VideoButton.clear button img {
      top: 0;
      margin-top: 0;
      height: 100%;
      width: 100%; }

/**
 * Components
 */
.Blog-featured-posts {
  background: #ff6600;
  padding-top: 0;
  margin-top: -40px; }

.Blog-featured-posts ul,
.Blog-posts ul {
  position: relative;
  padding: 0;
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  @media (max-width: 600px) {
    .Blog-featured-posts ul,
    .Blog-posts ul {
      margin: 0; } }
  .Blog-featured-posts ul .post,
  .Blog-posts ul .post {
    width: 33.33%;
    max-width: 33.33%;
    padding: 0 8px 16px; }
    @media (max-width: 700px) {
      .Blog-featured-posts ul .post,
      .Blog-posts ul .post {
        width: 50%;
        max-width: 50%; } }
    @media (max-width: 600px) {
      .Blog-featured-posts ul .post,
      .Blog-posts ul .post {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .Blog-featured-posts ul .post:last-child,
        .Blog-posts ul .post:last-child {
          padding-bottom: 0; } }
    .Blog-featured-posts ul .post > div,
    .Blog-posts ul .post > div {
      min-height: 100%;
      background: #fff;
      box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
      position: relative;
      display: flex;
      flex-direction: column; }
    .Blog-featured-posts ul .post .image-wrapper,
    .Blog-posts ul .post .image-wrapper {
      display: block;
      position: relative;
      width: 100%;
      background: #eff2f5; }
      .Blog-featured-posts ul .post .image-wrapper .LzLoadImg,
      .Blog-posts ul .post .image-wrapper .LzLoadImg {
        width: 100%;
        position: relative; }
      @media (max-width: 900px) {
        .Blog-featured-posts ul .post .image-wrapper .LzLoadImg .LzLoadImg-el,
        .Blog-posts ul .post .image-wrapper .LzLoadImg .LzLoadImg-el {
          padding-top: 66% !important; } }
      .Blog-featured-posts ul .post .image-wrapper .star-icon,
      .Blog-posts ul .post .image-wrapper .star-icon {
        width: 36px;
        height: 36px;
        padding: 9px;
        display: block;
        position: absolute;
        right: 16px;
        top: 16px;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
        z-index: 9; }
    .Blog-featured-posts ul .post .post-info,
    .Blog-posts ul .post .post-info {
      text-align: left;
      flex-grow: 1;
      padding: 32px 20px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      @media (max-width: 700px) {
        .Blog-featured-posts ul .post .post-info,
        .Blog-posts ul .post .post-info {
          padding: 24px 20px; } }
      .Blog-featured-posts ul .post .post-info header p,
      .Blog-posts ul .post .post-info header p {
        margin: 0 0 12px;
        font-size: 14px;
        color: #7d8085; }
      .Blog-featured-posts ul .post .post-info .summary,
      .Blog-posts ul .post .post-info .summary {
        margin: 0 0 20px; }
      .Blog-featured-posts ul .post .post-info a,
      .Blog-posts ul .post .post-info a {
        margin: auto 0 0;
        color: #ff6600;
        font-size: 14px;
        line-height: 1.2;
        padding: 10px 0 0;
        font-weight: bold;
        display: block; }
			.Blog-featured-posts ul .post .post-info h4,
      .Blog-posts ul .post .post-info h4 {
        color: #323840;
        font-size: 18px;
        line-height: 1.22;
        margin: 0 0 16px;
        display: block; }
        @media (max-width: 700px) {
          .Blog-featured-posts ul .post .post-info h4,
          .Blog-posts ul .post .post-info h4 {
            font-size: 16px; } }

.Blog-posts .load-more-button-wrapper {
  display: block;
  text-align: center;
  padding: 60px 0 0;
  margin: 0; }
  .Blog-posts .load-more-button-wrapper .button {
    min-width: 240px; }

.Hero.BlogDetail-hero .hero-content {
  text-align: left;
  width: 752px;
  /*margin: 0 auto;*/
  max-width: 100%;
  padding-top: 150px; }
  @media (max-width: 900px) {
    .Hero.BlogDetail-hero .hero-content {
      padding-top: 60px; } }
  @media (max-width: 600px) {
    .Hero.BlogDetail-hero .hero-content {
      padding-top: 46px; } }
  .Hero.BlogDetail-hero .hero-content p {
    margin-bottom: 77px; }
    @media (max-width: 900px) {
      .Hero.BlogDetail-hero .hero-content p {
        font-size: 18px;
        margin-bottom: 18px; } }
    @media (max-width: 600px) {
      .Hero.BlogDetail-hero .hero-content p {
        font-size: 16px; } }

@media (max-width: 600px) {
  .Hero.BlogDetail-hero h1 {
    font-size: 24px; } }

.BlogDetail-container {
  width: 924px;
  max-width: 100%; }

.BlogDetail-content {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 900px) {
    .BlogDetail-content {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (max-width: 600px) {
    .BlogDetail-content {
      margin-top: 40px;
      margin-bottom: 40px; } }

	.BlogDetail-content .default-content {
    max-width: 752px;
	}
/*
	.BlogDetail-content iframe, 
  .BlogDetail-content table, 
  .BlogDetail-content ol,
	.BlogDetail-content .default-content div { 
    margin-left: 264px!important; 
    margin-right: 88px!important;
		width: auto!important; }
		@media (max-width: 900px) {
      .BlogDetail-content iframe, 
      .BlogDetail-content table, 
      .BlogDetail-content ol,
      .BlogDetail-content .default-content div {
        margin-left: 120px!important; 
        margin-right: 120px!important;
        width: auto!important; 
      }
		}
		@media (max-width: 600px) {
      .BlogDetail-content iframe, 
      .BlogDetail-content table, 
      .BlogDetail-content ol,
      .BlogDetail-content .default-content div {
        margin-left: 0!important; 
        margin-right: 0!important;
        width: auto!important; 
      }
		}
*/
	.BlogDetail-content ul p {
  	padding-left: 0;
    padding-right: 0; }
		@media (max-width: 900px) {
      .BlogDetail-content ul p {
        padding-left: 0;
        padding-right: 0;
      }
		}
		@media (max-width: 600px) {
      .BlogDetail-content ul p {
        padding-left: 0;
        padding-right: 0;
      }
		}
		

  .BlogDetail-content a {
    color: #ff6600; }
  .BlogDetail-content img {
    width: 100%;
    margin: 0; }
    @media (max-width: 600px) {
      .BlogDetail-content img {
        -webkit-transform: scale(1.0625);
                transform: scale(1.0625);
        margin: 8px auto; } }
  .BlogDetail-content .lead,
  .BlogDetail-content blockquote {
    font-size: 28px;
    line-height: 1.43;
    min-width: 688px;
    margin: 0 0 0 88px; }
    @media (max-width: 900px) {
      .BlogDetail-content .lead,
      .BlogDetail-content blockquote {
        font-size: 22px;
        min-width: auto;
        margin-left: 0; } }
    @media (max-width: 600px) {
      .BlogDetail-content .lead,
      .BlogDetail-content blockquote {
        font-size: 18px; } }
    .BlogDetail-content .lead p,
    .BlogDetail-content blockquote p {
      padding-left: 0; }

	.BlogDetail-content .lead {
    margin: 0;
    max-width: 752px;
	}
	.author-link {
    color: white;
	}
  .BlogDetail-content .first-letter {
    font-size: 78px;
    color: #000000;
    float: left;
    width: 88px;
    height: 88px;
    line-height: 68px;
    display: inline-block; }
    @media (max-width: 600px) {
      .BlogDetail-content .first-letter {
        font-size: 48px;
        width: 60px;
        height: 60px;
        line-height: 44px; } }
  .BlogDetail-content blockquote {
    background-image: url("https://get.facelift-bbt.com/hubfs/Facelift_theme_new_2018/images/svg/quotes-primary-icon.svg");
    background-repeat: no-repeat;
    background-size: auto 49px;
    padding-top: 73px;
    padding-bottom: 42px;
    margin-top: 60px;
    color: #7d8085; }
    @media (max-width: 900px) {
      .BlogDetail-content blockquote {
        margin-left: 0;
        background-size: auto 32px;
        padding-top: 48px;
        padding-bottom: 30px;
        margin-top: 44px; } }
    @media (max-width: 600px) {
      .BlogDetail-content blockquote {
        font-size: 18px;
        padding-bottom: 18px;
        margin-top: 32px; } }
    .BlogDetail-content blockquote b,
    .BlogDetail-content blockquote strong {
      display: block;
      color: #000000;
      font-size: 18px;
      margin-top: 16px;
      margin-bottom: 4px; }
      @media (max-width: 900px) {
        .BlogDetail-content blockquote b,
        .BlogDetail-content blockquote strong {
          font-size: 16px;
          margin-top: 24px; } }
      @media (max-width: 600px) {
        .BlogDetail-content blockquote b,
        .BlogDetail-content blockquote strong {
          margin-top: 20px; } }
      .BlogDetail-content blockquote b + span,
      .BlogDetail-content blockquote strong + span {
        display: block;
        font-size: 14px; }
  .BlogDetail-content .side-share {
    position: absolute;
    padding: 11px 0;
    margin: 0 0 0 88px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.07); }
    @media (max-width: 900px) {
      .BlogDetail-content .side-share {
        margin-left: 0; } }
    @media (max-width: 600px) {
      .BlogDetail-content .side-share {
        display: none; } }
    .BlogDetail-content .side-share img {
      margin: 0;
      max-width: 20px;
      max-height: 20px; }
    .BlogDetail-content .side-share a {
      display: flex;
      width: 72px;
      height: 56px;
      align-items: center;
      justify-content: center; }

.BlogDetail-share {
  border-top: 1px solid #e1e3e6;
  padding: 42px 0; }
  @media (max-width: 900px) {
    .BlogDetail-share {
      padding: 62px 0 26px; } }
  @media (max-width: 600px) {
    .BlogDetail-share {
      padding: 60px 0 14px; } }
  .BlogDetail-share .share-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .BlogDetail-share .txt {
    color: #323840;
    font-size: 28px;
    max-width: 270px;
    line-height: 1.18; }
    @media (max-width: 900px) {
      .BlogDetail-share .txt {
        font-size: 22px; } }
    @media (max-width: 600px) {
      .BlogDetail-share .txt {
        font-size: 18px;
        max-width: none;
        width: 100%; } }
  .BlogDetail-share .social {
    display: flex;
    justify-content: space-between;
    padding: 0; }
    @media (max-width: 600px) {
      .BlogDetail-share .social {
        width: 100%; } }
    .BlogDetail-share .social li {
      margin-left: 20px;
      width: 69px;
      height: 69px;
      border: 1px solid #e1e3e6; }
      @media (max-width: 600px) {
        .BlogDetail-share .social li {
          margin-left: 0;
          width: 62px;
          height: 62px; } }
      .BlogDetail-share .social li a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .BlogDetail-share .social li img {
        display: block; }

.BlogDetail-related {
  border-bottom: 1px solid #d4d7d9; }
  .BlogDetail-related .container {
    width: 924px; }
  .BlogDetail-related h4 {
    font-size: 28px;
    color: #000000;
    margin: 6px 0 60px 0; }
    @media (max-width: 900px) {
      .BlogDetail-related h4 {
        font-size: 22px;
        margin: -40px 0 44px 0; } }
    @media (max-width: 600px) {
      .BlogDetail-related h4 {
        font-size: 18px;
        margin: -28px 0 24px; } }
  .BlogDetail-related ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 864px;
    margin: 0 -8px; }
    @media (max-width: 900px) {
      .BlogDetail-related ul {
        max-width: 472px;
        margin: 0 auto; } }
    .BlogDetail-related ul .post {
      width: 50%;
      padding: 0 8px; }
      @media (max-width: 900px) {
        .BlogDetail-related ul .post {
          padding: 0 12px; } }
      @media (max-width: 600px) {
        .BlogDetail-related ul .post {
          width: 100%;
          padding-bottom: 16px;
          padding-left: 0;
          padding-right: 0; }
          .BlogDetail-related ul .post:last-of-type {
            padding-bottom: 0; } }
      .BlogDetail-related ul .post > div {
        min-height: 100%;
        background: #fff;
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
        position: relative;
        display: flex;
        flex-direction: column; }
      .BlogDetail-related ul .post .post-info {
        text-align: left;
        flex-grow: 1;
        padding: 32px 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        @media (max-width: 700px) {
          .BlogDetail-related ul .post .post-info {
            padding: 24px 20px; } }
        .BlogDetail-related ul .post .post-info h4 {
          color: #323840;
          font-size: 18px;
          line-height: 1.22;
          margin: 0 0 44px;
          display: block; }
          @media (max-width: 900px) {
            .BlogDetail-related ul .post .post-info h4 {
              font-size: 16px;
              margin-bottom: 51px; } }
          @media (max-width: 600px) {
            .BlogDetail-related ul .post .post-info h4 {
              margin-bottom: 16px; } }
        .BlogDetail-related ul .post .post-info a {
          margin: auto 0 0;
          color: #ff6600;
          font-size: 14px;
          line-height: 1.2;
          font-weight: bold;
          display: inline-block; }

.Contact-our-locations {
  border-bottom: 1px solid #e1e3e6; }
  .Contact-our-locations h2 {
    margin: 50px auto 60px;
    text-align: center; }
    @media (max-width: 900px) {
      .Contact-our-locations h2 {
        margin-bottom: 40px; } }
    @media (max-width: 700px) {
      .Contact-our-locations h2 {
        text-align: left;
        margin-bottom: 24px; } }
  .Contact-our-locations ul {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .Contact-our-locations ul li {
      flex: 1;
      display: block;
      min-width: 25%;
      width: 25%;
      max-width: 25%;
      position: relative;
      margin: 0;
      padding: 0 8px 16px;
      min-height: 100%; }
      .Contact-our-locations ul li:nth-child(4n + 1) {
        padding-left: 0; }
      .Contact-our-locations ul li:nth-child(4n) {
        padding-right: 0; }
      @media (max-width: 900px) {
        .Contact-our-locations ul li {
          width: 50%;
          min-width: 50%; }
          .Contact-our-locations ul li:nth-child(4n + 1), .Contact-our-locations ul li:nth-child(4n) {
            padding: 0 8px 16px; }
          .Contact-our-locations ul li:nth-child(2n + 1) {
            padding-left: 0; }
          .Contact-our-locations ul li:nth-child(2n) {
            padding-right: 0; } }
      @media (max-width: 700px) {
        .Contact-our-locations ul li {
          width: 100%;
          min-width: 100%;
          padding: 0 !important;
          margin: 0 0 16px; }
          .Contact-our-locations ul li:last-child {
            margin-bottom: 0; } }
      .Contact-our-locations ul li .wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 100%;
        padding: 24px;
        background: #ffffff;
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07); }
      .Contact-our-locations ul li .location-point {
        height: 22px;
        width: auto;
        display: block;
        margin-bottom: 6px; }
      .Contact-our-locations ul li h4 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 6px;
        padding: 0;
        color: #323840; }
      .Contact-our-locations ul li .markdown-copy {
        margin: 0 0 10px; }
      .Contact-our-locations ul li .markdown-copy p:first-child {
        margin-top: 0; }
      .Contact-our-locations ul li .markdown-copy p:last-child {
        margin-bottom: 0; }
      .Contact-our-locations ul li a, .Contact-our-locations ul li .link-container {
        margin-top: auto; }

.ContactFaceliftCloud {
  position: relative; }
  @media (max-width: 700px) {
    .ContactFaceliftCloud {
      padding-bottom: 250px; } }
  @media (min-width: 601px) {
    .ContactFaceliftCloud h2 {
      margin: 0 0 40px; } }
  @media (min-width: 701px) {
    .ContactFaceliftCloud h2 {
      margin: 0 0 50px; } }
  .ContactFaceliftCloud .container {
    position: relative; }
  .ContactFaceliftCloud .info-wrapper-out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 776px;
    max-width: 74%; }
    @media (max-width: 900px) {
      .ContactFaceliftCloud .info-wrapper-out {
        flex-direction: column; } }
    @media (max-width: 600px) {
      .ContactFaceliftCloud .info-wrapper-out {
        max-width: 100%; } }
    .ContactFaceliftCloud .info-wrapper-out .info-wrapper {
      width: 352px;
      max-width: 45%;
      min-height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 900px) {
        .ContactFaceliftCloud .info-wrapper-out .info-wrapper {
          width: 472px;
          max-width: 100%;
          margin-bottom: 48px; }
          .ContactFaceliftCloud .info-wrapper-out .info-wrapper:last-child {
            margin-bottom: 0; } }
      @media (max-width: 600px) {
        .ContactFaceliftCloud .info-wrapper-out .info-wrapper {
          width: 100%;
          max-width: 100%;
          margin-bottom: 30px; }
          .ContactFaceliftCloud .info-wrapper-out .info-wrapper:last-child {
            margin-bottom: 0; } }
  .ContactFaceliftCloud .button {
    margin-top: auto; }
  .ContactFaceliftCloud h4 {
    font-size: 22px;
    color: #000;
    margin: 0 0 8px; }
    @media (max-width: 600px) {
      .ContactFaceliftCloud h4 {
        font-size: 18px; } }
  .ContactFaceliftCloud .markdown-copy p:first-child {
    margin-top: 0; }
  .ContactFaceliftCloud .markdown-copy {
    margin-bottom: 20px; }
  .ContactFaceliftCloud .LzLoadImg.ContactFaceliftCloud-image {
    position: absolute;
    width: 387px;
    max-width: 30%;
    right: 5%;
    bottom: 0; }
    @media (max-width: 900px) {
      .ContactFaceliftCloud .LzLoadImg.ContactFaceliftCloud-image {
        width: 417px;
        max-width: 50%;
        right: -7%; } }
    @media (max-width: 600px) {
      .ContactFaceliftCloud .LzLoadImg.ContactFaceliftCloud-image {
        width: 245px;
        max-width: 70%;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); } }
  .ContactFaceliftCloud.simple h2 {
    margin-bottom: 24px; }
  .ContactFaceliftCloud.simple .markdown-copy p:first-child {
    margin-top: 0; }
  .ContactFaceliftCloud.simple .markdown-copy p {
    font-size: 20px; }
    @media (max-width: 900px) {
      .ContactFaceliftCloud.simple .markdown-copy p {
        font-size: 18px; } }
    @media (max-width: 700px) {
      .ContactFaceliftCloud.simple .markdown-copy p {
        font-size: 16px; } }
  .ContactFaceliftCloud.simple .button {
    margin-top: 16px; }
  .ContactFaceliftCloud.simple .inner {
    width: 688px;
    max-width: 75%; }
    @media (max-width: 900px) {
      .ContactFaceliftCloud.simple .inner {
        max-width: 70%; } }
    @media (max-width: 600px) {
      .ContactFaceliftCloud.simple .inner {
        width: 100%;
        max-width: 100%; } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .Demo-hero {
    height: 770px; } }

@media (max-width: 900px) and (-ms-high-contrast: none), (max-width: 900px) and (-ms-high-contrast: active) {
  .Demo-hero {
    height: 730px; } }

.Demo-hero .hero-content {
  align-items: flex-start; }
  @media (min-width: 701px) {
    .Demo-hero .hero-content {
      margin-top: 60px; } }

@media (min-width: 701px) {
  .Demo-hero .left-side {
    padding-top: 20px; } }

.Demo-hero .form-wrapper {
  margin-top: 0; }
  @media (max-width: 700px) {
    .Demo-hero .form-wrapper {
      margin-top: 16px; } }

.Demo-hero .function-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .Demo-hero .function-list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 24px; }
    .Demo-hero .function-list li .icon-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      min-width: 42px;
      margin-right: 22px;
      height: 42px;
      background: #fff;
      border-radius: 50%; }
      .Demo-hero .function-list li .icon-wrapper img {
        max-width: 22px;
        height: 18px; }
    .Demo-hero .function-list li .copy {
      color: #fff;
      font-size: 16px;
      margin: 0; }

.Demo-hero .demo-badges {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 45px; }
  @media (max-width: 900px) {
    .Demo-hero .demo-badges {
      top: 36px; } }
  @media (max-width: 700px) {
    .Demo-hero .demo-badges {
      top: 25px; } }
  .Demo-hero .demo-badges .container {
    text-align: right; }
  .Demo-hero .demo-badges .LzLoadImg {
    height: 39px;
    width: auto;
    max-width: none;
    display: inline-block; }
    @media (max-width: 700px) {
      .Demo-hero .demo-badges .LzLoadImg {
        height: 26px; } }
  .Demo-hero .demo-badges .LzLoadImg .LzLoadImg-el,
  .Demo-hero .demo-badges .LzLoadImg .LzLoadImg-in {
    height: 100%;
    width: auto;
    max-width: none; }

.Demo-clients {
  border-bottom: 1px solid #e1e3e6; }
  .Demo-clients ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .Demo-clients ul li {
      flex-grow: 1;
      min-width: 20%;
      width: 20%;
      margin: 0 0 10px;
      min-height: 143px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 980px) {
        .Demo-clients ul li {
          min-width: 25%;
          width: 25%;
          min-height: 110px;
          margin-bottom: 60px; }
          .Demo-clients ul li:nth-child(10), .Demo-clients ul li:nth-child(9) {
            display: none; } }
      @media (max-width: 700px) {
        .Demo-clients ul li {
          min-width: 33.33%;
          width: 33.33%;
          margin-bottom: 0; }
          .Demo-clients ul li:nth-child(7), .Demo-clients ul li:nth-child(8) {
            display: none; } }
      @media (max-width: 480px) {
        .Demo-clients ul li {
          min-width: 50%;
          width: 50%; } }
      .Demo-clients ul li .LzLoadImg.icon {
        display: block;
        position: relative;
        max-width: 145px;
        max-height: 80px;
        margin: 0 auto;
        border-radius: 50%; }
        @media (max-width: 980px) {
          .Demo-clients ul li .LzLoadImg.icon {
            -webkit-transform: scale(0.9);
                    transform: scale(0.9); } }
        @media (max-width: 700px) {
          .Demo-clients ul li .LzLoadImg.icon {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); } }
        @media (max-width: 480px) {
          .Demo-clients ul li .LzLoadImg.icon {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); } }
        .Demo-clients ul li .LzLoadImg.icon.orsay {
          width: 131px; }
        .Demo-clients ul li .LzLoadImg.icon.otto {
          width: 108px; }
        .Demo-clients ul li .LzLoadImg.icon.henkel {
          width: 113px; }
        .Demo-clients ul li .LzLoadImg.icon.db {
          width: 79px; }
        .Demo-clients ul li .LzLoadImg.icon.douglas {
          width: 145px; }
        .Demo-clients ul li .LzLoadImg.icon.3m {
          width: 76px; }
        .Demo-clients ul li .LzLoadImg.icon.panasonic {
          width: 140px; }
        .Demo-clients ul li .LzLoadImg.icon.asus {
          width: 133px; }
        .Demo-clients ul li .LzLoadImg.icon.philips {
          width: 130px; }
        .Demo-clients ul li .LzLoadImg.icon.vodafone {
          width: 92px; }
      .Demo-clients ul li a {
        display: block;
        position: relative; }

.Event-hero.with-form {
  min-height: 390px;
  padding-bottom: 0; }
  @media (max-width: 900px) {
    .Event-hero.with-form {
      min-height: 312px; } }
  @media (max-width: 700px) {
    .Event-hero.with-form {
      min-height: 342px; } }
  .Event-hero.with-form .hero-content .left-side {
    max-width: 40%; }
    @media (max-width: 700px) {
      .Event-hero.with-form .hero-content .left-side {
        max-width: 100%; } }
  @media (max-width: 700px) {
    .Event-hero.with-form .hero-content h1 {
      font-size: 24px; } }

.Event-hero .hero-content {
  align-items: flex-start !important; }
  @media (max-width: 700px) {
    .Event-hero .hero-content {
      padding-bottom: 22px; } }

.Event-hero .side-wrapper {
  width: 336px;
  margin-top: 0; }
  @media (max-width: 900px) {
    .Event-hero .side-wrapper {
      width: 286px; } }
  .Event-hero .side-wrapper p {
    color: #ffffff; }
    @media (max-width: 900px) {
      .Event-hero .side-wrapper p {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .Event-hero .side-wrapper p {
        font-size: 16px; } }
  .Event-hero .side-wrapper .button {
    margin-top: 24px; }
    @media (max-width: 900px) {
      .Event-hero .side-wrapper .button {
        margin-top: 20px; } }

.Event-hero .demo-badges {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 45px; }
  @media (max-width: 900px) {
    .Event-hero .demo-badges {
      top: 36px; } }
  @media (max-width: 700px) {
    .Event-hero .demo-badges {
      top: 25px; } }
  .Event-hero .demo-badges .container {
    text-align: right; }
  .Event-hero .demo-badges .LzLoadImg {
    height: 39px;
    width: auto;
    max-width: none;
    display: inline-block; }
    @media (max-width: 700px) {
      .Event-hero .demo-badges .LzLoadImg {
        height: 26px; } }
  .Event-hero .demo-badges .LzLoadImg .LzLoadImg-el,
  .Event-hero .demo-badges .LzLoadImg .LzLoadImg-in {
    height: 100%;
    width: auto;
    max-width: none; }

.Event-agenda h4,
.Event-details h4,
.Event-information h4 {
  color: #323840;
  font-size: 38px;
  margin: 0 0 20px;
  line-height: 1.26; }
  @media (max-width: 900px) {
    .Event-agenda h4,
    .Event-details h4,
    .Event-information h4 {
      font-size: 30px; } }
  @media (max-width: 700px) {
    .Event-agenda h4,
    .Event-details h4,
    .Event-information h4 {
      font-size: 24px; } }

.Event-agenda h4 {
  margin-bottom: 8px; }
  @media (max-width: 700px) {
    .Event-agenda h4 {
      margin-bottom: 4px; } }

.Event-agenda .agenda-header {
  margin-bottom: 31px; }
  @media (max-width: 900px) {
    .Event-agenda .agenda-header {
      margin-bottom: 44px; } }
  @media (max-width: 700px) {
    .Event-agenda .agenda-header {
      margin-bottom: 24px; } }

.Event-agenda .date {
  font-size: 28px;
  margin: 0; }
  @media (max-width: 900px) {
    .Event-agenda .date {
      font-size: 22px; } }
  @media (max-width: 700px) {
    .Event-agenda .date {
      font-size: 18px; } }

.Event-agenda .to-calendar {
  float: right;
  margin-top: 18px; }
  @media (max-width: 900px) {
    .Event-agenda .to-calendar {
      margin-top: 0; } }
  @media (max-width: 700px) {
    .Event-agenda .to-calendar {
      display: none; } }

.Event-agenda .table-wrapper {
  background-color: #ffffff;
  padding-bottom: 12px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07); }
  .Event-agenda .table-wrapper table {
    border-collapse: collapse;
    color: #7d8085;
    width: 100%; }
    .Event-agenda .table-wrapper table tr {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e1e3e6;
      position: relative; }
      @media (max-width: 700px) {
        .Event-agenda .table-wrapper table tr {
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          padding-top: 24px;
          padding-bottom: 24px;
          padding-left: 98px; } }
    .Event-agenda .table-wrapper table td {
      min-height: 130px;
      display: flex;
      align-items: center;
      padding-top: 28px;
      padding-bottom: 28px; }
      @media (max-width: 900px) {
        .Event-agenda .table-wrapper table td {
          padding-top: 24px;
          padding-bottom: 24px; } }
      @media (max-width: 700px) {
        .Event-agenda .table-wrapper table td {
          min-height: inherit;
          padding-top: 0;
          padding-bottom: 0; } }
      .Event-agenda .table-wrapper table td p {
        margin: 0; }
      .Event-agenda .table-wrapper table td:first-of-type {
        width: 224px;
        padding-left: 32px; }
        @media (max-width: 900px) {
          .Event-agenda .table-wrapper table td:first-of-type {
            width: 184px; } }
      .Event-agenda .table-wrapper table td:nth-of-type(2) {
        width: 90px;
        flex-direction: column;
        justify-content: center; }
        @media (max-width: 1000px) {
          .Event-agenda .table-wrapper table td:nth-of-type(2) {
            width: 76px; } }
        @media (max-width: 700px) {
          .Event-agenda .table-wrapper table td:nth-of-type(2) {
            position: absolute;
            left: 24px;
            top: 24px; } }
      .Event-agenda .table-wrapper table td:nth-of-type(3) {
        width: 318px;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 1.21;
        justify-content: center; }
        @media (max-width: 900px) {
          .Event-agenda .table-wrapper table td:nth-of-type(3) {
            width: 187px;
            padding-right: 20px; } }
        .Event-agenda .table-wrapper table td:nth-of-type(3) b,
        .Event-agenda .table-wrapper table td:nth-of-type(3) strong {
          display: block;
          margin-bottom: 4px; }
      .Event-agenda .table-wrapper table td:nth-of-type(4) {
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
      .Event-agenda .table-wrapper table td:last-of-type {
        flex: 1;
        font-size: 16px;
        line-height: 1.625;
        padding-right: 12px;
        padding-left: 0;
        letter-spacing: -0.01em; }
        @media (max-width: 700px) {
          .Event-agenda .table-wrapper table td:last-of-type {
            padding-top: 12px; } }
      .Event-agenda .table-wrapper table td img {
        max-width: 74px;
        margin-bottom: 22px; }
        @media (max-width: 900px) {
          .Event-agenda .table-wrapper table td img {
            max-width: 54px; } }
        @media (max-width: 700px) {
          .Event-agenda .table-wrapper table td img {
            margin-bottom: 10px; } }
        .Event-agenda .table-wrapper table td img:last-of-type {
          margin-bottom: 0; }
      @media (max-width: 700px) {
        .Event-agenda .table-wrapper table td {
          width: auto !important;
          padding-left: 0 !important; } }
  .Event-agenda .table-wrapper b,
  .Event-agenda .table-wrapper strong {
    color: #323840;
    font-size: 18px; }
    @media (max-width: 700px) {
      .Event-agenda .table-wrapper b,
      .Event-agenda .table-wrapper strong {
        font-size: 16px; } }
  .Event-agenda .table-wrapper .soft {
    background-color: #eff2f5;
    height: 104px;
    border: 12px solid #ffffff;
    border-bottom: 0; }
    .Event-agenda .table-wrapper .soft:not(:first-of-type) {
      border-top: 1px solid #ffffff;
      margin-top: -1px; }
    @media (max-width: 700px) {
      .Event-agenda .table-wrapper .soft {
        height: 80px;
        padding: 0; }
        .Event-agenda .table-wrapper .soft:not(:first-of-type) {
          border-top: 0; } }
    .Event-agenda .table-wrapper .soft td {
      min-height: 0;
      padding-left: 20px;
      align-items: flex-start; }
      .Event-agenda .table-wrapper .soft td b,
      .Event-agenda .table-wrapper .soft td strong {
        color: #7d8085; }
      .Event-agenda .table-wrapper .soft td:first-of-type {
        font-size: 18px;
        padding-left: 20px; }
        @media (max-width: 700px) {
          .Event-agenda .table-wrapper .soft td:first-of-type {
            font-size: 16px; } }
      .Event-agenda .table-wrapper .soft td:nth-of-type(2) {
        position: relative;
        top: 0;
        left: 0; }
      .Event-agenda .table-wrapper .soft td:nth-of-type(3) {
        padding-left: 0; }
      .Event-agenda .table-wrapper .soft td:last-of-type {
        font-size: 20px;
        text-indent: 240px; }
        @media (max-width: 900px) {
          .Event-agenda .table-wrapper .soft td:last-of-type {
            font-size: 18px;
            text-indent: 118px; } }
        @media (max-width: 700px) {
          .Event-agenda .table-wrapper .soft td:last-of-type {
            font-size: 16px;
            text-indent: 0; } }
      @media (max-width: 700px) {
        .Event-agenda .table-wrapper .soft td {
          width: 100% !important;
          line-height: 26px;
          flex: none !important;
          padding: 0 12px !important; } }

.Event-details .Event-side-info p,
.Event-information .address p,
.Event-information .date p {
  flex-grow: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.625; }
  @media (max-width: 700px) {
    .Event-details .Event-side-info p,
    .Event-information .address p,
    .Event-information .date p {
      padding: 0; } }
  .Event-details .Event-side-info p b,
  .Event-details .Event-side-info p span,
  .Event-information .address p b,
  .Event-information .address p span,
  .Event-information .date p b,
  .Event-information .date p span {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 22px; }
  .Event-details .Event-side-info p b,
  .Event-information .address p b,
  .Event-information .date p b {
    font-size: 18px;
    color: #323840;
    line-height: 1.22;
    margin-bottom: 8px; }
  .Event-details .Event-side-info p .subtitle,
  .Event-information .address p .subtitle,
  .Event-information .date p .subtitle {
    margin: 4px 0 12px;
    color: #7d8085;
    font-size: 16px; }
  .Event-details .Event-side-info p .button,
  .Event-information .address p .button,
  .Event-information .date p .button {
    margin-top: 32px;
    width: 100%; }
    @media (max-width: 900px) {
      .Event-details .Event-side-info p .button,
      .Event-information .address p .button,
      .Event-information .date p .button {
        padding-left: 10px;
        padding-right: 10px; } }

.Event-details {
  position: relative;
  padding-top: 0; }
  .Event-details:before {
    content: '';
    position: absolute;
    top: 0;
    background: #ff6600;
    width: 100%;
    display: block;
    padding-top: 110px;
    z-index: -1; }
  .Event-details .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start; }
    @media (max-width: 700px) {
      .Event-details .wrapper {
        flex-direction: column; } }
  .Event-details .Event-details-image {
    width: 100%;
    margin-bottom: 80px; }
    @media (max-width: 700px) {
      .Event-details .Event-details-image {
        margin-bottom: 60px; } }
    .Event-details .Event-details-image .Event-details-image-container {
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 38.5%; }
      @media (max-width: 900px) {
        .Event-details .Event-details-image .Event-details-image-container {
          padding-top: 47.2%; } }
      @media (max-width: 700px) {
        .Event-details .Event-details-image .Event-details-image-container {
          padding-top: 66.2%; } }
  .Event-details .Event-details-content {
    width: 600px;
    max-width: 65%;
    margin-right: 62px; }
    @media (max-width: 700px) {
      .Event-details .Event-details-content {
        max-width: 100%; } }
    .Event-details .Event-details-content p {
      font-size: 16px; }
    .Event-details .Event-details-content img {
      max-width: 100%; }
  .Event-details .Event-side-info {
    position: relative;
    display: block;
    width: 336px;
    max-width: 40%;
    padding: 32px;
    background: #ffffff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07); }
    @media (max-width: 900px) {
      .Event-details .Event-side-info {
        width: 310px; } }
    @media (max-width: 700px) {
      .Event-details .Event-side-info {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 60px;
        padding: 24px; } }
    .Event-details .Event-side-info h4 {
      font-size: 28px; }
      @media (max-width: 900px) {
        .Event-details .Event-side-info h4 {
          font-size: 22px; } }
      @media (max-width: 700px) {
        .Event-details .Event-side-info h4 {
          font-size: 18px;
          margin-bottom: 10px; } }
    .Event-details .Event-side-info hr {
      border: 0;
      margin: 24px 0;
      height: 1px;
      background-color: #e1e3e6; }

.Event-speakers {
  border-bottom: 1px solid #e1e3e6; }
  .Event-speakers .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 700px) {
      .Event-speakers .container {
        flex-direction: column; } }
  .Event-speakers .Event-speakers-header {
    display: flex;
    flex-direction: column;
    margin-top: -57px; }
    @media (max-width: 1050px) {
      .Event-speakers .Event-speakers-header {
        width: 100%;
        flex-direction: row; } }
    @media (max-width: 1050px) {
      .Event-speakers .Event-speakers-header {
        margin-bottom: 20px; } }
    @media (max-width: 700px) {
      .Event-speakers .Event-speakers-header {
        margin-bottom: 12px; } }
    .Event-speakers .Event-speakers-header span {
      font-weight: 700; }
    .Event-speakers .Event-speakers-header .number {
      font-size: 240px;
      color: #E6E8EB;
      line-height: 286px; }
      @media (max-width: 1050px) {
        .Event-speakers .Event-speakers-header .number {
          margin-right: 28px; } }
      @media (max-width: 700px) {
        .Event-speakers .Event-speakers-header .number {
          font-size: 150px;
          line-height: 179px; } }
    .Event-speakers .Event-speakers-header .text {
      color: #323840;
      font-size: 38px;
      display: block;
      line-height: 1.26;
      margin-top: -16px;
      width: 272px; }
      @media (max-width: 1050px) {
        .Event-speakers .Event-speakers-header .text {
          font-size: 30px;
          margin-top: 57px; } }
      @media (max-width: 700px) {
        .Event-speakers .Event-speakers-header .text {
          font-size: 24px;
          line-height: 1.33;
          margin-top: 37px;
          width: 189px; } }
  .Event-speakers .Event-speakers-container {
    width: 688px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1050px) {
      .Event-speakers .Event-speakers-container {
        width: auto;
        margin: 0 -12px; } }
    @media (max-width: 1050px) {
      .Event-speakers .Event-speakers-container {
        margin: 0; } }
    .Event-speakers .Event-speakers-container .Event-speaker {
      width: 336px;
      margin-bottom: 60px; }
      @media (max-width: 1050px) {
        .Event-speakers .Event-speakers-container .Event-speaker {
          margin-bottom: 44px;
          width: 50%;
          padding: 0 12px; } }
      @media (max-width: 700px) {
        .Event-speakers .Event-speakers-container .Event-speaker {
          margin-bottom: 32px;
          padding: 0;
          width: 100%; } }
      .Event-speakers .Event-speakers-container .Event-speaker img {
        width: 100%;
        margin-bottom: 8px; }
      .Event-speakers .Event-speakers-container .Event-speaker b,
      .Event-speakers .Event-speakers-container .Event-speaker strong {
        color: #323840;
        font-size: 22px;
        margin-bottom: 4px;
        display: block;
        font-weight: 700; }
        @media (max-width: 700px) {
          .Event-speakers .Event-speakers-container .Event-speaker b,
          .Event-speakers .Event-speakers-container .Event-speaker strong {
            font-size: 18px; } }
      .Event-speakers .Event-speakers-container .Event-speaker p {
        font-weight: 300;
        font-size: 18px;
        margin: 0;
        line-height: 1.33; }
      .Event-speakers .Event-speakers-container .Event-speaker .social {
        position: absolute;
        padding: 11px 0;
        margin: 0;
        top: 16px;
        right: 16px;
        background-color: #ffffff;
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.07); }
        @media (max-width: 1050px) {
          .Event-speakers .Event-speakers-container .Event-speaker .social {
            margin-left: 0;
            right: 40px; } }
        @media (max-width: 600px) {
          .Event-speakers .Event-speakers-container .Event-speaker .social {
            right: 16px; } }
        .Event-speakers .Event-speakers-container .Event-speaker .social img {
          margin: 0;
          max-width: 20px;
          max-height: 20px; }
        .Event-speakers .Event-speakers-container .Event-speaker .social a {
          display: flex;
          width: 44px;
          height: 34px;
          align-items: center;
          justify-content: center; }

.Event-interested {
  background: #eff2f5;
  border-bottom: 1px solid #d4d7d9; }
  .Event-interested .container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 701px) {
      .Event-interested .container {
        min-height: 266px; } }
    @media (max-width: 700px) {
      .Event-interested .container {
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (max-width: 480px) {
      .Event-interested .container {
        flex-direction: column;
        padding-top: 60px;
        padding-bottom: 60px; } }
  .Event-interested .left-side {
    width: 710px;
    max-width: 64%;
    position: relative; }
    .Event-interested .left-side .icon {
      height: 43px;
      width: auto;
      max-width: none;
      margin-bottom: 16px; }
      @media (min-width: 701px) {
        .Event-interested .left-side .icon {
          margin-bottom: 0;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0); } }
    .Event-interested .left-side h2 {
      font-size: 28px;
      padding: 0;
      margin: 0;
      padding-right: 20px; }
      @media (min-width: 901px) {
        .Event-interested .left-side h2 {
          padding-left: 70px; } }
      @media (min-width: 701px) {
        .Event-interested .left-side h2 {
          padding-left: 100px; } }
      @media (max-width: 900px) {
        .Event-interested .left-side h2 {
          font-size: 22px; } }
      @media (max-width: 700px) {
        .Event-interested .left-side h2 {
          width: 100%;
          font-size: 18px;
          max-width: 100%;
          padding-right: 0; } }
    @media (max-width: 700px) {
      .Event-interested .left-side {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px; } }
  .Event-interested .right-side {
    max-width: 36%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 700px) {
      .Event-interested .right-side {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start; } }

.Event-information .container {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 700px) {
    .Event-information .container {
      flex-direction: column; } }
  .Event-information .container h4 {
    width: 352px;
    margin: 0; }
    @media (max-width: 900px) {
      .Event-information .container h4 {
        width: 248px; } }
  .Event-information .container .date {
    width: 352px; }
    @media (max-width: 900px) {
      .Event-information .container .date {
        width: 248px; } }
  .Event-information .container .address {
    width: 336px; }
    @media (max-width: 900px) {
      .Event-information .container .address {
        width: 224px; } }
  @media (max-width: 700px) {
    .Event-information .container .address,
    .Event-information .container .date,
    .Event-information .container h4 {
      width: 100%;
      margin-bottom: 24px; } }

.Event-information .google-map {
  margin-top: 60px;
  width: 100%;
  height: 460px; }
  @media (max-width: 900px) {
    .Event-information .google-map {
      margin-top: 44px;
      height: 440px; } }

.Event2-hero.with-form {
  min-height: 460px; }
  @media (max-width: 900px) {
    .Event2-hero.with-form {
      min-height: 382px; } }
  @media (max-width: 700px) {
    .Event2-hero.with-form {
      padding-bottom: 26px; } }
  .Event2-hero.with-form .hero-content .left-side {
    max-width: 55%; }
    @media (max-width: 700px) {
      .Event2-hero.with-form .hero-content .left-side {
        max-width: 100%; } }
  @media (max-width: 700px) {
    .Event2-hero.with-form .hero-content h1 {
      font-size: 24px; } }

.Event2-hero .hero-content {
  align-items: flex-start !important; }
  @media (min-width: 701px) {
    .Event2-hero .hero-content {
      margin-top: 60px; } }

.Event2-hero .side-wrapper {
  width: 336px;
  margin-top: 0; }
  @media (max-width: 900px) {
    .Event2-hero .side-wrapper {
      width: 286px; } }
  .Event2-hero .side-wrapper p {
    color: #ffffff; }
    @media (max-width: 900px) {
      .Event2-hero .side-wrapper p {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .Event2-hero .side-wrapper p {
        font-size: 16px; } }
  .Event2-hero .side-wrapper .button {
    margin-top: 24px; }
    @media (max-width: 900px) {
      .Event2-hero .side-wrapper .button {
        margin-top: 20px; } }

.Event2-hero .demo-badges {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 45px; }
  @media (max-width: 900px) {
    .Event2-hero .demo-badges {
      top: 36px; } }
  @media (max-width: 700px) {
    .Event2-hero .demo-badges {
      top: 25px; } }
  .Event2-hero .demo-badges .container {
    text-align: right; }
  .Event2-hero .demo-badges .LzLoadImg {
    height: 39px;
    width: auto;
    max-width: none;
    display: inline-block; }
    @media (max-width: 700px) {
      .Event2-hero .demo-badges .LzLoadImg {
        height: 26px; } }
  .Event2-hero .demo-badges .LzLoadImg .LzLoadImg-el,
  .Event2-hero .demo-badges .LzLoadImg .LzLoadImg-in {
    height: 100%;
    width: auto;
    max-width: none; }

.Event2-details {
  position: relative; }
  @media (max-width: 700px) {
    .Event2-details {
      padding-top: 0; }
      .Event2-details:before {
        content: '';
        position: absolute;
        top: 0;
        background: #ff6600;
        width: 100%;
        display: block;
        padding-top: 112px; } }
  .Event2-details .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start; }
    @media (max-width: 700px) {
      .Event2-details .wrapper {
        flex-direction: column; } }
  .Event2-details h4 {
    color: #323840; }
  .Event2-details .Event2-contact-person h4 {
    font-size: 28px;
    margin: 0 0 20px; }
    @media (max-width: 900px) {
      .Event2-details .Event2-contact-person h4 {
        font-size: 22px; } }
    @media (max-width: 700px) {
      .Event2-details .Event2-contact-person h4 {
        font-size: 18px;
        margin-bottom: 10px; } }
  .Event2-details .Event2-details-content {
    width: 600px;
    max-width: 65%;
    margin-right: 62px; }
    @media (max-width: 700px) {
      .Event2-details .Event2-details-content {
        max-width: 100%; } }
    .Event2-details .Event2-details-content h4 {
      margin: 0 0 20px;
      font-size: 38px;
      line-height: 1.26; }
      @media (max-width: 900px) {
        .Event2-details .Event2-details-content h4 {
          font-size: 30px; } }
      @media (max-width: 700px) {
        .Event2-details .Event2-details-content h4 {
          font-size: 24px; } }
    .Event2-details .Event2-details-content p {
      font-size: 16px; }
    .Event2-details .Event2-details-content img {
      max-width: 100%; }
  .Event2-details .Event2-contact-person {
    position: relative;
    display: block;
    width: 336px;
    max-width: 40%;
    padding: 32px;
    background: #ffffff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07); }
    @media (max-width: 900px) {
      .Event2-details .Event2-contact-person {
        width: 310px; } }
    @media (max-width: 700px) {
      .Event2-details .Event2-contact-person {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 60px;
        padding: 24px; } }
    .Event2-details .Event2-contact-person .inner {
      text-align: center; }
    .Event2-details .Event2-contact-person .image-wrapper {
      width: 116px;
      min-width: 92px;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      position: relative;
      background: #eff2f5;
      margin: 0 auto; }
      @media (max-width: 900px) {
        .Event2-details .Event2-contact-person .image-wrapper {
          width: 92px; } }
      .Event2-details .Event2-contact-person .image-wrapper .LzLoadImg {
        width: 100%;
        max-width: 100%;
        height: 100%;
        position: relative;
        display: block; }
    .Event2-details .Event2-contact-person p {
      flex-grow: 1;
      margin-bottom: 0; }
      @media (max-width: 700px) {
        .Event2-details .Event2-contact-person p {
          padding: 0; } }
      .Event2-details .Event2-contact-person p b,
      .Event2-details .Event2-contact-person p span {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        line-height: 22px; }
      .Event2-details .Event2-contact-person p b {
        font-size: 18px;
        color: #323840;
        line-height: 1.22; }
      .Event2-details .Event2-contact-person p .subtitle {
        margin: 4px 0 12px;
        color: #7d8085;
        font-size: 16px; }
      .Event2-details .Event2-contact-person p .button {
        margin-top: 32px;
        width: 100%; }
        @media (max-width: 900px) {
          .Event2-details .Event2-contact-person p .button {
            padding-left: 10px;
            padding-right: 10px; } }

.Event2-themes {
  border-bottom: 1px solid #d4d7d9; }
  .Event2-themes h2 {
    margin-bottom: 66px; }
    @media (max-width: 900px) {
      .Event2-themes h2 {
        margin-bottom: 44px; } }
    @media (max-width: 700px) {
      .Event2-themes h2 {
        margin-bottom: 30px; } }
  .Event2-themes .grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .Event2-themes .grid .inner {
      background-color: #ffffff;
      box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.07);
      padding: 32px;
      width: 100%;
      height: 100%; }
      @media (max-width: 900px) {
        .Event2-themes .grid .inner {
          padding: 24px 20px; } }
      @media (max-width: 700px) {
        .Event2-themes .grid .inner {
          padding: 24px; } }
      .Event2-themes .grid .inner h4 {
        color: #323840;
        margin: 0 0 12px;
        font-size: 22px;
        line-height: 1.18; }
        @media (max-width: 700px) {
          .Event2-themes .grid .inner h4 {
            font-size: 18px;
            line-height: 1.22; } }
      .Event2-themes .grid .inner p {
        font-size: 16px; }
    .Event2-themes .grid .left,
    .Event2-themes .grid .right {
      width: 50%; }
      @media (max-width: 700px) {
        .Event2-themes .grid .left,
        .Event2-themes .grid .right {
          width: 100%; } }
    .Event2-themes .grid .left {
      min-height: 100%;
      padding-right: 8px; }
      @media (max-width: 900px) {
        .Event2-themes .grid .left {
          padding-right: 12px; } }
      @media (max-width: 700px) {
        .Event2-themes .grid .left {
          padding-right: 0;
          margin-bottom: 12px; } }
    .Event2-themes .grid .right {
      display: flex;
      flex-direction: column;
      padding-left: 8px; }
      @media (max-width: 900px) {
        .Event2-themes .grid .right {
          padding-left: 12px; } }
      @media (max-width: 700px) {
        .Event2-themes .grid .right {
          padding-left: 0; } }
      .Event2-themes .grid .right .inner {
        height: 50%;
        margin-bottom: 16px; }
        @media (max-width: 900px) {
          .Event2-themes .grid .right .inner {
            margin-bottom: 24px; } }
        @media (max-width: 700px) {
          .Event2-themes .grid .right .inner {
            margin-bottom: 24px; } }
        @media (max-width: 700px) {
          .Event2-themes .grid .right .inner {
            margin-bottom: 12px; } }
        .Event2-themes .grid .right .inner:last-of-type {
          margin-bottom: 0; }
    .Event2-themes .grid .lower {
      margin-top: 16px;
      width: 100%; }
      @media (max-width: 900px) {
        .Event2-themes .grid .lower {
          margin-top: 24px; } }
      @media (max-width: 700px) {
        .Event2-themes .grid .lower {
          margin-top: 12px; } }
    .Event2-themes .grid .marker {
      margin: 0 0 24px;
      font-size: 14px;
      color: #ffffff;
      display: inline-block;
      line-height: 28px;
      padding: 0 20px; }
      @media (max-width: 900px) {
        .Event2-themes .grid .marker {
          margin-bottom: 16px; } }
      .Event2-themes .grid .marker.orange {
        background-color: #ff6600; }
      .Event2-themes .grid .marker.grey {
        background-color: #eff2f5;
        color: #7d8085; }
  .Event2-themes .partners {
    padding: 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 700px) {
      .Event2-themes .partners {
        margin: 0; } }
    .Event2-themes .partners b,
    .Event2-themes .partners strong {
      color: #323840;
      display: block;
      margin-bottom: 12px; }
      @media (max-width: 700px) {
        .Event2-themes .partners b,
        .Event2-themes .partners strong {
          margin-bottom: 8px; } }
    .Event2-themes .partners li {
      display: flex;
      width: 100%;
      padding: 22px 0;
      position: relative;
      border-bottom: 1px solid #e1e3e6; }
      @media (max-width: 900px) {
        .Event2-themes .partners li {
          padding: 4px 0; } }
      @media (max-width: 700px) {
        .Event2-themes .partners li {
          flex-direction: column;
          padding: 24px 0;
          border: 0; }
          .Event2-themes .partners li:after {
            content: "";
            position: absolute;
            left: -24px;
            right: -24px;
            height: 1px;
            display: block;
            bottom: 0;
            background-color: #e1e3e6; } }
      .Event2-themes .partners li:last-of-type {
        border: 0;
        padding-bottom: 0; }
        .Event2-themes .partners li:last-of-type:after {
          display: none; }
    .Event2-themes .partners .media {
      width: 232px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 900px) {
        .Event2-themes .partners .media {
          width: 180px; } }
      @media (max-width: 700px) {
        .Event2-themes .partners .media {
          width: 254px;
          height: 120px;
          margin: 0 auto; } }
      .Event2-themes .partners .media img {
        max-width: 45%; }
    .Event2-themes .partners .text {
      flex: 1; }
      .Event2-themes .partners .text p:last-of-type {
        margin-bottom: 0; }

.Event2-contact .ContactPerson .right-side .button-list li {
  padding: 0;
  width: auto; }

.PaperDetail-hero h1 {
  font-size: 38px;
  line-height: 1.33; }
  @media (max-width: 900px) {
    .PaperDetail-hero h1 {
      font-size: 30px; } }
  @media (max-width: 700px) {
    .PaperDetail-hero h1 {
      font-size: 24px; } }

.PaperDetail-hero .hero-content {
  align-items: center; }
  @media (min-width: 701px) {
    .PaperDetail-hero .hero-content {
      margin-top: 60px; } }

@media (min-width: 701px) {
  .PaperDetail-hero .left-side {
    padding-top: 20px; } }

.PaperDetail-hero .form-wrapper {
  margin-top: 0; }
  @media (max-width: 700px) {
    .PaperDetail-hero .form-wrapper {
      margin-top: 16px; } }

.PaperDetail-hero .hero-key-facts {
  padding: 20px 0 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 700px) {
    .PaperDetail-hero .hero-key-facts {
      margin-bottom: 20px; } }
  .PaperDetail-hero .hero-key-facts li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 24px; }
    .PaperDetail-hero .hero-key-facts li .icon-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      min-width: 42px;
      margin-right: 20px;
      height: 42px;
      background: #fff;
      border-radius: 50%; }
      .PaperDetail-hero .hero-key-facts li .icon-wrapper img {
        max-width: 22px;
        height: 14px; }
      @media (max-width: 700px) {
        .PaperDetail-hero .hero-key-facts li .icon-wrapper {
          width: 36px;
          min-width: 36px;
          height: 36px; }
          .PaperDetail-hero .hero-key-facts li .icon-wrapper img {
            height: 12px; } }
    .PaperDetail-hero .hero-key-facts li .copy {
      color: #fff;
      font-size: 20px;
      margin: 0; }
      @media (max-width: 900px) {
        .PaperDetail-hero .hero-key-facts li .copy {
          font-size: 18px; } }
      @media (max-width: 700px) {
        .PaperDetail-hero .hero-key-facts li .copy {
          font-size: 16px; } }

.PaperDetail-hero .demo-badges {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 45px; }
  @media (max-width: 900px) {
    .PaperDetail-hero .demo-badges {
      top: 36px; } }
  @media (max-width: 700px) {
    .PaperDetail-hero .demo-badges {
      top: 25px; } }
  .PaperDetail-hero .demo-badges .container {
    text-align: right; }
  .PaperDetail-hero .demo-badges .LzLoadImg {
    height: 39px;
    width: auto;
    max-width: none;
    display: inline-block; }
    @media (max-width: 700px) {
      .PaperDetail-hero .demo-badges .LzLoadImg {
        height: 26px; } }
  .PaperDetail-hero .demo-badges .LzLoadImg .LzLoadImg-el,
  .PaperDetail-hero .demo-badges .LzLoadImg .LzLoadImg-in {
    height: 100%;
    width: auto;
    max-width: none; }

.PaperDetail-content .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0 60px; }
  @media (max-width: 900px) {
    .PaperDetail-content .wrapper {
      padding: 30px 0 43px; } }
  @media (max-width: 700px) {
    .PaperDetail-content .wrapper {
      flex-direction: column;
      padding: 60px 0 32px; } }

.PaperDetail-content h2 {
  font-size: 28px;
  width: 356px;
  max-width: 40%;
  display: block;
  text-align: left;
  margin-top: 0;
  padding-right: 20px; }
  @media (min-width: 701px) {
    .PaperDetail-content h2 {
      margin-bottom: 0; } }
  @media (max-width: 900px) {
    .PaperDetail-content h2 {
      font-size: 22px; } }
  @media (max-width: 700px) {
    .PaperDetail-content h2 {
      width: 100%;
      font-size: 18px;
      max-width: 100%; } }

.PaperDetail-content .markdown-copy {
  width: 600px;
  max-width: 60%; }
  @media (max-width: 700px) {
    .PaperDetail-content .markdown-copy {
      width: 100%;
      max-width: 100%; } }

.PaperDetail-content .markdown-copy p:first-child {
  margin-top: 0; }

.PaperDetail-content .LzLoadImg.image-wrapper {
  position: relative;
  width: 100%;
  display: block;
  background: none; }

.PaperDetail-content .LzLoadImg.image-wrapper .LzLoadImg-el {
  padding-top: 42.3%; }
  @media (max-width: 900px) {
    .PaperDetail-content .LzLoadImg.image-wrapper .LzLoadImg-el {
      padding-top: 50%; } }
  @media (max-width: 700px) {
    .PaperDetail-content .LzLoadImg.image-wrapper .LzLoadImg-el {
      padding-top: 56%; } }

.PaperDetail-content .LzLoadImg.logo-wrapper {
  position: absolute;
  left: 10%;
  bottom: 60px;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  width: 160px;
  display: block;
  background: #fff;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.07); }
  @media (max-width: 700px) {
    .PaperDetail-content .LzLoadImg.logo-wrapper {
      left: 22px;
      bottom: 33px; } }
  .PaperDetail-content .LzLoadImg.logo-wrapper:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75%; }

.PaperDetail-content .LzLoadImg.logo-wrapper .LzLoadImg-el {
  position: absolute;
  width: 106px;
  height: 60%;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-size: contain !important; }

.PaperDetail-interested {
  background: #eff2f5;
  border-bottom: 1px solid #d4d7d9;
  margin-top: 60px; }
  @media (max-width: 700px) {
    .PaperDetail-interested {
      margin-top: 80px; } }
  .PaperDetail-interested .container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 701px) {
      .PaperDetail-interested .container {
        min-height: 266px; } }
    @media (max-width: 700px) {
      .PaperDetail-interested .container {
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (max-width: 480px) {
      .PaperDetail-interested .container {
        flex-direction: column;
        padding-top: 60px;
        padding-bottom: 60px; } }
  .PaperDetail-interested .left-side {
    width: 688px;
    max-width: 64%;
    position: relative; }
    .PaperDetail-interested .left-side .icon {
      height: 43px;
      width: auto;
      max-width: none;
      margin-bottom: 16px; }
      @media (min-width: 701px) {
        .PaperDetail-interested .left-side .icon {
          margin-bottom: 0;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0); } }
    .PaperDetail-interested .left-side h2 {
      font-size: 28px;
      padding: 0;
      margin: 0;
      padding-right: 20px; }
      @media (min-width: 901px) {
        .PaperDetail-interested .left-side h2 {
          padding-left: 70px; } }
      @media (min-width: 701px) {
        .PaperDetail-interested .left-side h2 {
          padding-left: 100px; } }
      @media (max-width: 900px) {
        .PaperDetail-interested .left-side h2 {
          font-size: 22px; } }
      @media (max-width: 700px) {
        .PaperDetail-interested .left-side h2 {
          width: 100%;
          font-size: 18px;
          max-width: 100%;
          padding-right: 0; } }
    @media (max-width: 700px) {
      .PaperDetail-interested .left-side {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px; } }
  .PaperDetail-interested .right-side {
    max-width: 36%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 700px) {
      .PaperDetail-interested .right-side {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start; } }

.PersoenlichesGespraech-hero h1 {
  font-size: 38px;
  line-height: 1.27; }
  @media (max-width: 900px) {
    .PersoenlichesGespraech-hero h1 {
      font-size: 30px; } }
  @media (max-width: 700px) {
    .PersoenlichesGespraech-hero h1 {
      font-size: 24px; } }

.PersoenlichesGespraech-hero .demo-badges {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 45px; }
  @media (max-width: 900px) {
    .PersoenlichesGespraech-hero .demo-badges {
      top: 36px; } }
  @media (max-width: 700px) {
    .PersoenlichesGespraech-hero .demo-badges {
      top: 25px; } }
  .PersoenlichesGespraech-hero .demo-badges .container {
    text-align: right; }
  .PersoenlichesGespraech-hero .demo-badges .LzLoadImg {
    height: 39px;
    width: auto;
    max-width: none;
    display: inline-block; }
    @media (max-width: 700px) {
      .PersoenlichesGespraech-hero .demo-badges .LzLoadImg {
        height: 26px; } }
  .PersoenlichesGespraech-hero .demo-badges .LzLoadImg .LzLoadImg-el,
  .PersoenlichesGespraech-hero .demo-badges .LzLoadImg .LzLoadImg-in {
    height: 100%;
    width: auto;
    max-width: none; }

.PersoenlichesGespraech-hero .hero-content {
  width: 514px;
  max-width: 60%; }
  @media (max-width: 900px) {
    .PersoenlichesGespraech-hero .hero-content {
      padding-top: 40px; } }
  @media (max-width: 700px) {
    .PersoenlichesGespraech-hero .hero-content {
      width: 100%;
      max-width: 100%; } }

@media (max-width: 900px) {
  .PersoenlichesGespraech-hero {
    min-height: 500px;
    padding-bottom: 0; } }

@media (max-width: 480px) {
  .PersoenlichesGespraech-hero {
    min-height: 390px; } }

@media (max-width: 700px) {
  .PersoenlichesGespraech-hero.Hero .LzLoadImg.side-hero-image.laptop {
    position: relative;
    display: block;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 50%; } }

.PersoenlichesGespraech-hero .laptop-screen:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8); }

.PersoenlichesGespraech-hero .VideoButton {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .PersoenlichesGespraech-hero .VideoButton button {
    height: 84px;
    width: 84px; }
    .PersoenlichesGespraech-hero .VideoButton button span {
      width: 100%;
      height: 100%; }
    @media (max-width: 700px) {
      .PersoenlichesGespraech-hero .VideoButton button {
        height: 54px;
        width: 54px; } }
  .PersoenlichesGespraech-hero .VideoButton .duration {
    color: #203e79;
    font-weight: 400;
    font-size: 20px;
    margin-left: 20px;
    white-space: nowrap; }
    @media (max-width: 700px) {
      .PersoenlichesGespraech-hero .VideoButton .duration {
        font-size: 18px; } }

.PersoenlichesGespraech-content {
  padding-bottom: 84px; }
  .PersoenlichesGespraech-content .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 0; }
    @media (max-width: 700px) {
      .PersoenlichesGespraech-content .wrapper {
        flex-direction: column;
        padding: 0; } }
  .PersoenlichesGespraech-content h2 {
    font-size: 38px;
    max-width: 35%;
    display: block;
    text-align: left;
    margin-top: 0;
    padding-right: 20px; }
    @media (min-width: 701px) {
      .PersoenlichesGespraech-content h2 {
        margin-bottom: 0; } }
    @media (max-width: 900px) {
      .PersoenlichesGespraech-content h2 {
        font-size: 22px; } }
    @media (max-width: 700px) {
      .PersoenlichesGespraech-content h2 {
        width: 100%;
        font-size: 18px;
        max-width: 100%; } }
  .PersoenlichesGespraech-content .markdown-copy {
    width: 600px;
    max-width: 60%; }
    @media (max-width: 700px) {
      .PersoenlichesGespraech-content .markdown-copy {
        width: 100%;
        max-width: 100%; } }
  .PersoenlichesGespraech-content .markdown-copy p:first-child {
    margin-top: 0; }
  .PersoenlichesGespraech-content .LzLoadImg.image-wrapper {
    position: relative;
    width: 100%;
    display: block;
    background: #eff2f5; }
  .PersoenlichesGespraech-content .LzLoadImg.image-wrapper .LzLoadImg-el {
    padding-top: 42.3%; }
    @media (max-width: 900px) {
      .PersoenlichesGespraech-content .LzLoadImg.image-wrapper .LzLoadImg-el {
        padding-top: 50%; } }
    @media (max-width: 700px) {
      .PersoenlichesGespraech-content .LzLoadImg.image-wrapper .LzLoadImg-el {
        padding-top: 56%; } }
  .PersoenlichesGespraech-content .LzLoadImg.logo-wrapper {
    position: absolute;
    left: 10%;
    bottom: 60px;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    width: 160px;
    display: block;
    background: #fff;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.07); }
    @media (max-width: 700px) {
      .PersoenlichesGespraech-content .LzLoadImg.logo-wrapper {
        left: 22px;
        bottom: 33px; } }
    .PersoenlichesGespraech-content .LzLoadImg.logo-wrapper:before {
      content: '';
      position: relative;
      display: block;
      width: 100%;
      padding-top: 75%; }
  .PersoenlichesGespraech-content .LzLoadImg.logo-wrapper .LzLoadImg-el {
    position: absolute;
    width: 106px;
    height: 60%;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    background-size: contain !important; }

.PersoenlichesGespraech-important-functions {
  padding-top: 0; }
  .PersoenlichesGespraech-important-functions .markdown-copy {
    max-width: 520px; }
  .PersoenlichesGespraech-important-functions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .PersoenlichesGespraech-important-functions ul li {
      flex-grow: 1;
      max-width: 33.3%;
      width: 33.3%;
      min-width: 33.3%;
      margin: 0 0 46px;
      padding-right: 40px; }
      @media (max-width: 600px) {
        .PersoenlichesGespraech-important-functions ul li {
          max-width: 50%;
          width: 50%;
          min-width: 50%; } }
      .PersoenlichesGespraech-important-functions ul li .icon-wrapper {
        min-height: 36px;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .PersoenlichesGespraech-important-functions ul li .icon-wrapper.graph-orange-icon .LzLoadImg.icon {
          max-width: 53px; }
      .PersoenlichesGespraech-important-functions ul li .LzLoadImg.icon {
        display: block;
        position: relative;
        max-width: 36px;
        max-height: 36px; }
      .PersoenlichesGespraech-important-functions ul li h4 {
        font-size: 16px;
        line-height: 1.25;
        color: #323840;
        margin: 0 0 4px;
        transition: color 250ms; }
      .PersoenlichesGespraech-important-functions ul li p {
        font-size: 16px;
        line-height: 1.625;
        color: #7d8085;
        padding: 0;
        margin: 0; }
        .PersoenlichesGespraech-important-functions ul li p .lw {
          display: inline-block; }

.Partner-inquiries .ContactPerson h2 {
  padding: 0 10%; }

.Partner-inquiries .ContactPerson .right-side .button-list li:nth-child(odd) {
  width: 60%; }

.Partner-inquiries .ContactPerson .right-side .button-list li:nth-child(even) {
  width: 40%; }

.Videos-list {
  position: relative;
  padding-top: 0;
  margin-top: -70px; }
  .Videos-list:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #ff6600;
    width: 100%;
    display: block;
    z-index: 1;
    height: 230px; }
    @media (max-width: 700px) {
      .Videos-list:before {
        height: 0;
        padding-top: 35%; } }
  .Videos-list ul {
    z-index: 9;
    position: relative;
    margin: 0 -8px;
    padding: 0;
    list-style: none; }
    @media (min-width: 701px) {
      .Videos-list ul {
        display: flex;
        flex-wrap: wrap; }
        @supports (display: grid) {
          .Videos-list ul {
            display: grid;
            grid-auto-flow: dense;
            grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr)); } } }
    @media (max-width: 700px) {
      .Videos-list ul {
        margin: 0; } }
    .Videos-list ul li {
      width: 33.33%;
      max-width: 33.33%;
      display: block;
      padding: 8px; }
      @media (min-width: 701px) {
        @supports (display: grid) {
          .Videos-list ul li {
            width: initial;
            max-width: initial; } } }
      .Videos-list ul li.featured {
        width: 66.66%;
        max-width: 66.66%; }
        @media (min-width: 701px) {
          @supports (display: grid) {
            .Videos-list ul li.featured {
              width: initial;
              max-width: initial;
              grid-column-end: span 2;
              grid-row-end: span 2; } } }
      @media (max-width: 700px) {
        .Videos-list ul li {
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          padding: 0 0 16px; } }
      .Videos-list ul li .wrapper {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        background: #ffffff;
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.07); }
      .Videos-list ul li .image-wrapper {
        background: #e1e3e6;
        width: 100%;
        min-height: 190px;
        flex-grow: 1;
        display: block;
        position: relative; }
        .Videos-list ul li .image-wrapper .LzLoadImg.video-poster {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
        .Videos-list ul li .image-wrapper .LzLoadImg.video-poster .LzLoadImg-bg {
          position: relative;
          width: 100%;
          height: 100%; }
        @media (max-width: 1024px) {
          .Videos-list ul li .image-wrapper {
            min-height: 150px; } }
        @media (max-width: 700px) {
          .Videos-list ul li .image-wrapper {
            min-height: 202px; } }
      .Videos-list ul li .info {
        padding: 30px 24px;
        min-height: 138px;
        display: flex;
        flex-direction: column;
        position: relative; }
        @media (max-width: 1024px) {
          .Videos-list ul li .info {
            min-height: 214px; } }
        @media (max-width: 900px) {
          .Videos-list ul li .info {
            padding: 20px;
            min-height: 214px; } }
        @media (max-width: 700px) {
          .Videos-list ul li .info {
            min-height: 0; } }
        .Videos-list ul li .info h4 {
          font-size: 18px;
          line-height: 21px;
          color: #323840;
          margin: 0 0 16px; }
          @media (max-width: 900px) {
            .Videos-list ul li .info h4 {
              font-size: 16px; } }
        .Videos-list ul li .info .VideoButton {
          margin-top: auto; }
        .Videos-list ul li .info .VideoId, .Videos-list ul li .info .VideoTag {
          position: absolute;
          bottom: 20px;
          right: 20px;
          font-size: 12px;
          display: none; }

.hubspot-disable-focus-styles .VideoId, .hubspot-disable-focus-styles .VideoTag {
  display: block !important; }

.Webinar-hero h1 {
  font-size: 38px;
  line-height: 1.33; }
  @media (max-width: 900px) {
    .Webinar-hero h1 {
      font-size: 30px; } }
  @media (max-width: 700px) {
    .Webinar-hero h1 {
      font-size: 24px; } }

.Webinar-hero .hero-content {
  align-items: center; }
  @media (min-width: 701px) {
    .Webinar-hero .hero-content {
      margin-top: 60px; } }
  .Webinar-hero .hero-content .lead {
    margin-bottom: 28px; }
    @media (max-width: 900px) {
      .Webinar-hero .hero-content .lead p {
        font-size: 18px; } }
    @media (max-width: 700px) {
      .Webinar-hero .hero-content .lead p {
        font-size: 16px; } }
  .Webinar-hero .hero-content hr {
    margin: 0 0 32px;
    border: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4); }

@media (min-width: 701px) {
  .Webinar-hero .left-side {
    padding-top: 20px; } }

.Webinar-hero .form-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  @media (max-width: 700px) {
    .Webinar-hero .form-wrapper {
      margin-top: 16px; } }
  .Webinar-hero .form-wrapper .button {
    padding-left: 5px;
    padding-right: 5px; }

.Webinar-hero .timing-parameters {
  padding: 0;
  margin: 0;
  list-style: none; }
  .Webinar-hero .timing-parameters:after {
    content: '';
    display: block;
    clear: both; }
  .Webinar-hero .timing-parameters li {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 24px;
    align-items: center; }
    .Webinar-hero .timing-parameters li .icon-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      min-width: 52px;
      margin-right: 12px;
      height: 52px;
      background: #fff;
      border-radius: 50%; }
      .Webinar-hero .timing-parameters li .icon-wrapper img {
        max-width: 33px;
        height: 28px; }
    .Webinar-hero .timing-parameters li p {
      color: #fff;
      font-size: 20px;
      margin: 0; }
      @media (max-width: 900px) {
        .Webinar-hero .timing-parameters li p {
          font-size: 18px; } }
      @media (max-width: 700px) {
        .Webinar-hero .timing-parameters li p {
          font-size: 16px; } }

.Webinar-hero .demo-badges {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 45px; }
  @media (max-width: 900px) {
    .Webinar-hero .demo-badges {
      top: 36px; } }
  @media (max-width: 700px) {
    .Webinar-hero .demo-badges {
      top: 25px; } }
  .Webinar-hero .demo-badges .container {
    text-align: right; }
  .Webinar-hero .demo-badges .LzLoadImg {
    height: 39px;
    width: auto;
    max-width: none;
    display: inline-block; }
    @media (max-width: 700px) {
      .Webinar-hero .demo-badges .LzLoadImg {
        height: 26px; } }
  .Webinar-hero .demo-badges .LzLoadImg .LzLoadImg-el,
  .Webinar-hero .demo-badges .LzLoadImg .LzLoadImg-in {
    height: 100%;
    width: auto;
    max-width: none; }

.WebinarDetail-interested {
  background: #eff2f5;
  border-bottom: 1px solid #d4d7d9; }
  .WebinarDetail-interested .container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 701px) {
      .WebinarDetail-interested .container {
        min-height: 266px; } }
    @media (max-width: 700px) {
      .WebinarDetail-interested .container {
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (max-width: 480px) {
      .WebinarDetail-interested .container {
        flex-direction: column;
        padding-top: 60px;
        padding-bottom: 60px; } }
  .WebinarDetail-interested .left-side {
    width: 688px;
    max-width: 64%;
    position: relative; }
    .WebinarDetail-interested .left-side .icon {
      height: 43px;
      width: auto;
      max-width: none;
      margin-bottom: 16px; }
      @media (min-width: 701px) {
        .WebinarDetail-interested .left-side .icon {
          margin-bottom: 0;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0); } }
    .WebinarDetail-interested .left-side h2 {
      font-size: 28px;
      padding: 0;
      margin: 0;
      padding-right: 20px; }
      @media (min-width: 901px) {
        .WebinarDetail-interested .left-side h2 {
          padding-left: 70px; } }
      @media (min-width: 701px) {
        .WebinarDetail-interested .left-side h2 {
          padding-left: 100px; } }
      @media (max-width: 900px) {
        .WebinarDetail-interested .left-side h2 {
          font-size: 22px; } }
      @media (max-width: 700px) {
        .WebinarDetail-interested .left-side h2 {
          width: 100%;
          font-size: 18px;
          max-width: 100%;
          padding-right: 0; } }
    @media (max-width: 700px) {
      .WebinarDetail-interested .left-side {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px; } }
  .WebinarDetail-interested .right-side {
    max-width: 36%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 700px) {
      .WebinarDetail-interested .right-side {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start; } }

.Webinar-important-functions .markdown-copy {
  max-width: 520px; }

.Webinar-important-functions ul {
  list-style: none;
  padding: 30px 0 0;
  margin: 0 0 -46px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    .Webinar-important-functions ul {
      padding: 20px 0 0; } }
  @media (max-width: 480px) {
    .Webinar-important-functions ul {
      padding: 20px 0 0; } }
  .Webinar-important-functions ul li {
    flex-grow: 1;
    max-width: 25%;
    width: 25%;
    min-width: 25%;
    margin: 0 0 46px;
    padding-right: 20px; }
    @media (max-width: 900px) {
      .Webinar-important-functions ul li {
        max-width: 33.33%;
        width: 33.33%;
        min-width: 33.33%; } }
    @media (max-width: 600px) {
      .Webinar-important-functions ul li {
        max-width: 50%;
        width: 50%;
        min-width: 50%; } }
    .Webinar-important-functions ul li .icon-wrapper {
      min-height: 36px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .Webinar-important-functions ul li .icon-wrapper img {
        max-width: 30px; }
    .Webinar-important-functions ul li h4 {
      font-size: 16px;
      line-height: 1.25;
      color: #323840;
      margin: 0 0 4px;
      transition: color 250ms; }
    .Webinar-important-functions ul li p {
      font-size: 16px;
      line-height: 1.625;
      color: #7d8085;
      padding: 0;
      margin: 0; }

/**
 * External
 */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .chosen-container * {
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    display: none; }
  .chosen-container.chosen-with-drop .chosen-drop {
    display: block; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
  .chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 25px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
.chosen-container {
  font-size: 16px;
  color: #7d8085;
  width: 100% !important; }
  .chosen-container .chosen-results {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0;
    padding: 0; }
    .chosen-container .chosen-results li {
      padding: 0 0 0 20px;
      line-height: 48px;
      border-top: 1px solid #e1e3e6;
      transition: color 250ms;
      font-size: 14px;
      color: #7d8085; }
      .chosen-container .chosen-results li.highlighted {
        background-color: inherit;
        background-image: none;
        color: #585a5e; }

.chosen-container-single .chosen-drop {
  border: 0;
  background-color: #eff2f5;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.08); }

.chosen-container-single .chosen-single {
  border-width: 0;
  border-radius: 4px;
  height: 46px;
  line-height: 46px;
  background: #eff2f5;
  box-shadow: none;
  padding-left: 20px;
  color: #7d8085; }
  .chosen-container-single .chosen-single div {
    width: 14px;
    height: 10px;
    right: 21px;
    top: 50%;
    margin-top: -6px;
    transition: opacity 200ms,-webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out,opacity 200ms;
    transition: transform 200ms ease-out,opacity 200ms,-webkit-transform 200ms ease-out; }
    .chosen-container-single .chosen-single div b {
      background-image: url("https://get.facelift-bbt.com/hubfs/Facelift_theme_new_2018/images/svg/arrow-dark-down-thin.svg"); }

.chosen-container-active .chosen-single {
  border: 0;
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  background-image: none;
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: inherit; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

.touched + .chosen-container-single .chosen-single span {
  color: #333; }

.chosen-container-single .chosen-single abbr {
  background: none; }

.chosen-container-single .chosen-search input[type="text"] {
  background: none; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none; }

.hs-form fieldset {
  max-width: none!important;
}

.Hero .submitted-message {
  color: #323840;
}

.hs-responsive-embed {
  height: 600px!important;
  width: 50%!important;
  padding-bottom: 0px!important;
}

a.button:hover {
  text-decoration: none!important;
  color: #fff;
}

@media (max-width: 700px) {
  .hide-on-small-screen {
    display: none;
  }
  .demo-badges .LzLoadImg .LzLoadImg-el, .demo-badges .LzLoadImg .LzLoadImg-in {
    height: 80%;
  }
}

@media (max-width: 1000px) {
  .form-wrapper {
    margin-top: 0!important;
  }
}

.hbspt-form .input {
  margin-right: 0!important;
}
.hbspt-form .button {
  padding: 14px;
  line-height: 1;
}