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

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

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

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

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

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

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

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

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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.
     */
b,
strong {
  font-weight: bolder; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT.woff2") format("woff2"), url("../fonts/DINOT.woff") format("woff"), url("../fonts/DINOT.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Italic.woff2") format("woff2"), url("../fonts/DINOT-Italic.woff") format("woff"), url("../fonts/DINOT-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Thin.woff2") format("woff2"), url("../fonts/DINOT-Thin.woff") format("woff"), url("../fonts/DINOT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-ThinItalic.woff2") format("woff2"), url("../fonts/DINOT-ThinItalic.woff") format("woff"), url("../fonts/DINOT-ThinItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Extlight.woff2") format("woff2"), url("../fonts/DINOT-Extlight.woff") format("woff"), url("../fonts/DINOT-Extlight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-ExtlightItalic.woff2") format("woff2"), url("../fonts/DINOT-ExtlightItalic.woff") format("woff"), url("../fonts/DINOT-ExtlightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Light.woff2") format("woff2"), url("../fonts/DINOT-Light.woff") format("woff"), url("../fonts/DINOT-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-LightItalic.woff2") format("woff2"), url("../fonts/DINOT-LightItalic.woff") format("woff"), url("../fonts/DINOT-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Medium.woff2") format("woff2"), url("../fonts/DINOT-Medium.woff") format("woff"), url("../fonts/DINOT-Medium.ttf") format("truetype");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-MediumItalic.woff2") format("woff2"), url("../fonts/DINOT-MediumItalic.woff") format("woff"), url("../fonts/DINOT-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Bold.woff2") format("woff2"), url("../fonts/DINOT-Bold.woff") format("woff"), url("../fonts/DINOT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-BoldItalic.woff2") format("woff2"), url("../fonts/DINOT-BoldItalic.woff") format("woff"), url("../fonts/DINOT-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Black.woff2") format("woff2"), url("../fonts/DINOT-Black.woff") format("woff"), url("../fonts/DINOT-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-BlackItalic.woff2") format("woff2"), url("../fonts/DINOT-BlackItalic.woff") format("woff"), url("../fonts/DINOT-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  font-display: swap; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-next-item:before {
    content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-previous-item:before {
    content: "\f120"; }

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f121"; }

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f122"; }

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em; }

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em; }

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em; }

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em; }

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s; }
  .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
  .video-js .vjs-volume-panel:active .vjs-volume-control,
  .video-js .vjs-volume-panel:focus .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control:active,
  .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }
    .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
    .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
      width: 5em;
      height: 3em;
      margin-right: 0; }
    .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
    .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
      left: -3.5em;
      -webkit-transition: left 0s;
      transition: left 0s; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 10em;
    -webkit-transition: width 0.1s;
    transition: width 0.1s; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none; }

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: block; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none; }

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
    Use in conjunction with .sr-only to only display content when it's focused.
    @note Useful for skip links 
    @see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
    @note Based on a HTML5 Boilerplate technique, included in Bootstrap
    @note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
      @author Sylvain Pigeard
      @see https://github.com/twbs/bootstrap/issues/20732
  */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.whr-group,
.content-area > h1:first-child,
.content-area > h2:first-child,
.h2,
.wt-cli-cookie-bar-container .cli-wrapper h5,
.h3,
.h4,
.h5,
.cli-privacy-overview h4,
.h6 {
  color: #ffffff;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  line-height: 1.14815; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.whr-group,
.content-area > h1:first-child,
.content-area > h2:first-child,
.h2,
.wt-cli-cookie-bar-container .cli-wrapper h5,
.h3,
.h4,
.h5,
.cli-privacy-overview h4,
.h6 {
  font-weight: 600; }

h1,
.h1,
.whr-group,
.content-area > h1:first-child,
.content-area > h2:first-child {
  font-size: 42px;
  line-height: 1.2857142857;
  font-weight: 900; }
  @media (min-width: 992px) {
    h1,
    .h1,
    .whr-group,
    .content-area > h1:first-child,
    .content-area > h2:first-child {
      font-size: 54px;
      line-height: 1.1481481481;
      font-weight: 900; } }

.h1-smaller-mobile {
  font-size: 36px; }
  @media (min-width: 992px) {
    .h1-smaller-mobile {
      font-size: 36px; } }

h2,
.h2,
.wt-cli-cookie-bar-container .cli-wrapper h5 {
  font-size: 34.0px;
  font-weight: 900;
  line-height: 1.2941176471; }
  @media (min-width: 992px) {
    h2,
    .h2,
    .wt-cli-cookie-bar-container .cli-wrapper h5 {
      font-size: 42px;
      font-weight: 900;
      line-height: 1.2857142857; } }

.h2-smaller-mobile {
  font-size: 31.2px; }
  @media (min-width: 992px) {
    .h2-smaller-mobile {
      font-size: 31.2px; } }

h3,
.h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4166666667; }
  @media (min-width: 992px) {
    h3,
    .h3 {
      font-size: 34.0px;
      font-weight: 900;
      line-height: 1.2941176471; } }

h4,
.h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4166666667; }

h5,
.h5,
.cli-privacy-overview h4 {
  font-size: 24px;
  font-weight: 900; }
  h5--green,
  .h5--green {
    color: #14f0af;
    font-weight: 600; }

h6,
.h6 {
  font-size: 24px;
  font-weight: 900; }

.hyphens {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word; }

p {
  margin-bottom: 34px;
  line-height: 1.4166666667; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  margin-bottom: 9px;
  list-style-position: inside;
  line-height: 1.2916666667; }

code {
  padding: 6px;
  background-color: #1e2131;
  border-radius: 12px; }

pre {
  display: block;
  white-space: normal;
  margin: 0;
  padding: 24px;
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  line-height: 1.4; }
  @media (min-width: 992px) {
    pre {
      padding: 40px; } }

.bullets .bullets {
  margin-top: 9px;
  margin-left: 24px; }

.bullets li {
  position: relative;
  padding-left: 30px; }
  .bullets li:before {
    content: "•";
    position: absolute;
    color: #464b60;
    font-size: 32px;
    line-height: 1;
    margin-right: 7px;
    top: -1px;
    left: 0; }

.alpha-list {
  counter-reset: gaAlphaList; }
  .alpha-list li {
    position: relative;
    padding-left: 42px;
    counter-increment: gaAlphaList; }
    .alpha-list li:before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      content: counter(gaAlphaList, lower-alpha);
      position: absolute;
      top: 1px;
      width: 32px;
      height: 32px;
      padding-top: 3px;
      border-radius: 100%;
      color: #151829;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      background-color: #14f0af; }

.stronger {
  font-size: 32px;
  font-weight: 700;
  line-height: 1; }

.glossary {
  padding: 2px 12px;
  background-color: rgba(20, 240, 175, 0.3);
  border-radius: 12.5px;
  text-decoration: none !important;
  outline-color: #ffffff; }
  .glossary:focus, .glossary:hover {
    text-decoration: underline !important; }

body,
html {
  min-height: 100%; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #151829;
  scroll-behavior: smooth; }

:target {
  scroll-margin-top: 102px; }

*,
*:before,
*:after {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms; }
  a:focus, a:hover {
    color: #ffffff; }

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

svg {
  max-height: 100%;
  max-width: 100%; }

svg.icon {
  display: inline-block;
  fill: inherit;
  -webkit-transition: all ease-in-out, 250ms;
  transition: all ease-in-out, 250ms; }

svg.icon-upload {
  height: 16px;
  width: 10px; }

svg.icon-right-arrow {
  height: 12px;
  width: 6px; }

svg.icon-right-arrow-medium {
  height: 14px;
  width: 8px; }

svg.icon-right-arrow-extended {
  height: 13px;
  width: 14px; }

svg.icon-left-arrow-extended {
  height: 13px;
  width: 14px; }

svg.icon-up-arrow-extended {
  height: 14px;
  width: 13px; }

svg.icon-down-arrow-extended {
  height: 14px;
  width: 13px; }

svg.icon-right-arrow-sdk {
  height: 10px;
  width: 6px;
  margin-right: 10px !important;
  margin-left: 5px !important; }

svg.icon-social-facebook,
svg.icon-social-twitter,
svg.icon-social-instagram,
svg.icon-social-linkedin {
  height: 30px;
  width: 30px; }

svg.icon-white-stroke {
  stroke: #ffffff; }

svg.icon-fill-white {
  fill: #ffffff; }

svg.icon-fill-none {
  fill: none; }

svg.icon-stroke-light-grey {
  stroke: #b0adab; }

svg.icon-margin-right {
  margin-right: 12.5px; }

svg.icon-small {
  max-height: 12px;
  max-width: 12px; }

img.icon-small {
  margin-right: 12.5px;
  max-width: 14px; }

svg.icon-handheld {
  width: 100px;
  height: 68px; }

svg.icon-yay {
  width: 98px;
  height: 99px; }

svg.icon-ball {
  width: 85px;
  height: 90px; }

svg.icon-unity {
  width: 50px;
  height: 50px; }

svg.icon-apple {
  width: 50px;
  height: 50px; }

svg.icon-androidx {
  width: 40px;
  height: 50px; }

svg.icon-sofa {
  width: 21.03px;
  height: 16px; }

svg.icon-js {
  width: 44.64px;
  height: 50px; }

svg.icon-unreal {
  width: 50px;
  height: 50px; }

svg.icon-square {
  width: 50px;
  height: 50px; }

svg.icon-c-plus {
  width: 45.66px;
  height: 50px; }

svg.icon-c-sharp {
  width: 45.65px;
  height: 50px; }

svg.icon-mobile-menu {
  width: 20.73px;
  height: 16px; }

svg.icon-prev {
  width: 15.97px;
  height: 18px; }

svg.icon-next {
  width: 15.97px;
  height: 18px; }

svg.icon-play {
  width: 32px;
  height: 32px; }

svg.icon-read {
  width: 32px;
  height: 24.57px; }

svg.icon-listen {
  width: 32px;
  height: 32.82px; }

svg.icon-user {
  width: 18px;
  height: 18px; }

svg.icon-team {
  width: 28px;
  height: 28px; }

svg.icon-winner {
  width: 34px;
  height: 28px; }

svg.icon-external {
  width: 24px;
  height: 24px; }

svg.icon-search {
  width: 16px;
  height: 16px; }

svg.icon-close {
  width: 12px;
  height: 12px; }

svg.icon-satellite {
  width: 20px;
  height: 22.36px; }

svg.icon-activity-line {
  width: 25px;
  height: 17px; }

svg.icon-tiles {
  width: 20px;
  height: 20px; }

svg.icon-palette {
  width: 20px;
  height: 14px; }

svg.icon-caution {
  width: 21px;
  height: 21px; }

svg.icon-house {
  width: 20px;
  height: 20px; }

svg.icon-windows {
  width: 22px;
  height: 22.98px; }

svg.icon-ios {
  width: 22px;
  height: 23px; }

svg.icon-macos {
  width: 24px;
  height: 23px; }

svg.icon-browser {
  width: 24px;
  height: 19px; }

svg.icon-caps-arrow {
  width: 14px;
  height: 17px; }

svg.icon-down-arrow {
  width: 12px;
  height: 7.41px; }

svg.icon-comment {
  width: 20px;
  height: 20px; }

svg.logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 80px; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 608px; }
  @media (min-width: 992px) {
    .container {
      max-width: 1520px; } }
  .container--large-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (min-width: 992px) {
      .container--large-padding {
        padding-left: 24px;
        padding-right: 24px; } }

hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(21, 24, 41, 0.1); }

table {
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 7px rgba(21, 24, 41, 0.2);
          box-shadow: 0px 1px 7px rgba(21, 24, 41, 0.2);
  font-size: 24px;
  width: 100%;
  line-height: 1.2; }
  @media (min-width: 768px) {
    table {
      font-size: 18px; } }
  table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    text-align: left; }
    table th:first-of-type {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
  table td:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
  table th,
  table td {
    padding: 5px; }
    @media (min-width: 992px) {
      table th,
      table td {
        padding: 25px; } }

iframe {
  width: 100% !important; }

.page-inner {
  clear: both;
  overflow: hidden;
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .page-inner {
      padding-bottom: 200px; } }
  .page-inner--overflow-initial {
    overflow: initial; }
  @media (max-width: 991.98px) {
    .page-inner--no-pb-lg {
      padding-bottom: 0; } }

.pagination {
  margin-top: 40px;
  font-size: 18px; }
  .pagination a {
    text-decoration: underline; }
    .pagination a:focus, .pagination a:hover {
      text-decoration: none; }
  .pagination .next a:after {
    content: ">"; }
  .pagination .previous a:before {
    content: "<"; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }

.white {
  color: #ffffff; }

.green {
  color: #14f0af; }

.grey {
  color: #999dae; }

.market-value {
  position: relative;
  top: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700; }
  .market-value img {
    margin-right: 2px; }

.link {
  text-decoration: underline; }
  .link:focus, .link:hover {
    text-decoration: none; }

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

.uppercase {
  text-transform: uppercase; }

.caps {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }

.small-caps {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }
  .small-caps .icon-right-arrow-extended {
    margin-left: 5px; }

.count-down {
  font-size: 40px;
  color: #2b2826 !important;
  font-weight: 700;
  letter-spacing: 0; }

.nowrap {
  white-space: nowrap; }

.center-block {
  margin: 0 auto; }

.center-text {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text {
      text-align: center; } }

.center-text-mobile {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text-mobile {
      text-align: left; } }

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

@media (max-width: 1199.98px) {
  .no-offset-mobile {
    margin-left: 0; } }

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

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

.cross-out {
  text-decoration: line-through; }

.center-text-mobile {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text-mobile {
      text-align: left; } }

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

.font-weight-medium {
  font-weight: 600; }

.h2-bigger {
  font-size: 45px; }

.h3-bigger {
  font-size: 35px; }

.h3-smaller {
  font-size: 25px; }

.h4-lighter {
  color: #73716e;
  font-size: 24px;
  font-weight: 400; }

@media (min-width: 992px) {
  .extra-padding {
    padding-right: 30px; } }

@media (min-width: 576px) {
  .extra-padding-2 {
    padding-right: 30px;
    padding-left: 30px; } }

.orange {
  color: #fd7e14 !important; }

.red {
  color: #dc3545 !important; }

.blue {
  color: #4650f0 !important;
  fill: #4650f0 !important; }

.blue-link {
  color: #48aeff !important;
  fill: #48aeff !important; }

.light-grey {
  color: #b0adab !important;
  fill: #b0adab !important; }

.white {
  color: #ffffff !important;
  fill: #ffffff !important; }

.white-darker {
  color: rgba(255, 255, 255, 0.7); }

.black {
  color: #151829 !important;
  fill: #151829 !important; }

.selected {
  background-color: #ffc107;
  padding: 1px; }

@media (min-width: 1200px) {
  img.pull-top {
    margin-top: -85px; } }

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

.align-bottom {
  margin-top: auto; }

.base-line-height {
  line-height: 1.5; }

.rounded-corners {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07); }
  .rounded-corners img {
    display: block; }

.animated-gif {
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.07); }

.benchmarks-gif {
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  width: 300px;
  height: 180px; }

.full-width-image {
  min-width: 100%; }

.full-width {
  width: 100%; }

.sdk-svg {
  margin-right: 10px;
  max-height: 32px !important;
  max-width: 28px !important; }

.attribution-logo {
  max-width: none !important; }

ol.hide-before {
  list-style: decimal !important;
  margin-left: 30px; }
  ol.hide-before li::before {
    display: none !important; }

.inline-demo-button li::before {
  display: none !important; }

.demo-image-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5px; }

td.demo {
  border-right: 1px solid rgba(0, 0, 0, 0.07); }

th.demo {
  border-right: 1px solid rgba(0, 0, 0, 0.07); }

.bctt-click-to-tweet {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-bottom: 32px !important;
  margin-top: 32px !important;
  padding: 20px 15px !important;
  border: none !important;
  background-color: #1e2131 !important;
  border-radius: 12px !important;
  background-image: url("../images/icons/twitter@2x.png") !important;
  background-position: calc(100% - 15px) calc(100% - 20px) !important;
  background-repeat: no-repeat !important;
  background-size: 28px 23px !important; }
  @media (min-width: 992px) {
    .bctt-click-to-tweet {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
      padding: 30px !important;
      background-position: calc(100% - 31px) center !important; } }

a.bctt-ctt-btn {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  margin-left: auto !important;
  padding-top: 2px !important;
  padding-right: 38px !important;
  text-transform: lowercase !important;
  opacity: 0.4 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.2777777778 !important;
  background: transparent !important; }
  a.bctt-ctt-btn:first-letter {
    text-transform: capitalize; }
  a.bctt-ctt-btn:focus, a.bctt-ctt-btn:hover {
    opacity: 1 !important;
    color: #ffffff !important;
    background: transparent !important; }

.bctt-ctt-text {
  margin-bottom: 20px !important;
  color: #ffffff !important;
  font-size: 24px !important;
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  line-height: 1.2916666667 !important; }
  @media (min-width: 992px) {
    .bctt-ctt-text {
      margin-bottom: 0 !important;
      padding-right: 40px !important; } }
  .bctt-ctt-text a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    font-family: "DINOT", Helvetica, Arial, sans-serif !important;
    line-height: 1.2916666667 !important;
    opacity: 1 !important; }
    .bctt-ctt-text a:focus, .bctt-ctt-text a:hover {
      color: #ffffff !important; }

.sdk-svg {
  margin-left: 10px !important; }

.game-icon {
  margin-right: 25px;
  max-width: 80px;
  padding-bottom: 15px; }

.game-info {
  font-size: 19.5px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none; }

.game-app-icon {
  border-radius: 10px; }

.cropped-320px {
  /* height: 320px; */
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px; }
  .cropped-320px img {
    max-height: 320px;
    width: auto;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    height: auto; }

.whr-items ~ .whr-group {
  padding-top: 50px; }
  @media (min-width: 992px) {
    .whr-items ~ .whr-group {
      padding-top: 100px; } }

.whr-items {
  margin-top: 50px; }
  @media (min-width: 992px) {
    .whr-items {
      margin-top: 100px; } }

.whr-group {
  padding-bottom: 50px;
  text-align: center; }
  @media (min-width: 992px) {
    .whr-group {
      padding-bottom: 0; } }
  .whr-group:before {
    display: block;
    font-size: 24px;
    font-weight: 900;
    content: "Open positions"; }
  .whr-group:after {
    content: " Office"; }

.whr-dept,
.whr-date {
  margin: 0 !important;
  font-size: 24px;
  font-weight: 600; }
  @media (min-width: 992px) {
    .whr-dept,
    .whr-date {
      font-size: 14px;
      font-weight: 300 !important; } }
  .whr-dept span,
  .whr-date span {
    display: none; }

.whr-date {
  display: none; }
  @media (min-width: 992px) {
    .whr-date {
      display: block; } }

.whr-dept {
  display: block; }
  @media (min-width: 992px) {
    .whr-dept:after {
      content: "∙";
      display: inline-block;
      padding-left: 4px;
      padding-right: 4px;
      color: #14f0af;
      font-size: 8px;
      font-weight: 100;
      position: relative;
      top: -2px; } }

.whr-code {
  display: none; }

.whr-item:before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-right: 40px;
  float: left;
  position: absolute;
  top: -65px;
  left: 24px;
  border-radius: 12px;
  background-color: #4650f0;
  background-image: url("../images/jobs/generic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%; }
  @media (min-width: 992px) {
    .whr-item:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 140px;
      height: 140px;
      left: 40px; } }

.whr-item[data-dept="Backend"]:before {
  background-image: url("../images/jobs/backend.svg"); }

.whr-item[data-dept="Corporate"]:before {
  background-image: url("../images/jobs/corporate.svg"); }

.whr-item[data-dept="Customers Ops"]:before {
  background-image: url("../images/jobs/customer ops.svg"); }

.whr-item[data-dept="Data"]:before {
  background-image: url("../images/jobs/data.svg"); }

.whr-item[data-dept="Frontend"]:before {
  background-image: url("../images/jobs/frontend.svg"); }

.whr-item[data-dept="Marketing"]:before {
  background-image: url("../images/jobs/marketing.svg"); }

.whr-item[data-dept="Product"]:before {
  background-image: url("../images/jobs/product.svg"); }

.whr-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.28125; }
  @media (min-width: 992px) {
    .whr-title {
      margin-top: 5px;
      font-size: 24px;
      line-height: 1.4166666667; } }

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

.whr-description {
  max-height: 211px; }
  @media (min-width: 992px) {
    .whr-description {
      max-height: 121px; } }

.whr-description {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .whr-description {
      -webkit-line-clamp: 2; } }

.whr-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 65px;
  margin-bottom: 115px;
  padding: 40px 20px;
  padding-top: 127px;
  background-color: rgba(30, 33, 49, 0.7); }
  @media (min-width: 576px) {
    .whr-item {
      border-radius: 12px; } }
  @media (min-width: 992px) {
    .whr-item {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 40px;
      padding-left: 220px; } }
  .whr-item:last-child {
    margin-bottom: 0; }
  .whr-item .whr-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .whr-item .whr-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .whr-item .whr-description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

.whr-description {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5; }

.sdk-logos {
  margin-bottom: 0px !important;
  height: 50px !important; }

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */ }

.uppercase {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

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

.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-center {
  text-align: center !important; }
  @media (min-width: 576px) {
    .align-center-sm {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .align-center-md {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .align-center-lg {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .align-center-xl {
      text-align: center !important; } }

.align-left {
  text-align: left !important; }
  @media (min-width: 576px) {
    .align-left-sm {
      text-align: left !important; } }
  @media (min-width: 768px) {
    .align-left-md {
      text-align: left !important; } }
  @media (min-width: 992px) {
    .align-left-lg {
      text-align: left !important; } }
  @media (min-width: 1200px) {
    .align-left-xl {
      text-align: left !important; } }

.align-right {
  text-align: right !important; }
  @media (min-width: 576px) {
    .align-right-sm {
      text-align: right !important; } }
  @media (min-width: 768px) {
    .align-right-md {
      text-align: right !important; } }
  @media (min-width: 992px) {
    .align-right-lg {
      text-align: right !important; } }
  @media (min-width: 1200px) {
    .align-right-xl {
      text-align: right !important; } }

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

.fw-medium {
  font-weight: 600; }

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

.fw-black {
  font-weight: 900; }

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

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px !important; } }

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

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-80 {
  margin-top: 80px !important; }

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important; } }

@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important; } }

@media (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px !important; } }

@media (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mt-sm-32 {
    margin-top: 32px !important; } }

@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px !important; } }

@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px !important; } }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important; } }

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important; } }

@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px !important; } }

@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mt-md-32 {
    margin-top: 32px !important; } }

@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important; } }

@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px !important; } }

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important; } }

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important; } }

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important; } }

@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mt-lg-32 {
    margin-top: 32px !important; } }

@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important; } }

@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important; } }

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important; } }

@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px !important; } }

@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px !important; } }

@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mt-xl-32 {
    margin-top: 32px !important; } }

@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px !important; } }

@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px !important; } }

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

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 576px) {
  .pb-sm-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 576px) {
  .pb-sm-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 576px) {
  .pb-sm-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 576px) {
  .pb-sm-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 576px) {
  .pb-sm-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 768px) {
  .pb-md-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 768px) {
  .pb-md-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 768px) {
  .pb-md-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 992px) {
  .pb-lg-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 992px) {
  .pb-lg-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 992px) {
  .pb-lg-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 992px) {
  .pb-lg-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 1200px) {
  .pb-xl-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 1200px) {
  .pb-xl-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 1200px) {
  .pb-xl-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 1200px) {
  .pb-xl-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 1200px) {
  .pb-xl-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 1200px) {
  .pb-xl-100 {
    padding-bottom: 100px !important; } }

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

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-200 {
  padding-top: 200px !important; }

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0px !important; } }

@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 10px !important; } }

@media (min-width: 576px) {
  .pt-sm-20 {
    padding-top: 20px !important; } }

@media (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pt-sm-32 {
    padding-top: 32px !important; } }

@media (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px !important; } }

@media (min-width: 576px) {
  .pt-sm-50 {
    padding-top: 50px !important; } }

@media (min-width: 576px) {
  .pt-sm-90 {
    padding-top: 90px !important; } }

@media (min-width: 576px) {
  .pt-sm-100 {
    padding-top: 100px !important; } }

@media (min-width: 576px) {
  .pt-sm-200 {
    padding-top: 200px !important; } }

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px !important; } }

@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px !important; } }

@media (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px !important; } }

@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pt-md-32 {
    padding-top: 32px !important; } }

@media (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px !important; } }

@media (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px !important; } }

@media (min-width: 768px) {
  .pt-md-90 {
    padding-top: 90px !important; } }

@media (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px !important; } }

@media (min-width: 768px) {
  .pt-md-200 {
    padding-top: 200px !important; } }

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0px !important; } }

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10px !important; } }

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px !important; } }

@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pt-lg-32 {
    padding-top: 32px !important; } }

@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px !important; } }

@media (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px !important; } }

@media (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px !important; } }

@media (min-width: 992px) {
  .pt-lg-90 {
    padding-top: 90px !important; } }

@media (min-width: 992px) {
  .pt-lg-100 {
    padding-top: 100px !important; } }

@media (min-width: 992px) {
  .pt-lg-200 {
    padding-top: 200px !important; } }

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0px !important; } }

@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 10px !important; } }

@media (min-width: 1200px) {
  .pt-xl-20 {
    padding-top: 20px !important; } }

@media (min-width: 1200px) {
  .pt-xl-30 {
    padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pt-xl-32 {
    padding-top: 32px !important; } }

@media (min-width: 1200px) {
  .pt-xl-40 {
    padding-top: 40px !important; } }

@media (min-width: 1200px) {
  .pt-xl-50 {
    padding-top: 50px !important; } }

@media (min-width: 1200px) {
  .pt-xl-90 {
    padding-top: 90px !important; } }

@media (min-width: 1200px) {
  .pt-xl-100 {
    padding-top: 100px !important; } }

@media (min-width: 1200px) {
  .pt-xl-200 {
    padding-top: 200px !important; } }

.d-none {
  display: none !important; }
  @media (min-width: 576px) {
    .d-none-sm {
      display: none !important; } }
  @media (min-width: 768px) {
    .d-none-md {
      display: none !important; } }
  @media (min-width: 992px) {
    .d-none-lg {
      display: none !important; } }
  @media (min-width: 1200px) {
    .d-none-xl {
      display: none !important; } }

.d-block {
  display: block !important; }
  @media (min-width: 576px) {
    .d-block-sm {
      display: block !important; } }
  @media (min-width: 768px) {
    .d-block-md {
      display: block !important; } }
  @media (min-width: 992px) {
    .d-block-lg {
      display: block !important; } }
  @media (min-width: 1200px) {
    .d-block-xl {
      display: block !important; } }

@media (min-width: 576px) {
  .maxw-full-sm {
    max-width: 100% !important; } }

@media (min-width: 768px) {
  .maxw-full-md {
    max-width: 100% !important; } }

@media (min-width: 992px) {
  .maxw-full-lg {
    max-width: 100% !important; } }

@media (min-width: 1200px) {
  .maxw-full-xl {
    max-width: 100% !important; } }

@media (min-width: 576px) {
  .minw-full-sm {
    min-width: 100% !important; } }

@media (min-width: 768px) {
  .minw-full-md {
    min-width: 100% !important; } }

@media (min-width: 992px) {
  .minw-full-lg {
    min-width: 100% !important; } }

@media (min-width: 1200px) {
  .minw-full-xl {
    min-width: 100% !important; } }

.overflow-hidden {
  overflow: hidden; }

@media (max-width: 767.98px) {
  .snip-gutters-d-sm {
    width: auto !important;
    margin-left: -4px !important;
    margin-right: -4px !important; } }

@media (max-width: 767.98px) {
  .clear-gutters-d-sm {
    width: auto !important;
    margin-left: -24px !important;
    margin-right: -24px !important; } }

@font-face {
  font-family: "VideoJS";
  src: url("../fonts/videojs/VideoJS.woff") format("woff"), url("../fonts/videojs/VideoJS.ttf") format("truetype"), url("../fonts/videojs/VideoJS.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.video-js {
  border-radius: 8px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .video-js {
      border-radius: 12px; } }

.vjs-poster {
  background-size: cover; }

.video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: "VideoJS"; }

.vjs-ga {
  width: 100%;
  height: auto; }
  .vjs-ga .vjs-big-play-button {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border: none;
    border-radius: 100%;
    background-color: transparent !important;
    background-image: url("../../src/images/btn-play-icon.png");
    background-size: cover !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .vjs-ga .vjs-big-play-button {
        background-image: url("../../src/images/btn-play-icon@2x.png");
        background-size: 80px 80px; } }
    .vjs-ga .vjs-big-play-button .vjs-icon-placeholder {
      display: none; }
  .vjs-ga .vjs-control-bar {
    position: absolute;
    bottom: 0;
    height: 64px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(30, 33, 49, 0.85);
    -webkit-transition: none;
    transition: none;
    font-size: 0.75em; }
    @media (min-width: 992px) {
      .vjs-ga .vjs-control-bar {
        height: 112px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 1em; } }
  .vjs-ga .vjs-progress-holder {
    height: 11.76px;
    border-radius: 3px;
    background-color: #151829; }
  .vjs-ga .vjs-mute-control {
    margin-right: 10px !important; }
  .vjs-ga .vjs-load-progress {
    overflow: hidden;
    border-radius: 12px; }
  .vjs-ga .vjs-button > .vjs-icon-placeholder::before {
    position: relative;
    font-size: 3em; }
    @media (min-width: 992px) {
      .vjs-ga .vjs-button > .vjs-icon-placeholder::before {
        font-size: 4em; } }
  .vjs-ga .vjs-control {
    margin-right: 10px; }
    @media (min-width: 992px) {
      .vjs-ga .vjs-control {
        margin-right: 40px; } }
    .vjs-ga .vjs-control:last-child {
      margin-right: 0; }
  .vjs-ga .vjs-current-time {
    margin-right: 0; }
  .vjs-ga .vjs-play-progress {
    background: #4650f0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
    .vjs-ga .vjs-play-progress:before {
      content: "";
      top: 50%;
      right: 6px !important;
      z-index: 1;
      -webkit-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%);
      width: 23.13px;
      height: 22.53px;
      border: #ffffff solid 5px;
      border-radius: 100%;
      background: #4650f0; }
  .vjs-ga .vjs-slider-horizontal .vjs-volume-level {
    background: #4650f0; }
    .vjs-ga .vjs-slider-horizontal .vjs-volume-level:before {
      content: "";
      top: 50%;
      right: 0px !important;
      z-index: 1;
      -webkit-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%);
      width: 14px;
      height: 14px;
      border: #ffffff solid 4px;
      border-radius: 100%;
      background: #4650f0; }
  .vjs-ga .vjs-time-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "DINOT", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3125; }
  .vjs-ga .vjs-remaining-time {
    display: none !important; }
  .vjs-ga .vjs-time-control {
    min-width: auto;
    padding: 0 2px; }
  .vjs-ga .vjs-load-progress {
    display: none !important;
    background: transparent; }
  .vjs-ga .vjs-control-bar {
    background-color: rgba(30, 33, 49, 0.85); }
    .vjs-ga .vjs-control-bar .vjs-play-control {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .vjs-ga .vjs-control-bar .vjs-time-control {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .vjs-ga .vjs-control-bar .vjs-progress-control {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      margin-left: 10px;
      margin-right: 10px; }
      @media (min-width: 992px) {
        .vjs-ga .vjs-control-bar .vjs-progress-control {
          margin-left: 86px;
          margin-right: 86px; } }
    .vjs-ga .vjs-control-bar .vjs-volume-panel {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .vjs-ga .vjs-control-bar .vjs-fullscreen-control {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }

.scene-space {
  position: relative; }
  @media (min-width: 992px) {
    .scene-space:before {
      content: "";
      position: absolute;
      top: -28.6458333333vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      right: 0;
      background-image: url("../../src/images/bg-stars.jpg");
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: center;
      z-index: -1;
      width: 100%;
      height: 91.875vw; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .scene-space:before {
      background-image: url("../../src/images/bg-stars@2x.jpg");
      background-size: 100px 100px; } }

.scene-cloud {
  position: relative; }
  .scene-cloud:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1165px;
    background-image: url("../../src/images/bg-cloud.png");
    background-size: cover !important;
    background-position: center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-cloud:after {
        background-image: url("../../src/images/bg-cloud@2x.png");
        background-size: 100px 100px; } }

.scene-fog {
  position: relative; }
  .scene-fog:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1361px;
    background-image: url("../../src/images/bg-fog.jpg");
    background-size: cover !important;
    background-position: center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-fog:after {
        background-image: url("../../src/images/bg-fog@2x.jpg");
        background-size: 100px 100px; } }

.scene-how-it-works-secondary {
  position: relative;
  padding-top: 200px !important; }
  @media (min-width: 992px) {
    .scene-how-it-works-secondary {
      padding-top: 300px !important; } }
  .scene-how-it-works-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    top: -285px;
    left: 0;
    width: 100%;
    height: 808px;
    background-image: url("../../src/images/how-it-works-secondary.png");
    background-size: cover !important;
    background-position: -150px 0;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-how-it-works-secondary:before {
        background-image: url("../../src/images/how-it-works-secondary@2x.png");
        background-size: 1275px 978px; } }
    @media (min-width: 992px) {
      .scene-how-it-works-secondary:before {
        left: -135px;
        top: -115px;
        width: 1275px;
        height: 978px;
        background-position: center;
        background-size: 1275px 978px !important; } }

.scene-wave {
  position: relative; }
  .scene-wave:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 10px;
    right: 0;
    height: 201px;
    left: 0;
    background-image: url("../../src/images/bg-wave.jpg");
    background-size: 866px 201px !important;
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-wave:after {
        background-image: url("../../src/images/bg-wave@2x.jpg");
        background-size: 1920px 539px; } }
    @media only screen and (min-width: 866px) {
      .scene-wave:after {
        top: 40px;
        padding-bottom: 28.0729166667%;
        bottom: auto;
        height: auto;
        background-size: cover !important; } }

.scene-studio-management-secondary {
  position: relative; }
  .scene-studio-management-secondary:after {
    content: "";
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 28%;
    left: 0;
    height: 1147px;
    background-image: url("../../src/images/studio-management-secondary.png");
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: -80px 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-studio-management-secondary:after {
        background-image: url("../../src/images/studio-management-secondary@2x.png");
        background-size: 1920px 1147px; } }
    @media (min-width: 992px) {
      .scene-studio-management-secondary:after {
        bottom: 21%;
        background-position: center 0; } }

.scene-gameops-secondary {
  position: relative;
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .scene-gameops-secondary {
      padding-bottom: 200px; } }
  .scene-gameops-secondary:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 70%;
    right: 0;
    height: 558px;
    left: 0;
    background-image: url("../../src/images/gameops-secondary.png");
    background-size: 996px 558px !important;
    background-repeat: no-repeat;
    background-position: -20px 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-gameops-secondary:after {
        background-image: url("../../src/images/gameops-secondary@2x.png");
        background-size: 1100px 616px; } }
    @media (min-width: 576px) {
      .scene-gameops-secondary:after {
        bottom: 40%; } }
    @media (min-width: 992px) {
      .scene-gameops-secondary:after {
        bottom: 0;
        background-position: center 0;
        height: 1042px;
        background-image: url("../../src/images/gameops-secondary.png");
        background-size: cover !important; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .scene-gameops-secondary:after {
      background-image: url("../../src/images/gameops-secondary@2x.png");
      background-size: 1949px 1042px; } }

.scene-analytics-intergrate {
  padding-top: 340px !important; }
  @media (min-width: 992px) {
    .scene-analytics-intergrate {
      padding-top: 0 !important; } }

.scene-analytics-secondary {
  position: relative; }
  .scene-analytics-secondary:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 720px;
    left: 0;
    right: 0;
    width: 100%;
    height: 902px;
    background-image: url("../../src/images/analytics-secondary.png");
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 13% 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-analytics-secondary:after {
        background-image: url("../../src/images/analytics-secondary@2x.png");
        background-size: 1949px 1042px; } }
    @media (min-width: 992px) {
      .scene-analytics-secondary:after {
        height: 1042px;
        top: 720px;
        background-position: center; } }

.scene-sea {
  position: relative; }
  @media (min-width: 992px) {
    .scene-sea:after {
      content: "";
      position: absolute;
      z-index: -2;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%) translateY(50px);
              transform: translateY(-50%) translateY(50px);
      height: 1420px;
      background-image: url("../../src/images/bg-sea.jpg");
      background-size: cover !important;
      background-position: center;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .scene-sea:after {
      background-image: url("../../src/images/bg-sea@2x.jpg");
      background-size: 100px 100px; } }

.scene-fish {
  position: relative; }
  .scene-fish:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -375px;
    width: 551px;
    height: 413px;
    background-image: url("../../src/images/fish.png");
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-fish:before {
        background-image: url("../../src/images/fish@2x.png");
        background-size: 100px 100px; } }
    @media (min-width: 992px) {
      .scene-fish:before {
        width: 945px;
        height: 696px;
        top: 50%;
        right: -443px;
        left: auto;
        -webkit-transform: translateY(-50%) translateY(50px);
                transform: translateY(-50%) translateY(50px); } }
    @media (min-width: 1200px) {
      .scene-fish:before {
        right: -243px; } }

.scene-ghosts {
  position: relative; }
  .scene-ghosts:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 940px;
    width: 425px;
    height: 580px;
    background-image: url("../../src/images/bg-ghosts.jpg");
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-ghosts:before {
        background-image: url("../../src/images/bg-ghosts@2x.jpg");
        background-size: 100px 100px; } }
    @media (min-width: 992px) {
      .scene-ghosts:before {
        width: 979px;
        height: 1384px;
        top: 50%;
        right: -173px;
        left: auto;
        -webkit-transform: translateY(-50%) translateY(50px);
                transform: translateY(-50%) translateY(50px); } }

.scene-office {
  position: relative; }
  .scene-office:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1278px;
    background-image: url("../../src/images/bg-office.png");
    background-size: cover !important;
    background-position: center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-office:after {
        background-image: url("../../src/images/bg-office@2x.png");
        background-size: 100px 100px; } }

.scene-radial {
  position: relative; }
  .scene-radial:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1410px;
    background-image: url("../../src/images/bg-radial.jpg");
    background-size: cover !important;
    background-position: center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-radial:after {
        background-image: url("../../src/images/bg-radial@2x.jpg");
        background-size: 100px 100px; } }

.scene-treasure {
  position: relative; }
  .scene-treasure:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: -600px;
    right: -688px;
    width: 2021px;
    height: 1515px;
    background-image: url("../../src/images/treasure.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .scene-treasure:after {
        background-image: url("../../src/images/treasure@2x.png");
        background-size: 2021px 1515px; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center; }

figcaption.wp-caption-text {
  margin-bottom: 0 !important; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  margin-bottom: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.content-area {
  /* Text meant only for screen readers. */ }
  .content-area .alignnone {
    margin: 5px 20px 50px 0; }
  .content-area .aligncenter,
  .content-area div.aligncenter {
    display: block;
    margin: 5px auto 50px auto; }
  .content-area .alignright {
    float: right;
    margin: 5px 0 50px 20px; }
  .content-area .alignleft {
    float: left;
    margin: 5px 20px 50px 0; }
  .content-area a img.alignright {
    float: right;
    margin: 5px 0 50px 20px; }
  .content-area a img.alignnone {
    margin: 5px 20px 50px 0; }
  .content-area a img.alignleft {
    float: left;
    margin: 5px 20px 50px 0; }
  .content-area a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content-area .wp-caption {
    max-width: 100%;
    text-align: left; }
  .content-area figcaption.wp-caption-text {
    margin-bottom: 0 !important; }
  .content-area .wp-caption.alignnone {
    margin: 5px 20px 50px 0; }
  .content-area .wp-caption.alignleft {
    margin: 5px 20px 50px 0; }
  .content-area .wp-caption.alignright {
    margin: 5px 0 50px 20px; }
  .content-area .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .content-area .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    margin-bottom: 0; }
  .content-area .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .content-area .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.blocks-gallery-item {
  padding-left: 0 !important;
  list-style: none !important; }
  .blocks-gallery-item:before {
    content: none !important; }

.content-area {
  word-break: break-word; }
  .content-area > * {
    margin-bottom: 34px; }
    .content-area > *:last-child {
      margin-bottom: 0; }
  .content-area h1,
  .content-area h2,
  .content-area h3,
  .content-area h4,
  .content-area h5,
  .content-area h6,
  .content-area .h1,
  .content-area .whr-group,
  .content-area > h1:first-child,
  .content-area > h2:first-child,
  .content-area .h2,
  .content-area .wt-cli-cookie-bar-container .cli-wrapper h5,
  .wt-cli-cookie-bar-container .cli-wrapper .content-area h5,
  .content-area .h3,
  .content-area .h4,
  .content-area .h5,
  .content-area .cli-privacy-overview h4,
  .cli-privacy-overview .content-area h4,
  .content-area .h6 {
    margin-bottom: 14px; }
  .content-area h1,
  .content-area .h1,
  .content-area .whr-group,
  .content-area > h1:first-child,
  .content-area > h2:first-child {
    margin-top: 0;
    margin-bottom: 32px; }
  .content-area h2,
  .content-area .h2,
  .content-area .wt-cli-cookie-bar-container .cli-wrapper h5,
  .wt-cli-cookie-bar-container .cli-wrapper .content-area h5 {
    margin-top: 72px;
    margin-bottom: 30px; }
  .content-area h3,
  .content-area .h3,
  .content-area h4,
  .content-area .h4,
  .content-area h5,
  .content-area .h5,
  .content-area .cli-privacy-overview h4,
  .cli-privacy-overview .content-area h4,
  .content-area h6,
  .content-area .h6 {
    margin-top: 56px; }
  .content-area h2 + h3,
  .content-area .h2 + .h3,
  .content-area .wt-cli-cookie-bar-container .cli-wrapper h5 + .h3,
  .wt-cli-cookie-bar-container .cli-wrapper .content-area h5 + .h3,
  .content-area h3 + h4,
  .content-area .h3 + .h4,
  .content-area h4 + h5,
  .content-area .h4 + .h5,
  .content-area .cli-privacy-overview .h4 + h4,
  .cli-privacy-overview .content-area .h4 + h4,
  .content-area h5 + h6,
  .content-area .h5 + .h6,
  .content-area .cli-privacy-overview h4 + .h6,
  .cli-privacy-overview .content-area h4 + .h6 {
    margin-top: 0 !important; }
  .content-area ul,
  .content-area ol {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .content-area ul ul,
    .content-area ul ol,
    .content-area ol ul,
    .content-area ol ol {
      margin-top: 16px; }
    .content-area ul li,
    .content-area ol li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 16px; }
      .content-area ul li:before,
      .content-area ol li:before {
        content: "•";
        position: absolute;
        left: 0;
        color: #00f4aa;
        font-size: 32px;
        line-height: 1;
        margin-right: 7px;
        top: -2px; }
  .content-area ol {
    counter-reset: ga-counter; }
    .content-area ol li {
      counter-increment: ga-counter; }
      .content-area ol li:before {
        content: counter(ga-counter);
        top: 0;
        font-size: 23px;
        font-weight: 700;
        line-height: 1.2916666667; }
  .content-area .alpha-list {
    counter-reset: gaAlphaList; }
    .content-area .alpha-list li {
      position: relative;
      padding-left: 42px;
      counter-increment: gaAlphaList; }
      .content-area .alpha-list li:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        content: counter(gaAlphaList, lower-alpha);
        position: absolute;
        top: 1px;
        width: 32px;
        height: 32px;
        padding-top: 3px;
        border-radius: 100%;
        color: #151829;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #14f0af; }
  .content-area a:not(.button):not(.wt-cli-privacy-accept-all-btn):not(.cli_setting_save_button) {
    color: #00f4aa;
    text-decoration: underline; }
    .content-area a:not(.button):not(.wt-cli-privacy-accept-all-btn):not(.cli_setting_save_button):focus, .content-area a:not(.button):not(.wt-cli-privacy-accept-all-btn):not(.cli_setting_save_button):hover {
      text-decoration: none; }
  .content-area strong {
    font-weight: 900; }
  .content-area figure {
    margin: 0; }
    .content-area figure figcaption {
      margin-top: 15px;
      font-size: 14px;
      line-height: 1.2857142857;
      text-align: center;
      color: rgba(255, 255, 255, 0.5); }
  .content-area img {
    overflow: hidden;
    border-radius: 12px; }
  .content-area .strong-line, .content-area .whr-group:before, .content-area .whr-dept,
  .content-area .whr-date {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .content-area .strong-line, .content-area .whr-group:before, .content-area .whr-dept,
      .content-area .whr-date {
        margin-top: 80px; } }
  .content-area .wp-caption {
    width: 100% !important;
    max-width: 100%; }
    .content-area .wp-caption img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .content-area blockquote {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 15px;
    padding-left: 64px;
    background-color: #1e2131;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    font-style: italic; }
    @media (min-width: 576px) {
      .content-area blockquote {
        padding: 40px;
        padding-left: 84px; } }
    .content-area blockquote:before {
      content: "“";
      display: block;
      position: absolute;
      top: 10px;
      left: 20px;
      color: #14f0af;
      font-size: 40px;
      font-weight: 700;
      font-style: italic; }
      @media (min-width: 576px) {
        .content-area blockquote:before {
          top: 40px;
          left: 40px; } }
  .content-area code,
  .content-area pre {
    padding: 6px;
    background-color: #1e2131;
    color: rgba(255, 255, 255, 0.5); }
  .content-area pre {
    display: block;
    padding: 24px; }
    @media (min-width: 992px) {
      .content-area pre {
        padding: 40px; } }

.dk-select {
  width: 100%; }

.dk-selected {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 24, 41, 0.05)), to(transparent));
  background-image: linear-gradient(to top, rgba(21, 24, 41, 0.05), transparent);
  padding: 25px 50px 25px 25px; }

.dk-selected:before {
  margin-left: 50px; }

.dk-selected:after {
  border-left: 0; }

.dk-option {
  padding: 12.5px 25px; }

.dk-select-options {
  list-style: none !important; }
  .dk-select-options li {
    margin-bottom: 0 !important; }

.mktoForm,
.hbspt-form {
  width: 100% !important; }
  .mktoForm input[type="radio"],
  .hbspt-form input[type="radio"] {
    height: 0 !important; }
  .mktoForm input[type="radio"] + label::before,
  .hbspt-form input[type="radio"] + label::before {
    width: 19px !important;
    height: 19px !important;
    background-position: 6px 6px !important; }
  .mktoForm .mktoLabel,
  .mktoForm label,
  .hbspt-form .mktoLabel,
  .hbspt-form label {
    color: #ffffff !important;
    width: auto !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important; }
  .mktoForm .mktoForm .mktoRadioList > label,
  .mktoForm .mktoForm .mktoCheckboxList > label,
  .hbspt-form .mktoForm .mktoRadioList > label,
  .hbspt-form .mktoForm .mktoCheckboxList > label {
    margin-bottom: 0 !important; }
  .mktoForm .mktoAsterix,
  .hbspt-form .mktoAsterix {
    color: #ffffff !important; }
  .mktoForm .mktoFieldWrap,
  .hbspt-form .mktoFieldWrap {
    width: 100% !important; }
  .mktoForm .mktoFormCol,
  .hbspt-form .mktoFormCol {
    width: 100% !important;
    margin-bottom: 0 !important; }
  .mktoForm .mktoButtonWrap,
  .hbspt-form .mktoButtonWrap {
    margin-left: 0 !important; }
  .mktoForm .mktoField,
  .mktoForm .hs-input[type="email"],
  .mktoForm .hs-input[type="text"],
  .mktoForm .hs-input[type="number"],
  .hbspt-form .mktoField,
  .hbspt-form .hs-input[type="email"],
  .hbspt-form .hs-input[type="text"],
  .hbspt-form .hs-input[type="number"] {
    width: 100% !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    font-size: 24px !important;
    line-height: 1.3333333333 !important;
    color: #101320 !important; }
  .mktoForm .hs-form-booleancheckbox,
  .hbspt-form .hs-form-booleancheckbox {
    margin-bottom: 20px; }
  .mktoForm .hs-form-booleancheckbox-display,
  .hbspt-form .hs-form-booleancheckbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mktoForm .hs-form-booleancheckbox-display .hs-input[type="checkbox"],
    .hbspt-form .hs-form-booleancheckbox-display .hs-input[type="checkbox"] {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 4px; }
  .mktoForm .hs-richtext,
  .hbspt-form .hs-richtext {
    font-size: 18px; }
  .mktoForm .hs-form-field,
  .hbspt-form .hs-form-field {
    position: relative; }
  .mktoForm .mktoField[type="checkbox"],
  .mktoForm .hs-input[type="checkbox"],
  .hbspt-form .mktoField[type="checkbox"],
  .hbspt-form .hs-input[type="checkbox"] {
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    border-radius: 4px !important;
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .mktoForm .legal-consent-container .hs-form-booleancheckbox-display > span,
  .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 14px; }
  .mktoForm .hs-error-msg,
  .hbspt-form .hs-error-msg {
    color: #ffffff !important; }
  .mktoForm .hs-error-msg,
  .mktoForm .hs-form-booleancheckbox-display,
  .hbspt-form .hs-error-msg,
  .hbspt-form .hs-form-booleancheckbox-display {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5; }
  .mktoForm .mktoButtonRow,
  .mktoForm .actions,
  .hbspt-form .mktoButtonRow,
  .hbspt-form .actions {
    margin-top: 15px !important; }
  .mktoForm .mktoButton,
  .mktoForm .hs-button,
  .hbspt-form .mktoButton,
  .hbspt-form .hs-button {
    cursor: pointer !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    background: #151829 !important;
    border: transparent solid 2px !important;
    border-radius: 4px !important;
    color: white !important;
    text-decoration: none !important;
    text-align: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    font-family: "DINOT", Helvetica, Arial, sans-serif !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    -webkit-transition: ease-in-out, 250ms !important;
    transition: ease-in-out, 250ms !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 16px !important;
    padding-right: 16px !important; }
    @media (min-width: 992px) {
      .mktoForm .mktoButton,
      .mktoForm .hs-button,
      .hbspt-form .mktoButton,
      .hbspt-form .hs-button {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        font-size: 17px !important; } }
    .mktoForm .mktoButton:focus, .mktoForm .mktoButton:hover,
    .mktoForm .hs-button:focus,
    .mktoForm .hs-button:hover,
    .hbspt-form .mktoButton:focus,
    .hbspt-form .mktoButton:hover,
    .hbspt-form .hs-button:focus,
    .hbspt-form .hs-button:hover {
      background-color: #0c0e18 !important;
      color: #ffffff !important; }
  .mktoForm .mktoHtmlText,
  .hbspt-form .mktoHtmlText {
    width: 100% !important;
    color: #ffffff !important; }
  .mktoForm .legal-consent-container,
  .hbspt-form .legal-consent-container {
    margin-top: 32px; }

.mkto-light .mktoButton {
  background-color: #4650f0 !important;
  text-shadow: none !important; }
  .mkto-light .mktoButton:focus, .mkto-light .mktoButton:hover {
    background-color: #2e3aee !important; }

.cli-switch input:checked + .cli-slider {
  background-color: #4650f0; }

.cli-wrapper {
  background: #1e2131; }

.cli-modal-content {
  background: #1e2131; }

.wt-cli-cookie-bar,
.cli-tab-container .cli-row {
  max-height: 100% !important;
  overflow: auto !important; }

.cli-privacy-overview h4 {
  color: #ffffff !important; }

.wt-cli-privacy-accept-all-btn {
  margin: 0 !important; }
  @media (min-width: 768px) {
    .wt-cli-privacy-accept-all-btn {
      margin-right: 20px !important; } }

.cli_setting_save_button {
  margin-left: 0 !important;
  background-color: #4650f0 !important; }

.cli-modal-close {
  cursor: pointer; }
  .cli-modal-close svg {
    fill: #ffffff !important; }

.cli-privacy-readmore {
  color: #ffffff !important; }

.cli-privacy-content-text {
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.5555555556 !important; }

.cli-privacy-overview,
.cli-tab-section-container {
  padding: 0 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  @media (min-width: 992px) {
    .cli-privacy-overview,
    .cli-tab-section-container {
      padding: 0 60px !important; } }

.cli-tab-section-container {
  padding-bottom: 40px !important; }

.cli-necessary-caption {
  color: #ffffff !important; }

.cli-slider {
  background-color: #282c40 !important; }
  .cli-slider:after {
    position: relative;
    top: 2px;
    color: #ffffff !important; }

.cli-switch input:checked + .cli-slider {
  background-color: #4650f0 !important; }

.cli-tab-section-container {
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  color: #ffffff !important; }
  .cli-tab-section-container .cli-tab-content {
    background-color: #222535 !important; }
  .cli-tab-section-container .cli-tab-pane p {
    color: #ffffff !important; }
  .cli-tab-section-container .cli-nav-link {
    font-weight: 700;
    color: #ffffff !important; }
    .cli-tab-section-container .cli-nav-link:before {
      border-color: #ffffff !important; }
  .cli-tab-section-container .cli-tab-header {
    background-color: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

.wt-cli-iframe-placeholder {
  width: 100% !important; }

.cli-modal-content {
  border: none !important;
  border-radius: 12px;
  text-align: left !important;
  padding: 0 !important;
  padding-top: 60px !important;
  color: #ffffff !important;
  max-width: 920px !important; }

.wt-cli-cookie-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  max-width: 1560px; }
  @media (min-width: 992px) {
    .wt-cli-cookie-banner__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 32px 20px; } }

.wt-cli-cookie-banner__left {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 992px) {
    .wt-cli-cookie-banner__left {
      max-width: 248px; } }

.wt-cli-cookie-banner__middle {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .wt-cli-cookie-banner__middle {
      margin-left: 32px;
      margin-right: 26px;
      margin-bottom: 0; } }

.wt-cli-cookie-banner__strong-line {
  margin-bottom: 1px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.2857142857 !important; }

.wt-cli-cookie-banner__title {
  margin-top: 0 !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2777777778; }

.wt-cli-cookie-banner__copy {
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 1.5 !important; }

#cookie-law-info-again {
  background-color: #ffffff !important;
  color: #151829 !important;
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important; }

.wt-cli-cookie-bar-container {
  z-index: 999999; }
  .wt-cli-cookie-bar-container .wt-cli-cookie-bar {
    border: none !important;
    text-align: left !important;
    padding: 0 !important;
    color: #ffffff !important; }
  .wt-cli-cookie-bar-container .wt-cli-cookie-bar__body {
    padding: 20px !important;
    padding-top: 5px !important; }
    @media (min-width: 992px) {
      .wt-cli-cookie-bar-container .wt-cli-cookie-bar__body {
        padding: 60px !important;
        padding-top: 5px !important; } }
  .wt-cli-cookie-bar-container .cli-wrapper h5 {
    margin-top: 50px !important;
    padding-top: 50px !important;
    margin-bottom: 0;
    padding-left: 20px !important;
    padding-right: 20px !important; }
    @media (min-width: 992px) {
      .wt-cli-cookie-bar-container .cli-wrapper h5 {
        padding-top: 60px;
        padding-left: 60px !important;
        padding-right: 60px !important; } }
  .wt-cli-cookie-bar-container .cli-wrapper span {
    font-size: 18px;
    line-height: 1.5555555556; }
  .wt-cli-cookie-bar-container .cli-plugin-main-link {
    display: none !important;
    margin: 0 !important; }
  .wt-cli-cookie-bar-container .cli_settings_button {
    padding: 12px 24px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    text-transform: none !important;
    color: #ffffff !important;
    font-size: 17px !important;
    border-bottom: #4650f0 solid 2px !important; }
    .wt-cli-cookie-bar-container .cli_settings_button:focus, .wt-cli-cookie-bar-container .cli_settings_button:hover {
      border-color: #2e3aee !important; }
  .wt-cli-cookie-bar-container .cookie_action_close_header {
    padding: 12px 24px !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 20px !important;
    background-color: #4650f0 !important;
    border-radius: 4px !important;
    text-transform: none !important;
    font-size: 17px !important; }
    .wt-cli-cookie-bar-container .cookie_action_close_header:focus, .wt-cli-cookie-bar-container .cookie_action_close_header:hover {
      background-color: #2e3aee !important; }
  .wt-cli-cookie-bar-container .cookie_action_close_header_reject {
    margin: 0 !important;
    border-color: #4650f0 !important;
    border-radius: 4px !important; }
    .wt-cli-cookie-bar-container .cookie_action_close_header_reject:focus, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:hover {
      border-color: #2e3aee !important; }
  .wt-cli-cookie-bar-container .cli-tab-footer,
  .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 32px 20px !important;
    background-color: #151829; }
    @media (min-width: 576px) {
      .wt-cli-cookie-bar-container .cli-tab-footer,
      .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 32px 60px !important; } }
    .wt-cli-cookie-bar-container .cli-tab-footer > *,
    .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer > * {
      margin-bottom: 10px !important; }
      @media (min-width: 576px) {
        .wt-cli-cookie-bar-container .cli-tab-footer > *,
        .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer > * {
          margin-right: 30px !important;
          margin-bottom: 0 !important; } }
      .wt-cli-cookie-bar-container .cli-tab-footer > *:last-child,
      .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer > *:last-child {
        margin-bottom: 0 !important;
        margin-right: 0 !important; }

@media (min-width: 992px) {
  body.error404 .menu {
    background-color: transparent; } }

/* class applies to select element itself, not a wrapper element */
.select, .jump-content__select {
  display: block;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 18px 24px;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  border: #383b50 solid 1px;
  border-radius: 4px;
  background-color: transparent;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
  background-image: url("../../src/svg/btn-arrow-down.svg");
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 16px top 50%;
  /* icon size, then gradient */
  background-size: 20px; }
  .select--basic {
    padding: 0 6px;
    padding-right: 20px;
    background-color: transparent;
    background-position: right 5px top 50%;
    border: none;
    border-radius: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625; }
  .select--small, .jump-content__select {
    padding: 8px 22px;
    background-color: #222535;
    border: none;
    border-radius: none;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5; }

/* Hide arrow icon in IE browsers */
.select::-ms-expand, .jump-content__select::-ms-expand {
  display: none; }

/* Hover style */
.select--small:hover, .jump-content__select:hover {
  background-color: #282c40; }

/* Focus style */
.select:focus, .jump-content__select:focus {
  outline-color: #ffffff; }

.select--small:focus, .jump-content__select:focus {
  background-color: #1e2131; }

/* Set options to normal weight */
.select option, .jump-content__select option {
  color: inherit;
  font-weight: 900; }

/* Disabled styles */
.select:disabled, .jump-content__select:disabled,
.select[aria-disabled="true"],
.jump-content__select[aria-disabled="true"] {
  color: graytext; }

.skip-content {
  position: absolute;
  left: 0;
  top: -1000px;
  padding: 17px 16px 13px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: none;
  transition: none; }
  .skip-content:focus {
    top: 0; }

.ref {
  padding: 2px 10px;
  border-radius: 12.5px;
  background-color: rgba(20, 240, 175, 0.3);
  color: #00f4aa;
  text-decoration: none !important; }
  .ref:focus, .ref:hover {
    color: #ffffff !important; }

.content-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .content-wrap__submenu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
    top: 0; }

.two-up {
  display: grid; }
  .two-up > :nth-child(1) {
    margin-bottom: 36px; }
    @media (min-width: 992px) {
      .two-up > :nth-child(1) {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .two-up {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 60px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1200px) {
    .two-up {
      grid-column-gap: 120px; } }
  .two-up--align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .two-up--narrow {
    grid-template-columns: unset;
    grid-column-gap: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
    @media (min-width: 1200px) {
      .two-up--narrow {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 120px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (min-width: 992px) {
    .two-up--large-reverse > :nth-child(1) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .two-up--custom-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column-gap: initial; }
    @media (min-width: 1200px) {
      .two-up--custom-width {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .two-up--custom-width > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 1199.98px) {
        .two-up--custom-width > * {
          width: 100% !important;
          margin-left: 0 !important;
          margin-right: 0 !important; } }
  .two-up--custom-width-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column-gap: initial; }
    @media (min-width: 992px) {
      .two-up--custom-width-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .two-up--custom-width-lg > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 991.98px) {
        .two-up--custom-width-lg > * {
          width: 100% !important;
          margin-left: 0 !important;
          margin-right: 0 !important; } }

.section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  .section:last-of-type {
    padding-bottom: 0; }
  .section .container {
    max-width: 648px; }
    @media (min-width: 768px) {
      .section .container--wide-md {
        max-width: 1408px; } }
    @media (min-width: 992px) {
      .section .container {
        max-width: 1408px; } }
    .section .container--wide {
      max-width: 1520px; }
  .section--overflow-hidden {
    overflow: hidden; }
  .section--close-black {
    background-color: #101321; }

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

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

.button, .wt-cli-privacy-accept-all-btn, .cli_setting_save_button, .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4650f0;
  border: transparent solid 2px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms; }
  .button:focus, .wt-cli-privacy-accept-all-btn:focus, .cli_setting_save_button:focus, .wt-cli-cookie-bar-container .cli_settings_button:focus, .wt-cli-cookie-bar-container .cookie_action_close_header:focus, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:focus, .wp-pagenavi .current:focus,
  .wp-pagenavi .page:focus,
  .wp-pagenavi .first:focus,
  .wp-pagenavi .last:focus,
  .wp-pagenavi .previouspostslink:focus,
  .wp-pagenavi .nextpostslink:focus, .button:hover, .wt-cli-privacy-accept-all-btn:hover, .cli_setting_save_button:hover, .wt-cli-cookie-bar-container .cli_settings_button:hover, .wt-cli-cookie-bar-container .cookie_action_close_header:hover, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:hover, .wp-pagenavi .current:hover,
  .wp-pagenavi .page:hover,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover,
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    background-color: #2e3aee;
    color: #ffffff; }
  .button .icon-container, .wt-cli-privacy-accept-all-btn .icon-container, .cli_setting_save_button .icon-container, .wt-cli-cookie-bar-container .cli_settings_button .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon-container, .wp-pagenavi .current .icon-container, .wp-pagenavi .page .icon-container, .wp-pagenavi .first .icon-container, .wp-pagenavi .last .icon-container, .wp-pagenavi .previouspostslink .icon-container, .wp-pagenavi .nextpostslink .icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -8px;
    margin-right: 8px;
    width: 22px;
    height: 22px; }
  .button .icon, .wt-cli-privacy-accept-all-btn .icon, .cli_setting_save_button .icon, .wt-cli-cookie-bar-container .cli_settings_button .icon, .wt-cli-cookie-bar-container .cookie_action_close_header .icon, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon, .wp-pagenavi .current .icon, .wp-pagenavi .page .icon, .wp-pagenavi .first .icon, .wp-pagenavi .last .icon, .wp-pagenavi .previouspostslink .icon, .wp-pagenavi .nextpostslink .icon {
    fill: #ffffff;
    width: 100%; }
  .button--link {
    cursor: pointer;
    border: none;
    background: transparent;
    color: #14f0af;
    text-decoration: underline; }
    .button--link:focus, .button--link:hover {
      outline-color: #ffffff;
      text-decoration: none; }
  .button, .wt-cli-privacy-accept-all-btn, .cli_setting_save_button, .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink, .button--large {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1; }
    @media (min-width: 992px) {
      .button, .wt-cli-privacy-accept-all-btn, .cli_setting_save_button, .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wp-pagenavi .current,
      .wp-pagenavi .page,
      .wp-pagenavi .first,
      .wp-pagenavi .last,
      .wp-pagenavi .previouspostslink,
      .wp-pagenavi .nextpostslink, .button--large {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 20px; }
        .button .icon-container, .wt-cli-privacy-accept-all-btn .icon-container, .cli_setting_save_button .icon-container, .wt-cli-cookie-bar-container .cli_settings_button .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon-container, .wp-pagenavi .current .icon-container, .wp-pagenavi .page .icon-container, .wp-pagenavi .first .icon-container, .wp-pagenavi .last .icon-container, .wp-pagenavi .previouspostslink .icon-container, .wp-pagenavi .nextpostslink .icon-container, .button--large .icon-container {
          margin-left: -16px;
          margin-right: 16px;
          width: 32px;
          height: 32px;
          margin-top: -8px;
          margin-bottom: -8px; } }
  @media (min-width: 992px) {
    .button--medium {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 24px;
      padding-right: 24px;
      font-size: 17px; }
      .button--medium .icon-container {
        margin-left: -12px;
        margin-right: 12px;
        width: 24px;
        height: 24px; } }
  @media (min-width: 992px) {
    .button--small, .wt-cli-privacy-accept-all-btn, .cli_setting_save_button, .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .cookie_action_close_header_reject {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 16px;
      padding-right: 16px;
      font-size: 17px; }
      .button--small .icon-container, .wt-cli-privacy-accept-all-btn .icon-container, .cli_setting_save_button .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon-container {
        margin-left: -8px;
        margin-right: 8px;
        width: 16px;
        height: 16px; } }
  .button--outline, .wt-cli-privacy-accept-all-btn, .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    background-color: transparent !important;
    border: #4650f0 solid 2px;
    -webkit-transition-property: border-color;
    transition-property: border-color; }
    .button--outline[disabled], .wt-cli-privacy-accept-all-btn[disabled], .wt-cli-cookie-bar-container .cli_settings_button[disabled], .wt-cli-cookie-bar-container .cookie_action_close_header_reject[disabled], .wp-pagenavi .current[disabled],
    .wp-pagenavi .page[disabled],
    .wp-pagenavi .first[disabled],
    .wp-pagenavi .last[disabled],
    .wp-pagenavi .previouspostslink[disabled],
    .wp-pagenavi .nextpostslink[disabled] {
      border: rgba(70, 80, 240, 0.5) solid 2px !important; }
    .button--outline .icon, .wt-cli-privacy-accept-all-btn .icon, .wt-cli-cookie-bar-container .cli_settings_button .icon, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon, .wp-pagenavi .current .icon, .wp-pagenavi .page .icon, .wp-pagenavi .first .icon, .wp-pagenavi .last .icon, .wp-pagenavi .previouspostslink .icon, .wp-pagenavi .nextpostslink .icon {
      fill: #4650f0; }
    .button--outline:focus, .wt-cli-privacy-accept-all-btn:focus, .wt-cli-cookie-bar-container .cli_settings_button:focus, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:focus, .wp-pagenavi .current:focus,
    .wp-pagenavi .page:focus,
    .wp-pagenavi .first:focus,
    .wp-pagenavi .last:focus,
    .wp-pagenavi .previouspostslink:focus,
    .wp-pagenavi .nextpostslink:focus, .button--outline:hover, .wt-cli-privacy-accept-all-btn:hover, .wt-cli-cookie-bar-container .cli_settings_button:hover, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:hover, .wp-pagenavi .current:hover,
    .wp-pagenavi .page:hover,
    .wp-pagenavi .first:hover,
    .wp-pagenavi .last:hover,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
      border-color: #2e3aee; }
  .button--white {
    background-color: #ffffff;
    color: #151829; }
  .button--dark {
    background-color: #151829;
    color: #ffffff; }
    .button--dark:focus, .button--dark:hover {
      background-color: #ffffff;
      color: #151829; }
  .button--white-outline {
    background-color: transparent !important;
    color: #ffffff;
    border: currentColor solid 2px; }
  .button--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .button--full {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto; } }
  .button--loading:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 16px;
    position: relative;
    top: 2px;
    border: #4650f0 dashed 2px;
    border-radius: 100%;
    -webkit-animation: 1s rotate infinite linear;
            animation: 1s rotate infinite linear; }
  .button[disabled], .wt-cli-privacy-accept-all-btn[disabled], .cli_setting_save_button[disabled], .wt-cli-cookie-bar-container .cli_settings_button[disabled], .wt-cli-cookie-bar-container .cookie_action_close_header[disabled], .wt-cli-cookie-bar-container .cookie_action_close_header_reject[disabled], .wp-pagenavi .current[disabled],
  .wp-pagenavi .page[disabled],
  .wp-pagenavi .first[disabled],
  .wp-pagenavi .last[disabled],
  .wp-pagenavi .previouspostslink[disabled],
  .wp-pagenavi .nextpostslink[disabled] {
    cursor: not-allowed; }

.button-set {
  width: 100%; }
  .button-set > * {
    margin-bottom: 16px; }
    @media (min-width: 576px) {
      .button-set > * {
        margin-right: 16px; } }
    @media (min-width: 992px) {
      .button-set > * {
        margin-right: 24px;
        margin-bottom: 0; } }
    .button-set > *:last-child {
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .button-set > *:last-child {
          margin-right: 0; } }

.strong-line, .whr-group:before, .whr-dept,
.whr-date {
  margin-bottom: 16px;
  color: #14f0af;
  font-weight: 600;
  line-height: 1; }
  .strong-line + h1, .whr-group:before + h1, .whr-dept + h1, .whr-date + h1,
  .strong-line + .h1,
  .whr-group:before + .h1,
  .whr-dept + .h1,
  .whr-date + .h1,
  .strong-line + .whr-group,
  .whr-group:before + .whr-group,
  .whr-dept + .whr-group,
  .whr-date + .whr-group,
  .content-area > .strong-line + h1:first-child,
  .content-area > .whr-group:before + h1:first-child,
  .content-area > .whr-dept + h1:first-child,
  .content-area > .whr-date + h1:first-child,
  .content-area > .strong-line + h2:first-child,
  .content-area > .whr-group:before + h2:first-child,
  .content-area > .whr-dept + h2:first-child,
  .content-area > .whr-date + h2:first-child,
  .strong-line + h2,
  .whr-group:before + h2,
  .whr-dept + h2,
  .whr-date + h2,
  .strong-line + .h2,
  .whr-group:before + .h2,
  .whr-dept + .h2,
  .whr-date + .h2,
  .wt-cli-cookie-bar-container .cli-wrapper .strong-line + h5,
  .wt-cli-cookie-bar-container .cli-wrapper .whr-group:before + h5,
  .wt-cli-cookie-bar-container .cli-wrapper .whr-dept + h5,
  .wt-cli-cookie-bar-container .cli-wrapper .whr-date + h5,
  .strong-line + h3,
  .whr-group:before + h3,
  .whr-dept + h3,
  .whr-date + h3,
  .strong-line + .h3,
  .whr-group:before + .h3,
  .whr-dept + .h3,
  .whr-date + .h3,
  .strong-line + h4,
  .whr-group:before + h4,
  .whr-dept + h4,
  .whr-date + h4,
  .strong-line + .h4,
  .whr-group:before + .h4,
  .whr-dept + .h4,
  .whr-date + .h4,
  .strong-line + h5,
  .whr-group:before + h5,
  .whr-dept + h5,
  .whr-date + h5,
  .strong-line + .h5,
  .whr-group:before + .h5,
  .whr-dept + .h5,
  .whr-date + .h5,
  .cli-privacy-overview .strong-line + h4,
  .cli-privacy-overview .whr-group:before + h4,
  .cli-privacy-overview .whr-dept + h4,
  .cli-privacy-overview .whr-date + h4,
  .strong-line + h6,
  .whr-group:before + h6,
  .whr-dept + h6,
  .whr-date + h6,
  .strong-line + .h6,
  .whr-group:before + .h6,
  .whr-dept + .h6,
  .whr-date + .h6 {
    margin-top: 0; }

.menu {
  position: relative;
  z-index: 10001;
  background-color: #151829; }
  .menu__container {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .menu__container {
        padding-left: 20px;
        padding-right: 20px; } }
  .menu__mobile-toggle {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    margin-right: 1em;
    padding: 0;
    background: #1e2131;
    border: none;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    @media (min-width: 768px) {
      .menu__mobile-toggle {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        display: none; } }
    @media only screen and (min-width: 1025px) {
      .menu__mobile-toggle {
        display: none; } }
    .menu__mobile-toggle:focus {
      outline-offset: -2px;
      outline-color: white; }
    .menu__mobile-toggle:focus-within, .menu__mobile-toggle:focus, .menu__mobile-toggle:hover {
      background-color: #222535; }
  .menu__mobile-menu {
    fill: white; }
    .menu__mobile-menu .icon {
      display: block;
      margin: 0 auto; }
  .menu__logo-container {
    margin: 0 auto;
    max-width: 156px;
    -webkit-transition: none !important;
    transition: none !important; }
    @media only screen and (min-width: 360px) {
      .menu__logo-container {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media (min-width: 768px) {
      .menu__logo-container {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        position: relative;
        left: 0;
        -webkit-transform: none;
                transform: none;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  .menu__logo {
    display: block; }
  .menu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .menu__row {
        padding: 40px 0; } }
  .menu__nav-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    top: 60px;
    left: 0;
    right: 0;
    height: calc(100vh - 60px); }
    .menu__nav-container--open {
      pointer-events: initial; }
    @media (min-width: 768px) {
      .menu__nav-container {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: auto;
        pointer-events: initial;
        overflow: visible;
        position: relative;
        top: 0;
        height: auto;
        margin-left: auto;
        padding-left: 40px; } }
  .menu__nav {
    visibility: hidden;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateY(-100%) translateZ(0);
            transform: translateY(-100%) translateZ(0);
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-property: visibility, -webkit-transform;
    transition-property: visibility, -webkit-transform;
    transition-property: transform, visibility;
    transition-property: transform, visibility, -webkit-transform;
    -webkit-transition-delay: 0, 250ms;
            transition-delay: 0, 250ms; }
    .menu__nav .sub-menu .sub-menu {
      display: none; }
    .menu__nav-container--open .menu__nav {
      visibility: visible;
      -webkit-transform: translateY(0) translateZ(0);
              transform: translateY(0) translateZ(0); }
    @media (min-width: 768px) {
      .menu__nav {
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: initial;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none; } }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    background-color: #1e2131;
    list-style: none; }
    @media (min-width: 768px) {
      .menu__list:not(.menu__list--ctas) {
        display: none; } }
    @media only screen and (min-width: 1025px) {
      .menu__list:not(.menu__list--ctas) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 600;
        background-color: transparent; } }
    @media (min-width: 768px) {
      .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 600;
        background-color: transparent; } }
  .menu__list > .menu__item {
    text-align: center; }
    @media (min-width: 768px) {
      .menu__list > .menu__item {
        margin-left: 8px;
        border-radius: 4px; } }
    @media only screen and (min-width: 1400px) {
      .menu__list > .menu__item {
        margin-left: 24px; } }
    .menu__list > .menu__item.current-page-ancestor, .menu__list > .menu__item.current-menu-item, .menu__list > .menu__item--current {
      font-weight: 900; }
      .menu__list > .menu__item.current-page-ancestor .menu__link, .menu__list > .menu__item.current-menu-item .menu__link, .menu__list > .menu__item--current .menu__link {
        background-color: #282c40 !important;
        color: #ffffff; }
        @media (min-width: 768px) {
          .menu__list > .menu__item.current-page-ancestor .menu__link, .menu__list > .menu__item.current-menu-item .menu__link, .menu__list > .menu__item--current .menu__link {
            background-color: #1e2131 !important;
            margin-right: -1px; } }
    .menu__list > .menu__item.menu-item-has-children:focus-within, .menu__list > .menu__item.menu-item-has-children:focus, .menu__list > .menu__item.menu-item-has-children:hover, .menu__list > .menu__item--with-dropdown:focus-within, .menu__list > .menu__item--with-dropdown:focus, .menu__list > .menu__item--with-dropdown:hover {
      background-color: #1e2131; }
      @media (min-width: 992px) {
        .menu__list > .menu__item.menu-item-has-children:focus-within, .menu__list > .menu__item.menu-item-has-children:focus, .menu__list > .menu__item.menu-item-has-children:hover, .menu__list > .menu__item--with-dropdown:focus-within, .menu__list > .menu__item--with-dropdown:focus, .menu__list > .menu__item--with-dropdown:hover {
          border-radius: 4px; } }
      @media (min-width: 992px) {
        .menu__list > .menu__item.menu-item-has-children:focus-within .sub-menu,
        .menu__list > .menu__item.menu-item-has-children:focus-within .menu__dropdown, .menu__list > .menu__item.menu-item-has-children:focus .sub-menu,
        .menu__list > .menu__item.menu-item-has-children:focus .menu__dropdown, .menu__list > .menu__item.menu-item-has-children:hover .sub-menu,
        .menu__list > .menu__item.menu-item-has-children:hover .menu__dropdown, .menu__list > .menu__item--with-dropdown:focus-within .sub-menu,
        .menu__list > .menu__item--with-dropdown:focus-within .menu__dropdown, .menu__list > .menu__item--with-dropdown:focus .sub-menu,
        .menu__list > .menu__item--with-dropdown:focus .menu__dropdown, .menu__list > .menu__item--with-dropdown:hover .sub-menu,
        .menu__list > .menu__item--with-dropdown:hover .menu__dropdown {
          visibility: visible;
          opacity: 1; } }
    .menu__list > .menu__item.menu-item-has-children > .menu__link, .menu__list > .menu__item--with-dropdown > .menu__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .menu__list > .menu__item.menu-item-has-children:focus-within > .menu__link:after, .menu__list > .menu__item.menu-item-has-children:focus > .menu__link:after, .menu__list > .menu__item.menu-item-has-children:hover > .menu__link:after, .menu__list > .menu__item--with-dropdown:focus-within > .menu__link:after, .menu__list > .menu__item--with-dropdown:focus > .menu__link:after, .menu__list > .menu__item--with-dropdown:hover > .menu__link:after {
      border-width: 0 5.5px 6px 5.5px;
      border-color: transparent transparent #ffffff transparent; }
  .menu__item {
    overflow: hidden;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    border-bottom: #151829 solid 1px;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    @media (min-width: 768px) {
      .menu__item {
        font-size: 14px;
        border-bottom: none; } }
    .menu__item:before {
      content: none; }
    .menu__item .current_page_item {
      font-weight: 900; }
  .menu__sep {
    display: none !important;
    width: 1px;
    height: 38px;
    background: #252737; }
    @media (min-width: 768px) {
      .menu__sep {
        display: block !important; } }
  .menu__link {
    display: block;
    padding: 23px 16px;
    line-height: 1;
    color: #ffffff;
    outline-offset: -2px; }
    @media (min-width: 768px) {
      .menu__link {
        padding: 16px;
        color: rgba(255, 255, 255, 0.8); } }
    .menu__link:focus-within, .menu__link:focus, .menu__link:hover {
      background-color: #222535; }
  .menu__button {
    display: inline-block;
    margin: 33px 0;
    font-size: 17px;
    outline-offset: -1px; }
    @media (min-width: 992px) {
      .menu__button {
        margin: 0; } }
  .menu .sub-menu, .menu__dropdown {
    display: none; }
  .menu__skip-content {
    margin-left: 24px;
    left: auto;
    right: 0; }
    @media (min-width: 992px) {
      .menu__skip-content {
        left: 0;
        right: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .menu__tablet {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: auto; }
      .menu__tablet:focus-within .menu__mobile-menu, .menu__tablet:focus .menu__mobile-menu, .menu__tablet:hover .menu__mobile-menu {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .menu__tablet:focus-within .menu__list, .menu__tablet:focus .menu__list, .menu__tablet:hover .menu__list {
        display: block;
        visibility: visible;
        opacity: 1; } }
  .menu__tablet .menu__mobile-menu {
    display: none;
    border: none; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .menu__tablet .menu__mobile-menu {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 16px;
        background-color: #1e2131;
        border-radius: 4px;
        padding: 14px 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .menu__tablet .menu__list {
      display: none;
      position: absolute;
      top: 100%;
      right: 16px;
      opacity: 0;
      -webkit-transition: ease-in-out, 250ms;
      transition: ease-in-out, 250ms;
      background-color: #1e2131;
      min-width: 320px;
      visibility: hidden;
      border-radius: 4px;
      border-top-right-radius: 4px; }
      .menu__tablet .menu__list .menu__link,
      .menu__tablet .menu__list .menu__item {
        margin-left: 0;
        text-align: left !important;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important; }
      .menu__tablet .menu__list .menu__item,
      .menu__tablet .menu__list .dropdown__item {
        text-align: left;
        border-bottom: #151829 solid 1px; }
        .menu__tablet .menu__list .menu__item:focus-within, .menu__tablet .menu__list .menu__item:focus, .menu__tablet .menu__list .menu__item:hover,
        .menu__tablet .menu__list .dropdown__item:focus-within,
        .menu__tablet .menu__list .dropdown__item:focus,
        .menu__tablet .menu__list .dropdown__item:hover {
          background-color: #222535; } }

.submenu {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10000;
  top: 0;
  background-color: #3f48d8;
  color: white; }
  @media (min-width: 1200px) {
    .submenu {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: -92px; } }
  .submenu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 768px) {
      .submenu__container {
        padding: 0 20px;
        padding-right: 0; } }
    @media only screen and (min-width: 1200px) {
      .submenu__container {
        padding: 24px 20px; } }
  .submenu__title {
    display: none;
    margin: 0;
    margin-right: auto;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2857142857; }
    @media (min-width: 768px) {
      .submenu__title {
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 20px; } }
    @media only screen and (min-width: 1200px) {
      .submenu__title {
        margin-right: 0; } }
  .submenu__button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 64px;
    height: 54px;
    margin: 0;
    padding: 0;
    fill: #ffffff;
    background-color: #3f48d8;
    border: none;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    @media (min-width: 768px) {
      .submenu__button {
        width: 111px;
        height: 92px;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      .submenu__button {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0;
        width: 44px;
        padding-right: 0;
        height: auto;
        background-color: transparent !important;
        fill: #222535; } }
    .submenu__button:focus-within, .submenu__button:focus, .submenu__button:hover {
      background-color: #4650f0; }
      @media (min-width: 1200px) {
        .submenu__button:focus-within, .submenu__button:focus, .submenu__button:hover {
          fill: #151829; } }
    @media (max-width: 1199.98px) {
      .submenu--search-open .submenu__button {
        background-color: #4650f0; } }
  .submenu__controls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    font-size: 14px; }
    @media (min-width: 768px) {
      .submenu__controls {
        overflow-x: auto; } }
    @media (min-width: 1200px) {
      .submenu__controls {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: auto;
        margin-left: auto;
        padding-left: 40px; } }
  .submenu__search {
    width: 64px;
    height: 54px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 768px) {
      .submenu__search {
        width: 111px;
        height: 92px; } }
    @media (min-width: 1200px) {
      .submenu__search {
        position: relative;
        width: 100%;
        height: 44px;
        max-width: 287px;
        margin-left: 24px;
        -ms-flex-negative: 1;
            flex-shrink: 1; } }
  @media (min-width: 1200px) {
    .submenu__search-icon {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    .submenu__close-icon {
      display: none !important; } }
  .submenu__input-container {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 64px;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #3f48d8;
    color: white; }
    @media (min-width: 1200px) {
      .submenu__input-container {
        overflow: visible;
        width: 100%;
        position: relative;
        right: 0; } }
    .submenu--search-open .submenu__input-container {
      width: calc(100% - 64px);
      padding-top: 10px;
      padding-left: 24px;
      padding-right: 16px;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        .submenu--search-open .submenu__input-container {
          width: calc(100% - 111px);
          padding-top: 12px;
          padding-bottom: 10px; } }
      @media (min-width: 1200px) {
        .submenu--search-open .submenu__input-container {
          width: auto;
          padding: 0; } }
  .submenu__input {
    width: 100%;
    height: 100%;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2857142857;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: rgba(255, 255, 255, 0.08) solid 1px;
    color: #ffffff;
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 768px) {
      .submenu__input {
        height: auto;
        padding-top: 22px;
        padding-bottom: 6px; } }
    @media (min-width: 1200px) {
      .submenu__input {
        -webkit-transform: none;
                transform: none;
        padding: 12.5px 16px;
        padding-right: 50px;
        background-color: #ffffff;
        color: #151829;
        border-radius: 4px !important;
        font-weight: 400; } }
    .submenu__input:focus {
      outline: none; }
    .submenu__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5);
      font-style: italic;
      opacity: 1; }
      @media (min-width: 1200px) {
        .submenu__input::-webkit-input-placeholder {
          color: #222535;
          font-style: normal; } }
    .submenu__input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5);
      font-style: italic;
      opacity: 1; }
      @media (min-width: 1200px) {
        .submenu__input::-moz-placeholder {
          color: #222535;
          font-style: normal; } }
    .submenu__input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.5);
      font-style: italic;
      opacity: 1; }
      @media (min-width: 1200px) {
        .submenu__input:-ms-input-placeholder {
          color: #222535;
          font-style: normal; } }
    .submenu__input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5);
      font-style: italic;
      opacity: 1; }
      @media (min-width: 1200px) {
        .submenu__input:-moz-placeholder {
          color: #222535;
          font-style: normal; } }
    @media (max-width: 1199.98px) {
      .submenu--search-open .submenu__input {
        -webkit-transform: translateX(0) translateZ(0);
                transform: translateX(0) translateZ(0); } }
  .submenu__nav-container {
    height: 54px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .submenu__nav-container {
        height: 92px; } }
    @media only screen and (min-width: 1200px) {
      .submenu__nav-container {
        height: auto; } }
    @media (min-width: 1200px) {
      .submenu__nav-container {
        margin-left: auto; } }
    .submenu--with-search .submenu__nav-container {
      width: calc(100% - 64px); }
      @media (min-width: 1200px) {
        .submenu--with-search .submenu__nav-container {
          width: auto;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
  .submenu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 74px;
    overflow-y: hidden;
    overflow-x: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#3f48d8), to(#3f48d8)), -webkit-gradient(linear, left top, right top, from(#3f48d8), to(#3f48d8)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #3f48d8, #3f48d8), linear-gradient(to right, #3f48d8, #3f48d8), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: #3f48d8;
    background-size: 16px 100%, 16px 100%, 10px 100%, 10px 100%;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll; }
    @media (min-width: 768px) {
      .submenu__nav {
        height: 112px; } }
    @media only screen and (min-width: 1200px) {
      .submenu__nav {
        height: auto; } }
    @media (min-width: 1200px) {
      .submenu__nav {
        background: none; } }
    .submenu__nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: inherit;
      margin: 0;
      padding: 0;
      padding-bottom: 20px;
      list-style: none; }
      .submenu__nav-list .button, .submenu__nav-list .wt-cli-privacy-accept-all-btn, .submenu__nav-list .cli_setting_save_button, .submenu__nav-list .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .submenu__nav-list .cli_settings_button, .submenu__nav-list .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .submenu__nav-list .cookie_action_close_header, .submenu__nav-list .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wt-cli-cookie-bar-container .submenu__nav-list .cookie_action_close_header_reject, .submenu__nav-list .wp-pagenavi .current, .wp-pagenavi .submenu__nav-list .current,
      .submenu__nav-list .wp-pagenavi .page, .wp-pagenavi .submenu__nav-list .page,
      .submenu__nav-list .wp-pagenavi .first, .wp-pagenavi .submenu__nav-list .first,
      .submenu__nav-list .wp-pagenavi .last, .wp-pagenavi .submenu__nav-list .last,
      .submenu__nav-list .wp-pagenavi .previouspostslink, .wp-pagenavi .submenu__nav-list .previouspostslink,
      .submenu__nav-list .wp-pagenavi .nextpostslink, .wp-pagenavi .submenu__nav-list .nextpostslink {
        font-size: 14px;
        padding: 10px 16px; }
        @media (min-width: 992px) {
          .submenu__nav-list .button, .submenu__nav-list .wt-cli-privacy-accept-all-btn, .submenu__nav-list .cli_setting_save_button, .submenu__nav-list .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .submenu__nav-list .cli_settings_button, .submenu__nav-list .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .submenu__nav-list .cookie_action_close_header, .submenu__nav-list .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wt-cli-cookie-bar-container .submenu__nav-list .cookie_action_close_header_reject, .submenu__nav-list .wp-pagenavi .current, .wp-pagenavi .submenu__nav-list .current,
          .submenu__nav-list .wp-pagenavi .page, .wp-pagenavi .submenu__nav-list .page,
          .submenu__nav-list .wp-pagenavi .first, .wp-pagenavi .submenu__nav-list .first,
          .submenu__nav-list .wp-pagenavi .last, .wp-pagenavi .submenu__nav-list .last,
          .submenu__nav-list .wp-pagenavi .previouspostslink, .wp-pagenavi .submenu__nav-list .previouspostslink,
          .submenu__nav-list .wp-pagenavi .nextpostslink, .wp-pagenavi .submenu__nav-list .nextpostslink {
            padding: 13px 16px; } }
      .submenu__nav-list ~ .submenu__nav-list {
        padding-right: 16px; }
        @media (min-width: 992px) {
          .submenu__nav-list ~ .submenu__nav-list {
            margin-left: 10px; } }
        @media (min-width: 1200px) {
          .submenu__nav-list ~ .submenu__nav-list {
            padding-right: 0; } }
      @media (min-width: 1200px) {
        .submenu__nav-list {
          padding-bottom: 0; } }
    .submenu__nav-item {
      white-space: nowrap;
      margin: 0;
      margin-left: 4px;
      margin-right: 4px;
      border-radius: 4px;
      -webkit-transition: ease-in-out, 250ms;
      transition: ease-in-out, 250ms; }
      @media only screen and (min-width: 1400px) {
        .submenu__nav-item {
          margin-left: 8px;
          margin-right: 8px; } }
      @media (min-width: 1200px) {
        .submenu__nav-item {
          white-space: normal;
          overflow: hidden; } }
      @media (min-width: 1200px) {
        .submenu__nav-item:first-child {
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .submenu__nav-item:last-child {
          margin-left: 0;
          margin-right: 0; } }
      .submenu__nav-item .submenu__nav-item {
        margin: 0 !important; }
      .submenu__nav-item.current-post-parent > a, .submenu__nav-item.current-menu-ancestor > a, .submenu__nav-item.current_page_item > a, .submenu__nav-item.current-menu-item > a, .submenu__nav-item--current > a {
        font-weight: 900; }
      .submenu__nav-item.current-post-parent .submenu__nav-link, .submenu__nav-item.current-menu-ancestor .submenu__nav-link, .submenu__nav-item.current_page_item .submenu__nav-link, .submenu__nav-item.current-menu-item .submenu__nav-link, .submenu__nav-item--current .submenu__nav-link {
        background-color: #4e58f0 !important;
        color: #ffffff; }
      .submenu__nav-item:before {
        content: none; }
      @media (max-width: 991.98px) {
        .submenu__nav-item.menu-item-has-children .sub-menu,
        .submenu__nav-item.menu-item-has-children .submenu__dropdown, .submenu__nav-item--with-dropdown .sub-menu,
        .submenu__nav-item--with-dropdown .submenu__dropdown {
          display: none; } }
      .submenu__nav-item.menu-item-has-children:focus-within, .submenu__nav-item.menu-item-has-children:focus, .submenu__nav-item.menu-item-has-children:hover, .submenu__nav-item--with-dropdown:focus-within, .submenu__nav-item--with-dropdown:focus, .submenu__nav-item--with-dropdown:hover {
        background-color: #4e58f0; }
        @media (min-width: 1200px) {
          .submenu__nav-item.menu-item-has-children:focus-within, .submenu__nav-item.menu-item-has-children:focus, .submenu__nav-item.menu-item-has-children:hover, .submenu__nav-item--with-dropdown:focus-within, .submenu__nav-item--with-dropdown:focus, .submenu__nav-item--with-dropdown:hover {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; } }
        .submenu__nav-item.menu-item-has-children:focus-within .sub-menu,
        .submenu__nav-item.menu-item-has-children:focus-within .submenu__dropdown, .submenu__nav-item.menu-item-has-children:focus .sub-menu,
        .submenu__nav-item.menu-item-has-children:focus .submenu__dropdown, .submenu__nav-item.menu-item-has-children:hover .sub-menu,
        .submenu__nav-item.menu-item-has-children:hover .submenu__dropdown, .submenu__nav-item--with-dropdown:focus-within .sub-menu,
        .submenu__nav-item--with-dropdown:focus-within .submenu__dropdown, .submenu__nav-item--with-dropdown:focus .sub-menu,
        .submenu__nav-item--with-dropdown:focus .submenu__dropdown, .submenu__nav-item--with-dropdown:hover .sub-menu,
        .submenu__nav-item--with-dropdown:hover .submenu__dropdown {
          visibility: visible;
          opacity: 1; }
      .submenu__nav-item.menu-item-has-children > .submenu__nav-link, .submenu__nav-item--with-dropdown > .submenu__nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 1200px) {
          .submenu__nav-item.menu-item-has-children > .submenu__nav-link:after, .submenu__nav-item--with-dropdown > .submenu__nav-link:after {
            content: "";
            width: 0;
            height: 0;
            margin-left: 14px;
            border-style: solid;
            border-width: 6px 5.5px 0 5.5px;
            border-color: #ffffff transparent transparent transparent; } }
      @media (min-width: 1200px) {
        .submenu__nav-item.menu-item-has-children:focus-within, .submenu__nav-item.menu-item-has-children:focus, .submenu__nav-item.menu-item-has-children:hover, .submenu__nav-item--with-dropdown:focus-within, .submenu__nav-item--with-dropdown:focus, .submenu__nav-item--with-dropdown:hover {
          border-bottom-left-radius: 0; } }
      @media (min-width: 1200px) {
        .submenu__nav-item.menu-item-has-children:focus-within > .submenu__nav-link:after, .submenu__nav-item.menu-item-has-children:focus > .submenu__nav-link:after, .submenu__nav-item.menu-item-has-children:hover > .submenu__nav-link:after, .submenu__nav-item--with-dropdown:focus-within > .submenu__nav-link:after, .submenu__nav-item--with-dropdown:focus > .submenu__nav-link:after, .submenu__nav-item--with-dropdown:hover > .submenu__nav-link:after {
          border-width: 0 5.5px 6px 5.5px;
          border-color: transparent transparent #ffffff transparent; } }
    .submenu__nav-link {
      display: block;
      padding: 12px 16px;
      line-height: 1;
      outline-offset: -2px;
      white-space: nowrap;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.8);
      border-radius: 4px; }
      .submenu__nav-link-focus-within, .submenu__nav-link:focus, .submenu__nav-link:hover {
        color: #ffffff; }
      @media (min-width: 1200px) {
        .submenu__nav-link {
          padding: 15px 16px; } }
  .submenu__sep {
    display: none !important;
    width: 1px;
    height: 38px;
    margin-right: 2px !important;
    background: rgba(255, 255, 255, 0.2); }
    @media (min-width: 768px) {
      .submenu__sep {
        display: block !important; } }
  .submenu .sub-menu, .submenu__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    opacity: 0;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms;
    visibility: hidden; }
    @media (min-width: 1200px) {
      .submenu .sub-menu, .submenu__dropdown {
        display: block; } }
    .submenu .sub-menu .menu__item,
    .submenu .sub-menu .dropdown__item, .submenu__dropdown .menu__item,
    .submenu__dropdown .dropdown__item {
      border-bottom: #4851e7 solid 1px; }
      .submenu .sub-menu .menu__item:focus-within, .submenu .sub-menu .menu__item:focus, .submenu .sub-menu .menu__item:hover,
      .submenu .sub-menu .dropdown__item:focus-within,
      .submenu .sub-menu .dropdown__item:focus,
      .submenu .sub-menu .dropdown__item:hover, .submenu__dropdown .menu__item:focus-within, .submenu__dropdown .menu__item:focus, .submenu__dropdown .menu__item:hover,
      .submenu__dropdown .dropdown__item:focus-within,
      .submenu__dropdown .dropdown__item:focus,
      .submenu__dropdown .dropdown__item:hover {
        background-color: #4851e7; }
    .submenu .sub-menu .sub-menu__nav-item, .submenu__dropdown .sub-menu__nav-item {
      margin-left: 0;
      margin-right: 0; }

.sub-menu,
.dropdown {
  width: 320px;
  max-width: 320px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: inherit;
  border-radius: 4px;
  border-top-left-radius: 0;
  text-align: left; }
  @media only screen and (max-width: 340px) {
    .sub-menu,
    .dropdown {
      width: 100%; } }
  .sub-menu .menu__item, .sub-menu__item,
  .dropdown .menu__item,
  .dropdown__item {
    margin-bottom: 0;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    .sub-menu .menu__item:last-child, .sub-menu__item:last-child,
    .dropdown .menu__item:last-child,
    .dropdown__item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .sub-menu .menu__item:before, .sub-menu__item:before,
    .dropdown .menu__item:before,
    .dropdown__item:before {
      content: none; }
  .sub-menu .menu__item a, .sub-menu__link,
  .dropdown .menu__item a,
  .dropdown__link {
    display: block;
    padding: 14px 16px; }

.screenshot {
  -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2); }

.cta-bar {
  position: relative;
  color: white; }
  .cta-bar__inner {
    margin-top: -100px;
    margin-bottom: -100px;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden; }
  .cta-bar__inner-container {
    background-color: #4650f0; }
    .cta-bar--off-black .cta-bar__inner-container {
      background-color: #1e2131; }
    .cta-bar--small .cta-bar__inner-container {
      background-color: #222535; }
  .cta-bar--fixed-bottom {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0; }
  .cta-bar__container {
    position: relative;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .cta-bar__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        min-height: 224px;
        padding-top: 0;
        padding-bottom: 0; } }
    .cta-bar--small .cta-bar__container {
      max-width: 1400px;
      min-height: 106px; }
      @media (min-width: 1200px) {
        .cta-bar--small .cta-bar__container {
          padding-left: 245px; } }
    @media (min-width: 992px) {
      .cta-bar--with-gems .cta-bar__container:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translateX(-108px) translateY(-50%);
                transform: translateX(-108px) translateY(-50%);
        width: 31vw;
        height: 23vw;
        max-height: 349px;
        max-width: 480px;
        background-image: url("../../src/images/gems--color.png");
        background-size: cover !important; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .cta-bar--with-gems .cta-bar__container:after {
      background-image: url("../../src/images/gems--color@2x.png");
      background-size: 480px 349px; } }
    @media (min-width: 992px) {
      .cta-bar--with-gems.cta-bar--off-black .cta-bar__container:after {
        background-image: url("../../src/images/gems--mute.png"); } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .cta-bar--with-gems.cta-bar--off-black .cta-bar__container:after {
      background-image: url("../../src/images/gems--mute@2x.png");
      background-size: 480px 349px; } }
  .cta-bar__header {
    margin-bottom: 32px; }
    .cta-bar--small .cta-bar__header {
      margin-bottom: 10px; }
    @media (min-width: 992px) {
      .cta-bar__header {
        margin-bottom: 0; } }
  .cta-bar__title {
    margin: 0;
    padding-right: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    font-size: 42px;
    font-weight: 900; }
    .cta-bar--small .cta-bar__title {
      font-size: 18px;
      line-height: 1.2777777778; }
  .cta-bar--small .cta-bar__copy {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.2857142857; }
    @media (min-width: 992px) {
      .cta-bar--small .cta-bar__copy {
        margin-left: 40px;
        margin-bottom: 0; } }
  .cta-bar__content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .cta-bar--small .cta-bar__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .cta-bar--small .cta-bar__content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  .cta-bar__strong-line {
    margin: 0;
    margin-bottom: 5px; }
    .cta-bar--small .cta-bar__strong-line {
      font-size: 14px;
      line-height: 1.2857142857; }

.footer {
  padding-top: 40px;
  padding-bottom: 34px;
  background: #1e2131;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.6666666667em; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 74px; } }
  .footer__title {
    font-size: 1em;
    font-weight: 700; }
  .footer__legal {
    margin-top: 5em;
    text-align: center; }
  .footer__small {
    font-size: 1em; }
  .footer__credentials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__cert {
    margin-left: 1.375em; }
  .footer__cert-img {
    display: block; }
  .footer__row {
    max-width: 320px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .footer__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 100%; } }
  .footer__cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 20px;
    width: 100%;
    margin-top: 33px; }
    @media (min-width: 992px) {
      .footer__cols {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .footer__cols {
        grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1200px) {
    .footer__col {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 147px;
      margin-left: auto; } }
  .footer__col--excerpt {
    max-width: 500px;
    margin-left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 992px) {
      .footer__col--excerpt {
        margin-right: 200px; } }
  .footer__desc {
    max-width: 320px;
    margin-top: 16px;
    margin-bottom: 16px; }
  .footer__language-switcher {
    margin-bottom: 32px; }
  .footer__social-icons {
    margin-top: 24px;
    margin-bottom: 24px;
    fill: #14f0af; }

.titled-list__title {
  margin-top: 0.5em;
  margin-bottom: 1.1em;
  font-size: 1em; }

.titled-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.625; }
  .titled-list__list .menu-item:before {
    content: none; }

.titled-list__item {
  margin: 0; }
  .titled-list__item:before {
    content: none; }

.social-icons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-icons--vertical .social-icons__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media only screen and (min-width: 1480px) {
    .share-icons--single .social-icons__list,
    .social-icons--single .social-icons__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.social-icons__item {
  margin: 0;
  margin-right: 20px;
  fill: #14f0af; }
  .social-icons--vertical .social-icons__item {
    margin-right: 0;
    margin-bottom: 31px; }
  @media only screen and (min-width: 1480px) {
    .share-icons--single .social-icons__item,
    .social-icons--single .social-icons__item {
      margin-right: 0;
      margin-bottom: 31px; } }
  .social-icons__item:last-of-type {
    margin-right: 0;
    margin-bottom: 0; }
  .social-icons__item:before {
    content: none; }

.social-icons__link {
  display: block;
  width: 30px; }
  .social-icons__link:focus, .social-icons__link:hover {
    fill: white; }

.social-icons__icon {
  display: block !important; }

.social-icons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-icons--vertical .social-icons__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media only screen and (min-width: 1480px) {
    .social-icons--single .social-icons__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.social-icons__item {
  margin: 0;
  margin-right: 20px;
  fill: #14f0af; }
  .social-icons--vertical .social-icons__item {
    margin-right: 0;
    margin-bottom: 31px; }
  @media only screen and (min-width: 1480px) {
    .social-icons--single .social-icons__item {
      margin-right: 0;
      margin-bottom: 31px; } }
  .social-icons__item:last-of-type {
    margin-right: 0;
    margin-bottom: 0; }
  .social-icons__item:before {
    content: none; }

.social-icons__link:focus, .social-icons__link:hover {
  fill: white; }

.social-icons__icon {
  display: block !important; }

.hero {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff; }
  @media (min-width: 992px) {
    .hero {
      padding-top: 0;
      padding-bottom: 0; } }
  .hero ~ .section {
    position: relative; }
  .hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 80%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0c26+1,272a58+100 */
    background: #0b0c26;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #0b0c26), to(#272a58));
    background: linear-gradient(to right, #0b0c26 1%, #272a58 100%); }
  .hero--standard {
    margin-bottom: -24px;
    background-color: #101321; }
    @media (min-width: 992px) {
      .hero--standard {
        margin-bottom: -68px; } }
    .hero--standard:before {
      content: none !important; }
  .hero--basic {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0; }
    .hero--basic:before {
      content: none !important; }
  .hero--hard-edge, .hero--soft-edge, .hero--soft-edge-blog {
    padding-bottom: 0; }
    @media (min-width: 1200px) {
      .hero--hard-edge .hero__image-container:before, .hero--soft-edge .hero__image-container:before, .hero--soft-edge-blog .hero__image-container:before {
        content: none !important; } }
  .hero--hard-edge--no-radial:before {
    background-image: none !important; }
  .hero--hard-edge:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    background-image: url("../../src/images/bg-radial-2.png");
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50% 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .hero--hard-edge:before {
        background-image: url("../../src/images/bg-radial-2@2x.png");
        background-size: 1786px 700px; } }
    @media (min-width: 992px) {
      .hero--hard-edge:before {
        left: auto;
        background-position: 0;
        background-size: 1786px 700px !important;
        width: 1786px; } }
  .hero--hard-edge:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 41, 0)), to(#151829));
    background: linear-gradient(to bottom, rgba(21, 24, 41, 0) 0%, #151829 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00151829', endColorstr='#151829',GradientType=0 );
    /* IE6-9 */ }
    @media (min-width: 992px) {
      .hero--hard-edge:after {
        content: none; } }
  @media only screen and (min-width: 1920px) {
    .hero--hard-edge:after {
      content: "" !important;
      pointer-events: none;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: auto;
      height: auto;
      right: 0;
      width: 400px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&0+0,1+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(21, 24, 41, 0)), to(#151829));
      background: linear-gradient(to right, rgba(21, 24, 41, 0) 0%, #151829 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00151829', endColorstr='#151829',GradientType=1 );
      /* IE6-9 */ } }
  .hero--soft-edge-blog {
    margin-bottom: -128px; }
    @media (min-width: 992px) {
      .hero--soft-edge-blog {
        margin-bottom: -200px;
        height: 900px; } }
    .hero--soft-edge-blog:before {
      content: "" !important;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      opacity: 100%;
      right: 0;
      background-image: url("../../src/images/mobile-radial-3.png");
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .hero--soft-edge-blog:before {
          background-image: url("../../src/images/mobile-radial-3@2x.png");
          background-size: 375px 540px; } }
      @media (min-width: 992px) {
        .hero--soft-edge-blog:before {
          position: absolute;
          top: 0;
          right: auto;
          bottom: 0;
          left: 0;
          height: auto;
          width: 1920px;
          z-index: 1;
          opacity: 1;
          background-image: url("../../src/images/bg-radial-3.png");
          background-size: 1920px 900px !important;
          background-repeat: no-repeat;
          background-position: 0; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .hero--soft-edge-blog:before {
      background-image: url("../../src/images/bg-radial-3@2x.png");
      background-size: 1920px 900px; } }
    @media only screen and (min-width: 1920px) {
      .hero--soft-edge-blog:after {
        content: "" !important;
        pointer-events: none;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: auto;
        height: auto;
        right: 0;
        width: 400px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&0+0,1+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(rgba(21, 24, 41, 0)), to(#151829));
        background: linear-gradient(to right, rgba(21, 24, 41, 0) 0%, #151829 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00151829', endColorstr='#151829',GradientType=1 );
        /* IE6-9 */ } }
  .hero--soft-edge {
    margin-bottom: -128px; }
    .hero--soft-edge:before {
      content: none !important; }
    @media (min-width: 992px) {
      .hero--soft-edge {
        margin-bottom: -200px;
        height: 900px; } }
    @media only screen and (min-width: 1920px) {
      .hero--soft-edge:after {
        content: "" !important;
        pointer-events: none;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: auto;
        height: auto;
        right: 0;
        width: 400px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&0+0,1+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(rgba(21, 24, 41, 0)), to(#151829));
        background: linear-gradient(to right, rgba(21, 24, 41, 0) 0%, #151829 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00151829', endColorstr='#151829',GradientType=1 );
        /* IE6-9 */ } }
  .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1568px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px; }
    @media (min-width: 992px) {
      .hero__container {
        height: 700px;
        padding-top: 68px;
        padding-bottom: 70px; } }
    @media (min-width: 1200px) {
      .hero__container {
        padding-top: 160px; } }
    .hero--standard .hero__container {
      padding-top: 40px; }
      @media (min-width: 992px) {
        .hero--standard .hero__container {
          height: 389px;
          padding-top: 99px; } }
    .hero--basic .hero__container {
      height: auto !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      @media (min-width: 992px) {
        .hero--basic .hero__container {
          text-align: center; } }
    @media only screen and (min-width: 1920px) {
      .hero--wider-content .hero__container:before {
        pointer-events: none;
        position: absolute;
        z-index: 1;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        width: 80px;
        background: #151829;
        background: -webkit-gradient(linear, right top, left top, from(rgba(21, 24, 41, 0)), to(#151829));
        background: linear-gradient(270deg, rgba(21, 24, 41, 0) 0%, #151829 100%); } }
    @media only screen and (min-width: 1920px) {
      .hero--wider-content .hero__container:after {
        pointer-events: none;
        position: absolute;
        z-index: 1;
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        width: 80px;
        background: #151829;
        background: -webkit-gradient(linear, left top, right top, from(rgba(21, 24, 41, 0)), to(#151829));
        background: linear-gradient(90deg, rgba(21, 24, 41, 0) 0%, #151829 100%); } }
    @media (min-width: 992px) {
      .hero--hard-edge .hero__container,
      .hero--soft-edge .hero__container,
      .hero--soft-edge-blog .hero__container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .hero__content {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    text-align: center; }
    .hero--basic .hero__content,
    .hero--hard-edge .hero__content,
    .hero--soft-edge .hero__content,
    .hero--soft-edge-blog .hero__content {
      text-align: left; }
      @media (min-width: 992px) {
        .hero--basic .hero__content,
        .hero--hard-edge .hero__content,
        .hero--soft-edge .hero__content,
        .hero--soft-edge-blog .hero__content {
          margin: 0; } }
  .hero__max-content {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .hero__max-content {
        max-width: 640px; } }
    @media (min-width: 992px) {
      .hero--hard-edge .hero__max-content,
      .hero--soft-edge .hero__max-content,
      .hero--soft-edge-blog .hero__max-content {
        max-width: 700px; } }
  .hero__ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px; }
    .hero--basic .hero__ctas {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    @media (min-width: 992px) {
      .hero__ctas {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 40px; } }
    .hero__ctas--left {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; }
    .hero__ctas--center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; }
  .hero__strong-line, .whr-group:before {
    margin: 0;
    margin-bottom: 12px !important;
    padding: 0; }
    @media (min-width: 992px) {
      .hero__strong-line, .whr-group:before {
        margin-bottom: 15px !important; } }
  .hero__title {
    max-width: 608px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 992px) {
      .hero__title {
        margin-left: auto;
        margin-right: auto; } }
    .hero--wider-content .hero__title {
      max-width: 900px; }
    .hero--align-left .hero__title {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .hero__desc {
    max-width: 608px;
    margin: 0;
    margin-top: 30px;
    padding: 0; }
    .hero--wider-content .hero__desc {
      max-width: 900px; }
    .hero--basic .hero__desc {
      margin-left: auto;
      margin-right: auto; }
    .hero--full .hero__desc {
      max-width: 100%; }
    .hero__desc--left {
      text-align: left; }
    .hero__desc :last-of-type {
      margin-bottom: 0; }
  .hero__button {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (min-width: 992px) {
      .hero__button {
        margin-right: 24px; } }
    .hero__button:last-of-type {
      margin-right: 0; }
  .hero__image {
    display: block; }
    .hero--soft-edge-blog .hero__image {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50%;
         object-position: 50%; }
      @media (min-width: 992px) {
        .hero--soft-edge-blog .hero__image {
          left: 0;
          -webkit-transform: none;
                  transform: none;
          -o-object-position: 0 0;
             object-position: 0 0;
          transform: none; } }
  .hero__image-container {
    overflow: hidden;
    position: relative;
    width: auto;
    height: 100%; }
    .hero--hard-edge .hero__image-container,
    .hero--soft-edge .hero__image-container,
    .hero--soft-edge-blog .hero__image-container {
      margin-top: -80px;
      margin-left: -24px;
      margin-right: -24px; }
    @media (min-width: 992px) {
      .hero--hard-edge .hero__image-container,
      .hero--soft-edge .hero__image-container,
      .hero--soft-edge-blog .hero__image-container {
        position: static;
        overflow: visible;
        width: 100%;
        margin: 0; } }
  .hero__image-wrapper {
    display: block;
    position: relative;
    height: auto; }
    .hero__image-wrapper:before {
      content: "" !important;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 60px;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&1+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#151829), to(rgba(21, 24, 41, 0)));
      background: linear-gradient(to bottom, #151829 0%, rgba(21, 24, 41, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151829', endColorstr='#00151829',GradientType=0 );
      /* IE6-9 */ }
    @media (max-width: 991.98px) {
      .hero__image-wrapper {
        width: 140% !important;
        max-width: 140%; } }
    @media (max-width: 575.98px) {
      .hero__image-wrapper {
        width: 190% !important;
        max-width: 190%; } }
    .hero--hard-edge .hero__image-wrapper {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 992px) {
        .hero--hard-edge .hero__image-wrapper {
          position: absolute;
          max-width: 100%;
          left: auto;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          margin-top: 0; } }
    .hero--soft-edge .hero__image-wrapper {
      left: 50%;
      -webkit-transform: translateX(-50%) translateX(-100px);
              transform: translateX(-50%) translateX(-100px); }
      @media (min-width: 992px) {
        .hero--soft-edge .hero__image-wrapper {
          position: absolute;
          max-width: 100%;
          left: auto;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          margin-top: 0; } }
    .hero--soft-edge-blog .hero__image-wrapper {
      left: 50%;
      top: 0;
      bottom: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 992px) {
        .hero--soft-edge-blog .hero__image-wrapper {
          position: absolute;
          max-width: 100%;
          left: auto;
          right: 0;
          top: 0;
          margin-top: 0;
          -webkit-transform: none;
                  transform: none; } }
  .hero__col2 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) {
      .hero__col2 {
        left: 50%; } }

.hero-supplement {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  height: 128px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .hero-supplement {
      height: 200px; } }

.testimonials-gallery {
  position: relative; }
  .testimonials-gallery {
    height: 61px;
    overflow: hidden; }
    .testimonials-gallery__list {
      padding-bottom: 30px !important; }
  .testimonials-gallery:before, .testimonials-gallery:after {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 64px; }
  .testimonials-gallery:before {
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15182a+0,15182a+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#15182a), to(rgba(21, 24, 42, 0)));
    background: linear-gradient(to right, #15182a 0%, rgba(21, 24, 42, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .testimonials-gallery:after {
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15182a+0,15182a+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(21, 24, 42, 0)), to(#15182a));
    background: linear-gradient(to right, rgba(21, 24, 42, 0) 0%, #15182a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .testimonials-gallery__list {
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  .testimonials-gallery__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 16px;
    margin-right: 16px; }
    @media (min-width: 768px) {
      .testimonials-gallery__item {
        margin-left: 32px;
        margin-right: 32px; } }
    .testimonials-gallery__item:before {
      content: none; }
  .testimonials-gallery__image {
    opacity: 0.5;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    .testimonials-gallery__image:focus, .testimonials-gallery__image:hover {
      opacity: 1; }
  .testimonials-gallery__button {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent; }

.testimonials-gallery-down-arrow {
  position: relative;
  margin-top: -10px; }
  .testimonials-gallery-down-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #1e2131 transparent transparent transparent; }

.logo-carousel__image {
  display: block;
  opacity: 0.5;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms; }
  .logo-carousel__image:focus, .logo-carousel__image:hover {
    opacity: 1; }

.tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle; }

.tns-ovh {
  position: relative;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto; }
  .tns-ovh:before, .tns-ovh:after {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 64px; }
  .tns-ovh:before {
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15182a+0,15182a+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#15182a), to(rgba(21, 24, 42, 0)));
    background: linear-gradient(to right, #15182a 0%, rgba(21, 24, 42, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .tns-ovh:after {
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15182a+0,15182a+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(21, 24, 42, 0)), to(#15182a));
    background: linear-gradient(to right, rgba(21, 24, 42, 0) 0%, #15182a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.text-image-block__strong-line {
  margin: 0;
  margin-bottom: 16px !important; }

.text-image-block__title {
  margin: 0;
  margin-bottom: 32px; }

@media (min-width: 768px) {
  .text-image-block__col--text {
    width: 620px; } }

.text-image-block__col--reverse:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.text-image-block__col--reverse:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media (max-width: 991.98px) {
  .text-image-block__col--reverse-small:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0; } }

@media (max-width: 991.98px) {
  .text-image-block__col--reverse-small:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 36px; } }

.text-image-block--responsive .text-image-block__col {
  width: 100% !important; }

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

.text-image-block__cta {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .text-image-block__cta {
      margin-top: 40px; } }

.text-image-block__image img {
  display: block; }

.text-image-block__image--left {
  float: right; }
  .text-image-block--responsive .text-image-block__image--left {
    width: calc(53.0208333333vw - 48px);
    margin-left: calc(-1 * 53.0208333333vw - 48px); }
    @media (min-width: 1200px) {
      .text-image-block--responsive .text-image-block__image--left {
        width: calc(53.0208333333vw - 108px);
        margin-left: calc(-1 * 53.0208333333vw - 108px); } }

.text-image-block__image--right {
  float: left; }
  .text-image-block--responsive .text-image-block__image--right {
    width: calc(53.0208333333vw - 48px);
    margin-right: calc(-1 * 53.0208333333vw - 48px); }
    @media (min-width: 1200px) {
      .text-image-block--responsive .text-image-block__image--right {
        width: calc(53.0208333333vw - 108px);
        margin-right: calc(-1 * 53.0208333333vw - 108px); } }

@media (max-width: 991.98px) {
  .text-image-block__image {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important; } }

.text-image-block__report-image {
  display: block;
  margin-top: -5%;
  margin-bottom: -16%; }

.text-icon-block {
  position: relative;
  padding-top: 65px;
  color: #ffffff; }
  @media (min-width: 992px) {
    .text-icon-block {
      padding-top: 56px; } }
  .text-icon-block--fixed-wide {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto; }
  .text-icon-block__container {
    background: rgba(30, 33, 49, 0.7);
    border-radius: 12px; }
    .text-icon-block--image .text-icon-block__container {
      overflow: hidden; }
    @media (max-width: 767.98px) {
      .text-icon-block--no-radius-d-sm .text-icon-block__container {
        border-radius: 0; } }
  .text-icon-block__inner {
    padding-left: 24px;
    padding-right: 24px; }
    @media (min-width: 992px) {
      .text-icon-block__inner {
        padding-left: 78px;
        padding-right: 78px; } }
    .text-icon-block--timeline .text-icon-block__inner {
      padding: 0; }
      @media (min-width: 992px) {
        .text-icon-block--timeline .text-icon-block__inner {
          padding-right: 78px; } }
    .text-icon-block--image .text-icon-block__inner {
      padding: 0; }
  .text-icon-block__icon-container {
    float: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 160px;
    height: 160px;
    margin-top: -65px;
    padding: 5px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #4650f0; }
    @media (min-width: 992px) {
      .text-icon-block__icon-container {
        width: 200px;
        height: 200px;
        margin-top: -56px;
        padding: 20px; } }
    .text-icon-block--timeline .text-icon-block__icon-container {
      margin-left: 24px; }
      @media (min-width: 992px) {
        .text-icon-block--timeline .text-icon-block__icon-container {
          margin-left: 78px; } }
    .text-icon-block--image .text-icon-block__icon-container {
      position: absolute;
      left: 24px; }
      @media (min-width: 992px) {
        .text-icon-block--image .text-icon-block__icon-container {
          left: 80px; } }
    .text-icon-block__icon-container--full {
      padding: 0 !important; }
  .text-icon-block__icon {
    max-width: 100%;
    height: auto; }
    .text-icon-block__icon--full {
      width: 100%; }
  .text-icon-block__content {
    clear: both;
    padding-top: 32px; }
    @media (min-width: 992px) {
      .text-icon-block__content {
        padding-top: 56px; } }
    .text-icon-block--image .text-icon-block__content {
      padding-top: 0; }
  @media (min-width: 992px) {
    .text-icon-block--two-cols .text-icon-block__cols {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 120px;
              column-gap: 120px; } }
  @media (min-width: 992px) {
    .text-icon-block--two-up .text-icon-block__cols {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 120px; } }
  @media (min-width: 992px) {
    .text-icon-block--timeline .text-icon-block__cols {
      display: grid;
      grid-template-columns: minmax(320px, 698px) minmax(auto, 691px);
      grid-gap: 48px; } }
  .text-icon-block__cols :first-of-type {
    margin-top: 0; }
  .text-icon-block__col {
    margin-bottom: 45px; }
    .text-icon-block--timeline .text-icon-block__col {
      padding-left: 24px;
      padding-right: 24px; }
      @media (min-width: 992px) {
        .text-icon-block--timeline .text-icon-block__col {
          padding-left: 78px;
          padding-right: 78px; } }
    .text-icon-block__col--slider {
      overflow: hidden;
      padding: 0 !important; }
    .text-icon-block__col:last-child {
      margin-bottom: 0; }
  .text-icon-block__title {
    margin: 0;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.28125;
    color: #14f0af; }
  .text-icon-block__footer {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #1e2131;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: 900; }
    @media (min-width: 992px) {
      .text-icon-block__footer {
        padding-left: 0;
        padding-right: 0; } }
    .text-icon-block--image .text-icon-block__footer {
      margin-top: 0; }
    .text-icon-block__footer-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 992px) {
        .text-icon-block__footer-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .text-icon-block__footer-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      margin-bottom: 24px; }
      @media (min-width: 992px) {
        .text-icon-block__footer-item {
          margin-bottom: 0;
          padding-left: 45px;
          padding-right: 45px; } }
      .text-icon-block__footer-item:last-of-type {
        margin-bottom: 0; }
      .text-icon-block__footer-item:before {
        content: none; }
    .text-icon-block__footer-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      margin-right: 16px;
      fill: #14f0af;
      background: #252737;
      border-radius: 4px;
      padding: 4px; }
  .text-icon-block__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.icon-block {
  position: relative;
  padding-top: 65px;
  color: #ffffff; }
  @media (min-width: 992px) {
    .icon-block {
      padding-top: 0;
      padding-left: 100px; }
      .icon-block--responsive-lg {
        padding-left: 11.1111111111%; } }
  @media (min-width: 992px) {
    .icon-block--right-lg {
      padding-left: 0;
      padding-right: 100px; }
      .icon-block--right-lg.icon-block--responsive-lg {
        padding-right: 11.1111111111%; } }
  .icon-block__container {
    overflow: hidden;
    background: rgba(30, 33, 49, 0.7);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
    @media (max-width: 767.98px) {
      .icon-block--no-radius-d-sm .icon-block__container {
        border-radius: 0; } }
  .icon-block__icon-container {
    position: absolute;
    left: 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 160px;
    height: 160px;
    padding: 20px;
    margin-top: -65px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #252737;
    font-size: 14px;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .icon-block__icon-container {
        width: 200px;
        height: 200px;
        margin-top: 0;
        top: 80px; } }
    @media (min-width: 992px) {
      .icon-block--responsive-lg .icon-block__icon-container {
        width: 22%;
        height: auto;
        top: 8.88%; }
        .icon-block--responsive-lg .icon-block__icon-container:after {
          content: "";
          display: block;
          padding-bottom: 100%; } }
    @media (min-width: 992px) {
      .icon-block--right-lg .icon-block__icon-container {
        left: auto;
        right: 0; } }
  .icon-block__icon {
    display: block;
    max-width: 100%;
    height: auto; }
    .icon-block__icon--full {
      width: 100%; }
  .icon-block__content {
    clear: both; }
  .icon-block__footer {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #1e2131;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: 900; }
    @media only screen and (min-width: 1500px) {
      .icon-block__footer {
        padding-left: 0;
        padding-right: 0; } }
    .icon-block__footer-list {
      margin: 0;
      padding: 0;
      list-style: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: right; }
      @media only screen and (min-width: 1500px) {
        .icon-block__footer-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media only screen and (min-width: 1500px) {
        .icon-block--right-lg .icon-block__footer-list {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
    .icon-block__footer-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      margin-bottom: 24px; }
      @media only screen and (min-width: 1500px) {
        .icon-block__footer-item {
          margin-bottom: 0;
          padding-left: 45px;
          padding-right: 45px; } }
      .icon-block__footer-item:last-of-type {
        margin-bottom: 0; }
      .icon-block__footer-item:before {
        content: none; }
    .icon-block__footer-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      margin-right: 16px;
      fill: #14f0af;
      background: #252737;
      border-radius: 4px;
      padding: 4px; }
  .icon-block__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.icon-list__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.icon-list__icon {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 992px) {
    .icon-list__icon {
      display: block; } }

.icon-list__item {
  margin: 0;
  margin-bottom: 56px;
  fill: white; }
  @media (min-width: 992px) {
    .icon-list__item--indent-60 {
      padding-left: 60px; } }
  .icon-list__item:before {
    content: none; }
  @media (min-width: 992px) {
    .icon-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 39px; } }
  .icon-list__item:last-of-type {
    margin-bottom: 0; }

.icon-list__title {
  margin: 0;
  margin-bottom: 12px;
  color: #14f0af;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .icon-list__title {
      font-size: 34px;
      font-weight: 900;
      line-height: 1.2941176471; } }

@media (min-width: 992px) {
  .icon-list__content {
    margin-left: 38px; } }

.icon-list__text {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .icon-list__text {
      font-size: 28px;
      line-height: 1.2857142857; } }

.pitch {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #191c2b;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: center; }
  .pitch--benchmarks {
    background-color: #151829 !important; }
  .pitch--detailed {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .pitch--detailed {
        max-width: auto; } }
  .pitch__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; }
    .pitch__image--featured {
      margin-top: 74px; }
  .pitch__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    background-color: #1e2131; }
    @media (min-width: 992px) {
      .pitch__inner {
        padding-left: 48px;
        padding-right: 48px; } }
    .pitch--detailed .pitch__inner {
      padding: 10px; }
      @media (min-width: 768px) {
        .pitch--detailed .pitch__inner {
          padding: 24px; } }
    .pitch--tinted .pitch__inner {
      background-color: #222535; }
    .pitch--price .pitch__inner {
      padding-top: 20px; }
  .pitch__pre-title {
    text-transform: uppercase;
    color: #14f0af;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3125; }
  .pitch__title {
    position: relative;
    margin: 0 !important;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .pitch__title {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 42px !important; } }
    .pitch__title--price {
      font-size: 32px;
      font-weight: 700; }
    .pitch--detailed .pitch__title {
      padding: 24px;
      font-size: 24px !important;
      line-height: 1.4166666667; }
    .pitch--number-1 .pitch__title {
      background-image: url("../../src/images/number-1.png");
      background-repeat: no-repeat;
      background-position: -32px center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .pitch--number-1 .pitch__title {
          background-image: url("../../src/images/number-1@2x.png");
          background-size: 195px 158px; } }
  .pitch__cta {
    margin-top: auto; }
    .pitch--detailed .pitch__cta {
      margin-top: 24px; }
  .pitch__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media (max-width: 991.98px) {
      .pitch__container {
        min-height: 100% !important; } }
  .pitch__list {
    max-width: 340px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      .pitch__list {
        margin-bottom: 20px !important; } }
    .pitch--detailed .pitch__list {
      width: 100%;
      max-width: 100%;
      text-align: left; }
    .pitch__list--tight {
      margin-top: 24px;
      margin-bottom: 42px;
      text-align: left; }
  .pitch__list-title {
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-align: left; }
  .pitch__icon {
    position: relative;
    top: 1px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .pitch__break {
    border-bottom: #252737 solid 1px; }
  .pitch__copy {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3; }
    @media (min-width: 992px) {
      .pitch__copy {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .pitch__copy {
        font-size: 20px; } }
  .pitch__item {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    border-bottom: #252737 solid 1px; }
    .pitch__item--with-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .pitch__item--tight {
      font-size: 20px;
      padding-top: 4px;
      padding-bottom: 4px;
      border-bottom: none; }
      @media (min-width: 992px) {
        .pitch__item--tight {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .pitch__item--tight {
          font-size: 20px; } }
    .pitch__item:before {
      content: none; }
    .pitch__item:last-child {
      border-bottom: none; }
  .pitch__large {
    font-size: 24px; }
  .pitch__small {
    font-size: 14px;
    font-weight: 400;
    line-height: 3; }
  .pitch__paragraph {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    .pitch__paragraph:last-child {
      margin-bottom: 0; }
  .pitch__price {
    padding: 24px;
    font-size: 34px;
    line-height: 1.2941176471;
    font-weight: 700;
    color: #14f0af;
    background-color: #191c2b;
    border-radius: 12px; }
    .pitch__price--small {
      font-size: 14px;
      line-height: 1.2857142857;
      font-weight: 600; }
  .pitch__box {
    padding: 0 10px;
    background-color: #191c2b;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    @media (min-width: 1200px) {
      .pitch__box {
        padding: 0 32px; } }
  .pitch__cols {
    display: grid;
    grid-gap: 16px; }
    @media (min-width: 992px) {
      .pitch__cols {
        grid-template-columns: 1fr 1fr; } }
  .pitch__table {
    text-align: left;
    font-size: 20px;
    line-height: 1.3; }
    .pitch__table thead {
      font-weight: 700; }
    .pitch__table td {
      padding: 16px 0;
      border-right: 0 !important;
      border-bottom: #252737 solid 1px; }
    .pitch__table tbody tr:last-child td {
      border-bottom: 0; }
  .pitch__small {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2857142857;
    opacity: 0.5; }
    .pitch__small--benchmarks {
      opacity: 1;
      margin-top: -2px;
      font-size: 20px; }
    .pitch__small--price {
      position: relative;
      top: -14px;
      color: #ffffff;
      opacity: 0.5; }
  .pitch__semi {
    opacity: 0.5; }
  .pitch__thin {
    font-weight: 100; }
  .pitch__fb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pitch__white {
    color: #ffffff; }

.pitch-addendum {
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3125;
  opacity: 0.5;
  text-align: center; }
  @media (min-width: 992px) {
    .pitch-addendum {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; } }

.pitches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .pitches {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .pitches__pitch {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 440px; }
    .pitches--basic .pitches__pitch {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      max-width: 1520px; }
      .pitches--basic .pitches__pitch .pitch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
    @media (min-width: 992px) {
      .pitches__pitch {
        margin-top: 48px; }
        .pitches__pitch:nth-child(1) {
          margin-right: -23px; }
        .pitches__pitch:nth-child(2) {
          position: relative;
          z-index: 1;
          margin-top: 0;
          max-width: 480px; }
          .pitches__pitch:nth-child(2) .pitch {
            background-color: #222535; }
            .pitches__pitch:nth-child(2) .pitch__title {
              background-color: #151829; }
        .pitches__pitch:nth-child(3) {
          margin-left: -23px; }
        .pitches--basic .pitches__pitch {
          margin-top: 0;
          margin-left: 20px;
          margin-right: 20px; }
          .pitches--basic .pitches__pitch .pitch {
            background-color: #191c2b !important; }
            .pitches--basic .pitches__pitch .pitch__title {
              background-color: #191c2b !important; } }

.inline-items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .inline-items > * {
    margin-right: 26px;
    margin-top: 0;
    margin-bottom: 0; }
    .inline-items > *:last-child {
      margin-right: 0; }
  @media (max-width: 767.98px) {
    .inline-items--full-block {
      display: block;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .inline-items--full-block > * {
      width: 100%;
      margin-bottom: 15px; } }
  @media (max-width: 767.98px) {
    .inline-items--full-block > *:last-child {
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .inline-items--small-full {
      width: 100%; } }
  .inline-items--small-full > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 767.98px) {
      .inline-items--small-full > * {
        width: 50%; } }
  .inline-items--wide > * {
    margin-right: 40px; }
  .inline-items--extra-wide > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 100px; }
  .inline-items--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.inline-icons {
  fill: white;
  margin-bottom: -16px; }
  @media (min-width: 992px) {
    .inline-icons {
      margin-bottom: -28px; } }
  .inline-icons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .inline-icons--space-between .inline-icons__list {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 0;
        margin-right: 0; } }
    .inline-icons__list--flex-end {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .inline-icons__item {
    margin: 0;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .inline-icons__item {
        margin-left: 28px;
        margin-right: 28px;
        margin-bottom: 28px; } }
    @media (min-width: 992px) {
      .inline-icons--space-between .inline-icons__item {
        margin: 0; } }
    .inline-icons--narrow .inline-icons__item {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 10px; }
    .inline-icons__item:before {
      content: none; }
  .inline-icons__icon {
    display: block;
    opacity: 0.5; }

.title-sup--position-relative {
  position: relative; }

.title-sup__title {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 1; }
  .title-sup--position-relative .title-sup__title {
    position: unset; }

.title-sup__sup {
  position: absolute;
  right: 0;
  top: -9px;
  color: #14f0af;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .title-sup--position-relative .title-sup__sup {
      top: 4px; } }

.testimonial {
  width: 100%;
  position: relative; }
  .testimonial--fixed {
    max-width: 660px; }
  .testimonial--equal-height {
    height: inherit; }
  .testimonial--feature {
    height: inherit; }
  .testimonial__blockquote {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #1e2131;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px; }
    .testimonial__blockquote:before {
      content: none !important; }
    .testimonial--equal-height .testimonial__blockquote,
    .testimonial--feature .testimonial__blockquote {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      padding: 0;
      height: 100%; }
      @media (min-width: 1200px) {
        .testimonial--equal-height .testimonial__blockquote,
        .testimonial--feature .testimonial__blockquote {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  .testimonial__main {
    margin: 0;
    padding: 20px 15px; }
    .testimonial--equal-height .testimonial__main {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .testimonial--feature .testimonial__main {
      height: 100%;
      padding: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 1200px) {
        .testimonial--feature .testimonial__main {
          padding: 40px; } }
    @media (min-width: 576px) {
      .testimonial__main {
        padding: 40px; } }
  .testimonial__icon {
    position: relative;
    z-index: 1;
    height: 51.25%;
    width: auto;
    max-width: 146px; }
    @media (min-width: 576px) {
      .testimonial__icon {
        height: auto; } }
  .testimonial__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .testimonial__banner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-height: 200px; }
    .testimonial__banner:before {
      content: "";
      display: block;
      padding-bottom: 24.4648318043%; }
      @media (min-width: 1200px) {
        .testimonial__banner:before {
          content: none; } }
    @media (min-width: 1200px) {
      .testimonial__banner {
        max-width: 200px;
        max-height: 100%; } }
  .testimonial__feature {
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    height: 100%;
    opacity: 0.2; }
    @media (min-width: 576px) {
      .testimonial__feature {
        -o-object-position: top center;
           object-position: top center; } }
  .testimonial__content {
    position: relative;
    padding-left: 44px;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.333; }
    .testimonial--equal-height .testimonial__content {
      height: 100%; }
    .testimonial--feature .testimonial__content {
      margin-bottom: 0;
      padding-top: 20px;
      padding-left: 0;
      height: 100%; }
      @media (min-width: 1200px) {
        .testimonial--feature .testimonial__content {
          margin-bottom: 0;
          padding-top: 0; } }
    .testimonial__content > * {
      position: relative;
      z-index: 1; }
    .testimonial__content p {
      margin-top: 0; }
    .testimonial__content:before {
      content: "“";
      display: block;
      position: absolute;
      top: -10px;
      left: 0;
      color: #14f0af;
      font-size: 40px;
      font-weight: 700;
      font-style: italic; }
    .testimonial--feature .testimonial__content:before {
      color: #151829;
      font-size: 180px;
      line-height: 0.5185185185;
      top: 40px;
      left: -24px;
      font-family: "PT Serif Caption";
      font-style: normal; }
      @media (min-width: 1200px) {
        .testimonial--feature .testimonial__content:before {
          top: 30px;
          left: -42px;
          font-size: 243px; } }
  .testimonial__name {
    margin: 0;
    margin-bottom: 2px;
    color: white;
    font-weight: 700;
    font-size: 20px; }
  .testimonial__position, .testimonial__credits {
    margin: 0;
    color: #14f0af;
    font-weight: 300;
    font-size: 16px; }
  .testimonial__avatar {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 100% !important;
    font-size: 16px;
    line-height: 1.2; }
    @media (min-width: 576px) {
      .testimonial__avatar {
        width: 80px;
        height: 80px; } }
  .testimonial__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 16px;
    padding-top: 16px;
    border-top: #252737 solid 1px; }
    @media (min-width: 1200px) {
      .testimonial__footer {
        margin-top: 40px;
        padding-top: 40px; } }
    .testimonial--feature .testimonial__footer {
      margin-top: 0; }
  .testimonial__cite {
    font-style: normal; }

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .testimonials {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .testimonials > .testimonial {
    margin-bottom: 24px; }
    @media (min-width: 992px) {
      .testimonials > .testimonial {
        margin-bottom: 0;
        margin-right: 40px; } }
    .testimonials > .testimonial:last-of-type {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .testimonials > .testimonial:last-of-type {
          margin-right: 0; } }

.switcher__canvas {
  position: relative;
  display: grid; }

.switcher__step {
  grid-area: 1 / -1;
  position: relative;
  pointer-events: none;
  display: none; }
  .switcher__step--in {
    z-index: 1;
    pointer-events: initial;
    display: block; }

.switcher__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px; }
  @media (min-width: 992px) {
    .switcher__controls {
      margin-top: 100px; } }

.switcher .text-image-block__content {
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.switcher .text-image-block__image {
  opacity: 0;
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.switcher__step--in .text-image-block__content {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s; }

.switcher__step--in .text-image-block__image {
  opacity: 1;
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s; }

.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dots--rounded {
    border-radius: 12px; }
  .dots--ib {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto; }
  .dots__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
  .dots__item {
    margin: 0; }
    .dots__item:before {
      content: none; }
  .dots__prev, .dots__next {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    fill: rgba(255, 255, 255, 0.3);
    height: 18px;
    outline-offset: -1px; }
    .dots__prev svg, .dots__next svg {
      display: block; }
    .dots__prev:focus, .dots__prev:hover, .dots__next:focus, .dots__next:hover {
      fill: rgba(20, 240, 175, 0.3); }
  .dots__prev {
    margin-right: 10px; }
    @media (min-width: 768px) {
      .dots__prev {
        margin-right: 20px; } }
  .dots__next {
    margin-left: 10px; }
    @media (min-width: 768px) {
      .dots__next {
        margin-left: 20px; } }
  .dots__button {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms;
    outline-offset: -1px; }
    @media (min-width: 768px) {
      .dots__button {
        margin-left: 12px;
        margin-right: 12px; } }
    .dots__button:focus, .dots__button:hover {
      background-color: rgba(20, 240, 175, 0.3); }
    .dots__button--active {
      background-color: #14f0af !important; }

.box, .box-ad {
  width: 100%;
  padding: 24px;
  background-color: #1e2131;
  border-radius: 12px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .box, .box-ad {
      padding: 32px; } }
  .box--carousel {
    overflow: hidden;
    padding: 0;
    background-color: #222537; }
    .box--carousel img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .box--blue {
    background: #4650f0; }
  .box--thin {
    padding: 16px; }
    @media (min-width: 768px) {
      .box--thin {
        padding: 32px; } }
  .box--with-image-title {
    position: relative;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
    max-width: 810px; }
    @media (min-width: 992px) {
      .box--with-image-title {
        max-width: 100%; } }
  .box--link {
    padding: 0 !important; }
  @media (min-width: 992px) {
    .box--p-50-lg {
      padding: 50px; } }
  @media (min-width: 1200px) {
    .box--p-80-xl {
      padding: 80px; } }
  .box--1 {
    max-width: 310px; }
  .box--2 {
    max-width: 425px; }
  .box--3 {
    max-width: 660px; }
  .box--4 {
    max-width: 1360px; }
  .box--two-col {
    padding: 24px; }
    @media (min-width: 992px) {
      .box--two-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 40px; } }
  .box__link {
    display: block;
    padding: 24px; }
    @media (min-width: 768px) {
      .box__link {
        padding: 32px; } }
  .box__image {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    min-width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    background-color: #4650f0;
    border-radius: 8px;
    font-size: 16px; }
    .box--link .box__image {
      background-color: transparent; }
    @media (min-width: 992px) {
      .box--two-col .box__image {
        margin-right: 32px;
        margin-bottom: 0; } }
  .box__content {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 1.5; }
    .box--two-col .box__content {
      text-align: center; }
      @media (min-width: 992px) {
        .box--two-col .box__content {
          text-align: left; } }
  .box__desc :first-of-type {
    margin-top: 0; }
  .box__desc :last-of-type {
    margin-bottom: 0; }
  .box__desc--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .box--2.box--clamped .box__desc,
  .box--3.box--clamped .box__desc,
  .box--4.box--clamped .box__desc {
    -webkit-line-clamp: 2; }
  .box__desc--clamped-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .box__title {
    margin: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2777777778; }
  .box__icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 112px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .box__icon-bg {
    display: block;
    width: 100%;
    border-radius: 8px;
    opacity: 0.25;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    .box__link:focus .box__icon-bg,
    .box__link:hover .box__icon-bg {
      opacity: 0.5;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .box__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    padding: 10px 48px; }
  .box__image-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -41px; }
    @media (min-width: 992px) {
      .box__image-title {
        left: 80px;
        -webkit-transform: none;
                transform: none; } }

.card {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 40px;
          box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 40px; }
  .card--no-shadow {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .card--full-height {
    height: 100%; }
  .card__container {
    display: block;
    height: 100%;
    padding: 16px;
    background-color: #1e2131;
    border-radius: 12px;
    color: #ffffff;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    @media (min-width: 992px) {
      .card__container {
        padding: 32px; } }
    .card--no-br .card__container {
      border-radius: 0; }
    .card--footer .card__container {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .card--to-edges .card__container {
      padding: 0 !important; }
    .card__container .icon {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: ease-in-out, 250ms;
      transition: ease-in-out, 250ms; }
    .card__container .icon-play {
      width: 40px;
      height: 40px; }
    .card__container .icon-listen {
      width: 39px;
      height: 40px; }
    .card__container .icon-read {
      width: 56px;
      height: 43px; }
    @media (min-width: 1200px) {
      .card--double .card__container .icon-play {
        width: 56px;
        height: 56px; }
      .card--double .card__container .icon-listen {
        width: 55px;
        height: 56px; }
      .card--double .card__container .icon-read {
        width: 73.5px;
        height: 56px; } }
    @media (min-width: 1200px) {
      .card--double-full .card__container .icon-play {
        width: 80px;
        height: 80px; }
      .card--double-full .card__container .icon-listen {
        width: 78px;
        height: 80px; }
      .card--double-full .card__container .icon-read {
        width: 105px;
        height: 80px; } }
    .card--footer .card__container {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .card--double .card__container,
    .card--double-full .card__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (min-width: 1200px) {
        .card--double .card__container,
        .card--double-full .card__container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    @media (min-width: 1200px) {
      .card--reverse .card__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .card a.card__container:focus, .card a.card__container:hover {
    background-color: #282c40; }
    .card a.card__container:focus .card__icon-container, .card a.card__container:hover .card__icon-container {
      opacity: 1; }
    .card a.card__container:focus .icon, .card a.card__container:hover .icon {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .card__content {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    @media (min-width: 1200px) {
      .card--double .card__content,
      .card--double-full .card__content {
        width: 50%; } }
  .card__pill {
    margin-bottom: 12px; }
  .card__link {
    display: block;
    padding: 24px; }
    @media (min-width: 992px) {
      .card__link {
        padding: 32px; } }
  .card__image-container {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 228px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-bottom: 10px;
    background-color: #282c40;
    border-radius: 8px;
    font-size: 16px; }
    @media (min-width: 992px) {
      .card__image-container {
        height: auto;
        margin-bottom: 22px; } }
    .card--to-edges .card__image-container {
      margin-bottom: 0 !important;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .card--full .card__image-container {
      height: auto;
      margin-bottom: 0; }
    .card__image-container:before {
      pointer-events: none;
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.5; }
    .card--medium .card__image-container {
      max-width: 600px;
      height: 224px; }
      @media (min-width: 992px) {
        .card--medium .card__image-container {
          height: 400px; } }
    @media (min-width: 1200px) {
      .card--double .card__image-container {
        max-width: 354px;
        margin-bottom: 0;
        margin-right: 32px; } }
    @media (min-width: 1200px) {
      .card--double.card--reverse .card__image-container,
      .card--double-full.card--reverse .card__image-container {
        width: 50%;
        margin-right: 0;
        margin-left: 32px; } }
    .card--double-full .card__image-container {
      height: 224px; }
      @media (min-width: 1200px) {
        .card--double-full .card__image-container {
          max-width: 521px;
          height: auto;
          margin-bottom: 0;
          margin-right: 32px; } }
    .card__image-container--overlay1:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8c033+0,fb8833+50,e74f4c+100 */
      background: #f8c033;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #f8c033 0%, #fb8833 50%, #e74f4c 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .card__image-container--overlay2:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8db9ff+0,5c8fff+50,064e95+100 */
      background: #8db9ff;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #8db9ff 0%, #5c8fff 50%, #064e95 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8db9ff', endColorstr='#064e95',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    .card__image-container--overlay3:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b19cff+0,995efc+50,4215e6+100 */
      background: #b19cff;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #b19cff 0%, #995efc 50%, #4215e6 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19cff', endColorstr='#4215e6',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    .card__image-container--overlay4:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef32fb+0,c54ce6+50,9117b2+100 */
      background: #ef32fb;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #ef32fb 0%, #c54ce6 50%, #9117b2 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef32fb', endColorstr='#9117b2',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
  .card__image {
    display: block;
    width: 100%;
    height: 228px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    .card--double .card__image {
      height: 224px; }
      @media (min-width: 1200px) {
        .card--double .card__image {
          height: 372px; } }
    .card--double-full .card__image {
      height: 224px; }
      @media (min-width: 1200px) {
        .card--double-full .card__image {
          height: 500px; } }
    .card--medium .card__image {
      height: 224px; }
      @media (min-width: 992px) {
        .card--medium .card__image {
          height: 400px; } }
  .card__desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    display: none; }
    @media (min-width: 992px) {
      .card__desc {
        font-size: 18px;
        line-height: 1.6666666667; } }
    .card--double .card__desc,
    .card--double-full .card__desc {
      margin-top: 16px; }
    @media (min-width: 1200px) {
      .card--double .card__desc {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
    .card--double-full .card__desc {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .card__desc :first-of-type {
      margin-top: 0; }
    .card__desc :last-of-type {
      margin-bottom: 0; }
  .card__meta {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2857142857;
    color: rgba(255, 255, 255, 0.5); }
  .card__title {
    margin: 0;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 992px) {
      .card__title {
        font-size: 18px;
        line-height: 1.5555555556; } }
    .card--medium .card__title {
      -webkit-line-clamp: 3; }
      @media (min-width: 992px) {
        .card--medium .card__title {
          font-size: 32px;
          line-height: 1.3125; } }
    .card--double .card__title {
      -webkit-line-clamp: 3; }
      @media (min-width: 1200px) {
        .card--double .card__title {
          margin-bottom: 0;
          font-size: 34px;
          line-height: 1.1470588235; } }
    .card--double-full .card__title {
      -webkit-line-clamp: 3; }
      @media (min-width: 1200px) {
        .card--double-full .card__title {
          margin-bottom: 0;
          font-size: 52px;
          line-height: 1.2692307692; } }
  .card__icon-container {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2777777778;
    fill: #ffffff;
    opacity: 0;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    @media (min-width: 992px) {
      .card__icon-container {
        font-size: 18px; } }
  .card__icon-label {
    margin-top: 6px; }
    @media (min-width: 992px) {
      .card__icon-label {
        margin-top: 12px; } }
  .card__image-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -41px; }
    @media (min-width: 992px) {
      .card__image-title {
        left: 80px;
        -webkit-transform: none;
                transform: none; } }
  .card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 15px 10px;
    min-height: 66px;
    background-color: #222535;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
    @media (min-width: 992px) {
      .card__footer {
        padding: 15px 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .card__footer--left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .card__footer-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 992px) {
        .card__footer-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .card__footer-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      margin-bottom: 24px !important;
      padding-left: 0 !important;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.2857142857;
      list-style: none; }
      @media (min-width: 992px) {
        .card__footer-item {
          font-size: 18px;
          line-height: 1.3333333333; } }
      @media (min-width: 992px) {
        .card__footer-item {
          margin-bottom: 0 !important;
          padding-left: 45px;
          padding-right: 45px; } }
      .card__footer-item--fixed {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .card__footer-item:last-child {
        margin-bottom: 0 !important; }
      .card__footer-item:before {
        content: none !important; }
    .card__footer-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 40px;
      height: 40px;
      margin-right: 16px;
      fill: #14f0af;
      background: #252737;
      border-radius: 4px;
      padding: 4px; }

.card-carousel-container {
  overflow: hidden;
  border-radius: 12px; }

.boxes {
  margin: 0 auto;
  max-width: 360px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 576px) {
    .boxes {
      display: grid;
      grid-gap: 40px;
      grid-template-columns: 1fr;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      justify-items: center;
      max-width: 1408px; } }
  .boxes > * {
    margin-bottom: 24px; }
    @media (min-width: 576px) {
      .boxes > * {
        margin-bottom: 0; } }
    .boxes > *:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 576px) {
    .boxes--two-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .boxes--clamped .boxes--two-up .box__desc {
    -webkit-line-clamp: 2; }
  @media (min-width: 768px) {
    .boxes--three-up {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  .boxes--clamped .boxes--three-up .box__desc {
    -webkit-line-clamp: 2; }
  @media (min-width: 576px) {
    .boxes--four-up {
      max-width: 810px;
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1200px) {
    .boxes--four-up {
      max-width: 1360px;
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  .boxes--clamped .boxes--four-up .box__desc {
    -webkit-line-clamp: 2; }
  @media (min-width: 576px) {
    .boxes--four-up-1310 {
      max-width: 810px;
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media only screen and (min-width: 1310px) {
    .boxes--four-up-1310 {
      max-width: 1360px;
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.stats-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 36px 20px 32px 20px;
  background-color: #4650f0;
  border-radius: 12px;
  color: #ffffff;
  text-align: center; }
  .stats-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 0r;
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(10px);
            transform: translateY(-50%) translateY(10px);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0.1; }
  .stats-box--helmet:after {
    background-image: url("../images/icons/helmet.png");
    width: 145px;
    height: 167px;
    right: -14px; }
  .stats-box--rosette:after {
    background-image: url("../images/icons/rosette.png");
    width: 180px;
    height: 180px;
    right: -27px; }
  .stats-box--handheld:after {
    background-image: url("../images/icons/handheld.png");
    width: 183px;
    height: 121px;
    right: -40px; }
  .stats-box--handheld2:after {
    background-image: url("../images/icons/handheld2.png");
    width: 64px;
    height: 74px;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .stats-box--hand:after {
    background-image: url("../images/icons/hand.png");
    width: 76px;
    height: 107px;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .stats-box--players:after {
    background-image: url("../images/icons/players.png");
    width: 62px;
    height: 114px;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .stats-box--chart:after {
    background-image: url("../images/icons/chart.png");
    width: 67px;
    height: 109px;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .stats-box__title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2916666667; }
    .stats-box--small .stats-box__title {
      font-size: 18px; }
  .stats-box__stat {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2857142857; }
    @media (min-width: 1200px) {
      .stats-box__stat {
        font-size: 56px;
        line-height: 1.2678571429; } }
    .stats-box--small .stats-box__stat {
      font-size: 32px; }
      @media (min-width: 1200px) {
        .stats-box--small .stats-box__stat {
          font-size: 40px; } }

.logo-wall {
  max-width: 896px; }
  .logo-wall__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(2, minmax(152px, 1fr)); }
    @media (min-width: 768px) {
      .logo-wall__list {
        grid-gap: 30px;
        grid-template-columns: repeat(auto-fill, minmax(182px, 1fr)); } }
  .logo-wall__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #1e2131;
    border-radius: 12px;
    fill: rgba(255, 255, 255, 0.5); }
    .logo-wall__item img {
      opacity: 0.5;
      -webkit-transition: ease-in-out, 250ms;
      transition: ease-in-out, 250ms; }
    .logo-wall__item:focus, .logo-wall__item:hover {
      fill: white; }
      .logo-wall__item:focus img, .logo-wall__item:hover img {
        opacity: 1; }
    .logo-wall__item:before {
      content: none; }
    .logo-wall__item:after {
      content: "";
      display: block;
      padding-bottom: 100%; }

.pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 24px 3px 24px;
  background-color: #14f0af;
  border-radius: 18px;
  color: #151829;
  font-weight: 700;
  text-align: center; }
  .pill--hollow {
    padding: 3px 16px 1px 16px;
    font-size: 15px;
    font-weight: 400;
    color: #14f0af;
    background-color: #212435;
    border: #383b50 solid 2px;
    border-radius: 15px;
    text-align: center; }
  .pill--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .pill--full {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .pill--small {
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2857142857;
    color: #151829; }
  .pill--tiny {
    padding: 5px 14px 3px 14px;
    font-size: 12px;
    font-weight: 900;
    background-color: #464b60;
    border-radius: 10.5px;
    line-height: 1.25;
    color: #ffffff; }

.image-box {
  padding: 40px;
  background: #1e2131;
  color: #ffffff;
  border-radius: 12px; }
  @media (max-width: 991.98px) {
    .image-box--responsive {
      padding: 24px; } }
  .image-box--extra-large {
    padding: 24px; }
    @media (min-width: 768px) {
      .image-box--extra-large {
        padding: 40px; } }
  .image-box--simple {
    padding-top: 32px;
    padding-bottom: 24px; }
    @media (min-width: 768px) {
      .image-box--simple {
        padding-top: 72px;
        padding-bottom: 62px; } }
  .image-box--narrow {
    padding: 24px; }
  .image-box__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .image-box--responsive .image-box__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .image-box--extra-large .image-box__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .image-box--extra-large .image-box__container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .image-box--simple .image-box__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .image-box__image {
    margin-right: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .image-box__image--rounded {
      overflow: hidden;
      border-radius: 8px; }
    @media (max-width: 991.98px) {
      .image-box--responsive .image-box__image {
        margin-right: 0;
        margin-bottom: 24px; } }
    .image-box--extra-large .image-box__image {
      margin-right: 0;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .image-box--extra-large .image-box__image {
          margin-right: 32px;
          margin-bottom: 0; } }
    .image-box--simple .image-box__image {
      margin-right: 0; }
  .image-box__strong-line {
    margin: 0;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.2857142857; }
    .image-box--no-strong-line .image-box__strong-line {
      display: none; }
  .image-box__sup {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (min-width: 768px) {
      .image-box__sup {
        position: absolute;
        right: 0;
        top: -30px; } }
    @media (max-width: 991.98px) {
      .image-box__title--center .image-box__sup {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        right: auto;
        width: 60px; } }
  .image-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2777777778; }
    .image-box__title--center {
      text-align: center; }
      @media (min-width: 768px) {
        .image-box__title--center {
          text-align: left; } }
    .image-box--large .image-box__title {
      margin-bottom: 7px;
      font-size: 24px;
      line-height: 1.4166666667; }
    .image-box--extra-large .image-box__title {
      font-size: 34px;
      line-height: 1.2647058824; }
    .image-box--simple .image-box__title {
      margin-top: 24px;
      text-align: center; }
      @media (min-width: 768px) {
        .image-box--simple .image-box__title {
          margin-top: 33px; } }
    .image-box--align-left .image-box__title {
      text-align: left; }
  .image-box__strong-line {
    margin: 0;
    margin-top: -8px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5; }
  .image-box--simple .image-box__desc {
    margin-top: 12px;
    text-align: center; }
  .image-box--align-left .image-box__desc {
    text-align: left; }
  .image-box__desc :first-of-type {
    margin-top: 0; }
  .image-box__desc :last-of-type {
    margin-bottom: 0; }
  .image-box__desc--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .image-box__desc--clamped-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .image-box__content {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: left; }
    @media (max-width: 991.98px) {
      .image-box--responsive .image-box__content {
        text-align: center; } }
    .image-box--large .image-box__content {
      font-size: 20px; }
    .image-box--extra-large .image-box__content {
      font-size: 24px; }
      @media (min-width: 768px) {
        .image-box--extra-large .image-box__content {
          margin-right: 40px; } }
    .image-box--simple .image-box__content {
      margin-right: 0; }
    .image-box__content :last-child {
      margin-bottom: 0; }
  .image-box__addendum {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.4166666667;
    text-align: left; }

.box-grid {
  display: grid;
  grid-gap: 24px; }
  .box-grid .image-box {
    height: 100%; }
  .box-grid--small {
    grid-gap: 24px !important; }
  .box-grid--medium {
    grid-gap: 30px !important; }
  .box-grid--large {
    grid-gap: 24px; }
    @media (min-width: 992px) {
      .box-grid--large {
        grid-gap: 42px; } }
  .box-grid--two-up, .box-grid--three-up, .box-grid--four-up {
    grid-gap: 24px; }
    @media (min-width: 992px) {
      .box-grid--two-up, .box-grid--three-up, .box-grid--four-up {
        grid-gap: 42px; } }
  .box-grid--two-up--fixed {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (min-width: 992px) {
    .box-grid--two-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 768px) {
    .box-grid--three-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1200px) {
    .box-grid--three-up {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (min-width: 768px) {
    .box-grid--three-up-md {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (min-width: 768px) {
    .box-grid--four-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1200px) {
    .box-grid--four-up {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 16px 11px;
  font-size: 18px;
  line-height: 1.2777777778;
  background-color: #1e2131;
  border-radius: 10px;
  text-align: center;
  border: transparent solid 2px;
  color: #ffffff; }
  @media (min-width: 576px) {
    .box-center {
      padding: 16px; } }
  .box-center--highlight {
    border: #14f0af solid 2px; }
  .box-center--large {
    padding: 24px; }
    @media (min-width: 768px) {
      .box-center--large {
        padding: 40px;
        padding-bottom: 32px; } }
  .box-center__icon {
    display: none; }
    @media only screen and (min-width: 375px) {
      .box-center__icon {
        display: block;
        fill: #14f0af;
        position: absolute;
        top: 6px;
        right: 6px; } }
    @media (min-width: 576px) {
      .box-center__icon {
        top: 16px;
        right: 16px; } }
  .box-center__title {
    margin: 0;
    max-width: 128px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2777777778; }
    @media (min-width: 576px) {
      .box-center__title {
        max-width: 100%; } }
    .box-center--highlight .box-center__title {
      color: #14f0af; }
    .box-center--large .box-center__title {
      margin-bottom: 16px;
      font-size: 32px;
      line-height: 1.3125; }
  .box-center__content {
    font-size: 18px;
    line-height: 1.2777777778; }
    .box-center--highlight .box-center__content {
      font-weight: 600; }
    .box-center__content * {
      margin: 0;
      margin-bottom: 4px; }
      .box-center__content *:last-of-type {
        margin-bottom: 0; }
  .box-center__cta {
    margin-top: 24px; }

.tabs__nav {
  margin-right: -20px;
  overflow: hidden;
  height: 72px;
  background: #252737;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }
  @media (min-width: 576px) {
    .tabs__nav {
      margin-right: 0;
      width: 100%;
      border-radius: 12px; } }

.tabs__container {
  height: 92px;
  overflow: auto;
  padding: 0;
  padding-left: 32px;
  padding-right: 32px;
  background-image: -webkit-gradient(linear, left top, right top, from(#252737), to(#252737)), -webkit-gradient(linear, left top, right top, from(#252737), to(#252737)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #252737, #252737), linear-gradient(to right, #252737, #252737), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #252737;
  background-size: 16px 100%, 16px 100%, 10px 100%, 10px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll; }

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  height: 72px;
  list-style: none; }

.tabs__item {
  margin: 0;
  margin-right: 32px;
  font-size: 18px;
  line-height: 1.2777777778;
  font-weight: 900;
  height: inherit; }
  .tabs__list--grow .tabs__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .tabs__item:last-child {
    margin-right: 0; }
  .tabs__item:before {
    content: none; }

.tabs__tab {
  width: 100%;
  height: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 24px 16px 20px 16px;
  opacity: 0.5;
  fill: #ffffff;
  background: transparent;
  border: none;
  border-bottom: transparent 4px solid;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms;
  outline-offset: -1px;
  color: #ffffff;
  font-weight: 900;
  font-family: "DINOT", Helvetica, Arial, sans-serif; }
  .tabs__tab:focus, .tabs__tab:hover {
    opacity: 1;
    fill: white; }
  .tabs__tab.js-shuffler__button--active, .tabs__tab[aria-selected="true"], .tabs__tab--active {
    opacity: 1 !important;
    border-bottom-color: #4650f0; }

.tabs__icon {
  margin-right: 8px;
  max-width: 24px; }

.tabs__pages {
  padding-top: 40px; }

.data-box {
  padding: 32px;
  border-radius: 12px;
  background-color: #1e2131; }
  .data-box__header {
    margin-bottom: 16px; }
  .data-box__meta {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.2857142857; }
  .data-box__title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1; }
  .data-box__body {
    white-space: pre;
    padding: 0;
    font-size: 20px;
    font-family: "DINOT";
    font-weight: 300;
    line-height: 1.45; }
  .data-box__key {
    color: #14f0af; }

@media (min-width: 768px) {
  .data-boxes__box {
    margin-bottom: 10px; } }

.data-boxes__box:last-child {
  margin-bottom: 0; }

.data-boxes__box:nth-child(1), .data-boxes__box:nth-child(3) {
  display: none;
  opacity: 0.5; }
  @media (min-width: 992px) {
    .data-boxes__box:nth-child(1), .data-boxes__box:nth-child(3) {
      display: block; } }

.figcaption {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .figcaption--round-lg {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; } }
  .figcaption__image {
    display: block; }
  .figcaption__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    background-color: #1e2131;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3333333333; }
    @media (min-width: 768px) {
      .figcaption__caption--narrow-md {
        padding-right: 620px; } }
    @media (min-width: 992px) {
      .figcaption__caption {
        padding: 17px 40px 15px 40px; } }
    .figcaption__caption p {
      margin-top: 0; }
    .figcaption__caption :last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .figcaption--right-lg .figcaption__caption {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .figcaption__icon {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    fill: #14f0af; }
    @media (min-width: 992px) {
      .figcaption--right-lg .figcaption__icon {
        margin-left: 20px;
        margin-right: 0; } }

.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 40px;
  padding: 10px;
  background-color: #252737;
  border-radius: 4px; }

.sidebar {
  position: relative;
  z-index: 1; }
  .sidebar__rule {
    display: none; }
    @media (min-width: 992px) {
      .sidebar__rule {
        display: block;
        margin-bottom: 25px;
        background: #222434; } }
  .sidebar__item {
    margin-bottom: 36px; }
    .sidebar__item:last-child {
      margin-bottom: 0; }
  .sidebar__avatar {
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .sidebar__avatar {
        margin-bottom: 36px; } }
  .sidebar__meta {
    margin-left: 88px; }
    @media (min-width: 992px) {
      .sidebar__meta {
        margin-left: 0; } }
  @media only screen and (min-width: 992px) and (min-height: 680px) {
    .sidebar--sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 123px; } }
  @media (min-width: 992px) {
    .sidebar__jump-content--sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 123px; } }

.with-sidebar {
  display: grid;
  grid-gap: 24px; }
  @media (min-width: 992px) {
    .with-sidebar {
      grid-template-columns: 350px 1fr;
      grid-gap: 60px; } }
  .with-sidebar--blog {
    grid-gap: 31px !important;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .with-sidebar--blog {
        max-width: 100%;
        grid-template-columns: 199px 1fr; } }
  .with-sidebar--wide {
    grid-gap: 24px !important; }
    @media (min-width: 992px) {
      .with-sidebar--wide {
        grid-template-columns: 200px 1fr; } }
  .with-sidebar__sidebar {
    height: 100%; }
  .with-sidebar__content {
    position: relative; }
    @media only screen and (min-width: 1500px) {
      .with-sidebar--wide .with-sidebar__content {
        margin-right: 0; } }

.with-social-icons__container {
  margin-top: 40px; }
  @media only screen and (min-width: 1480px) {
    .with-social-icons__container {
      display: block;
      position: absolute;
      top: 0;
      left: calc(100% + 20px);
      height: 100%;
      width: 30px;
      margin-top: 0; } }
  @media only screen and (min-width: 1560px) {
    .with-social-icons__container {
      left: calc(100% + 30px); } }
  @media only screen and (min-width: 1920px) {
    .with-social-icons__container {
      right: 200px; } }

@media only screen and (min-width: 1480px) {
  .with-social-icons .social-icons {
    position: -webkit-sticky;
    position: sticky;
    top: 123px; } }

.jump-content__title {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.2777777778;
  font-weight: 900; }

.jump-content__option > *, .jump-content__link > * {
  pointer-events: none; }

.jump-content__select-container {
  position: relative; }
  @media (min-width: 992px) {
    .jump-content__select-container {
      display: none; } }
  .jump-content__select-container--loading .jump-content__select {
    padding-right: 54px; }
  .jump-content__select-container--loading:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    position: absolute;
    right: 40px;
    top: 12px;
    border: #4650f0 dashed 2px;
    border-radius: 100%;
    -webkit-animation: 1s rotate infinite linear;
            animation: 1s rotate infinite linear; }

.jump-content__select {
  padding-right: 40px;
  font-weight: 900;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .jump-content__select[disabled] {
    color: #fafaf9; }

.jump-content__list {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5; }
  @media (min-width: 992px) {
    .jump-content__list {
      display: block; }
      .jump-content--screen-bound-single .jump-content__list {
        max-height: clamp(100px, calc(100vh - 201px), 345px); }
      .jump-content--screen-bound-listing .jump-content__list {
        max-height: clamp(100px, calc(100vh - 550px), 345px); } }

.jump-content__item {
  margin: 0; }

.jump-content__link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 8px 16px;
  background: transparent;
  border-radius: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms; }
  .jump-content__link:focus, .jump-content__link:hover {
    background-color: #222535; }
  .jump-content__link--current {
    font-weight: 900;
    background-color: #222535; }
  .jump-content__link--loading {
    padding-right: 34px; }
    .jump-content__link--loading:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 8px;
      position: absolute;
      right: 16px;
      top: 10px;
      border: #4650f0 dashed 2px;
      border-radius: 100%;
      -webkit-animation: 1s rotate infinite linear;
              animation: 1s rotate infinite linear; }

.jump-content__count {
  color: #ffffff;
  opacity: 0.5; }

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

.simplebar-scrollbar::before {
  background-color: rgba(255, 255, 255, 0.1);
  width: 4px;
  top: 8px;
  left: 0;
  border-radius: 2px;
  opacity: 1 !important; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 8px;
  left: 0; }

.image-slide {
  overflow: hidden;
  height: 233px; }
  .image-slide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 30px; }
  .image-slide__item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 213px;
    margin-right: 25px;
    margin-bottom: 0;
    padding: 10px 0; }
    .image-slide__item:first-child {
      margin-left: 25px; }
      @media (min-width: 992px) {
        .image-slide__item:first-child {
          margin-left: 0; } }
    .image-slide__item:last-child {
      margin-right: 0; }
  .image-slide__image {
    display: block; }

.thumb {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.carousel {
  position: relative;
  padding-bottom: 20px; }
  .carousel--card, .carousel--small, .carousel--medium {
    padding-bottom: 0; }
  @media only screen and (min-width: 1400px) {
    .carousel--offset .flickity-slider {
      margin-left: -40px; } }
  .carousel--large {
    padding: 0; }
    .carousel--large:after {
      content: "";
      pointer-events: none;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: 0;
      height: 47.5%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#141729+0,141729+30,141729+60&0+0,1+80 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 23, 41, 0)), color-stop(30%, rgba(20, 23, 41, 0.38)), color-stop(60%, rgba(20, 23, 41, 0.75)), color-stop(80%, #141729));
      background: linear-gradient(to bottom, rgba(20, 23, 41, 0) 0%, rgba(20, 23, 41, 0.38) 30%, rgba(20, 23, 41, 0.75) 60%, #141729 80%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141729', endColorstr='#141729',GradientType=0 );
      /* IE6-9 */ }
  .carousel__cell {
    width: 100%;
    max-width: 1560px;
    padding: 20px; }
    @media (min-width: 992px) {
      .carousel__cell {
        padding-left: 20px;
        padding-right: 20px; } }
    .carousel--large .carousel__cell {
      padding: 0; }
    .carousel--card .carousel__cell {
      padding: 0;
      min-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .carousel--small .carousel__cell {
      min-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 350px;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
      opacity: 0.3;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      .carousel--small .carousel__cell.is-selected {
        opacity: 1; }
    .carousel--medium .carousel__cell {
      min-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 660px;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
      opacity: 0.3;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      @media (min-width: 992px) {
        .carousel--medium .carousel__cell {
          width: 50%; } }
      .carousel--medium .carousel__cell.is-selected {
        opacity: 1; }
  .carousel:hover .flickity-button {
    opacity: 1; }
  .carousel .flickity-button {
    width: 40px;
    height: 40px;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    @media (hover: hover) {
      .carousel .flickity-button {
        opacity: 0; } }
    @media (min-width: 992px) {
      .carousel .flickity-button {
        width: 80px;
        height: 80px; } }
    .carousel .flickity-button[disabled] {
      opacity: 0;
      visibility: hidden; }
    .carousel .flickity-button-icon {
      left: 50%;
      top: 50%;
      width: 31px;
      height: 50px;
      -webkit-transform: translateX(4px) translateX(-50%) translateY(-50%);
              transform: translateX(4px) translateX(-50%) translateY(-50%); }
    .carousel .flickity-button.previous {
      left: 20px; }
      @media only screen and (min-width: 1560px) {
        .carousel .flickity-button.previous {
          left: 200px; } }
      @media only screen and (min-width: 1920px) {
        .carousel .flickity-button.previous {
          left: 240px; } }
    .carousel .flickity-button.next {
      right: 20px; }
      @media only screen and (min-width: 1560px) {
        .carousel .flickity-button.next {
          right: 200px; } }
      @media only screen and (min-width: 1920px) {
        .carousel .flickity-button.next {
          right: 240px; } }
      .carousel .flickity-button.next .flickity-button-icon {
        -webkit-transform: translateX(-4px) translateX(-50%) translateY(-50%);
                transform: translateX(-4px) translateX(-50%) translateY(-50%); }
  .carousel .dots {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px;
    background-color: #222535;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .carousel--large .dots {
    bottom: 0;
    max-width: 296px; }
    @media (min-width: 992px) {
      .carousel--large .dots {
        bottom: 107px; } }
  .carousel .dot {
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1; }
    .carousel .dot.is-selected {
      background-color: #14f0af; }

.timeline {
  position: relative;
  overflow: hidden;
  height: 68px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.3125; }
  @media (min-width: 992px) {
    .timeline {
      height: auto;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  .timeline__track {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .timeline__track {
        padding-bottom: 0; } }
  .timeline__line {
    overflow: hidden;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    height: 4px;
    margin-left: 59px;
    margin-right: 59px;
    background: #464b60; }
  .timeline__inner {
    width: 100%;
    height: inherit;
    left: 0;
    background: #4650f0;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    [data-slide-active="2"] .timeline__inner {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%); }
    [data-slide-active="3"] .timeline__inner {
      -webkit-transform: translateX(-60%);
              transform: translateX(-60%); }
    [data-slide-active="4"] .timeline__inner {
      -webkit-transform: translateX(-40%);
              transform: translateX(-40%); }
    [data-slide-active="5"] .timeline__inner {
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%); }
    [data-slide-active="6"] .timeline__inner {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
  .timeline__container {
    position: relative;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 696px; }
    @media (min-width: 992px) {
      .timeline__container {
        width: auto; } }
  .timeline__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0; }
  .timeline__item {
    position: relative;
    z-index: 1;
    width: 16.66667%;
    width: 116px;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    @media (min-width: 992px) {
      .timeline__item {
        width: auto; } }
    .timeline__item:focus, .timeline__item:hover {
      color: rgba(255, 255, 255, 0.75); }
    [data-slide-active="1"] .timeline__item:nth-child(1) {
      color: #ffffff; }
      [data-slide-active="1"] .timeline__item:nth-child(1):after {
        border-color: #4650f0; }
    [data-slide-active="2"] .timeline__item:nth-child(2) {
      color: #ffffff; }
    [data-slide-active="2"] .timeline__item:nth-child(1):after, [data-slide-active="2"] .timeline__item:nth-child(2):after {
      border-color: #4650f0; }
    [data-slide-active="3"] .timeline__item:nth-child(3) {
      color: #ffffff; }
    [data-slide-active="3"] .timeline__item:nth-child(1):after, [data-slide-active="3"] .timeline__item:nth-child(2):after, [data-slide-active="3"] .timeline__item:nth-child(3):after {
      border-color: #4650f0; }
    [data-slide-active="4"] .timeline__item:nth-child(4) {
      color: #ffffff; }
    [data-slide-active="4"] .timeline__item:nth-child(1):after, [data-slide-active="4"] .timeline__item:nth-child(2):after, [data-slide-active="4"] .timeline__item:nth-child(3):after, [data-slide-active="4"] .timeline__item:nth-child(4):after {
      border-color: #4650f0; }
    [data-slide-active="5"] .timeline__item:nth-child(5) {
      color: #ffffff; }
    [data-slide-active="5"] .timeline__item:nth-child(1):after, [data-slide-active="5"] .timeline__item:nth-child(2):after, [data-slide-active="5"] .timeline__item:nth-child(3):after, [data-slide-active="5"] .timeline__item:nth-child(4):after, [data-slide-active="5"] .timeline__item:nth-child(5):after {
      border-color: #4650f0; }
    [data-slide-active="6"] .timeline__item:nth-child(6) {
      color: #ffffff; }
    [data-slide-active="6"] .timeline__item:nth-child(1):after, [data-slide-active="6"] .timeline__item:nth-child(2):after, [data-slide-active="6"] .timeline__item:nth-child(3):after, [data-slide-active="6"] .timeline__item:nth-child(4):after, [data-slide-active="6"] .timeline__item:nth-child(5):after, [data-slide-active="6"] .timeline__item:nth-child(6):after {
      border-color: #4650f0; }
    .timeline__item:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%) translateY(15px);
              transform: translateX(-50%) translateY(15px);
      width: 16px;
      height: 16px;
      border: #464b60 solid 4px;
      border-radius: 100%;
      background: #151829; }
  .timeline__button {
    overflow: visible;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    color: inherit;
    font-family: "DINOT", Helvetica, Arial, sans-serif;
    text-align: center; }
    .timeline__button:focus {
      outline-offset: -1px;
      outline-color: white; }
  .timeline__title {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.3; }
  .timeline__desc {
    display: none; }
    @media (min-width: 992px) {
      .timeline__desc {
        display: block; } }

.timeline-carousel__timeline {
  max-width: 1482px;
  margin: 0 auto; }

.timeline-carousel__carousel {
  margin-top: 40px;
  padding-bottom: 0; }

.timeline-carousel .carousel__cell {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .timeline-carousel .carousel__cell {
      padding: 0; } }

.timeline-carousel .text-icon-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.timeline-carousel .text-icon-block__footer {
  margin-top: auto; }

.timeline-carousel .text-icon-block--timeline {
  width: 100%; }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%) translateZ(0);
            transform: translateY(15%) translateZ(0); }
  to {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%) translateZ(0);
            transform: translateY(15%) translateZ(0); }
  to {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }
  to {
    -webkit-transform: translateY(-10%) translateZ(0);
            transform: translateY(-10%) translateZ(0); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }
  to {
    -webkit-transform: translateY(-10%) translateZ(0);
            transform: translateY(-10%) translateZ(0); } }

.modal {
  display: none; }
  .modal iframe {
    display: block; }
  .modal.is-open {
    position: relative;
    z-index: 100000;
    display: block; }
  .modal[aria-hidden="false"] .modal__container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .modal[aria-hidden="true"] .modal__container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .modal__rule {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 1px;
    background-color: #282c40; }
  .modal__container {
    will-change: transform; }
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal__container {
    display: block;
    background-color: #1e2131;
    width: 100%;
    max-width: 620px;
    max-height: calc(100vh - 40px);
    border-radius: 12px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .modal--empty .modal__container {
      max-width: 1468px; }
    .modal--wide .modal__container {
      max-width: 920px; }
  .modal__header {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .modal__header {
        margin-top: 60px;
        margin-bottom: -30px;
        padding-top: 0;
        padding-left: 60px;
        padding-right: 60px; } }
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.33;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .modal__body {
    padding: 20px; }
    @media (min-width: 992px) {
      .modal__body {
        padding: 60px; } }
    @media (min-width: 992px) {
      .modal--empty .modal__body {
        padding: 56px; } }
  .modal__content {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5555555556; }
    @media (min-width: 992px) {
      .modal__content {
        padding: 60px; } }
    .modal--empty .modal__content {
      padding: 0 !important; }
  .modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 18px 24px;
    background-color: #151829; }
  .modal__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal__cta > * {
      margin-right: 16px; }
      .modal__cta > *:last-child {
        margin-right: 0; }

.play-button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  outline-offset: -1px;
  outline-color: white !important; }
  .play-button:focus, .play-button:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .play-button img {
    display: block; }

.chart-donut {
  text-align: center; }
  .chart-donut__figure {
    position: relative;
    margin: 0 auto;
    padding: 0; }
  .chart-donut__label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.28125;
    text-align: center;
    color: #ffffff; }
  .chart-donut__figcaption {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2777777778; }
    @media (min-width: 992px) {
      .chart-donut__figcaption {
        margin-top: 40px; } }

.charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .charts {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .charts > * {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .charts > * {
        margin-right: 100px;
        margin-bottom: 0; } }
    .charts > *:last-child {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .charts > *:last-child {
          margin-right: 0; } }

.author-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .author-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .author-card__avatar-link {
    display: block;
    margin-right: 25px; }
    @media (min-width: 992px) {
      .author-card__avatar-link {
        margin-right: 0;
        margin-bottom: 20px; } }
  .author-card__avatar {
    overflow: hidden;
    display: block;
    max-width: 63px;
    border-radius: 100%; }
  .author-card__name {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2916666667; }
  .author-card__description {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2916666667; }

.meta-list {
  font-size: 18px;
  line-height: 1.2777777778; }
  .meta-list__title {
    margin: 0;
    font-weight: 900; }
  .meta-list__list {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none; }
  .meta-list__item {
    margin: 0; }
  .meta-list__link {
    color: #14f0af; }

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #14f0af; }
  .stars__score {
    position: relative;
    margin: 0;
    margin-right: 15px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.28125; }
  .stars__progress {
    position: relative;
    overflow: hidden;
    width: 173px;
    height: 27px;
    background: #434657; }
    .stars__progress:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      background-image: url("../../src/images/stars-overlay.png");
      background-size: 173px 27px !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .stars__progress:before {
          background-image: url("../../src/images/stars-overlay@2x.png");
          background-size: 173px 27px; } }
  .stars__progress-bar {
    width: 100%;
    height: inherit;
    background: #14f0af;
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }

.blog-roll__grid {
  display: grid;
  grid-gap: 19px 16px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 576px) {
    .blog-roll__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .blog-roll__grid {
      grid-gap: 32px; } }
  @media (min-width: 1200px) {
    .blog-roll__grid {
      grid-template-columns: repeat(3, 1fr); } }

.blog-roll__item {
  min-width: 100%;
  height: 100%; }
  .blog-roll__item > * {
    height: inherit; }
  .blog-roll__item--full-feature {
    grid-column: 1 / -1; }
  @media (min-width: 1200px) {
    .blog-roll__item--double {
      grid-column: 2 / -1; } }
  @media (min-width: 1200px) {
    .blog-roll__item--single-reverse {
      grid-column: 3 / -1; } }
  @media (min-width: 1200px) {
    .blog-roll__item--double-reverse {
      grid-column: 1 / 3; } }

.blog-roll__row {
  margin-top: 19px; }
  @media (min-width: 992px) {
    .blog-roll__row {
      margin-top: 32px; } }

.box-ad {
  padding: 26px; }
  .box-ad__strong-line {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2857142857; }
  .box-ad__title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2777777778; }
  .box-ad__copy {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5; }
    .box-ad__copy:last-child {
      margin-bottom: 0r; }
  .box-ad__button {
    font-size: 16px;
    text-align: left; }
  .box-ad__ctas {
    margin-top: 20px; }

.error404 {
  position: relative;
  background-image: url("../../src/images/bg-space-small.jpg");
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
    .error404 {
      background-image: url("../../src/images/bg-space-small@2x.jpg");
      background-size: 1920px 1257px; } }
  @media (min-width: 576px) {
    .error404 {
      background-image: url("../../src/images/bg-space-empty.jpg");
      background-size: 1920px 1257px !important; } }
  @media only screen and (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 576px) and (min-resolution: 192dpi) {
    .error404 {
      background-image: url("../../src/images/bg-space-empty@2x.jpg");
      background-size: 1920px 1257px; } }
  @media only screen and (min-width: 1920px) {
    .error404 {
      background-size: cover !important; } }
  .error404__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: -100px; }
    @media (min-width: 992px) {
      .error404__container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 963px;
        margin-top: 0; } }
  .error404__title {
    max-width: 608px;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2857142857; }
    @media (min-width: 992px) {
      .error404__title {
        margin-left: auto;
        margin-right: auto;
        font-size: 66px;
        font-weight: 900;
        line-height: 1.2878787879; } }
  .error404__desc {
    max-width: 223px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 992px) {
      .error404__desc {
        max-width: 295px; } }
  .error404__ctas {
    margin-top: 340px; }
    @media (min-width: 992px) {
      .error404__ctas {
        margin-top: 30px; } }
  .error404__ship {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    bottom: 55px;
    left: 48%;
    width: 250px;
    height: auto; }
    @media (min-width: 768px) {
      .error404__ship {
        width: 336px;
        height: 310px;
        bottom: 45px;
        left: 100%;
        -webkit-transform: translateX(-390px);
                transform: translateX(-390px); } }
  .error404__ship-motion {
    pointer-events: none;
    position: absolute;
    z-index: 1001;
    bottom: 0;
    left: 48%;
    width: 540px !important;
    height: 535px !important;
    height: auto;
    -webkit-transform: translateX(110px) translateY(100px);
            transform: translateX(110px) translateY(100px);
    mix-blend-mode: screen; }
    @media (min-width: 768px) {
      .error404__ship-motion {
        bottom: 43px;
        width: 645px !important;
        height: 640px !important;
        left: 100%;
        -webkit-transform: translateX(-261px) translateY(165px);
                transform: translateX(-261px) translateY(165px); } }
  .error404__base-station {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 240px;
    left: 50%;
    width: 455px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    @media (min-width: 768px) {
      .error404__base-station {
        top: 90px;
        width: 704px;
        height: 752px;
        -webkit-transform: translateX(-100%) translateX(-201px);
                transform: translateX(-100%) translateX(-201px); } }
  .error404__flare {
    pointer-events: none;
    position: absolute;
    z-index: 9;
    top: 390px;
    left: 50%;
    -webkit-transform: translateX(-100%) translateX(-408px);
            transform: translateX(-100%) translateX(-408px);
    width: 336px;
    mix-blend-mode: lighten; }
    @media (min-width: 768px) {
      .error404__flare {
        width: 536px;
        height: 365px; } }

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form textarea {
  padding: 18px 24px;
  background-color: transparent;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  border: #383b50 solid 1px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  color: #ffffff;
  outline-color: #ffffff; }
  .form input[type="text"]:focus,
  .form input[type="email"]:focus,
  .form input[type="number"]:focus,
  .form textarea:focus {
    outline-color: #ffffff; }
  .form input[type="text"]:invalid:not(:placeholder-shown),
  .form input[type="email"]:invalid:not(:placeholder-shown),
  .form input[type="number"]:invalid:not(:placeholder-shown),
  .form textarea:invalid:not(:placeholder-shown) {
    border: red solid 1px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form input[type="text"]::-webkit-input-placeholder,
  .form input[type="email"]::-webkit-input-placeholder,
  .form input[type="number"]::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8); }
  .form input[type="text"]::-moz-placeholder,
  .form input[type="email"]::-moz-placeholder,
  .form input[type="number"]::-moz-placeholder,
  .form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8); }
  .form input[type="text"]:-ms-input-placeholder,
  .form input[type="email"]:-ms-input-placeholder,
  .form input[type="number"]:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8); }
  .form input[type="text"]:-moz-placeholder,
  .form input[type="email"]:-moz-placeholder,
  .form input[type="number"]:-moz-placeholder,
  .form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8); }

.form__ctas {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .form__ctas {
      margin-top: 25px; } }

.form__input {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 992px) {
    .form__input {
      margin-bottom: 25px; } }
  .form__input textarea,
  .form__input label,
  .form__input input,
  .form__input select {
    display: block; }
    .form__input textarea:focus,
    .form__input label:focus,
    .form__input input:focus,
    .form__input select:focus {
      outline-color: #ffffff; }
  .form__input label {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300; }

.form__note-container {
  position: relative; }
  .form__note-container textarea {
    padding-bottom: 60px; }

.form__note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  padding-left: 24px;
  padding-right: 12px;
  font-size: 18px;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.5);
  fill: white; }

.form__note-icon {
  margin-right: 8px; }

.form-input-upload > input[type="file"] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0; }

.form-input-upload > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.9;
  margin-bottom: 0; }
  .form-input-upload > label .form-input-upload-label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 21px;
    margin-top: 3px;
    max-width: 200px;
    padding: 15px; }
    .form-input-upload > label .form-input-upload-label span {
      color: #151829 !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: auto;
      margin-right: 25px;
      text-align: left;
      font-size: 19.5px !important; }
  .form-input-upload > label .icon {
    fill: #b0adab;
    margin-right: 25px;
    width: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 25px; }

.form-output {
  color: #151829;
  font-size: 21px;
  font-weight: 600; }

.form-output-error {
  color: red; }

.form-output-success {
  color: green; }

.contact-form {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .contact-form__row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 38px; } }
  .contact-form__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-form__full-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .contact-form__full-height textarea {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  @media (min-width: 992px) {
    .contact-form__inner-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 25px; } }
  @media (max-width: 991.98px) {
    .contact-form__textarea {
      min-height: 380px; } }

.definitions__list {
  margin: 0;
  padding: 0; }

.definitions__item {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .definitions__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .definitions__item:last-child {
    margin-bottom: 0; }

.definitions__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
  min-width: 140px;
  font-size: 17px;
  line-height: 1.2352941176;
  font-weight: 900;
  fill: #ffffff; }

.definitions__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5555555556; }
  @media (min-width: 992px) {
    .definitions__content {
      padding-left: 40px; } }

.definitions__icon {
  position: relative;
  top: -2px;
  margin-right: 14px; }

.toggle-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .toggle-check__indicator {
    cursor: pointer;
    position: relative;
    display: block;
    width: 38px;
    height: 21px;
    border-radius: 10.5px;
    background: #282c40;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms; }
    .toggle-check__indicator:before {
      content: "";
      display: block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 2px;
      border-radius: 100%;
      background-color: #ffffff;
      -webkit-transition: ease-in-out, 250ms;
      transition: ease-in-out, 250ms; }
  .toggle-check__label {
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2352941176; }
  .toggle-check input {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
    .toggle-check input:checked ~ .toggle-check__indicator {
      background: #4650f0; }
      .toggle-check input:checked ~ .toggle-check__indicator:before {
        -webkit-transform: translateX(16px) translateY(-50%);
                transform: translateX(16px) translateY(-50%); }
    .toggle-check input[disabled] ~ .toggle-check__label {
      cursor: not-allowed; }
    .toggle-check input[disabled] ~ .toggle-check__indicator {
      cursor: not-allowed;
      background: #282c40; }
      .toggle-check input[disabled] ~ .toggle-check__indicator:before {
        opacity: 50%; }

.modal-cookies__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .modal-cookies__choices {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.modal-cookies__choice {
  margin-bottom: 20px; }
  .modal-cookies__choice:last-child {
    margin-bottom: 0; }

.avatar {
  overflow: hidden;
  border-radius: 100%; }

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .language-switcher__select {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (max-width: 991.98px) {
  .show-more__item--above-limit {
    display: none !important; } }

.show-more__button {
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .show-more__button {
      display: none; } }

.load-more__button {
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto; }

.wp-pagenavi {
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  margin-top: 40px;
  margin-bottom: -5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-pagenavi .pages {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .wp-pagenavi .pages {
        font-size: 16px; } }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    cursor: pointer;
    margin: 0 5px;
    margin-bottom: 5px;
    padding: 10px;
    min-width: 44px;
    display: inline-block; }
  .wp-pagenavi .extend {
    font-size: 14px; }
  .wp-pagenavi .current,
  .wp-pagenavi a.page {
    display: none; }
    @media (min-width: 992px) {
      .wp-pagenavi .current,
      .wp-pagenavi a.page {
        display: inline-block; } }
  .wp-pagenavi .current {
    cursor: unset;
    background-color: #4650f0 !important;
    border-color: #4650f0 !important; }
  @media (min-width: 992px) {
    .wp-pagenavi .pages,
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
      display: none; } }

.tab-bar {
  position: relative; }
  .tab-bar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .tab-bar__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0 7px;
        background: #1e2131;
        border-radius: 12px; } }
  .tab-bar__item {
    width: 100%;
    max-width: 425px;
    margin-bottom: 24px;
    background: #1e2131;
    border-radius: 12px; }
    @media (min-width: 992px) {
      .tab-bar__item {
        margin: 0 12px;
        margin-bottom: 0;
        background: none; } }
  .tab-bar__tab {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 23px 32px;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-family: "DINOT", Helvetica, Arial, sans-serif;
    text-align: center; }
    .tab-bar__tab:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 12px;
      background-repeat: no-repeat;
      -webkit-transition: ease-in-out, 250ms;
      transition: ease-in-out, 250ms; }
    .tab-bar__tab--shuttle:before {
      background-image: url("../../src/images/shuttle.png");
      background-position: 8px -4px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .tab-bar__tab--shuttle:before {
          background-image: url("../../src/images/shuttle@2x.png");
          background-size: 108px 108px; } }
    .tab-bar__tab--hacker:before {
      background-image: url("../../src/images/hacker.png");
      background-position: right 19px bottom; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .tab-bar__tab--hacker:before {
          background-image: url("../../src/images/hacker@2x.png");
          background-size: 131px 118px; } }
    .tab-bar__tab--wreath:before {
      background-image: url("../../src/images/wreath.png");
      background-position: right 0 bottom; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .tab-bar__tab--wreath:before {
          background-image: url("../../src/images/wreath@2x.png");
          background-size: 154px 114px; } }
    @media (min-width: 992px) {
      .tab-bar__tab:after {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0);
                transform: translateX(-50%) scale(0);
        top: calc(100% + 16px);
        width: 120px;
        height: 8px;
        border-radius: 12px;
        background: #4650f0;
        -webkit-transition: ease-in-out, 250ms;
        transition: ease-in-out, 250ms; } }
    .tab-bar__tab:focus:after, .tab-bar__tab:hover:after {
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .tab-bar__tab[aria-selected="true"]:before {
      background-color: #4650f0; }
      @media (min-width: 992px) {
        .tab-bar__tab[aria-selected="true"]:before {
          top: -10px;
          bottom: -10px; } }
    .tab-bar__tab[aria-selected="true"]:after {
      top: calc(100% + 22px);
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
  .tab-bar__content {
    position: relative;
    z-index: 1; }
  .tab-bar__pre-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4166666667; }
    @media (min-width: 992px) {
      .tab-bar__pre-title {
        font-size: 24px; } }
  .tab-bar__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2941176471; }
    @media (min-width: 992px) {
      .tab-bar__title {
        font-size: 34px; } }

.tier-table {
  padding: 10px;
  background-color: #222436;
  border: #383b50 solid 1px;
  border-radius: 12px;
  -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1200px) {
    .tier-table {
      padding: 26px 0; } }
  .tier-table__table {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-spacing: 2px 0;
    font-size: 16px; }
    @media (min-width: 1200px) {
      .tier-table__table {
        border-spacing: 40px 0;
        font-size: 20px; } }
  .tier-table thead {
    margin-bottom: 10px; }
  .tier-table th,
  .tier-table td {
    padding: 0;
    border-right: none !important; }
  .tier-table td {
    padding: 5px 0; }
  .tier-table tr:first-of-type td {
    padding-top: 20px; }
  .tier-table th {
    padding: 6px 0; }
    .tier-table th:nth-child(1) {
      border-bottom: #176058 solid 2px; }
    .tier-table th:nth-child(2) {
      border-bottom: #26aa81 solid 2px; }
    .tier-table th:nth-child(3) {
      border-bottom: #3befae solid 2px; }
  .tier-table td:nth-child(1) .tier-table__icon {
    color: #176058; }
  .tier-table td:nth-child(2) .tier-table__icon {
    color: #26aa81; }
  .tier-table td:nth-child(3) .tier-table__icon {
    color: #3befae; }
  .tier-table__icon {
    margin-right: 4px; }
  .tier-table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.pill-list__title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2916666667;
  border-bottom: #383b50 solid 1px; }

.pill-list__section {
  margin-bottom: 30px; }
  .pill-list__section:last-child {
    margin-bottom: 0; }
  .pill-list__section-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2777777778; }

.pill-list__pills {
  margin: 0;
  padding: 0; }

.pill-list__pill {
  margin-right: 6px;
  margin-bottom: 10px; }

.pill-list-cols {
  display: grid;
  grid-gap: 42px; }
  @media (min-width: 992px) {
    .pill-list-cols {
      grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 992px) {
  .template-home__icon-list__text--handheld, .template-reports__icon-list__text--handheld {
    max-width: 480px; } }

@media (min-width: 992px) {
  .template-home__icon-list__text--yay, .template-reports__icon-list__text--yay {
    max-width: 422px; } }

@media (min-width: 992px) {
  .template-home__icon-list__text--ball, .template-reports__icon-list__text--ball {
    max-width: 495px; } }

.template-benchmarks__hero {
  padding-top: 100px; }
  @media (min-width: 992px) {
    .template-benchmarks__hero {
      padding-top: 180px; } }

.template-home {
  color: #ffffff; }
  .template-home__inline-icons {
    margin-top: 32px;
    margin-bottom: 8px; }
  .template-home__card__small {
    font-size: 16px;
    line-height: 1.625; }
  .template-home__hero-supplement-title {
    margin-bottom: 26px !important;
    font-weight: 600; }
  .template-home__business-event {
    opacity: 0.5;
    display: none; }
    @media (min-width: 992px) {
      .template-home__business-event {
        display: block;
        margin-bottom: 16px; }
        .template-home__business-event:last-child {
          margin-bottom: 0; } }
    .template-home__business-event:nth-child(2) {
      opacity: 1;
      display: block; }
  .template-home__section-analytics {
    padding-bottom: 330px; }
    @media (min-width: 992px) {
      .template-home__section-analytics {
        padding-top: 200px;
        padding-bottom: 0; } }
    .template-home__section-analytics__hero {
      padding-bottom: 50px; }
      @media (min-width: 992px) {
        .template-home__section-analytics__hero {
          padding-bottom: 100px; } }
  @media (min-width: 992px) {
    .template-home__section-features__image {
      width: 1553px; } }
  .template-home__section-support {
    position: relative; }
    .template-home__section-support:before {
      pointer-events: none;
      content: "";
      position: absolute;
      top: -415px;
      bottom: auto;
      width: 375px;
      height: 542px;
      background-image: url("../../src/images/bg-rocket.png");
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: center 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateX(-40px);
              transform: translateX(-50%) translateX(-40px); }
      @media (min-width: 992px) {
        .template-home__section-support:before {
          top: -7.5vw;
          right: 0;
          bottom: -9vw;
          left: 0;
          width: auto;
          height: auto;
          -webkit-transform: none;
                  transform: none;
          background-image: url("../../src/images/bg-ships.png"); } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .template-home__section-support:before {
      background-image: url("../../src/images/bg-ships@2x.png");
      background-size: 100px 100px; } }
  .template-home__section-stats {
    padding-top: 0; }
    @media (min-width: 992px) {
      .template-home__section-stats {
        padding-top: 100px; } }
    @media (min-width: 992px) {
      .template-home__section-stats__container {
        max-width: 1620px !important; } }
    @media (min-width: 1200px) {
      .template-home__section-stats__container {
        position: relative;
        left: -120px; } }
    @media (min-width: 1200px) {
      .template-home__section-stats__col {
        width: 740px; } }
    .template-home__section-stats__image-col {
      display: none; }
      @media (min-width: 992px) {
        .template-home__section-stats__image-col {
          display: block; } }

@media (min-width: 992px) {
  .template-hiw__logo-wall {
    width: 896px; } }

@media (min-width: 768px) {
  .template-hiw__text-image-block__col {
    width: 620px; } }

@media (max-width: 991.98px) {
  .template-data-as-a-service__image-container {
    margin-left: -24px !important;
    margin-right: -24px !important; } }

.template-data-as-a-service__image {
  margin: 0 auto;
  display: block; }
  @media (min-width: 992px) {
    .template-data-as-a-service__image {
      width: 1137px;
      height: 886px;
      margin-right: -100px; } }
  @media (min-width: 1200px) {
    .template-data-as-a-service__image {
      margin-right: 0; } }

@media (min-width: 992px) {
  .template-data-as-a-service__button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 118px;
    padding-right: 118px; } }

.template-analytics__scene-fresh-n-egg:before {
  top: -655px; }
  @media (min-width: 992px) {
    .template-analytics__scene-fresh-n-egg:before {
      top: -495px; } }

.template-customers__scene-cloud:after {
  -webkit-transform: translateY(-50%) translateY(-220px);
          transform: translateY(-50%) translateY(-220px); }

@media (min-width: 992px) {
  .template-case-studies__hero-image, .template-customers__hero-image {
    margin-right: 0;
    width: 1851px !important;
    max-width: 1851px !important;
    bottom: 0;
    position: absolute;
    right: -120px !important;
    -webkit-transform: none !important;
            transform: none !important;
    top: auto !important; } }

@media (max-width: 991.98px) {
  .template-careers__hero, .template-hiring__hero {
    padding-bottom: 150px; } }

@media (min-width: 768px) {
  .template-careers__hero, .template-hiring__hero {
    height: 700px; } }

.template-careers__hero-image, .template-hiring__hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 991.98px) {
  .template-case-study__hero {
    padding-bottom: 150px; } }

@media (max-width: 991.98px) {
  .template-blog__scene-ghosts {
    padding-bottom: 380px !important; } }

.template-blog__cta-bar--small {
  display: none; }
  @media (min-width: 992px) {
    .template-blog__cta-bar--small {
      display: block; } }

.template-reports__hero {
  padding-bottom: 100px; }
  @media (min-width: 1200px) {
    .template-reports__hero {
      padding-bottom: 0;
      height: 900px; } }
  .template-reports__hero .hero__container {
    height: auto; }

.template-reports__report-box {
  position: relative;
  z-index: 1;
  margin-top: -50px; }
  @media (min-width: 1200px) {
    .template-reports__report-box {
      margin-top: -300px; } }

.template-404 .error404 {
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .template-404 .error404 {
      padding-bottom: 200px; } }

.template-404 .page-inner {
  padding-bottom: 0; }

.template-benchmarks__scene-cloud:after {
  -webkit-transform: translateY(-50%) translateY(-590px);
          transform: translateY(-50%) translateY(-590px); }
  @media (min-width: 576px) {
    .template-benchmarks__scene-cloud:after {
      -webkit-transform: translateY(-50%) translateY(-240px);
              transform: translateY(-50%) translateY(-240px); } }

.template-game-ops .page-inner {
  padding-bottom: 0; }

/*# sourceMappingURL=../../dist/css/main.min.css.map */
