/* @import url('http://example.com/example_style.css'); */
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.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-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-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-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.3333333333%;
}
.col-xs-2 {
    width: 16.6666666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-5 {
    width: 41.6666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333333333%;
}
.col-xs-11 {
    width: 91.6666666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%;
}
.col-xs-pull-2 {
    right: 16.6666666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333333333%;
}
.col-xs-pull-5 {
    right: 41.6666666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333333333%;
}
.col-xs-pull-8 {
    right: 66.6666666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333333333%;
}
.col-xs-pull-11 {
    right: 91.6666666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%;
}
.col-xs-push-2 {
    left: 16.6666666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333333333%;
}
.col-xs-push-5 {
    left: 41.6666666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333333333%;
}
.col-xs-push-8 {
    left: 66.6666666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333333333%;
}
.col-xs-push-11 {
    left: 91.6666666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.popup.show {
    display: flex !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
body .row-fluid [class*="span"] {
    min-height: 0;
}
body .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
body .h-wysiwyg-html .hs_cos_wrapper_type_cta {
    display: block;
    margin-top: 2rem;
}
body .h-wysiwyg-html .b-hero__cta-wrapper {
    margin-top: 2rem;
}
body .h-wysiwyg-html .b-hero__cta-wrapper .hs_cos_wrapper_type_cta {
    display: inline;
    margin-top: 0;
}
body .h-wysiwyg-html .b-hero__cta-wrapper .hs_cos_wrapper_type_cta:first-child {
    margin-right: 7px;
}
body .h-wysiwyg-html .b-hero__cta-wrapper .hs_cos_wrapper_type_cta a.cta_button {
    margin-bottom: 7px;
}
body .b-header a.cta_button {
    vertical-align: initial;
}
body .b-header a.cta_button span {
    border-width: 1px 0;
    border-style: solid;
    border-color: #41cd52;
}
body .b-header .c-btn + .hs_cos_wrapper_type_cta {
    margin-left: 2rem;
}
body .b-header .c-btn + .hs_cos_wrapper_type_cta .c-btn {
    margin-left: 0;
}
body div#hs-eu-cookie-confirmation,
body div#hs-eu-cookie-confirmation.can-use-gradients {
    background: #222840 !important;
    position: fixed !important;
    box-shadow: 0 0 10px #222840 !important;
    border-bottom: none;
    top: auto;
    bottom: 0;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 0 15px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    box-sizing: border-box;
}
@media (min-width: 456px) {
    body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner,
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
        padding: 0 30px !important;
    }
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner p,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    text-shadow: none !important;
    font-family: "Titillium Web" !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner p a,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a {
    font-family: inherit !important;
    color: #41cd52 !important;
    font-size: inherit !important;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
    margin-left: 10px;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
    text-shadow: none !important;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    line-height: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-family: "Titillium Web" !important;
    display: inline-block;
    padding: 0 15px !important;
    position: relative;
    background: #41cd52 !important;
    white-space: nowrap;
    margin-right: 0 !important;
    transition: all 0.2s ease-in-out;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:hover {
    background: #17a81a !important;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:after,
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:before,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:after,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #222840;
    position: absolute;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:before,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:before {
    transform: rotate(45deg);
    top: -12px;
    left: -13px;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:after,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:after {
    transform: rotate(-135deg);
    top: auto;
    right: -13px;
    bottom: -12px;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-vimeo,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-youtube {
    max-width: 100% !important;
    max-height: 100% !important;
}
.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    filter: blur(3px);
}
.remodal-overlay {
    background: rgba(65, 205, 82, 0.9);
}
.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
    animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
    animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
    padding: 10px 10px 0;
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}
.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
    animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
    animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}
.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}
.remodal-close:focus,
.remodal-close:hover {
    color: #2b2e38;
}
.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}
.remodal-cancel,
.remodal-confirm {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}
.remodal-confirm {
    color: #fff;
    background: #81c784;
}
.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a;
}
.remodal-cancel {
    color: #fff;
    background: #e57373;
}
.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350;
}
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0;
}
@keyframes remodal-opening-keyframes {
    0% {
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
@keyframes remodal-closing-keyframes {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.95);
        opacity: 0;
    }
}
@keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}
.lt-ie9 .remodal {
    width: 700px;
}
body .hbspt-form,
body .hs_cos_wrapper_type_form {
    text-align: left;
}
body .hbspt-form label .hs-form-required,
body .hs_cos_wrapper_type_form label .hs-form-required {
    color: #cb0131;
}
body .hbspt-form input,
body .hbspt-form select,
body .hbspt-form textarea,
body .hs_cos_wrapper_type_form input,
body .hs_cos_wrapper_type_form select,
body .hs_cos_wrapper_type_form textarea {
    padding: 0 1rem;
    border-radius: 0;
    box-sizing: content-box;
    width: 90%;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    box-shadow: none;
    background: #fbfbfb;
    border-color: #e6e7e9;
}
body .hbspt-form input:focus,
body .hbspt-form select:focus,
body .hbspt-form textarea:focus,
body .hs_cos_wrapper_type_form input:focus,
body .hs_cos_wrapper_type_form select:focus,
body .hs_cos_wrapper_type_form textarea:focus {
    border-color: #41cd52;
    box-shadow: 0 0 5px #41cd52;
}
body .hbspt-form input,
body .hbspt-form select,
body .hs_cos_wrapper_type_form input,
body .hs_cos_wrapper_type_form select {
    line-height: 4rem;
    height: 4rem;
}
body .hbspt-form input[type="checkbox"],
body .hbspt-form input[type="radio"],
body .hs_cos_wrapper_type_form input[type="checkbox"],
body .hs_cos_wrapper_type_form input[type="radio"] {
    height: auto;
    margin-right: 1rem;
    width: auto !important;
}
body .hbspt-form select,
body .hs_cos_wrapper_type_form select {
    width: 100% !important;
}
body .hbspt-form textarea,
body .hs_cos_wrapper_type_form textarea {
    padding: 1rem;
    height: 10rem;
}
body .hbspt-form ul,
body .hs_cos_wrapper_type_form ul {
    margin: 0;
    padding: 0;
}
body .hbspt-form li,
body .hs_cos_wrapper_type_form li {
    display: block;
}
body .hbspt-form .field > label,
body .hs_cos_wrapper_type_form .field > label {
    margin-top: 2rem;
    display: block;
    font-weight: 600;
    color: #09102b;
    margin-bottom: 0.5rem;
}
body .hbspt-form .hs-error-msgs label,
body .hs_cos_wrapper_type_form .hs-error-msgs label {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-top: 1rem;
    display: block;
}
@media (min-width: 768px) {
    body .hbspt-form .hs-error-msgs label,
    body .hs_cos_wrapper_type_form .hs-error-msgs label {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    body .hbspt-form .hs-error-msgs label,
    body .hs_cos_wrapper_type_form .hs-error-msgs label {
        font-size: 1.3rem;
    }
}
body .hbspt-form .hs_submit,
body .hs_cos_wrapper_type_form .hs_submit {
    text-align: center;
    width: 20rem;
    margin: auto;
    margin-top: 2rem;
    position: relative;
}
body .hbspt-form .hs_submit input,
body .hs_cos_wrapper_type_form .hs_submit input {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 90%;
    background: #41cd52;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    border: none;
    display: inline-block;
    height: 5rem;
    box-sizing: content-box;
}
body .hbspt-form .hs_submit input:hover,
body .hs_cos_wrapper_type_form .hs_submit input:hover {
    background: #21be2a;
    color: #fff;
}
body .scheme--darkv2 .hbspt-form label,
body .scheme--darkv2 .hs_cos_wrapper_type_form label {
    color: #fff;
}
body .c-modal .hbspot-form .hs_submit:after,
body .c-modal .hbspot-form .hs_submit:before,
body .c-modal .hs_cos_wrapper_type_form .hs_submit:after,
body .c-modal .hs_cos_wrapper_type_form .hs_submit:before {
    display: none;
}
body .c-modal .hbspot-form .hs-form-booleancheckbox,
body .c-modal .hs_cos_wrapper_type_form .hs-form-booleancheckbox {
    margin-top: 10px;
}
.hs-form {
    font-family: "Titillium Web", sans-serif, Arial;
    font-size: 1.6rem;
}
.hs-form .hs-field-desc {
    padding-bottom: 10px;
    color: #848895;
    font-size: 0.8em;
}
.hs-form a {
    color: #41cd52;
}
.hs-form .hs_submit .actions {
    display: inline-block;
    left: 1rem;
    margin: 20px 0 0 0;
    padding: 0;
    position: relative;
    position: relative;
    width: auto;
}
.hs-form .hs_submit .actions:after,
.hs-form .hs_submit .actions:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 100%;
    background-image: url(https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/greencorner-top-left.png);
    background-position: -6px -6px;
    padding-left: 1rem;
}
.hs-form .hs_submit .actions:before {
    left: -1rem;
}
.hs-form .hs_submit .actions:after {
    right: -1rem;
    transform: rotate(180deg);
}
.hs-form .hs_submit .actions input[type="submit"] {
    font-family: "Titillium Web", sans-serif, Arial;
    background: #41cd52;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 0;
    padding: 0 15px;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    width: 100% !important;
}
.hs-form .hs_submit .actions input[type="submit"]:focus,
.hs-form .hs_submit .actions input[type="submit"]:hover {
    border: 0;
    box-shadow: none;
}
.hs-form .hs-input {
    background: #fbfbfb;
    border-color: #e6e7e9;
    border-radius: 0;
    border-width: 1px 1px 2px 1px;
    box-shadow: none;
    box-sizing: content-box;
    height: auto;
    line-height: 1.4;
    max-width: 100%;
    padding: 9px 10px 10px 10px;
}
.hs-form .hs-input:focus {
    border-color: #41cd52;
    box-shadow: 0 0 5px #41cd52;
}
.hs-form select.hs-input {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    line-height: 1.4;
    background: #fff url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='50px'%20height='50px'><polyline%20points='46.139,15.518%2025.166,36.49%204.193,15.519'%20fill='%23666'/></svg>") right no-repeat;
    background-position: right 10px top 12px;
    background-size: 12px 16px;
}
.hs-form .legal-consent-container label.hs-form-booleancheckbox-display {
    display: flex;
    padding: 8px 0;
    align-items: flex-start;
}
.hs-form .legal-consent-container label.hs-form-booleancheckbox-display > input[type="checkbox"] {
    margin-top: 8px;
}
.hs-form .legal-consent-container label.hs-form-booleancheckbox-display > span {
    margin-left: 0;
    margin-top: 4px;
}
.hs-form .hs-error-msgs {
    margin-top: 6px;
}
.hs-form .hs-error-msgs label {
    color: #c87872;
    font-size: 0.8em;
}
.hs-form .hs-input.error {
    border-color: #c87872;
}
.hs-form fieldset[class*="form-columns"] .hs-input {
    box-sizing: border-box;
}
.hs-form fieldset .hs-form-field:last-child {
    padding-right: 0;
}
body .hs-form.stacked .actions {
    margin-left: 0;
    padding-left: 0;
}
body form.hs-form fieldset {
    max-width: none;
}
body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}
body form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
    max-width: 100%;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}
body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}
@media (max-width: 400px) {
    body form.hs-form fieldset .hs-form-field {
        padding: 0;
    }
    body form.hs-form .form-columns-2 .hs-form-field .hs-input,
    body form.hs-form .form-columns-3 .hs-form-field .hs-input,
    body form.hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100%;
    }
    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
        width: auto;
    }
}
.submitted-message {
    position: relative;
}
.submitted-message h1,
.submitted-message h2,
.submitted-message h3,
.submitted-message h4,
.submitted-message h5,
.submitted-message h6 {
    margin: 1.4em 0 0.4em 0;
}
.submitted-message h1:first-child,
.submitted-message h2:first-child,
.submitted-message h3:first-child,
.submitted-message h4:first-child,
.submitted-message h5:first-child,
.submitted-message h6:first-child {
    margin-top: 0;
}
.submitted-message p.accent + h1,
.submitted-message p.accent + h2,
.submitted-message p.accent + h3,
.submitted-message p.accent + h4,
.submitted-message p.accent + h5,
.submitted-message p.accent + h6 {
    margin-top: -1rem;
}
.submitted-message ol,
.submitted-message ul {
    margin-bottom: 1em;
}
.submitted-message ol ol,
.submitted-message ol ul,
.submitted-message ul ol,
.submitted-message ul ul {
    margin-bottom: 0;
}
.submitted-message p {
    margin-bottom: 1em;
}
.submitted-message p:last-child {
    margin-bottom: 0;
}
.submitted-message a {
    color: #41cd52;
}
.submitted-message hr {
    margin-bottom: 1.5em;
}
.submitted-message blockquote,
.submitted-message dd,
.submitted-message dl {
    margin-bottom: 1em;
}
.submitted-message blockquote + ol,
.submitted-message blockquote + ul,
.submitted-message dd + ol,
.submitted-message dd + ul,
.submitted-message dl + ol,
.submitted-message dl + ul {
    margin-bottom: 0;
}
.submitted-message img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.submitted-message pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.submitted-message .wp-caption {
    max-width: 100%;
}
.submitted-message .wp-caption img {
    margin-bottom: 0.3em;
}
.submitted-message p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .submitted-message p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .submitted-message p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.submitted-message .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.submitted-message .alignnone img {
    width: 100%;
}
.submitted-message .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.submitted-message .alignleft,
.submitted-message .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.submitted-message .alignleft {
    float: left;
    margin-right: 2%;
}
.submitted-message .alignright {
    float: right;
    margin-left: 2%;
}
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed embed,
.hs-responsive-embed iframe,
.hs-responsive-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-vimeo,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-youtube {
    padding-bottom: 56.25%;
}
html {
    box-sizing: border-box;
    font-size: 8px;
}
@media (min-width: 0) {
    html {
        font-size: 8.5px;
    }
}
@media (min-width: 768px) {
    html {
        font-size: 9px;
    }
}
@media (min-width: 992px) {
    html {
        font-size: 9.5px;
        overflow-y: scroll;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 10px;
    }
}
*,
:after,
:before {
    box-sizing: inherit;
    outline: none;
}
a[name="block"] {
    display: block;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-size: 1.6rem;
    background-color: #fff;
    color: #53586b;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    line-height: 1.628571429;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 50px;
}
html.hs-inline-edit body {
    padding-top: 0;
}
@media (min-width: 992px) {
    body {
        padding-top: 0;
    }
    body.hs-inline-edit {
        padding-top: 0;
    }
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
}
button,
html,
input,
select,
textarea {
    color: #53586b;
    font-family: inherit;
    line-height: inherit;
}
a {
    cursor: pointer;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
::selection {
    background: #41cd52;
    color: #fff;
}
::-moz-selection {
    background: #41cd52;
    color: #fff;
}
.clip-path {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
}
.font-brand-color {
    color: #41cd52 !important;
}
.h-clearfix:after,
.h-clearfix:before {
    content: " ";
    display: table;
}
.h-clearfix:after {
    clear: both;
}
.h-center-align-element {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h-center-align-content {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.h-equal-height {
    display: flex;
    flex: 1 0 auto;
}
.h-clickable {
    position: relative;
    cursor: pointer;
    display: block;
}
.h-clickable__item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(0, 0, 0, 0);
}
.h-wysiwyg-html {
    position: relative;
}
.h-wysiwyg-html h1,
.h-wysiwyg-html h2,
.h-wysiwyg-html h3,
.h-wysiwyg-html h4,
.h-wysiwyg-html h5,
.h-wysiwyg-html h6 {
    margin: 1.4em 0 0.4em 0;
}
.h-wysiwyg-html h1:first-child,
.h-wysiwyg-html h2:first-child,
.h-wysiwyg-html h3:first-child,
.h-wysiwyg-html h4:first-child,
.h-wysiwyg-html h5:first-child,
.h-wysiwyg-html h6:first-child {
    margin-top: 0;
}
.h-wysiwyg-html p.accent + h1,
.h-wysiwyg-html p.accent + h2,
.h-wysiwyg-html p.accent + h3,
.h-wysiwyg-html p.accent + h4,
.h-wysiwyg-html p.accent + h5,
.h-wysiwyg-html p.accent + h6 {
    margin-top: -1rem;
}
.h-wysiwyg-html ol,
.h-wysiwyg-html ul {
    margin-bottom: 1em;
}
.h-wysiwyg-html ol ol,
.h-wysiwyg-html ol ul,
.h-wysiwyg-html ul ol,
.h-wysiwyg-html ul ul {
    margin-bottom: 0;
}
.h-wysiwyg-html p {
    margin-bottom: 1em;
}
.h-wysiwyg-html p:last-child {
    margin-bottom: 0;
}
.h-wysiwyg-html a {
    color: #41cd52;
}
.h-wysiwyg-html hr {
    margin-bottom: 1.5em;
}
.h-wysiwyg-html blockquote,
.h-wysiwyg-html dd,
.h-wysiwyg-html dl {
    margin-bottom: 1em;
}
.h-wysiwyg-html blockquote + ol,
.h-wysiwyg-html blockquote + ul,
.h-wysiwyg-html dd + ol,
.h-wysiwyg-html dd + ul,
.h-wysiwyg-html dl + ol,
.h-wysiwyg-html dl + ul {
    margin-bottom: 0;
}
.h-wysiwyg-html img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.h-wysiwyg-html pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.h-wysiwyg-html .wp-caption {
    max-width: 100%;
}
.h-wysiwyg-html .wp-caption img {
    margin-bottom: 0.3em;
}
.h-wysiwyg-html p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .h-wysiwyg-html p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .h-wysiwyg-html p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.h-wysiwyg-html .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.h-wysiwyg-html .alignnone img {
    width: 100%;
}
.h-wysiwyg-html .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.h-wysiwyg-html .alignleft,
.h-wysiwyg-html .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.h-wysiwyg-html .alignleft {
    float: left;
    margin-right: 2%;
}
.h-wysiwyg-html .alignright {
    float: right;
    margin-left: 2%;
}
.h-styled-list ul {
    list-style-type: none;
    padding: 0;
}
.h-styled-list ul li {
    padding-left: 1em;
    position: relative;
}
.h-styled-list ul li:not(:first-child) {
    margin-top: 1.5rem;
}
.h-styled-list ul li:before {
    color: #41cd52;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
.h-full-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    body .h-visible-mobile {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1399px) {
    body .h-visible-laptop {
        display: block;
    }
}
@media (min-width: 1400px) {
    body .h-visible-desktop {
        display: block;
    }
}
@media print {
    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.scheme {
    position: relative;
}
.scheme--default h1,
.scheme--default h2,
.scheme--default h3,
.scheme--default h4,
.scheme--default h5,
.scheme--default h6,
.scheme--default p.xlarge {
    color: #09102b;
}
.scheme--default li,
.scheme--default p,
.scheme--default ul {
    color: #53586b;
}
.scheme--default hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .scheme--default .comment-reply-to,
.b-blog-comments .scheme--default .comment-reply-to:hover,
.scheme--default .b-blog-comments .comment-reply-to,
.scheme--default .b-blog-comments .comment-reply-to:hover,
.scheme--default .c-btn--small,
.scheme--default .c-btn--small:hover {
    color: #41cd52;
}
.scheme--default p.accent {
    color: #6c7080;
}
.scheme--dark h1,
.scheme--dark h2,
.scheme--dark h3,
.scheme--dark h4,
.scheme--dark h5,
.scheme--dark h6 {
    color: #fff;
}
.scheme--dark li,
.scheme--dark p,
.scheme--dark ul {
    color: #fff;
}
.scheme--dark hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .scheme--dark .comment-reply-to,
.b-blog-comments .scheme--dark .comment-reply-to:hover,
.scheme--dark .b-blog-comments .comment-reply-to,
.scheme--dark .b-blog-comments .comment-reply-to:hover,
.scheme--dark .c-btn--small,
.scheme--dark .c-btn--small:hover {
    color: #41cd52;
}
.scheme--grey h1,
.scheme--grey h2,
.scheme--grey h3,
.scheme--grey h4,
.scheme--grey h5,
.scheme--grey h6,
.scheme--grey p.xlarge {
    color: #09102b;
}
.scheme--grey li,
.scheme--grey p,
.scheme--grey ul {
    color: #53586b;
}
.scheme--grey hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .scheme--grey .comment-reply-to,
.b-blog-comments .scheme--grey .comment-reply-to:hover,
.scheme--grey .b-blog-comments .comment-reply-to,
.scheme--grey .b-blog-comments .comment-reply-to:hover,
.scheme--grey .c-btn--small,
.scheme--grey .c-btn--small:hover {
    color: #41cd52;
}
.scheme--grey p.accent {
    color: #6c7080;
}
.scheme--grey .c-corners:after,
.scheme--grey .c-corners:before {
    background: #f5f5f7;
}
.scheme--darkv2 h1,
.scheme--darkv2 h2,
.scheme--darkv2 h3,
.scheme--darkv2 h4,
.scheme--darkv2 h5,
.scheme--darkv2 h6 {
    color: #fff;
}
.scheme--darkv2 h1 span,
.scheme--darkv2 h2 span,
.scheme--darkv2 h3 span,
.scheme--darkv2 h4 span,
.scheme--darkv2 h5 span,
.scheme--darkv2 h6 span {
    color: #41cd52;
}
.scheme--darkv2 li,
.scheme--darkv2 p,
.scheme--darkv2 ul {
    color: #9da3a7;
}
.scheme--darkv2 p.large {
    color: #fff;
}
.b-blog-comments .scheme--darkv2 .comment-reply-to,
.scheme--darkv2 .b-blog-comments .comment-reply-to,
.scheme--darkv2 .c-btn--small {
    color: #fff;
}
.b-blog-comments .scheme--darkv2 .comment-reply-to:after,
.scheme--darkv2 .b-blog-comments .comment-reply-to:after,
.scheme--darkv2 .c-btn--small:after {
    color: #41cd52;
}
.scheme--darkv2 .h-wysiwyg-html .c-corners:after,
.scheme--darkv2 .h-wysiwyg-html .c-corners:before {
    display: none;
}
.scheme--darkv2 hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .scheme--darkv2 .comment-reply-to:hover,
.scheme--darkv2 .b-blog-comments .comment-reply-to:hover,
.scheme--darkv2 .c-btn--small:hover {
    color: #41cd52;
}
.scheme--darkv2__bg {
    background: #000000;
}
@font-face {
    font-family: "Qt Icons";
    src: url("../../fonts/icomoon.eot?-tgjuoj");
    src: url("../../fonts/icomoon.eot?#iefix-tgjuoj") format("embedded-opentype"), url("../../fonts/icomoon.woff?-tgjuoj") format("woff"), url("../../fonts/icomoon.ttf?-tgjuoj") format("truetype"),
        url("../../fonts/icomoon.svg?-tgjuoj#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans-light-webfont.eot");
    src: url("../../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-light-webfont.woff2") format("woff2"), url("../../fonts/opensans-light-webfont.woff") format("woff"),
        url("../../fonts/opensans-light-webfont.ttf") format("truetype"), url("../../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans-regular-webfont.eot");
    src: url("../../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../../fonts/opensans-regular-webfont.woff") format("woff"),
        url("../../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans-italic-webfont.eot");
    src: url("../../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../../fonts/opensans-italic-webfont.woff") format("woff"),
        url("../../fonts/opensans-italic-webfont.ttf") format("truetype"), url("../../fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans-lightitalic-webfont.eot");
    src: url("../../fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("../../fonts/opensans-lightitalic-webfont.woff") format("woff"),
        url("../../fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("../../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic") format("svg");
    font-weight: 300;
    font-style: italic;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.h1,
h1 {
    font-size: 3.6rem;
}
@media (min-width: 992px) {
    .h1,
    h1 {
        font-size: 4.8rem;
    }
}
.h2,
h2 {
    font-size: 3.6rem;
}
@media (min-width: 992px) {
    .h2,
    h2 {
        font-size: 4.8rem;
    }
}
.h3,
h3 {
    font-size: 2.4rem;
}
@media (min-width: 992px) {
    .h3,
    h3 {
        font-size: 3.6rem;
    }
}
.h4,
h4 {
    font-size: 2rem;
}
.h5,
h5 {
    font-size: 1.8rem;
    font-weight: 600;
}
.h6,
h6 {
    font-size: 1.6rem;
    font-weight: 600;
}
.h6.h6--sub,
h6.h6--sub {
    font-size: 14px;
    letter-spacing: 0.1em;
    opacity: 0.5;
    margin-bottom: 20px;
}
.h6.h6--sub--no-opacity,
h6.h6--sub--no-opacity {
    opacity: 1;
}
.text-sm {
    font-size: 1.1rem !important;
}
@media (min-width: 768px) {
    .text-sm {
        font-size: 1.2rem !important;
    }
}
@media (min-width: 992px) {
    .text-sm {
        font-size: 1.3rem !important;
    }
}
.text-md {
    font-size: 1.6rem !important;
}
.text-lg {
    font-size: 1.9rem !important;
}
.text-xl {
    font-size: 1.8rem !important;
}
@media (min-width: 768px) {
    .text-xl {
        font-size: 2rem !important;
    }
}
@media (min-width: 992px) {
    .text-xl {
        font-size: 2.6rem !important;
    }
}
.text-button {
    font-size: 1.6rem !important;
}
.text-h6 {
    font-size: 1.6rem !important;
}
.text-h5 {
    font-size: 1.8rem !important;
}
.text-h4 {
    font-size: 2rem !important;
}
.text-h3 {
    font-size: 2.4rem !important;
}
@media (min-width: 992px) {
    .text-h3 {
        font-size: 3.6rem !important;
    }
}
.text-h2 {
    font-size: 3.6rem !important;
}
@media (min-width: 992px) {
    .text-h2 {
        font-size: 4.8rem !important;
    }
}
.text-h1 {
    font-size: 3.6rem !important;
}
@media (min-width: 992px) {
    .text-h1 {
        font-size: 4.8rem !important;
    }
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
p {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}
p.small {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    p.small {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    p.small {
        font-size: 1.3rem;
    }
}
p.large {
    font-size: 1.9rem;
}
p.xlarge {
    font-family: "Titillium Web", sans-serif;
    font-size: 2.4rem;
    line-height: 1.4em;
}
p:last-child {
    margin: 0;
}
p.accent {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    p.accent {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    p.accent {
        font-size: 1.3rem;
    }
}
strong {
    font-weight: 700;
}
blockquote {
    padding: 0 0 0 2em;
    border-left: 0.5em solid #41cd52;
    margin: 0;
}
ol,
ul {
    margin: 0;
    padding: 0 0 0 2em;
}
hr {
    height: 1px;
    border: none;
    background: rgba(125, 125, 125, 0.5);
}
a {
    color: inherit;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
dl {
    padding: 0;
    margin: 0;
}
dl dt {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: rgba(9, 16, 43, 0.4);
    padding-right: 2rem;
}
dl dd {
    font-size: 1.6rem;
    color: #09102b;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    padding-right: 2rem;
}
@media (min-width: 768px) {
    dl dd {
        font-size: 1.9rem;
    }
}
dl dd:last-child {
    margin-bottom: 0;
}
dl i:first-child {
    margin-right: 1rem;
}
dl + dl {
    margin-top: 4rem;
}
.l-columns {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}
.l-columns__item {
    margin: 20px;
    width: calc(50% - 40px);
}
@media (min-width: 992px) {
    .l-columns__item {
        width: calc(50% - 40px);
    }
}
[data-column-count="1"] .l-columns__item {
    width: 100%;
}
@media (min-width: 992px) {
    [data-column-count="3"] .l-columns__item {
        width: calc(33.33333333% - 40px);
    }
}
@media (min-width: 992px) {
    [data-column-count="4"] .l-columns__item {
        width: calc(25% - 40px);
    }
}
@media (max-width: 991px) {
    .l-cta {
        text-align: center;
    }
}
.l-cta__title {
    margin-bottom: 1.5rem;
}
.l-cta__text {
    margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
    .l-cta__text {
        margin-bottom: 0;
        float: left;
        width: 60%;
    }
}
@media (min-width: 992px) {
    .l-cta__call-to-action {
        float: left;
        margin-top: 8rem;
    }
}
.l-cta:after {
    content: "";
    display: block;
    clear: both;
}
.l-headline-items__headline {
    text-align: center;
    margin-bottom: 3rem;
}
@media (min-width: 992px) {
    .l-headline-items__headline {
        width: 60%;
        margin: 0 20%;
        margin-bottom: 6rem;
    }
}
@media (min-width: 768px) {
    .l-headline-items--2 .l-headline-items__item {
        width: 48%;
    }
}
@media (min-width: 768px) {
    .l-headline-items--3 .l-headline-items__item {
        width: 31.3333333%;
    }
}
@media (min-width: 768px) {
    .l-headline-items--4 .l-headline-items__item {
        width: 23%;
    }
}
@media (min-width: 768px) {
    .l-headline-items__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin: -1%;
    }
}
@media (min-width: 992px) {
    .l-headline-items__items.animated :first-child {
        animation-delay: 0.1s;
    }
    .l-headline-items__items.animated :nth-child(2) {
        animation-delay: 0.2s;
    }
    .l-headline-items__items.animated :nth-child(3) {
        animation-delay: 0.3s;
    }
    .l-headline-items__items.animated :nth-child(4) {
        animation-delay: 0.4s;
    }
    .l-headline-items__items.animated :nth-child(5) {
        animation-delay: 0.5s;
    }
    .l-headline-items__items.animated :nth-child(6) {
        animation-delay: 0.6s;
    }
    .l-headline-items__items.animated :nth-child(7) {
        animation-delay: 0.7s;
    }
    .l-headline-items__items.animated :nth-child(8) {
        animation-delay: 0.8s;
    }
    .l-headline-items__items.animated :nth-child(9) {
        animation-delay: 0.9s;
    }
    .l-headline-items__items.animated :nth-child(10) {
        animation-delay: 1s;
    }
    .l-headline-items__items.animated > * {
        animation-name: zoomIn;
        animation-fill-mode: backwards;
        animation-duration: 0.6s;
        animation-delay: 0;
    }
}
@media (min-width: 768px) {
    .l-headline-items__item {
        margin: 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
}
.l-headline-items__after {
    text-align: center;
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .l-headline-items__after {
        width: 60%;
        margin: 0 20%;
        margin-top: 3rem;
    }
}
.l-support {
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    border-top: 3px solid #41cd52;
    background: #fff;
    min-height: 200px;
    text-align: center;
}
@media (max-width: 991px) {
    .l-support {
        padding: 1px;
    }
}
@media (min-width: 768px) {
    .l-support {
        padding: 5rem 3rem;
    }
}
@media (min-width: 768px) {
    .l-support {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
}
.l-support__primary {
    margin-bottom: 3rem;
    padding: 3rem 5%;
}
.l-support__primary h1,
.l-support__primary h2,
.l-support__primary h3,
.l-support__primary h4,
.l-support__primary h5,
.l-support__primary h6,
.l-support__primary p.xlarge {
    color: #09102b;
}
.l-support__primary li,
.l-support__primary p,
.l-support__primary ul {
    color: #53586b;
}
.l-support__primary hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .l-support__primary .comment-reply-to,
.b-blog-comments .l-support__primary .comment-reply-to:hover,
.l-support__primary .b-blog-comments .comment-reply-to,
.l-support__primary .b-blog-comments .comment-reply-to:hover,
.l-support__primary .c-btn--small,
.l-support__primary .c-btn--small:hover {
    color: #41cd52;
}
.l-support__primary p.accent {
    color: #6c7080;
}
@media (min-width: 768px) {
    .l-support__primary {
        padding: 1.5rem;
        width: 46%;
        margin: 0 2%;
        padding: 3rem;
    }
}
.l-support__secondary {
    position: relative;
    background: #41cd52;
    padding: 1.5rem 2.5rem;
    overflow: hidden;
    margin: 1rem;
}
.l-support__secondary h1,
.l-support__secondary h2,
.l-support__secondary h3,
.l-support__secondary h4,
.l-support__secondary h5,
.l-support__secondary h6 {
    color: #fff;
}
.l-support__secondary li,
.l-support__secondary p,
.l-support__secondary ul {
    color: #fff;
}
.l-support__secondary hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .l-support__secondary .comment-reply-to,
.b-blog-comments .l-support__secondary .comment-reply-to:hover,
.l-support__secondary .b-blog-comments .comment-reply-to,
.l-support__secondary .b-blog-comments .comment-reply-to:hover,
.l-support__secondary .c-btn--small,
.l-support__secondary .c-btn--small:hover {
    color: #41cd52;
}
.l-support__secondary .c-btn {
    background: #fff;
}
.l-support__secondary .c-btn span {
    color: #41cd52;
}
.l-support__secondary .c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
}
.l-support__secondary .c-btn:after,
.l-support__secondary .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
@media (min-width: 768px) {
    .l-support__secondary {
        width: 46%;
        padding: 3rem 5rem;
        margin: 0 2%;
    }
}
@media (min-width: 992px) {
    .l-2pac {
        display: flex;
        flex-wrap: no-wrap;
        justify-content: space-between;
        align-items: stretch;
    }
}
.l-2pac__item {
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .l-2pac__item {
        width: 44%;
    }
}
@media (min-width: 992px) {
    .l-2pac--left .l-2pac__item:first-child {
        order: 2;
    }
}
.l-headline-split__headline {
    text-align: center;
}
@media (min-width: 992px) {
    .l-headline-split__headline {
        width: 60%;
        margin: 0 20%;
        margin-bottom: 10rem;
    }
}
@media (min-width: 768px) {
    .l-headline-split__columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin: -1%;
        position: relative;
    }
    .l-headline-split__columns:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #e6e7e9;
        position: absolute;
        top: 0;
        left: 50%;
    }
    .l-headline-split--no-divider .l-headline-split__columns:after {
        display: none;
    }
}
.l-headline-split__column {
    margin-top: 5rem;
}
@media (min-width: 768px) {
    .l-headline-split__column {
        width: 40%;
        margin: 0 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
}
.l-headline-split--center {
    text-align: center;
}
@media (max-width: 991px) {
    .l-timeline {
        padding: 4rem 0;
        padding-left: 6rem;
        position: relative;
    }
    .l-timeline__image {
        padding-top: 56.25%;
        position: relative;
        background: #09102b;
        overflow: hidden;
        margin-bottom: 2rem;
    }
    .l-timeline__icon {
        box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
        position: absolute;
        top: 4rem;
        left: 0;
        padding: 0.5rem;
        background: #fff;
    }
    .l-timeline__icon .c-icon {
        width: 3rem;
        height: 3rem;
    }
    .l-timeline--end .l-timeline__line {
        display: none;
    }
}
@media (min-width: 992px) {
    .l-timeline {
        padding: 5rem 0 5rem;
        position: relative;
    }
    .l-timeline__image {
        width: 40%;
        height: calc(100% - 14rem);
        position: absolute;
        top: 7rem;
        background: #09102b;
    }
    .l-timeline__text {
        width: 60%;
        padding: 0 10% 0;
        margin: 4.5rem 0 10rem;
        float: left;
        position: relative;
    }
    .l-timeline__icon {
        box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
        position: absolute;
        left: calc(8.5% - 1px);
        top: 0;
        background: #fff;
        padding: 1rem;
        transform: translate(-50%, 0);
    }
    .l-timeline__icon .c-icon {
        width: 3.5rem;
        height: 3.5rem;
    }
    .l-timeline__line {
        position: absolute;
        height: 100%;
        width: 43%;
        left: 2%;
        top: 0;
    }
    .l-timeline--right .l-timeline__text {
        float: left;
        padding-left: 8%;
    }
    .l-timeline--right .l-timeline__image {
        right: 0;
    }
    .l-timeline--right .l-timeline__icon {
        left: calc(3.5% - 1px);
    }
    .l-timeline--right-continue .c-timeline__toleft,
    .l-timeline--right-continue .c-timeline__toright {
        display: none;
    }
    .l-timeline--left .l-timeline__text {
        float: right;
    }
    .l-timeline--left .l-timeline__image {
        left: 0;
    }
    .l-timeline--end .c-timeline__horizontal,
    .l-timeline--end .c-timeline__toleft {
        display: none;
    }
    .l-timeline--start .c-timeline__toright {
        display: none;
    }
    .l-timeline:after {
        content: "";
        display: block;
        clear: both;
    }
}
@media (min-width: 992px) {
    .l-column-sidebar {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }
}
@media (min-width: 992px) {
    .l-column-sidebar__sidebar {
        width: 30rem;
    }
}
@media (max-width: 991px) {
    .l-column-sidebar--mobile-no-sidebar .l-column-sidebar__sidebar {
        display: none;
    }
}
.l-column-sidebar__column h1,
.l-column-sidebar__column h2,
.l-column-sidebar__column h3,
.l-column-sidebar__column h4,
.l-column-sidebar__column h5,
.l-column-sidebar__column h6,
.l-column-sidebar__column p.xlarge {
    color: #09102b;
}
.l-column-sidebar__column li,
.l-column-sidebar__column p,
.l-column-sidebar__column ul {
    color: #53586b;
}
.l-column-sidebar__column hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .l-column-sidebar__column .comment-reply-to,
.b-blog-comments .l-column-sidebar__column .comment-reply-to:hover,
.l-column-sidebar__column .b-blog-comments .comment-reply-to,
.l-column-sidebar__column .b-blog-comments .comment-reply-to:hover,
.l-column-sidebar__column .c-btn--small,
.l-column-sidebar__column .c-btn--small:hover {
    color: #41cd52;
}
.l-column-sidebar__column p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .l-column-sidebar__column {
        width: calc(100% - 34rem);
        float: right;
    }
}
@media (max-width: 1199px) {
    .l-showcase {
        margin: 0 5%;
    }
}
.l-showcase__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.l-showcase__item {
    display: flex;
    flex-wrap: no-wrap;
    align-items: stretch;
    margin: 0.5% 0;
    overflow: hidden;
}
.l-showcase--2 .l-showcase__item {
    width: 99.5%;
}
@media (min-width: 768px) {
    .l-showcase--2 .l-showcase__item {
        width: 49.5%;
    }
}
.l-showcase--3 .l-showcase__item {
    width: 99.5%;
}
@media (min-width: 768px) {
    .l-showcase--3 .l-showcase__item {
        width: 32.83333%;
    }
}
.l-showcase--4 .l-showcase__item {
    width: 99.5%;
}
@media (min-width: 992px) {
    .l-showcase--4 .l-showcase__item {
        width: 24.5%;
    }
}
@media (min-width: 768px) {
    .l-video-listing__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin: -1%;
    }
}
@media (min-width: 992px) {
    .l-video-listing__items.animated :first-child {
        animation-delay: 0.1s;
    }
    .l-video-listing__items.animated :nth-child(2) {
        animation-delay: 0.2s;
    }
    .l-video-listing__items.animated :nth-child(3) {
        animation-delay: 0.3s;
    }
    .l-video-listing__items.animated :nth-child(4) {
        animation-delay: 0.4s;
    }
    .l-video-listing__items.animated :nth-child(5) {
        animation-delay: 0.5s;
    }
    .l-video-listing__items.animated :nth-child(6) {
        animation-delay: 0.6s;
    }
    .l-video-listing__items.animated :nth-child(7) {
        animation-delay: 0.7s;
    }
    .l-video-listing__items.animated :nth-child(8) {
        animation-delay: 0.8s;
    }
    .l-video-listing__items.animated :nth-child(9) {
        animation-delay: 0.9s;
    }
    .l-video-listing__items.animated :nth-child(10) {
        animation-delay: 1s;
    }
    .l-video-listing__items.animated > * {
        animation-name: zoomIn;
        animation-fill-mode: backwards;
        animation-duration: 0.6s;
        animation-delay: 0;
    }
}
@media (min-width: 768px) {
    .l-video-listing__item {
        margin: 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        width: 31.33333%;
    }
}
@media (min-width: 768px) {
    .l-video-listing--first-two-big .l-video-listing__item:first-child,
    .l-video-listing--first-two-big .l-video-listing__item:nth-child(2) {
        width: 48%;
    }
}
.l-tab-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.l-tab-column__title {
    width: 100%;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #e6e7e9;
    position: relative;
}
.l-tab-column__title .h-wysiwyg-html {
    max-width: 70rem;
}
.l-tab-column__tabs {
    width: 100%;
}
@media (min-width: 768px) {
    .l-tab-column__tabs {
        width: 30%;
    }
}
.l-tab-column__columns {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .l-tab-column__columns {
        width: 68%;
    }
}
@media (min-width: 992px) {
    .l-tab-column__columns {
        width: 65%;
    }
}
.l-tab-column__columns .flickity-viewport {
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-tab-column__column {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    visibility: hidden;
    opacity: 0;
}
.hs-inline-edit .l-tab-column__column,
.l-tab-column__column.is-selected {
    visibility: visible;
    opacity: 1;
}
.l-buy-cta {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.l-buy-cta:after,
.l-buy-cta:before {
    content: " ";
    display: table;
}
.l-buy-cta:after {
    clear: both;
}
@media (min-width: 992px) {
    .l-buy-cta {
        align-items: center;
        display: flex;
        text-align: left;
    }
}
.l-buy-cta__text {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .l-buy-cta__text {
        float: left;
        width: 50%;
    }
}
.l-buy-cta__cta {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .l-buy-cta__cta {
        float: left;
        width: 41.6666666667%;
    }
}
@media (min-width: 992px) {
    .l-buy-cta__cta {
        left: 8.3333333333%;
    }
}
@media (min-width: 992px) {
    .l-buy-cta__cta {
        margin: 0;
    }
}
.l-video {
    margin-left: -15px;
    margin-right: -15px;
}
.l-video:after,
.l-video:before {
    content: " ";
    display: table;
}
.l-video:after {
    clear: both;
}
.l-video__video {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.l-video__text {
    position: relative;
    float: left;
    width: 91.6666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    left: 4.1666666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -3.5rem;
}
@media (min-width: 992px) {
    .l-video__text {
        float: left;
        width: 66.6666666667%;
    }
}
@media (min-width: 992px) {
    .l-video__text {
        margin-top: -10rem;
    }
}
.l-goals-solutions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.l-goals-solutions__column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 60px 0;
}
@media (min-width: 992px) {
    .l-goals-solutions__column {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .l-goals-solutions__column {
        padding: 60px 100px 60px 0;
    }
}
@media (max-width: 991px) {
    .l-goals-solutions__column--right {
        border-top: 1px solid #d9d9e0;
    }
}
@media (min-width: 992px) {
    .l-goals-solutions__column--right {
        border-left: 1px solid #d9d9e0;
        padding: 60px 0 60px 100px;
    }
}
.l-goals-solutions__icon {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 5rem;
    height: 5rem;
}
@media (max-width: 991px) {
    .l-goals-solutions__icon .c-icon {
        transform: rotate(90deg);
    }
}
.l-goals-solutions__icon:before {
    box-shadow: 0 5px 30px 5px rgba(9, 16, 43, 0.2);
    content: "";
    position: absolute;
    top: 12.5%;
    right: 12.5%;
    bottom: 12.5%;
    left: 12.5%;
}
.l-goals-solutions__icon:after {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
}
@media (min-width: 992px) {
    .l-goals-solutions__icon {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translate(50%, -50%);
    }
}
.l-qt-features {
    margin-left: -15px;
    margin-right: -15px;
}
.l-qt-features:after,
.l-qt-features:before {
    content: " ";
    display: table;
}
.l-qt-features:after {
    clear: both;
}
.l-qt-features__title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.l-qt-features__list {
    margin-top: -3rem;
}
.l-qt-features__list-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 3rem;
}
@media (min-width: 992px) {
    .l-qt-features__list-item {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .l-qt-features__list-item:nth-child(2n + 3) {
        clear: left;
    }
}
.l-related-items__headline {
    text-align: center;
    margin-bottom: 3rem;
}
@media (min-width: 992px) {
    .l-related-items__headline {
        width: 60%;
        margin: 0 20%;
        margin-bottom: 6rem;
    }
}
@media (min-width: 768px) {
    .l-related-items--2 .l-related-items__item {
        width: 48%;
    }
}
@media (min-width: 768px) {
    .l-related-items--3 .l-related-items__item {
        width: 31.3333333%;
    }
}
@media (min-width: 768px) {
    .l-related-items--4 .l-related-items__item {
        width: 23%;
    }
}
.l-related-items__items {
    margin-top: -1.5rem;
}
@media (min-width: 768px) {
    .l-related-items__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin: -1%;
    }
}
@media (min-width: 992px) {
    .l-related-items__items.animated :first-child {
        animation-delay: 0.1s;
    }
    .l-related-items__items.animated :nth-child(2) {
        animation-delay: 0.2s;
    }
    .l-related-items__items.animated :nth-child(3) {
        animation-delay: 0.3s;
    }
    .l-related-items__items.animated :nth-child(4) {
        animation-delay: 0.4s;
    }
    .l-related-items__items.animated :nth-child(5) {
        animation-delay: 0.5s;
    }
    .l-related-items__items.animated :nth-child(6) {
        animation-delay: 0.6s;
    }
    .l-related-items__items.animated :nth-child(7) {
        animation-delay: 0.7s;
    }
    .l-related-items__items.animated :nth-child(8) {
        animation-delay: 0.8s;
    }
    .l-related-items__items.animated :nth-child(9) {
        animation-delay: 0.9s;
    }
    .l-related-items__items.animated :nth-child(10) {
        animation-delay: 1s;
    }
    .l-related-items__items.animated > * {
        animation-name: zoomIn;
        animation-fill-mode: backwards;
        animation-duration: 0.6s;
        animation-delay: 0;
    }
}
.l-related-items__item {
    margin-top: 1.5rem;
}
.l-related-items__item > * {
    width: 100%;
}
@media (min-width: 768px) {
    .l-related-items__item {
        margin: 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
}
.l-related-items__after {
    text-align: center;
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .l-related-items__after {
        width: 60%;
        margin: 0 20%;
        margin-top: 3rem;
    }
}
.l-key-figures {
    margin-left: -15px;
    margin-right: -15px;
}
.l-key-figures:after,
.l-key-figures:before {
    content: " ";
    display: table;
}
.l-key-figures:after {
    clear: both;
}
.l-key-figures__title {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
@media (min-width: 992px) {
    .l-key-figures__title {
        left: 25%;
    }
}
@media (min-width: 992px) {
    .l-key-figures__title {
        float: left;
        width: 50%;
    }
}
.l-key-figures__title h1,
.l-key-figures__title h2,
.l-key-figures__title h3,
.l-key-figures__title h4,
.l-key-figures__title h5,
.l-key-figures__title h6,
.l-key-figures__title p.xlarge {
    color: #09102b;
}
.l-key-figures__title li,
.l-key-figures__title p,
.l-key-figures__title ul {
    color: #53586b;
}
.l-key-figures__title hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .l-key-figures__title .comment-reply-to,
.b-blog-comments .l-key-figures__title .comment-reply-to:hover,
.l-key-figures__title .b-blog-comments .comment-reply-to,
.l-key-figures__title .b-blog-comments .comment-reply-to:hover,
.l-key-figures__title .c-btn--small,
.l-key-figures__title .c-btn--small:hover {
    color: #41cd52;
}
.l-key-figures__title p.accent {
    color: #6c7080;
}
.l-key-figures__circle {
    display: none;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 3rem;
    left: 0;
}
@media (min-width: 768px) {
    .l-key-figures__circle {
        display: block;
    }
}
.l-key-figures__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.l-key-figures__items:after,
.l-key-figures__items:before {
    content: " ";
    display: table;
}
.l-key-figures__items:after {
    clear: both;
}
.l-key-figures__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .l-key-figures__item {
        float: left;
        width: 33.3333333333%;
    }
}
.l-testimonial-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.l-testimonial-slider:after,
.l-testimonial-slider:before {
    content: " ";
    display: table;
}
.l-testimonial-slider:after {
    clear: both;
}
.l-testimonial-slider__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 3.5rem 0 3.5rem 0;
}
@media (min-width: 992px) {
    .l-testimonial-slider__item {
        float: left;
        width: 66.6666666667%;
    }
}
.l-testimonial-slider--left .l-testimonial-slider__item {
    text-align: left;
}
.l-testimonial-slider--center .l-testimonial-slider__item {
    text-align: center;
}
@media (min-width: 992px) {
    .l-testimonial-slider--center .l-testimonial-slider__item {
        left: 16.6666666667%;
    }
}
.l-testimonial-slider--right .l-testimonial-slider__item {
    text-align: right;
}
@media (min-width: 992px) {
    .l-testimonial-slider--right .l-testimonial-slider__item {
        left: 33.3333333333%;
    }
}
.l-career-hero__title {
    max-width: 800px;
}
.l-career-hero__location {
    margin: 0.5rem 0 1.5rem;
}
.l-career-hero__buttons {
    margin: -1.5rem;
}
@media (min-width: 768px) {
    .l-career-hero__buttons {
        float: left;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .l-career-hero__buttons a {
        margin: 1.5rem;
    }
}
@media (min-width: 992px) {
    .l-career-hero__buttons a + a {
        margin-left: 1.5rem;
    }
}
@media (max-width: 767px) {
    .l-career-hero__share {
        width: 100%;
        margin-top: 2rem;
    }
}
@media (min-width: 768px) {
    .l-career-hero__share {
        float: right;
        margin: 0;
        position: relative;
        top: 0.7rem;
    }
}
.l-career-hero:after {
    content: "";
    display: block;
    clear: both;
}
.l-career-gallery__item:first-child {
    margin-bottom: 2rem;
}
.l-career-gallery__item:nth-child(2) {
    float: left;
    width: calc(67.3% - 1rem);
}
.l-career-gallery__item:nth-child(3) {
    float: right;
    width: calc(32.7% - 1rem);
    margin-bottom: 2rem;
}
.l-career-gallery__item:nth-child(4) {
    float: right;
    width: calc(32.7% - 1rem);
}
.l-career-gallery__item-component {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}
.l-form {
    width: 100%;
}
.l-form__row {
    width: 100%;
    display: flex;
}
.l-form__item {
    width: 100%;
}
.l-form__item + .l-form__item {
    margin-left: 2rem;
}
@media (min-width: 768px) {
    .l-related-news {
        margin: -3rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
}
.l-related-news__item + .l-related-news__item {
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .l-related-news__item {
        width: calc(33.3333333% - 6rem);
        margin: 3rem;
    }
}
.l-event-hero {
    position: relative;
}
@media (min-width: 768px) {
    .l-event-hero {
        padding-left: 28rem;
    }
}
.l-event-hero__title {
    max-width: 800px;
}
.l-event-hero__location {
    margin: 0.5rem 0 1.5rem;
}
.l-event-hero__buttons {
    margin: -1.5rem;
}
@media (min-width: 768px) {
    .l-event-hero__buttons {
        float: left;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .l-event-hero__buttons a {
        margin: 1.5rem;
    }
}
@media (min-width: 992px) {
    .l-event-hero__buttons a + a {
        margin-left: 1.5rem;
    }
}
.l-event-hero__share {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
@media (min-width: 1200px) {
    .l-event-hero__share {
        margin-bottom: 2rem;
        display: block;
    }
}
@media (min-width: 992px) {
    .l-event-hero__share {
        margin-bottom: 0.7rem;
    }
}
.l-event-hero__image {
    width: 24rem;
    height: 17rem;
    background: #ccc;
    position: relative;
    margin: auto;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center;
}
@media (min-width: 768px) {
    .l-event-hero__image {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.l-event-hero:after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
    .l-newsroom {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: -1%;
    }
}
.l-newsroom__item {
    margin: 2rem 0;
}
@media (min-width: 768px) {
    .l-newsroom__item {
        display: flex;
        align-items: stretch;
        width: 48%;
        margin: 1%;
    }
}
.l-newsroom-hero {
    text-align: left;
}
@media (max-width: 991px) {
    .l-newsroom-hero {
        margin-bottom: 3rem;
    }
}
.l-newsroom-hero__headline {
    max-width: 700px;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .l-newsroom-hero__left {
        margin-bottom: 4rem;
    }
}
@media (min-width: 768px) {
    .l-newsroom-hero__left {
        width: 44%;
        float: left;
    }
}
@media (min-width: 768px) {
    .l-newsroom-hero__right {
        width: 50%;
        float: right;
    }
}
.l-newsroom-hero__right-headline {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
}
@media (min-width: 450px) {
    .l-newsroom-hero__right-headline {
        margin-bottom: 1rem;
    }
}
.l-newsroom-hero__pads {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 450px) {
    .l-newsroom-hero__pads {
        flex-wrap: nowrap;
    }
}
.l-newsroom-hero__pad {
    width: 50%;
    margin-top: 2rem;
}
@media (min-width: 450px) {
    .l-newsroom-hero__pad {
        width: 100%;
        margin-top: 0;
    }
}
.l-newsroom-hero__pad p {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .l-newsroom-hero__pad p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .l-newsroom-hero__pad p {
        font-size: 1.3rem;
    }
}
.l-newsroom-hero:after {
    content: "";
    display: block;
    clear: both;
}
.l-contact-list {
    margin: 0;
    padding: 0;
}
.l-contact-list__item {
    display: block;
    margin: 2rem 0;
}
.l-contact-list__item:first-child {
    margin-top: 0;
}
.l-contact-list__item:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .l-split {
        margin: 6rem 0;
    }
}
@media (min-width: 768px) {
    .l-split__left {
        float: left;
        width: 48%;
    }
}
@media (max-width: 767px) {
    .l-split__right {
        margin-top: 6rem;
    }
}
@media (min-width: 768px) {
    .l-split__right {
        float: right;
        width: 48%;
    }
}
.l-split:after {
    content: "";
    display: block;
    clear: both;
}
.l-listing-details {
    display: flex;
    flex-wrap: wrap;
}
.l-listing-details__item {
    width: 50%;
    margin: 2rem 0 0;
}
.l-content-sidebar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.l-content-sidebar__content {
    width: calc(100% - 41rem);
    background: #f4f4f4;
    height: 2000px;
}
.l-content-sidebar__sidebar {
    width: 40rem;
    height: 300px;
    background: #f4f4f4;
    top: 80px;
    position: sticky;
}
.l-filters {
    display: flex;
    margin: -1rem;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .l-filters {
        flex-wrap: nowrap;
    }
}
.l-filters__item {
    width: 100%;
    margin: 1rem;
}
@media (max-width: 767px) {
    .l-filters__item {
        margin: 0.5rem;
        width: calc(50% - 1rem);
    }
}
.l-filters .c-btn {
    width: calc(100% - 2rem);
    text-align: center;
}
.l-filters .c-btn span {
    padding: 0.6rem 2rem 0.8rem;
}
.l-filters--inset {
    margin: -1rem 1rem -1.3rem;
}
.l-feature-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 20px;
}
.l-feature-list li {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    padding: 1.5rem;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: calc(50% - 10px);
}
@media (min-width: 768px) {
    .l-feature-list li {
        width: calc(33.333333% - 10px);
    }
}
@media (min-width: 1200px) {
    .l-feature-list li {
        width: calc(25% - 10px);
    }
}
.l-feature-list li:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    opacity: 0;
    z-index: 2;
}
.l-feature-list li.disabled,
.l-feature-list li.search-disabled {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}
.l-feature-list li.disabled:before,
.l-feature-list li.search-disabled:before {
    opacity: 0.8;
}
.l-feature-list li.disabled:hover:before,
.l-feature-list li.search-disabled:hover:before {
    opacity: 0.5;
}
.l-feature-list li.search-disabled {
    display: none;
}
.l-feature-list li p {
    font-size: 12px;
}
.l-feature-list li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.l-feature-list li > a:before {
    content: "\f14c";
    font-family: FontAwesome;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #ccc;
    font-size: 15px;
}
.l-feature-list li > a:hover:before {
    color: #000;
}
.l-feature-list li h3 {
    margin-bottom: 5px;
    color: #000;
    padding-right: 30px;
}
.l-chatbox {
    margin-top: 40px;
}
@media (min-width: 992px) {
    .l-chatbox {
        margin-left: 30px;
        margin-right: 30px;
    }
}
.l-chatbox__item {
    margin: 10px 0;
}
@media (min-width: 992px) {
    .l-chatbox__item {
        opacity: 0;
    }
}
@media (max-width: 991px) {
    .l-chatbox__item {
        margin: 10px 30px;
    }
}
.l-chatbox__item:first-child {
    margin-top: 0;
}
.l-chatbox__item:last-child {
    margin-bottom: 0;
}
.l-chatbox__typing {
    margin-top: 20px;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
    .l-chatbox__typing {
        display: none;
    }
}
.l-chatbox__typing span {
    animation-name: bubblebreath;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: infinite;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 3px;
    position: relative;
    top: -0.1em;
}
.l-chatbox__typing span:first-child {
    background: #41cd52;
    animation-name: bubblebreath;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
}
.l-chatbox__typing span:last-child {
    animation-name: bubblebreath;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 1.2s;
}
@media (min-width: 992px) {
    .l-chatbox.animated .l-chatbox__typing {
        animation-name: writingFadeOut;
        animation-fill-mode: forwards;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 3s;
    }
}
@media (min-width: 992px) {
    .l-chatbox.animated .l-chatbox__item:first-child {
        animation-name: chatIn;
        animation-fill-mode: forwards;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 0s;
    }
    .l-chatbox.animated .l-chatbox__item:nth-child(2) {
        animation-name: chatIn;
        animation-fill-mode: forwards;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 1.2s;
    }
    .l-chatbox.animated .l-chatbox__item:nth-child(3) {
        animation-name: chatIn;
        animation-fill-mode: forwards;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 2.4s;
    }
    .l-chatbox.animated .l-chatbox__item:nth-child(4) {
        animation-name: chatIn;
        animation-fill-mode: forwards;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 3.6s;
    }
}
@keyframes bubblebreath {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {
        background: #fff;
        transform: scale3d(1.4, 1.4, 1.4);
    }
    to {
        background: rgba(255, 255, 255, 0.5);
    }
}
@keyframes writingFadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media (min-width: 768px) {
    .l-icon-items--top-margin {
        margin-top: 40px;
    }
}
.l-icon-items__item {
    margin-bottom: 30px;
}
.l-icon-items__item:last-child {
    margin-bottom: 0;
}
.l-spec {
    display: flex;
}
@media (max-width: 991px) {
    .l-spec {
        flex-direction: column;
    }
}
.l-spec__title {
    color: #fff;
    width: 55%;
    padding-right: 10%;
}
@media (max-width: 991px) {
    .l-spec__title {
        padding: 0;
        width: 100%;
    }
}
.l-spec__items {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    width: 100%;
}
@media (max-width: 991px) {
    .l-spec__items {
        padding: 5rem 0 0;
    }
}
.l-spec__item {
    width: 45%;
}
.l-spec__item > h3 {
    color: #fff;
}
@media (max-width: 991px) {
    .l-spec__item {
        width: 100%;
        padding: 0 2rem 0 0;
    }
}
.l-faq-category {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding: 0;
}
.l-faq-category__item {
    display: flex;
    align-items: stretch;
    margin: 10px;
    list-style: none;
    width: calc(25% - 20px);
}
@media (min-width: 0) {
    .l-faq-category__item {
        width: calc(50% - 20px);
    }
}
@media (min-width: 768px) {
    .l-faq-category__item {
        width: calc(33% - 20px);
    }
}
@media (min-width: 1200px) {
    .l-faq-category__item {
        width: calc(20% - 20px);
    }
}
.l-slideshow {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}
.l-slideshow__item {
    float: left;
    display: block;
    margin: 0 20px;
    width: calc(60% - 40px);
}
@media (min-width: 992px) {
    .l-slideshow__item {
        width: calc(33.3333333333% - 40px);
    }
}
.l-slideshow .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    border: 1px solid #41cd52;
    background: transparent;
    border-radius: 50%;
}
.l-slideshow .flickity-prev-next-button svg {
    fill: #41cd52;
    width: 13px;
}
.l-slideshow .flickity-prev-next-button:disabled {
    opacity: 0.3;
    border: 1px solid #50525b;
}
.l-slideshow .flickity-prev-next-button:disabled svg {
    fill: #50525b;
}
.l-slideshow .flickity-prev-next-button.previous {
    right: 110px;
    position: absolute;
    top: -75px;
}
.l-slideshow .flickity-prev-next-button.next {
    right: 40px;
    position: absolute;
    top: -75px;
}
.b-arrow {
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
}
.b-arrow span {
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-right: solid 4px #aaa;
    border-bottom: solid 4px #aaa;
}
@media (min-width: 992px) {
    .b-arrow span {
        width: 20px;
        height: 20px;
    }
}
.b-arrow--offset-small {
    top: -15px;
}
@media (min-width: 992px) {
    .b-arrow--offset-small {
        top: -30px;
    }
}
.b-arrow--offset-medium {
    top: -30px;
}
@media (min-width: 992px) {
    .b-arrow--offset-medium {
        top: -60px;
    }
}
.b-arrow--offset-large {
    top: -45px;
}
@media (min-width: 992px) {
    .b-arrow--offset-large {
        top: -90px;
    }
}
.b-arrow--padding-small {
    padding: 10px 0;
}
.b-arrow--padding-medium {
    padding: 20px 0;
}
.b-arrow--padding-large {
    padding: 30px 0;
}
.b-base {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-base {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-base {
        padding: 0rem 0 5rem;
    }
}
.b-base h1,
.b-base h2,
.b-base h3,
.b-base h4,
.b-base h5,
.b-base h6,
.b-base p.xlarge {
    color: #09102b;
}
.b-base li,
.b-base p,
.b-base ul {
    color: #53586b;
}
.b-base hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-base .b-blog-comments .comment-reply-to,
.b-base .b-blog-comments .comment-reply-to:hover,
.b-base .c-btn--small,
.b-base .c-btn--small:hover,
.b-blog-comments .b-base .comment-reply-to,
.b-blog-comments .b-base .comment-reply-to:hover {
    color: #41cd52;
}
.b-base p.accent {
    color: #6c7080;
}
.b-base__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-base__container--narrow {
    max-width: 1080px;
}
.b-base__headline {
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.b-header-simple {
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: 50px;
    position: fixed;
}
@media (max-width: 991px) {
    .b-header-simple {
        transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        box-shadow: 0px 10px 33px rgba(9, 16, 43, 0.15);
    }
    .js-scrolldirection-down .b-header-simple {
        transform: translateY(-50px);
    }
}
@media (min-width: 992px) {
    .b-header-simple {
        transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        position: absolute;
        height: 100px;
        background: rgba(255, 255, 255, 0);
        position: fixed;
        background: #fff;
    }
    html.hs-inline-edit .b-header-simple {
        position: static;
    }
    .js-scrolldirection-middle .b-header-simple {
        box-shadow: 0px 10px 33px rgba(9, 16, 43, 0.15);
    }
    .js-scrolldirection-down .b-header-simple {
        transform: translateY(-100px);
    }
    html.hs-inline-edit .js-scrolldirection-down .b-header-simple {
        transform: none;
        box-shadow: none;
    }
}
.b-header-simple__logo {
    transition: all 0.2s ease-in-out;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 32px;
    z-index: 2;
    top: 8px;
}
.b-header-simple__logo svg {
    z-index: 1;
}
@media (max-width: 991px) {
    .b-header-simple__logo svg {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        max-height: 34px;
        max-width: 49px;
    }
}
@media (min-width: 992px) {
    .b-header-simple__logo {
        top: 0;
        transform: translateY(30px);
        will-change: transform;
        height: 42px;
    }
    .js-scrolldirection-down .b-header-simple__logo {
        transform: translateY(50px);
    }
}
.b-header-simple .container {
    overflow: visible;
}
.b-header-simple input {
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .b-header-simple .c-btn,
    .b-header-simple .hs_cos_wrapper_type_cta {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        position: relative;
        top: 0;
    }
    .js-scrolldirection-down .b-header-simple .c-btn,
    .js-scrolldirection-down .b-header-simple .hs_cos_wrapper_type_cta {
        transform: translateY(5.5rem);
    }
}
.b-footer {
    font-family: "Titillium Web", sans-serif;
    background: #f5f5f7;
    padding: 4rem 0 11rem;
}
.b-footer li {
    display: block;
}
.b-footer a {
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.b-footer__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-footer__wrapper {
    position: relative;
}
@media (max-width: 767px) {
    .b-footer__wrapper {
        padding-top: 73px;
    }
}
@media (min-width: 768px) {
    .b-footer__wrapper {
        padding-left: 20%;
    }
}
.b-footer__logo {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/qt_logo_with_text_green_rgb.png");
    height: 44px;
    width: 128px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.b-footer__social {
    position: absolute;
}
@media (max-width: 767px) {
    .b-footer__social {
        top: 0;
        left: 50%;
    }
}
@media (min-width: 768px) {
    .b-footer__social {
        top: 100px;
        left: 0;
    }
}
@media (max-width: 767px) {
    .b-footer__social-icons {
        margin-bottom: 20px;
    }
    .b-footer__social-icons__icon svg {
        width: 35px;
        height: 21px;
    }
}
@media (min-width: 768px) {
    .b-footer__social-icons {
        position: absolute;
        top: 60px;
        left: 0;
    }
}
.b-footer__social-icons__icon {
}
@media (min-width: 768px) {
    .b-footer__social-icons__icon {
        padding: 10px;
    }
}
.b-footer__social-icons__icon path {
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.b-footer__social-icons__icon i {
    color: #41cd52;
}
@media (max-width: 991px) {
    .b-footer__social-icons__icon i {
        font-size: 24px;
        position: relative;
        top: -0.1em;
    }
}
.b-footer__social-icons__icon + .b-footer__social-icons__icon {
    margin-left: 10px;
}
.b-footer__nav .hs-menu-wrapper > ul {
    line-height: 17px;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 0;
    padding: 0;
}
.b-footer__nav .hs-menu-wrapper > ul a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 3px 10px 3px 0;
}
.b-footer__nav .hs-menu-wrapper > ul a:hover {
    color: #41cd52;
    text-decoration: none;
}
.b-footer__nav .hs-menu-wrapper > ul > li {
    flex-grow: 1;
    width: 20%;
}
@media (max-width: 767px) {
    .b-footer__nav .hs-menu-wrapper > ul > li {
        width: 50%;
    }
}
.b-footer__nav .hs-menu-wrapper > ul > li > a {
    color: #09102b;
    font-weight: 600;
    margin-bottom: 10px;
}
.b-footer__nav .hs-menu-wrapper > ul ul {
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
}
.b-footer__nav .hs-menu-wrapper > ul ul > li > a {
    color: #6c7080;
}
.b-footer__copyright {
    margin: 0;
    padding: 0;
}
.b-footer__copyright li {
    float: right;
    display: block;
}
.b-footer__copyright li a {
    color: #41cd52;
    margin-left: 20px;
    font-weight: 700;
}
.b-footer__copyright li:last-child {
    float: left;
}
.b-footer__copyright li:last-child a {
    color: #c3c4cb;
    margin-left: 0px;
    font-weight: 400;
}
.b-footer__copyright a {
    font-size: 14px;
}
.b-footer--simple .b-footer__text p {
    font-size: 14px;
}
.b-footer--simple .b-footer__text p + p {
    margin-top: 1.5rem;
}
.b-footer--simple .b-footer__text a {
    color: #41cd52;
    font-weight: 600;
    text-decoration: none;
}
.b-hero {
    position: relative;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .b-hero {
        margin: 0 2rem;
    }
}
.b-hero__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-hero__container:after {
    content: "";
    clear: both;
    display: block;
}
.b-hero__container--narrow {
    max-width: 1080px;
}
@media (max-width: 991px) {
    .b-hero__text {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .b-hero__text {
        width: 45%;
        float: left;
    }
}
.b-hero__quote {
    float: right;
    width: 40rem;
    max-width: 40%;
    position: relative;
    z-index: 2;
    display: none;
}
@media (min-width: 992px) {
    .b-hero__quote {
        display: block;
    }
}
.b-hero__floating-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
@media (max-width: 991px) {
    .b-hero__floating-image {
        position: absolute;
        top: 2rem;
        left: 5%;
        max-width: 90%;
        height: 22rem;
    }
}
@media (min-width: 992px) {
    .b-hero__floating-image {
        position: absolute;
        top: -5%;
        left: 50%;
        width: 640px;
        max-width: 50%;
        height: 110%;
        background-position: bottom center;
    }
}
.b-hero--right .b-hero__text {
    margin-left: 55%;
}
.b-hero--right .b-hero__floating-image {
    right: 50%;
    left: initial;
}
@media (max-width: 991px) {
    .b-hero--first {
        padding: 24rem 0 3rem;
    }
}
@media (min-width: 992px) {
    .b-hero--first {
        padding: 24rem 0 6rem;
    }
}
.b-hero--normal-padding {
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-hero--normal-padding {
        padding: 8rem 0;
    }
}
.b-hero--dark {
    background: #09102b;
}
.b-hero--dark .h-wysiwyg-html h1,
.b-hero--dark .h-wysiwyg-html h2,
.b-hero--dark .h-wysiwyg-html h3,
.b-hero--dark .h-wysiwyg-html h4,
.b-hero--dark .h-wysiwyg-html h5,
.b-hero--dark .h-wysiwyg-html h6 {
    color: #fff;
}
.b-hero--dark .h-wysiwyg-html li,
.b-hero--dark .h-wysiwyg-html p,
.b-hero--dark .h-wysiwyg-html ul {
    color: #fff;
}
.b-hero--dark .h-wysiwyg-html hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .b-hero--dark .h-wysiwyg-html .comment-reply-to,
.b-blog-comments .b-hero--dark .h-wysiwyg-html .comment-reply-to:hover,
.b-hero--dark .h-wysiwyg-html .b-blog-comments .comment-reply-to,
.b-hero--dark .h-wysiwyg-html .b-blog-comments .comment-reply-to:hover,
.b-hero--dark .h-wysiwyg-html .c-btn--small,
.b-hero--dark .h-wysiwyg-html .c-btn--small:hover {
    color: #41cd52;
}
.b-hero--light {
    background: #f5f5f7;
}
.b-hero--light .c-overlay {
    display: none;
}
.b-hero--light .h-wysiwyg-html h1,
.b-hero--light .h-wysiwyg-html h2,
.b-hero--light .h-wysiwyg-html h3,
.b-hero--light .h-wysiwyg-html h4,
.b-hero--light .h-wysiwyg-html h5,
.b-hero--light .h-wysiwyg-html h6,
.b-hero--light .h-wysiwyg-html p.xlarge {
    color: #09102b;
}
.b-hero--light .h-wysiwyg-html li,
.b-hero--light .h-wysiwyg-html p,
.b-hero--light .h-wysiwyg-html ul {
    color: #53586b;
}
.b-hero--light .h-wysiwyg-html hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-hero--light .h-wysiwyg-html .comment-reply-to,
.b-blog-comments .b-hero--light .h-wysiwyg-html .comment-reply-to:hover,
.b-hero--light .h-wysiwyg-html .b-blog-comments .comment-reply-to,
.b-hero--light .h-wysiwyg-html .b-blog-comments .comment-reply-to:hover,
.b-hero--light .h-wysiwyg-html .c-btn--small,
.b-hero--light .h-wysiwyg-html .c-btn--small:hover {
    color: #41cd52;
}
.b-hero--light .h-wysiwyg-html p.accent {
    color: #6c7080;
}
.b-hero--fx-blue {
    background-color: #09102b;
}
.b-hero--fx-blue .c-image {
    background-blend-mode: screen;
    background-color: #09102b;
    opacity: 0.3;
    filter: grayscale(60%);
}
.b-hero--fx-green {
    background: linear-gradient(135deg, #09102b 0%, #3cbc4f 99%, #3cbc4f 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09102b',endColorstr='#3cbc4f',GradientType=1);
}
.b-hero--fx-green .c-image {
    background: linear-gradient(135deg, #09102b 0%, #3cbc4f 99%, #3cbc4f 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09102b',endColorstr='#3cbc4f',GradientType=1);
    background-size: cover;
    background-blend-mode: screen;
    opacity: 0.3;
}
.b-image-text {
    position: relative;
    padding: 0;
}
@media (min-width: 768px) {
    .b-image-text {
        padding: 6rem 0;
    }
}
@media (min-width: 992px) {
    .b-image-text {
        padding: 10rem 0;
    }
}
.b-image-text__image {
    pointer-events: none;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .b-image-text__image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: auto;
        width: 50%;
        margin-bottom: 0;
    }
}
.b-image-text--contain .b-image-text__image {
    background-size: contain;
}
.b-image-text__text {
    padding: 4rem 15px;
}
@media (min-width: 768px) {
    .b-image-text__text {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 60%;
    }
}
.b-image-text + .b-image-text {
    margin-top: 4rem;
}
@media (min-width: 768px) {
    .b-image-text + .b-image-text {
        margin-top: 0;
    }
}
.b-image-text--left .b-image-text__image {
    right: 0;
    left: auto;
}
@media (min-width: 768px) {
    .b-image-text--left .b-image-text__text {
        padding-left: 0 !important;
        padding-right: 60%;
    }
}
.b-page-navigation {
    background: #41cd52;
    padding: 2rem 0;
}
.b-page-navigation__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.b-page-navigation__container:after,
.b-page-navigation__container:before {
    content: " ";
    display: table;
}
.b-page-navigation__container:after {
    clear: both;
}
.b-page-navigation__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../img/logo-white.svg) left center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    width: 120px;
    z-index: 101;
}
@media (min-width: 768px) {
    .b-page-navigation__logo {
        width: 120px;
    }
}
.b-page-navigation .c-mobile-toggle {
    float: right;
}
@media (min-width: 992px) {
    .b-page-navigation .c-mobile-toggle {
        display: none;
    }
}
.b-page-navigation__list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-y: auto;
    display: none;
    background: #41cd52;
    padding: 50px 5% 5%;
}
.b-page-navigation__list ul {
    margin: 0;
    padding: 0;
}
.b-page-navigation__list ul li {
    list-style: none;
    margin: 1rem 0;
}
.b-page-navigation__list ul li a {
    display: block;
    color: #fff;
    font-size: 1.9rem;
    padding: 1rem 0;
    font-weight: 700;
}
.b-page-navigation__list ul li ul {
    background: #33c244;
    padding: 0 0 0 2rem;
}
.b-page-navigation__list ul li ul li {
    display: block;
}
.b-page-navigation__list ul li.current-menu-item a {
    opacity: 0.7;
}
@media (min-width: 992px) {
    .b-page-navigation__list {
        display: block;
        float: right;
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        width: auto;
        overflow-y: visible;
    }
    .b-page-navigation__list ul li {
        display: inline-block;
        padding: 0 0 0 2rem;
        position: relative;
    }
    .b-page-navigation__list ul li a {
        font-size: 1.6rem;
        display: inline;
    }
    .b-page-navigation__list ul li ul {
        position: absolute;
        top: 90%;
        opacity: 1;
        transition: top 0.2s, opacity 0.2s;
        z-index: 200;
        padding: 0;
        width: 150px;
        left: -999em;
    }
    .b-page-navigation__list ul li:hover ul {
        opacity: 1;
        top: 115%;
        transition: top 0.2s, opacity 0.3s;
        left: auto;
    }
}
.js-navigation-open {
    overflow: hidden;
}
.js-navigation-open .b-header__wrapper {
    display: block;
}
.js-navigation-open .b-page-navigation__list {
    display: block;
}
.b-toolbox {
    position: relative;
}
@media (min-width: 1200px) {
    .b-toolbox {
        margin: 0 2rem;
    }
}
.b-toolbox__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-toolbox__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-toolbox__row:after,
.b-toolbox__row:before {
    content: " ";
    display: table;
}
.b-toolbox__row:after {
    clear: both;
}
.b-toolbox__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-toolbox__wrapper {
    position: relative;
}
.b-toolbox .b-base__container {
    width: 100%;
}
.b-hero-frontpage h1,
.b-hero-frontpage h2,
.b-hero-frontpage h3,
.b-hero-frontpage h4,
.b-hero-frontpage h5,
.b-hero-frontpage h6,
.b-hero-frontpage p.xlarge {
    color: #09102b;
}
.b-hero-frontpage li,
.b-hero-frontpage p,
.b-hero-frontpage ul {
    color: #53586b;
}
.b-hero-frontpage hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-hero-frontpage .comment-reply-to,
.b-blog-comments .b-hero-frontpage .comment-reply-to:hover,
.b-hero-frontpage .b-blog-comments .comment-reply-to,
.b-hero-frontpage .b-blog-comments .comment-reply-to:hover,
.b-hero-frontpage .c-btn--small,
.b-hero-frontpage .c-btn--small:hover {
    color: #41cd52;
}
.b-hero-frontpage p.accent {
    color: #6c7080;
}
@media (max-width: 991px) {
    .b-hero-frontpage {
        margin: 2em 0;
    }
    .b-hero-frontpage__column {
        text-align: center;
        margin: 4em 0;
    }
    .b-hero-frontpage__images-big {
        margin: -1%;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__image {
        width: 48%;
        margin: 1%;
        float: left;
        padding-top: 40%;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .b-hero-frontpage__images-big:after {
        content: "";
        clear: both;
        display: block;
    }
    .b-hero-frontpage__images-small {
        margin: -1% 2.9%;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__image {
        width: 23%;
        margin: 1%;
        float: left;
        padding-top: 20%;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__image:nth-child(1n + 5) {
        display: none;
    }
    .b-hero-frontpage__images-small:after {
        content: "";
        clear: both;
        display: block;
    }
    .b-hero-frontpage__image {
        outline: 1px solid transparent;
    }
    .b-hero-frontpage__image__link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
    .b-hero-frontpage__image__text {
        position: absolute;
        top: 0;
        left: 0;
        padding: 3px 10px;
        text-transform: uppercase;
        color: #fff;
        background: #41cd52;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0% 100%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0% 100%, 0% 0%);
    }
    .b-hero-frontpage__images-last {
        display: none;
    }
    .b-hero-frontpage__circles {
        display: none;
    }
}
@media (min-width: 992px) {
    .b-hero-frontpage {
        margin-bottom: -200px;
        overflow: hidden;
        position: relative;
    }
    .b-hero-frontpage__wrapper {
        width: 100%;
        margin-top: 70px;
    }
    .b-hero-frontpage__column {
        animation-name: ebheroTextIn;
        animation-fill-mode: backwards;
        animation-duration: 1s;
        animation-delay: 0;
        margin-right: 60%;
        padding-bottom: 50px;
    }
    .b-hero-frontpage__images-animator {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator,
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator {
        display: flex;
        justify-content: left;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator {
        animation-name: leftAndRight;
        animation-fill-mode: backwards;
        animation-duration: 60s;
        animation-delay: 0;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
        animation-timing-function: linear;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :first-child {
        animation-delay: 0.8s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(2) {
        animation-delay: 1.1s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(3) {
        animation-delay: 1.4s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(4) {
        animation-delay: 1.7s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(5) {
        animation-delay: 2s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(6) {
        animation-delay: 2.3s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(7) {
        animation-delay: 2.6s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(8) {
        animation-delay: 2.9s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(9) {
        animation-delay: 3.2s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator :nth-child(10) {
        animation-delay: 3.5s;
    }
    .b-hero-frontpage__images-big .b-hero-frontpage__images-animator > * {
        animation-name: ebheroImagesIn;
        animation-fill-mode: backwards;
        animation-duration: 2s;
        animation-delay: 0;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator {
        animation-name: rightAndLeft;
        animation-fill-mode: backwards;
        animation-duration: 40s;
        animation-delay: 0;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :first-child {
        animation-delay: 1.7s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(2) {
        animation-delay: 2s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(3) {
        animation-delay: 2.3s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(4) {
        animation-delay: 2.6s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(5) {
        animation-delay: 2.9s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(6) {
        animation-delay: 3.2s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(7) {
        animation-delay: 3.5s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(8) {
        animation-delay: 3.8s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(9) {
        animation-delay: 4.1s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator :nth-child(10) {
        animation-delay: 4.4s;
    }
    .b-hero-frontpage__images-small .b-hero-frontpage__images-animator > * {
        animation-name: ebheroImagesIn;
        animation-fill-mode: backwards;
        animation-duration: 2s;
        animation-delay: 0;
    }
    .b-hero-frontpage__images-last .b-hero-frontpage__images-animator {
        animation-name: leftAndRight;
        animation-fill-mode: backwards;
        animation-duration: 50s;
        animation-delay: 0;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }
    .b-hero-frontpage__images-last .b-hero-frontpage__images-animator :first-child {
        animation-delay: 3.3s;
    }
    .b-hero-frontpage__images-last .b-hero-frontpage__images-animator > * {
        animation-name: ebheroImagesIn;
        animation-fill-mode: backwards;
        animation-duration: 2s;
        animation-delay: 0;
    }
    .b-hero-frontpage__images-big {
        position: absolute;
        bottom: 0%;
        left: 50%;
        height: 100%;
        width: 60vw;
        transform: rotate(-4deg);
        transform-origin: 0% 100%;
    }
    .b-hero-frontpage__images-small {
        width: 100%;
        transform: rotate(-4deg);
        transform-origin: 50% 0%;
        height: 250px;
        margin-top: 30px;
    }
    .b-hero-frontpage__images-last {
        width: 100%;
        transform: rotate(-4deg);
        transform-origin: 50% 0%;
        height: 200px;
        margin-top: 30px;
    }
    .b-hero-frontpage__images-last .b-hero-frontpage__image {
        float: right;
        margin-right: -100px;
    }
    .b-hero-frontpage__image {
        transition: all 0.1s ease-in-out;
        outline: 1px solid transparent;
        width: calc(50% - 30px);
        background: #ccc;
        margin: 0 15px;
        min-height: 100%;
        background-size: cover;
        position: relative;
    }
    .b-hero-frontpage__image--small {
        width: calc(25% - 30px);
    }
    .b-hero-frontpage__image__text {
        position: absolute;
        bottom: 0;
        left: 0;
        font-weight: 700;
        color: #fff;
        font-size: 18px;
        padding: 6px 20px 8px;
        transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .b-hero-frontpage__image__text:after {
        transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        color: #41cd52;
        content: "\f105";
        font-family: FontAwesome;
        margin-left: 10px;
        position: relative;
        top: 0;
        font-size: 0.8em;
        line-height: 0.5em;
    }
    .b-hero-frontpage__image:before {
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background: linear-gradient(to bottom, rgba(9, 16, 43, 0.2) 0%, rgba(9, 16, 43, 0.9) 90%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12000000',endColorstr='#4f000000',GradientType=0);
    }
    .b-hero-frontpage__image:hover .b-hero-frontpage__image__text {
        transform: none;
        opacity: 1;
    }
    .b-hero-frontpage__image:hover .b-hero-frontpage__image__text:after {
        opacity: 1;
        color: #fff;
    }
    .b-hero-frontpage__image:hover:before {
        opacity: 1;
    }
    .b-hero-frontpage__image__link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
    .b-hero-frontpage__circles {
        animation-name: zoomIn;
        animation-fill-mode: backwards;
        animation-duration: 2s;
        animation-delay: 0;
        position: absolute;
        top: 0%;
        right: 50%;
        margin-right: 700px;
        width: 50%;
        padding-top: 50%;
    }
}
@keyframes leftAndRight {
    0% {
        transform: none;
    }
    50% {
        transform: translate3d(100px, 0, 0);
    }
    to {
        transform: none;
    }
}
@keyframes rightAndLeft {
    0% {
        transform: translate3d(100px, 0, 0);
    }
    50% {
        transform: none;
    }
    to {
        transform: translate3d(100px, 0, 0);
    }
}
@keyframes ebheroImagesIn {
    0% {
        opacity: 0;
        transform: translate3d(30%, 0, 0) scale3d(0.9, 0.9, 0.9);
    }
    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes ebheroTextIn {
    0% {
        opacity: 0;
        transform: translate3d(30%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.b-cta-big {
    position: relative;
    border: 2rem solid #fff;
    border-width: 2rem 0;
    background: #09102b;
    padding: 3rem 0;
}
@media (min-width: 1200px) {
    .b-cta-big {
        margin: 0 2rem;
    }
}
.b-cta-big h1,
.b-cta-big h2,
.b-cta-big h3,
.b-cta-big h4,
.b-cta-big h5,
.b-cta-big h6 {
    color: #fff;
}
.b-cta-big li,
.b-cta-big p,
.b-cta-big ul {
    color: #fff;
}
.b-cta-big hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .b-cta-big .comment-reply-to,
.b-blog-comments .b-cta-big .comment-reply-to:hover,
.b-cta-big .b-blog-comments .comment-reply-to,
.b-cta-big .b-blog-comments .comment-reply-to:hover,
.b-cta-big .c-btn--small,
.b-cta-big .c-btn--small:hover {
    color: #41cd52;
}
@media (max-width: 991px) {
    .b-cta-big .c-corners {
        display: none;
    }
}
@media (min-width: 992px) {
    .b-cta-big {
        padding: 5rem 0;
    }
}
.b-cta-big__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-related {
    position: relative;
    padding: 5rem 0;
    background: #f5f5f7;
}
@media (min-width: 1200px) {
    .b-related {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-related {
        padding: 8rem 0;
    }
}
.b-related h1,
.b-related h2,
.b-related h3,
.b-related h4,
.b-related h5,
.b-related h6,
.b-related p.xlarge {
    color: #09102b;
}
.b-related li,
.b-related p,
.b-related ul {
    color: #53586b;
}
.b-related hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-related .comment-reply-to,
.b-blog-comments .b-related .comment-reply-to:hover,
.b-related .b-blog-comments .comment-reply-to,
.b-related .b-blog-comments .comment-reply-to:hover,
.b-related .c-btn--small,
.b-related .c-btn--small:hover {
    color: #41cd52;
}
.b-related p.accent {
    color: #6c7080;
}
.b-related .c-corners:after,
.b-related .c-corners:before {
    background: #f5f5f7;
}
.b-related__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-hero-simple {
    position: relative;
    border-bottom: 1px solid #e6e7e9;
    padding: 2rem 0 2rem;
}
@media (min-width: 1200px) {
    .b-hero-simple {
        margin: 0 2rem;
    }
}
.b-hero-simple h1,
.b-hero-simple h2,
.b-hero-simple h3,
.b-hero-simple h4,
.b-hero-simple h5,
.b-hero-simple h6,
.b-hero-simple p.xlarge {
    color: #09102b;
}
.b-hero-simple li,
.b-hero-simple p,
.b-hero-simple ul {
    color: #53586b;
}
.b-hero-simple hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-hero-simple .comment-reply-to,
.b-blog-comments .b-hero-simple .comment-reply-to:hover,
.b-hero-simple .b-blog-comments .comment-reply-to,
.b-hero-simple .b-blog-comments .comment-reply-to:hover,
.b-hero-simple .c-btn--small,
.b-hero-simple .c-btn--small:hover {
    color: #41cd52;
}
.b-hero-simple p.accent {
    color: #6c7080;
}
@media (max-width: 767px) {
    .b-hero-simple {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .b-hero-simple {
        padding: 5rem 0 8rem;
    }
}
.b-hero-simple__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .b-hero-simple .h-wysiwyg-html {
        max-width: 70rem;
    }
}
.b-hero-simple--no-border {
    border-bottom: 0;
}
.b-support {
    position: relative;
    padding: 0 0 2rem;
}
@media (min-width: 1200px) {
    .b-support {
        margin: 0 2rem;
    }
}
@media (min-width: 768px) {
    .b-support {
        padding: 0 0 0rem;
        background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/grid-bg.png");
        background-repeat: repeat;
        border: 5px solid #fff;
        border-width: 5px 0;
        border-bottom: 1px solid #e6e7e9;
    }
}
@media (min-width: 768px) {
    .b-support__container {
        top: -4rem;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
}
.b-support__disclaimer {
    text-align: center;
    margin: 3rem 5% 2rem;
}
.b-support__disclaimer h1,
.b-support__disclaimer h2,
.b-support__disclaimer h3,
.b-support__disclaimer h4,
.b-support__disclaimer h5,
.b-support__disclaimer h6,
.b-support__disclaimer p.xlarge {
    color: #09102b;
}
.b-support__disclaimer li,
.b-support__disclaimer p,
.b-support__disclaimer ul {
    color: #53586b;
}
.b-support__disclaimer hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-support__disclaimer .comment-reply-to,
.b-blog-comments .b-support__disclaimer .comment-reply-to:hover,
.b-support__disclaimer .b-blog-comments .comment-reply-to,
.b-support__disclaimer .b-blog-comments .comment-reply-to:hover,
.b-support__disclaimer .c-btn--small,
.b-support__disclaimer .c-btn--small:hover {
    color: #41cd52;
}
.b-support__disclaimer p.accent {
    color: #6c7080;
}
.b-headline {
    position: relative;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/grid-bg.png");
    background-repeat: repeat;
    border: 5px solid #fff;
    border-width: 5px 0;
    text-align: center;
    padding: 4rem 0;
}
.b-headline h1,
.b-headline h2,
.b-headline h3,
.b-headline h4,
.b-headline h5,
.b-headline h6,
.b-headline p.xlarge {
    color: #09102b;
}
.b-headline li,
.b-headline p,
.b-headline ul {
    color: #53586b;
}
.b-headline hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-headline .comment-reply-to,
.b-blog-comments .b-headline .comment-reply-to:hover,
.b-headline .b-blog-comments .comment-reply-to,
.b-headline .b-blog-comments .comment-reply-to:hover,
.b-headline .c-btn--small,
.b-headline .c-btn--small:hover {
    color: #41cd52;
}
.b-headline p.accent {
    color: #6c7080;
}
@media (min-width: 1200px) {
    .b-headline {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-headline {
        padding: 11rem 0;
    }
}
.b-headline__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .b-headline__text-wrapper {
        width: 70%;
        margin: 0 15%;
    }
}
.b-line {
    position: relative;
    height: 1px;
    background: #e6e7e9;
}
@media (min-width: 1200px) {
    .b-line {
        margin: 0 2rem;
    }
}
.b-no-space {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
}
.b-no-space__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-steps {
    position: relative;
}
.b-steps h1,
.b-steps h2,
.b-steps h3,
.b-steps h4,
.b-steps h5,
.b-steps h6,
.b-steps p.xlarge {
    color: #09102b;
}
.b-steps li,
.b-steps p,
.b-steps ul {
    color: #53586b;
}
.b-steps hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-steps .comment-reply-to,
.b-blog-comments .b-steps .comment-reply-to:hover,
.b-steps .b-blog-comments .comment-reply-to,
.b-steps .b-blog-comments .comment-reply-to:hover,
.b-steps .c-btn--small,
.b-steps .c-btn--small:hover {
    color: #41cd52;
}
.b-steps p.accent {
    color: #6c7080;
}
.b-steps__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding: 5rem 0 5rem 6rem;
}
.b-steps--disabled .b-steps__container {
    padding-left: 0;
}
@media (min-width: 768px) {
    .b-steps__container {
        padding: 10rem 0;
        display: flex;
        flex-wrap: no-wrap;
        justify-content: space-between;
        align-items: stretch;
    }
}
.b-steps__circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
@media (max-width: 991px) {
    .b-steps__circles {
        display: none;
    }
}
.b-steps--start .b-steps__circles {
    overflow: hidden;
}
.b-steps--disabled .b-steps__circles {
    display: none;
}
.b-steps__circles-wrapper {
    position: absolute;
    width: 600px;
    height: 600px;
    top: -180px;
    left: calc(50% - 300px);
}
.b-steps__line {
    position: absolute;
    height: 100%;
    top: 5.5rem;
    width: 2px;
    left: 1.7rem;
}
@media (min-width: 768px) {
    .b-steps__line {
        left: 50%;
        top: 10rem;
    }
}
.b-steps--disabled .b-steps__line {
    display: none;
}
.b-steps__left {
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .b-steps__left {
        width: 38%;
        margin-left: 5%;
        margin-bottom: 0;
    }
    .b-steps--disabled .b-steps__left {
        width: 45%;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .b-steps__right {
        width: 38%;
        margin-right: 5%;
    }
    .b-steps--disabled .b-steps__right {
        width: 40%;
    }
}
.b-steps__right .c-icon-item:last-child {
    margin-bottom: 0;
}
.b-steps .c-icon-item {
    margin-bottom: 5rem;
}
.b-text-image {
    position: relative;
}
@media (min-width: 1200px) {
    .b-text-image {
        margin: 0 2rem;
    }
}
.b-text-image h1,
.b-text-image h2,
.b-text-image h3,
.b-text-image h4,
.b-text-image h5,
.b-text-image h6,
.b-text-image p.xlarge {
    color: #09102b;
}
.b-text-image li,
.b-text-image p,
.b-text-image ul {
    color: #53586b;
}
.b-text-image hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-text-image .comment-reply-to,
.b-blog-comments .b-text-image .comment-reply-to:hover,
.b-text-image .b-blog-comments .comment-reply-to,
.b-text-image .b-blog-comments .comment-reply-to:hover,
.b-text-image .c-btn--small,
.b-text-image .c-btn--small:hover {
    color: #41cd52;
}
.b-text-image p.accent {
    color: #6c7080;
}
.b-text-image__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-text-image__container {
        padding: 8rem 0;
    }
}
@media (min-width: 992px) {
    .b-text-image__container {
        border-top: 1px solid #e6e7e9;
    }
}
.b-choose-path {
    position: relative;
    padding: 5rem 0;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/grid-bg.png");
    background-repeat: repeat;
    border: 5px solid #fff;
    border-width: 5px 0;
}
@media (min-width: 1200px) {
    .b-choose-path {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-choose-path {
        padding: 8rem 0;
    }
}
.b-choose-path h1,
.b-choose-path h2,
.b-choose-path h3,
.b-choose-path h4,
.b-choose-path h5,
.b-choose-path h6,
.b-choose-path p.xlarge {
    color: #09102b;
}
.b-choose-path li,
.b-choose-path p,
.b-choose-path ul {
    color: #53586b;
}
.b-choose-path hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-choose-path .comment-reply-to,
.b-blog-comments .b-choose-path .comment-reply-to:hover,
.b-choose-path .b-blog-comments .comment-reply-to,
.b-choose-path .b-blog-comments .comment-reply-to:hover,
.b-choose-path .c-btn--small,
.b-choose-path .c-btn--small:hover {
    color: #41cd52;
}
.b-choose-path p.accent {
    color: #6c7080;
}
.b-choose-path__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-timeline {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
}
.b-timeline h1,
.b-timeline h2,
.b-timeline h3,
.b-timeline h4,
.b-timeline h5,
.b-timeline h6,
.b-timeline p.xlarge {
    color: #09102b;
}
.b-timeline li,
.b-timeline p,
.b-timeline ul {
    color: #53586b;
}
.b-timeline hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-timeline .comment-reply-to,
.b-blog-comments .b-timeline .comment-reply-to:hover,
.b-timeline .b-blog-comments .comment-reply-to,
.b-timeline .b-blog-comments .comment-reply-to:hover,
.b-timeline .c-btn--small,
.b-timeline .c-btn--small:hover {
    color: #41cd52;
}
.b-timeline p.accent {
    color: #6c7080;
}
.b-timeline__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-training-single {
    position: relative;
    padding: 5rem 0;
}
@media (min-width: 1200px) {
    .b-training-single {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-training-single {
        padding: 8rem 0;
    }
}
.b-training-single__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-related-training {
    position: relative;
    padding: 5rem 0;
    border: 2rem solid #fff;
    border-width: 2rem 0;
    background: #f5f5f7;
}
@media (min-width: 1200px) {
    .b-related-training {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-related-training {
        padding: 8rem 0;
    }
}
.b-related-training h1,
.b-related-training h2,
.b-related-training h3,
.b-related-training h4,
.b-related-training h5,
.b-related-training h6,
.b-related-training p.xlarge {
    color: #09102b;
}
.b-related-training li,
.b-related-training p,
.b-related-training ul {
    color: #53586b;
}
.b-related-training hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-related-training .comment-reply-to,
.b-blog-comments .b-related-training .comment-reply-to:hover,
.b-related-training .b-blog-comments .comment-reply-to,
.b-related-training .b-blog-comments .comment-reply-to:hover,
.b-related-training .c-btn--small,
.b-related-training .c-btn--small:hover {
    color: #41cd52;
}
.b-related-training p.accent {
    color: #6c7080;
}
.b-related-training .c-corners:after,
.b-related-training .c-corners:before {
    background: #f5f5f7;
}
.b-related-training__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-image-listing {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-image-listing {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-image-listing {
        padding: 0rem 0 5rem;
    }
}
.b-image-listing h1,
.b-image-listing h2,
.b-image-listing h3,
.b-image-listing h4,
.b-image-listing h5,
.b-image-listing h6,
.b-image-listing p.xlarge {
    color: #09102b;
}
.b-image-listing li,
.b-image-listing p,
.b-image-listing ul {
    color: #53586b;
}
.b-image-listing hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-image-listing .comment-reply-to,
.b-blog-comments .b-image-listing .comment-reply-to:hover,
.b-image-listing .b-blog-comments .comment-reply-to,
.b-image-listing .b-blog-comments .comment-reply-to:hover,
.b-image-listing .c-btn--small,
.b-image-listing .c-btn--small:hover {
    color: #41cd52;
}
.b-image-listing p.accent {
    color: #6c7080;
}
.b-image-listing__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-showcase {
    position: relative;
    overflow: hidden;
    border: 2rem solid #fff;
    border-width: 2rem 0;
}
@media (min-width: 1200px) {
    .b-showcase {
        margin: 0 2rem;
    }
}
.b-showcase__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-showcase__text {
    width: 50%;
}
.b-related-companies {
    position: relative;
    padding: 0rem 0 3rem;
    border: 2rem solid #fff;
    border-width: 2rem 0;
}
@media (min-width: 1200px) {
    .b-related-companies {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-related-companies {
        padding: 0rem 0 5rem;
    }
}
.b-related-companies h1,
.b-related-companies h2,
.b-related-companies h3,
.b-related-companies h4,
.b-related-companies h5,
.b-related-companies h6,
.b-related-companies p.xlarge {
    color: #09102b;
}
.b-related-companies li,
.b-related-companies p,
.b-related-companies ul {
    color: #53586b;
}
.b-related-companies hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-related-companies .comment-reply-to,
.b-blog-comments .b-related-companies .comment-reply-to:hover,
.b-related-companies .b-blog-comments .comment-reply-to,
.b-related-companies .b-blog-comments .comment-reply-to:hover,
.b-related-companies .c-btn--small,
.b-related-companies .c-btn--small:hover {
    color: #41cd52;
}
.b-related-companies p.accent {
    color: #6c7080;
}
.b-related-companies__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-slide-list {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    border: 2rem solid #fff;
    border-width: 2rem 0;
    background: #f4f4f4;
    background: #dde0e8;
    background: linear-gradient(135deg, #dde0e8 0%, #e6f9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde0e8',endColorstr='#e6f9e9',GradientType=1);
}
.b-slide-list h1,
.b-slide-list h2,
.b-slide-list h3,
.b-slide-list h4,
.b-slide-list h5,
.b-slide-list h6,
.b-slide-list p.xlarge {
    color: #09102b;
}
.b-slide-list li,
.b-slide-list p,
.b-slide-list ul {
    color: #53586b;
}
.b-slide-list hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-slide-list .comment-reply-to,
.b-blog-comments .b-slide-list .comment-reply-to:hover,
.b-slide-list .b-blog-comments .comment-reply-to,
.b-slide-list .b-blog-comments .comment-reply-to:hover,
.b-slide-list .c-btn--small,
.b-slide-list .c-btn--small:hover {
    color: #41cd52;
}
.b-slide-list p.accent {
    color: #6c7080;
}
@media (min-width: 1200px) {
    .b-slide-list {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-slide-list {
        padding: 8rem 0;
    }
}
.b-slide-list__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-slide-list__headline {
    margin-bottom: 3em;
}
@media (min-width: 768px) {
    .b-slide-list__headline {
        margin-bottom: 3em;
    }
}
@media (min-width: 992px) {
    .b-slide-list__headline {
        width: 50%;
    }
}
.b-slide-list__wrapper {
    position: relative;
}
@media (min-width: 768px) {
    .b-slide-list--left .b-slide-list__text {
        padding-left: 63%;
    }
    .b-slide-list--right .b-slide-list__text {
        padding-right: 63%;
    }
}
.b-slide-list__text.animated :first-child {
    animation-delay: 0.1s;
}
.b-slide-list__text.animated :nth-child(2) {
    animation-delay: 0.2s;
}
.b-slide-list__text.animated :nth-child(3) {
    animation-delay: 0.3s;
}
.b-slide-list__text.animated :nth-child(4) {
    animation-delay: 0.4s;
}
.b-slide-list__text.animated :nth-child(5) {
    animation-delay: 0.5s;
}
.b-slide-list__text.animated :nth-child(6) {
    animation-delay: 0.6s;
}
.b-slide-list__text.animated :nth-child(7) {
    animation-delay: 0.7s;
}
.b-slide-list__text.animated :nth-child(8) {
    animation-delay: 0.8s;
}
.b-slide-list__text.animated :nth-child(9) {
    animation-delay: 0.9s;
}
.b-slide-list__text.animated :nth-child(10) {
    animation-delay: 1s;
}
.b-slide-list__text.animated > * {
    animation-name: fadeInLeft;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0;
}
.b-slide-list__slideshow {
    position: relative;
}
@media (max-width: 767px) {
    .b-slide-list__slideshow {
        padding-top: 50%;
        margin-bottom: 3em;
    }
}
@media (min-width: 768px) {
    .b-slide-list__slideshow {
        position: absolute;
        top: 0;
        width: 58%;
        height: 100%;
    }
    .hs-inline-edit .b-slide-list__slideshow {
        position: relative;
    }
}
@media (min-width: 768px) {
    .b-slide-list--right .b-slide-list__slideshow {
        right: 0;
    }
    .hs-inline-edit .b-slide-list--right .b-slide-list__slideshow {
        float: right;
    }
    .b-slide-list--left .b-slide-list__slideshow {
        left: 0;
    }
    .hs-inline-edit .b-slide-list--left .b-slide-list__slideshow {
        float: left;
    }
}
.b-quote {
    position: relative;
    padding: 5rem 0;
}
@media (min-width: 1200px) {
    .b-quote {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-quote {
        padding: 8rem 0;
    }
}
.b-quote__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .b-quote__wrapper {
        margin: 0 10%;
    }
}
.b-subscription {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-subscription {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-subscription {
        padding: 0rem 0 5rem;
    }
}
.b-subscription__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-subscription:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: #fff;
    z-index: -1;
    -webkit-clip-path: polygon(0% 100%, 0% 50%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 0% 50%, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
    .b-subscription__wrapper {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) {
    .b-subscription__wrapper.animated :first-child {
        animation-delay: 0.1s;
    }
    .b-subscription__wrapper.animated :nth-child(2) {
        animation-delay: 0.2s;
    }
    .b-subscription__wrapper.animated :nth-child(3) {
        animation-delay: 0.3s;
    }
    .b-subscription__wrapper.animated :nth-child(4) {
        animation-delay: 0.4s;
    }
    .b-subscription__wrapper.animated :nth-child(5) {
        animation-delay: 0.5s;
    }
    .b-subscription__wrapper.animated :nth-child(6) {
        animation-delay: 0.6s;
    }
    .b-subscription__wrapper.animated :nth-child(7) {
        animation-delay: 0.7s;
    }
    .b-subscription__wrapper.animated :nth-child(8) {
        animation-delay: 0.8s;
    }
    .b-subscription__wrapper.animated :nth-child(9) {
        animation-delay: 0.9s;
    }
    .b-subscription__wrapper.animated :nth-child(10) {
        animation-delay: 1s;
    }
    .b-subscription__wrapper.animated > * {
        animation-name: fadeInUp;
        animation-fill-mode: backwards;
        animation-duration: 0.6s;
        animation-delay: 0;
    }
}
@media (min-width: 1200px) {
    .b-subscription__wrapper {
        margin: 0 -3em;
    }
}
.b-subscription__item {
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    background: #fff;
    position: relative;
}
@media (max-width: 767px) {
    .b-subscription__item + .b-subscription__item {
        margin-top: 1rem;
    }
}
@media (min-width: 768px) {
    .b-subscription__item {
        width: 49%;
    }
    .b-subscription__item + .b-subscription__item {
        margin-left: 2%;
    }
}
.b-text-showcase {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-text-showcase {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-text-showcase {
        padding: 0rem 0 5rem;
    }
}
.b-text-showcase h1,
.b-text-showcase h2,
.b-text-showcase h3,
.b-text-showcase h4,
.b-text-showcase h5,
.b-text-showcase h6,
.b-text-showcase p.xlarge {
    color: #09102b;
}
.b-text-showcase li,
.b-text-showcase p,
.b-text-showcase ul {
    color: #53586b;
}
.b-text-showcase hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-text-showcase .comment-reply-to,
.b-blog-comments .b-text-showcase .comment-reply-to:hover,
.b-text-showcase .b-blog-comments .comment-reply-to,
.b-text-showcase .b-blog-comments .comment-reply-to:hover,
.b-text-showcase .c-btn--small,
.b-text-showcase .c-btn--small:hover {
    color: #41cd52;
}
.b-text-showcase p.accent {
    color: #6c7080;
}
.b-text-showcase__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-text-showcase__headline {
    text-align: center;
    margin-bottom: 3rem;
}
@media (min-width: 992px) {
    .b-text-showcase__headline {
        width: 60%;
        margin: 0 20%;
        margin-bottom: 6rem;
    }
}
@media (min-width: 768px) {
    .b-text-showcase__items {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .b-text-showcase__item {
        padding: 2em 0;
    }
    .b-text-showcase__item + .b-text-showcase__item {
        border-top: 1px solid #e9e9e9;
    }
}
@media (min-width: 768px) {
    .b-text-showcase__item {
        width: calc(50% - 7em);
        border-bottom: 1px solid #e9e9e9;
        position: relative;
    }
    .b-text-showcase__item:nth-child(odd) {
        border-right: 1px solid #e9e9e9;
        width: calc(49% - 7em);
        padding: 5rem 7rem 5rem 0;
    }
    .b-text-showcase__item:nth-child(2n + 2) {
        padding: 5rem 0 5rem 7rem;
    }
    .b-text-showcase__item:last-child,
    .b-text-showcase__item:nth-last-child(2) {
        margin-bottom: -1px;
        padding-bottom: 0;
    }
    .b-text-showcase__item:first-child,
    .b-text-showcase__item:nth-child(2) {
        padding-top: 0;
    }
    .b-text-showcase__item:first-child {
        background: radial-gradient(bottom right, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 60%);
    }
    .b-text-showcase__item:first-child:after {
        box-shadow: 0px 5px 23px rgba(9, 16, 43, 0.1);
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        background: #fff;
        transform: translate(50%, 50%);
        z-index: 3;
        background: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/icon-target.png") #fff;
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .b-text-showcase__item:last-child {
        background: radial-gradient(top left, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 60%);
    }
}
.b-promotional-spots {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-promotional-spots {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-promotional-spots {
        padding: 0rem 0 5rem;
    }
}
@media (min-width: 1200px) {
    .b-promotional-spots__items {
        margin: 0 5%;
    }
}
.b-promotional-spots__item {
    padding: 0rem 0 3rem;
}
@media (min-width: 992px) {
    .b-promotional-spots__item {
        padding: 0rem 0 5rem;
    }
}
@media (min-width: 992px) {
    .b-promotional-spots__item {
        width: 60%;
    }
    .b-promotional-spots__item--left {
        margin-right: 40%;
    }
    .b-promotional-spots__item--right {
        margin-left: 40%;
    }
}
.b-threepads {
    position: relative;
    padding: 0rem 0 3rem;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .b-threepads {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-threepads {
        padding: 0rem 0 5rem;
    }
}
.b-threepads__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-threepads__headline {
    text-align: center;
    margin-bottom: 3rem;
}
.b-threepads__headline h1,
.b-threepads__headline h2,
.b-threepads__headline h3,
.b-threepads__headline h4,
.b-threepads__headline h5,
.b-threepads__headline h6,
.b-threepads__headline p.xlarge {
    color: #09102b;
}
.b-threepads__headline li,
.b-threepads__headline p,
.b-threepads__headline ul {
    color: #53586b;
}
.b-threepads__headline hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-threepads__headline .comment-reply-to,
.b-blog-comments .b-threepads__headline .comment-reply-to:hover,
.b-threepads__headline .b-blog-comments .comment-reply-to,
.b-threepads__headline .b-blog-comments .comment-reply-to:hover,
.b-threepads__headline .c-btn--small,
.b-threepads__headline .c-btn--small:hover {
    color: #41cd52;
}
.b-threepads__headline p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-threepads__headline {
        width: 60%;
        margin: 0 20%;
        margin-bottom: 6rem;
    }
}
@media (min-width: 992px) {
    .b-threepads__items.animated :first-child {
        animation-delay: 0.1s;
    }
    .b-threepads__items.animated :nth-child(2) {
        animation-delay: 0.2s;
    }
    .b-threepads__items.animated :nth-child(3) {
        animation-delay: 0.3s;
    }
    .b-threepads__items.animated :nth-child(4) {
        animation-delay: 0.4s;
    }
    .b-threepads__items.animated :nth-child(5) {
        animation-delay: 0.5s;
    }
    .b-threepads__items.animated :nth-child(6) {
        animation-delay: 0.6s;
    }
    .b-threepads__items.animated :nth-child(7) {
        animation-delay: 0.7s;
    }
    .b-threepads__items.animated :nth-child(8) {
        animation-delay: 0.8s;
    }
    .b-threepads__items.animated :nth-child(9) {
        animation-delay: 0.9s;
    }
    .b-threepads__items.animated :nth-child(10) {
        animation-delay: 1s;
    }
    .b-threepads__items.animated > * {
        animation-name: zoomIn;
        animation-fill-mode: backwards;
        animation-duration: 0.4s;
        animation-delay: 0;
    }
}
@media (min-width: 768px) {
    .b-threepads__items {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        margin: -1.5rem;
    }
}
.b-image-list {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-image-list {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-image-list {
        padding: 0rem 0 5rem;
    }
}
.b-image-list__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-image-list__headline {
    margin-bottom: 6rem;
}
.b-image-list__headline h1,
.b-image-list__headline h2,
.b-image-list__headline h3,
.b-image-list__headline h4,
.b-image-list__headline h5,
.b-image-list__headline h6,
.b-image-list__headline p.xlarge {
    color: #09102b;
}
.b-image-list__headline li,
.b-image-list__headline p,
.b-image-list__headline ul {
    color: #53586b;
}
.b-image-list__headline hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-image-list__headline .comment-reply-to,
.b-blog-comments .b-image-list__headline .comment-reply-to:hover,
.b-image-list__headline .b-blog-comments .comment-reply-to,
.b-image-list__headline .b-blog-comments .comment-reply-to:hover,
.b-image-list__headline .c-btn--small,
.b-image-list__headline .c-btn--small:hover {
    color: #41cd52;
}
.b-image-list__headline p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-image-list__headline {
        width: 50%;
    }
}
.b-image-list__wrapper {
    position: relative;
}
.b-image-list__wrapper:after {
    display: block;
    content: "";
    clear: both;
}
.c-headline + .b-image-list__wrapper {
    margin-top: 3em;
}
@media (min-width: 992px) {
    .c-headline + .b-image-list__wrapper {
        margin-top: 6em;
    }
}
.b-image-list__slideshow {
    padding-top: 50%;
    margin-bottom: 3em;
    position: relative;
}
@media (min-width: 992px) {
    .b-image-list__slideshow {
        width: 52%;
        margin-bottom: 0;
        padding-top: 0;
        position: absolute;
        height: 100%;
        top: 0;
    }
}
.b-image-list__slideshow__wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.hs-inline-edit .b-image-list__slideshow__wrapper {
    position: relative;
}
@media (min-width: 992px) {
    .hs-inline-edit .b-image-list__slideshow {
        position: relative;
        float: left;
    }
}
.b-image-list__text h1,
.b-image-list__text h2,
.b-image-list__text h3,
.b-image-list__text h4,
.b-image-list__text h5,
.b-image-list__text h6,
.b-image-list__text p.xlarge {
    color: #09102b;
}
.b-image-list__text li,
.b-image-list__text p,
.b-image-list__text ul {
    color: #53586b;
}
.b-image-list__text hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-image-list__text .comment-reply-to,
.b-blog-comments .b-image-list__text .comment-reply-to:hover,
.b-image-list__text .b-blog-comments .comment-reply-to,
.b-image-list__text .b-blog-comments .comment-reply-to:hover,
.b-image-list__text .c-btn--small,
.b-image-list__text .c-btn--small:hover {
    color: #41cd52;
}
.b-image-list__text p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-image-list__text {
        width: 40%;
        float: left;
    }
}
@media (min-width: 992px) {
    .b-image-list__text.animated :first-child {
        animation-delay: 0.1s;
    }
    .b-image-list__text.animated :nth-child(2) {
        animation-delay: 0.2s;
    }
    .b-image-list__text.animated :nth-child(3) {
        animation-delay: 0.3s;
    }
    .b-image-list__text.animated :nth-child(4) {
        animation-delay: 0.4s;
    }
    .b-image-list__text.animated :nth-child(5) {
        animation-delay: 0.5s;
    }
    .b-image-list__text.animated :nth-child(6) {
        animation-delay: 0.6s;
    }
    .b-image-list__text.animated :nth-child(7) {
        animation-delay: 0.7s;
    }
    .b-image-list__text.animated :nth-child(8) {
        animation-delay: 0.8s;
    }
    .b-image-list__text.animated :nth-child(9) {
        animation-delay: 0.9s;
    }
    .b-image-list__text.animated :nth-child(10) {
        animation-delay: 1s;
    }
    .b-image-list__text.animated > * {
        animation-name: fadeInLeft;
        animation-fill-mode: backwards;
        animation-duration: 0.6s;
        animation-delay: 0;
    }
}
@media (min-width: 992px) {
    .b-image-list--left .b-image-list__slideshow {
        right: 0;
    }
    .hs-inline-edit .b-image-list--left .b-image-list__slideshow {
        float: right;
    }
    .b-image-list--left .b-image-list__text {
        float: left;
    }
    .b-image-list--right .b-image-list__slideshow {
        left: 0;
    }
    .b-image-list--right .b-image-list__text {
        float: right;
    }
}
@media (max-width: 991px) {
    .b-image-list__text {
        padding-left: 2em;
        padding-right: 2em;
    }
    .b-image-list + .b-image-list {
        margin-top: -5em;
    }
}
.b-logo-slideshow {
    position: relative;
    padding: 0rem 0 3rem;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .b-logo-slideshow {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-logo-slideshow {
        padding: 0rem 0 5rem;
    }
}
.b-logo-slideshow h1,
.b-logo-slideshow h2,
.b-logo-slideshow h3,
.b-logo-slideshow h4,
.b-logo-slideshow h5,
.b-logo-slideshow h6,
.b-logo-slideshow p.xlarge {
    color: #09102b;
}
.b-logo-slideshow li,
.b-logo-slideshow p,
.b-logo-slideshow ul {
    color: #53586b;
}
.b-logo-slideshow hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-logo-slideshow .comment-reply-to,
.b-blog-comments .b-logo-slideshow .comment-reply-to:hover,
.b-logo-slideshow .b-blog-comments .comment-reply-to,
.b-logo-slideshow .b-blog-comments .comment-reply-to:hover,
.b-logo-slideshow .c-btn--small,
.b-logo-slideshow .c-btn--small:hover {
    color: #41cd52;
}
.b-logo-slideshow p.accent {
    color: #6c7080;
}
.b-logo-slideshow__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-logo-slideshow__headline {
    text-align: center;
    margin-bottom: 3rem;
}
@media (min-width: 992px) {
    .b-logo-slideshow__headline {
        width: 60%;
        margin: 0 20%;
        margin-bottom: 6rem;
    }
}
.b-logo-slideshow__slideshow-wrapper {
    position: relative;
    padding: 0 3em;
}
.b-logo-slideshow__slideshow:after {
    content: "";
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background: #000;
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 95%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#00ffffff',GradientType=1);
}
.b-logo-slideshow__slideshow:before {
    content: "";
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background: #000;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 5%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#e6ffffff',GradientType=1);
}
@media (min-width: 992px) {
    .b-logo-slideshow__slideshow.animated {
        animation-name: zoomIn;
        animation-fill-mode: backwards;
        animation-duration: 0.4s;
        animation-delay: 0;
    }
}
.b-logo-slideshow__slide {
    float: left;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: no-wrap;
    width: 70%;
}
@media (min-width: 768px) {
    .b-logo-slideshow__slide {
        width: 33.333333%;
    }
}
@media (min-width: 992px) {
    .b-logo-slideshow__slide {
        width: 25%;
    }
}
.b-logo-slideshow__nextprev {
    overflow: hidden;
    position: absolute;
    top: 40%;
    z-index: 2;
    cursor: pointer;
}
.b-logo-slideshow__nextprev:hover .b-logo-slideshow__nextprev__chevron {
    background: #41cd52;
}
.b-logo-slideshow__nextprev:hover .b-logo-slideshow__nextprev__chevron:before {
    border-color: #fff;
}
.b-logo-slideshow__nextprev:after,
.b-logo-slideshow__nextprev:before {
    width: 20px;
    height: 20px;
    border: 1px solid #41cd52;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
}
.b-logo-slideshow__nextprev:before {
    top: -15px;
    left: -15px;
}
.b-logo-slideshow__nextprev:after {
    bottom: -15px;
    right: -15px;
}
.b-logo-slideshow__nextprev__chevron {
    width: 4rem;
    height: 4rem;
    border: 1px solid #41cd52;
    background: #fff;
}
.b-logo-slideshow__nextprev__chevron:before {
    content: "";
    display: block;
    border: 2px solid #41cd52;
    border-width: 2px 2px 0px 0px;
    position: absolute;
    width: 1rem;
    height: 1rem;
}
.b-logo-slideshow__nextprev--next .b-logo-slideshow__nextprev__chevron:before {
    transform: rotate(45deg);
    top: 1.5rem;
    left: 1.3rem;
}
.b-logo-slideshow__nextprev--prev .b-logo-slideshow__nextprev__chevron:before {
    transform: rotate(-135deg);
    top: 1.5rem;
    left: 1.7rem;
}
.b-logo-slideshow__nextprev--next {
    right: 0;
}
@media (min-width: 1200px) {
    .b-logo-slideshow__nextprev--next {
        right: -20px;
    }
}
.b-logo-slideshow__nextprev--prev {
    left: 0;
}
@media (min-width: 1200px) {
    .b-logo-slideshow__nextprev--prev {
        left: -20px;
    }
}
.b-logo-slideshow .owl-wrapper-outer {
    min-height: 0;
    overflow: visible !important;
}
.b-logo-slideshow .owl-wrapper {
    display: flex !important;
    justify-content: left;
    align-items: stretch;
    flex-wrap: wrap;
}
.b-logo-slideshow .owl-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: no-wrap;
}
.b-logo-slideshow .container {
    overflow: visible;
}
.b-logo-slideshow .owl-controls {
    display: none !important;
}
.b-section-header {
    padding: 5rem 0;
    position: relative;
    text-align: center;
}
.b-section-header h1,
.b-section-header h2,
.b-section-header h3,
.b-section-header h4,
.b-section-header h5,
.b-section-header h6,
.b-section-header p.xlarge {
    color: #09102b;
}
.b-section-header li,
.b-section-header p,
.b-section-header ul {
    color: #53586b;
}
.b-section-header hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-section-header .comment-reply-to,
.b-blog-comments .b-section-header .comment-reply-to:hover,
.b-section-header .b-blog-comments .comment-reply-to,
.b-section-header .b-blog-comments .comment-reply-to:hover,
.b-section-header .c-btn--small,
.b-section-header .c-btn--small:hover {
    color: #41cd52;
}
.b-section-header p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-section-header {
        padding: 8rem 0;
    }
}
@media (min-width: 1200px) {
    .b-section-header {
        margin: 0 2rem;
    }
}
.b-section-header__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-section-header__wrapper {
    max-width: 70rem;
    margin: auto;
}
@media (min-width: 992px) {
    .b-section-header--left {
        text-align: left;
    }
    .b-section-header--left .b-section-header__wrapper {
        margin: 0;
    }
}
.b-section-header--dark {
    background: #09102b;
}
.b-section-header--dark h1,
.b-section-header--dark h2,
.b-section-header--dark h3,
.b-section-header--dark h4,
.b-section-header--dark h5,
.b-section-header--dark h6 {
    color: #fff;
}
.b-section-header--dark li,
.b-section-header--dark p,
.b-section-header--dark ul {
    color: #fff;
}
.b-section-header--dark hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .b-section-header--dark .comment-reply-to,
.b-blog-comments .b-section-header--dark .comment-reply-to:hover,
.b-section-header--dark .b-blog-comments .comment-reply-to,
.b-section-header--dark .b-blog-comments .comment-reply-to:hover,
.b-section-header--dark .c-btn--small,
.b-section-header--dark .c-btn--small:hover {
    color: #41cd52;
}
.b-tabs {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
    position: relative;
    z-index: 50;
    display: block;
}
.b-tabs__wrapper {
    background: #fff;
}
.b-tabs__wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.b-tabs__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-nav-steps {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
    background: #fff;
    position: relative;
    z-index: 50;
    display: block;
}
.b-nav-steps__wrapper {
    background: #fff;
}
.b-nav-steps__wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.b-nav-steps__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-content-tabs {
    position: relative;
    padding: 5rem 0;
    background: #f5f5f7;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .b-content-tabs {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-content-tabs {
        padding: 8rem 0;
    }
}
.b-content-tabs h1,
.b-content-tabs h2,
.b-content-tabs h3,
.b-content-tabs h4,
.b-content-tabs h5,
.b-content-tabs h6,
.b-content-tabs p.xlarge {
    color: #09102b;
}
.b-content-tabs li,
.b-content-tabs p,
.b-content-tabs ul {
    color: #53586b;
}
.b-content-tabs hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-content-tabs .comment-reply-to,
.b-blog-comments .b-content-tabs .comment-reply-to:hover,
.b-content-tabs .b-blog-comments .comment-reply-to,
.b-content-tabs .b-blog-comments .comment-reply-to:hover,
.b-content-tabs .c-btn--small,
.b-content-tabs .c-btn--small:hover {
    color: #41cd52;
}
.b-content-tabs p.accent {
    color: #6c7080;
}
.b-content-tabs .c-corners:after,
.b-content-tabs .c-corners:before {
    background: #f5f5f7;
}
.b-content-tabs__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-cta-fancy {
    position: relative;
}
@media (min-width: 1200px) {
    .b-cta-fancy {
        margin: 0 2rem;
    }
}
.b-cta-fancy__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-spacer {
    padding-top: 3rem;
}
@media (min-width: 992px) {
    .b-spacer {
        padding-top: 5rem;
    }
}
.b-spacer--large {
    padding-top: 6rem;
}
@media (min-width: 992px) {
    .b-spacer--large {
        padding-top: 10rem;
    }
}
.b-download-comparison {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-download-comparison {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-download-comparison {
        padding: 0rem 0 5rem;
    }
}
.b-download-comparison__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .b-download-comparison__wrapper {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) {
    .b-download-comparison__wrapper.animated :first-child {
        animation-delay: 0.1s;
    }
    .b-download-comparison__wrapper.animated :nth-child(2) {
        animation-delay: 0.2s;
    }
    .b-download-comparison__wrapper.animated :nth-child(3) {
        animation-delay: 0.3s;
    }
    .b-download-comparison__wrapper.animated :nth-child(4) {
        animation-delay: 0.4s;
    }
    .b-download-comparison__wrapper.animated :nth-child(5) {
        animation-delay: 0.5s;
    }
    .b-download-comparison__wrapper.animated :nth-child(6) {
        animation-delay: 0.6s;
    }
    .b-download-comparison__wrapper.animated :nth-child(7) {
        animation-delay: 0.7s;
    }
    .b-download-comparison__wrapper.animated :nth-child(8) {
        animation-delay: 0.8s;
    }
    .b-download-comparison__wrapper.animated :nth-child(9) {
        animation-delay: 0.9s;
    }
    .b-download-comparison__wrapper.animated :nth-child(10) {
        animation-delay: 1s;
    }
    .b-download-comparison__wrapper.animated > * {
        animation-name: fadeInUp;
        animation-fill-mode: backwards;
        animation-duration: 0.6s;
        animation-delay: 0;
    }
}
.b-download-comparison__item {
    position: relative;
    display: flex;
    align-items: stretch;
}
@media (max-width: 767px) {
    .b-download-comparison__item + .b-download-comparison__item {
        margin-top: 1rem;
    }
}
@media (min-width: 768px) {
    .b-download-comparison__item {
        width: 49%;
    }
    .b-download-comparison__item + .b-download-comparison__item {
        margin-left: 2%;
    }
}
.b-buy-cta {
    position: relative;
    border: 2rem solid #fff;
    border-width: 2rem 0;
    background: #09102b;
    padding: 3rem 0;
}
@media (min-width: 1200px) {
    .b-buy-cta {
        margin: 0 2rem;
    }
}
.b-buy-cta h1,
.b-buy-cta h2,
.b-buy-cta h3,
.b-buy-cta h4,
.b-buy-cta h5,
.b-buy-cta h6 {
    color: #fff;
}
.b-buy-cta li,
.b-buy-cta p,
.b-buy-cta ul {
    color: #fff;
}
.b-buy-cta hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .b-buy-cta .comment-reply-to,
.b-blog-comments .b-buy-cta .comment-reply-to:hover,
.b-buy-cta .b-blog-comments .comment-reply-to,
.b-buy-cta .b-blog-comments .comment-reply-to:hover,
.b-buy-cta .c-btn--small,
.b-buy-cta .c-btn--small:hover {
    color: #41cd52;
}
@media (max-width: 991px) {
    .b-buy-cta .c-corners {
        display: none;
    }
}
@media (min-width: 992px) {
    .b-buy-cta {
        padding: 5rem 0;
    }
}
.b-buy-cta__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-download-step {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-download-step {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-download-step {
        padding: 0rem 0 5rem;
    }
}
.b-download-step__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-download-step__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-download-step__row:after,
.b-download-step__row:before {
    content: " ";
    display: table;
}
.b-download-step__row:after {
    clear: both;
}
.b-download-step__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-formatted-text {
    position: relative;
    padding: 0 0 1.5rem;
}
.b-formatted-text h1,
.b-formatted-text h2,
.b-formatted-text h3,
.b-formatted-text h4,
.b-formatted-text h5,
.b-formatted-text h6,
.b-formatted-text p.xlarge {
    color: #09102b;
}
.b-formatted-text li,
.b-formatted-text p,
.b-formatted-text ul {
    color: #53586b;
}
.b-formatted-text hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-formatted-text .comment-reply-to,
.b-blog-comments .b-formatted-text .comment-reply-to:hover,
.b-formatted-text .b-blog-comments .comment-reply-to,
.b-formatted-text .b-blog-comments .comment-reply-to:hover,
.b-formatted-text .c-btn--small,
.b-formatted-text .c-btn--small:hover {
    color: #41cd52;
}
.b-formatted-text p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-formatted-text {
        padding: 0 0 2rem;
    }
}
.b-formatted-text__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-video {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-video {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-video {
        padding: 0rem 0 5rem;
    }
}
.b-video h1,
.b-video h2,
.b-video h3,
.b-video h4,
.b-video h5,
.b-video h6,
.b-video p.xlarge {
    color: #09102b;
}
.b-video li,
.b-video p,
.b-video ul {
    color: #53586b;
}
.b-video hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-video .comment-reply-to,
.b-blog-comments .b-video .comment-reply-to:hover,
.b-video .b-blog-comments .comment-reply-to,
.b-video .b-blog-comments .comment-reply-to:hover,
.b-video .c-btn--small,
.b-video .c-btn--small:hover {
    color: #41cd52;
}
.b-video p.accent {
    color: #6c7080;
}
.b-video__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-video__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-video__row:after,
.b-video__row:before {
    content: " ";
    display: table;
}
.b-video__row:after {
    clear: both;
}
.b-video__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-goals-solutions {
    position: relative;
}
@media (min-width: 1200px) {
    .b-goals-solutions {
        margin: 0 2rem;
    }
}
.b-goals-solutions h1,
.b-goals-solutions h2,
.b-goals-solutions h3,
.b-goals-solutions h4,
.b-goals-solutions h5,
.b-goals-solutions h6,
.b-goals-solutions p.xlarge {
    color: #09102b;
}
.b-goals-solutions li,
.b-goals-solutions p,
.b-goals-solutions ul {
    color: #53586b;
}
.b-goals-solutions hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-goals-solutions .comment-reply-to,
.b-blog-comments .b-goals-solutions .comment-reply-to:hover,
.b-goals-solutions .b-blog-comments .comment-reply-to,
.b-goals-solutions .b-blog-comments .comment-reply-to:hover,
.b-goals-solutions .c-btn--small,
.b-goals-solutions .c-btn--small:hover {
    color: #41cd52;
}
.b-goals-solutions p.accent {
    color: #6c7080;
}
.b-goals-solutions__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-goals-solutions__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-goals-solutions__row:after,
.b-goals-solutions__row:before {
    content: " ";
    display: table;
}
.b-goals-solutions__row:after {
    clear: both;
}
.b-goals-solutions__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-qt-features {
    position: relative;
    padding: 5rem 0;
}
@media (min-width: 1200px) {
    .b-qt-features {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-qt-features {
        padding: 8rem 0;
    }
}
.b-qt-features h1,
.b-qt-features h2,
.b-qt-features h3,
.b-qt-features h4,
.b-qt-features h5,
.b-qt-features h6,
.b-qt-features p.xlarge {
    color: #09102b;
}
.b-qt-features li,
.b-qt-features p,
.b-qt-features ul {
    color: #53586b;
}
.b-qt-features hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-qt-features .comment-reply-to,
.b-blog-comments .b-qt-features .comment-reply-to:hover,
.b-qt-features .b-blog-comments .comment-reply-to,
.b-qt-features .b-blog-comments .comment-reply-to:hover,
.b-qt-features .c-btn--small,
.b-qt-features .c-btn--small:hover {
    color: #41cd52;
}
.b-qt-features p.accent {
    color: #6c7080;
}
.b-qt-features__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-qt-features__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-qt-features__row:after,
.b-qt-features__row:before {
    content: " ";
    display: table;
}
.b-qt-features__row:after {
    clear: both;
}
.b-qt-features__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-trivia {
    padding: 5rem 0;
    position: relative;
}
.b-trivia h1,
.b-trivia h2,
.b-trivia h3,
.b-trivia h4,
.b-trivia h5,
.b-trivia h6,
.b-trivia p.xlarge {
    color: #09102b;
}
.b-trivia li,
.b-trivia p,
.b-trivia ul {
    color: #53586b;
}
.b-trivia hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-trivia .comment-reply-to,
.b-blog-comments .b-trivia .comment-reply-to:hover,
.b-trivia .b-blog-comments .comment-reply-to,
.b-trivia .b-blog-comments .comment-reply-to:hover,
.b-trivia .c-btn--small,
.b-trivia .c-btn--small:hover {
    color: #41cd52;
}
.b-trivia p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-trivia {
        padding: 8rem 0;
    }
}
@media (min-width: 1200px) {
    .b-trivia {
        margin: 0 2rem;
    }
}
.b-trivia__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-trivia__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-trivia__row:after,
.b-trivia__row:before {
    content: " ";
    display: table;
}
.b-trivia__row:after {
    clear: both;
}
.b-trivia__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-related-cases {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-related-cases {
        margin: 0 2rem;
    }
}
.b-related-cases h1,
.b-related-cases h2,
.b-related-cases h3,
.b-related-cases h4,
.b-related-cases h5,
.b-related-cases h6,
.b-related-cases p.xlarge {
    color: #09102b;
}
.b-related-cases li,
.b-related-cases p,
.b-related-cases ul {
    color: #53586b;
}
.b-related-cases hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-related-cases .comment-reply-to,
.b-blog-comments .b-related-cases .comment-reply-to:hover,
.b-related-cases .b-blog-comments .comment-reply-to,
.b-related-cases .b-blog-comments .comment-reply-to:hover,
.b-related-cases .c-btn--small,
.b-related-cases .c-btn--small:hover {
    color: #41cd52;
}
.b-related-cases p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-related-cases {
        padding: 0rem 0 5rem;
    }
}
.b-related-cases__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-related-cases__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-related-cases__row:after,
.b-related-cases__row:before {
    content: " ";
    display: table;
}
.b-related-cases__row:after {
    clear: both;
}
.b-related-cases__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-wysiwyg {
    position: relative;
    padding: 5rem 0;
}
@media (min-width: 1200px) {
    .b-wysiwyg {
        margin: 0 2rem;
    }
}
.b-wysiwyg h1,
.b-wysiwyg h2,
.b-wysiwyg h3,
.b-wysiwyg h4,
.b-wysiwyg h5,
.b-wysiwyg h6,
.b-wysiwyg p.xlarge {
    color: #09102b;
}
.b-wysiwyg li,
.b-wysiwyg p,
.b-wysiwyg ul {
    color: #53586b;
}
.b-wysiwyg hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-wysiwyg .comment-reply-to,
.b-blog-comments .b-wysiwyg .comment-reply-to:hover,
.b-wysiwyg .b-blog-comments .comment-reply-to,
.b-wysiwyg .b-blog-comments .comment-reply-to:hover,
.b-wysiwyg .c-btn--small,
.b-wysiwyg .c-btn--small:hover {
    color: #41cd52;
}
.b-wysiwyg p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-wysiwyg {
        padding: 8rem 0;
    }
}
.b-wysiwyg__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-wysiwyg__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-wysiwyg__row:after,
.b-wysiwyg__row:before {
    content: " ";
    display: table;
}
.b-wysiwyg__row:after {
    clear: both;
}
.b-wysiwyg__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .b-wysiwyg__content {
        float: left;
        width: 83.3333333333%;
    }
}
@media (min-width: 992px) {
    .b-wysiwyg__content {
        left: 8.3333333333%;
    }
}
.b-key-figures {
    position: relative;
}
@media (min-width: 1200px) {
    .b-key-figures {
        margin: 0 2rem;
    }
}
.b-key-figures__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    padding: 5rem 0;
    position: relative;
}
@media (min-width: 992px) {
    .b-key-figures__container {
        padding: 8rem 0;
    }
}
.b-key-figures__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-key-figures__row:after,
.b-key-figures__row:before {
    content: " ";
    display: table;
}
.b-key-figures__row:after {
    clear: both;
}
.b-key-figures__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-testimonials {
    position: relative;
    padding: 5rem 0;
    padding: 7rem 0;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .b-testimonials {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-testimonials {
        padding: 8rem 0;
    }
}
.b-testimonials h1,
.b-testimonials h2,
.b-testimonials h3,
.b-testimonials h4,
.b-testimonials h5,
.b-testimonials h6 {
    color: #fff;
}
.b-testimonials li,
.b-testimonials p,
.b-testimonials ul {
    color: #fff;
}
.b-testimonials hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .b-testimonials .comment-reply-to,
.b-blog-comments .b-testimonials .comment-reply-to:hover,
.b-testimonials .b-blog-comments .comment-reply-to,
.b-testimonials .b-blog-comments .comment-reply-to:hover,
.b-testimonials .c-btn--small,
.b-testimonials .c-btn--small:hover {
    color: #41cd52;
}
@media (min-width: 992px) {
    .b-testimonials {
        padding: 10rem 0;
    }
}
.b-testimonials__background {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.b-testimonials__circle {
    display: none;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: -5%;
    bottom: 0;
    left: 50%;
    z-index: 0;
}
@media (min-width: 992px) {
    .b-testimonials__circle {
        display: block;
    }
}
.b-testimonials__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-testimonials__row {
    margin-left: -15px;
    margin-right: -15px;
}
.b-testimonials__row:after,
.b-testimonials__row:before {
    content: " ";
    display: table;
}
.b-testimonials__row:after {
    clear: both;
}
.b-testimonials__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.b-career-article {
    position: relative;
    padding: 5rem 0;
}
@media (min-width: 1200px) {
    .b-career-article {
        margin: 0 2rem;
    }
}
.b-career-article h1,
.b-career-article h2,
.b-career-article h3,
.b-career-article h4,
.b-career-article h5,
.b-career-article h6,
.b-career-article p.xlarge {
    color: #09102b;
}
.b-career-article li,
.b-career-article p,
.b-career-article ul {
    color: #53586b;
}
.b-career-article hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-career-article .comment-reply-to,
.b-blog-comments .b-career-article .comment-reply-to:hover,
.b-career-article .b-blog-comments .comment-reply-to,
.b-career-article .b-blog-comments .comment-reply-to:hover,
.b-career-article .c-btn--small,
.b-career-article .c-btn--small:hover {
    color: #41cd52;
}
.b-career-article p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-career-article {
        padding: 8rem 0;
    }
}
.b-career-article__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .b-career-article__left {
        width: 55%;
        float: left;
    }
}
.b-career-article__bottom-buttons {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .b-career-article__bottom-buttons {
        margin-top: 5rem;
    }
}
.b-career-article__bottom-buttons hr {
    margin: 2.5rem 0 2rem;
}
.b-career-article__bottom-buttons a + a {
    margin-left: 3rem;
}
.b-career-article__bottom-buttons__share {
    display: inline-block;
}
@media (max-width: 767px) {
    .b-career-article__right {
        margin-top: 6rem;
    }
}
@media (min-width: 768px) {
    .b-career-article__right {
        width: 35%;
        float: right;
    }
}
.b-career-article:after {
    content: "";
    display: block;
    clear: both;
}
.b-related-content {
    position: relative;
    padding: 5rem 0;
    background: #f5f5f7;
}
@media (min-width: 1200px) {
    .b-related-content {
        margin: 0 2rem;
    }
}
.b-related-content h1,
.b-related-content h2,
.b-related-content h3,
.b-related-content h4,
.b-related-content h5,
.b-related-content h6,
.b-related-content p.xlarge {
    color: #09102b;
}
.b-related-content li,
.b-related-content p,
.b-related-content ul {
    color: #53586b;
}
.b-related-content hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-related-content .comment-reply-to,
.b-blog-comments .b-related-content .comment-reply-to:hover,
.b-related-content .b-blog-comments .comment-reply-to,
.b-related-content .b-blog-comments .comment-reply-to:hover,
.b-related-content .c-btn--small,
.b-related-content .c-btn--small:hover {
    color: #41cd52;
}
.b-related-content p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-related-content {
        padding: 8rem 0;
    }
}
.b-related-content--white {
    background: #fff;
}
.b-related-content__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-related-content__title-bar {
    margin-bottom: 3rem;
}
@media (min-width: 992px) {
    .b-related-content__title-bar {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
    }
}
.b-related-content__title-bar__right {
    width: 50%;
    text-align: right;
}
@media (max-width: 991px) {
    .b-related-content__title-bar__right {
        text-align: left;
        margin-top: 2rem;
        width: 100%;
    }
}
.b-article {
    position: relative;
    padding-bottom: 10rem;
    padding-top: 3rem;
}
@media (min-width: 1200px) {
    .b-article {
        margin: 0 2rem;
    }
}
.b-article__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-article__container:after {
    content: "";
    display: block;
    clear: both;
}
.b-article__hero {
    margin-bottom: 2rem;
}
.b-article__share-footer hr {
    margin: 3rem 0;
}
.b-article__share-footer .c-share-buttons {
    float: left;
}
.b-article__share-footer:after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
    .b-article__content {
        width: 70%;
        float: left;
    }
}
.b-article__content article {
    max-width: 800px;
}
.b-article__content article h1,
.b-article__content article h2,
.b-article__content article h3,
.b-article__content article h4,
.b-article__content article h5,
.b-article__content article h6,
.b-article__content article p.xlarge {
    color: #09102b;
}
.b-article__content article li,
.b-article__content article p,
.b-article__content article ul {
    color: #53586b;
}
.b-article__content article hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-article__content article .b-blog-comments .comment-reply-to,
.b-article__content article .b-blog-comments .comment-reply-to:hover,
.b-article__content article .c-btn--small,
.b-article__content article .c-btn--small:hover,
.b-blog-comments .b-article__content article .comment-reply-to,
.b-blog-comments .b-article__content article .comment-reply-to:hover {
    color: #41cd52;
}
.b-article__content article p.accent {
    color: #6c7080;
}
.b-article__content article p {
    font-size: 1.1em;
    color: #09102b;
}
.b-article__content article .c-corners:after,
.b-article__content article .c-corners:before {
    display: none;
}
@media (max-width: 767px) {
    .b-article__sidebar {
        display: none;
    }
}
@media (min-width: 768px) {
    .b-article__sidebar {
        width: 25%;
        float: right;
    }
}
@media (max-width: 767px) {
    .b-article__sidebar--mobile {
        display: block;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .b-article--template-2 .b-article__sidebar {
        float: left;
    }
}
@media (min-width: 768px) {
    .b-article--template-2 .b-article__content {
        float: right;
    }
}
.b-article__meta {
    margin: 2em 0 !important;
    padding: 0.5em 0;
    border: 1px solid rgba(9, 16, 43, 0.1);
    border-width: 1px 0;
}
.b-article__pagination {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(9, 16, 43, 0.1);
}
.b-filter-head {
    position: relative;
}
@media (min-width: 1200px) {
    .b-filter-head {
        margin: 0 2rem;
    }
}
.b-filter-head h1,
.b-filter-head h2,
.b-filter-head h3,
.b-filter-head h4,
.b-filter-head h5,
.b-filter-head h6,
.b-filter-head p.xlarge {
    color: #09102b;
}
.b-filter-head li,
.b-filter-head p,
.b-filter-head ul {
    color: #53586b;
}
.b-filter-head hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-filter-head .comment-reply-to,
.b-blog-comments .b-filter-head .comment-reply-to:hover,
.b-filter-head .b-blog-comments .comment-reply-to,
.b-filter-head .b-blog-comments .comment-reply-to:hover,
.b-filter-head .c-btn--small,
.b-filter-head .c-btn--small:hover {
    color: #41cd52;
}
.b-filter-head p.accent {
    color: #6c7080;
}
.b-filter-head__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-filter-head__wrapper {
    padding: 2.5rem 0 0;
}
@media (min-width: 768px) {
    .b-filter-head__wrapper {
        padding: 5rem 0 0;
    }
}
.b-filter-head h1 {
    color: #41cd52;
}
.b-filter-head h5 {
    font-weight: 800;
    text-transform: uppercase;
}
.b-filter-head__text__headline h1 {
    display: inline-block;
}
.b-filter-head__text__headline .c-btn {
    position: relative;
    top: -0.5em;
    margin-left: 2rem;
}
.b-image {
    z-index: 100;
    position: relative;
}
.b-image__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-image__image {
    display: none;
}
.b-image img {
    margin: auto;
    display: block;
    max-width: 100%;
}
.b-some-feed {
    position: relative;
    padding: 5rem 0;
}
@media (min-width: 1200px) {
    .b-some-feed {
        margin: 0 2rem;
    }
}
.b-some-feed h1,
.b-some-feed h2,
.b-some-feed h3,
.b-some-feed h4,
.b-some-feed h5,
.b-some-feed h6,
.b-some-feed p.xlarge {
    color: #09102b;
}
.b-some-feed li,
.b-some-feed p,
.b-some-feed ul {
    color: #53586b;
}
.b-some-feed hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-some-feed .comment-reply-to,
.b-blog-comments .b-some-feed .comment-reply-to:hover,
.b-some-feed .b-blog-comments .comment-reply-to,
.b-some-feed .b-blog-comments .comment-reply-to:hover,
.b-some-feed .c-btn--small,
.b-some-feed .c-btn--small:hover {
    color: #41cd52;
}
.b-some-feed p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-some-feed {
        padding: 8rem 0;
    }
}
.b-some-feed__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-some-feed__heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 3rem;
    align-items: center;
}
.b-some-feed__heading .c-share-buttons {
    margin-left: 2rem;
}
.b-newsroom {
    margin-top: -3rem;
}
.b-newsroom__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-contact-us {
    position: relative;
}
@media (min-width: 1200px) {
    .b-contact-us {
        margin: 0 2rem;
    }
}
.b-contact-us h1,
.b-contact-us h2,
.b-contact-us h3,
.b-contact-us h4,
.b-contact-us h5,
.b-contact-us h6,
.b-contact-us p.xlarge {
    color: #09102b;
}
.b-contact-us li,
.b-contact-us p,
.b-contact-us ul {
    color: #53586b;
}
.b-contact-us hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-contact-us .comment-reply-to,
.b-blog-comments .b-contact-us .comment-reply-to:hover,
.b-contact-us .b-blog-comments .comment-reply-to,
.b-contact-us .b-blog-comments .comment-reply-to:hover,
.b-contact-us .c-btn--small,
.b-contact-us .c-btn--small:hover {
    color: #41cd52;
}
.b-contact-us p.accent {
    color: #6c7080;
}
@media (max-width: 767px) {
    .b-contact-us {
        padding: 2rem 0 2rem;
    }
}
@media (min-width: 768px) {
    .b-contact-us {
        padding: 5rem 0 8rem;
    }
}
.b-contact-us__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-contact-us__container:after {
    content: "";
    display: block;
    clear: both;
}
.b-contact-us__headline {
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .b-contact-us__left-column {
        float: left;
        width: 25%;
    }
}
@media (max-width: 767px) {
    .b-contact-us__right-column {
        margin-top: 3rem;
    }
}
@media (min-width: 768px) {
    .b-contact-us__right-column {
        float: right;
        width: 70%;
    }
}
.b-hero-split {
    max-width: 1477px;
    margin: auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .b-hero-split {
        width: calc(100% - 4rem);
    }
}
.b-hero-split__spot-big {
    margin: -0.5rem;
}
.b-hero-split__bottom-row {
    margin: -0.5rem;
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .b-hero-split__bottom-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }
}
.b-hero-split__item {
    margin: 0.5rem;
    width: calc(100% - 1rem);
}
.b-hero-split__event {
    margin-bottom: -0.5rem;
}
.b-webshop {
    position: relative;
    padding: 4rem 0 4rem;
    background: #f5f5f7;
}
@media (min-width: 1200px) {
    .b-webshop {
        margin: 0 2rem;
    }
}
@media (min-width: 768px) {
    .b-webshop {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .b-webshop {
        padding: 6rem 0 10rem;
    }
}
.b-webshop__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .b-webshop__container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
}
.b-webshop__container + .b-webshop__container {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .b-webshop__container + .b-webshop__container {
        margin-top: 4rem;
    }
}
.b-webshop__content {
    border-top: 1px solid #e6e7e9;
}
@media (min-width: 768px) {
    .b-webshop__content {
        padding-top: 3rem;
        padding-bottom: 6rem;
    }
}
@media (min-width: 400px) {
    .b-webshop__content {
        padding-left: 5rem;
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .b-webshop__content {
        width: calc(100% - 44rem);
    }
}
.b-webshop__content h2 {
    font-size: 2rem;
    margin: 4rem 0 2rem 5rem;
    font-size: 2.4rem;
    position: relative;
}
@media (min-width: 400px) {
    .b-webshop__content h2 {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .b-webshop__content h2 {
        font-size: 2rem;
    }
}
.b-webshop__content h2:first-child {
    margin-top: 1rem;
}
.b-blog-comments .b-webshop__content h2 .comment-reply-to,
.b-webshop__content h2 .b-blog-comments .comment-reply-to,
.b-webshop__content h2 .c-btn--small {
    margin-left: 1rem;
}
.b-webshop__content h2 span {
    font-size: 1.9rem;
    width: 4rem;
    height: 4rem;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #e6e7e9;
    color: #09102b;
    font-weight: 700;
    text-align: center;
    line-height: 3.6rem;
    box-shadow: 0 1px 2px rgba(9, 16, 43, 0.1);
    margin-right: 1rem;
    background: #fff;
    transform: translate(calc(-100% - 1rem), -0.5rem);
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .b-webshop__content h2 span {
        width: 3rem;
        height: 3rem;
        line-height: 2.8rem;
        top: 0.2em;
        font-size: 1.6rem;
    }
}
.b-webshop__content .c-form-dropdown,
.b-webshop__content .c-form-input {
    background: #fff;
    border-bottom: solid #e6e7e9 1px;
}
.b-webshop__content .c-form-dropdown:focus,
.b-webshop__content .c-form-dropdown:hover,
.b-webshop__content .c-form-input:focus,
.b-webshop__content .c-form-input:hover {
    background: #fafafa;
}
.b-webshop__content .c-form-number-ui__wrapper {
    background: #fff;
}
.b-webshop__content .c-form-number-ui__less,
.b-webshop__content .c-form-number-ui__more {
    background: #fff;
    top: 1px;
    bottom: 1px;
    height: calc(100% - 2px);
    line-height: 4rem;
}
.b-webshop__content .c-form-number-ui__less:hover,
.b-webshop__content .c-form-number-ui__more:hover {
    background: #f5f5f7;
}
.b-webshop__content .c-form-number-ui__less:before,
.b-webshop__content .c-form-number-ui__more:before {
    content: none;
}
.b-webshop__content .c-form-number-ui__less:after,
.b-webshop__content .c-form-number-ui__more:after {
    color: #41cd52;
    font-weight: 700;
}
.b-webshop__content .c-form-number-ui__less {
    border-right: solid #f5f5f7 1px;
    left: 1px;
}
.b-webshop__content .c-form-number-ui__more {
    border-left: solid #f5f5f7 1px;
    right: 1px;
}
.b-webshop__content .c-form-number-ui:after,
.b-webshop__content .c-form-number-ui:before {
    background: #f5f5f7;
}
.b-webshop__content .c-form-ul-radio li input {
    background: #fff;
}
.b-webshop__content .c-form-ul-radio li input:before {
    background: #22182c;
}
.b-webshop__content .c-form-ul-radio li label {
    font-size: 1.6rem;
}
.b-webshop__content .c-form-ul-radio li label a {
    color: #41cd52;
}
.b-webshop__content .c-webshop-startup {
    margin-bottom: 20px;
}
.b-webshop__content .c-form-radio-switch--separate {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: inherit;
}
@media (max-width: 1199px) {
    .b-webshop__content .c-form-radio-switch--separate {
        display: block;
    }
}
.b-webshop__content .c-form-radio-switch--separate:before {
    display: none;
}
.b-webshop__content .c-form-radio-switch--separate:after {
    display: none;
}
.b-webshop__content .c-form-radio-switch--separate li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    border: solid #e6e7e9 1px;
    background: #fff;
    width: calc(50% - 5px);
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 5px;
    margin-left: 0;
}
@media (max-width: 1199px) {
    .b-webshop__content .c-form-radio-switch--separate li {
        display: block;
        margin-right: 0;
        width: 100%;
    }
}
.b-webshop__content .c-form-radio-switch--separate li:after,
.b-webshop__content .c-form-radio-switch--separate li:before {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
    border: 1px solid #e6e7e9;
    font-size: inherit;
}
.b-webshop__content .c-form-radio-switch--separate li:before {
    top: -13px;
    left: -13px;
}
.b-webshop__content .c-form-radio-switch--separate li:after,
.b-webshop__content .c-form-radio-switch--separate li:before {
    border-color: #e6e7e9;
    width: 10px;
    height: 10px;
    background: #f3f3f4;
}
.b-webshop__content .c-form-radio-switch--separate li:before {
    top: -6px;
    left: -5px;
    border-width: 0 1px 0 0;
}
.b-webshop__content .c-form-radio-switch--separate li:after {
    bottom: -5px;
    right: -6px;
    border-width: 0 0 0 1px;
}
.b-webshop__content .c-form-radio-switch--separate li:last-child {
    margin-right: 0;
}
.b-webshop__content .c-form-radio-switch--separate li input {
    display: none;
}
.b-webshop__content .c-form-radio-switch--separate li label {
    position: relative;
    display: block;
    margin: 5px;
    padding: 1rem 1.5rem;
    overflow: hidden;
    height: calc(100% - 1rem);
}
.b-webshop__content .c-form-radio-switch--separate li label:hover {
    background: #f5f5f7;
}
.b-webshop__content .c-form-radio-switch--separate li label:after,
.b-webshop__content .c-form-radio-switch--separate li label:before {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
}
.b-webshop__content .c-form-radio-switch--separate li label:before {
    top: -15px;
    left: -15px;
}
.b-webshop__content .c-form-radio-switch--separate li label:after {
    bottom: -15px;
    right: -15px;
}
.b-webshop__content .c-form-radio-switch--separate li label .title {
    display: block;
    font-size: inherit;
}
.b-webshop__content .c-form-radio-switch--separate li label .subtitle {
    font-size: 0.7em;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}
.b-webshop__content .c-form-radio-switch--separate li input:checked + label {
    background: #22182c;
    color: #f5f5f7;
}
.b-webshop__content .c-form-radio-switch--separate li input:checked + label .subtitle {
    color: #fff;
}
.b-webshop__content .c-webshop-licenses li {
    flex: 50% !important;
    flex-basis: auto !important;
    margin-bottom: 5px !important;
}
.b-webshop__content .c-webshop-licenses li:nth-child(2n) {
    margin-right: 0;
}
.b-webshop__content .c-webshop-licenses li label .title {
    font-size: 14px;
}
.b-webshop__content .c-webshop-licenses li label .subtitle {
    font-size: 2.2rem;
    line-height: 1.2;
    color: #22182c;
}
@media (max-width: 767px) {
    .b-webshop__content .c-form-radio-switch {
        width: 100%;
        display: block;
    }
}
.b-webshop__content .c-form-radio-switch__wrapper {
    display: block;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .b-webshop__content .c-form-radio-switch li {
        float: none;
        margin-left: 5px;
        margin-right: 5px;
    }
}
.b-webshop__content .c-form-radio-switch li .subtitle output {
    font-size: 2.2rem;
}
.b-webshop__sidebar {
    width: 40rem;
    margin-top: -8rem;
}
@media (max-width: 991px) {
    .b-webshop__sidebar {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        height: 0;
    }
}
@media (min-width: 992px) {
    .b-webshop__sidebar__wrapper {
        position: sticky;
        top: 86px;
    }
}
@media (max-width: 991px) {
    .b-webshop__sidebar__wrapper {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        visibility: hidden;
        background: rgba(9, 16, 43, 0);
        overflow-y: auto;
        max-height: 100vh;
        opacity: 0;
        padding-top: 100vh;
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
    }
    .b-webshop__sidebar--mobile-open .b-webshop__sidebar__wrapper {
        background: rgba(9, 16, 43, 0.6);
        box-shadow: 0px 0px 23px rgba(9, 16, 43, 0.15);
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
        padding-top: 0vh;
    }
}
.b-webshop__sidebar-links {
    text-align: center;
    padding-top: 40px;
}
@media (max-width: 991px) {
    .b-webshop__sidebar-links {
        display: none;
    }
}
.b-webshop__sidebar-links p {
    margin-bottom: 5px;
}
.b-webshop__sidebar-links p a {
    color: #21be2a;
}
.b-webshop__sidebar__mobile-cta {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    background: #41cd52;
    color: #fff;
    width: 100vw;
    padding: 1rem 2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
}
.b-webshop__sidebar__mobile-cta:before {
    content: "Continue";
}
.b-webshop__sidebar__mobile-cta:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 1rem;
}
.b-webshop__sidebar--mobile-open .b-webshop__sidebar__mobile-cta {
    background: #fff;
    color: #09102b;
    border-top: 1px solid rgba(9, 16, 43, 0.1);
    box-shadow: 0px 0px 23px rgba(9, 16, 43, 0.15);
}
.b-webshop__sidebar--mobile-open .b-webshop__sidebar__mobile-cta:before {
    content: "Close Cart";
}
.b-webshop__sidebar--mobile-open .b-webshop__sidebar__mobile-cta:after {
    content: "\f00d";
}
@media (min-width: 992px) {
    .b-webshop__sidebar__mobile-cta {
        display: none;
    }
}
.b-webshop__sidebar .c-form-input__validate {
    background: #22182c;
}
.b-webshop__sidebar .c-form-input__validate:focus {
    color: #fff;
}
.b-webshop__sidebar .c-form-input__validate--invalid {
    background: #cb0131;
}
.b-webshop__sidebar .c-form-ul-radio li label {
    line-height: 1.4;
    max-width: 300px;
}
.b-webshop__sidebar .c-form-radio-switch {
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.b-webshop__sidebar .c-form-radio-switch--padded:after,
.b-webshop__sidebar .c-form-radio-switch--padded:before {
    background: #fff;
}
.b-webshop hr {
    background: #e6e7e9;
    margin: 4rem 0;
    border: none;
    display: block;
}
.b-webshop .c-webshop-mandate hr {
    margin: 3rem 0 1rem 0;
}
.b-blog-comments .b-webshop .c-btn--small + .comment-reply-to,
.b-blog-comments .b-webshop .comment-reply-to + .c-btn--small,
.b-blog-comments .b-webshop .comment-reply-to + .comment-reply-to,
.b-webshop .b-blog-comments .c-btn--small + .comment-reply-to,
.b-webshop .b-blog-comments .comment-reply-to + .c-btn--small,
.b-webshop .b-blog-comments .comment-reply-to + .comment-reply-to,
.b-webshop .c-btn--small + .c-btn--small {
    margin-left: 0;
}
.b-webshop .c-form__payment-method-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.b-webshop .c-form__payment-method-container .c-form__payment-method-wrapper {
    transition: left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    position: relative;
    left: 0;
}
.b-webshop .c-form__payment-method-container .c-form__payment-method-wrapper .c-form__payment-method {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}
.b-webshop .c-form__payment-method-container .c-form__payment-method-wrapper .c-form__payment-method.selected {
    opacity: 1;
}
.b-webshop .c-form__payment-method-container .c-form__payment-method {
    min-width: 100%;
}
.b-webshop .c-form__payment-method-container a {
    color: #41cd52;
}
.b-webshop__confirmation .c-form-ul-radio li {
    align-items: start;
}
.b-webshop__confirmation .c-form-ul-radio li input {
    min-width: 2.6rem;
}
.b-webshop-receipt {
    position: relative;
    padding: 5rem 0;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/grid-bg.png");
    background-repeat: repeat;
    border: 5px solid #fff;
    border-width: 5px 0;
    text-align: center;
}
@media (min-width: 1200px) {
    .b-webshop-receipt {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-webshop-receipt {
        padding: 8rem 0;
    }
}
.b-webshop-receipt__container {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
    max-width: 90%;
    width: 600px;
    margin: auto;
}
.b-webshop-receipt__meta {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 2s;
    margin-top: 2rem;
}
.b-contact-popup {
    padding-bottom: 8rem;
}
.c-popup__content .b-contact-popup {
    width: 95%;
    margin: auto;
}
.b-contact-popup__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.c-popup__content .b-contact-popup__container {
    width: 100%;
}
@media (min-width: 768px) {
    .b-contact-popup__container {
        padding-right: 20rem;
    }
    .c-popup__content .b-contact-popup__container {
        padding-right: 0;
    }
}
.b-contact-popup h1,
.b-contact-popup h2,
.b-contact-popup h3,
.b-contact-popup h4,
.b-contact-popup h5,
.b-contact-popup h6 {
    color: #09102b;
}
.b-contact-popup h5 {
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.b-contact-popup__headline {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.c-popup__content .b-contact-popup__headline {
    margin-top: 0;
}
.b-contact-popup__columns:after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
    .b-contact-popup__left {
        float: left;
        width: 60%;
    }
}
@media (max-width: 767px) {
    .b-contact-popup__right {
        margin-bottom: 6rem;
    }
}
@media (min-width: 768px) {
    .b-contact-popup__right {
        float: right;
        width: 30%;
    }
}
.b-contact-popup__phone-number {
    font-size: 2rem;
    color: #41cd52;
    margin: 0 0 0.7rem 0 !important;
    line-height: 1;
}
.b-download-guide {
    position: relative;
    padding: 5rem 0;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/grid-bg.png");
    background-repeat: repeat;
    border: 5px solid #fff;
    border-width: 5px 0;
    text-align: center;
}
@media (min-width: 1200px) {
    .b-download-guide {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-download-guide {
        padding: 8rem 0;
    }
}
.b-download-guide h1,
.b-download-guide h2,
.b-download-guide h3,
.b-download-guide h4,
.b-download-guide h5,
.b-download-guide h6,
.b-download-guide p.xlarge {
    color: #09102b;
}
.b-download-guide li,
.b-download-guide p,
.b-download-guide ul {
    color: #53586b;
}
.b-download-guide hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-download-guide .comment-reply-to,
.b-blog-comments .b-download-guide .comment-reply-to:hover,
.b-download-guide .b-blog-comments .comment-reply-to,
.b-download-guide .b-blog-comments .comment-reply-to:hover,
.b-download-guide .c-btn--small,
.b-download-guide .c-btn--small:hover {
    color: #41cd52;
}
.b-download-guide p.accent {
    color: #6c7080;
}
.b-download-guide__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-download-guide__heading {
    margin-bottom: 2rem;
}
.b-download-guide__section {
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    display: none;
    background: #fff;
    border-top: solid 3px #41cd52;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}
.b-download-guide__section h3 {
    margin-bottom: 2rem;
}
.b-download-guide__section h3 a {
    color: #41cd52;
}
.b-download-guide__section form {
    margin-bottom: 2rem;
}
.b-download-guide__section label {
    margin-right: 2rem;
    vertical-align: middle;
    padding-left: 3px;
}
.b-download-guide__section .h-wysiwyg-html {
    margin-top: 1rem;
}
.b-download-guide__result p {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    background-color: #09102b;
    color: #fff;
    font-weight: 600;
    max-width: 94% !important;
    margin: 16px auto 30px auto;
}
.b-download-guide__result p:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #09102b;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
@media (min-width: 768px) {
    .b-download-guide__radio {
        display: inline-block;
    }
}
.b-related-fancy {
    position: relative;
    padding: 5rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 1200px) {
    .b-related-fancy {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-related-fancy {
        padding: 8rem 0;
    }
}
.b-related-fancy h1,
.b-related-fancy h2,
.b-related-fancy h3,
.b-related-fancy h4,
.b-related-fancy h5,
.b-related-fancy h6,
.b-related-fancy p.xlarge {
    color: #09102b;
}
.b-related-fancy li,
.b-related-fancy p,
.b-related-fancy ul {
    color: #53586b;
}
.b-related-fancy hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-related-fancy .comment-reply-to,
.b-blog-comments .b-related-fancy .comment-reply-to:hover,
.b-related-fancy .b-blog-comments .comment-reply-to,
.b-related-fancy .b-blog-comments .comment-reply-to:hover,
.b-related-fancy .c-btn--small,
.b-related-fancy .c-btn--small:hover {
    color: #41cd52;
}
.b-related-fancy p.accent {
    color: #6c7080;
}
.b-related-fancy .c-corners:after,
.b-related-fancy .c-corners:before {
    background: #f5f5f7;
}
.b-related-fancy__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-related-fancy .c-link-pad {
    background-color: transparent;
    background-image: linear-gradient(135deg, transparent 10px, rgba(255, 255, 255, 0.9) 10px, rgba(255, 255, 255, 0.9) calc(100% - 10px), transparent calc(100% - 10px));
}
.b-feature-map__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.b-feature-map__header {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 5rem;
}
@media (max-width: 991px) {
    .b-feature-map__header {
        padding-top: 4rem;
    }
}
@media (min-width: 992px) {
    .b-feature-map__header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .b-feature-map__header__headline {
        max-width: 60%;
    }
}
.b-feature-map__header__cta {
    text-align: center;
    background: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/_website/Product%20Map/qtstackoffering-cta.png") no-repeat center;
    background-size: contain;
    background-position: bottom center;
    position: relative;
    height: 120px;
    max-width: 350px;
}
@media (max-width: 991px) {
    .b-feature-map__header__cta {
        margin-top: 2rem;
    }
}
@media (min-width: 992px) {
    .b-feature-map__header__cta {
        width: 30%;
    }
}
.b-blog-comments .b-feature-map__header__cta .comment-reply-to,
.b-feature-map__header__cta .b-blog-comments .comment-reply-to,
.b-feature-map__header__cta .c-btn--small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.b-feature-map__content {
    padding: 3rem 0 3rem 0;
}
@media (min-width: 992px) {
    .b-feature-map__content {
        width: calc(100% - 35rem);
        float: right;
    }
}
.b-feature-map__notes {
    margin-bottom: 5rem;
}
.b-feature-map__package p {
    max-width: 500px;
    margin-top: 10px;
}
.b-feature-map__side-bar {
    float: left;
    width: 30rem;
    border-right: 1px solid #f4f4f4;
    padding: 3rem 3rem 3rem 0;
}
@media (max-width: 991px) {
    .b-feature-map__side-bar {
        display: none;
    }
}
.b-feature-map__side-bar h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
}
.b-feature-map__side-bar h6:first-child {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .b-feature-map__side-bar--mobile-open {
        animation-name: zoomIn;
        animation-fill-mode: backwards;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 0s;
        z-index: 1999;
        background: #fff;
        padding: 3rem;
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: calc(100% - 50px);
        overflow: scroll;
        border-top: 1px solid #ccc;
        -webkit-overflow-scrolling: touch;
    }
}
.b-feature-map__clear-filters {
    margin-top: 2rem;
    color: #09102b;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 3px;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .b-feature-map__clear-filters {
        margin-bottom: 7rem;
    }
}
.b-feature-map__clear-filters:hover {
    background: #f4f4f4;
}
.b-feature-map__clear-filters:before {
    content: "\f057";
    font-family: FontAwesome;
    padding-right: 0.6rem;
    color: #41cd52;
}
.b-feature-map__mobile-toggle {
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 3px;
    padding: 0.5rem 0.5rem 0.4rem 0.5rem;
    margin-top: 2rem;
    line-height: 3rem;
    color: #09102b;
}
.b-feature-map__mobile-toggle:before {
    font-family: FontAwesome;
    text-align: center;
    content: "\f0b0";
    width: 3rem;
    height: 3rem;
    background: #ccc;
    display: inline-block;
    margin-right: 1rem;
    background: #41cd52;
    color: #fff;
}
@media (min-width: 992px) {
    .b-feature-map__mobile-toggle {
        display: none;
    }
}
@media (max-width: 991px) {
    .b-feature-map__mobile-show-items {
        margin-bottom: 6rem !important;
    }
}
@media (min-width: 992px) {
    .b-feature-map__mobile-show-items {
        display: none !important;
    }
}
.b-blog {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    max-width: 1080px;
}
.b-blog-hero .h-wysiwyg-html h2 a {
    color: #fff;
}
.hs-inline-edit .hs-blog-post {
    padding-top: 0;
}
.hs-inline-edit .hs-blog-post .b-blog-comments,
.hs-inline-edit .hs-blog-post .b-blog-hero,
.hs-inline-edit .hs-blog-post .b-blog-navigation,
.hs-inline-edit .hs-blog-post .b-blog-post__share,
.hs-inline-edit .hs-blog-post .b-blog-post__share--sticky,
.hs-inline-edit .hs-blog-post .b-blog-related,
.hs-inline-edit .hs-blog-post .b-blog-subscription,
.hs-inline-edit .hs-blog-post .footer-container-wrapper,
.hs-inline-edit .hs-blog-post .header-container-wrapper {
    display: none;
}
.b-article__content .c-corners.js-wysiwyg-html {
    pointer-events: all;
}
.b-blog-post-header__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    max-width: 1080px;
    padding-top: 4em;
    padding-bottom: 4em;
}
.b-blog-post-header .c-btn--small-left {
    margin-bottom: 1rem;
    display: inline-block;
}
.b-blog-post-header__meta {
    margin-top: 1rem;
    font-size: 1.4rem;
}
.b-blog-post-header__meta a {
    color: #41cd52;
}
.b-blog-post-header__topic:after {
    content: ", ";
}
.b-blog-post-header__topic:last-child:after {
    content: "";
}
.b-blog-post {
    position: relative;
    padding: 0rem 0 3rem;
}
@media (min-width: 1200px) {
    .b-blog-post {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-blog-post {
        padding: 0rem 0 5rem;
    }
}
.b-blog-post h1,
.b-blog-post h2,
.b-blog-post h3,
.b-blog-post h4,
.b-blog-post h5,
.b-blog-post h6,
.b-blog-post p.xlarge {
    color: #09102b;
}
.b-blog-post li,
.b-blog-post p,
.b-blog-post ul {
    color: #53586b;
}
.b-blog-post hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-blog-post .comment-reply-to,
.b-blog-comments .b-blog-post .comment-reply-to:hover,
.b-blog-post .b-blog-comments .comment-reply-to,
.b-blog-post .b-blog-comments .comment-reply-to:hover,
.b-blog-post .c-btn--small,
.b-blog-post .c-btn--small:hover {
    color: #41cd52;
}
.b-blog-post p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-blog-post {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .b-blog-post__wrapper {
        display: flex;
        justify-content: space-between;
    }
    .b-blog-post__wrapper > :first-child {
        width: 75%;
    }
    .b-blog-post__wrapper > :last-child {
        width: 23%;
    }
}
.b-blog-post__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: none;
}
@media (min-width: 992px) {
    .b-blog-post__container {
        display: flex;
    }
}
.b-blog-post__content {
    position: relative;
    position: relative;
    padding: 0rem 0 3rem;
    order: 2;
    width: 100%;
}
.b-blog-post__content h1,
.b-blog-post__content h2,
.b-blog-post__content h3,
.b-blog-post__content h4,
.b-blog-post__content h5,
.b-blog-post__content h6 {
    margin: 1.4em 0 0.4em 0;
}
.b-blog-post__content h1:first-child,
.b-blog-post__content h2:first-child,
.b-blog-post__content h3:first-child,
.b-blog-post__content h4:first-child,
.b-blog-post__content h5:first-child,
.b-blog-post__content h6:first-child {
    margin-top: 0;
}
.b-blog-post__content p.accent + h1,
.b-blog-post__content p.accent + h2,
.b-blog-post__content p.accent + h3,
.b-blog-post__content p.accent + h4,
.b-blog-post__content p.accent + h5,
.b-blog-post__content p.accent + h6 {
    margin-top: -1rem;
}
.b-blog-post__content ol,
.b-blog-post__content ul {
    margin-bottom: 1em;
}
.b-blog-post__content ol ol,
.b-blog-post__content ol ul,
.b-blog-post__content ul ol,
.b-blog-post__content ul ul {
    margin-bottom: 0;
}
.b-blog-post__content p {
    margin-bottom: 1em;
}
.b-blog-post__content p:last-child {
    margin-bottom: 0;
}
.b-blog-post__content a {
    color: #41cd52;
}
.b-blog-post__content hr {
    margin-bottom: 1.5em;
}
.b-blog-post__content blockquote,
.b-blog-post__content dd,
.b-blog-post__content dl {
    margin-bottom: 1em;
}
.b-blog-post__content blockquote + ol,
.b-blog-post__content blockquote + ul,
.b-blog-post__content dd + ol,
.b-blog-post__content dd + ul,
.b-blog-post__content dl + ol,
.b-blog-post__content dl + ul {
    margin-bottom: 0;
}
.b-blog-post__content img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.b-blog-post__content pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.b-blog-post__content .wp-caption {
    max-width: 100%;
}
.b-blog-post__content .wp-caption img {
    margin-bottom: 0.3em;
}
.b-blog-post__content p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .b-blog-post__content p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .b-blog-post__content p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.b-blog-post__content .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.b-blog-post__content .alignnone img {
    width: 100%;
}
.b-blog-post__content .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.b-blog-post__content .alignleft,
.b-blog-post__content .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.b-blog-post__content .alignleft {
    float: left;
    margin-right: 2%;
}
.b-blog-post__content .alignright {
    float: right;
    margin-left: 2%;
}
@media (min-width: 1200px) {
    .b-blog-post__content {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-blog-post__content {
        padding: 0rem 0 5rem;
    }
}
@media (min-width: 992px) {
    .b-blog-post__content {
        padding-left: 0;
        margin-left: 0;
    }
}
.b-blog-post__content img {
    width: auto !important;
}
.b-blog-post__share {
    text-align: center;
    padding-top: 5rem;
}
.b-blog-post__share h3 {
    margin-bottom: 2rem;
}
.b-blog-post__share .c-share-buttons li a {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
}
.b-blog-post__share--sticky {
    order: 1;
    width: 0;
    display: block;
    padding-top: 0;
    position: relative;
    left: -60px;
}
.b-blog-post__share--sticky ul {
    flex-direction: column;
    position: sticky;
    top: 120px;
}
.b-blog-post__share--sticky ul li {
    margin: 0 0 1.5rem 0;
}
@media (max-width: 1199px) {
    .b-blog-post__share--sticky {
        display: none;
    }
}
.b-blog-post__sidebar .c-sidebar-widget {
    margin-bottom: 3rem;
}
.b-blog-post__sidebar .c-sidebar-widget--green .h-wysiwyg-html a {
    color: #fff;
    text-decoration: underline;
}
.b-blog-post__sidebar .c-sidebar-widget h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
}
.b-blog-post__sidebar .instagram-media {
    min-width: 0 !important;
    margin-top: 2rem !important;
}
.b-blog-listing {
    padding-top: 2rem;
}
.b-blog-listing__features {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .b-blog-listing__features {
        flex-direction: column;
    }
}
.b-blog-listing__sidebar {
    width: calc(33% - 1rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .b-blog-listing__sidebar {
        width: 49%;
    }
}
@media (max-width: 991px) {
    .b-blog-listing__sidebar {
        width: 100%;
    }
}
.b-blog-listing__sidebar-heading {
    background-color: #41cd52;
    color: #fff;
    font-size: 0.9em;
    display: block;
    padding: 0.5em 1em;
    margin: 0 0 1rem;
    font-weight: 600;
}
.b-blog-listing__list {
    padding-bottom: 1rem;
}
.b-blog-listing__list:last-child {
    padding-bottom: 0;
}
.b-blog-listing__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b-blog-listing__grid--related {
    padding: 4.6rem 0;
}
.b-blog-listing__header {
    text-align: center;
    margin-top: 6rem;
    padding: 6rem 0;
    width: 100%;
    border-top: 1px solid #cecfd5;
}
.b-blog-listing__header h3 {
    margin-top: 0;
    font-size: 3.2rem;
    position: relative;
}
.b-blog-listing__author {
    display: flex;
    align-content: center;
    margin-top: 3.6rem;
}
@media (max-width: 1199px) {
    .b-blog-listing__author {
        flex-direction: column;
        justify-content: center;
    }
}
.b-blog-listing__author-image {
    margin-right: 35px;
    margin-left: 0;
    max-width: 280px;
    min-width: 280px;
    min-height: 280px;
    max-height: 280px;
}
@media (max-width: 1199px) {
    .b-blog-listing__author-image {
        align-self: center;
    }
}
.b-blog-listing__author-content {
    flex-grow: 1;
    margin-left: 3.6rem;
}
@media (max-width: 1199px) {
    .b-blog-listing__author-content {
        margin-left: 0;
        margin-top: 3.6rem;
    }
}
.b-blog-listing__author-name {
    margin-top: 0;
    margin-bottom: 1.4rem;
    font-size: 3.6rem;
}
.b-blog-listing__author-bio {
    font-size: 1.7rem;
    padding: 2rem 0;
}
.b-blog-listing__author-social {
    border-top: 4px solid #41cd52;
    width: 100%;
    padding-top: 1.4rem;
}
.b-blog-listing__author-social .c-share-buttons {
    justify-content: flex-start;
}
.b-blog-listing__author-social ul li a {
    position: relative;
    display: inline-block;
}
.b-blog-subscription h1,
.b-blog-subscription h2,
.b-blog-subscription h3,
.b-blog-subscription h4,
.b-blog-subscription h5,
.b-blog-subscription h6 {
    color: #fff;
}
.b-blog-subscription li,
.b-blog-subscription p,
.b-blog-subscription ul {
    color: #fff;
}
.b-blog-subscription hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .b-blog-subscription .comment-reply-to,
.b-blog-comments .b-blog-subscription .comment-reply-to:hover,
.b-blog-subscription .b-blog-comments .comment-reply-to,
.b-blog-subscription .b-blog-comments .comment-reply-to:hover,
.b-blog-subscription .c-btn--small,
.b-blog-subscription .c-btn--small:hover {
    color: #41cd52;
}
.b-blog-subscription .c-btn {
    background: #fff;
}
.b-blog-subscription .c-btn span {
    color: #41cd52;
}
.b-blog-subscription .c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
}
.b-blog-subscription .c-btn:after,
.b-blog-subscription .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
.b-blog-subscription.c-blog-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.b-blog-subscription__container {
    color: #fff;
    background: linear-gradient(45deg, #41cd52, #21be2a);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    top: 0;
    left: 0;
    transform: translateX(0);
    transition: 0.3s ease-in-out;
}
.b-blog-subscription__container ul {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}
.b-blog-subscription__container section {
    min-width: 100%;
    padding: 2rem;
    max-height: 100%;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
}
.b-blog-subscription__options,
.b-blog-subscription__title {
    text-align: center;
}
.b-blog-subscription__email {
    text-align: left;
}
.b-blog-subscription__heading {
    border-bottom: solid 2px #fff;
    margin-bottom: 2.6rem;
    font-size: 2rem;
    padding-bottom: 1.4rem;
    text-align: center;
}
.b-blog-subscription__options ul li {
    margin-bottom: 1.4rem;
}
.b-blog-subscription__options ul li .c-btn {
    width: 80%;
}
.b-blog-subscription__divider {
    display: flex;
    position: relative;
    justify-content: center;
}
.b-blog-subscription__divider:after,
.b-blog-subscription__divider:before {
    content: "";
    display: block;
    background: #fff;
    height: 1px;
    min-width: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.b-blog-subscription__divider:before {
    right: 0;
}
.b-blog-subscription__divider:after {
    left: 0;
}
.b-blog-subscription--full-width .b-blog-subscription__options {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    justify-content: center;
}
.b-blog-subscription--full-width .b-blog-subscription__options ul li .c-btn {
    width: auto;
}
.b-blog-subscription .c-btn {
    background: #fff;
}
.b-blog-subscription .c-btn:after,
.b-blog-subscription .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
.b-blog-subscription .c-btn span {
    color: #41cd52;
}
.b-blog-subscription .c-btn span:after {
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
}
.b-blog-subscription .hs_blog_email_sbscription_radio_select > label {
    display: none !important;
}
.b-blog-subscription .hs_blog_email_sbscription_radio_select ul {
    display: flex;
    column-count: 2;
    flex-wrap: wrap;
}
.b-blog-subscription .hs_blog_email_sbscription_radio_select .hs-form-radio {
    width: 50%;
    padding-bottom: 0.5rem;
}
.b-blog-subscription .hs_blog_email_sbscription_radio_select .hs-form-radio input {
    width: auto;
    margin-right: 8px;
}
.b-blog-subscription .hs_email {
    margin-bottom: 0.5rem;
}
.b-blog-subscription .hs_email > label {
    font-size: 1.3rem;
    color: inherit !important;
    font-weight: inherit !important;
}
.b-blog-subscription .hs_email input {
    width: 100%;
}
.b-blog-subscription .hs-form-required {
    padding-left: 3px;
    color: inherit !important;
}
.b-blog-subscription .legal-consent-container {
    font-size: 1.3rem;
}
.b-blog-subscription .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 8px;
}
.b-blog-subscription form .hs-richtext,
.b-blog-subscription form .hs-richtext p {
    font-size: inherit;
}
.b-blog-subscription form p a {
    color: inherit !important;
    text-decoration: underline;
}
.b-blog-subscription .hs_submit {
    margin-top: 0 !important;
    text-align: left;
}
.b-blog-subscription .hs_submit .actions:after,
.b-blog-subscription .hs_submit .actions:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
.b-blog-subscription .hs_submit .actions input[type="submit"] {
    background: #fff;
    color: #41cd52;
}
.b-blog-subscription input[type="checkbox"] {
    margin-right: 0 !important;
}
.b-blog-subscription .hs-input {
    border: 0;
    box-sizing: border-box;
}
.b-blog-subscription .hs-error-msgs label {
    color: #cb0131;
}
.b-blog-subscription .inputs-list {
    margin-top: 0;
}
.b-blog-subscription--full-width {
    margin-right: 0;
}
.b-blog-subscription--full-width .hs_blog_email_sbscription_radio_select .hs-form-radio {
    width: auto;
    margin-right: 2em;
}
.b-blog-subscription--full-width .hs_blog_email_sbscription_radio_select .hs-form-radio input {
    width: auto;
    margin-right: 8px;
}
.b-blog-subscription--full-width .hs-fieldtype-radio {
    margin-bottom: 0.8em;
}
.b-blog-subscription--full-width .hs-fieldtype-booleancheckbox {
    margin-top: 0.8em;
    max-width: 80%;
    line-height: 180%;
}
.b-blog-subscription--full-width .hs-fieldtype-booleancheckbox p {
    display: inline;
}
.b-blog-subscription--full-width .b-blog-subscription__heading {
    border: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: left;
}
.b-blog-subscription--full-width .b-blog-subscription__container {
    height: auto;
}
.b-blog-subscription--full-width .b-blog-subscription__container ul {
    margin-top: 0;
}
.b-blog-subscription--full-width .b-blog-subscription__container h2 {
    margin-bottom: 0.3em;
}
.b-blog-subscription--full-width .b-blog-subscription__container section {
    text-align: left;
}
.b-blog-subscription--full-width .b-blog-subscription__container > section:first-child {
    max-width: 40%;
    min-width: 40%;
    text-align: left;
    padding: 4rem;
    align-self: flex-start;
}
.b-blog-subscription--full-width .b-blog-subscription__container > section:last-child {
    max-width: 60%;
    min-width: 60%;
    padding: 5rem 3rem 4rem 0;
}
@media (max-width: 1199px) {
    .b-blog-subscription--full-width .b-blog-subscription__container {
        flex-direction: column;
    }
    .b-blog-subscription--full-width .b-blog-subscription__container > section:first-child,
    .b-blog-subscription--full-width .b-blog-subscription__container > section:last-child {
        max-width: 100%;
        min-width: 0;
        padding: 2rem;
    }
}
.b-blog-subscription--dark {
    background: linear-gradient(45deg, #3a4055, #222840);
}
.b-blog-subscription--dark .b-blog-subscription__container {
    background: transparent;
}
.b-blog-subscription__back-button {
    text-align: center;
}
.b-blog-subscription__back-button a {
    font-size: 1.3rem;
    padding-top: 1rem;
    text-decoration: none;
    display: inline-block;
}
.b-blog-subscription--form-only .b-blog-subscription__title {
    display: none;
}
.b-blog-subscription--form-only .b-blog-subscription__container {
    display: block;
}
.b-blog-subscription--form-only .b-blog-subscription__container > section:last-child {
    max-width: none;
    min-width: 0;
    padding-left: 3rem;
}
.b-blog-subscription--container-sized {
    position: relative;
}
@media (min-width: 1200px) {
    .b-blog-subscription--container-sized {
        margin: 0 2rem;
    }
}
.b-blog-subscription--container-sized .b-blog-subscription__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-blog-roll {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 3.2rem 0;
}
@media (max-width: 1199px) {
    .b-blog-roll {
        flex-direction: column;
    }
}
.b-blog-roll__item {
    background-color: #3a4055;
    width: calc(33.3% - 2rem);
    margin: 0 1rem;
    overflow: hidden;
    flex-grow: 1;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.b-blog-roll__item:first-of-type {
    margin-left: 0;
}
.b-blog-roll__item:last-child {
    margin-right: 0;
}
.b-blog-roll__item a {
    color: #fff;
}
.b-blog-roll__item figure {
    width: 100%;
    margin: 0;
}
.b-blog-roll__item figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.b-blog-roll__item:hover {
    transform: scale(1.014);
    box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
}
@media (max-width: 1199px) {
    .b-blog-roll__item {
        width: 100%;
        margin: 1rem 0;
    }
}
.b-blog-roll__item-content {
    padding: 2rem;
}
.b-blog-roll__item-content h3 {
    margin: 0;
    font-weight: 300;
    color: #fff;
}
.b-blog-roll__item-content p {
    margin: 0 0 1rem;
    padding-right: 1rem;
    color: #fff;
}
.b-blog-navigation {
    max-width: 1080px;
}
.b-blog-navigation__list {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e6e7e9;
    position: relative;
}
@media (max-width: 991px) {
    .b-blog-navigation__list {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}
.b-blog-navigation__list > li {
    position: center;
    display: block;
    padding: 0;
    margin: 0 40px 0 0;
    position: relative;
    color: #09102b;
    cursor: pointer;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .b-blog-navigation__list > li {
        margin: 0;
    }
}
.b-blog-navigation__list > li:first-child,
.b-blog-navigation__list > li:nth-child(2),
.b-blog-navigation__list > li:nth-child(3) {
    font-weight: 600;
}
@media (max-width: 991px) {
    .b-blog-navigation__list > li:first-child,
    .b-blog-navigation__list > li:nth-child(2),
    .b-blog-navigation__list > li:nth-child(3) {
        margin-bottom: 10px;
    }
}
.b-blog-navigation__list > li:nth-child(4) {
    margin-left: auto;
    margin-right: 0;
}
@media (max-width: 991px) {
    .b-blog-navigation__list > li:nth-child(4) {
        margin-left: 0;
    }
}
.b-blog-navigation__list > li:nth-child(5) {
    margin-right: 30px;
    margin-left: 15px;
}
@media (max-width: 991px) {
    .b-blog-navigation__list > li:nth-child(5) {
        margin-right: 0;
    }
}
.b-blog-navigation__list > li:last-child {
    margin-right: 0;
    border-left: solid #cecfd5 1px;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .b-blog-navigation__list > li:last-child {
        display: none;
    }
}
.b-blog-navigation__list > li:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    position: absolute;
    width: 0%;
    background: #41cd52;
}
.b-blog-navigation__list > li:hover:after {
    width: 100%;
}
.b-blog-navigation__list > li.active:after {
    width: 100%;
    background: #09102b;
}
.b-blog-navigation__link--no-hover.active:after,
.b-blog-navigation__link--no-hover:hover:after {
    display: none;
}
.b-blog-navigation__filter-wrapper {
    display: flex;
}
.b-blog-navigation__filter {
    position: relative;
    border: solid 1px #cecfd5;
    padding: 5px 16px;
}
.b-blog-navigation__filter h3 {
    display: none;
}
.b-blog-navigation__filter a.btn {
    display: block;
    padding-right: 20px;
}
.b-blog-navigation__filter > a:after {
    content: "\25be";
    color: #6b7080;
    padding: 0 0 0 2rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.b-blog-navigation__filter .block {
    display: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    margin-top: 2em;
    left: 0;
    top: 0;
    border: solid #f3f3f4 1px;
    background: #fff;
    max-height: 300px;
    overflow-y: scroll;
    box-shadow: 0 10px 33px rgba(9, 16, 43, 0.15);
    z-index: 10;
    width: 100%;
    box-sizing: content-box;
}
.b-blog-navigation__filter .block:hover,
.b-blog-navigation__filter .btn:hover + .block,
.b-blog-navigation__filter:hover .block {
    display: block;
    visibility: visible;
    opacity: 1;
}
@media (max-width: 1199px) {
    .b-blog-navigation__filter .block:hover,
    .b-blog-navigation__filter .btn:hover + .block,
    .b-blog-navigation__filter:hover .block {
        min-width: 100%;
    }
}
.b-blog-navigation__filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-blog-navigation__filter ul li {
    border-bottom: solid #f3f3f4 1px;
    white-space: nowrap;
}
.b-blog-navigation__filter ul li a {
    padding: 0.5rem 1rem;
    display: block;
    background: #fff;
    transition: background 0.2s ease-in-out;
}
.b-blog-navigation__filter ul li a:hover {
    background: #f3f3f4;
}
.b-blog-navigation__form-dropdown {
    width: 350px;
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 40px 40px -5px rgba(51, 71, 91, 0.12);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    padding-top: 15px;
    text-align: left;
    white-space: normal;
}
.b-blog-navigation__form-dropdown.show {
    opacity: 1;
    pointer-events: auto;
    top: calc(100% - 10px);
    z-index: 10;
}
@media (max-width: 1199px) {
    .b-blog-navigation__form-dropdown.show {
        top: calc(100% - 15px);
    }
}
.b-blog-navigation__form-dropdown:before {
    content: "";
    border: solid 10px #222840;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-45deg) translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
}
.b-blog-navigation a {
    color: #3a4055;
}
.b-blog-comments {
    position: relative;
    position: relative;
    padding: 0rem 0 3rem;
}
.b-blog-comments h1,
.b-blog-comments h2,
.b-blog-comments h3,
.b-blog-comments h4,
.b-blog-comments h5,
.b-blog-comments h6 {
    margin: 1.4em 0 0.4em 0;
}
.b-blog-comments h1:first-child,
.b-blog-comments h2:first-child,
.b-blog-comments h3:first-child,
.b-blog-comments h4:first-child,
.b-blog-comments h5:first-child,
.b-blog-comments h6:first-child {
    margin-top: 0;
}
.b-blog-comments p.accent + h1,
.b-blog-comments p.accent + h2,
.b-blog-comments p.accent + h3,
.b-blog-comments p.accent + h4,
.b-blog-comments p.accent + h5,
.b-blog-comments p.accent + h6 {
    margin-top: -1rem;
}
.b-blog-comments ol,
.b-blog-comments ul {
    margin-bottom: 1em;
}
.b-blog-comments ol ol,
.b-blog-comments ol ul,
.b-blog-comments ul ol,
.b-blog-comments ul ul {
    margin-bottom: 0;
}
.b-blog-comments p {
    margin-bottom: 1em;
}
.b-blog-comments p:last-child {
    margin-bottom: 0;
}
.b-blog-comments a {
    color: #41cd52;
}
.b-blog-comments hr {
    margin-bottom: 1.5em;
}
.b-blog-comments blockquote,
.b-blog-comments dd,
.b-blog-comments dl {
    margin-bottom: 1em;
}
.b-blog-comments blockquote + ol,
.b-blog-comments blockquote + ul,
.b-blog-comments dd + ol,
.b-blog-comments dd + ul,
.b-blog-comments dl + ol,
.b-blog-comments dl + ul {
    margin-bottom: 0;
}
.b-blog-comments img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.b-blog-comments pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.b-blog-comments .wp-caption {
    max-width: 100%;
}
.b-blog-comments .wp-caption img {
    margin-bottom: 0.3em;
}
.b-blog-comments p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .b-blog-comments p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .b-blog-comments p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.b-blog-comments .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.b-blog-comments .alignnone img {
    width: 100%;
}
.b-blog-comments .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.b-blog-comments .alignleft,
.b-blog-comments .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.b-blog-comments .alignleft {
    float: left;
    margin-right: 2%;
}
.b-blog-comments .alignright {
    float: right;
    margin-left: 2%;
}
@media (min-width: 1200px) {
    .b-blog-comments {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-blog-comments {
        padding: 0rem 0 5rem;
    }
}
.b-blog-comments .comment {
    margin-bottom: 4rem;
}
.b-blog-comments .depth-1 {
    margin-left: 2rem;
}
.b-blog-comments .depth-2 {
    margin-left: 4rem;
}
.b-blog-comments .depth-3 {
    margin-left: 6rem;
}
.b-blog-comments .depth-4 {
    margin-left: 8rem;
}
.b-blog-comments .comment-reply-to {
    border: 0;
    padding: 0;
    margin-top: 1.5rem;
    background: none;
}
.b-blog-comments .comment-reply-to em {
    font-style: normal;
}
.b-featured-products {
    position: relative;
    padding: 5rem 0;
    background: #f5f5f7;
}
@media (min-width: 1200px) {
    .b-featured-products {
        margin: 0 2rem;
    }
}
.b-featured-products h1,
.b-featured-products h2,
.b-featured-products h3,
.b-featured-products h4,
.b-featured-products h5,
.b-featured-products h6,
.b-featured-products p.xlarge {
    color: #09102b;
}
.b-featured-products li,
.b-featured-products p,
.b-featured-products ul {
    color: #53586b;
}
.b-featured-products hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .b-featured-products .comment-reply-to,
.b-blog-comments .b-featured-products .comment-reply-to:hover,
.b-featured-products .b-blog-comments .comment-reply-to,
.b-featured-products .b-blog-comments .comment-reply-to:hover,
.b-featured-products .c-btn--small,
.b-featured-products .c-btn--small:hover {
    color: #41cd52;
}
.b-featured-products p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .b-featured-products {
        padding: 8rem 0;
    }
}
.b-featured-products__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}
.b-featured-products__frame {
    width: calc(100% - 2 * 40px) !important;
}
.b-featured-products__toleft,
.b-featured-products__toright {
    display: flex;
}
.b-featured-products__toleft:before,
.b-featured-products__toright:before {
    font-size: 30px;
    color: #41cd52;
    align-self: center;
    padding: 0;
    font-weight: 600;
    border-style: solid;
    border-width: 6px 6px 0 0;
    content: "";
    display: inline-block;
    height: 20px;
    position: relative;
    transform: rotate(-135deg);
    width: 20px;
    opacity: 0.2;
    cursor: default;
    transition: opacity cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
    margin-right: 16px;
}
.b-featured-products__toleft--enabled:before,
.b-featured-products__toright--enabled:before {
    opacity: 1;
    cursor: pointer;
}
.b-featured-products__toright:before {
    margin-left: 16px;
    transform: rotate(45deg);
}
.b-featured-products__spinner {
    text-align: center;
}
.b-featured-products .shopify-buy-frame {
    position: relative;
}
.b-featured-products .shopify-buy__collection {
    overflow-x: hidden;
}
.b-featured-products .shopify-buy__collection-products {
    display: flex;
    flex-wrap: nowrap;
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
}
.b-featured-products .shopify-buy__product {
    width: 200px;
    min-width: 200px;
    margin-right: 20px;
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
    cursor: pointer;
    background: #fff;
    -webkit-clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 20px);
    clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 20px);
}
.b-featured-products .shopify-buy__product:last-child {
    margin-right: 0;
}
.b-featured-products .shopify-buy__product > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.b-featured-products .shopify-buy__product-img-wrapper {
    padding: 1em;
    text-align: center;
    margin-bottom: 16px;
    background: #fff;
}
.b-featured-products .shopify-buy__product__variant-img {
    height: 150px;
    object-fit: contain;
}
.b-featured-products .shopify-buy__product__title {
    font-size: 1em;
    white-space: normal;
    flex-grow: 1;
    margin-bottom: 24px;
    padding: 0 16px;
}
.b-featured-products .shopify-buy__product__price {
    margin-bottom: 16px;
    padding: 0 16px;
    color: #41cd52;
    font-weight: 300;
    font-size: 1.4em;
}
.b-featured-products .shopify-buy__product:hover {
    transform: scale(0.97);
}
.b-featured-products--light {
    background: #fff;
}
.b-featured-products--light .shopify-buy__product {
    background: #f5f5f7;
}
.b-featured-products--light .shopify-buy__product-img-wrapper {
    background: #f5f5f7;
}
.b-qml-playground {
    position: relative;
}
@media (min-width: 1200px) {
    .b-qml-playground {
        margin: 0 2rem;
    }
}
.b-qml-playground__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    padding: 0rem 0 3rem;
}
@media (min-width: 992px) {
    .b-qml-playground__container {
        padding: 0rem 0 5rem;
    }
}
.b-qml-playground__playground {
    display: flex;
    flex-direction: column;
}
.b-qml-playground__wrapper {
    display: flex;
    justify-content: space-between;
}
.b-qml-playground__wrapper h1,
.b-qml-playground__wrapper h2,
.b-qml-playground__wrapper h3,
.b-qml-playground__wrapper h4,
.b-qml-playground__wrapper h5,
.b-qml-playground__wrapper h6 {
    color: #fff;
}
.b-qml-playground__wrapper h1 span,
.b-qml-playground__wrapper h2 span,
.b-qml-playground__wrapper h3 span,
.b-qml-playground__wrapper h4 span,
.b-qml-playground__wrapper h5 span,
.b-qml-playground__wrapper h6 span {
    color: #41cd52;
}
.b-qml-playground__wrapper li,
.b-qml-playground__wrapper p,
.b-qml-playground__wrapper ul {
    color: #9da3a7;
}
.b-qml-playground__wrapper p.large {
    color: #fff;
}
.b-blog-comments .b-qml-playground__wrapper .comment-reply-to,
.b-qml-playground__wrapper .b-blog-comments .comment-reply-to,
.b-qml-playground__wrapper .c-btn--small {
    color: #fff;
}
.b-blog-comments .b-qml-playground__wrapper .comment-reply-to:after,
.b-qml-playground__wrapper .b-blog-comments .comment-reply-to:after,
.b-qml-playground__wrapper .c-btn--small:after {
    color: #41cd52;
}
.b-qml-playground__wrapper .h-wysiwyg-html .c-corners:after,
.b-qml-playground__wrapper .h-wysiwyg-html .c-corners:before {
    display: none;
}
.b-qml-playground__wrapper hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .b-qml-playground__wrapper .comment-reply-to:hover,
.b-qml-playground__wrapper .b-blog-comments .comment-reply-to:hover,
.b-qml-playground__wrapper .c-btn--small:hover {
    color: #41cd52;
}
.b-qml-playground__wrapper #qmlapp {
    position: relative;
}
@media (min-width: 768px) {
    .b-qml-playground__wrapper {
        display: flex;
        flex-direction: row;
    }
    .b-qml-playground__wrapper--large {
        display: block;
    }
    .b-qml-playground__wrapper--large > div {
        margin-bottom: 3rem;
    }
    .b-qml-playground__wrapper--large #qmlapp {
        height: calc(100vh - 66px - 50px);
    }
    .b-qml-playground__wrapper--large #qmlcode {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .b-qml-playground__wrapper {
        flex-direction: column;
    }
}
.b-qml-playground__intro {
    padding-bottom: 3rem;
    color: white;
}
@media (min-width: 768px) {
    .b-qml-playground__intro {
        padding-bottom: 0;
    }
    .b-qml-playground__intro h1 {
        font-size: 4.2rem;
    }
}
.b-qml-playground__app {
    width: 55%;
}
.b-qml-playground__app p {
    display: none;
}
@media (min-width: 768px) {
    .b-qml-playground__app {
        padding-bottom: 0;
    }
    .b-qml-playground__app p {
        display: block;
        text-align: right;
    }
    .b-qml-playground__app p a {
        color: #41cd52;
    }
}
@media (max-width: 991px) {
    .b-qml-playground__app {
        width: 100%;
    }
}
.b-qml-playground__app > div {
    height: 480px;
}
.b-qml-playground__editor {
    padding-bottom: 3rem;
    width: 45%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .b-qml-playground__editor {
        padding-bottom: 0;
    }
}
@media (max-width: 991px) {
    .b-qml-playground__editor {
        width: 100%;
        padding-bottom: 0;
    }
}
.b-qml-playground__editor > div:first-child {
    height: 300px;
}
@media (min-width: 768px) {
    .b-qml-playground__editor > div:first-child {
        height: calc(100% - 72px);
    }
}
.b-qml-playground__editor > div:last-child {
    padding: 1em;
    background: #011e3a;
    text-align: center;
}
.b-qml-playground__editor > div:last-child > .c-btn {
    text-align: center;
    width: 50%;
    z-index: 4;
    margin: 0;
}
.b-qml-playground__share {
    text-align: right;
}
.b-qml-playground__tab {
}
@media (min-width: 768px) {
    .b-qml-playground__tab {
        display: block;
    }
}
.b-qml-playground__tab--active {
    display: block;
}
.b-qml-playground__placeholder {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #41cd52;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.b-qml-playground__examples {
    position: relative;
    padding: 5rem 0;
}
@media (min-width: 1200px) {
    .b-qml-playground__examples {
        margin: 0 2rem;
    }
}
@media (min-width: 992px) {
    .b-qml-playground__examples {
        padding: 8rem 0;
    }
}
.b-qml-playground__examples h1,
.b-qml-playground__examples h2,
.b-qml-playground__examples h3,
.b-qml-playground__examples h4,
.b-qml-playground__examples h5,
.b-qml-playground__examples h6 {
    color: #fff;
}
.b-qml-playground__examples h1 span,
.b-qml-playground__examples h2 span,
.b-qml-playground__examples h3 span,
.b-qml-playground__examples h4 span,
.b-qml-playground__examples h5 span,
.b-qml-playground__examples h6 span {
    color: #41cd52;
}
.b-qml-playground__examples li,
.b-qml-playground__examples p,
.b-qml-playground__examples ul {
    color: #9da3a7;
}
.b-qml-playground__examples p.large {
    color: #fff;
}
.b-blog-comments .b-qml-playground__examples .comment-reply-to,
.b-qml-playground__examples .b-blog-comments .comment-reply-to,
.b-qml-playground__examples .c-btn--small {
    color: #fff;
}
.b-blog-comments .b-qml-playground__examples .comment-reply-to:after,
.b-qml-playground__examples .b-blog-comments .comment-reply-to:after,
.b-qml-playground__examples .c-btn--small:after {
    color: #41cd52;
}
.b-qml-playground__examples .h-wysiwyg-html .c-corners:after,
.b-qml-playground__examples .h-wysiwyg-html .c-corners:before {
    display: none;
}
.b-qml-playground__examples hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .b-qml-playground__examples .comment-reply-to:hover,
.b-qml-playground__examples .b-blog-comments .comment-reply-to:hover,
.b-qml-playground__examples .c-btn--small:hover {
    color: #41cd52;
}
.b-qml-playground__examples-container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-qml-playground__examples-intro {
    margin-bottom: 4rem;
}
@media (min-width: 768px) {
    .b-qml-playground__examples-intro {
        width: 65%;
    }
}
.b-qml-playground__examples ul {
    list-style: none;
    padding: 0;
}
@media (min-width: 768px) {
    .b-qml-playground__examples ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
.b-qml-playground__examples ul li {
    margin-bottom: 4rem;
}
@media (min-width: 768px) {
    .b-qml-playground__examples ul li {
        width: 30%;
    }
    .b-qml-playground__examples ul li:nth-child(4),
    .b-qml-playground__examples ul li:nth-child(5),
    .b-qml-playground__examples ul li:nth-child(6) {
        margin-bottom: 0;
    }
}
.b-qml-playground__examples-code {
    display: none;
}
.b-pre-pricing {
    padding: 30px 0;
}
@media (min-width: 992px) {
    .b-pre-pricing {
        padding: 60px 0;
    }
}
.b-pre-pricing__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .b-pre-pricing__wrapper {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }
}
.b-pre-pricing__left {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .b-pre-pricing__left {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .b-pre-pricing__left {
        width: calc(66.66666% - 10px);
        margin-right: 10px;
    }
}
.b-pre-pricing__right {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
@media (min-width: 768px) {
    .b-pre-pricing__right {
        width: 33.33333%;
    }
}
.b-pre-pricing__pad {
    border-top: 2px solid #41cd52;
    background: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.b-pre-pricing__pad:nth-child(2) {
    margin-top: 10px;
}
.b-pre-pricing__pad__top {
    padding: 30px;
    width: 100%;
}
.b-pre-pricing__pad__bottom {
    padding: 30px;
    width: 100%;
    background: #f7f7f7;
}
.b-pre-pricing__pad__price {
    float: right;
    text-align: right;
    margin-left: 40px;
    width: 140px;
}
@media (min-width: 992px) {
    .b-pre-pricing__pad__price {
        width: 200px;
        height: 200px;
    }
}
.b-pre-pricing__pad__columns {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    margin: 4rem 0;
    width: 100%;
}
.b-pre-pricing__pad__column {
    width: 50%;
    min-width: 50%;
    padding-right: 10%;
}
.b-pre-pricing__pad__column i {
    margin-right: 0.5em;
}
.b-investors-frontpage {
    padding: 5rem 0;
    z-index: 100;
    position: relative;
}
@media (min-width: 992px) {
    .b-investors-frontpage {
        padding: 8rem 0;
    }
}
.b-investors-frontpage__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-investors-frontpage__hotspots {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -3rem;
}
.b-investors-frontpage__hotspots__column {
    width: calc(50% - 6rem);
    margin: 3rem;
}
@media (min-width: 992px) {
    .b-investors-frontpage__hotspots__column {
        width: calc(33.3333333% - 6rem);
    }
}
.b-investors-frontpage__hotspots__sidebar {
    margin: 3rem;
    width: 100%;
}
@media (min-width: 992px) {
    .b-investors-frontpage__hotspots__sidebar {
        width: calc(33.3333333% - 6rem);
    }
}
.b-investors-frontpage__hotspots h6 {
    margin-bottom: 2em;
}
.b-investors-frontpage__releases {
    border-top: 1px solid rgba(123, 123, 123, 0.2);
    border-bottom: 1px solid rgba(123, 123, 123, 0.2);
    margin: 8rem 0;
    padding: 8rem 0;
}
@media (min-width: 992px) {
    .b-investors-frontpage__releases {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
}
@media (max-width: 991px) {
    .b-investors-frontpage__releases__column:last-child {
        margin-top: 5rem;
    }
}
@media (min-width: 992px) {
    .b-investors-frontpage__releases__column {
        width: calc(48% - 2rem);
    }
}
.b-investors-frontpage__newsletter {
    text-align: center;
}
@media (min-width: 992px) {
    .b-investors-frontpage__newsletter {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}
.b-investors-frontpage__newsletter__title {
    text-align: center;
}
@media (max-width: 991px) {
    .b-investors-frontpage__newsletter__title {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .b-investors-frontpage__newsletter__title {
        text-align: left;
        margin-right: 4rem;
    }
}
.b-block {
    padding: 0rem 0 3rem;
}
@media (min-width: 992px) {
    .b-block {
        padding: 0rem 0 5rem;
    }
}
.b-block__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-block__container--wide {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1480px;
    padding-left: 0;
    padding-right: 0;
}
.b-block--no-spacing-top {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.b-block--no-spacing-bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.b-block--no-spacing {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.b-page-headline {
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-page-headline {
        padding: 8rem 0;
    }
}
.b-page-headline__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    z-index: 100;
    position: relative;
    text-align: center;
}
.b-page-headline__container h1 {
    margin: 0.3em 0;
}
.b-chatblock {
    background: #d8dde0;
}
@media (min-width: 992px) {
    .b-chatblock {
        min-height: 100vh;
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: -61px !important;
    }
    .b-chatblock--to-right {
        -webkit-clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
        clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
    }
    .b-chatblock--to-left {
        -webkit-clip-path: polygon(0% 0%, 100% 60px, 100% calc(100% - 60px), 0% 100%);
        clip-path: polygon(0% 0%, 100% 60px, 100% calc(100% - 60px), 0% 100%);
        background: #caced1;
    }
}
@media (max-width: 991px) {
    .b-chatblock {
        position: relative;
        padding-top: 2rem;
    }
    .b-chatblock:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 25rem;
        width: 100%;
        background: rgba(255, 255, 255, 0.4);
        background: white;
        background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }
    .b-chatblock .l-chatbox {
        padding-bottom: 5rem;
    }
}
.b-chatblock__outer-wrapper {
    width: 100%;
}
.b-chatblock__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    z-index: 100;
    position: relative;
}
@media (min-width: 992px) {
    .b-chatblock__left-column {
        padding: 5rem 0;
        width: 40%;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .b-chatblock__left-column {
        padding: 8rem 0;
    }
}
.b-chatblock__background {
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
@media (min-width: 992px) {
    .b-chatblock__background {
        position: absolute;
        top: 10rem;
        right: 0;
        width: 55%;
        height: calc(100% - 30rem);
    }
}
@media (max-width: 991px) {
    .b-chatblock__background {
        padding-top: 70%;
        width: 100%;
        position: relative;
        background-position: center;
        margin-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .b-chatblock--cutoff-bottom .b-chatblock__background {
        background-position: bottom right;
        top: 10rem;
        height: calc(100% - 10rem);
        background-size: contain;
    }
}
@media (max-width: 991px) {
    .b-chatblock--cutoff-bottom .b-chatblock__background {
        background-size: contain;
        background-position: bottom right;
        background-color: #fff;
    }
}
@media (min-width: 992px) {
    .b-chatblock--cutoff-top .b-chatblock__background {
        background-position: top right;
        top: 0;
        height: calc(100% - 20rem);
        background-size: contain;
    }
}
@media (max-width: 991px) {
    .b-chatblock--cutoff-top .b-chatblock__background {
        background-size: contain;
        background-position: top right;
        background-color: #fff;
    }
}
.b-chatblock__case-cta {
    z-index: 102;
    position: absolute;
    right: 12rem;
    background: #fff;
    -webkit-clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    padding: 1rem 2rem;
    display: flex;
    flex-wrap: nowrap;
    max-width: 40%;
}
@media (max-width: 991px) {
    .b-chatblock__case-cta {
        display: none;
    }
}
.b-chatblock__case-cta--bottom {
    bottom: 12rem;
}
.b-chatblock__case-cta--top {
    bottom: 12rem;
}
.b-chatblock__case-cta__text {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgba(9, 16, 43, 0.5);
    font-size: 1.4rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 2rem;
    margin-left: 2rem;
    line-height: 1.4em;
}
.b-chatblock__case-cta:hover .b-chatblock__case-cta__text {
    color: #09102b;
}
.b-chatblock__case-cta__text:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #09102b;
    margin-left: 1em;
}
.b-chatblock__case-cta__logo {
    width: 10rem;
    height: 3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: -0.5rem 0;
}
.b-chatblock__case-cta__overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.b-contentsplit {
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-contentsplit {
        padding: 8rem 0;
    }
}
@media (min-width: 992px) {
    .b-contentsplit--extra-padding-top {
        padding-top: 15rem;
    }
}
.b-contentsplit__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    z-index: 100;
    position: relative;
}
@media (min-width: 992px) {
    .b-contentsplit__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.b-contentsplit__headline {
    width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .b-contentsplit__column-left {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .b-contentsplit__column-left {
        width: 47%;
    }
}
@media (min-width: 992px) {
    .b-contentsplit__column-right {
        width: 47%;
    }
}
.b-finalcta {
    padding: 5rem 0;
    z-index: 100;
    position: relative;
}
@media (min-width: 992px) {
    .b-finalcta {
        padding: 8rem 0;
    }
}
.b-finalcta--line-top {
    border-top: 1px solid #282828;
}
.b-finalcta--line-bottom {
    border-bottom: 1px solid #282828;
}
.b-finalcta__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .b-finalcta__container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 991px) {
    .b-finalcta__container {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .b-finalcta__text {
        max-width: 60%;
    }
}
@media (max-width: 991px) {
    .b-finalcta__text {
        margin-bottom: 20px;
    }
}
.b-productintro {
    padding: 5rem 0;
    z-index: 100;
    min-height: 100vh;
    position: relative;
}
@media (min-width: 992px) {
    .b-productintro {
        padding: 8rem 0;
    }
}
@media (min-width: 768px) {
    .b-productintro__background {
        animation-name: fadeInUp;
        animation-fill-mode: backwards;
        animation-duration: 1.6s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 0.3s;
        position: absolute;
        top: 10rem;
        right: 0;
        width: 60%;
        height: 100vh;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .b-productintro__background__component {
        padding-top: 100%;
        background-size: cover;
        background-position: top left;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.1);
        margin: 3rem -5%;
    }
}
@media (min-width: 768px) {
    .b-productintro__background__component {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 80vw;
        height: 100%;
    }
}
@media (min-width: 768px) {
    .b-productintro .h-wysiwyg-html {
        margin-bottom: 100px;
    }
}
.b-productintro__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .b-productintro__column {
        width: 40%;
    }
}
.b-subnav {
    z-index: 199;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: fixed;
    width: 100%;
    top: 50px;
}
@media (min-width: 992px) {
    .b-subnav {
        top: 121px;
    }
}
.js-scrolldirection-down .b-subnav {
    top: 0px;
}
@media (min-width: 992px) {
    .js-scrolldirection-down .b-subnav {
        top: 0px;
    }
}
.b-subnav__replacer {
    height: 50px;
}
.b-subnav__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 50px;
}
@media (min-width: 992px) {
    .b-subnav__container {
        height: 52px;
    }
}
@media (max-width: 991px) {
    .b-subnav__container {
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        padding-bottom: 40px;
        display: none;
    }
    .js-b-subnav-mobile-open .b-subnav__container {
        display: block;
    }
}
.b-subnav__mobile-toggle {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
    font-size: 12px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: right;
    padding-right: 30px;
}
@media (min-width: 992px) {
    .b-subnav__mobile-toggle {
        display: none;
    }
}
.b-subnav__mobile-toggle:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 0.5em;
    font-size: 1.2em;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.js-b-subnav-mobile-open .b-subnav__mobile-toggle:after {
    color: #fff;
    content: "\f106";
}
.b-subnav.scheme--darkv2 {
    background: #09102b;
}
.b-subnav.scheme--default {
    background: #fff;
}
@media (max-width: 991px) {
    .b-subnav.scheme--default {
        background: #09102b;
    }
}
.b-subnav.scheme--default .b-subnav__container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.b-subnav--gradient {
    background: black;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0480567) 100%);
}
.b-subnav--gradient .b-subnav__container {
    border-top: none !important;
}
.b-linklist {
    padding: 5rem 0;
    z-index: 100;
    position: relative;
}
@media (min-width: 992px) {
    .b-linklist {
        padding: 8rem 0;
    }
}
.b-linklist__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-linklist__items {
    display: flex;
    margin: -1%;
    margin-top: 30px;
    flex-wrap: no-wrap;
    align-items: stretch;
}
.b-linklist__items > * {
    width: 100%;
    margin: 1%;
}
@media (max-width: 991px) {
    .b-linklist__items {
        flex-wrap: wrap;
    }
    .b-linklist__items > * {
        width: 48%;
        margin: 1%;
    }
}
.b-featurelist {
    padding: 5rem 0;
    z-index: 100;
    position: relative;
}
@media (min-width: 992px) {
    .b-featurelist {
        padding: 8rem 0;
    }
}
.b-featurelist__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-featurelist__list {
    display: flex;
    margin: -1%;
    flex-wrap: wrap;
    align-items: stretch;
}
.b-featurelist__list > * {
    width: 23%;
    margin: 1%;
}
@media (max-width: 991px) {
    .b-featurelist__list > * {
        width: 31%;
    }
}
@media (max-width: 767px) {
    .b-featurelist__list > * {
        width: 48%;
    }
}
@media (min-width: 992px) {
    .b-featurelist__list > * {
        width: 48%;
    }
}
@media (min-width: 992px) {
    [data-lists="1"] .b-featurelist__list > * {
        width: 23%;
    }
}
.b-featurelist__outer {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b-featurelist__inner {
    width: 100%;
    margin-bottom: 50px;
}
.b-featurelist__inner:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    [data-lists="1"] .b-featurelist__inner {
        width: 100%;
    }
}
@media (min-width: 992px) {
    [data-lists="2"] .b-featurelist__inner {
        width: 46%;
    }
}
@media (min-width: 992px) {
    .b-featurelist--with-tracks [data-lists="4"] .b-featurelist__inner {
        width: 23%;
    }
}
@media (min-width: 992px) {
    .b-featurelist--with-tracks .b-featurelist__list > * {
        width: 100%;
    }
}
.b-columns {
    padding: 5rem 0;
    z-index: 100;
    position: relative;
}
@media (min-width: 992px) {
    .b-columns {
        padding: 8rem 0;
    }
}
.b-columns--no-spacing-top {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.b-columns--no-spacing-bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.b-columns--no-spacing {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.b-columns__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-columns__headline {
    margin-bottom: 7rem;
}
@media (max-width: 767px) {
    .b-columns__columns .b-columns__column {
        margin-bottom: 5rem;
    }
    .b-columns__columns .b-columns__column:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .b-columns__columns {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -2% -7rem;
    }
    .b-columns__columns .b-columns__column {
        margin-bottom: 7rem;
        margin-left: 2%;
        margin-right: 2%;
    }
    .b-columns__columns[data-cols="1"] .b-columns__column {
        width: 100%;
    }
    .b-columns__columns[data-cols="2"] .b-columns__column {
        width: 46%;
    }
    .b-columns__columns[data-cols="3"] .b-columns__column {
        width: 29.3333%;
    }
    .b-columns__columns[data-cols="4"] .b-columns__column {
        width: 21%;
    }
    .b-columns__columns[data-cols="5"] .b-columns__column {
        width: 16%;
    }
}
.b-columns--columns-center .b-columns__columns {
    justify-content: center;
}
.b-columns--columns-right .b-columns__columns {
    justify-content: flex-end;
}
.b-background__wrapper {
    position: relative;
    pointer-events: none;
}
.b-background__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    visibility: hidden;
}
.b-background__item--visible {
    visibility: visible;
}
.b-background__asset {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}
.b-background__asset--full {
    left: 0;
}
.b-background__asset--left {
    width: 50%;
    left: 0;
}
.b-background__asset--left-narrow {
    width: calc(50% - 590px);
    left: 0;
}
.b-background__asset--right {
    width: 50%;
    right: 0;
}
.b-background__asset--right-narrow {
    width: calc(50% - 590px);
    right: 0;
}
.b-background__asset--bg-cover {
    background-size: cover;
}
.b-background__asset--bg-contain {
    background-size: contain;
}
.b-background__asset--bg-norepeat {
    background-repeat: no-repeat;
}
.b-background__asset video {
    object-fit: cover;
    object-position: left;
    width: 100%;
    height: 100%;
}
.b-text-features {
    padding: 5rem 0;
    z-index: 100;
    position: relative;
}
@media (min-width: 992px) {
    .b-text-features {
        padding: 8rem 0;
    }
}
@media (min-width: 992px) {
    .b-text-features {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }
}
@media (min-width: 992px) {
    .b-text-features__text {
        width: 50%;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        align-content: center;
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .b-text-features__text-column {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .b-text-features__text-column {
        max-width: 640px;
        width: 90%;
        padding-right: 100px;
    }
}
.b-text-features__features {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
}
@media (max-width: 991px) {
    .b-text-features__features {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}
.b-text-features__features > * {
    width: 31.333%;
    background: #ccc;
    margin: 1%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    padding: 1.5rem;
    position: relative;
    border-radius: 3px;
    background: #212b3b;
    background: linear-gradient(135deg, #212b3b 0%, #0e1218 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212b3b",endColorstr="#0e1218",GradientType=1);
    background: #293648;
    background: linear-gradient(225deg, #293648 0%, #1a2333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293648",endColorstr="#1a2333",GradientType=1);
}
@media (max-width: 991px) {
    .b-text-features__features > * {
        width: 48%;
    }
    .b-text-features__features > :nth-child(2),
    .b-text-features__features > :nth-child(4),
    .b-text-features__features > :nth-child(6) {
        top: -20px;
    }
}
@media (min-width: 992px) {
    .b-text-features__features > :first-child,
    .b-text-features__features > :nth-child(4) {
        top: 50px;
    }
    .b-text-features__features > :nth-child(3),
    .b-text-features__features > :nth-child(6) {
        top: -50px;
    }
    .b-text-features__features > :nth-child(2),
    .b-text-features__features > :nth-child(5) {
        opacity: 0.7;
    }
    .b-text-features__features > :nth-child(3),
    .b-text-features__features > :nth-child(6) {
        opacity: 0.3;
    }
}
.b-text-features__features > :hover {
    opacity: 1;
}
.b-text-features__features > :before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    opacity: 0;
    z-index: 2;
}
.b-text-features__features > .active {
    background: #fff;
    border-top: 2px solid #41cd52;
    box-shadow: 0px 5px 10px rgba(65, 205, 82, 0.3);
}
.b-text-features__features > .disabled,
.b-text-features__features > .search-disabled {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}
.b-text-features__features > .disabled:before,
.b-text-features__features > .search-disabled:before {
    opacity: 0.8;
}
.b-text-features__features > .disabled:hover:before,
.b-text-features__features > .search-disabled:hover:before {
    opacity: 0.5;
}
.b-text-features__features > .search-disabled {
    display: none;
}
.b-text-features__features > * p {
    font-size: 12px;
}
.b-text-features__features > * > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.b-text-features__features > * > a:before {
    content: "\f14c";
    font-family: FontAwesome;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
}
.b-text-features__features > * > a:hover:before {
    color: #41cd52;
}
.b-text-features__features > * h6 {
    margin-bottom: 5px;
    color: #fff;
    padding-right: 30px;
}
.b-logo-listing {
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-logo-listing {
        padding: 8rem 0;
    }
}
.b-logo-listing__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    z-index: 100;
    text-align: center;
    position: relative;
}
.b-logo-listing__headline {
    width: 90%;
    max-width: 800px;
    margin: auto;
}
.b-logo-listing__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: center;
    margin: 2rem -10px;
}
.b-logo-listing__logos > * {
    margin: 30px;
    width: calc(33.333333% - 60px);
}
@media (min-width: 768px) {
    .b-logo-listing__logos > * {
        width: calc(25% - 60px);
    }
}
@media (min-width: 1200px) {
    .b-logo-listing__logos > * {
        width: calc(14.28% - 60px);
    }
}
.b-cta-vertical {
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-cta-vertical {
        padding: 8rem 0;
    }
}
.b-cta-vertical__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-around;
}
.b-cta-vertical__cta {
    text-align: center;
    width: 400px;
    max-width: 30%;
}
@media (max-width: 991px) {
    .b-cta-vertical__cta {
        max-width: 45%;
    }
}
.b-latest-upcoming {
    padding: 5rem 0;
    background: #000000;
}
@media (min-width: 992px) {
    .b-latest-upcoming {
        padding: 8rem 0;
    }
}
@media (min-width: 768px) {
    .b-latest-upcoming {
        -webkit-clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
        clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
    }
}
.b-latest-upcoming__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .b-latest-upcoming__container {
        padding: 60px 0;
    }
}
.b-latest-upcoming__most-recent {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem 3rem;
    position: relative;
    -webkit-clip-path: polygon(0% 20px, 20px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    clip-path: polygon(0% 20px, 20px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    margin-top: 4rem;
}
@media (max-width: 991px) {
    .b-latest-upcoming__most-recent {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .b-latest-upcoming__most-recent {
        margin-top: 10rem;
        padding: 3rem 40rem 3rem 4rem;
    }
}
@media (min-width: 1200px) {
    .b-latest-upcoming__most-recent {
        margin: 10rem -4rem 0;
    }
}
@media (max-width: 991px) {
    .b-latest-upcoming__most-recent .c-btn {
        margin-top: 2rem;
    }
}
@media (min-width: 992px) {
    .b-latest-upcoming__most-recent .c-btn {
        position: absolute;
        top: 50%;
        right: 5rem;
        transform: translateY(-50%);
    }
}
.b-latest-upcoming__most-recent .fa {
    color: #41cd52;
    margin-left: 2rem;
    margin-right: 0.5rem;
}
.b-latest-upcoming__most-recent .fa:first-child {
    margin-left: 0;
}
@media (min-width: 768px) {
    .b-latest-upcoming__items {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
        margin: 0 -4rem;
    }
}
.b-latest-upcoming__item {
    position: relative;
}
@media (max-width: 767px) {
    .b-latest-upcoming__item {
        padding-left: 14rem;
        margin-bottom: 3rem;
    }
    .b-latest-upcoming__item:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .b-latest-upcoming__item {
        margin: 0 4rem;
        width: 100%;
    }
}
.b-latest-upcoming__item__image {
    background: rgba(255, 255, 255, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .b-latest-upcoming__item__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 12rem;
        height: 8rem;
    }
}
@media (min-width: 768px) {
    .b-latest-upcoming__item__image {
        padding-top: 55%;
        margin-bottom: 2rem;
    }
}
.b-case__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    padding: 5rem 0;
    text-align: center;
}
@media (min-width: 992px) {
    .b-case__container {
        padding: 8rem 0;
    }
}
.b-case__case-image {
    padding-top: 50%;
    background: #f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 768px) {
    .b-case--to-left .b-case__case-image {
        -webkit-clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
        clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
    }
    .b-case--to-right .b-case__case-image {
        -webkit-clip-path: polygon(0% 0%, 100% 60px, 100% calc(100% - 60px), 0% 100%);
        clip-path: polygon(0% 0%, 100% 60px, 100% calc(100% - 60px), 0% 100%);
    }
}
.b-hero-ddd {
    min-height: calc(100vh - 133px);
    background: #000000;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    padding-top: 200px;
}
@media (min-width: 768px) {
    .b-hero-ddd {
        -webkit-clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
        clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% calc(100% - 60px));
    }
}
.b-hero-ddd__outer {
    z-index: 100;
    position: relative;
    width: 100%;
}
.b-hero-ddd__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-hero-ddd__column {
    max-width: 500px;
}
.b-hero-ddd__pads {
    margin: 5rem 0;
}
@media (min-width: 768px) {
    .b-hero-ddd__pads {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        margin: 10rem 0;
    }
}
.b-hero-ddd__pad {
    padding-right: 3rem;
    padding-left: 7rem;
    position: relative;
}
@media (max-width: 767px) {
    .b-hero-ddd__pad {
        margin-bottom: 4rem;
    }
    .b-hero-ddd__pad:last-child {
        margin-bottom: 0;
    }
}
.b-hero-ddd__pad__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.b-hero-ddd__pad h6 {
    margin-bottom: 1rem;
}
.b-hero-ddd__pad--no-icon {
    padding-right: 3rem;
    padding-left: 0;
}
.b-hero-ddd__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.b-hero-ddd__background video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.b-50cent {
    padding: 5rem 0;
    position: relative;
}
@media (min-width: 992px) {
    .b-50cent {
        padding: 8rem 0;
    }
}
@media (min-width: 1200px) {
    .b-50cent {
        margin: 0 2rem;
    }
}
.b-50cent--no-spacing-top {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.b-50cent--no-spacing-bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.b-50cent--no-spacing {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.b-50cent__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .b-50cent__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }
}
.b-50cent__image {
    padding-top: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .b-50cent__image {
        margin-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .b-50cent__image {
        width: 50%;
        padding-top: 40%;
    }
}
@media (min-width: 992px) {
    .b-50cent--image-right .b-50cent__image {
        order: 2;
        -webkit-clip-path: polygon(0% 60px, 100% 0, 100% 100%, 0% calc(100% - 60px));
        clip-path: polygon(0% 60px, 100% 0, 100% 100%, 0% calc(100% - 60px));
    }
}
@media (min-width: 992px) {
    .b-50cent--image-left .b-50cent__image {
        -webkit-clip-path: polygon(0% 0%, 100% 60px, 100% calc(100% - 60px), 0% 100%);
        clip-path: polygon(0% 0%, 100% 60px, 100% calc(100% - 60px), 0% 100%);
    }
}
@media (min-width: 992px) {
    .b-50cent__text {
        width: 40%;
        order: 1;
    }
}
.b-get-qt__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-get-qt__headline {
    position: relative;
}
.b-get-qt__headline__text {
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-get-qt__headline__text {
        padding: 8rem 0;
    }
}
@media (max-width: 991px) {
    .b-get-qt__headline__text {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .b-get-qt__headline__text {
        width: 40%;
    }
}
.b-get-qt__headline__image {
    background-size: cover;
    background-position: top left;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/_website/QtV2/qt_designstudio_main_right.png");
}
@media (max-width: 991px) {
    .b-get-qt__headline__image {
        padding-top: 50%;
        margin-top: 4rem;
        background-position: top left;
        background-size: cover;
    }
}
@media (min-width: 992px) {
    .b-get-qt__headline__image {
        position: absolute;
        bottom: -60px;
        right: 0;
        height: 100%;
        width: 50%;
    }
}
.b-get-qt__listing {
    background: #f4f4f4;
    min-height: 400px;
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-get-qt__listing {
        -webkit-clip-path: polygon(0% 0%, 100% 60px, 100% calc(100% - 60px), 0% 100%);
        clip-path: polygon(0% 0%, 100% 60px, 100% calc(100% - 60px), 0% 100%);
        padding: 15rem 0;
    }
}
@media (min-width: 992px) {
    .b-get-qt__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: -2%;
    }
}
.b-get-qt__item {
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
    padding: 4%;
}
@media (max-width: 991px) {
    .b-get-qt__item {
        margin-bottom: 2rem;
    }
    .b-get-qt__item:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .b-get-qt__item {
        width: 46%;
        margin: 2%;
    }
}
.b-items {
    margin: 0 3rem;
}
.b-items__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-items__items {
    display: flex;
    margin: -1rem;
    flex-wrap: wrap;
    align-items: stretch;
}
.b-items__items--centered {
    justify-content: center;
}
.b-items__item {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    margin: 1rem;
    background: #f4f4f4;
    position: relative;
    -webkit-clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    width: calc(50% - 2rem);
}
.b-items__item:hover {
    transform: scale3d(0.96, 0.96, 0.96);
}
@media (min-width: 768px) {
    .b-items__item {
        width: calc(33.3333333% - 2rem);
    }
}
@media (min-width: 992px) {
    .b-items__item {
        width: calc(25% - 2rem);
    }
}
@media (min-width: 992px) {
    [data-columns="3"] .b-items__item {
        width: calc(33.3333% - 2rem);
    }
}
@media (min-width: 992px) {
    [data-columns="4"] .b-items__item {
        width: calc(25% - 2rem);
    }
}
@media (min-width: 992px) {
    [data-columns="5"] .b-items__item {
        width: calc(20% - 2rem);
    }
}
.b-items__item__image {
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.b-items__item__image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.b-items__item__text {
    padding: 2rem 6rem 2rem 2rem;
    position: relative;
}
.b-items__item__text:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #41cd52;
}
.b-items__item__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.b-developers__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .b-developers__container {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        position: relative;
    }
}
.b-developers__header {
    width: 100%;
    margin-top: 3rem;
}
@media (max-width: 991px) {
    .b-developers__header {
        padding-bottom: 3rem;
    }
}
@media (min-width: 992px) {
    .b-developers__header {
        padding-bottom: 5rem;
    }
}
.b-developers__content {
    min-height: 400px;
}
@media (min-width: 992px) {
    .b-developers__content {
        width: calc(100% - 360px);
    }
}
@media (max-width: 991px) {
    .b-developers__sidebar {
        margin-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .b-developers__sidebar {
        order: 3;
        margin-left: 60px;
        width: 300px;
        min-height: 200px;
    }
}
@media (max-width: 991px) {
    .b-developers__sidebar__mobile-hidden {
        display: none;
    }
}
.b-developers__pad {
    position: relative;
    background: #f4f4f4;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .b-developers__pad {
        padding: 20px;
        padding-top: 26rem;
    }
}
@media (min-width: 992px) {
    .b-developers__pad {
        margin-left: -50px;
        padding: 50px;
        min-height: 400px;
    }
}
.b-developers__pad__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
@media (max-width: 991px) {
    .b-developers__pad__background {
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: bottom left;
    }
}
@media (min-width: 992px) {
    .b-developers__pad__textarea {
        max-width: 50%;
        min-height: 200px;
    }
}
@media (min-width: 992px) {
    .b-developers__pad__columns {
        margin-top: 40px;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
    }
}
@media (max-width: 991px) {
    .b-developers__pad__column {
        margin-top: 40px;
    }
}
@media (min-width: 992px) {
    .b-developers__pad__column {
        width: 46%;
    }
}
.b-developers__pad h3 {
    margin-top: 0;
}
.b-developers__pad a {
    color: #2ead3d;
}
.b-developers__pad a:hover {
    color: #09102b;
}
.b-blog-header {
    background: #f4f4f4;
}
.b-blog-header__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-image {
    z-index: 100;
    position: relative;
}
.b-image__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-image__image {
    display: none;
}
.b-image img {
    margin: auto;
    display: block;
    max-width: 100%;
}
.b-investors__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-investors__header {
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}
@media (min-width: 992px) {
    .b-investors__header {
        padding-bottom: 10vh;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 60px));
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 60px));
    }
}
.b-investors__header__bg {
    background: #09102b;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.b-investors__header__bg:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: black;
    background: linear-gradient(0deg, rgba(9, 16, 43, 0) 0%, #09102b 100%);
}
.b-investors__header .c-navigation-sub {
    z-index: 101;
}
.b-investors__headline {
    padding-top: 30vh;
    max-width: 800px;
}
.b-investors__header--narrow .b-investors__headline {
    padding-top: 60px;
}
.b-investors__spotlights {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -2rem;
    margin-top: 30px;
}
.b-investors__spotlight {
    width: calc(50% - 4rem);
    margin: 2rem;
}
@media (min-width: 992px) {
    .b-investors__spotlight {
        width: 20%;
    }
}
.b-investors__content {
    max-width: 800px;
    padding-bottom: 10rem;
    padding-top: 4rem;
}
.b-header-sub {
    font-size: 1.6rem;
    z-index: 200;
    min-height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.b-header-sub__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-header-sub__top {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 3px;
}
.b-header-sub__top__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.b-header-sub__top__right .c-btn {
    margin-left: 20px;
}
.b-header-sub__top .c-header-navigation {
    opacity: 0.5;
}
.b-header-sub__bottom {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.b-header-sub__bottom .c-qt-logo {
    top: 3px;
    margin-right: 30px;
}
.b-header-sub__subnav {
    background: #fff;
}
.b-tech-spec__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    padding: 4em 0;
    position: relative;
    border-top: 1px solid #50525b;
}
.b-spacing__default {
    padding-top: 5rem;
}
@media (min-width: 992px) {
    .b-spacing__default {
        padding-top: 8rem;
    }
}
.b-spacing__responsive {
    display: none;
}
.b-faq-category {
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .b-faq-category {
        padding: 8rem 0;
    }
}
.b-faq-category__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}
.b-faq-category__container > div {
    color: #09102b;
    padding-bottom: 1em;
}
.c-asset {
    position: absolute;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 90;
    pointer-events: none;
}
.c-background-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.c-background-image--clipped {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(9, 16, 43, 0.6);
}
.c-btn {
    position: relative;
    margin: 0 1rem;
    margin-left: 0;
    background: #41cd52;
    display: inline-block;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
}
.c-btn:after,
.c-btn:before {
    content: none;
}
.c-btn:before {
    left: -1rem;
}
.c-btn:after {
    right: -1rem;
    transform: rotate(180deg);
}
.c-btn span {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 9px 24px 11px 24px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}
.c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(65, 205, 82, 0.7);
    border-radius: 6px;
}
.c-btn span:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 2rem;
    margin-left: -2rem;
    opacity: 0;
    text-align: left;
}
.c-btn--hover:hover .c-btn span:before,
.c-btn:hover span:before {
    opacity: 1;
    margin-left: 0;
}
.c-btn--edge {
    background: none;
}
.c-btn--edge:after,
.c-btn--edge:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/edgecorner-top-left.png");
    background-position: top left;
    border-bottom: 1px solid #41cd52;
}
.c-btn--edge span {
    border-width: 1px;
    border-color: #41cd52;
    border-style: solid;
    color: #41cd52;
    border-radius: 6px;
}
.c-btn--edge span:after {
    display: none;
}
.c-btn--white span {
    background: #fff;
    color: #41cd52;
}
.c-btn--white span:after {
    display: none;
}
.c-btn--white:after,
.c-btn--white:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017TemporaryImagesWebsite/whitecorner-top-left-1.png");
}
.c-btn--grey {
    background: #222840;
    color: #fff;
}
.c-btn--grey span {
    white-space: nowrap;
    display: flex;
    color: white !important;
}
.c-btn--grey span:after {
    display: none;
}
.c-btn--grey span:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017TemporaryImagesWebsite/arrow-down-right.png");
    margin-left: 0;
    opacity: 1 !important;
    height: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 15px;
    content: "" !important;
}
.c-btn--grey span:hover:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate(3px, 3px);
}
.c-btn--grey:after,
.c-btn--grey:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017TemporaryImagesWebsite/darkcorner-top-left.png");
    content: "" !important;
}
.c-btn + .c-btn {
    margin-left: 2rem;
}
.b-header .c-btn {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
}
.b-header .c-btn span {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    padding: 0.5rem 1.2rem 0.7rem;
}
.hs-cta-wrapper .c-btn {
    box-sizing: border-box !important;
}
.c-btn[disabled] {
    pointer-events: none;
    filter: grayscale(100%);
    opacity: 0.5;
}
.c-btn[disabled] span:after {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
}
.b-blog-comments .comment-reply-to,
.c-btn--small {
    color: #41cd52;
    font-size: 1.5rem;
    font-weight: 600;
}
.b-blog-comments .comment-reply-to:after,
.c-btn--small:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 1.5rem;
    line-height: 1em;
    display: inline-block;
    position: relative;
}
.b-blog-comments .c-btn--small--hover:hover .comment-reply-to:after,
.b-blog-comments .comment-reply-to:hover:after,
.c-btn--small--hover:hover .b-blog-comments .comment-reply-to:after,
.c-btn--small--hover:hover .c-btn--small:after,
.c-btn--small:hover:after {
    margin-left: 2.5rem;
}
.b-blog-comments .c-btn--small + .comment-reply-to,
.b-blog-comments .comment-reply-to + .c-btn--small,
.b-blog-comments .comment-reply-to + .comment-reply-to,
.c-btn--small + .c-btn--small {
    margin-left: 4rem;
}
.c-btn--small-left {
    color: #41cd52;
    font-size: 1.5rem;
    font-weight: 600;
}
.c-btn--small-left:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 1.5rem;
    line-height: 1em;
    display: inline-block;
    position: relative;
}
.c-btn--small--hover:hover .c-btn--small-left:before,
.c-btn--small-left:hover:before {
    margin-right: 2.5rem;
}
.c-btn--small-left + .c-btn--small-left {
    margin-left: 4rem;
}
.l-video-listing__item .c-image-item__title .cta_button,
.l-video__video .c-image-item__title .cta_button {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(0, 0, 0, 0.7);
    display: block;
    border-radius: 30% 30%/20% 20%;
    color: #fff;
    font-size: 0.8em;
    height: 60px;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 80px;
    margin: 0 auto;
}
.l-video-listing__item .c-image-item__title .cta_button:hover,
.l-video__video .c-image-item__title .cta_button:hover {
    background: #17a81a;
    margin-left: auto;
}
.l-video-listing__item .c-image-item__title .cta_button:after,
.l-video__video .c-image-item__title .cta_button:after {
    content: " ";
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.85);
    font-size: 1em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 0;
}
.c-chromeframe {
    font-size: 1.1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #41cd52;
    color: #fff;
    z-index: 99998;
    padding: 10px 15px;
    text-align: center;
}
@media (min-width: 768px) {
    .c-chromeframe {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-chromeframe {
        font-size: 1.3rem;
    }
}
.c-chromeframe a {
    color: #fff;
    font-weight: bold;
}
.c-hero {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    color: #fff;
}
.c-hero__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 4rem;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.c-hero__content--left {
    text-align: left;
}
.c-hero__content--right {
    text-align: right;
}
.c-hero__content--top {
    top: 0;
    bottom: auto;
    transform: translateY(0%);
}
.c-hero__content--bottom {
    top: auto;
    bottom: 0;
    transform: translateY(0%);
}
.c-hero__content h1,
.c-hero__content h2,
.c-hero__content h3,
.c-hero__content h4,
.c-hero__content h5,
.c-hero__content h6 {
    color: #fff;
}
.c-hero__content li,
.c-hero__content p,
.c-hero__content ul {
    color: #fff;
}
.c-hero__content hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-hero__content .comment-reply-to,
.b-blog-comments .c-hero__content .comment-reply-to:hover,
.c-hero__content .b-blog-comments .comment-reply-to,
.c-hero__content .b-blog-comments .comment-reply-to:hover,
.c-hero__content .c-btn--small,
.c-hero__content .c-btn--small:hover {
    color: #41cd52;
}
.c-hero--cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-hero--square {
    padding-top: 100%;
    height: 0;
}
.c-list--horizontal {
    padding: 0;
}
.c-list--horizontal li {
    display: inline-block;
}
.c-list--padded li {
    padding: 0 1rem 0 0;
}
.c-mobile-toggle {
    position: relative;
    cursor: pointer;
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
}
.c-mobile-toggle div {
    width: 20px;
    height: 3px;
    background: #41cd52;
    margin-bottom: 4px;
    transition: all 0.2s ease-in-out;
    position: relative;
    top: 0px;
    border-radius: 3px;
}
.c-mobile-toggle div:last-child {
    margin-bottom: 0;
}
body.js-navigation-open .c-mobile-toggle div {
    opacity: 0;
    background: #41cd52;
}
body.js-navigation-open .c-mobile-toggle div:first-child {
    transform: rotate(45deg);
    opacity: 1;
    top: 7px;
}
body.js-navigation-open .c-mobile-toggle div:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
    top: -7px;
}
body.js-navigation-open .c-mobile-toggle:hover div {
    background: #41cd52;
}
.c-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(9, 16, 43, 0.6);
}
.page-numbers {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers a,
.page-numbers span {
    padding: 0.5em 1em;
    background: #41cd52;
    color: #fff;
    display: block;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(9, 16, 43, 0.1);
    font-weight: 400;
}
.page-numbers .current {
    background: #41cd52;
    color: #fff;
}
.c-post-small {
    position: relative;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .c-post-small {
        min-height: 300px;
    }
}
.c-post-small__content {
    padding: 4rem;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    text-align: left;
}
@media (min-width: 768px) {
    .c-post-small__content {
        position: absolute;
        bottom: 0;
    }
}
.c-post-small__content h2,
.c-post-small__content p {
    color: #fff;
}
.c-table {
    width: 100%;
}
.c-table td,
.c-table th {
    text-align: left;
    padding: 0.5rem;
}
.c-table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.c-table tbody th {
    border-top: none;
    padding: 10px 0;
}
.c-table tbody td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.c-table-careers {
    width: 100%;
}
.c-table-careers tr {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
    .c-table-careers tr {
        padding: 1.5rem 2rem 1.5rem 0;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .c-table-careers tr:first-child {
        border-top: 1px solid #ccc;
    }
}
.c-table-careers th {
    padding: 1rem 0;
    border-top: 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #50525b;
    text-align: left;
}
.c-table-careers th:last-child {
    padding-right: 1rem;
}
.c-table-careers th:first-child {
    padding-left: 1rem;
}
.c-table-careers td {
    text-align: left;
}
@media (max-width: 991px) {
    .c-table-careers td {
        display: block;
    }
}
@media (min-width: 992px) {
    .c-table-careers td {
        position: relative;
        padding: 1.5rem 0;
    }
}
@media (max-width: 991px) {
    .c-table-careers td:first-child {
        margin-bottom: 0.3rem;
    }
}
@media (min-width: 992px) {
    .c-table-careers td:first-child {
        padding-left: 1rem;
    }
}
@media (max-width: 991px) {
    .c-table-careers td:last-child {
        display: none;
    }
}
@media (min-width: 992px) {
    .c-table-careers td:last-child {
        text-align: right;
        width: 14rem;
        padding-right: 1rem;
    }
}
@media (max-width: 991px) {
    .c-table-careers td:nth-child(2),
    .c-table-careers td:nth-child(3),
    .c-table-careers td:nth-child(4) {
        float: left;
        margin-right: 2rem;
    }
}
@media (max-width: 991px) {
    .c-table-careers thead {
        display: none;
    }
}
.no-touch .c-table-careers tbody tr:hover {
    background: #fff;
}
.c-table-careers__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
@media (max-width: 991px) {
    .c-table-careers__overlay-link:after {
        font-family: FontAwesome;
        content: "\f105";
        color: #41cd52;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
}
.c-circle-objects {
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}
.c-circle-objects__1,
.c-circle-objects__2,
.c-circle-objects__3,
.c-circle-objects__4 {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: spin 50s linear infinite;
}
.c-circle-objects__1 {
    top: 9%;
    left: 9%;
    width: 82%;
    height: 82%;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/c-oval-1.png");
    animation: spin 190s linear infinite;
}
.c-circle-objects__2 {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/c-oval-2.png");
    animation: spin 30s linear infinite;
}
.c-circle-objects__3 {
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/c-oval-3.png");
}
.c-circle-objects__4 {
    top: 6%;
    left: 6%;
    width: 88%;
    height: 88%;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/c-oval-4.png");
    animation: spin 80s linear infinite;
}
.c-circle-objects--hidden {
    animation-play-state: paused;
}
.c-circle-objects--hidden > * {
    animation-play-state: paused;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.c-corners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.c-corners:after,
.c-corners:before {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
}
.c-corners:before {
    top: -10px;
    left: -10px;
}
.c-corners:after {
    bottom: -10px;
    right: -10px;
}
.c-corners--small:before {
    top: -13px;
    left: -13px;
}
.c-corners--small:after {
    bottom: -13px;
    right: -13px;
}
.c-corners--no-bottom:after {
    display: none;
}
.c-corners--no-top:before {
    display: none;
}
.c-corners--dark:after,
.c-corners--dark:before {
    background: #000;
}
.c-corners--green-line:after,
.c-corners--green-line:before {
    border: 1px solid #41cd52;
}
.c-corners--with-shadow:after {
    background: #dfe0e4;
}
.c-corners--hover:hover .c-corners:after {
    background: #dfe0e4;
}
.c-corners--no-wrapper {
    position: relative;
    z-index: 0;
    height: auto;
}
@media (max-width: 991px) {
    .b-header__main-navigation ul.mega-menu {
        margin: 0;
        padding: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .b-header__main-navigation ul.mega-menu > li {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        display: block;
        border-top: 1px solid #f4f4f4;
        padding: 1rem 5%;
    }
    .b-header__main-navigation ul.mega-menu > li.mega-menu-item-has-children {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        position: relative;
    }
    .b-header__main-navigation ul.mega-menu > li.mega-menu-item-has-children:after {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        content: "";
        display: block;
        position: absolute;
        top: 19px;
        right: calc(3.9% + 7px);
        transform: rotate(45deg);
        width: 7px;
        height: 7px;
        border: 2px solid #ccc;
        border-width: 0 0 2px 2px;
    }
    .b-header__main-navigation ul.mega-menu > li.mega-menu-item-has-children.li-mobile-open:after {
        transform: rotate(-45deg);
        border-color: #000;
    }
    .b-header__main-navigation ul.mega-menu > li > a {
        color: #000;
    }
    .b-header__main-navigation ul.mega-menu > li.mega-menu-item-has-children.li-mobile-open {
        background: #f4f4f4;
    }
    .b-header__main-navigation ul.mega-menu > li.mega-menu-item-has-children.li-mobile-open > .mega-sub-menu {
        animation-name: mobileNavLeft;
        animation-fill-mode: backwards;
        animation-duration: 0.6s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 0s;
        padding: 2rem 0;
        height: auto;
        margin: 0;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        height: 0;
        padding: 0;
        overflow: hidden;
        flex-wrap: wrap;
        align-content: stretch;
        display: flex;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li {
        width: calc(50% - 1rem);
        padding: 1rem 1rem 1rem 0;
        display: block;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > a {
        font-size: 1.6rem;
        font-weight: 700;
        color: #000;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li a[href="javascript:;"] {
        display: block;
        font-weight: 900 !important;
        margin-top: 2rem;
        color: #000;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > .mega-sub-menu {
        font-size: 1.6rem;
        padding: 0;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > .mega-sub-menu li {
        display: block;
        padding: 0;
        margin: 0;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > .mega-sub-menu a {
        color: #41cd52;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu h4 {
        font-size: 1.6rem;
        color: #41cd52;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu .mega-block-title {
        margin-bottom: 5px;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu a.widget_sp_image-image-link img {
        overflow: hidden;
        clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        height: auto;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu .widget_sp_image-description p {
        font-size: 12px;
        line-height: 1.2em;
        color: #8f9198;
        margin-top: 10px;
    }
    .b-header__main-navigation ul.mega-menu .mega-search-wrap {
        position: relative;
    }
    .b-header__main-navigation ul.mega-menu .mega-search-wrap input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        padding: 5px 0px;
        background: #41cd52;
        text-align: center;
        color: #fff;
        border: 1px solid #41cd52;
    }
    .b-header__main-navigation ul.mega-menu .mega-search-wrap input[type="text"] {
        width: 70%;
        outline: none;
        padding: 5px 10px;
    }
    .b-header__main-navigation ul.mega-menu .menu-img-icon {
        position: absolute;
        top: 3px;
        right: 50px;
        width: 20px;
        height: auto;
        padding: 10px;
    }
}
@media (min-width: 992px) {
    .b-header__main-navigation .b-header__main-navigation__li--full {
        max-width: 90% !important;
    }
    .b-header__main-navigation ul.mega-menu {
        transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        will-change: transform;
        text-align: right;
        position: relative;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .b-header__main-navigation ul.mega-menu > li {
        display: inline-block;
    }
    .b-header__main-navigation ul.mega-menu > li > a:not(.btn) {
        color: #000;
        font-size: 1.5rem;
        padding: 0px 1.5rem 2.1rem;
        position: relative;
        display: block;
    }
    .b-header__main-navigation ul.mega-menu > li > a:not(.btn):after {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        content: "";
        display: block;
        width: 0%;
        height: 1px;
        background: #41cd52;
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: 1;
    }
    .b-header__main-navigation ul.mega-menu > li > a:not(.btn):hover:after {
        width: 100%;
        left: 0;
    }
    .b-header__main-navigation ul.mega-menu > li:hover > .mega-sub-menu {
        animation-name: fadeInDown;
        animation-fill-mode: forwards;
        animation-duration: 0.3s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 0s;
        display: flex;
    }
    .browser-normal .b-header__main-navigation ul.mega-menu > li:hover > .mega-sub-menu {
        display: flex;
    }
    .browser-ie11 .b-header__main-navigation ul.mega-menu > li:hover > .mega-sub-menu {
        display: block;
    }
    .b-header__main-navigation ul.mega-menu > li > ul {
        display: none;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transform: translate(0, 0);
        display: none;
        position: absolute;
        top: 44px;
        z-index: -1;
        text-align: left;
        right: -40px;
        left: -40px;
        max-width: calc(100% + 60px);
        width: calc(100% + 60px);
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu,
    .browser-normal .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu {
        flex-wrap: no-wrap;
        align-content: stretch;
        justify-content: flex-end;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li,
    .browser-normal .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li {
        display: block;
        position: relative;
        flex-grow: 1;
        padding: 40px 20px;
        background: #fff;
        max-width: calc(25% - 60px);
    }
    .browser-ie11 .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu {
        text-align: right;
        vertical-align: top;
    }
    .browser-ie11 .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li {
        max-width: 20%;
        display: inline-block;
        height: 400px;
        text-align: left;
        vertical-align: top;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li {
        position: relative;
        padding: 40px 20px;
        background: #fff;
        max-width: 20%;
        width: 100%;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li:first-child {
        padding-left: 60px;
        max-width: calc(20% + 40px);
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li:last-child {
        padding-right: 60px;
        max-width: calc(20% + 40px);
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li:before {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0px 10px 33px rgba(9, 16, 43, 0.15);
        z-index: -1;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li a[href="javascript:;"] {
        display: block;
        font-weight: 900 !important;
        padding-top: 2rem;
        color: #000;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > a {
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > h4 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin-bottom: 1rem;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > .mega-sub-menu {
        font-size: 16px;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > .mega-sub-menu a {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        color: #8f9198;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu > li > .mega-sub-menu a:hover {
        color: #41cd52;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu ul {
        padding: 0;
        margin: 0;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu li {
        display: block;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu a.widget_sp_image-image-link {
        padding-top: 50%;
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu a.widget_sp_image-image-link:after,
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu a.widget_sp_image-image-link:before {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        width: 20px;
        height: 20px;
        position: absolute;
        transform: rotate(45deg);
        background: #fff;
        content: "";
        display: block;
        z-index: 1;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu a.widget_sp_image-image-link:before {
        top: -13px;
        left: -13px;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu a.widget_sp_image-image-link:after {
        bottom: -13px;
        right: -13px;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu a.widget_sp_image-image-link img {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale3d(1.01, 1.01, 1.01);
        min-height: 100%;
        min-width: 102%;
        width: 102%;
        height: auto;
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu a.widget_sp_image-image-link:hover img {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
    }
    .b-header__main-navigation ul.mega-menu > li > .mega-sub-menu .widget_sp_image-description p {
        font-size: 16px;
        color: #8f9198;
        margin-top: 10px;
    }
    .b-header__main-navigation ul.mega-menu .btn {
        margin: -13px 0;
    }
    .b-header__main-navigation ul.mega-menu .menu-img-icon {
        width: 16px;
        height: 16px;
        position: relative;
        top: -2px;
    }
    .b-header__main-navigation ul.mega-menu .mega-search {
        overflow: hidden;
        clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
        position: relative;
        cursor: pointer;
        margin: -15px 0;
    }
    .b-header__main-navigation ul.mega-menu .mega-search .dashicons-search {
        display: none;
    }
    .b-header__main-navigation ul.mega-menu .mega-search:before {
        content: "\f002";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        top: 6px;
        left: 10px;
        width: 15px;
        height: 100%;
        pointer-events: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .b-header__main-navigation ul.mega-menu .mega-search input[type="submit"] {
        display: none;
    }
    .b-header__main-navigation ul.mega-menu .mega-search input[type="text"] {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        border: none;
        padding: 0 5px 0 30px;
        width: 0;
        outline: none;
        height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .b-header__main-navigation ul.mega-menu .mega-search input[type="text"]:hover {
        background: #f4f4f4;
    }
    .b-header__main-navigation ul.mega-menu .mega-search input[type="text"]:focus {
        width: 150px;
        background: #f4f4f4;
        border-bottom: 1px solid #41cd52;
    }
}
@media (max-width: 991px) {
    .b-header__main-navigation .hs-menu-wrapper > ul {
        padding: 0;
    }
    .b-header__main-navigation .hs-menu-wrapper > ul a,
    .b-header__main-navigation .hs-menu-wrapper > ul li,
    .b-header__main-navigation .hs-menu-wrapper > ul ul {
        display: block;
        padding: 0;
    }
    .b-header__main-navigation .hs-menu-wrapper > ul > li {
        padding-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .b-header__main-navigation .hs-menu-wrapper > ul > li {
        width: 33.33333%;
        float: left;
    }
}
.b-header__main-navigation .hs-menu-wrapper > ul > li > a {
    font-weight: 700;
    color: #09102b;
}
.b-header__main-navigation .hs-menu-wrapper > ul > li li {
    display: block;
}
.b-header__main-navigation .hs-menu-wrapper > ul > li a:hover {
    color: #41cd52;
    display: block;
}
@media (max-width: 991px) {
    .b-header__helper-menu ul.mega-menu {
        padding: 0 3.9%;
        text-align: center;
        margin: 0;
    }
    .b-header__helper-menu ul.mega-menu > li {
        display: inline-block;
    }
    .b-header__helper-menu ul.mega-menu > li > a:not(.c-btn) {
        font-size: 14px;
        padding: 10px 15px;
        color: #8f9198;
        display: block;
    }
    .b-header__helper-menu ul.mega-menu > li > a:not(.c-btn):hover {
        color: #21be2a;
    }
}
@media (min-width: 992px) {
    .b-header__helper-menu ul.mega-menu {
        text-align: right;
    }
    .b-header__helper-menu ul.mega-menu > li {
        display: inline-block;
    }
    .b-header__helper-menu ul.mega-menu > li > a:not(.c-btn) {
        font-size: 14px;
        padding: 10px;
        color: #8f9198;
        display: block;
    }
    .b-header__helper-menu ul.mega-menu > li > a:not(.c-btn):hover {
        color: #21be2a;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.c-link-pad {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fff;
    position: relative;
    padding: 2rem;
    margin-bottom: 1px;
}
@media (max-width: 767px) {
    .c-link-pad {
        padding-left: 9rem;
        padding-right: 4rem;
    }
}
@media (min-width: 768px) {
    .c-link-pad {
        padding: 4rem 3rem 4rem;
        text-align: center;
        margin-bottom: 0;
        width: 100%;
    }
}
.c-link-pad__icon {
    width: 5rem;
    height: 5rem;
    background-size: contain;
    background-position: center;
}
@media (max-width: 991px) {
    .c-link-pad__icon {
        position: absolute;
        top: 2rem;
        left: 2rem;
    }
}
@media (min-width: 992px) {
    .c-link-pad__icon {
        margin: auto;
        margin-bottom: 2rem;
    }
}
.c-link-pad__chevron {
    position: absolute;
}
@media (max-width: 767px) {
    .c-link-pad__chevron {
        top: 50%;
        right: 2rem;
        transform: translate(0, -50%);
    }
}
@media (min-width: 768px) {
    .c-link-pad__chevron {
        bottom: 3rem;
        left: 0;
        right: 0;
    }
}
.c-link-pad__chevron:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 2rem;
    color: #41cd52;
}
.c-link-pad__overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.c-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.b-image-listing .c-image {
    top: -0.5%;
    left: -0.5%;
    width: 101%;
    height: 101%;
}
.c-image--cover {
    background-size: cover;
    background-position: center;
}
.c-image--overlay:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(9, 16, 43, 0.6);
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-image--keep-ratio {
    background-color: #09102b;
    position: static;
    padding-top: 56.25%;
}
.c-image__logo {
    width: 80%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 10%;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.c-icon-item {
    width: 100%;
    position: relative;
}
.c-icon-item__icon {
    margin-bottom: 3rem;
}
.c-icon-item__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-icon-item--default {
    margin-bottom: 3rem;
}
.c-icon-item--secondary {
    margin-bottom: 3rem;
    position: relative;
    padding-left: 7rem;
}
.c-icon-item--secondary .c-icon-item__icon {
    position: absolute;
    top: 0;
    left: 0;
}
.c-icon-item--tertiary {
    padding: 1.8rem;
    background: #f5f5f7;
    position: relative;
    overflow: hidden;
    background: #09102b;
}
.c-icon-item--tertiary h1,
.c-icon-item--tertiary h2,
.c-icon-item--tertiary h3,
.c-icon-item--tertiary h4,
.c-icon-item--tertiary h5,
.c-icon-item--tertiary h6 {
    color: #fff;
}
.c-icon-item--tertiary li,
.c-icon-item--tertiary p,
.c-icon-item--tertiary ul {
    color: #fff;
}
.c-icon-item--tertiary hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-icon-item--tertiary .comment-reply-to,
.b-blog-comments .c-icon-item--tertiary .comment-reply-to:hover,
.c-icon-item--tertiary .b-blog-comments .comment-reply-to,
.c-icon-item--tertiary .b-blog-comments .comment-reply-to:hover,
.c-icon-item--tertiary .c-btn--small,
.c-icon-item--tertiary .c-btn--small:hover {
    color: #41cd52;
}
@media (max-width: 991px) {
    .c-icon-item--tertiary {
        margin-bottom: 1rem;
    }
}
.c-icon-item--tertiary .c-icon-item__icon {
    display: none;
}
.c-icon-item--tertiary .h-wysiwyg-html {
    padding-left: 2rem;
}
.c-icon-item--tertiary .h-wysiwyg-html:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 8px;
    height: 8px;
    background: #41cd52;
    border-radius: 4px;
}
.c-icon-item--tertiary:after,
.c-icon-item--tertiary:before {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
}
.c-icon-item--tertiary:before {
    top: -10px;
    left: -10px;
}
.c-icon-item--tertiary:after {
    bottom: -10px;
    right: -10px;
}
.c-icon {
    background-size: contain;
    height: 5rem;
    width: 5rem;
}
.c-icon--clipped {
    background-position: center;
    background-repeat: no-repeat;
    height: 50%;
    margin: 25%;
    position: relative;
    width: 50%;
    z-index: 5;
}
.c-image-item {
    text-align: center;
    position: relative;
    width: 100%;
}
.c-image-item .c-corners {
    z-index: 1;
}
.c-image-item__image {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    padding-top: 56.25%;
    background: #09102b;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.c-image-item__image h1,
.c-image-item__image h2,
.c-image-item__image h3,
.c-image-item__image h4,
.c-image-item__image h5,
.c-image-item__image h6 {
    color: #fff;
}
.c-image-item__image li,
.c-image-item__image p,
.c-image-item__image ul {
    color: #fff;
}
.c-image-item__image hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-image-item__image .comment-reply-to,
.b-blog-comments .c-image-item__image .comment-reply-to:hover,
.c-image-item__image .b-blog-comments .comment-reply-to,
.c-image-item__image .b-blog-comments .comment-reply-to:hover,
.c-image-item__image .c-btn--small,
.c-image-item__image .c-btn--small:hover {
    color: #41cd52;
}
body .c-image-item__title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    transform: translate(0, -50%);
}
.c-image-item__text {
    margin: 2rem 10%;
}
.c-image-item__text p {
    margin-bottom: 1rem;
}
.c-image-item__text--text-left {
    margin: 2rem 0%;
    text-align: left;
}
.c-extra-info {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 0;
    right: 0;
    background: #41cd52;
    z-index: 1;
}
.c-extra-info h1,
.c-extra-info h2,
.c-extra-info h3,
.c-extra-info h4,
.c-extra-info h5,
.c-extra-info h6 {
    color: #fff;
}
.c-extra-info li,
.c-extra-info p,
.c-extra-info ul {
    color: #fff;
}
.c-extra-info hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-extra-info .comment-reply-to,
.b-blog-comments .c-extra-info .comment-reply-to:hover,
.c-extra-info .b-blog-comments .comment-reply-to,
.c-extra-info .b-blog-comments .comment-reply-to:hover,
.c-extra-info .c-btn--small,
.c-extra-info .c-btn--small:hover {
    color: #41cd52;
}
.c-extra-info .c-btn {
    background: #fff;
}
.c-extra-info .c-btn span {
    color: #41cd52;
}
.c-extra-info .c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
    border-radius: 6px;
}
.c-extra-info .c-btn:after,
.c-extra-info .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
.c-extra-info h1,
.c-extra-info h2,
.c-extra-info h3,
.c-extra-info h4,
.c-extra-info h5,
.c-extra-info h6 {
    margin: 1.4em 0 0.4em 0;
}
.c-extra-info h1:first-child,
.c-extra-info h2:first-child,
.c-extra-info h3:first-child,
.c-extra-info h4:first-child,
.c-extra-info h5:first-child,
.c-extra-info h6:first-child {
    margin-top: 0;
}
.c-extra-info p.accent + h1,
.c-extra-info p.accent + h2,
.c-extra-info p.accent + h3,
.c-extra-info p.accent + h4,
.c-extra-info p.accent + h5,
.c-extra-info p.accent + h6 {
    margin-top: -1rem;
}
.c-extra-info ol,
.c-extra-info ul {
    margin-bottom: 1em;
}
.c-extra-info ol ol,
.c-extra-info ol ul,
.c-extra-info ul ol,
.c-extra-info ul ul {
    margin-bottom: 0;
}
.c-extra-info p {
    margin-bottom: 1em;
}
.c-extra-info p:last-child {
    margin-bottom: 0;
}
.c-extra-info a {
    color: #41cd52;
}
.c-extra-info hr {
    margin-bottom: 1.5em;
}
.c-extra-info blockquote,
.c-extra-info dd,
.c-extra-info dl {
    margin-bottom: 1em;
}
.c-extra-info blockquote + ol,
.c-extra-info blockquote + ul,
.c-extra-info dd + ol,
.c-extra-info dd + ul,
.c-extra-info dl + ol,
.c-extra-info dl + ul {
    margin-bottom: 0;
}
.c-extra-info img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.c-extra-info pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.c-extra-info .wp-caption {
    max-width: 100%;
}
.c-extra-info .wp-caption img {
    margin-bottom: 0.3em;
}
.c-extra-info p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .c-extra-info p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-extra-info p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.c-extra-info .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.c-extra-info .alignnone img {
    width: 100%;
}
.c-extra-info .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.c-extra-info .alignleft,
.c-extra-info .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.c-extra-info .alignleft {
    float: left;
    margin-right: 2%;
}
.c-extra-info .alignright {
    float: right;
    margin-left: 2%;
}
.c-extra-info__toggle {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    background: #41cd52;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
.c-extra-info__toggle:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "+";
    font-size: 2rem;
    line-height: 3rem;
    font-family: FontAwesome;
    position: relative;
    top: -0.2rem;
    right: 0;
    display: block;
}
.c-extra-info__text {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0.3s;
    display: none;
    padding: 2rem;
    text-align: left;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-extra-info.active {
    width: 100%;
    height: 100%;
}
.c-extra-info.active .c-extra-info__text {
    display: block;
}
.c-extra-info.active .c-extra-info__toggle {
    background: #09102b;
}
.c-extra-info.active .c-extra-info__toggle:before {
    transform: rotate(45deg);
    right: -0.1rem;
}
.c-intro-accordion {
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    background: #fff;
    border-top: 3px solid #41cd52;
    margin-bottom: 2rem;
}
.c-intro-accordion__text {
    padding: 2rem 3rem 4rem;
}
.c-accordion {
    margin: 0;
    padding: 0;
}
.c-accordion > li {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    border-top: 1px solid #e6e7e9;
}
.c-accordion > li:last-child {
    border-bottom: 1px solid #e6e7e9;
}
.c-accordion > li h5 {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-top: 0px solid #f5f5f7;
    padding: 1.5rem 3rem;
    cursor: pointer;
    font-size: 2rem;
    position: relative;
}
.c-accordion > li h5:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.6rem;
    color: #09102b;
    position: absolute;
    top: 1.8rem;
    left: 0.3rem;
}
.c-accordion > li h5:hover:after {
    transform: rotate(90deg);
    top: 1.8rem;
    left: 0.3rem;
}
.c-accordion > li.active h5 {
    border-top: 3px solid #f5f5f7;
}
.c-accordion > li.active h5:after {
    transform: rotate(90deg);
}
.c-accordion > li.active .c-accordion__text {
    height: auto;
    padding: 0 3rem 3rem;
}
.c-accordion__text {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    height: 0;
    padding: 0 3rem 0;
}
.hs-inline-edit .c-accordion__text {
    height: auto;
    padding: 0 3rem 3rem;
}
.h-wysiwyg-html ul.c-circle-bullets,
ul.c-circle-bullets {
    padding: 0;
    text-align: left;
}
.h-wysiwyg-html .h-wysiwyg-html ul.c-circle-bullets,
.h-wysiwyg-html ul.c-circle-bullets {
    margin: 3rem 0;
}
.h-wysiwyg-html ul.c-circle-bullets li,
ul.c-circle-bullets li {
    display: block;
    margin-bottom: 1rem;
    padding-left: 6rem;
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.h-wysiwyg-html ul.c-circle-bullets li:before,
ul.c-circle-bullets li:before {
    display: none;
}
.h-wysiwyg-html ul.c-circle-bullets i,
ul.c-circle-bullets i {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    border-radius: 50%;
    color: #fff;
    background: #41cd52;
    text-align: center;
    line-height: 4rem;
}
.h-wysiwyg-html ul.c-circle-bullets--green i,
ul.c-circle-bullets--green i {
    background: #fff;
    color: #41cd52;
}
.c-notice {
    border-style: solid;
    border-color: #e6e7e9;
    border-width: 1px 1px 2px 1px;
    background: #f5f5f7;
    padding: 1rem 2rem;
}
.c-notice a {
    color: #41cd52;
    font-weight: 700;
}
@media (max-width: 991px) {
    .c-nav-steps {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        border-bottom: 1px solid #e6e7e9;
        padding: 1rem 0;
    }
    .c-nav-steps li {
        display: block;
        padding: 0.5rem 1.5rem;
        position: relative;
        overflow: hidden;
    }
    .c-nav-steps li:after,
    .c-nav-steps li:before {
        width: 20px;
        height: 20px;
        position: absolute;
        transform: rotate(45deg);
        background: #fff;
        content: "";
        display: block;
        z-index: 1;
    }
    .c-nav-steps li:before {
        top: -14px;
        left: -14px;
    }
    .c-nav-steps li:after {
        bottom: -14px;
        right: -14px;
    }
    .c-nav-steps li.active {
        font-weight: 600;
        background: #09102b;
        color: #fff;
    }
    .c-nav-steps__line {
        display: none;
    }
}
@media (min-width: 992px) {
    .c-nav-steps {
        margin: 0;
        padding: 0 3rem;
        display: flex;
        flex-wrap: no-wrap;
        justify-content: center;
        align-items: stretch;
        border-bottom: 2px solid #e6e7e9;
        position: relative;
    }
    .c-nav-steps li {
        position: center;
        display: block;
        position: relative;
        color: #09102b;
        cursor: pointer;
    }
    .c-nav-steps li a {
        padding: 2rem 3rem;
        display: block;
    }
    .c-nav-steps li:after {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border: 2px solid #41cd52;
        bottom: -6px;
        background: #fff;
        left: 50%;
    }
    .c-nav-steps li:hover:after {
        border-color: #41cd52;
        transform: rotate(-45deg);
        border-width: 2px;
        background: #fff;
    }
    .c-nav-steps li.active:after {
        background: #41cd52;
        transform: rotate(-45deg);
        border-color: #41cd52;
        border-width: 0px;
    }
    .c-nav-steps__line {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        height: 2px;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 8rem;
        background: #41cd52;
    }
    .c-nav-steps:before {
        height: 2px;
        width: 6rem;
        bottom: -2px;
        left: 0;
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
    }
    .c-nav-steps:after {
        height: 2px;
        width: 6rem;
        bottom: -2px;
        right: 0;
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
    }
}
@media (max-width: 991px) {
    .c-tabs {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        border-bottom: 1px solid #e6e7e9;
        padding: 1rem 0;
    }
    .c-tabs > li {
        display: block;
        padding: 0.5rem 1.5rem;
        position: relative;
        overflow: hidden;
    }
    .c-tabs > li:after,
    .c-tabs > li:before {
        width: 20px;
        height: 20px;
        position: absolute;
        transform: rotate(45deg);
        background: #fff;
        content: "";
        display: block;
        z-index: 1;
    }
    .c-tabs > li:before {
        top: -14px;
        left: -14px;
    }
    .c-tabs > li:after {
        bottom: -14px;
        right: -14px;
    }
    .c-tabs > li.active {
        font-weight: 600;
        background: #09102b;
        color: #fff;
    }
}
@media (min-width: 992px) {
    .c-tabs {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: no-wrap;
        justify-content: center;
        align-items: stretch;
        border-bottom: 2px solid #e6e7e9;
        position: relative;
    }
    .c-tabs > li {
        position: center;
        display: block;
        padding: 2rem 0;
        margin: 0 3rem;
        position: relative;
        color: #09102b;
        cursor: pointer;
    }
    .c-tabs > li:after {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        content: "";
        display: block;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 2px;
        position: absolute;
        width: 0%;
        background: #41cd52;
    }
    .c-tabs > li:hover:after {
        width: 100%;
    }
    .c-tabs > li.active:after {
        width: 100%;
        background: #09102b;
    }
    .c-tabs:before {
        height: 2px;
        width: 6rem;
        bottom: -2px;
        left: 0;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
    }
    .c-tabs:after {
        height: 2px;
        width: 6rem;
        bottom: -2px;
        right: 0;
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
    }
}
.b-base .c-btn-play {
    font-size: 1.5rem;
    font-weight: 600;
    color: #41cd52;
}
.b-base .c-btn-play:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 0.8em;
    content: "\f04b";
    font-family: FontAwesome;
    border: 0.15em solid #41cd52;
    color: #41cd52;
    border-radius: 50%;
    width: 2.3em;
    height: 2.3em;
    text-align: center;
    display: inline-block;
    margin-right: 0.7em;
    line-height: 2.1em;
    padding-left: 0.2em;
    position: relative;
    top: -0.1em;
}
@media (min-width: 992px) {
    .b-base .c-btn-play:hover:before {
        background: #41cd52;
        color: #fff;
    }
}
.c-contact-floater {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    transform: translate(100%, -50%);
}
@media (max-width: 991px) {
    .c-contact-floater {
        display: none;
    }
}
.c-contact-floater:hover {
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    transform: translate(0%, -50%);
}
.c-contact-floater:hover .c-contact-floater__button__icon {
    transform: rotate(135deg);
    top: -3px;
}
.c-contact-floater__button {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #41cd52;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, -100%) rotate(-90deg);
    transform-origin: 100% 100%;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 4px 4px 0 0;
    font-weight: 700;
    cursor: pointer;
}
.fixed .c-contact-floater__button {
    transform: translate(-100%, -100%) rotate(-90deg);
}
.c-contact-floater__button:hover {
    background: #21be2a;
}
.c-contact-floater__button__icon {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    position: relative;
    top: 3px;
    left: 5px;
}
.c-contact-floater__item {
    padding: 20px 30px 20px 65px;
    background: #fff;
    position: relative;
}
.c-contact-floater__item:hover {
    background: #f4f4f4;
}
.c-contact-floater__item + .c-contact-floater__item {
    border-top: 1px solid #e6e7e9;
}
.c-contact-floater__item p {
    line-height: 18px;
}
.c-contact-floater__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-contact-floater__item__icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 33px;
    height: 33px;
    background-size: contain;
}
.c-contact-floater__item__headline {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.c-contact-floater__item__description {
    font-size: 14px;
    color: #53586b;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
@media (max-width: 991px) {
    .c-timeline__horizontal {
        width: 2px;
        height: 100%;
        top: 4rem;
        position: absolute;
        background: #41cd52;
        display: block;
        left: calc(2rem - 2px);
    }
}
@media (min-width: 992px) {
    .c-timeline__horizontal {
        width: 2px;
        height: calc(100% - 20rem);
        position: absolute;
        top: 10rem;
        background: #41cd52;
    }
    .l-timeline--left .c-timeline__horizontal {
        right: 0;
    }
    .l-timeline--right .c-timeline__horizontal {
        left: 0;
    }
    .l-timeline--right-continue .c-timeline__horizontal {
        height: 100%;
    }
    .c-timeline__toleft,
    .c-timeline__toright {
        position: absolute;
        height: 2px;
        width: calc(100% - 20rem);
        background: #41cd52;
        left: 10rem;
    }
    .c-timeline__toright {
        top: -1px;
    }
    .c-timeline__toright:before {
        content: "";
        display: block;
        width: 10rem;
        height: calc(10rem + 2px);
        border-radius: 0 0 0 100%;
        border-color: #41cd52;
        border-width: 0px 0px 2px 2px;
        border-style: solid;
        position: absolute;
        top: -10rem;
        left: -10rem;
    }
    .c-timeline__toright:after {
        content: "";
        display: block;
        width: 10rem;
        height: calc(10rem + 2px);
        border-radius: 0 100% 0 0;
        border-color: #41cd52;
        border-width: 2px 2px 0px 0px;
        border-style: solid;
        position: absolute;
        bottom: -10rem;
        right: -10rem;
    }
    .c-timeline__toleft {
        bottom: -1px;
    }
    .c-timeline__toleft:before {
        content: "";
        display: block;
        width: 10rem;
        height: calc(10rem + 2px);
        border-radius: 100% 0 0 0;
        border-color: #41cd52;
        border-width: 2px 0 0 2px;
        border-style: solid;
        position: absolute;
        bottom: -10rem;
        left: -10rem;
    }
    .c-timeline__toleft:after {
        content: "";
        display: block;
        width: 10rem;
        height: calc(10rem + 2px);
        border-radius: 0 0 100% 0;
        border-color: #41cd52;
        border-width: 0 2px 2px 0;
        border-style: solid;
        position: absolute;
        top: -10rem;
        right: -10rem;
    }
}
@media (max-width: 991px) {
    .c-training-meta {
        margin-bottom: 3rem;
    }
}
.c-training-meta h1 {
    font-size: 2rem;
    padding: 2rem;
    background: #41cd52;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 991px) {
    .c-training-meta h1 {
        text-align: center;
    }
}
.c-training-meta dl {
    margin: 0;
    padding: 0;
    display: block;
}
.c-training-meta dt {
    margin: 0;
    display: block;
    padding: 1rem 2rem 0;
    border: 1px solid #e6e7e9;
    border-width: 0 1px;
}
.c-training-meta dd {
    margin: 0;
    display: block;
    padding: 0 2rem 1rem;
    border: 1px solid #e6e7e9;
    border-width: 0 1px 1px;
    color: #41cd52;
    font-weight: 600;
}
.c-training-meta .c-btn {
    width: calc(100% - 2rem);
    margin-top: 2rem;
    text-align: center;
}
.c-cta-green {
    margin: 4rem 0;
    position: relative;
    background: #41cd52;
    padding: 2rem 3rem;
    display: block;
}
.c-cta-green h1,
.c-cta-green h2,
.c-cta-green h3,
.c-cta-green h4,
.c-cta-green h5,
.c-cta-green h6 {
    color: #fff;
}
.c-cta-green li,
.c-cta-green p,
.c-cta-green ul {
    color: #fff;
}
.c-cta-green hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-cta-green .comment-reply-to,
.b-blog-comments .c-cta-green .comment-reply-to:hover,
.c-cta-green .b-blog-comments .comment-reply-to,
.c-cta-green .b-blog-comments .comment-reply-to:hover,
.c-cta-green .c-btn--small,
.c-cta-green .c-btn--small:hover {
    color: #41cd52;
}
.c-cta-green .c-btn {
    background: #fff;
}
.c-cta-green .c-btn span {
    color: #41cd52;
}
.c-cta-green .c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
    border-radius: 6px;
}
.c-cta-green .c-btn:after,
.c-cta-green .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
@media (max-width: 767px) {
    .c-cta-green {
        text-align: center;
    }
}
.c-cta-green p {
    font-size: 2.4rem;
    float: left;
    margin: 0.8rem 0;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .c-cta-green p {
        width: 60%;
    }
}
.c-cta-green .c-btn {
    text-align: center;
    margin-top: 1rem;
}
@media (min-width: 768px) {
    .c-cta-green .c-btn {
        margin-top: 0;
        float: right;
        max-width: 40%;
    }
}
.c-cta-green:after {
    content: "";
    display: block;
    clear: both;
}
.c-next-prev {
    border-top: 1px solid #e6e7e9;
    padding-top: 2rem;
}
.c-next-prev__next,
.c-next-prev__prev {
    width: 48%;
    position: relative;
}
@media (min-width: 992px) {
    .c-next-prev__next,
    .c-next-prev__prev {
        width: 45%;
    }
}
.c-next-prev__next:after,
.c-next-prev__prev:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 2.4rem;
    font-family: FontAwesome;
    position: absolute;
    top: -0.8rem;
    color: #41cd52;
}
.c-next-prev__next {
    padding-right: 4rem;
    float: right;
    text-align: right;
}
.c-next-prev__next:after {
    content: "\f105";
    right: 1rem;
}
.c-next-prev__next:hover:after {
    right: 0;
}
.c-next-prev__prev {
    padding-left: 4rem;
    float: left;
}
.c-next-prev__prev:after {
    content: "\f104";
    left: 1rem;
}
.c-next-prev__prev:hover:after {
    left: 0;
}
.c-next-prev h6 {
    color: #41cd52;
    font-size: 1.6rem;
    margin: 0;
}
@media (min-width: 992px) {
    .c-next-prev h6 {
        font-size: 2rem;
    }
}
.c-next-prev:after {
    content: "";
    display: block;
    clear: both;
}
.c-training {
    position: relative;
    margin-bottom: 3rem;
}
.c-training__image {
    padding-top: 40%;
    background: #09102b;
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .c-training__text {
        padding: 0 1rem;
    }
}
.c-training__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-training h4 {
    margin: 1.5rem 0;
    font-size: 2.4rem;
}
.c-training p {
    font-size: 1.1rem;
    margin-top: 1rem;
}
@media (min-width: 768px) {
    .c-training p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-training p {
        font-size: 1.3rem;
    }
}
.b-blog-comments .c-training .comment-reply-to,
.c-training .b-blog-comments .comment-reply-to,
.c-training .c-btn--small {
    margin-top: 1.5rem;
    display: block;
}
.c-between-ul {
    margin: 0;
    padding: 0;
    border: 1px solid #e6e7e9;
    border-width: 1px 0;
}
.c-between-ul li {
    float: left;
    display: block;
    padding: 0.5rem 1rem;
}
.c-between-ul li:first-child {
    font-weight: 600;
    color: #41cd52;
    padding-left: 0;
    border-bottom: 1px solid #e6e7e9;
    margin-bottom: -1px;
    border-right: 1px solid #e6e7e9;
}
.c-between-ul li + li {
    color: #09102b;
}
.c-between-ul:after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 767px) {
    .c-centered-link {
        padding: 1rem 5%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        background: rgba(9, 16, 43, 0.8);
    }
}
@media (min-width: 768px) {
    .c-centered-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: no-wrap;
        justify-content: center;
        align-content: center;
    }
    .b-blog-comments .c-centered-link .comment-reply-to,
    .c-centered-link .b-blog-comments .comment-reply-to,
    .c-centered-link .c-btn--small {
        margin-top: 0.5rem;
        color: #fff;
    }
    .b-blog-comments .c-centered-link .comment-reply-to:hover,
    .c-centered-link .b-blog-comments .comment-reply-to:hover,
    .c-centered-link .c-btn--small:hover {
        color: #fff;
    }
}
.c-centered-link__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-timeline-line {
    width: 2px;
    background: #41cd52;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}
.c-timeline-line__step-number {
    position: absolute;
    top: 0;
    left: 0;
    background: #41cd52;
    color: #fff;
    line-height: 3rem;
    height: 3rem;
    width: 3rem;
    text-align: center;
    font-weight: 600;
    transform: translate(-50%, 0);
}
.b-steps--end .c-timeline-line {
    background: none;
}
.c-company-item {
    position: relative;
    width: 100%;
}
@media (max-width: 991px) {
    .c-company-item {
        margin-bottom: 3rem;
        text-align: center;
    }
}
.c-company-item__image {
    padding-top: 56.25%;
    background: #09102b;
    position: relative;
}
.c-company-item__text {
    margin: 1rem 0;
}
.c-company-item__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-checklist {
    position: relative;
    padding-left: 5rem;
}
.c-checklist__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.c-checklist p {
    font-size: 1.6rem;
}
.c-checklist + .c-checklist {
    margin-top: 3rem;
}
.c-checklist pre {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px dashed #fff;
    color: #000;
    max-width: 100%;
    font-size: 13px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.c-showcase-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hs-inline-edit .c-showcase-slideshow {
    position: relative;
}
.c-showcase-slideshow__item {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(-20px);
    will-change: transform, opacity;
}
.hs-inline-edit .c-showcase-slideshow__item {
    float: left;
    opacity: 1;
    position: relative;
    width: 50%;
    z-index: 1;
    height: 325px;
    left: auto;
}
.c-showcase-slideshow__item.active {
    opacity: 1;
    z-index: 1;
    transform: translateX(0);
}
.c-showcase-slideshow__dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 2;
}
.hs-inline-edit .c-showcase-slideshow__dots {
    display: none;
}
.c-showcase-slideshow__dots li {
    display: inline-block;
    margin: 10px 4px;
    padding: 10px 0;
    border-radius: 1px;
    cursor: pointer;
}
.c-showcase-slideshow__dots li:before {
    transition: background 0.5s ease-in-out;
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #fff;
}
.c-showcase-slideshow__dots li.active:before {
    background: #41cd52;
}
.c-quote-big {
    background: #41cd52;
    text-align: center;
    padding: 2px 0px 0px;
    background: #55e168;
    background: linear-gradient(135deg, #55e168 0%, #1e533b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55e168',endColorstr='#1e533b',GradientType=1);
}
@media (max-width: 767px) {
    .c-quote-big {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (min-width: 768px) {
    .c-quote-big {
        padding: 2px 0px 2px 2px;
    }
}
.c-quote-big p {
    font-size: 3.6rem;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    position: relative;
    z-index: 1;
}
.c-quote-big__inner {
    background: #fff;
    position: relative;
    padding: 5rem 0 0;
}
@media (min-width: 768px) {
    .c-quote-big__inner {
        padding: 5rem 45% 5rem 6rem;
    }
}
.c-quote-big__quote-icon {
    position: absolute;
    top: 10px;
    left: 13px;
    padding: 35px;
    background: #fff;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .c-quote-big__quote-icon {
        display: none;
    }
}
.c-quote-big__img {
    position: absolute;
}
@media (max-width: 767px) {
    .c-quote-big__img {
        top: 0;
        left: 50%;
        width: 5rem;
        height: 5rem;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 768px) {
    .c-quote-big__img {
        top: -10%;
        width: 35%;
        height: 120%;
        right: 0%;
    }
}
.c-quote-big__img__asset {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-size: cover;
    background-position: center;
}
@media (min-width: 992px) {
    .c-quote-big__img {
        width: 40%;
    }
}
.c-quote-big__meta {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 1.8rem;
    position: relative;
    z-index: 1;
}
.c-quote-big__meta span {
    font-weight: 300;
}
.c-quote-big__meta__name {
    display: inline-block;
}
.c-quote-big__meta__line {
    display: inline-block;
    width: 1px;
    height: 1.5em;
    background: #ccc;
    margin: -0.3em 1em;
    position: relative;
    top: 0.1em;
}
.c-quote-big__meta__logo {
    display: inline-block;
    height: 1.5em;
    margin: -0.3em 0;
    width: 7em;
    position: relative;
    top: 0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.c-quote-light {
    padding: 2rem 3rem;
    position: relative;
    text-align: center;
}
.c-quote-light__text {
    font-size: 2.2rem;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}
.c-quote-light__text:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10rem;
    content: "”";
    transform: translate(-50%, 50%);
    color: rgba(65, 205, 82, 0.6);
}
.c-quote-light__author {
    color: #fff;
    margin-top: 1rem;
}
.c-quote-light:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 1px);
    border: 1px solid rgba(65, 205, 82, 0.3);
    border-width: 1px 1px 0px 0px;
}
.c-quote-light:after {
    content: "";
    display: block;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    height: calc(100% - 3rem);
    border: 1px solid rgba(65, 205, 82, 0.3);
    border-width: 0px 0px 1px 1px;
}
.b-hero .c-quote-light {
    margin: -3rem 0;
}
.c-subscription {
    padding: 5% 8% calc(10% + 5em) 8%;
    border-top: 3px solid #41cd52;
}
.c-subscription h1,
.c-subscription h2,
.c-subscription h3,
.c-subscription h4,
.c-subscription h5,
.c-subscription h6,
.c-subscription p.xlarge {
    color: #09102b;
}
.c-subscription li,
.c-subscription p,
.c-subscription ul {
    color: #53586b;
}
.c-subscription hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .c-subscription .comment-reply-to,
.b-blog-comments .c-subscription .comment-reply-to:hover,
.c-subscription .b-blog-comments .comment-reply-to,
.c-subscription .b-blog-comments .comment-reply-to:hover,
.c-subscription .c-btn--small,
.c-subscription .c-btn--small:hover {
    color: #41cd52;
}
.c-subscription p.accent {
    color: #6c7080;
}
.c-subscription__intro {
    text-align: center;
}
.c-subscription__intro h4 {
    font-size: 2.4rem;
    padding: 0.1em 0 0.1em 2.2em;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    display: inline-block;
    font-weight: 700;
}
.c-subscription__intro p {
    margin-top: 2rem;
    font-size: 1.6rem;
    margin-bottom: 3em;
}
.c-subscription h5 {
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 2rem;
}
.c-subscription h5 span {
    background: #fff;
    padding: 0 1rem;
    display: inline-block;
}
.c-subscription h5:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0.5em;
    left: 0;
    background: #d4dfe0;
    z-index: -1;
}
.c-subscription__features {
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .c-subscription__features {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
.c-subscription__features li {
    font-size: 1.6rem;
    display: block;
    padding-left: 3.5rem;
    line-height: 1.4em;
    margin-bottom: 1.2em;
    position: relative;
    color: #09102b;
}
.c-subscription__features li:before {
    font-family: FontAwesome;
    font-size: 2.4rem;
    content: "\f058";
    color: #41cd52;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 768px) {
    .c-subscription__features li {
        width: calc(100% - 40px);
        background-size: 24px;
        padding-left: 3rem;
    }
}
.c-subscription__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e6e7e9;
    padding: 1rem;
    text-align: center;
}
.c-icon-text {
    position: relative;
    padding-left: 5rem;
}
.c-icon-text__icon {
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.c-icon-text p {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
}
.c-icon-text a {
    font-weight: 700;
    position: relative;
    color: #000;
    z-index: 1;
    display: inline-block;
    text-decoration: none;
}
.c-icon-text a:after {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    bottom: 0.1em;
    left: 0;
    background: #41cd52;
    position: absolute;
    z-index: -1;
}
.c-icon-text a:hover {
    color: #000;
}
.c-icon-text a:hover:after {
    width: 0;
    left: 0;
}
.c-item-contact {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid #e6e7e9;
    padding: 2rem;
    margin-bottom: -1px;
}
.c-item-contact p {
    font-size: 1.6rem;
}
.c-item-contact__intro {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    flex-wrap: wrap;
    position: relative;
}
@media (min-width: 768px) {
    .c-item-contact__intro {
        flex-wrap: nowrap;
    }
}
.c-item-contact__intro__icon {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.c-item-contact--partner .c-item-contact__intro__icon {
    width: 9rem;
    background-position: left;
}
.c-item-contact__intro__primary {
    padding-right: 2rem;
    width: 70%;
}
.c-item-contact__intro__primary p span + span:before {
    content: ", ";
}
@media (min-width: 768px) {
    .c-item-contact__intro__primary {
        width: 50%;
    }
}
.c-item-contact__intro__secondary {
    padding-right: 2rem;
    padding-left: 6rem;
}
@media (min-width: 768px) {
    .c-item-contact__intro__secondary {
        width: 50%;
    }
}
.c-item-contact__intro__secondary span + span:before {
    content: ", ";
}
.c-item-contact__intro__chevron {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4rem;
    height: 4rem;
    text-align: center;
    transform: rotate(90deg);
}
@media (max-width: 767px) {
    .c-item-contact__intro__chevron {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.c-item-contact__intro__chevron:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f105";
    font-family: FontAwesome;
    color: #41cd52;
    font-size: 2rem;
    line-height: 3rem;
    width: 4rem;
    height: 4rem;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 4rem;
}
.c-item-contact__intro:hover .c-item-contact__intro__chevron:before {
    background: #41cd52;
    color: #fff;
}
.c-item-contact--open .c-item-contact__intro__chevron {
    transform: rotate(-90deg);
}
.c-item-contact:hover {
    background: #f4f4f4;
}
@media (min-width: 768px) {
    .c-item-contact__details-columns {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.c-item-contact__column {
    padding-bottom: 3rem;
    padding-left: 3rem;
    position: relative;
}
@media (min-width: 768px) {
    .c-item-contact__column {
        width: 96%;
        margin-right: 4%;
    }
}
.c-item-contact__column:before {
    color: #41cd52;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f03a";
    font-family: FontAwesome;
}
.c-item-contact__column .c-item-contact--partner p {
    margin-top: 0.6em;
}
.c-item-contact__column--location:before {
    content: "\f041";
}
.c-item-contact__details {
    margin-top: 2rem;
    border-top: 1px solid rgba(230, 231, 233, 0.5);
    display: none;
    margin-left: 5.5rem;
    padding-top: 2rem;
}
.c-item-contact--partner .c-item-contact__details {
    margin-left: 9.5rem;
}
.c-item-contact__details strong {
    color: #09102b;
}
.c-item-contact--open .c-item-contact__details {
    display: block;
}
@media (min-width: 768px) {
    .c-item-contact__details-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: -1rem;
    }
}
.c-item-contact__item {
    position: relative;
    padding-left: 3rem;
}
@media (min-width: 768px) {
    .c-item-contact__item {
        width: calc(25% - 2rem);
        margin: 1rem;
    }
}
@media (max-width: 767px) {
    .c-item-contact__item {
        margin-bottom: 2rem;
    }
}
.c-item-contact__item:before {
    color: #41cd52;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f2bd";
    font-family: FontAwesome;
}
.c-item-contact--open {
    margin: 1rem -0.5rem;
    box-shadow: 0 1px 4px rgba(9, 16, 43, 0.1);
    border-left: 1px solid #41cd52;
    border-right: 1px solid #41cd52;
}
.c-item-contact--open:hover {
    background: #fff;
}
.c-promo-item h1,
.c-promo-item h2,
.c-promo-item h3,
.c-promo-item h4,
.c-promo-item h5,
.c-promo-item h6,
.c-promo-item p.xlarge {
    color: #09102b;
}
.c-promo-item li,
.c-promo-item p,
.c-promo-item ul {
    color: #53586b;
}
.c-promo-item hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .c-promo-item .comment-reply-to,
.b-blog-comments .c-promo-item .comment-reply-to:hover,
.c-promo-item .b-blog-comments .comment-reply-to,
.c-promo-item .b-blog-comments .comment-reply-to:hover,
.c-promo-item .c-btn--small,
.c-promo-item .c-btn--small:hover {
    color: #41cd52;
}
.c-promo-item p.accent {
    color: #6c7080;
}
.c-promo-item.animated {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0;
}
.c-promo-item:after {
    content: "";
    display: block;
    clear: both;
}
.c-promo-item__outer {
    background: #41cd52;
    background: linear-gradient(135deg, #55e168 0%, #427cb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55e168',endColorstr='#1e533b',GradientType=1);
    padding: 1px;
}
.c-promo-item__inner {
    background: #fff;
    padding: 2rem 3rem;
}
.c-promo-item__text {
    position: relative;
}
.c-promo-item__img {
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(45% + 20px);
    height: calc(100% + 7rem);
}
@media (min-width: 768px) {
    .c-promo-item__img {
        left: 0;
        width: 30%;
    }
}
.c-promo-item__img__asset {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-size: cover;
    background-position: center;
}
.c-promo-item__btn {
    position: relative;
    float: right;
    top: -1.95rem;
    font-size: 1.8rem;
}
.c-promo-item__btn__inner {
    overflow: hidden;
    background: #41cd52;
    color: #fff;
    font-weight: 700;
    position: relative;
    line-height: 3rem;
    padding: 0.5rem 2rem;
}
@media (min-width: 768px) {
    .c-promo-item__btn__inner {
        padding: 1rem 3rem;
    }
}
.c-promo-item__btn__inner span {
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
}
.c-promo-item__btn__inner:before {
    transition: all 0.3s ease-in-out;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200%);
}
.c-promo-item__btn__inner:hover {
    color: #fff;
    background: #41cd52;
}
.c-promo-item__btn__inner:hover span {
    top: 3em;
}
.c-promo-item__btn__inner:hover:before {
    transform: translate(-50%, -50%);
}
.c-promo-item h4 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 600;
}
.c-promo-item p {
    padding-left: 50%;
    font-size: 1.6rem;
    padding-bottom: 0;
    color: #53586b;
}
@media (min-width: 768px) {
    .c-promo-item p {
        padding-left: 34%;
    }
}
.c-pad-blue {
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .c-pad-blue + .c-pad-blue {
        margin-top: 10px;
    }
}
.c-pad-blue:before {
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 0px rgba(9, 16, 43, 0.3);
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.c-pad-blue:after {
    content: "";
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    position: absolute;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/c-pad-blue-hover.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    will-change: transform;
    display: none;
    animation: spin 18s linear infinite;
}
.c-pad-blue:hover:after {
    display: block;
}
@media (min-width: 768px) {
    .c-pad-blue {
        width: calc(33.33333% - 3rem);
        margin: 1.5rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: nowrap;
    }
}
.c-pad-blue__inner {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #09102b;
}
.c-pad-blue__inner:after {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/c-pad-blue-grid.png");
    background-size: cover;
    background-position: center;
    opacity: 0;
}
.c-pad-blue__inner:before {
    transition: all 0.2s ease-in-out;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: #428d9d;
    background: linear-gradient(135deg, #428d9d 0%, #6efd80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428d9d',endColorstr='#6efd80',GradientType=1);
}
@media (min-width: 992px) {
    .c-pad-blue:hover .c-pad-blue__inner:after,
    .c-pad-blue:hover .c-pad-blue__inner:before {
        opacity: 1;
    }
}
.c-pad-blue__text {
    padding: 3rem 6rem 3rem 11rem;
    z-index: 1;
    position: relative;
}
@media (min-width: 768px) {
    .c-pad-blue__text {
        padding: 3rem 20% 10rem;
    }
}
.c-pad-blue__arrow {
    transition: all 0.2s ease-in-out;
    line-height: 1em;
    display: inline-block;
    position: absolute;
    color: #41cd52;
    font-size: 2rem;
}
.c-pad-blue__arrow:before {
    content: "\f105";
    font-family: FontAwesome;
}
@media (max-width: 767px) {
    .c-pad-blue__arrow {
        top: 50%;
        right: 2rem;
        transform: translate(0, -50%);
    }
}
@media (min-width: 768px) {
    .c-pad-blue__arrow {
        bottom: 2.5rem;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
@media (min-width: 992px) {
    .c-pad-blue:hover .c-pad-blue__arrow {
        transform: rotate(90deg) translate(0, 40%);
        color: #fff;
    }
}
.c-pad-blue__icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 767px) {
    .c-pad-blue__icon {
        position: absolute;
        top: 3rem;
        left: 3rem;
        width: 50px;
        height: 50px;
    }
}
@media (min-width: 768px) {
    .c-pad-blue__icon {
        transition: all 0.2s ease-in-out;
        height: 5rem;
        margin-bottom: 3rem;
        opacity: 1;
    }
    .c-pad-blue:hover .c-pad-blue__icon {
        opacity: 0;
    }
}
.c-pad-blue__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.c-pad-blue h3 {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 600;
}
.c-pad-blue p {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}
.c-pad-blue h3,
.c-pad-blue p {
    color: #fff;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.c-count-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hs-inline-edit .c-count-slideshow {
    position: relative;
}
.c-count-slideshow__item {
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
}
.hs-inline-edit .c-count-slideshow__item {
    float: left;
    opacity: 1;
    position: relative;
    width: 50%;
    z-index: 1;
    height: 325px;
}
.c-count-slideshow__item--active {
    z-index: 1;
    opacity: 1;
}
.c-count-slideshow__item__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.c-count-slideshow__item__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 90px 25px 75px;
    color: #fff;
}
.hs-inline-edit .c-count-slideshow__item__text {
    padding: 25px;
}
.c-count-slideshow__item__text h4 {
    color: #41cd52;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.c-count-slideshow__item__text p {
    font-size: 16px;
    color: #41cd52 !important;
    margin: 0;
    padding: 0;
}
.c-count-slideshow__item__text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
    z-index: -1;
    background: #fff;
    background: #1e5799;
    background: linear-gradient(to bottom, rgba(100, 111, 156, 0) 0%, #09102b 100%);
    pointer-events: none;
}
.c-count-slideshow__nextprev {
    position: absolute;
    bottom: 25px;
    left: 20px;
    z-index: 3;
    height: 30px;
    width: 40px;
}
.hs-inline-edit .c-count-slideshow__nextprev {
    display: none;
}
.c-count-slideshow__next,
.c-count-slideshow__prev {
    width: 40%;
    float: left;
    height: 30px;
}
.c-count-slideshow__next:before,
.c-count-slideshow__prev:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #41cd52;
}
.c-count-slideshow__prev:before {
    content: "\f104";
}
.c-count-slideshow__next {
    margin-left: 20%;
}
.c-count-slideshow__loader {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 4;
}
.hs-inline-edit .c-count-slideshow__loader {
    display: none;
}
.c-count-slideshow__loader__counter {
    transition: all 0.5s ease-in-out;
    font-size: 20px;
    height: 58px;
    width: 58px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 55px;
}
.c-count-slideshow__loader__counter:before {
    color: #41cd52;
    content: "";
    animation: countdown 5s infinite linear;
}
.no-autoplay .c-count-slideshow__loader__counter {
    opacity: 0;
}
.c-count-slideshow__loader__circle {
    transition: all 0.5s ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #41cd52;
    animation: load3 5s infinite linear;
}
.no-autoplay .c-count-slideshow__loader__circle {
    opacity: 0;
}
@keyframes load3 {
    0% {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(315deg);
    }
}
.c-bullit {
    position: relative;
    padding-left: 6rem;
}
.c-bullit h4 {
    font-size: 2.4rem;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .c-bullit h4 {
        margin-bottom: 0.5rem;
    }
}
.c-bullit p {
    font-size: 1.6rem;
    margin: 1rem 0;
    padding: 0;
    color: #53586b;
}
.c-bullit__img {
    width: 4rem;
    height: 4rem;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: -0.2rem;
    left: 0;
}
.c-bullit__btn {
    color: #41cd52;
    font-size: 1.6rem;
    font-weight: 600;
}
@media (min-width: 768px) {
    .c-bullit__btn {
        margin-top: 0.8em;
    }
}
.c-bullit__btn:after {
    content: "\f105";
    font-family: dashicons;
    margin-left: 1em;
    line-height: 1em;
    display: inline-block;
    position: relative;
    top: 0.15em;
    transition: all 0.2s ease-in-out;
}
.c-bullit:hover .c-bullit__btn:after {
    margin-left: 1.5em;
}
.c-bullit__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-bullit + .c-bullit {
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .c-bullit + .c-bullit {
        margin-top: 5rem;
    }
}
.c-case-small {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    padding: 10% 10% 40px 10%;
    position: relative;
    box-shadow: 0 10px 10px rgba(9, 16, 43, 0);
    width: 100%;
}
.c-case-small__image {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-top: 25%;
    margin: auto;
    margin-bottom: 2rem;
    margin-left: 20%;
    margin-right: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.c-case-small p {
    font-size: 1.5rem;
    line-height: 1.2;
}
.c-case-small__btn {
    color: #41cd52;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 2rem;
}
.c-case-small__btn:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 1rem;
    line-height: 1rem;
    display: inline-block;
    position: relative;
    top: 0.15rem;
}
.c-case-small:hover .c-case-small__btn:after {
    margin-left: 1.5rem;
}
.c-case-small__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-case-small:hover {
    box-shadow: 0 10px 40px rgba(9, 16, 43, 0.1);
}
.c-case-small:hover .c-case-small__image {
    opacity: 1;
}
.c-showcase-item {
    position: relative;
    width: 100%;
}
.c-showcase-item h1,
.c-showcase-item h2,
.c-showcase-item h3,
.c-showcase-item h4,
.c-showcase-item h5,
.c-showcase-item h6 {
    color: #fff;
}
.c-showcase-item li,
.c-showcase-item p,
.c-showcase-item ul {
    color: #fff;
}
.c-showcase-item hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-showcase-item .comment-reply-to,
.b-blog-comments .c-showcase-item .comment-reply-to:hover,
.c-showcase-item .b-blog-comments .comment-reply-to,
.c-showcase-item .b-blog-comments .comment-reply-to:hover,
.c-showcase-item .c-btn--small,
.c-showcase-item .c-btn--small:hover {
    color: #41cd52;
}
.c-showcase-item__image-space {
    padding-top: 50%;
}
.c-showcase-item__text {
    max-width: 40rem;
    padding: 0 3rem 3rem;
}
.c-showcase-item__text .c-tip {
    border-radius: 0;
    border: 0;
    width: auto;
    height: auto;
    font-family: "FontAwesome";
    color: #fff;
}
.c-showcase-item__text .c-tip:before {
    content: "\f05a";
}
@media (max-width: 767px) {
    .c-tabs-vertical {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin-bottom: 3rem;
    }
    .c-tabs-vertical li {
        display: block;
        cursor: pointer;
        padding: 0.8rem 1rem;
        margin: 0.2rem;
        line-height: 1;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
    .c-tabs-vertical li.active {
        background: #41cd52;
        color: #fff;
    }
    .c-tabs-vertical li:after,
    .c-tabs-vertical li:before {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        width: 20px;
        height: 20px;
        position: absolute;
        transform: rotate(45deg);
        background: #f5f5f7;
        content: "";
        display: block;
        z-index: 1;
    }
    .c-tabs-vertical li:before {
        top: -13px;
        left: -13px;
    }
    .c-tabs-vertical li:after {
        bottom: -13px;
        right: -13px;
    }
}
@media (min-width: 768px) {
    .c-tabs-vertical {
        margin: 0;
        padding: 0;
    }
    .c-tabs-vertical li {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        display: block;
        padding: 1.5rem 2rem;
        font-weight: 700;
        color: #41cd52;
        line-height: 1.2;
        cursor: pointer;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        overflow: hidden;
    }
    .c-tabs-vertical li:after,
    .c-tabs-vertical li:before {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        width: 20px;
        height: 20px;
        position: absolute;
        transform: rotate(45deg);
        background: #f5f5f7;
        content: "";
        display: block;
        z-index: 1;
    }
    .c-tabs-vertical li:before {
        top: -20px;
        left: -20px;
    }
    .c-tabs-vertical li:after {
        bottom: -20px;
        right: -20px;
    }
    .c-tabs-vertical li:hover {
        background: #41cd52;
        color: #fff;
        padding-left: 2rem;
    }
    .c-tabs-vertical li:hover:before {
        top: -10px;
        left: -10px;
    }
    .c-tabs-vertical li:hover:after {
        bottom: -10px;
        right: -10px;
    }
    .c-tabs-vertical li.active {
        background: #fff;
        color: #09102b;
        padding-left: 2rem;
    }
    .c-tabs-vertical li.active:before {
        top: -10px;
        left: -10px;
    }
    .c-tabs-vertical li.active:after {
        bottom: -10px;
        right: -10px;
    }
}
.c-cta-fancy {
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 7rem 0;
    background: #fff;
}
.c-cta-fancy h1,
.c-cta-fancy h2,
.c-cta-fancy h3,
.c-cta-fancy h4,
.c-cta-fancy h5,
.c-cta-fancy h6,
.c-cta-fancy p.xlarge {
    color: #09102b;
}
.c-cta-fancy li,
.c-cta-fancy p,
.c-cta-fancy ul {
    color: #53586b;
}
.c-cta-fancy hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .c-cta-fancy .comment-reply-to,
.b-blog-comments .c-cta-fancy .comment-reply-to:hover,
.c-cta-fancy .b-blog-comments .comment-reply-to,
.c-cta-fancy .b-blog-comments .comment-reply-to:hover,
.c-cta-fancy .c-btn--small,
.c-cta-fancy .c-btn--small:hover {
    color: #41cd52;
}
.c-cta-fancy p.accent {
    color: #6c7080;
}
@media (min-width: 992px) {
    .c-cta-fancy {
        margin: -2rem 0;
    }
}
.c-cta-fancy__text {
    max-width: 800px;
    margin: auto;
    padding: 0 10%;
}
.c-cta-fancy__cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 50%);
}
.c-glowers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.c-glowers li {
    animation-name: upndown;
    animation-fill-mode: backwards;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    display: block;
    margin: 2rem;
    position: absolute;
    will-change: transform;
}
.c-glowers li:after,
.c-glowers li:before {
    animation-name: glow;
    animation-fill-mode: backwards;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    transform: scale(0.05);
    width: 60px;
    height: 60px;
    top: -29px;
    left: -29px;
    will-change: transform, opacity;
}
.c-glowers li:first-child {
    left: 10%;
    top: 66%;
    animation-delay: 1s;
}
.c-glowers li:first-child:before {
    animation-delay: 0.3s;
}
.c-glowers li:first-child:after {
    animation-delay: 0.6s;
}
.c-glowers li:nth-child(2) {
    left: 20%;
    top: 78%;
    animation-delay: 2s;
    opacity: 0.3;
}
.c-glowers li:nth-child(2):before {
    animation-delay: 0.6s;
}
.c-glowers li:nth-child(2):after {
    animation-delay: 0.9s;
}
.c-glowers li:nth-child(3) {
    left: 30%;
    top: 14%;
    animation-delay: 3s;
}
.c-glowers li:nth-child(3):before {
    animation-delay: 0.9s;
}
.c-glowers li:nth-child(3):after {
    animation-delay: 1.2s;
}
.c-glowers li:nth-child(4) {
    left: 24%;
    top: 23%;
    animation-delay: 4s;
    opacity: 0.3;
}
.c-glowers li:nth-child(4):before {
    animation-delay: 1.2s;
}
.c-glowers li:nth-child(4):after {
    animation-delay: 1.5s;
}
.c-glowers li:nth-child(5) {
    left: 20%;
    top: 54%;
    animation-delay: 5s;
}
.c-glowers li:nth-child(5):before {
    animation-delay: 1.5s;
}
.c-glowers li:nth-child(5):after {
    animation-delay: 1.8s;
}
.c-glowers li:nth-child(6) {
    left: 90%;
    top: 64%;
    animation-delay: 6s;
    opacity: 0.3;
}
.c-glowers li:nth-child(6):before {
    animation-delay: 1.8s;
}
.c-glowers li:nth-child(6):after {
    animation-delay: 2.1s;
}
.c-glowers li:nth-child(7) {
    left: 70%;
    top: 10%;
    animation-delay: 7s;
}
.c-glowers li:nth-child(7):before {
    animation-delay: 2.1s;
}
.c-glowers li:nth-child(7):after {
    animation-delay: 2.4s;
}
.c-glowers li:nth-child(8) {
    left: 80%;
    top: 35%;
    animation-delay: 8s;
    opacity: 0.3;
}
.c-glowers li:nth-child(8):before {
    animation-delay: 2.4s;
}
.c-glowers li:nth-child(8):after {
    animation-delay: 2.7s;
}
.c-glowers li:nth-child(9) {
    left: 90%;
    top: 24%;
    animation-delay: 9s;
}
.c-glowers li:nth-child(9):before {
    animation-delay: 2.7s;
}
.c-glowers li:nth-child(9):after {
    animation-delay: 3s;
}
.c-glowers li:nth-child(10) {
    left: 85%;
    top: 14%;
    animation-delay: 10s;
}
.c-glowers li:nth-child(10):before {
    animation-delay: 3s;
}
.c-glowers li:nth-child(10):after {
    animation-delay: 3.3s;
}
.c-glowers li:after {
    animation-delay: 0.6s;
}
@keyframes glow {
    0% {
        opacity: 0.3;
        transform: scale(0.05);
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes upndown {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 3rem);
    }
    to {
        transform: translate(0, 0);
    }
}
.c-force-anchor {
    display: block;
}
.c-full-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-license-comparison {
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    background-color: #fff;
    border-top: 3px solid #41cd52;
    display: flex;
    flex-direction: column;
    padding: 5rem 8% 3.5rem 8%;
    width: 100%;
}
.c-license-comparison h1,
.c-license-comparison h2,
.c-license-comparison h3,
.c-license-comparison h4,
.c-license-comparison h5,
.c-license-comparison h6,
.c-license-comparison p.xlarge {
    color: #09102b;
}
.c-license-comparison li,
.c-license-comparison p,
.c-license-comparison ul {
    color: #53586b;
}
.c-license-comparison hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .c-license-comparison .comment-reply-to,
.b-blog-comments .c-license-comparison .comment-reply-to:hover,
.c-license-comparison .b-blog-comments .comment-reply-to,
.c-license-comparison .b-blog-comments .comment-reply-to:hover,
.c-license-comparison .c-btn--small,
.c-license-comparison .c-btn--small:hover {
    color: #41cd52;
}
.c-license-comparison p.accent {
    color: #6c7080;
}
.c-license-comparison__intro {
    text-align: center;
}
.c-license-comparison__intro p {
    color: #53586b;
    font-size: 1.6rem;
    margin-bottom: 3em;
    margin-top: 2rem;
    font-weight: 600;
}
.c-license-comparison h5 {
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 2rem;
}
.c-license-comparison h5 span {
    background: #fff;
    padding: 0 1rem;
    display: inline-block;
}
.c-license-comparison h5:after {
    background-color: #e6e7e9;
    background-image: linear-gradient(-43deg, #50ff66 0%, #1e3e60 89%, #1e3e60 89%, #18275f 100%);
    content: "";
    height: 1px;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: -1;
}
.c-license-comparison__features {
    margin: 0 -1.5rem;
    padding: 0;
}
@media (min-width: 768px) {
    .c-license-comparison__features {
        display: flex;
        flex-wrap: wrap;
    }
    .c-license-comparison__features > * {
        width: 100%;
    }
}
.c-license-comparison__features li {
    font-size: 1.6rem;
    display: block;
    padding-left: 3.5rem;
    line-height: 1.4em;
    margin-bottom: 1.2em;
    position: relative;
    color: #09102b;
}
@media (min-width: 768px) {
    .c-license-comparison__features li {
        width: calc(100% - 40px);
        background-size: 24px;
        padding-left: 3rem;
    }
}
.c-license-comparison__btn {
    margin-top: auto;
    padding: 3rem 1rem 2rem 1rem;
    position: relative;
    text-align: center;
}
.c-license-comparison__btn p:not(:last-child) {
    margin-bottom: 1rem;
}
.c-license-comparison__btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 1px;
    background-color: #e6e7e9;
    opacity: 0.2;
    background-image: linear-gradient(-43deg, #50ff66 0%, #1e3e60 89%, #1e3e60 89%, #18275f 100%);
}
.c-background-pattern {
    position: absolute;
    top: 5rem;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 2px solid #e6e7e9;
    overflow: hidden;
}
.c-background-pattern:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEDWlDQ1BJQ0MgUHJvZmlsZQAAOI2NVV1oHFUUPrtzZyMkzlNsNIV0qD8NJQ2TVjShtLp/3d02bpZJNtoi6GT27s6Yyc44M7v9oU9FUHwx6psUxL+3gCAo9Q/bPrQvlQol2tQgKD60+INQ6Ium65k7M5lpurHeZe58853vnnvuuWfvBei5qliWkRQBFpquLRcy4nOHj4g9K5CEh6AXBqFXUR0rXalMAjZPC3e1W99Dwntf2dXd/p+tt0YdFSBxH2Kz5qgLiI8B8KdVy3YBevqRHz/qWh72Yui3MUDEL3q44WPXw3M+fo1pZuQs4tOIBVVTaoiXEI/MxfhGDPsxsNZfoE1q66ro5aJim3XdoLFw72H+n23BaIXzbcOnz5mfPoTvYVz7KzUl5+FRxEuqkp9G/Ajia219thzg25abkRE/BpDc3pqvphHvRFys2weqvp+krbWKIX7nhDbzLOItiM8358pTwdirqpPFnMF2xLc1WvLyOwTAibpbmvHHcvttU57y5+XqNZrLe3lE/Pq8eUj2fXKfOe3pfOjzhJYtB/yll5SDFcSDiH+hRkH25+L+sdxKEAMZahrlSX8ukqMOWy/jXW2m6M9LDBc31B9LFuv6gVKg/0Szi3KAr1kGq1GMjU/aLbnq6/lRxc4XfJ98hTargX++DbMJBSiYMIe9Ck1YAxFkKEAG3xbYaKmDDgYyFK0UGYpfoWYXG+fAPPI6tJnNwb7ClP7IyF+D+bjOtCpkhz6CFrIa/I6sFtNl8auFXGMTP34sNwI/JhkgEtmDz14ySfaRcTIBInmKPE32kxyyE2Tv+thKbEVePDfW/byMM1Kmm0XdObS7oGD/MypMXFPXrCwOtoYjyyn7BV29/MZfsVzpLDdRtuIZnbpXzvlf+ev8MvYr/Gqk4H/kV/G3csdazLuyTMPsbFhzd1UabQbjFvDRmcWJxR3zcfHkVw9GfpbJmeev9F08WW8uDkaslwX6avlWGU6NRKz0g/SHtCy9J30o/ca9zX3Kfc19zn3BXQKRO8ud477hLnAfc1/G9mrzGlrfexZ5GLdn6ZZrrEohI2wVHhZywjbhUWEy8icMCGNCUdiBlq3r+xafL549HQ5jH+an+1y+LlYBifuxAvRN/lVVVOlwlCkdVm9NOL5BE4wkQ2SMlDZU97hX86EilU/lUmkQUztTE6mx1EEPh7OmdqBtAvv8HdWpbrJS6tJj3n0CWdM6busNzRV3S9KTYhqvNiqWmuroiKgYhshMjmhTh9ptWhsF7970j/SbMrsPE1suR5z7DMC+P/Hs+y7ijrQAlhyAgccjbhjPygfeBTjzhNqy28EdkUh8C+DU9+z2v/oyeH791OncxHOs5y2AtTc7nb/f73TWPkD/qwBnjX8BoJ98VVBg/m8AAADBSURBVGgF7ZdBDoAgDASJ8Vn+Xv+lcKghHggIPWwzJAQVWNspBU2J0iRw5N5S3crmpowwBJYQIAeWYEREmAA5IBw8TF9CgBxYghERYQJXtv0Utj/d2fhS3Yr8Dw0OuK2NTuEwEfiemKP3ZaexhK1b41g/s+t6dxp93ztePgJGyKs12l76ST4COOC2NjqF5SOwdzr6d1j5mKNAYILAe2JOaDSnyidx0zs6AxAgBwIEERemCJADU/iYHIAAORAgiG0XHti1GWyhsUX6AAAAAElFTkSuQmCC");
    background-repeat: repeat;
    background-size: 24px;
    background-position: top center;
    content: "";
    opacity: 0.06;
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(0);
    z-index: 0;
    animation: displace 2s linear infinite;
    width: calc(100% + 24px);
    will-change: transform;
}
@keyframes displace {
    0% {
        transform: translateX(-24px);
    }
    to {
        transform: translateX(0);
    }
}
.c-license-feature {
    margin-bottom: 1.2em;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    position: relative;
    background-color: #fbfbfb;
}
.c-license-feature__title {
    color: #09102b;
    padding-right: 2.5rem;
}
.c-license-feature__title:before {
    color: #41cd52;
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 1.35em;
    height: 1em;
    line-height: 1.2;
    position: absolute;
    top: 1.5rem;
    right: auto;
    bottom: auto;
    left: 1.5rem;
    transform: translateY(5%);
    width: 1em;
}
.c-license-feature.is-not-available .c-license-feature__title:before {
    color: #cd0902;
    content: "\f057";
}
.c-license-feature.is-partially .c-license-feature__title:before {
    color: #ff9603;
    content: "\f06a";
}
.c-license-feature__title.js-show-details {
    cursor: pointer;
}
.c-license-feature__title.js-show-details:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    height: 1.62857em;
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    width: 1.62857em;
    position: absolute;
    right: 1.5rem;
    text-align: center;
}
.c-license-feature.is-showing .c-license-feature__title.js-show-details:after {
    transform: rotate(180deg);
}
.c-license-feature__content {
    font-size: 1.4rem;
    color: #09102b;
}
.c-license-feature__content a {
    color: #41cd52;
    font-weight: bold;
    transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-license-feature__content a:hover {
    color: #21be2a;
}
.c-license-feature__content > * {
    margin-top: 1.5rem;
}
.c-license-feature__content > :first-child {
    margin-top: 1rem;
}
.c-license-feature__content p {
    font-size: 1.4rem;
    color: #09102b;
}
.c-license-feature__content ul {
    padding-left: 0;
    font-size: 1.4rem;
}
.c-license-feature__content li {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
    padding-left: 2.5rem;
    position: relative;
}
.c-license-feature__content li:before {
    color: #41cd52;
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 1em;
    height: 1em;
    line-height: 1.4;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(5%);
    width: 1em;
}
.c-license-feature__content li.is-not-available {
    color: rgba(9, 16, 43, 0.6);
}
.c-license-feature__content li.is-not-available:before {
    color: #cd0902;
    content: "\f057";
}
.c-license-feature__content li.is-partially:before {
    color: #ff9603;
    content: "\f06a";
}
.c-license-feature__extra-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0 !important;
    transform: translateZ(0);
    transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    visibility: hidden;
}
.c-license-feature.is-showing .c-license-feature__extra-content {
    height: auto;
    opacity: 1;
    margin: 1.5rem 0 0 0 !important;
    visibility: visible;
}
.c-license-feature__extra-content > :not(:last-child) {
    margin-bottom: 1.5rem;
}
.c-download-step {
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(9, 16, 43, 0.11);
    border-top: 2px solid #41cd52;
}
.c-download-step h1,
.c-download-step h2,
.c-download-step h3,
.c-download-step h4,
.c-download-step h5,
.c-download-step h6 {
    margin: 1.4em 0 0.4em 0;
}
.c-download-step h1:first-child,
.c-download-step h2:first-child,
.c-download-step h3:first-child,
.c-download-step h4:first-child,
.c-download-step h5:first-child,
.c-download-step h6:first-child {
    margin-top: 0;
}
.c-download-step p.accent + h1,
.c-download-step p.accent + h2,
.c-download-step p.accent + h3,
.c-download-step p.accent + h4,
.c-download-step p.accent + h5,
.c-download-step p.accent + h6 {
    margin-top: -1rem;
}
.c-download-step ol,
.c-download-step ul {
    margin-bottom: 1em;
}
.c-download-step ol ol,
.c-download-step ol ul,
.c-download-step ul ol,
.c-download-step ul ul {
    margin-bottom: 0;
}
.c-download-step p {
    margin-bottom: 1em;
}
.c-download-step p:last-child {
    margin-bottom: 0;
}
.c-download-step a {
    color: #41cd52;
}
.c-download-step hr {
    margin-bottom: 1.5em;
}
.c-download-step blockquote,
.c-download-step dd,
.c-download-step dl {
    margin-bottom: 1em;
}
.c-download-step blockquote + ol,
.c-download-step blockquote + ul,
.c-download-step dd + ol,
.c-download-step dd + ul,
.c-download-step dl + ol,
.c-download-step dl + ul {
    margin-bottom: 0;
}
.c-download-step img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.c-download-step pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.c-download-step .wp-caption {
    max-width: 100%;
}
.c-download-step .wp-caption img {
    margin-bottom: 0.3em;
}
.c-download-step p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .c-download-step p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-download-step p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.c-download-step .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.c-download-step .alignnone img {
    width: 100%;
}
.c-download-step .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.c-download-step .alignleft,
.c-download-step .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.c-download-step .alignleft {
    float: left;
    margin-right: 2%;
}
.c-download-step .alignright {
    float: right;
    margin-left: 2%;
}
.c-download-step h1,
.c-download-step h2,
.c-download-step h3,
.c-download-step h4,
.c-download-step h5,
.c-download-step h6 {
    color: #09102b;
}
.c-download-step__header {
    margin-left: 0;
    margin-right: 0;
    background: #41cd52;
    padding: 3rem 1.5rem;
}
.c-download-step__header:after,
.c-download-step__header:before {
    content: " ";
    display: table;
}
.c-download-step__header:after {
    clear: both;
}
@media (min-width: 992px) {
    .c-download-step__header {
        padding: 5rem;
    }
}
.c-download-step__headline {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.c-download-step__headline h1,
.c-download-step__headline h2,
.c-download-step__headline h3,
.c-download-step__headline h4,
.c-download-step__headline h5,
.c-download-step__headline h6 {
    color: #fff;
}
.c-download-step__headline li,
.c-download-step__headline p,
.c-download-step__headline ul {
    color: #fff;
}
.c-download-step__headline hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-download-step__headline .comment-reply-to,
.b-blog-comments .c-download-step__headline .comment-reply-to:hover,
.c-download-step__headline .b-blog-comments .comment-reply-to,
.c-download-step__headline .b-blog-comments .comment-reply-to:hover,
.c-download-step__headline .c-btn--small,
.c-download-step__headline .c-btn--small:hover {
    color: #41cd52;
}
.c-download-step__content {
    margin-left: 0;
    margin-right: 0;
    margin-top: -3.5rem;
    padding: 3rem 1.5rem;
}
.c-download-step__content:after,
.c-download-step__content:before {
    content: " ";
    display: table;
}
.c-download-step__content:after {
    clear: both;
}
@media (min-width: 992px) {
    .c-download-step__content {
        padding: 5rem;
    }
}
.c-download-step__column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 3.5rem;
}
@media (min-width: 992px) {
    .c-download-step__column {
        float: left;
        width: 45.8333333333%;
    }
}
@media (min-width: 992px) {
    .c-download-step__column:last-child {
        left: 8.3333333333%;
    }
}
.c-tooltip {
    cursor: pointer;
    font-style: normal;
}
.c-tooltip:before {
    font-family: "FontAwesome";
    content: "\f29c";
}
.c-tooltip--link {
    color: #41cd52;
}
.c-tooltip--link:before {
    display: none;
}
.c-suggested-download__label {
    color: #41cd52;
    font-weight: 700;
}
.c-suggested-download__download-item {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all 0.35s ease;
}
.c-suggested-download__download-item.is-active {
    visibility: visible;
    opacity: 1;
}
.c-suggested-download__all-installers {
    max-height: 0;
    transition: max-height 0.35s ease;
    overflow: hidden;
}
.c-suggested-download__all-installers.is-active {
    max-height: 150px;
}
.c-suggested-download__cta {
    margin-top: 3rem;
}
.c-suggested-download ul {
    list-style-type: none;
    padding-left: 0;
}
.c-suggested-download ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #41cd52;
    margin-right: 0.5rem;
}
.c-boxed-text {
    position: relative;
    position: relative;
}
.c-boxed-text h1,
.c-boxed-text h2,
.c-boxed-text h3,
.c-boxed-text h4,
.c-boxed-text h5,
.c-boxed-text h6 {
    margin: 1.4em 0 0.4em 0;
}
.c-boxed-text h1:first-child,
.c-boxed-text h2:first-child,
.c-boxed-text h3:first-child,
.c-boxed-text h4:first-child,
.c-boxed-text h5:first-child,
.c-boxed-text h6:first-child {
    margin-top: 0;
}
.c-boxed-text p.accent + h1,
.c-boxed-text p.accent + h2,
.c-boxed-text p.accent + h3,
.c-boxed-text p.accent + h4,
.c-boxed-text p.accent + h5,
.c-boxed-text p.accent + h6 {
    margin-top: -1rem;
}
.c-boxed-text ol,
.c-boxed-text ul {
    margin-bottom: 1em;
}
.c-boxed-text ol ol,
.c-boxed-text ol ul,
.c-boxed-text ul ol,
.c-boxed-text ul ul {
    margin-bottom: 0;
}
.c-boxed-text p {
    margin-bottom: 1em;
}
.c-boxed-text p:last-child {
    margin-bottom: 0;
}
.c-boxed-text a {
    color: #41cd52;
}
.c-boxed-text hr {
    margin-bottom: 1.5em;
}
.c-boxed-text blockquote,
.c-boxed-text dd,
.c-boxed-text dl {
    margin-bottom: 1em;
}
.c-boxed-text blockquote + ol,
.c-boxed-text blockquote + ul,
.c-boxed-text dd + ol,
.c-boxed-text dd + ul,
.c-boxed-text dl + ol,
.c-boxed-text dl + ul {
    margin-bottom: 0;
}
.c-boxed-text img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.c-boxed-text pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.c-boxed-text .wp-caption {
    max-width: 100%;
}
.c-boxed-text .wp-caption img {
    margin-bottom: 0.3em;
}
.c-boxed-text p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .c-boxed-text p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-boxed-text p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.c-boxed-text .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.c-boxed-text .alignnone img {
    width: 100%;
}
.c-boxed-text .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.c-boxed-text .alignleft,
.c-boxed-text .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.c-boxed-text .alignleft {
    float: left;
    margin-right: 2%;
}
.c-boxed-text .alignright {
    float: right;
    margin-left: 2%;
}
.c-boxed-text__shadow {
    box-shadow: 0 5px 40px 5px rgba(9, 16, 43, 0.2);
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    bottom: 2.5%;
    left: 2.5%;
    z-index: -1;
}
.c-boxed-text__content {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    padding: 3rem;
    background-color: #fff;
}
@media (min-width: 992px) {
    .c-boxed-text__content {
        padding: 4rem;
    }
}
.c-background {
    background-color: #f5f5f7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.c-background--clipped {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
}
.c-trivia-card {
    position: relative;
}
.c-trivia-card:before {
    box-shadow: 0 5px 40px 5px rgba(9, 16, 43, 0.2);
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: -1;
}
.c-trivia-card__logo {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    min-height: 7.5rem;
}
@media (min-width: 768px) {
    .c-trivia-card__logo {
        background-position: center;
    }
}
.c-trivia-card__wrapper {
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 0%);
    -moz-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 0%);
    -o-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 0%);
    -ms-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 0%);
    display: flex;
    flex-wrap: wrap;
    min-height: 25rem;
}
.c-trivia-card__logo-wrapper {
    background-color: #fff;
    padding: 30px;
    width: 100%;
}
@media (min-width: 768px) {
    .c-trivia-card__logo-wrapper {
        padding: 60px;
        width: 30%;
    }
}
.c-trivia-card__text {
    background-color: #09102b;
    color: #fff;
    padding: 30px;
    width: 100%;
}
.c-trivia-card__text h1,
.c-trivia-card__text h2,
.c-trivia-card__text h3,
.c-trivia-card__text h4,
.c-trivia-card__text h5,
.c-trivia-card__text h6 {
    color: #fff;
}
.c-trivia-card__text li,
.c-trivia-card__text p,
.c-trivia-card__text ul {
    color: #fff;
}
.c-trivia-card__text hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-trivia-card__text .comment-reply-to,
.b-blog-comments .c-trivia-card__text .comment-reply-to:hover,
.c-trivia-card__text .b-blog-comments .comment-reply-to,
.c-trivia-card__text .b-blog-comments .comment-reply-to:hover,
.c-trivia-card__text .c-btn--small,
.c-trivia-card__text .c-btn--small:hover {
    color: #41cd52;
}
@media (min-width: 768px) {
    .c-trivia-card__text {
        padding: 60px;
        width: 70%;
    }
}
.c-related-item {
    position: relative;
    width: 100%;
}
.c-related-item h1,
.c-related-item h2,
.c-related-item h3,
.c-related-item h4,
.c-related-item h5,
.c-related-item h6 {
    color: #fff;
}
.c-related-item li,
.c-related-item p,
.c-related-item ul {
    color: #fff;
}
.c-related-item hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-related-item .comment-reply-to,
.b-blog-comments .c-related-item .comment-reply-to:hover,
.c-related-item .b-blog-comments .comment-reply-to,
.c-related-item .b-blog-comments .comment-reply-to:hover,
.c-related-item .c-btn--small,
.c-related-item .c-btn--small:hover {
    color: #41cd52;
}
.c-related-item__image-space {
    padding-top: 10%;
}
.c-related-item__text {
    max-width: 40rem;
    padding: 0 3rem 3rem;
}
.c-key-figure {
    text-align: center;
}
.c-key-figure__title {
    color: #41cd52;
    font-weight: bold;
    font-size: 6rem;
}
@media (min-width: 1200px) {
    .c-key-figure__title {
        font-size: 8rem;
    }
}
.c-testimonial-slider {
    float: left;
    width: 100%;
    position: relative;
}
.c-testimonial-slider:after,
.c-testimonial-slider:before {
    content: " ";
    display: table;
}
.c-testimonial-slider:after {
    clear: both;
}
.c-testimonial-slider__slide {
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.c-testimonial-slider__slide:not(:first-child) {
    position: absolute;
}
.js-testimonial-slider .c-testimonial-slider__slide {
    opacity: 0;
}
.hs-inline-edit .c-testimonial-slider__slide {
    opacity: 1;
    position: relative;
}
.c-testimonial-slider__slide.is-selected {
    opacity: 1;
    z-index: 1;
    left: 0;
}
.c-testimonial-slider .flickity-page-dots {
    margin: 3.5rem 0 0 0;
    padding: 0;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
    z-index: 2;
}
.hs-inline-edit .c-testimonial-slider .flickity-page-dots {
    display: none;
}
.c-testimonial-slider .flickity-page-dots li {
    display: inline-block;
    margin: 10px 4px;
    padding: 10px 0;
    border-radius: 1px;
    cursor: pointer;
    background-color: transparent !important;
}
.c-testimonial-slider .flickity-page-dots li:before {
    transition: all 0.5s ease-in-out;
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #fff;
}
.c-testimonial-slider .flickity-page-dots li.is-selected:before {
    background: #41cd52;
}
.c-testimonial-card__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8rem;
    width: 8rem;
    margin: 0 auto 3.5rem auto;
}
.c-testimonial-card__content {
    position: relative;
}
.c-testimonial-card__content h1,
.c-testimonial-card__content h2,
.c-testimonial-card__content h3,
.c-testimonial-card__content h4,
.c-testimonial-card__content h5,
.c-testimonial-card__content h6 {
    margin: 1.4em 0 0.4em 0;
}
.c-testimonial-card__content h1:first-child,
.c-testimonial-card__content h2:first-child,
.c-testimonial-card__content h3:first-child,
.c-testimonial-card__content h4:first-child,
.c-testimonial-card__content h5:first-child,
.c-testimonial-card__content h6:first-child {
    margin-top: 0;
}
.c-testimonial-card__content p.accent + h1,
.c-testimonial-card__content p.accent + h2,
.c-testimonial-card__content p.accent + h3,
.c-testimonial-card__content p.accent + h4,
.c-testimonial-card__content p.accent + h5,
.c-testimonial-card__content p.accent + h6 {
    margin-top: -1rem;
}
.c-testimonial-card__content ol,
.c-testimonial-card__content ul {
    margin-bottom: 1em;
}
.c-testimonial-card__content ol ol,
.c-testimonial-card__content ol ul,
.c-testimonial-card__content ul ol,
.c-testimonial-card__content ul ul {
    margin-bottom: 0;
}
.c-testimonial-card__content p {
    margin-bottom: 1em;
}
.c-testimonial-card__content p:last-child {
    margin-bottom: 0;
}
.c-testimonial-card__content a {
    color: #41cd52;
}
.c-testimonial-card__content hr {
    margin-bottom: 1.5em;
}
.c-testimonial-card__content blockquote,
.c-testimonial-card__content dd,
.c-testimonial-card__content dl {
    margin-bottom: 1em;
}
.c-testimonial-card__content blockquote + ol,
.c-testimonial-card__content blockquote + ul,
.c-testimonial-card__content dd + ol,
.c-testimonial-card__content dd + ul,
.c-testimonial-card__content dl + ol,
.c-testimonial-card__content dl + ul {
    margin-bottom: 0;
}
.c-testimonial-card__content img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.c-testimonial-card__content pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.c-testimonial-card__content .wp-caption {
    max-width: 100%;
}
.c-testimonial-card__content .wp-caption img {
    margin-bottom: 0.3em;
}
.c-testimonial-card__content p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .c-testimonial-card__content p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-testimonial-card__content p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.c-testimonial-card__content .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.c-testimonial-card__content .alignnone img {
    width: 100%;
}
.c-testimonial-card__content .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.c-testimonial-card__content .alignleft,
.c-testimonial-card__content .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.c-testimonial-card__content .alignleft {
    float: left;
    margin-right: 2%;
}
.c-testimonial-card__content .alignright {
    float: right;
    margin-left: 2%;
}
.c-testimonial-card__author {
    margin-top: 3rem;
}
@media (min-width: 992px) {
    .c-case-hero {
        padding: 3rem 0 0 3rem;
    }
}
.c-case-hero__svg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
@media (min-width: 992px) {
    .c-case-hero__svg {
        display: block;
    }
}
.c-case-hero__svg svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
}
.c-case-hero__content {
    position: relative;
    z-index: 1;
}
.c-case-hero__btn {
    margin-top: 2.5rem;
}
.c-label {
    font-size: 1.1rem;
    overflow: hidden;
    clip-path: polygon(0.3em 0%, 100% 0%, 100% calc(100% - 0.3em), calc(100% - 0.3em) 100%, 0% 100%, 0% 0.3em, 0.3em 0%);
    -webkit-clip-path: polygon(0.3em 0%, 100% 0%, 100% calc(100% - 0.3em), calc(100% - 0.3em) 100%, 0% 100%, 0% 0.3em, 0.3em 0%);
    -moz-clip-path: polygon(0.3em 0%, 100% 0%, 100% calc(100% - 0.3em), calc(100% - 0.3em) 100%, 0% 100%, 0% 0.3em, 0.3em 0%);
    -o-clip-path: polygon(0.3em 0%, 100% 0%, 100% calc(100% - 0.3em), calc(100% - 0.3em) 100%, 0% 100%, 0% 0.3em, 0.3em 0%);
    -ms-clip-path: polygon(0.3em 0%, 100% 0%, 100% calc(100% - 0.3em), calc(100% - 0.3em) 100%, 0% 100%, 0% 0.3em, 0.3em 0%);
    background-color: #fff;
    color: #17a81a;
    display: inline-block;
    padding: 0 0.75em;
}
@media (min-width: 768px) {
    .c-label {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-label {
        font-size: 1.3rem;
    }
}
.c-label + h1,
.c-label h2,
.c-label h3,
.c-label h4,
.c-label h5,
.c-label h6 {
    margin-top: 0.4em;
}
.c-share {
    display: flex;
}
.c-share__btn {
    background: #41cd52;
    cursor: pointer;
    margin: 0 1rem;
    margin-left: 0;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}
.c-share__btn:after,
.c-share__btn:before {
    content: none;
}
.c-share__btn:before {
    left: -1rem;
}
.c-share__btn:after {
    right: -1rem;
    transform: rotate(180deg);
}
.c-share__btn span {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.8rem 2rem 1rem;
}
.c-share__btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(65, 205, 82, 0.7);
    border-radius: 6px;
}
.c-share__services {
    overflow: hidden;
    align-items: center;
    background-color: #fff;
    display: flex;
    left: -1rem;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 2rem;
    position: relative;
    transform: translateX(-7rem);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 0;
    opacity: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -24px;
}
.is-showing-services .c-share__services {
    transform: translateX(0);
    opacity: 1;
}
.c-share__service-item {
    color: #41cd52 !important;
    display: inline-block;
    font-weight: 700;
    margin-left: 1em;
}
.c-share__service-item:first-child {
    margin-left: 0.5em;
}
.c-share .js-share-tooltip {
    cursor: pointer;
}
.c-location-span:before {
    font-family: FontAwesome;
    content: "\f041";
    display: inline-block;
    color: #41cd52;
    margin-right: 1rem;
}
.c-location-span span + span:before {
    content: "";
    width: 4px;
    height: 4px;
    top: -0.2em;
    position: relative;
    background: #41cd52;
    display: inline-block;
    margin: 0 1rem;
}
.c-share-buttons {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
}
.c-share-buttons p {
    color: #09102b;
    font-weight: 600;
    margin-right: 1rem;
}
.c-share-buttons li {
    display: block;
    margin: 0 0.4rem;
}
.c-share-buttons li a {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    background: #41cd52;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    color: #fff;
    text-align: center;
    line-height: 3rem;
}
.c-share-buttons li a:hover {
    transform: scale3d(1.2, 1.2, 1.2);
    background: #09102b;
}
.c-related-news {
    position: relative;
    padding-right: 5%;
}
.c-related-news__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-related-news h2 {
    font-size: 3rem;
    margin: 0.5rem 0 1rem;
}
.c-related-news__image {
    padding-top: 50%;
    background: #fff;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center;
}
.c-article-hero {
    padding-top: 60%;
    position: relative;
}
.c-article-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.c-article-hero__bg:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(9, 16, 43, 0.6);
    content: "";
}
.c-article-hero__text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5%;
    width: 100%;
    max-width: 600px;
}
.c-article-hero__text h2,
.c-article-hero__text p {
    color: #fff;
}
.c-article-hero__text p {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .c-article-hero__text p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-article-hero__text p {
        font-size: 1.3rem;
    }
}
.c-article-hero__text h2 {
    font-size: 2.4rem;
    margin: 0.5rem 0;
}
@media (min-width: 992px) {
    .c-article-hero__text h2 {
        font-size: 3.6rem;
    }
}
.c-article-hero__overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-article-list {
    margin: 0;
    padding: 0;
}
.c-article-list__item {
    display: block;
    padding: 0.7rem 0 1.5rem;
    border-bottom: 1px solid #e6e7e9;
    position: relative;
    line-height: 1.4em;
}
.c-article-list__item:first-child {
    border-top: 1px solid #e6e7e9;
}
.c-article-list__date {
    font-size: 1.1rem;
    font-weight: 700;
    color: #50525b;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .c-article-list__date {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-article-list__date {
        font-size: 1.3rem;
    }
}
.c-article-list__title {
    color: #09102b;
}
.c-article-list__overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-sidebar-widget {
    position: relative;
}
.c-sidebar-widget + .c-sidebar-widget {
    margin-top: 3rem;
}
.c-sidebar-widget__heading {
    margin-bottom: 2rem;
}
.c-sidebar-widget__heading h5 {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
@media (min-width: 1200px) {
    .c-sidebar-widget__heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
}
.c-sidebar-widget h1,
.c-sidebar-widget h2,
.c-sidebar-widget h3,
.c-sidebar-widget h4,
.c-sidebar-widget h5,
.c-sidebar-widget h6,
.c-sidebar-widget p {
    font-weight: 700;
}
.c-sidebar-widget--text-center {
    text-align: center;
}
.c-sidebar-widget--green {
    background: #41cd52;
}
.c-sidebar-widget--green h1,
.c-sidebar-widget--green h2,
.c-sidebar-widget--green h3,
.c-sidebar-widget--green h4,
.c-sidebar-widget--green h5,
.c-sidebar-widget--green h6 {
    color: #fff;
}
.c-sidebar-widget--green li,
.c-sidebar-widget--green p,
.c-sidebar-widget--green ul {
    color: #fff;
}
.c-sidebar-widget--green hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-sidebar-widget--green .comment-reply-to,
.b-blog-comments .c-sidebar-widget--green .comment-reply-to:hover,
.c-sidebar-widget--green .b-blog-comments .comment-reply-to,
.c-sidebar-widget--green .b-blog-comments .comment-reply-to:hover,
.c-sidebar-widget--green .c-btn--small,
.c-sidebar-widget--green .c-btn--small:hover {
    color: #41cd52;
}
.c-sidebar-widget--green .c-btn {
    background: #fff;
}
.c-sidebar-widget--green .c-btn span {
    color: #41cd52;
}
.c-sidebar-widget--green .c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
}
.c-sidebar-widget--green .c-btn:after,
.c-sidebar-widget--green .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
.c-sidebar-widget--gray {
    background: #f4f4f4;
}
.c-sidebar-widget--gray h1,
.c-sidebar-widget--gray h2,
.c-sidebar-widget--gray h3,
.c-sidebar-widget--gray h4,
.c-sidebar-widget--gray h5,
.c-sidebar-widget--gray h6,
.c-sidebar-widget--gray p.xlarge {
    color: #09102b;
}
.c-sidebar-widget--gray li,
.c-sidebar-widget--gray p,
.c-sidebar-widget--gray ul {
    color: #53586b;
}
.c-sidebar-widget--gray hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .c-sidebar-widget--gray .comment-reply-to,
.b-blog-comments .c-sidebar-widget--gray .comment-reply-to:hover,
.c-sidebar-widget--gray .b-blog-comments .comment-reply-to,
.c-sidebar-widget--gray .b-blog-comments .comment-reply-to:hover,
.c-sidebar-widget--gray .c-btn--small,
.c-sidebar-widget--gray .c-btn--small:hover {
    color: #41cd52;
}
.c-sidebar-widget--gray p.accent {
    color: #6c7080;
}
.c-sidebar-widget--dark {
    background: #09102b;
}
.c-sidebar-widget--dark h1,
.c-sidebar-widget--dark h2,
.c-sidebar-widget--dark h3,
.c-sidebar-widget--dark h4,
.c-sidebar-widget--dark h5,
.c-sidebar-widget--dark h6 {
    color: #fff;
}
.c-sidebar-widget--dark li,
.c-sidebar-widget--dark p,
.c-sidebar-widget--dark ul {
    color: #fff;
}
.c-sidebar-widget--dark hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-sidebar-widget--dark .comment-reply-to,
.b-blog-comments .c-sidebar-widget--dark .comment-reply-to:hover,
.c-sidebar-widget--dark .b-blog-comments .comment-reply-to,
.c-sidebar-widget--dark .b-blog-comments .comment-reply-to:hover,
.c-sidebar-widget--dark .c-btn--small,
.c-sidebar-widget--dark .c-btn--small:hover {
    color: #41cd52;
}
.c-sidebar-widget--dark .c-btn {
    background: #fff;
}
.c-sidebar-widget--dark .c-btn span {
    color: #41cd52;
}
.c-sidebar-widget--dark .c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
}
.c-sidebar-widget--dark .c-btn:after,
.c-sidebar-widget--dark .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
.c-sidebar-widget--spacing {
    padding: 2rem;
}
.c-sidebar-widget--spacing h4 {
    margin-bottom: 1rem;
}
.c-sidebar-widget--margin-top {
    margin-top: 4rem;
}
.c-sidebar-widget--spacing-large {
    padding: 4rem 2rem;
}
.c-sidebar-widget--spacing-large h4 {
    margin-bottom: 2rem;
}
.c-sidebar-widget--center {
    text-align: center;
}
.c-article-topics {
    margin: -0.5rem -0.2rem;
    padding: 0;
}
.c-article-topics li {
    display: inline-block;
    margin: 0.5rem 0.2rem;
}
.c-article-topics li a {
    font-size: 1.1rem;
    display: block;
    border-radius: 4rem;
    background: #fff;
    border: 1px solid #e6e7e9;
    border-width: 1px 1px 2px 1px;
    color: #09102b;
    padding: 0.5rem 1rem;
    line-height: 1.2em;
    font-weight: 700;
}
@media (min-width: 768px) {
    .c-article-topics li a {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-article-topics li a {
        font-size: 1.3rem;
    }
}
.c-article-topics li a:hover {
    transform: scale3d(1.2, 1.2, 1.2);
    border-color: #09102b;
    background: #09102b;
    color: #fff;
}
.c-article-list-item {
    position: relative;
}
.c-article-list-item__image {
    float: left;
    width: 30%;
    padding-top: 15%;
    background-color: #f4f4f4;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.c-article-list-item__image:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(9, 16, 43, 0.6);
    content: "";
    opacity: 0.2;
}
.c-article-list-item__text {
    float: right;
    width: 67%;
}
.c-article-list-item p {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .c-article-list-item p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-article-list-item p {
        font-size: 1.3rem;
    }
}
.c-article-list-item h2 {
    font-size: 2.4rem;
    margin: 0.5rem 0;
}
@media (min-width: 992px) {
    .c-article-list-item h2 {
        font-size: 3.6rem;
    }
}
.c-article-list-item__overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-article-hero + .c-article-list-item,
.c-article-list-item + .c-article-list-item {
    margin-top: 4rem;
}
.c-article-list-item:after {
    content: "";
    display: block;
    clear: both;
}
.c-article-list-promotion {
    margin: 4rem 0;
    background: #09102b;
    text-align: center;
    position: relative;
    padding: 2rem;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 992px) {
    .c-article-list-promotion {
        padding: 2.5rem;
        background-size: contain;
    }
}
.c-event-info {
    position: relative;
    background: #f5f5f7;
}
.c-event-info__map-area {
    padding-top: 50%;
    background: #ccc;
}
.c-event-info__text-area {
    padding: 2rem 3rem;
}
.c-event-info table {
    width: 100%;
    table-layout: fixed;
}
.c-event-info th {
    text-align: left;
    color: #09102b;
    padding: 0.4rem 1rem 0.4rem 0;
    vertical-align: top;
    min-width: 12.5rem;
    line-height: 1.4;
}
.c-event-info td {
    text-align: left;
    padding: 0.4rem 0;
    vertical-align: top;
    line-height: 1.4;
    word-wrap: break-word;
}
.c-event-info a {
    color: #21be2a;
    text-decoration: underline;
}
.c-event-info a:hover {
    color: #09102b;
}
.c-floating-contact {
    z-index: 200;
    position: fixed;
    top: 50%;
    right: 0;
}
.c-floating-contact__wrapper {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-90deg) translate(100%, 100%);
    transform-origin: 100% 100%;
}
.c-floating-contact.fixed .c-floating-contact__wrapper {
    transform: rotate(-90deg) translate(100%, 0);
}
.c-floating-contact a {
    padding: 0.75em 1.6em;
    display: block;
    color: #fff;
    background: #41cd52;
    letter-spacing: 0.02em;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
}
@media (max-width: 1199px) {
    .c-floating-contact {
        display: none;
    }
}
.c-popup {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.c-popup__shadow {
    animation-name: fadeIn;
    animation-fill-mode: backwards;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
    background: rgba(245, 245, 245, 0.98);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-popup__wrapper {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    position: absolute;
    display: block;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    .c-popup__wrapper {
        top: 4rem;
        left: 4rem;
        width: calc(100% - 8rem);
        height: calc(100% - 8rem);
    }
}
.c-popup__wrapper iframe {
    animation-name: fadeIn;
    animation-fill-mode: backwards;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
}
.c-popup--small .c-popup__wrapper {
    animation-name: fadeIn;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
    max-width: 1000px;
    left: 50%;
    transform: translate(-50%, 0);
}
.c-popup__scroll-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 4rem;
    overflow-y: scroll;
}
.c-popup__close {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0px 2px 9px rgba(9, 16, 43, 0.2);
    width: 4rem;
    height: 4rem;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 200;
}
.c-popup__close:after,
.c-popup__close:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: calc(50% - 1px);
    background: #41cd52;
}
.c-popup__close:before {
    transform: rotate(-45deg);
}
.c-popup__close:after {
    transform: rotate(45deg);
}
.c-popup__close:hover {
    background: #41cd52;
}
.c-popup__close:hover:after,
.c-popup__close:hover:before {
    background: #fff;
}
.c-popup__close:hover:before {
    transform: rotate(-90deg);
}
.c-popup__close:hover:after {
    transform: rotate(90deg);
}
.c-language-selector {
}
@media (max-width: 991px) {
    .c-language-selector {
        position: absolute;
        top: 14px;
        left: 5%;
    }
}
@media (min-width: 992px) {
    .c-language-selector {
        position: relative;
        top: -1.6rem;
    }
}
.c-language-selector__wrapper {
    position: relative;
    width: 110px;
}
.c-language-selector__wrapper:after {
    position: absolute;
    top: -0.1em !important;
    right: 0.5em;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    color: #8f9198;
    font-size: 14px;
    z-index: 3;
    pointer-events: none;
}
.c-language-selector ul {
    position: absolute;
    top: -4px;
    left: -10px;
    width: 110px;
    text-align: left;
    z-index: 2;
    padding: 0 10px 10px;
    margin: 0;
}
.c-language-selector ul .short {
    display: none;
}
.c-language-selector ul:hover {
    box-shadow: 0px 10px 33px rgba(9, 16, 43, 0.15);
    background: #fff;
}
.c-language-selector ul:hover li {
    display: block;
}
.c-language-selector li {
    display: none;
}
.c-language-selector li a {
    display: block;
    font-size: 14px;
    padding: 4px 0;
    color: #8f9198;
}
.c-language-selector li:hover a {
    color: #41cd52;
}
.c-language-selector li.active {
    display: block;
}
.c-form {
    margin: 2rem 0;
}
.c-form__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 1rem -1rem;
}
@media (min-width: 992px) {
    .c-form__row {
        margin: 1rem -2rem;
    }
}
.c-form__item {
    width: 100%;
    margin: 0 1rem;
}
@media (min-width: 992px) {
    .c-form__item {
        margin: 0 2rem;
    }
}
.c-form__item[data-col="1"] {
    width: 10%;
}
.c-form__item[data-col="2"] {
    width: 20%;
}
.c-form__item[data-col="3"] {
    width: 30%;
}
.c-form__item[data-col="4"] {
    width: 40%;
}
.c-form__item[data-col="5"] {
    width: 50%;
}
.c-form__item[data-col="6"] {
    width: 60%;
}
.c-form__item[data-col="7"] {
    width: 70%;
}
.c-form__item[data-col="8"] {
    width: 80%;
}
.c-form__item[data-col="9"] {
    width: 90%;
}
.c-form__item[data-col="10"] {
    width: 100%;
}
.c-form-hubdb--boxed {
    width: 700px;
    max-width: 100%;
    padding: 4rem;
    border: 2px solid #f5f5f7;
    margin: 5rem auto;
}
.c-form-hubdb__row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -1rem;
}
.c-form-hubdb__field {
    width: 100%;
    margin: 1rem;
}
.c-form-hubdb__field--side-by-side {
    display: flex;
    flex-wrap: nowrap;
}
.c-form-hubdb__field--side-by-side label {
    width: 37%;
    text-align: right;
    margin-right: 3%;
    line-height: 3.6rem;
}
.c-form-hubdb__field--side-by-side input {
    width: 60%;
}
.c-form-hubdb__field p {
    position: relative;
    padding-left: 1.5rem;
    margin-top: 1rem;
}
.c-form-hubdb__field p i {
    position: absolute;
    top: 0.3em;
    left: 0;
    color: #41cd52;
}
.c-form-hubdb__headline {
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #41cd52;
}
.c-form-hubdb__headline h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #41cd52;
    text-transform: uppercase;
}
.c-form-hubdb .c-form-hubdb__submit {
    padding: 3rem 0;
    text-align: center;
    background: #f5f5f7;
    margin: 4rem -4rem -4rem -4rem;
}
.c-form-hubdb .c-form-hubdb__submit input {
    background: #41cd52;
    color: #fff;
    width: 200px;
    border: none;
    cursor: pointer;
    font-weight: 700;
}
.c-form-hubdb__notification {
    margin: -4rem -4rem 3rem -4rem;
    padding: 2rem 4rem;
    background: #41cd52;
}
.c-form-hubdb__notification h3,
.c-form-hubdb__notification p {
    color: #fff;
}
.c-form-hubdb__notice {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0.3s;
    border: 1px dashed red;
    background: rgba(255, 0, 0, 0.1);
    padding: 0.4rem 1rem !important;
    color: red;
}
.c-form-hubdb label {
    font-size: 1.6rem;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.c-form-hubdb input,
.c-form-hubdb select,
.c-form-hubdb textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 2px 1px 1px 1px;
    padding: 0.5rem 1rem;
    background: #f5f5f7;
    color: #000;
}
.c-form-hubdb select {
    height: 3rem;
}
.c-form-hubdb p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .c-form-hubdb p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-form-hubdb p {
        font-size: 1.3rem;
    }
}
body.c-form-hubdb--body {
    padding: 0;
}
.c-form-hubdb .h-wysiwyg-html {
    background: #f5f5f7;
}
.c-form-hubdb .ql-editor p {
    margin: 1rem 0;
}
.c-form-input {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #f5f5f7;
    position: relative;
    height: 4rem;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.c-form-input:focus,
.c-form-input:hover {
    background: #f5f5f7;
}
.c-form-input + .c-form-input {
    margin-left: 1rem;
}
.c-form-input input {
    border-radius: none;
    box-shadow: none;
    font-family: "Titillium Web", sans-serif;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1rem;
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    color: #09102b;
}
.c-form-input input::-ms-expand {
    display: none;
}
.c-form-input--search input {
    left: 3rem;
}
.c-form-input--search:before {
    font-family: FontAwesome;
    content: "\f002";
    top: 50%;
    left: 1.5rem;
    color: #41cd52;
    position: absolute;
    transform: translate(0, -50%);
}
.c-form-input__validate {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    background: #41cd52;
    padding: 0.5rem 1rem;
    line-height: 1em;
    border-radius: 2px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .c-form-input__validate {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-form-input__validate {
        font-size: 1.3rem;
    }
}
.c-form-input__validate--invalid {
    background: #cb0131;
}
.c-form__item--invalid .c-form-input input {
    color: #cb0131;
    background: rgba(203, 1, 49, 0.04);
}
.c-form-dropdown {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #f5f5f7;
    position: relative;
    height: 4rem;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.c-form-dropdown:focus,
.c-form-dropdown:hover {
    background: #e6e7e9;
}
.c-form-dropdown + .c-form-dropdown {
    margin-left: 1rem;
}
.c-form-dropdown:after {
    font-family: FontAwesome;
    content: "\f107";
    top: 50%;
    right: 1.5rem;
    color: #41cd52;
    position: absolute;
    transform: translate(0, -50%);
    pointer-events: none;
}
.c-form-dropdown select {
    border-radius: 0;
    box-shadow: none;
    font-family: "Titillium Web", sans-serif;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 1rem;
    background: transparent;
    border: none;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    color: #09102b;
}
.c-form-dropdown select::-ms-expand {
    display: none;
}
.c-form__item--invalid .c-form-dropdown select {
    color: #cb0131;
    background: rgba(203, 1, 49, 0.04);
}
.c-form-btn {
    position: relative;
    height: 4rem;
    width: 100%;
    display: inline-block;
}
.c-form-btn .c-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
}
.c-form-btn .c-btn span {
    padding: 0.6rem 2rem 0.8rem;
}
.c-form-ul-radio,
body .c-webshop-hubspot-form .inputs-list {
    margin: 0;
    padding: 0;
}
.c-form-ul-radio li,
body .c-webshop-hubspot-form .inputs-list li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.c-form-ul-radio li label,
body .c-webshop-hubspot-form .inputs-list li label {
    font-size: 1.9rem;
    font-weight: 700;
    color: #09102b;
    margin-left: 1rem;
    cursor: pointer;
}
.c-form-ul-radio li input,
body .c-webshop-hubspot-form .inputs-list li input {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid #e6e7e9;
    position: relative;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(9, 16, 43, 0.1);
}
.c-form-ul-radio li input:before,
body .c-webshop-hubspot-form .inputs-list li input:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #41cd52;
    opacity: 0;
}
.c-form-ul-radio li input:checked:before,
body .c-webshop-hubspot-form .inputs-list li input:checked:before {
    opacity: 1;
}
.c-form-ul-radio li input[disabled],
body .c-webshop-hubspot-form .inputs-list li input[disabled] {
    background: #f4f4f4;
}
.c-form-ul-radio li input[disabled] ~ label,
body .c-webshop-hubspot-form .inputs-list li input[disabled] ~ label {
    opacity: 0.5;
}
.c-form-ul-radio li:hover input,
body .c-webshop-hubspot-form .inputs-list li:hover input {
    background: #f5f5f7;
}
.c-form-ul-radio li + li,
body .c-webshop-hubspot-form .inputs-list li + li {
    margin-top: 1rem;
}
.c-form-radio-switch {
    margin: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.c-form-radio-switch__wrapper {
    overflow: hidden;
    display: inline-block;
}
.c-form-radio-switch:after,
.c-form-radio-switch:before {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
    border: 1px solid #e6e7e9;
}
.c-form-radio-switch:before {
    top: -13px;
    left: -13px;
}
.c-form-radio-switch:after {
    bottom: -13px;
    right: -13px;
}
.c-form-radio-switch li {
    display: block;
    float: left;
    border: 1px solid #e6e7e9;
}
.c-form-radio-switch li + li {
    border-left: 0px;
}
.c-form-radio-switch input {
    display: none;
}
.c-form-radio-switch label {
    font-size: 1.6rem;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    display: block;
    padding: 0.8rem 1.5rem;
    font-weight: 700;
    color: #09102b;
}
@media (min-width: 992px) {
    .c-form-radio-switch label {
        font-size: 1.9rem;
    }
}
.c-form-radio-switch label:hover {
    background: #f5f5f7;
}
.c-form-radio-switch input[disabled] ~ label {
    background: #ccc;
    opacity: 0.2;
}
.c-form-radio-switch input:checked ~ label {
    background: #41cd52;
    color: #fff;
}
.c-form-radio-switch--padded {
    overflow: visible;
    border: solid 1px #e6e7e9;
    background: #fff;
}
.c-form-radio-switch--padded:after,
.c-form-radio-switch--padded:before {
    border-color: #e6e7e9;
    width: 10px;
    height: 10px;
    background: #f3f3f4;
}
.c-form-radio-switch--padded:before {
    top: -6px;
    left: -5px;
    border-width: 0 1px 0 0;
}
.c-form-radio-switch--padded:after {
    bottom: -5px;
    right: -6px;
    border-width: 0 0 0 1px;
}
.c-form-radio-switch--padded li {
    border: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.c-form-radio-switch--padded li:first-child:before,
.c-form-radio-switch--padded li:last-child:after {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
}
.c-form-radio-switch--padded li:first-child {
    margin-left: 5px;
}
.c-form-radio-switch--padded li:first-child:before {
    top: -15px;
    left: -15px;
}
.c-form-radio-switch--padded li:last-child {
    margin-right: 5px;
}
.c-form-radio-switch--padded li:last-child:after {
    bottom: -15px;
    right: -15px;
}
.c-form-radio-switch--padded label {
    font-weight: inherit;
    padding: 0.8rem 5rem;
    line-height: 140%;
    text-align: center;
}
.c-form-radio-switch--padded label .title {
    font-weight: 700;
    display: block;
}
.c-form-radio-switch--padded label .subtitle {
    font-size: 0.8em;
}
.c-form-radio-switch--small label {
    font-size: 1.2rem;
}
.c-form-radio-switch--padded.c-form-radio-switch--small li {
    margin-top: 3px;
    margin-bottom: 3px;
}
.c-form-radio-switch--padded.c-form-radio-switch--small li:first-child {
    margin-left: 3px;
}
.c-form-radio-switch--padded.c-form-radio-switch--small li:last-child {
    margin-right: 3px;
}
.c-form-radio-switch--padded.c-form-radio-switch--small label {
    padding: 0.4rem 2.5rem;
}
.c-form-radio-switch--dark input:checked ~ label {
    background: #22182c;
}
.c-form-number-ui {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 180px;
}
.c-form-number-ui__wrapper {
    padding: 0.8rem 2rem;
    border: 1px solid #e6e7e9;
}
.c-form-number-ui input {
    font-size: 1.9rem;
    font-weight: 700;
    color: #09102b;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    line-height: 1em;
    width: 50%;
    margin: auto;
    display: block;
}
.c-form-number-ui__less,
.c-form-number-ui__more {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 2rem;
    line-height: 3.4rem;
    position: absolute;
    top: 5px;
    height: calc(100% - 10px);
    width: 25%;
    background: #41cd52;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.c-form-number-ui__less:hover,
.c-form-number-ui__more:hover {
    background: #289936;
}
.c-form-number-ui__less:before,
.c-form-number-ui__more:before {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
    border: 1px solid #e6e7e9;
}
.c-form-number-ui__less:after,
.c-form-number-ui__more:after {
    color: #fff;
}
.c-form-number-ui__less {
    left: 5px;
}
.c-form-number-ui__less:after {
    content: "-";
}
.c-form-number-ui__less:before {
    top: -15px;
    left: -15px;
}
.c-form-number-ui__more {
    right: 5px;
    line-height: 3.2rem;
}
.c-form-number-ui__more:after {
    content: "+";
}
.c-form-number-ui__more:before {
    bottom: -15px;
    right: -15px;
}
.c-form-number-ui input[disabled] {
    opacity: 0.2;
}
.c-form-number-ui input[disabled] ~ .c-form-number-ui__more {
    background: #09102b;
    opacity: 0.2;
}
.c-form-number-ui input[disabled] ~ .c-form-number-ui__less {
    background: #09102b;
    opacity: 0.2;
}
.c-form-number-ui:after,
.c-form-number-ui:before {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
    border: 1px solid #e6e7e9;
}
.c-form-number-ui:before {
    top: -13px;
    left: -13px;
}
.c-form-number-ui:after {
    bottom: -13px;
    right: -13px;
}
.c-form-label {
    display: block;
    font-weight: 700;
    color: #09102b;
    margin-bottom: 0.4rem;
}
.c-form-switch {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
.c-form-switch li {
    display: block;
    width: 100%;
    text-align: center;
    color: #09102b;
    padding: 0.4em 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
}
.c-form-switch li:hover {
    background: #f4f4f4;
}
.c-form-switch li.selected {
    background: #41cd52;
    color: #fff;
    border-color: #41cd52;
}
.c-form-switch li:first-child {
    border-radius: 3px 0 0 3px;
}
.c-form-switch li:last-child {
    border-radius: 0 3px 3px 0;
}
.c-form-switch li + li {
    border-left: none;
}
.c-form-emailandbutton {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    background: rgba(222, 222, 222, 0.3);
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.c-form-emailandbutton input[type="text"] {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    padding: 0.5em 1em;
    display: block;
    background: transparent;
    border: none;
    background: #f2f2f2;
    color: #09102b;
    flex-grow: 1;
}
.c-form-emailandbutton input[type="submit"] {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    display: block;
    background: transparent;
    border: none;
    background: #41cd52;
    color: #fff;
    padding: 0.5em 1em;
}
.c-form-emailandbutton input[type="submit"]:hover {
    background: #2ead3d;
}
.c-newsroom-pad {
    background: #09102b;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.c-newsroom-pad__content {
    padding: 3rem 3rem 5rem;
}
.c-newsroom-pad__headline {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
}
.b-blog-comments .c-newsroom-pad__headline .comment-reply-to,
.c-newsroom-pad__headline .b-blog-comments .comment-reply-to,
.c-newsroom-pad__headline .c-btn--small {
    font-size: 1.8rem;
}
.c-newsroom-pad__headline i {
    margin-left: 1rem;
}
.c-newsroom-pad__description {
    position: relative;
}
.c-newsroom-pad__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-newsroom-pad h3,
.c-newsroom-pad h4,
.c-newsroom-pad p {
    color: #fff;
}
.c-newsroom-pad p {
    opacity: 0.5;
}
.c-newsroom-pad h4 {
    margin: 1.2rem 0;
    font-size: 2.2rem;
    max-width: 400px;
    line-height: 1.3em;
    font-weight: 300;
}
.c-newsroom-pad .fa {
    color: #41cd52;
}
.c-contact-item {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border: 2px solid #f5f5f7;
    position: relative;
}
.c-contact-item:hover {
    background: #f5f5f7;
}
.c-contact-item__icon {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 4.4rem;
    height: 4.8rem;
    background: #ccc;
    z-index: 1;
}
.c-contact-item__intro {
    padding: 2rem 8rem;
    position: relative;
    cursor: pointer;
}
@media (min-width: 768px) {
    .c-contact-item__intro {
        display: flex;
        flex-wrap: nowrap;
    }
}
.c-contact-item__intro__space h4 {
    font-weight: 700;
}
@media (min-width: 768px) {
    .c-contact-item__intro__space {
        width: calc(50% - 1rem);
    }
    .c-contact-item__intro__space:last-child {
        margin-left: 2rem;
    }
}
.c-contact-item__intro__shevron {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 1.8rem;
    color: #41cd52;
    position: absolute;
    right: 2.5rem;
    width: 4.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
    top: calc(50% - 2.3rem);
    text-align: center;
    transform: rotate(-90deg);
}
@media (min-width: 768px) {
    .c-contact-item__intro__shevron {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .c-contact-item__intro__shevron {
        font-size: 2.6rem;
    }
}
.c-contact-item__intro__shevron:before {
    content: "\f104";
    font-family: FontAwesome;
}
.c-contact-item__extra {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    padding: 0rem 8rem;
    overflow: hidden;
    opacity: 0;
    transform: translate(0, 3rem);
}
.c-contact-item--open .c-contact-item__extra {
    transform: translate(0, 0);
    opacity: 1;
    height: auto;
    padding: 0 8rem 2rem;
    background: #f5f5f7;
}
.c-contact-item--open .c-contact-item__intro {
    background: #f5f5f7;
}
.c-contact-item--open .c-contact-item__intro__shevron {
    color: #09102b;
    transform: rotate(90deg);
}
.c-map {
    position: relative;
    padding-top: 50%;
    background: #f5f5f7;
    margin-bottom: 2rem;
    overflow: hidden;
}
.c-map__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-green-add {
    overflow: hidden;
    padding: 2rem 2rem 3rem 2rem;
    text-align: center;
    position: relative;
    background: #41cd52;
}
.c-green-add h1,
.c-green-add h2,
.c-green-add h3,
.c-green-add h4,
.c-green-add h5,
.c-green-add h6 {
    color: #fff;
}
.c-green-add li,
.c-green-add p,
.c-green-add ul {
    color: #fff;
}
.c-green-add hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-green-add .comment-reply-to,
.b-blog-comments .c-green-add .comment-reply-to:hover,
.c-green-add .b-blog-comments .comment-reply-to,
.c-green-add .b-blog-comments .comment-reply-to:hover,
.c-green-add .c-btn--small,
.c-green-add .c-btn--small:hover {
    color: #41cd52;
}
.c-green-add .c-btn {
    background: #fff;
}
.c-green-add .c-btn span {
    color: #41cd52;
}
.c-green-add .c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
}
.c-green-add .c-btn:after,
.c-green-add .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
.h-wysiwyg-html + .c-green-add {
    margin-top: 4rem;
}
.c-pagination {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.c-pagination li {
    display: block;
}
.c-pagination a {
    display: block;
    color: #09102b;
    min-width: 3rem;
    min-height: 3rem;
    margin: 0 0.5rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 1.5rem;
    font-weight: 700;
}
.c-pagination a:hover {
    color: #41cd52;
}
.c-pagination .active a {
    background: #41cd52;
    color: #fff;
}
.c-pagination__next a,
.c-pagination__previous a {
    color: #41cd52;
}
.c-pagination__previous {
    margin-right: 1.5rem;
}
@media (min-width: 768px) {
    .c-pagination__previous {
        margin-right: 3rem;
    }
}
.c-pagination__previous a:before {
    display: inline;
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 1rem;
}
.c-pagination__next {
    margin-left: 1.5rem;
}
@media (min-width: 768px) {
    .c-pagination__next {
        margin-left: 3rem;
    }
}
.c-pagination__next a:after {
    display: inline;
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 1rem;
}
.c-release-header {
    background: #09102b;
    position: relative;
    overflow: hidden;
    padding: 2rem 3rem;
    margin-bottom: 4rem;
}
@media (min-width: 992px) {
    .c-release-header {
        padding: 3rem 4rem;
    }
}
.c-release-header h1 {
    color: #fff;
}
.c-release-list-item {
    position: relative;
}
.c-release-list-item__icon {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    float: left;
    background-color: #f4f4f4;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 6rem;
    height: 6rem;
}
.scheme--dark .c-release-list-item__icon {
    background: rgba(255, 255, 255, 0.1);
}
.scheme--dark .c-release-list-item__icon:before {
    color: #fff;
}
@media (min-width: 768px) {
    .c-release-list-item__icon {
        width: 8rem;
        height: 8rem;
    }
}
@media (min-width: 992px) {
    .c-release-list-item__icon {
        width: 10rem;
        height: 10rem;
    }
}
.c-release-list-item__icon:before {
    content: "\f15c";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: #41cd52;
}
@media (min-width: 768px) {
    .c-release-list-item__icon:before {
        font-size: 3.5rem;
    }
}
@media (min-width: 992px) {
    .c-release-list-item__icon:before {
        font-size: 4rem;
    }
}
.c-release-list-item__text {
    float: right;
    width: calc(100% - 8rem);
}
@media (min-width: 768px) {
    .c-release-list-item__text {
        width: calc(100% - 10rem);
    }
}
@media (min-width: 992px) {
    .c-release-list-item__text {
        width: calc(100% - 12rem);
    }
}
.c-release-list-item p {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .c-release-list-item p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-release-list-item p {
        font-size: 1.3rem;
    }
}
.c-release-list-item h2 {
    font-size: 1.8rem;
    margin: 0.5rem 0;
}
@media (min-width: 768px) {
    .c-release-list-item h2 {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .c-release-list-item h2 {
        font-size: 2.6rem;
    }
}
.c-release-list-item__overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-article-hero + .c-release-list-item,
.c-release-list-item + .c-release-list-item {
    margin-top: 4rem;
}
.c-release-list-item:after {
    content: "";
    display: block;
    clear: both;
}
.c-table-report {
    font-size: 1.6rem;
    width: 100%;
    position: relative;
}
.c-table-report:before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.c-table-report thead {
    text-align: left;
    background: #09102b;
    color: #fff;
}
.c-table-report th {
    padding: 1.4rem;
}
.c-table-report th:last-child {
    background: #41cd52;
    text-align: center;
}
.c-table-report tbody {
    background: #f4f4f4;
    text-align: left;
    border: 1px solid gainsboro;
}
.c-table-report tbody tr {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-table-report tbody tr:nth-child(odd) {
    background: #efefef;
}
.c-table-report tbody tr:hover {
    background: #e3f8e5;
}
.c-table-report td {
    padding: 1.4rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid gainsboro;
    max-width: 250px;
    vertical-align: top;
}
.c-table-report td:last-child {
    text-align: center;
    font-weight: 700;
    position: relative;
}
.c-table-report td:last-child:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 3rem;
    height: 100%;
    transform: translate(-100%, 0);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#26000000',GradientType=1);
}
.c-table-report__border-right {
    border-right: 1px solid gainsboro;
}
.c-table-report__white {
    background: #fff !important;
}
.c-table-report__white td {
    border-right: 1px solid #fff;
    color: #09102b;
}
.c-table-report__white td:last-child {
    border-right: 1px solid gainsboro;
}
.c-table-report [data-cell-percentage="down"] {
    color: #cb0131;
}
.c-table-report [data-cell-percentage="down"]:before {
    font-family: FontAwesome;
    content: "\f107";
    color: #cb0131;
    display: inline-block;
    margin-right: 0.5rem;
}
.c-table-report [data-cell-percentage="up"] {
    color: #41cd52;
}
.c-table-report [data-cell-percentage="up"]:before {
    font-family: FontAwesome;
    content: "\f106";
    color: #41cd52;
    display: inline-block;
    margin-right: 0.5rem;
}
.c-dl dt {
    color: #09102b;
    font-weight: 700;
}
.c-dl dd {
    margin: 0;
    padding: 0;
}
.c-dl dd + dt {
    margin-top: 2rem;
}
.c-hero-spot {
    width: 100%;
    background: #09102b;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.c-hero-spot__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.c-hero-spot__bg:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(9, 16, 43, 0.2) 0%, rgba(9, 16, 43, 0.9) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12000000',endColorstr='#4f000000',GradientType=0);
}
.c-hero-spot--large {
    height: 55vh;
    min-height: 500px;
}
.c-hero-spot--small {
    height: 30vh;
    min-height: 300px;
}
.c-hero-spot__text-area {
    text-align: center;
    position: relative;
    z-index: 1;
}
.c-hero-spot__text-area h1,
.c-hero-spot__text-area p {
    color: #fff;
    margin: 0;
    padding: 0;
}
.c-hero-spot__text-area p {
    font-size: 2rem;
    opacity: 0.7;
}
.c-hero-spot--large .c-hero-spot__text-area {
    max-width: 800px;
    padding-bottom: 6rem;
}
.c-hero-spot--large .c-hero-spot__text-area p {
    margin: 0.7rem auto 2rem;
    max-width: 600px;
}
.c-hero-spot--small .c-hero-spot__text-area {
    max-width: 400px;
    width: 80%;
    padding-bottom: 3rem;
}
.c-hero-spot--small .c-hero-spot__text-area h1 {
    font-size: 2.6rem;
}
.c-hero-spot--small .c-hero-spot__text-area p {
    font-size: 1.6rem;
    margin: 0.7rem 0 1rem;
}
.b-blog-comments .c-hero-spot--small .c-hero-spot__text-area .comment-reply-to span,
.c-hero-spot--small .c-hero-spot__text-area .b-blog-comments .comment-reply-to span,
.c-hero-spot--small .c-hero-spot__text-area .c-btn--small span {
    color: #fff !important;
}
.b-blog-comments .c-hero-spot--small .c-hero-spot__text-area .comment-reply-to:after,
.c-hero-spot--small .c-hero-spot__text-area .b-blog-comments .comment-reply-to:after,
.c-hero-spot--small .c-hero-spot__text-area .c-btn--small:after {
    color: #41cd52;
}
.c-hero-spot__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.hs-inline-edit .c-hero-spot__overlay-link {
    display: none;
}
.c-hero-event-spot {
    padding: 2rem;
    background: #09102b;
}
.c-hero-event-spot__text {
    width: 100%;
}
@media (min-width: 992px) {
    .c-hero-event-spot__text {
        display: flex;
        flex-wrap: nowrap;
        flex-flow: center;
        align-items: stretch;
        align-content: center;
        justify-content: center;
    }
}
.c-hero-event-spot__info {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 1s;
    position: relative;
    padding-left: 7rem;
}
@media (min-width: 992px) {
    .c-hero-event-spot__info {
        margin-left: 2rem;
    }
}
.c-hero-event-spot__info p {
    color: #fff;
    margin: 0;
    line-height: 1em;
    font-size: 1.6rem;
    opacity: 0.5;
}
.c-hero-event-spot__info h4 {
    color: #fff;
    margin: 0;
    line-height: 1em;
    margin-top: 0.2rem;
    font-size: 2.6rem;
}
.c-hero-event-spot__info h4:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f105";
    font-family: FontAwesome;
    opacity: 0;
    color: #41cd52;
    margin-left: 0;
}
.c-hero-event-spot__info:hover h4:after {
    opacity: 1;
    margin-left: 2rem;
}
.c-hero-event-spot__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 4.4rem;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}
.c-hero-event-spot__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.hs-inline-edit .c-hero-event-spot__overlay-link {
    display: none;
}
.c-hero-event-spot__view-all {
    animation-name: fadeIn;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 2s;
}
@media (max-width: 991px) {
    .c-hero-event-spot__view-all {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 7rem;
        margin-top: 1.6rem;
        padding-top: 1rem;
    }
}
@media (min-width: 992px) {
    .c-hero-event-spot__view-all {
        display: flex;
        flex-wrap: nowrap;
        flex-flow: center;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-left: 2rem;
        padding-left: 3rem;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
}
.b-blog-comments .c-hero-event-spot__view-all .comment-reply-to,
.c-hero-event-spot__view-all .b-blog-comments .comment-reply-to,
.c-hero-event-spot__view-all .c-btn--small {
    font-size: 1.8rem;
}
.b-blog-comments .c-hero-event-spot__view-all .comment-reply-to span,
.c-hero-event-spot__view-all .b-blog-comments .comment-reply-to span,
.c-hero-event-spot__view-all .c-btn--small span {
    color: #fff;
}
.b-blog-comments .c-hero-event-spot__view-all .comment-reply-to:after,
.c-hero-event-spot__view-all .b-blog-comments .comment-reply-to:after,
.c-hero-event-spot__view-all .c-btn--small:after {
    color: #41cd52;
}
.c-radio-switch {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
    font-weight: 700;
    margin-top: 2rem;
}
.c-radio-switch li {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    display: inline-block;
    line-height: 1.2em;
    padding: 1.4rem 2rem;
    border-right: 1px solid #fff;
    color: #09102b;
}
.c-radio-switch li:last-child {
    border-right: 0;
}
.c-radio-switch li:hover {
    background: #09102b;
    color: #fff;
}
.c-radio-switch li[selected] {
    background: #41cd52;
    color: #fff;
}
.c-text-quote {
    position: relative;
    margin: 3rem 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 3rem 3rem 3rem 0rem;
}
@media (min-width: 992px) {
    .c-text-quote {
        padding: 3rem 5rem 3rem 10rem;
    }
}
.c-text-quote + .c-text-quote {
    margin-top: -3rem;
    border-top: 0;
}
.c-text-quote p {
    font-size: 1.8rem;
    margin: 0 !important;
    font-style: italic;
    color: #09102b;
}
@media (min-width: 992px) {
    .c-text-quote p {
        font-size: 2rem;
    }
}
.c-text-quote h6 {
    font-size: 1.6rem;
    margin: 0 0 0.5rem 0 !important;
    color: #09102b;
}
.b-blog-comments .c-text-quote .comment-reply-to,
.c-text-quote .b-blog-comments .comment-reply-to,
.c-text-quote .c-btn--small {
    margin-top: 1rem;
}
.c-text-quote__image {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 6rem;
    height: 6rem;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
}
@media (max-width: 991px) {
    .c-text-quote__image {
        float: left;
        margin-right: 2rem;
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 992px) {
    .c-text-quote__image {
        position: absolute;
        top: 3rem;
        left: 0;
        width: 8rem;
        height: 8rem;
    }
}
.c-text-quote--with-link:hover .c-text-quote__image {
    transform: scale3d(1.1, 1.1, 1.1);
}
.c-text-quote__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-text-quote__overlay-link:before {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    top: 3rem;
    right: 0;
    position: absolute;
    font-size: 2rem;
}
.c-tooltip-icon {
    display: inline-block;
    margin-left: 0.5rem;
    position: relative;
    top: -0.2rem;
}
.c-tooltip-icon:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: FontAwesome;
    content: "\f128";
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    line-height: calc(2rem - 2px);
    text-align: center;
    color: #41cd52;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #41cd52;
}
.c-tooltip-icon:hover {
    z-index: 1000;
}
.c-tooltip-icon:hover:before {
    background: #09102b;
    border-color: #09102b;
    color: #fff;
}
.c-tooltip-icon__text {
    font-size: 1.6rem;
    animation-name: tooltipAppear;
    animation-fill-mode: backwards;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0.1s;
    line-height: 1.3;
    font-weight: 400;
    display: none;
    position: absolute;
    top: 3rem;
    left: 1rem;
    width: 300px;
    background: #09102b;
    z-index: 1000;
    transform: translate(-50%, 0);
    padding: 1.5rem 2rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    box-shadow: 0px 2px 20px rgba(255, 255, 255, 0.7);
}
.c-tooltip-icon__text h1,
.c-tooltip-icon__text h2,
.c-tooltip-icon__text h3,
.c-tooltip-icon__text h4,
.c-tooltip-icon__text h5,
.c-tooltip-icon__text h6,
.c-tooltip-icon__text li,
.c-tooltip-icon__text p {
    color: #fff;
}
.c-tooltip-icon:hover .c-tooltip-icon__text {
    display: block;
}
@keyframes tooltipAppear {
    0% {
        opacity: 0;
        transform: translate(-50%, 0) translate3d(0, 60px, 0);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, 0) translate3d(0, -5px, 0);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
.c-tooltip-floater {
    position: absolute;
    z-index: 1000;
    transform: translate(-50%, 1rem);
}
.c-tooltip-floater.c-tooltip-floater--position-right {
    transform: translate(1rem, -50%);
}
.c-tooltip-floater__wrapper {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0s;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #e6e7e9;
    border-width: 1px 1px 2px;
    border-top: 1px solid #41cd52;
    box-shadow: 0 1px 2px rgba(9, 16, 43, 0.1);
    background: #fff;
}
.c-tooltip-floater__wrapper:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
    border: 1px solid #41cd52;
    border-width: 1px 1px 0 0;
    background: #fff;
}
.c-tooltip-floater--position-right .c-tooltip-floater__wrapper {
    border: 1px solid #e6e7e9;
    border-left: 1px solid #41cd52;
}
.c-tooltip-floater--position-right .c-tooltip-floater__wrapper:before {
    top: 50%;
    left: 0;
    transform: translate(calc(-50% - 1px), -50%) rotate(225deg);
}
.c-tooltip-floater__wrapper a {
    color: #41cd52;
    text-decoration: underline;
}
.c-tooltip-floater__column {
    max-width: 200px;
    padding: 1rem 1.5rem;
}
.c-tooltip-floater__column + .c-tooltip-floater__column {
    border-left: 1px solid #e6e7e9;
}
.c-tooltip-floater__column h1,
.c-tooltip-floater__column h2,
.c-tooltip-floater__column h3,
.c-tooltip-floater__column h4,
.c-tooltip-floater__column h5,
.c-tooltip-floater__column h6,
.c-tooltip-floater__column p {
    color: #09102b;
    margin-bottom: 0.3rem;
}
.c-tooltip-floater__column p {
    font-size: 1.1rem;
    line-height: 1.4em;
}
@media (min-width: 768px) {
    .c-tooltip-floater__column p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-tooltip-floater__column p {
        font-size: 1.3rem;
    }
}
@media (max-width: 1199px) {
    .c-table-slider {
        overflow-x: auto;
    }
}
.c-webshop-coupon {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0.3s;
    border: 1px solid #c2efc8;
    background: #f7fdf7;
    padding: 1rem 2rem 1rem 4.3rem;
    box-shadow: 0 1px 2px rgba(9, 16, 43, 0.1);
    color: #09102b;
    margin: 0.2rem 0 2rem;
    position: relative;
}
.c-webshop-coupon:before {
    color: #41cd52;
    content: "\f145";
    font-family: FontAwesome;
    position: absolute;
    top: 1rem;
    left: 2rem;
}
.c-webshop-coupon--hidden {
    display: none;
}
.c-webshop-sidebar {
    width: 100%;
}
@media (max-width: 991px) {
    .c-webshop-sidebar {
        background: #fff;
        padding: 3rem 5% 9rem;
        margin-top: 50vh;
        position: relative;
    }
}
.c-webshop-sidebar__wrapper {
    padding-bottom: 2rem;
    background: #fff;
}
@media (min-width: 992px) {
    .c-webshop-sidebar__wrapper {
        padding: 2rem;
        box-shadow: 0px 2px 20px rgba(9, 16, 43, 0.1);
        border-top: 2px solid #41cd52;
    }
}
.c-webshop-sidebar__quotation {
    display: none;
}
.c-webshop-sidebar__quotation .hs_submit {
    margin-top: 0 !important;
    width: 100% !important;
    text-align: left !important;
}
.c-webshop-sidebar__quotation .hs_submit .actions {
    margin-top: 0;
    width: calc(100% - 2rem);
}
.c-webshop-sidebar__quotation .hs_submit input {
    font-size: 1.8rem !important;
    line-height: 52px !important;
    height: 52px !important;
}
.c-webshop-sidebar__quotation .input input {
    width: 94% !important;
}
.c-webshop-sidebar h4 {
    font-weight: 700;
    color: #09102b;
    margin: 0;
}
.c-webshop-sidebar h4:first-child {
    margin-top: 0;
}
.c-webshop-sidebar hr {
    margin: 2rem 0;
    display: block;
    border: none;
    height: 1px;
    background: #e6e7e9;
}
.c-webshop-sidebar .c-btn {
    width: calc(100% - 2rem);
    text-align: center;
}
.c-webshop-sidebar .c-btn span {
    font-size: 1.9rem;
}
@media (min-width: 992px) {
    .c-webshop-sidebar .c-btn span {
        padding: 1.3rem 0;
    }
}
.c-webshop-sidebar .c-btn:before {
    background-position: -10px -6px;
}
@media (min-width: 992px) {
    .c-webshop-sidebar .c-btn:before {
        background-position: -21px -6px;
    }
}
.c-webshop-sidebar .c-btn:after {
    background-position: -10px -6px;
}
.c-webshop-sidebar .c-btn + .c-btn {
    margin-left: 1rem;
}
.c-webshop-sidebar .c-btn .c-spinner {
    margin-left: 1rem;
    display: none;
}
.c-webshop-sidebar label a {
    color: #41cd52;
}
.c-webshop-sidebar__info,
.c-webshop-sidebar__info-dc,
.c-webshop-sidebar__info-dc-smb,
.c-webshop-sidebar__info-smb {
    display: none;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.c-webshop-sidebar__info-dc-smb p,
.c-webshop-sidebar__info-dc p,
.c-webshop-sidebar__info-smb p,
.c-webshop-sidebar__info p {
    font-size: 0.9em;
}
.c-webshop-selected-items {
    margin: 2.5rem -0.5rem;
    padding: 0;
}
.c-webshop-selected-items li {
    display: block;
    padding: 0.5rem 4rem 0.5rem 1rem;
    margin: 0.5rem;
    background: #f5f5f7;
    font-weight: 700;
    color: rgba(9, 16, 43, 0.7);
    position: relative;
    overflow: hidden;
}
.c-webshop-selected-items li em {
    font-style: normal;
    font-weight: 400;
    color: rgba(9, 16, 43, 0.4);
}
.c-webshop-selected-items li span {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    line-height: 1rem;
    text-align: center;
    color: #ccc;
    background: #fff;
}
.c-webshop-selected-items li span:hover {
    background: #41cd52;
    border-color: #41cd52;
    color: #fff;
}
.c-webshop-selected-items li span:before {
    content: "\00d7";
    padding-left: 1px;
}
.c-webshop-selected-items li:after,
.c-webshop-selected-items li:before {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    content: "";
    display: block;
    z-index: 1;
}
.c-webshop-selected-items li:before {
    top: -13px;
    left: -13px;
}
.c-webshop-selected-items li:after {
    bottom: -13px;
    right: -13px;
}
.c-webshop-selected-items li.quantitative {
    display: flex;
    padding: 0;
    background: transparent;
    justify-content: space-between;
}
.c-webshop-selected-items li.quantitative div:first-child {
    width: 50px;
    background: #e7e7ec;
    padding: 0.5rem 1rem;
    text-align: right;
}
.c-webshop-selected-items li.quantitative div:nth-child(2) {
    padding: 0.5rem 1rem;
    background: #f5f5f7;
    flex-grow: 1;
}
.c-webshop-total {
    border: 1px solid #e6e7e9;
    padding: 1rem 2rem;
    box-shadow: 0 1px 2px rgba(9, 16, 43, 0.1);
    color: #09102b;
    margin: 2rem 0;
}
.c-webshop-total p {
    margin: 0;
    padding: 0;
}
.c-webshop-total p.large {
    font-size: 2rem;
    font-weight: 700;
}
.c-webshop-total hr {
    margin: 1rem 0;
    padding: 0;
    border-top: 1px dashed #e6e7e9;
    background: none;
}
.c-webshop-total span {
    font-weight: 400;
    float: right;
}
.c-webshop-total:after {
    content: "";
    display: block;
    clear: both;
}
.c-webshop-total__discount {
    display: none;
}
.c-webshop-select-big {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.c-webshop-select-big:hover .c-corners:after,
.c-webshop-select-big:hover .c-corners:before {
    border-color: #ccc;
    background: #f5f5f7;
}
.c-webshop-select-big__wrapper {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    padding: 1rem 2rem 1.5rem;
    border: 1px solid #e6e7e9;
    background: #fff;
    cursor: pointer;
}
.c-webshop-select-big:hover .c-webshop-select-big__wrapper {
    border-color: #ccc;
    background: #f5f5f7;
}
.c-webshop-select-big__title {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 1.9rem;
    font-weight: 700;
    color: #09102b;
}
.c-webshop-select-big__status,
.c-webshop-select-big__status--included {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    float: right;
    opacity: 0;
    font-weight: 700;
    color: #fff;
    position: relative;
    left: -3rem;
    margin-right: 3rem;
}
.c-webshop-select-big__status--included .fa,
.c-webshop-select-big__status .fa {
    margin-right: 0.3rem;
}
.c-webshop-select-big__action-icon {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    border: 2px solid #22182c;
    color: #22182c;
    text-align: center;
    line-height: 1.6rem;
    font-size: 2.6rem;
}
.c-webshop-select-big__action-icon:before {
    content: "+";
}
.c-webshop-select-big__description {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    clear: both;
}
.c-webshop-select-big--selected {
    background: #22182c;
    color: #fff;
}
.c-webshop-select-big + .c-webshop-select-big {
    margin-top: 1rem;
}
.c-webshop-select-big input {
    display: none;
}
.c-webshop-select-big input:checked ~ .c-webshop-select-big__wrapper {
    border-color: #22182c;
    background: #22182c;
}
.c-webshop-select-big input:checked ~ .c-webshop-select-big__wrapper .c-webshop-select-big__description,
.c-webshop-select-big input:checked ~ .c-webshop-select-big__wrapper .c-webshop-select-big__title {
    color: #fff;
}
.c-webshop-select-big input:checked ~ .c-webshop-select-big__wrapper .c-webshop-select-big__status {
    opacity: 1;
    left: 0;
}
.c-webshop-select-big input:checked ~ .c-webshop-select-big__wrapper .c-webshop-select-big__action-icon {
    border-color: #fff;
    transform: rotate(-45deg);
}
.c-webshop-select-big input:checked ~ .c-webshop-select-big__wrapper .c-webshop-select-big__action-icon:before {
    color: #fff;
}
.c-webshop-select-big input[disabled] ~ .c-webshop-select-big__wrapper {
    opacity: 0.5;
}
.c-webshop-select-big input[disabled] ~ .c-webshop-select-big__wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    opacity: 0.4;
}
.c-webshop-select-big input[disabled] ~ .c-webshop-select-big__wrapper .c-webshop-select-big__status {
    display: none;
}
.c-webshop-select-big input[disabled] ~ .c-webshop-select-big__wrapper .c-webshop-select-big__action-icon {
    display: none;
}
.c-webshop-select-big input[disabled]:checked ~ .c-webshop-select-big__wrapper {
    border: 1px solid #e6e7e9;
    background: #fff;
}
.c-webshop-select-big input[disabled]:checked ~ .c-webshop-select-big__wrapper .c-webshop-select-big__description,
.c-webshop-select-big input[disabled]:checked ~ .c-webshop-select-big__wrapper .c-webshop-select-big__title {
    color: inherit;
}
.c-webshop-select-big input[disabled]:checked ~ .c-webshop-select-big__wrapper .c-webshop-select-big__status--included {
    opacity: 1;
    left: 0;
    color: inherit;
}
.c-webshop-select-big .c-corners:after,
.c-webshop-select-big .c-corners:before {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid #e6e7e9;
    background: #f5f5f7;
}
.c-webshop-adspot {
    margin: 4rem 0;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    background: #09102b;
}
.c-webshop-adspot--center {
    text-align: center;
}
.c-webshop-adspot h1,
.c-webshop-adspot h2,
.c-webshop-adspot h3,
.c-webshop-adspot h4,
.c-webshop-adspot h5,
.c-webshop-adspot h6 {
    font-size: 2.2rem;
    font-weight: 700;
}
.c-webshop-adspot hr {
    margin: 3rem 0;
    border: none;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.2);
}
.c-webshop-adspot > p:first-child {
    margin-top: -1rem;
}
.c-webshop-adspot .c-btn {
    margin-top: 1rem;
    width: calc(100% - 2rem);
}
@media (max-width: 991px) {
    .b-webshop__sidebar .c-webshop-adspot {
        display: none;
    }
}
.c-webshop-receipt {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
}
.c-webshop-receipt__wrapper {
    overflow: hidden;
    position: relative;
}
.c-webshop-receipt__headline {
    background: #41cd52;
    padding: 2rem 2rem;
    color: #fff;
}
.c-webshop-receipt--declined .c-webshop-receipt__headline {
    background: #cb0131;
}
.c-webshop-receipt__headline hr {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    display: block;
    height: 1px;
    width: 10rem;
    margin: 2rem auto;
}
.c-webshop-receipt__headline p {
    font-size: 1.6rem;
    font-weight: normal;
}
.c-webshop-receipt__headline p em {
    border-bottom: 1px solid #fff;
    font-style: normal;
}
.c-webshop-receipt__headline h1 {
    font-size: 3.6rem;
}
@media (min-width: 992px) {
    .c-webshop-receipt__headline h1 {
        font-size: 4.8rem;
    }
}
.c-webshop-receipt--declined .c-webshop-receipt__headline h1 {
    font-size: 2.4rem;
}
@media (min-width: 992px) {
    .c-webshop-receipt--declined .c-webshop-receipt__headline h1 {
        font-size: 3.6rem;
    }
}
.c-webshop-receipt__content {
    text-align: left;
    padding: 1rem 2rem 2rem;
}
@media (min-width: 768px) {
    .c-webshop-receipt__content {
        padding: 1rem 6rem 2rem;
    }
}
.c-webshop-receipt--declined .c-webshop-receipt__content {
    padding: 3rem 6rem 4rem;
    text-align: center;
}
.c-webshop-receipt--declined .c-webshop-receipt__content .c-btn {
    margin-top: 2rem;
}
.c-webshop-receipt__content > hr {
    border-top: 1px dashed #e6e7e9;
    height: 0px;
    display: block;
    background: none;
    margin: 2rem 0;
}
.c-webshop-receipt__sca-challenge {
    min-width: 250px;
    min-height: 400px;
    margin: 2em auto 1em auto;
    border: solid #f3f3f4 1px;
    padding: 1em;
}
.c-webshop-receipt__sca-message {
    margin: 1em auto;
}
.c-webshop-receipt__sca-message .c-spinner {
    margin-left: 0.8em;
}
.c-webshop-receipt__sca-message .c-spinner:after,
.c-webshop-receipt__sca-message .c-spinner:before,
.c-webshop-receipt__sca-message .c-spinner > * {
    background-color: #53586b;
}
.c-webshop-headline {
    color: #09102b;
    overflow: hidden;
}
@media (min-width: 992px) {
    .c-webshop-headline {
        width: calc(100% - 44rem);
    }
}
.c-webshop-headline__headline {
    float: left;
}
.c-webshop-headline__headline h2 {
    font-size: 2.4rem;
}
@media (min-width: 992px) {
    .c-webshop-headline__headline h2 {
        font-size: 3.6rem;
    }
}
.c-webshop-headline__meta {
    font-size: 2.4rem;
    line-height: 1.2em;
    float: right;
    color: #41cd52;
}
@media (min-width: 992px) {
    .c-webshop-headline__meta {
        font-size: 3.6rem;
    }
}
.c-webshop-headline:after {
    content: "";
    display: block;
}
.c-webshop-page {
    display: none;
    border: 0;
}
.c-webshop-page--selected {
    display: block;
}
.c-webshop-error {
    background: #cb0131;
    color: #fff;
    padding: 1rem 2rem;
    font-weight: 600;
    display: none;
    line-height: 1.3;
    margin-top: 2rem;
}
.c-webshop-error span {
    font-size: 0.8em;
    display: block;
    padding-top: 0.5em;
}
body .c-webshop-hubspot-form .hbspt-form label {
    font-size: 1.9rem;
    color: #09102b;
}
body .c-webshop-hubspot-form .hbspt-form input,
body .c-webshop-hubspot-form .hbspt-form select,
body .c-webshop-hubspot-form .hbspt-form textarea {
    font-size: 1.6rem;
    color: #09102b;
    border-color: #e6e7e9;
    font-family: "Titillium Web", sans-serif;
}
body .c-webshop-hubspot-form .hbspt-form textarea {
    min-height: 140px;
}
body .c-webshop-hubspot-form .hbspt-form .hs-richtext {
    margin-top: 0.8rem;
}
body .c-webshop-hubspot-form .hbspt-form .hs-form-booleancheckbox input {
    max-width: 26px !important;
    min-width: 26px !important;
    margin: 0 !important;
    margin-right: 10px !important;
    cursor: pointer;
}
body .c-webshop-hubspot-form .hbspt-form .hs-form-booleancheckbox label {
    font-size: 1.6rem;
    margin: 0.5rem 0;
    color: #09102b;
    position: relative;
    top: 4px;
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
body .c-webshop-hubspot-form .hbspt-form .hs-error-msgs label {
    font-size: 1.1rem;
    margin: 0.5rem 0 0 0;
    color: #cb0131;
}
@media (min-width: 768px) {
    body .c-webshop-hubspot-form .hbspt-form .hs-error-msgs label {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    body .c-webshop-hubspot-form .hbspt-form .hs-error-msgs label {
        font-size: 1.3rem;
    }
}
.c-indicator-circle {
    font-size: 4rem;
    width: 1em;
    height: 1em;
}
.c-indicator-circle:after {
    content: attr(data-progress) "%";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border-radius: 50%;
    text-align: center;
    font-size: 0.34em;
    font-weight: 700;
    line-height: 2.6em;
    background: #fff;
    color: #09102b;
}
.c-indicator-circle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border-radius: 50%;
}
.c-indicator-circle[data-progress="0"]:before {
    background-image: linear-gradient(90deg, #e6e7e9 50%, transparent 50%, transparent), linear-gradient(108deg, #41cd52 50%, #e6e7e9 50%, #e6e7e9);
}
.c-indicator-circle[data-progress="20"]:before {
    background-image: linear-gradient(90deg, #e6e7e9 50%, transparent 50%, transparent), linear-gradient(162deg, #41cd52 50%, #e6e7e9 50%, #e6e7e9);
}
.c-indicator-circle[data-progress="40"]:before {
    background-image: linear-gradient(90deg, #e6e7e9 50%, transparent 50%, transparent), linear-gradient(234deg, #41cd52 50%, #e6e7e9 50%, #e6e7e9);
}
.c-indicator-circle[data-progress="60"]:before {
    background-image: linear-gradient(-54deg, #41cd52 50%, transparent 50%, transparent), linear-gradient(270deg, #41cd52 50%, #e6e7e9 50%, #e6e7e9);
}
.c-indicator-circle[data-progress="80"]:before {
    background-image: linear-gradient(18deg, #41cd52 50%, transparent 50%, transparent), linear-gradient(270deg, #41cd52 50%, #e6e7e9 50%, #e6e7e9);
}
.c-indicator-circle[data-progress="100"]:before {
    background: #41cd52;
}
.c-tip {
    display: inline-block;
    font-size: 1.6rem;
    border-radius: 1em;
    border: 1px solid #e6e7e9;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.2em;
    text-align: center;
    margin-left: 0.4em;
    color: #09102b;
}
.c-spinner {
    width: 35px;
    text-align: center;
}
.c-spinner:after,
.c-spinner:before {
    content: "";
}
.c-spinner:after,
.c-spinner:before,
.c-spinner > * {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}
.c-spinner--dark:after,
.c-spinner--dark:before,
.c-spinner--dark > * {
    background-color: #6c7080;
}
.c-spinner:before {
    animation-delay: -0.32s;
}
.c-spinner > * {
    animation-delay: -0.16s;
}
@keyframes bouncedelay {
    0%,
    80%,
    to {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.c-ul-list-contact {
    margin: 0;
    padding: 0;
}
.c-ul-list-contact li {
    padding: 2rem 6rem 2rem 0;
    border-top: 1px solid #e6e7e9;
    position: relative;
    display: block;
}
.c-ul-list-contact li:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #41cd52;
}
.c-ul-list-contact li h4 {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: #41cd52;
    font-weight: 600;
}
.c-ul-list-contact li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.c-ul-list-contact li:hover h4 {
    color: #09102b;
}
.c-ul-list-contact li:hover:after {
    color: #09102b;
}
.c-blog-card {
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
    min-height: 475px;
    background-color: #f3f3f4;
    overflow: hidden;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
    width: calc(33% - 1rem);
}
@media (max-width: 1199px) {
    .c-blog-card {
        width: 49%;
    }
}
@media (max-width: 991px) {
    .c-blog-card {
        width: 100%;
    }
}
.c-blog-card:hover {
    box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
    transform: scale(1.014);
}
.c-blog-card.c-blog-card--cta {
    background: linear-gradient(45deg, #3a4055, #222840);
    text-align: center;
    padding: 2.4rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c-blog-card.c-blog-card--cta h1,
.c-blog-card.c-blog-card--cta h2,
.c-blog-card.c-blog-card--cta h3,
.c-blog-card.c-blog-card--cta h4,
.c-blog-card.c-blog-card--cta h5,
.c-blog-card.c-blog-card--cta h6 {
    color: #fff;
}
.c-blog-card.c-blog-card--cta li,
.c-blog-card.c-blog-card--cta p,
.c-blog-card.c-blog-card--cta ul {
    color: #fff;
}
.c-blog-card.c-blog-card--cta hr {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.b-blog-comments .c-blog-card.c-blog-card--cta .comment-reply-to,
.b-blog-comments .c-blog-card.c-blog-card--cta .comment-reply-to:hover,
.c-blog-card.c-blog-card--cta .b-blog-comments .comment-reply-to,
.c-blog-card.c-blog-card--cta .b-blog-comments .comment-reply-to:hover,
.c-blog-card.c-blog-card--cta .c-btn--small,
.c-blog-card.c-blog-card--cta .c-btn--small:hover {
    color: #41cd52;
}
.c-blog-card.c-blog-card--cta .c-btn {
    background: #fff;
}
.c-blog-card.c-blog-card--cta .c-btn span {
    color: #41cd52;
}
.c-blog-card.c-blog-card--cta .c-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: 0 5px 36px rgba(255, 255, 255, 0.7);
}
.c-blog-card.c-blog-card--cta .c-btn:after,
.c-blog-card.c-blog-card--cta .c-btn:before {
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Qt2017/whitecorner-top-left.png");
}
.c-blog-card.c-blog-card--cta h4 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
}
.c-blog-card.c-blog-card--cta p {
    margin-bottom: 3rem;
}
.c-blog-card.c-blog-card--cta span {
    display: flex;
    justify-content: center;
}
.c-blog-card figure {
    margin: 0;
    height: 0;
    position: relative;
    width: 100%;
    flex-grow: 2;
    overflow: hidden;
    display: block;
    padding-bottom: 56.25%;
}
.c-blog-card figure a:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 10;
}
.c-blog-card figure img {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    display: block;
    max-width: 100%;
}
.c-blog-card__content a {
    display: block;
    color: #3a4055;
}
.c-blog-card__content-title {
    margin: 0;
    padding: 0;
}
.c-blog-card__content-title a {
    padding: 2.4rem 2.4rem 5rem;
    font-size: 3.6rem;
    font-weight: 500;
    min-height: 230px;
    box-sizing: border-box;
}
.b-blog-related .c-blog-card {
    min-height: 425px;
}
.b-blog-related .c-blog-card .c-blog-card__content-title a {
    font-size: 2.4rem;
    line-height: 150%;
    min-height: 180px;
}
.c-blog-card__meta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2.4rem 2.4rem 2.4rem;
    flex-wrap: wrap;
    font-size: 0.8em;
}
.c-blog-card__meta a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
}
.c-blog-card__meta a:hover {
    text-decoration: underline;
}
.c-blog-card__topic-list {
    display: flex;
}
.c-blog-card__blog-link {
    padding: 0 0 0 0.2rem;
}
.c-blog-card__blog-link:after {
    content: ", ";
}
.c-blog-card__blog-link:first-child {
    padding: 0;
}
.c-blog-card__blog-link:last-child:after {
    content: "";
}
.c-blog-card__meta-separator {
    padding: 0 0.4rem;
}
.c-blog-card--compact {
    min-height: auto;
    margin-right: 0;
    width: 100%;
}
.c-blog-card--compact figure {
    display: none;
}
.c-blog-card--compact .c-blog-card__content-title a {
    font-size: 1.6rem;
    padding: 1.4rem 1.4rem 3.6rem;
    min-height: auto;
    font-weight: 700;
}
.c-blog-card--compact .c-blog-card__meta {
    padding: 0 1.4rem 1.4rem;
    font-size: 1.1rem;
}
.c-blog-card--compact .c-blog-card__meta a {
    color: #6b7080;
}
.c-blog-card--compact .c-blog-card__topic-list {
    max-width: 50%;
    overflow: hidden;
}
.c-blog-card--two-thirds {
    width: calc(67% - 1rem);
}
@media (max-width: 1199px) {
    .c-blog-card--two-thirds {
        width: 49%;
    }
}
@media (max-width: 991px) {
    .c-blog-card--two-thirds {
        width: 100%;
    }
}
.c-blog-pagination {
    padding: 4rem 0;
}
.c-blog-pagination__container {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 1199px) {
    .c-blog-pagination__container > li {
        display: none;
    }
    .c-blog-pagination__container > li:first-child,
    .c-blog-pagination__container > li:last-child {
        display: block;
    }
}
.c-blog-pagination__item {
    display: block;
    margin: 0 1.4rem;
    padding: 1.4rem;
    line-height: 0.5em;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    color: #53586b;
}
.c-blog-pagination__item:focus,
.c-blog-pagination__item:hover {
    background-color: #f3f3f4;
    text-decoration: none;
    color: #53586b;
}
.c-blog-pagination__item--disabled {
    color: #b5b7bf;
    pointer-events: none;
}
.c-blog-pagination__item--current {
    background-color: #fff;
    border: solid 1px #41cd52;
    color: #41cd52;
}
.c-featuremap-note {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 0.3s;
    background: #fff;
    border: 1px solid #ccc;
    border-width: 1px 1px 2px 1px;
    margin-bottom: -2px;
    position: relative;
    padding: 1rem 4.5rem 1rem 3.8rem;
    display: none;
}
.c-featuremap-note:before {
    content: "\f059";
    font-family: FontAwesome;
    position: absolute;
    top: 0.6em;
    left: 1.5rem;
    color: #41cd52;
}
.c-featuremap-note__text strong {
    color: #09102b;
}
.c-featuremap-note__text a {
    color: #41cd52;
}
.c-featuremap-note__text a:hover {
    text-decoration: underline;
}
.c-chat-message {
    background: #fff;
    padding: 10px 15px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.c-chat-message--secondary {
    background: #ebfaec;
    background: linear-gradient(180deg, #ebfaec 0%, #f7fff8 24%, #ebfaec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebfaec",endColorstr="#ebfaec",GradientType=1);
}
.c-chat-message--tertiary {
    background: #fbfae8;
    background: linear-gradient(180deg, #fbfae8 0%, #fffef4 24%, #fbfae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfae8",endColorstr="#fbfae8",GradientType=1);
}
@media (min-width: 992px) {
    .c-chat-message {
        padding: 20px 30px;
    }
}
.l-chatbox__item:nth-child(2n) .c-chat-message {
    border-top-right-radius: 0;
    margin-left: 30px;
}
.l-chatbox__item:nth-child(odd) .c-chat-message {
    border-top-left-radius: 0;
    margin-right: 30px;
}
.c-chat-message h6 {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: rgba(9, 16, 43, 0.5);
    margin-bottom: 3px;
}
.c-chat-message a {
    color: #41cd52;
    text-decoration: underline;
}
.c-chat-message p {
    color: #09102b;
    font-size: 14px;
}
.c-chat-message__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: -30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 1px 1px #fff;
}
.l-chatbox__item:nth-child(2n) .c-chat-message__icon {
    left: initial;
    right: -30px;
}
.c-text-left-icon {
    padding-left: 80px;
    position: relative;
}
.c-text-left-icon--noicon {
    padding-left: 0;
    max-width: 300px;
}
.c-text-left-icon__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.c-text-left-icon__icon--noicon {
    display: none;
}
.c-text-left-icon__text h4,
.c-text-left-icon__text h5,
.c-text-left-icon__text h6 {
    margin-bottom: 5px;
}
.c-text-left-icon--secondary .c-text-left-icon__text h4,
.c-text-left-icon--secondary .c-text-left-icon__text h5,
.c-text-left-icon--secondary .c-text-left-icon__text h6 {
    letter-spacing: 0.06em;
}
.c-text-left-icon__text h4 a:after,
.c-text-left-icon__text h5 a:after,
.c-text-left-icon__text h6 a:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 0.4em;
}
.c-text-left-icon__text h4 a:hover:after,
.c-text-left-icon__text h5 a:hover:after,
.c-text-left-icon__text h6 a:hover:after {
    margin-left: 1em;
}
.c-feature-listitem {
    border-radius: 3px;
    padding: 15px 20px;
    -webkit-clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    background: #4b4d5a;
    background: linear-gradient(90deg, rgba(75, 77, 90, 0.395396) 0%, rgba(130, 133, 147, 0.400998) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b4d5a",endColorstr="#828593",GradientType=1);
}
.c-feature-listitem .c-tip {
    line-height: 0.9em;
    width: 1em;
    height: 1em;
    font-weight: 100;
    color: #fff;
    box-sizing: content-box;
    font-size: 1.7rem;
    opacity: 0.5;
    background: #fff;
    color: #4b4d5a;
    border: 0;
}
.c-feature-listitem--secondary-color {
    background: #293648;
    background: linear-gradient(225deg, #293648 0%, #1a2333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293648",endColorstr="#1a2333",GradientType=1);
}
.c-feature-listitem--secondary-color .c-tip {
    color: #293648;
}
.c-feature-listitem h6 {
    margin-bottom: 10px;
}
.c-link-listitem {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-top: 18%;
    border-radius: 3px;
    padding: 20px;
    height: 120px;
    background: #1e1e1e;
    position: relative;
    -webkit-clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    background: #212b3b;
    background: linear-gradient(135deg, #212b3b 0%, #0e1218 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212b3b",endColorstr="#0e1218",GradientType=1);
}
@media (min-width: 992px) {
    .c-link-listitem {
        height: 150px;
    }
}
.c-link-listitem:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}
.c-link-listitem--promoted {
    background: #41cd52;
    background: #29bf42;
    background: linear-gradient(333deg, #29bf42 0%, #50de6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29bf42",endColorstr="#50de6b",GradientType=1);
}
.c-link-listitem:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    position: absolute;
    content: "\f061";
    font-family: FontAwesome;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #09102b;
    display: block;
    bottom: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: #fff;
}
.c-link-listitem:hover:after {
    background: #41cd52;
    color: #fff;
}
.c-link-listitem__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    cursor: pointer;
}
.c-logo-label {
    padding-left: 6rem;
    line-height: 4rem;
    position: relative;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 3rem;
}
.c-logo-label__logo {
    width: 5rem;
    height: 4rem;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    top: 0;
    left: 0;
}
.c-import-photoshop {
    font-size: 1.3rem;
    padding: 1.5rem 13rem 1.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #fff;
    max-width: 300px;
    position: relative;
    margin-top: 3rem;
    font-weight: 700;
}
.c-import-photoshop:before {
    content: "";
    background-image: url("https://149513.fs1.hubspotusercontent-na1.net/hubfs/149513/Newsletters/2019_January_Placeholders/import-photoshop-sketch.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 4rem;
    width: 8rem;
    height: 100%;
}
.c-logo-item {
    cursor: pointer;
    position: relative;
}
.c-logo-item__logo {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-top: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.c-logo-item:hover .c-logo-item__logo {
    opacity: 1;
}
@media (max-width: 767px) {
    .c-logo-item__logo {
        padding-top: 30%;
    }
}
.c-logo-item__text {
    line-height: 1.3em;
    margin-top: 2rem;
    position: relative;
}
.c-logo-item__text span {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.5;
    display: block;
}
.c-logo-item:hover .c-logo-item__text span {
    transform: translateY(-30px);
    opacity: 0;
}
.c-logo-item__readmore {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.3em;
    color: #41cd52;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(calc(-50% + 30px));
    opacity: 0;
}
.c-logo-item:hover .c-logo-item__readmore {
    transform: translateY(-50%);
    opacity: 1;
}
.c-logo-item__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-ul-linklist {
    margin: 0;
    padding: 0;
}
.c-ul-linklist li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.c-ul-linklist li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.c-ul-linklist li a {
    display: block;
    color: #2ead3d;
    padding: 0.3em 0;
    position: relative;
}
.c-ul-linklist li a:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.c-ul-linklist li a:hover {
    color: #09102b;
}
.c-ul-tile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: -1rem;
    padding: 0;
}
@media (min-width: 992px) {
    .c-ul-tile {
        margin: -2rem;
    }
}
.c-ul-tile li {
    display: block;
    margin: 1rem;
    padding: 0;
    position: relative;
    width: calc(50% - 2rem);
}
@media (min-width: 768px) {
    .c-ul-tile li {
        width: calc(33.3333% - 2rem);
    }
}
@media (min-width: 992px) {
    .c-ul-tile li {
        width: calc(25% - 4rem);
        margin: 2rem;
    }
}
@media (min-width: 1200px) {
    .c-ul-tile li {
        width: calc(20% - 4rem);
    }
}
.c-ul-tile__overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-sidebar-biglink {
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .c-sidebar-biglink {
        margin: -1rem;
    }
}
.c-sidebar-biglink li {
    display: block;
}
@media (max-width: 991px) {
    .c-sidebar-biglink li {
        display: inline-block;
    }
}
.c-sidebar-biglink a {
    font-size: 1.9rem;
    display: block;
    color: #09102b;
    font-weight: 700;
    position: relative;
}
@media (max-width: 991px) {
    .c-sidebar-biglink a {
        margin: 1rem;
        padding: 0px 20px 0px 0;
    }
}
@media (min-width: 992px) {
    .c-sidebar-biglink a {
        padding: 10px 30px 10px 0;
    }
}
.c-sidebar-biglink a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #41cd52;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.c-sidebar-biglink a:hover:after {
    color: #09102b;
}
.c-sidebar-biglink li.c-sidebar-biglink__li--external a:after {
    content: "\f14c";
}
.c-sidebar-latestpost {
    margin-top: 5rem;
}
.c-sidebar-latestpost h1,
.c-sidebar-latestpost h2,
.c-sidebar-latestpost h3,
.c-sidebar-latestpost h4,
.c-sidebar-latestpost h5,
.c-sidebar-latestpost h6,
.c-sidebar-latestpost p.xlarge {
    color: #09102b;
}
.c-sidebar-latestpost li,
.c-sidebar-latestpost p,
.c-sidebar-latestpost ul {
    color: #53586b;
}
.c-sidebar-latestpost hr {
    border-color: #e6e7e9;
    background: #e6e7e9;
}
.b-blog-comments .c-sidebar-latestpost .comment-reply-to,
.b-blog-comments .c-sidebar-latestpost .comment-reply-to:hover,
.c-sidebar-latestpost .b-blog-comments .comment-reply-to,
.c-sidebar-latestpost .b-blog-comments .comment-reply-to:hover,
.c-sidebar-latestpost .c-btn--small,
.c-sidebar-latestpost .c-btn--small:hover {
    color: #41cd52;
}
.c-sidebar-latestpost p.accent {
    color: #6c7080;
}
.c-sidebar-latestpost__image {
    padding-top: 50%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.c-sidebar-latestpost__text {
    margin-top: 2rem;
}
.c-sidebar-latestpost h1,
.c-sidebar-latestpost h2,
.c-sidebar-latestpost h3,
.c-sidebar-latestpost h4,
.c-sidebar-latestpost h5,
.c-sidebar-latestpost h6 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.c-sidebar-latestpost p {
    margin: 0.5rem 0;
}
.c-sidebar-newsletter {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: #41cd52;
    padding: 2rem;
    margin-bottom: 3rem;
}
.c-sidebar-newsletter__text {
    text-align: center;
}
.c-sidebar-newsletter__form {
    display: none;
}
.c-sidebar-newsletter__form p {
    font-size: 14px;
}
.c-sidebar-newsletter--open {
    background: #f4f4f4;
}
.c-sidebar-newsletter--open .c-sidebar-newsletter__form {
    display: block;
}
.c-sidebar-newsletter--open .c-sidebar-newsletter__text {
    display: none;
}
.c-sidebar-navigation ul {
    margin: 0;
    padding: 0;
}
.c-sidebar-navigation ul ul {
    display: none;
}
.c-sidebar-navigation li.hs-menu-depth-1 {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-sidebar-navigation li.hs-menu-depth-1 > a {
    font-size: 1.9rem;
    display: block;
    color: #09102b;
    padding: 0.5em 0;
}
.c-sidebar-navigation li.hs-menu-depth-1 > a:hover {
    font-weight: 700;
}
.c-sidebar-navigation li.hs-menu-depth-1 > ul {
    padding-bottom: 1em;
    padding-left: 1em;
}
.c-sidebar-navigation li.hs-menu-depth-2 {
    display: block;
}
.c-sidebar-navigation li.hs-menu-depth-2 > a {
    font-size: 1.6rem;
    display: block;
    color: #09102b;
}
.c-sidebar-navigation li.hs-menu-depth-2 > a:hover {
    font-weight: 700;
}
.c-sidebar-navigation li.hs-menu-depth-2 > ul {
    padding-bottom: 1em;
    padding-left: 1em;
}
.c-sidebar-navigation li.hs-menu-depth-3 {
    display: block;
}
.c-sidebar-navigation li.hs-menu-depth-3 > a {
    font-size: 1.6rem;
    display: block;
    color: #09102b;
}
.c-sidebar-navigation li.hs-menu-depth-3 > a:hover {
    font-weight: 700;
}
.c-sidebar-navigation li.hs-menu-depth-3 > ul {
    padding-bottom: 1em;
    padding-left: 1em;
}
.c-sidebar-navigation li.active-branch > a {
    font-weight: 700;
}
.c-sidebar-navigation li.active-branch > ul {
    display: block;
}
.c-sidebar-navigation li.active > a {
    color: #41cd52;
    font-weight: 700;
    text-decoration: underline;
}
.c-sidebar-navigation-faq {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.c-sidebar-navigation-faq ul {
    padding-left: 20px;
}
.c-sidebar-navigation-faq li {
    display: none;
    position: relative;
}
.c-sidebar-navigation-faq li.hs-item-has-children:after {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -20px;
}
.c-sidebar-navigation-faq li.active-branch.hs-item-has-children:after {
    transform: rotate(90deg);
}
.c-sidebar-navigation-faq .active-branch > li,
.c-sidebar-navigation-faq .active-branch > ul > li {
    display: block;
}
.c-sidebar-navigation-faq .active > a {
    font-weight: 700;
    text-decoration: underline;
}
.c-sidebar-navigation-faq a {
    display: block;
    color: #09102b;
}
.c-sidebar-navigation-faq a:hover {
    text-decoration: underline;
}
.c-sidebar-navigation-faq #hs_menu_wrapper_subnavigation > ul {
    margin: 0;
    padding: 0;
}
.c-search-inpage input[type="submit"] {
    display: none;
}
.c-search-inpage__field {
    font-size: 20px;
    height: 3em;
    width: 100%;
    background: #f4f4f4;
    position: relative;
    -webkit-clip-path: polygon(10px 0px, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0% 10px);
    clip-path: polygon(10px 0px, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0% 10px);
}
.c-search-inpage__field:after {
    position: absolute;
    top: 50%;
    left: 1em;
    font-family: FontAwesome;
    content: "\f002";
    transform: translate(0, -50%);
    color: #41cd52;
}
.c-search-inpage input[type="text"] {
    display: block;
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 3.5em);
    height: 100%;
    height: 3em;
    line-height: 3em;
    padding: 0 1em 0 2.5em;
    color: #09102b;
    font-weight: 700;
}
.c-bundle {
    -webkit-clip-path: polygon(20px 0px, 100% 0%, 100% 100%, 0 100%, 0% 20px);
    clip-path: polygon(20px 0px, 100% 0%, 100% 100%, 0 100%, 0% 20px);
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.c-bundle a:not(.c-btn) {
    font-weight: 700;
    text-decoration: underline;
}
.c-bundle + .c-bundle {
    margin-top: 40px;
}
.c-bundle:last-child {
    margin-bottom: 60px;
}
.c-bundle__left {
    background: #09102b;
    width: 40px;
    min-width: 40px;
}
@media (max-width: 767px) {
    .c-bundle__left {
        display: none;
    }
}
.c-bundle__content {
    padding: 30px 0 30px 45px;
    width: 100%;
}
.c-bundle__right {
    padding: 30px 35px 30px 0;
    min-width: 140px;
    text-align: center;
}
@media (min-width: 768px) {
    .c-bundle__right {
        min-width: 300px;
    }
}
.c-bundle__right p {
    margin: 0.5em 0;
}
.c-bundle__price {
    font-size: 0.5em;
    text-decoration: line-through;
    opacity: 0.5;
    display: inline-block;
    transform: translateY(-30%);
}
.c-bundle__price-cut {
    font-weight: 700;
    color: #09102b;
    font-size: 0.3em;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    display: inline-block;
    background: #f9e56d;
    border-radius: 50%;
    transform: translateY(-30%);
}
.c-ul-productlist {
    margin: 0.7em 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.c-ul-productlist li {
    display: block;
    margin-right: 1em;
    line-height: 1.4em;
}
.c-ul-productlist li span {
    display: inline-block;
    height: 1.4em;
    width: 2em;
    margin-right: 0.4em;
    margin-top: -0.3em;
    margin-bottom: -0.4em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.c-tab-section {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.c-tab-section li {
    display: block;
}
.c-tab-section li a {
    font-size: 1.8rem;
    -webkit-clip-path: polygon(10px 0px, 100% 0%, 100% 100%, 0 100%, 0% 10px);
    clip-path: polygon(10px 0px, 100% 0%, 100% 100%, 0 100%, 0% 10px);
    display: block;
    padding: 0.5em 1.5em;
    color: #09102b;
}
@media (min-width: 992px) {
    .c-tab-section li a {
        font-size: 2rem;
        -webkit-clip-path: polygon(20px 0px, 100% 0%, 100% 100%, 0 100%, 0% 20px);
        clip-path: polygon(20px 0px, 100% 0%, 100% 100%, 0 100%, 0% 20px);
        padding: 1em 2em;
    }
}
.c-tab-section li.active a {
    font-weight: 700;
    background: #eef2f5;
}
.c-stock-share {
    min-height: 300px;
}
.c-stock-share p {
    margin: 1em 0;
}
.c-stock-share__label {
    line-height: 1em;
    color: #fff;
}
.scheme--default .c-stock-share__label {
    color: #09102b;
}
.c-stock-share__share {
    font-size: 3.6rem;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    margin: 0.05em 0;
}
@media (min-width: 992px) {
    .c-stock-share__share {
        font-size: 4.8rem;
    }
}
.c-stock-share__share span {
    opacity: 0.3;
    font-weight: 400;
}
.scheme--default .c-stock-share__share {
    color: #09102b;
}
.c-stock-share__change {
    font-size: 1.9rem;
    color: #41cd52;
    line-height: 1em;
    margin-bottom: 2em;
}
.c-stock-share__change--negative {
    color: #cb0131;
}
.c-header-navigation-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 -15px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.c-header-navigation-sub a {
    display: block;
}
.c-header-navigation-sub > li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.c-header-navigation-sub > li > a {
    font-size: 1.6rem;
    color: #09102b;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}
.c-header-navigation-sub > li:hover > a {
    color: #41cd52;
}
.c-header-navigation-sub > li > ul {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 100;
    visibility: hidden;
    position: absolute;
    top: 45px;
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 20px;
    opacity: 0;
}
.c-header-navigation-sub > li > ul.align-right {
    left: calc(100% - 15px);
    transform: translateX(-100%);
}
.c-header-navigation-sub > li > ul.align-left {
    left: 15px;
    transform: translateX(0%);
}
.c-header-navigation-sub > li > ul > li {
    display: block;
}
.c-header-navigation-sub > li > ul > li > a {
    color: #09102b;
    text-decoration: none;
}
.c-header-navigation-sub > li > ul > li:hover > a {
    opacity: 0.6;
}
.c-header-navigation-sub > li > ul p.small {
    margin: 10px 0;
}
.c-header-navigation-sub > li:hover > ul {
    visibility: visible;
    padding: 10px 20px;
    opacity: 1;
}
.c-qt-logo {
    display: flex;
    align-items: stretch;
}
.c-qt-logo svg {
    width: 56px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.c-qt-logo span {
    font-family: "Titillium Web", sans-serif;
    z-index: 0;
    font-weight: 700;
    -webkit-clip-path: polygon(10px 0px, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0% 10px);
    clip-path: polygon(10px 0px, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0% 10px);
    height: 42px;
    display: inline-block;
    color: #fff;
    background: #09102b;
    content: "INVESTORS";
    line-height: 42px;
    padding: 0 1.4em 0 2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    top: 0;
    left: 45px;
    margin-left: -10px;
}
@media (max-width: 991px) {
    body:not(.qt-design-system) .c-navigation-header ul {
        margin: 0;
        padding: 0;
    }
    body:not(.qt-design-system) .c-navigation-header li {
        float: none;
        display: block;
        width: auto;
    }
    body:not(.qt-design-system) .c-navigation-header .hs-menu-wrapper > ul {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        flex-direction: column;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 {
        position: relative;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 > a {
        display: block;
        color: #09102b;
        padding: 20px 5% 15px;
        font-weight: 700;
        width: fit-content;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 > a:hover {
        color: #41cd52;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 > ul {
        padding: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1.hs-item-has-children > a:after {
        font-family: FontAwesome;
        font-size: 0.7em;
        opacity: 0.3;
        content: "\f107";
        margin-left: 0.8em;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 .is-active {
        height: auto;
        margin: 0;
        visibility: visible;
        padding: 0 25px;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 {
        position: relative;
        padding: 0.3rem 0;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 > a {
        font-size: 15px;
        color: #09102b;
        line-height: 1.3em;
        padding: 0.3em 1.4em;
        display: block;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 > a:hover {
        color: #41cd52;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2.hs-item-has-children > a {
        font-weight: 700;
        position: relative;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2.hs-item-has-children > a:after {
        content: "\f107";
        display: block;
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 145px;
        transform: translateY(-50%);
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 > ul {
        padding: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 .is-active {
        height: auto;
        visibility: visible;
        padding: 5px 20px;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-3 > a {
        font-size: 15px;
        color: #09102b;
        padding: 0.3em 1.4em;
        display: block;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-3 > a:hover {
        color: #41cd52;
    }
    body:not(.qt-design-system) .c-navigation-header li.active-branch > a {
        color: #41cd52;
    }
    body:not(.qt-design-system) .c-navigation-header li.active-branch > ul {
        height: auto;
        margin: 0;
        visibility: visible;
        padding: 0 25px;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    body:not(.qt-design-system) .c-navigation-header li.active > a {
        text-decoration: underline;
    }
}
@media (min-width: 992px) {
    body:not(.qt-design-system) .c-navigation-header ul {
        margin: 0;
        padding: 0;
    }
    body:not(.qt-design-system) .c-navigation-header li {
        float: none;
        display: block;
        width: auto;
    }
    body:not(.qt-design-system) .c-navigation-header .hs-menu-wrapper > ul {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 {
        position: relative;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 > a {
        display: block;
        color: #09102b;
        padding: 0 1.4rem;
        font-weight: 700;
        line-height: 69px;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 > a:hover {
        color: #41cd52;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1 > ul {
        position: absolute;
        top: calc(100% - 10px);
        left: 50%;
        transform: translateX(-50%);
        display: none;
        width: 200px;
        background: #fff;
        padding: 10px 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1.hs-item-has-children > a:after {
        font-family: FontAwesome;
        font-size: 0.7em;
        opacity: 0.3;
        content: "\f107";
        margin-left: 0.8em;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1:hover > ul {
        animation-name: dropDownIn;
        animation-fill-mode: backwards;
        animation-duration: 0.2s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 0s;
        display: block;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1:hover > a:after {
        opacity: 1;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-1:last-child > a {
        padding-right: 0;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 {
        position: relative;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 > a {
        font-size: 15px;
        color: #09102b;
        line-height: 1.3em;
        padding: 0.3em 1.4em;
        display: block;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 > a:hover {
        color: #41cd52;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2.hs-item-has-children > a {
        font-weight: 700;
        position: relative;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2.hs-item-has-children > a:after {
        content: "\f105";
        display: block;
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2 ul {
        display: none;
        position: absolute;
        left: 100%;
        top: -10px;
        width: 200px;
        background: #fff;
        padding: 10px 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-2:hover ul {
        display: block;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-3 > a {
        font-size: 15px;
        color: #09102b;
        line-height: 1.3em;
        padding: 0.3em 1.4em;
        display: block;
    }
    body:not(.qt-design-system) .c-navigation-header li.hs-menu-depth-3 > a:hover {
        color: #41cd52;
    }
    body:not(.qt-design-system) .c-navigation-header li.active-branch > a {
        color: #41cd52;
    }
    body:not(.qt-design-system) .c-navigation-header li.active > a {
        text-decoration: underline;
    }
}
@keyframes dropDownIn {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale3d(0.7, 0.7, 0.7);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) scale3d(1, 1, 1);
    }
}
.c-navigation-sub ul {
    margin: 0;
    padding: 0;
}
.c-navigation-sub li {
    display: block;
}
@media (max-width: 991px) {
    .c-navigation-sub .hs-menu-depth-1 ul {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .c-navigation-sub a {
        display: block;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .c-navigation-sub .hs-menu-depth-1 a {
        padding: 0.5em 0;
    }
    .c-navigation-sub .hs-item-has-children > a {
        font-weight: 700;
    }
    .c-navigation-sub .hs-item-has-children > a:after {
        font-family: FontAwesome;
        content: "\f107";
        margin-left: 0.5em;
        font-size: 0.7em;
    }
    .c-navigation-sub .hs-item-has-children > ul {
        display: none;
    }
    .c-navigation-sub .hs-item-has-children.hs-item-mobile-open > ul {
        display: block;
    }
    .c-navigation-sub li.active-branch > a {
        color: #41cd52;
    }
    .c-navigation-sub li.active-branch > ul {
        display: block;
    }
    .c-navigation-sub li.active > a {
        text-decoration: underline;
    }
    .c-navigation-sub--first-bold li.hs-menu-depth-1:first-child > a {
        font-weight: 700;
        border: none;
        position: relative;
        top: -13px;
        text-transform: uppercase;
    }
}
@media (min-width: 992px) {
    .c-navigation-sub a:focus {
        outline: 1px solid #41cd52;
    }
    .c-navigation-sub li.hs-menu-depth-1 {
        position: relative;
        display: inline-block;
    }
    .c-navigation-sub li.hs-menu-depth-1 > a {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        display: block;
        padding: 0;
        line-height: 50px;
        margin: 0 0.8em;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        color: #fff;
    }
    .scheme--default .c-navigation-sub li.hs-menu-depth-1 > a {
        color: #09102b;
    }
    .c-navigation-sub li.hs-menu-depth-1 > a:hover {
        color: #41cd52;
    }
    .c-navigation-sub li.hs-menu-depth-1:first-child > a {
        margin-left: 0;
    }
    .c-navigation-sub li.hs-menu-depth-1:last-child > a {
        margin-right: 0;
    }
    .c-navigation-sub li.hs-menu-depth-1.active-branch > a {
        color: #41cd52;
    }
    .c-navigation-sub li.hs-menu-depth-1.active > a {
        border-bottom: 1px solid #41cd52;
    }
    .c-navigation-sub li.hs-menu-depth-1.hs-item-has-children > a:after {
        font-family: FontAwesome;
        content: "\f107";
        margin-left: 0.5em;
        font-size: 0.7em;
    }
    .c-navigation-sub li.hs-menu-depth-1 > ul {
        animation-name: dropDownIn;
        animation-fill-mode: backwards;
        animation-duration: 0.2s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-delay: 0s;
        position: absolute;
        top: calc(100% - 2px);
        left: 50%;
        transform: translateX(-50%);
        display: none;
        width: 200px;
        background: #fff;
        padding: 10px 20px 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }
    .c-navigation-sub li.hs-menu-depth-1 > ul li.active-branch > a {
        color: #41cd52;
    }
    .c-navigation-sub li.hs-menu-depth-1 > ul li.active > a {
        text-decoration: underline;
    }
    .c-navigation-sub li.hs-menu-depth-1:hover > ul {
        display: block;
    }
    .c-navigation-sub li.hs-menu-depth-2 > a {
        font-size: 15px;
        color: #09102b;
        line-height: 1.3em;
        padding: 0.3em 0;
        display: block;
    }
    .c-navigation-sub li.hs-menu-depth-2 > a:hover {
        color: #41cd52;
    }
    .c-navigation-sub li.hs-menu-depth-2.hs-item-has-children > a {
        font-weight: 700;
    }
    .c-navigation-sub li.hs-menu-depth-2 ul {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .c-navigation-sub li.hs-menu-depth-3 > a {
        font-size: 15px;
        color: #09102b;
        line-height: 1.3em;
        padding: 0.3em 0;
        display: block;
    }
    .c-navigation-sub li.hs-menu-depth-3 > a:hover {
        color: #41cd52;
    }
    .c-navigation-sub li.hs-menu-depth-3.hs-item-has-children > a {
        font-weight: 700;
    }
    .c-navigation-sub li.hs-menu-depth-3 ul {
        margin-left: 10px;
    }
    .c-navigation-sub--first-bold li.hs-menu-depth-1:first-child > a {
        font-weight: 700;
    }
}
.c-tech-spec {
    padding: 2em 0 0;
}
@media (max-width: 991px) {
    .c-tech-spec {
        width: 100%;
    }
}
.c-tech-spec h1,
.c-tech-spec h2,
.c-tech-spec h3,
.c-tech-spec h4,
.c-tech-spec h5,
.c-tech-spec h6,
.c-tech-spec p {
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
}
.c-tech-spec > li,
.c-tech-spec > p,
.c-tech-spec > span,
.c-tech-spec > ul {
    color: #8f9197;
}
.c-tech-spec > h6 {
    font-weight: 600;
}
.c-logo-item-new {
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-logo-item-new__logo {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-top: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
@media (max-width: 767px) {
    .c-logo-item-new__logo {
        padding-top: 30%;
    }
}
.c-logo-item-new__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.c-qml-playground-example-intro {
    text-align: left;
    padding: 4em 0 2em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .c-qml-playground-example-intro {
        padding: 0 0 2em 0;
        flex-direction: column;
    }
}
.c-qml-playground-example-intro__text {
    width: 55%;
    color: white;
    height: 100px;
}
@media (max-width: 991px) {
    .c-qml-playground-example-intro__text {
        width: 100%;
        margin: 2em 0 3em;
    }
}
.c-qml-playground-example-intro__wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}
.c-qml-playground-example-intro__wrapper__select {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.c-qml-playground-example-intro__wrapper__select > .c-form-dropdown {
    width: 200px;
}
.c-qml-playground-example-intro__wrapper__select > label {
    color: white;
}
.c-faq-category {
    display: flex;
    position: relative;
    width: 100%;
    padding: 35px 20px;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e5e5e5;
    color: #09102b;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-faq-category:hover {
    border: 1px solid #999;
}
.c-faq-category:after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    right: 1.5em;
    display: inline-block;
    position: absolute;
    color: #41cd52;
}
@media (max-width: 991px) {
    .c-faq-category:after {
        right: 1.2em;
    }
}
.c-faq-category:hover:after {
    right: 0.75em;
}
@media (max-width: 991px) {
    .c-faq-category:hover:after {
        right: 0.8em;
    }
}
.c-faq-category__link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.c-faq-category > h5 {
    max-width: 180px;
    position: absolute;
}
@media (max-width: 991px) {
    .c-faq-category > h5 {
        max-width: 130px;
    }
}
.c-ul-speakers {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.c-ul-speakers li {
    display: inline-block;
    margin: 0 5px 15px 0;
    padding: 0;
    padding-left: 58px;
    position: relative;
    width: calc(50% - 20px);
}
.c-ul-speakers__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-size: cover;
    background-position: center;
}
.c-ul-speakers__name {
    font-weight: bold;
    display: block;
    margin: 0;
    color: #09102b;
    margin-top: 6px;
}
.c-ul-speakers__title {
    font-size: 1.1rem;
    line-height: 1.2em;
    display: block;
    margin: 0;
    margin-top: 0em;
}
@media (min-width: 768px) {
    .c-ul-speakers__title {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .c-ul-speakers__title {
        font-size: 1.3rem;
    }
}
.c-case-medium {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    min-height: 400px;
}
@media (min-width: 992px) {
    .c-case-medium {
        padding: 40px;
        min-height: 600px;
    }
}
.c-case-medium__textarea {
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -moz-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -o-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    -ms-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px, 10px 0%);
    position: relative;
    z-index: 1;
    background: rgba(9, 16, 43, 0.9);
    padding: 15px 20px;
}
@media (min-width: 992px) {
    .c-case-medium__textarea {
        padding: 30px 40px;
        max-width: 500px;
    }
}
.c-case-medium__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width: 1025px) {
    [data-animate] {
        opacity: 0;
    }
    [data-animate].animated {
        opacity: 1;
    }
}
.animated {
    -webkit-animation-fill-mode: backwards;
    animation-duration: 0.6s;
}
.duration--slow {
    animation-duration: 1.6s;
}
.duration--superslow {
    animation-duration: 3.2s;
}
.delay--1 {
    animation-delay: 0.1s;
}
.delay--2 {
    animation-delay: 0.2s;
}
.delay--3 {
    animation-delay: 0.3s;
}
.delay--4 {
    animation-delay: 0.4s;
}
.delay--5 {
    animation-delay: 0.5s;
}
.delay--6 {
    animation-delay: 0.6s;
}
.delay--7 {
    animation-delay: 0.7s;
}
.delay--8 {
    animation-delay: 0.8s;
}
.delay--9 {
    animation-delay: 0.9s;
}
.delay--10 {
    animation-delay: 1s;
}
.delay--11 {
    animation-delay: 1.1s;
}
.delay--12 {
    animation-delay: 1.2s;
}
.delay--13 {
    animation-delay: 1.3s;
}
.delay--14 {
    animation-delay: 1.4s;
}
.delay--15 {
    animation-delay: 1.5s;
}
.delay--16 {
    animation-delay: 1.6s;
}
.delay--17 {
    animation-delay: 1.7s;
}
.delay--18 {
    animation-delay: 1.8s;
}
.delay--19 {
    animation-delay: 1.9s;
}
.delay--20 {
    animation-delay: 2s;
}
.animated--sequence :first-child {
    animation-delay: 0.2s;
}
.animated--sequence :nth-child(2) {
    animation-delay: 0.4s;
}
.animated--sequence :nth-child(3) {
    animation-delay: 0.6s;
}
.animated--sequence :nth-child(4) {
    animation-delay: 0.8s;
}
.animated--sequence :nth-child(5) {
    animation-delay: 1s;
}
.animated--sequence :nth-child(6) {
    animation-delay: 1.2s;
}
.animated--sequence :nth-child(7) {
    animation-delay: 1.4s;
}
.animated--sequence :nth-child(8) {
    animation-delay: 1.6s;
}
.animated--sequence :nth-child(9) {
    animation-delay: 1.8s;
}
.animated--sequence :nth-child(10) {
    animation-delay: 2s;
}
.animated--sequence :nth-child(11) {
    animation-delay: 2.2s;
}
.animated--sequence :nth-child(12) {
    animation-delay: 2.4s;
}
.animated--sequence :nth-child(13) {
    animation-delay: 2.6s;
}
.animated--sequence :nth-child(14) {
    animation-delay: 2.8s;
}
.animated--sequence :nth-child(15) {
    animation-delay: 3s;
}
.animated--sequence :nth-child(16) {
    animation-delay: 3.2s;
}
.animated--sequence :nth-child(17) {
    animation-delay: 3.4s;
}
.animated--sequence :nth-child(18) {
    animation-delay: 3.6s;
}
.animated--sequence :nth-child(19) {
    animation-delay: 3.8s;
}
.animated--sequence :nth-child(20) {
    animation-delay: 4s;
}
.fadeIn {
    animation-name: fadeIn;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeOut {
    animation-name: fadeOut;
    animation-fill-mode: backwards;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 60px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 60px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    transform-origin: top;
    animation-name: flipInX;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes flipInX {
    0% {
        transform: perspective(1000px) rotate3d(1, 0, 0, -80deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    to {
        transform: perspective(1000px);
    }
}
.flipInY {
    transform-origin: left;
    animation-name: flipInY;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes flipInY {
    0% {
        transform: perspective(1000px) rotate3d(0, 1, 0, 80deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    to {
        transform: perspective(1000px);
    }
}
.shake {
    animation-name: shake;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes shake {
    0%,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.zoomIn {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes zoomIn {
    0%,
    to {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.9, 0.9, 0.9);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.chatIn {
    animation-name: chatIn;
    animation-fill-mode: backwards;
    animation-delay: 0;
}
@keyframes chatIn {
    0% {
        opacity: 0;
        transform: scale3d(0.7, 0.96, 0.96) translateY(10px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
}
.tooltipster-box {
    flex: 1 1 auto;
}
.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}
.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}
.tooltipster-fade {
    opacity: 0;
    transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
    opacity: 1;
}
.tooltipster-grow {
    transform: scale(0, 0);
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
    transform: scale(1, 1);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    transform: rotateZ(4deg);
    transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotateZ(0deg);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}
.tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}
@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}
@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    to {
        transform: rotate(0);
    }
}
.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}
@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}
.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}
.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 2px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
    color: white;
    padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0px;
    top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0px;
    top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}
.tooltipster-borderless .tooltipster-content {
    position: relative;
    padding: 1rem 1.5rem;
    color: #09102b;
}
.tooltipster-borderless .tooltipster-content h1,
.tooltipster-borderless .tooltipster-content h2,
.tooltipster-borderless .tooltipster-content h3,
.tooltipster-borderless .tooltipster-content h4,
.tooltipster-borderless .tooltipster-content h5,
.tooltipster-borderless .tooltipster-content h6 {
    margin: 1.4em 0 0.4em 0;
}
.tooltipster-borderless .tooltipster-content h1:first-child,
.tooltipster-borderless .tooltipster-content h2:first-child,
.tooltipster-borderless .tooltipster-content h3:first-child,
.tooltipster-borderless .tooltipster-content h4:first-child,
.tooltipster-borderless .tooltipster-content h5:first-child,
.tooltipster-borderless .tooltipster-content h6:first-child {
    margin-top: 0;
}
.tooltipster-borderless .tooltipster-content p.accent + h1,
.tooltipster-borderless .tooltipster-content p.accent + h2,
.tooltipster-borderless .tooltipster-content p.accent + h3,
.tooltipster-borderless .tooltipster-content p.accent + h4,
.tooltipster-borderless .tooltipster-content p.accent + h5,
.tooltipster-borderless .tooltipster-content p.accent + h6 {
    margin-top: -1rem;
}
.tooltipster-borderless .tooltipster-content ol,
.tooltipster-borderless .tooltipster-content ul {
    margin-bottom: 1em;
}
.tooltipster-borderless .tooltipster-content ol ol,
.tooltipster-borderless .tooltipster-content ol ul,
.tooltipster-borderless .tooltipster-content ul ol,
.tooltipster-borderless .tooltipster-content ul ul {
    margin-bottom: 0;
}
.tooltipster-borderless .tooltipster-content p {
    margin-bottom: 1em;
}
.tooltipster-borderless .tooltipster-content p:last-child {
    margin-bottom: 0;
}
.tooltipster-borderless .tooltipster-content a {
    color: #41cd52;
}
.tooltipster-borderless .tooltipster-content hr {
    margin-bottom: 1.5em;
}
.tooltipster-borderless .tooltipster-content blockquote,
.tooltipster-borderless .tooltipster-content dd,
.tooltipster-borderless .tooltipster-content dl {
    margin-bottom: 1em;
}
.tooltipster-borderless .tooltipster-content blockquote + ol,
.tooltipster-borderless .tooltipster-content blockquote + ul,
.tooltipster-borderless .tooltipster-content dd + ol,
.tooltipster-borderless .tooltipster-content dd + ul,
.tooltipster-borderless .tooltipster-content dl + ol,
.tooltipster-borderless .tooltipster-content dl + ul {
    margin-bottom: 0;
}
.tooltipster-borderless .tooltipster-content img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.tooltipster-borderless .tooltipster-content pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0 0 1em;
}
.tooltipster-borderless .tooltipster-content .wp-caption {
    max-width: 100%;
}
.tooltipster-borderless .tooltipster-content .wp-caption img {
    margin-bottom: 0.3em;
}
.tooltipster-borderless .tooltipster-content p.wp-caption-text {
    font-size: 1.1rem;
    opacity: 0.6;
    margin: 0;
}
@media (min-width: 768px) {
    .tooltipster-borderless .tooltipster-content p.wp-caption-text {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .tooltipster-borderless .tooltipster-content p.wp-caption-text {
        font-size: 1.3rem;
    }
}
.tooltipster-borderless .tooltipster-content .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}
.tooltipster-borderless .tooltipster-content .alignnone img {
    width: 100%;
}
.tooltipster-borderless .tooltipster-content .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem;
}
.tooltipster-borderless .tooltipster-content .alignleft,
.tooltipster-borderless .tooltipster-content .alignright {
    max-width: 48%;
    margin-bottom: 2rem;
}
.tooltipster-borderless .tooltipster-content .alignleft {
    float: left;
    margin-right: 2%;
}
.tooltipster-borderless .tooltipster-content .alignright {
    float: right;
    margin-left: 2%;
}
.tooltipster-borderless .tooltipster-content h1,
.tooltipster-borderless .tooltipster-content h2,
.tooltipster-borderless .tooltipster-content h3,
.tooltipster-borderless .tooltipster-content h4,
.tooltipster-borderless .tooltipster-content h5,
.tooltipster-borderless .tooltipster-content h6,
.tooltipster-borderless .tooltipster-content p {
    margin-bottom: 0.3rem;
}
.tooltipster-borderless .tooltipster-content p {
    font-size: 1.1rem;
    line-height: 1.4em;
}
@media (min-width: 768px) {
    .tooltipster-borderless .tooltipster-content p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .tooltipster-borderless .tooltipster-content p {
        font-size: 1.3rem;
    }
}
.tooltipster-borderless .tooltipster-content ul {
    font-size: 1.1rem;
    line-height: 1.4em;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .tooltipster-borderless .tooltipster-content ul {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .tooltipster-borderless .tooltipster-content ul {
        font-size: 1.3rem;
    }
}
h6 + .tooltipster-borderless .tooltipster-content ul {
    padding-top: 1rem;
}
.tooltipster-borderless .tooltipster-content ul li:not(:last-child) {
    margin-bottom: 0.3em;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: 1px solid #e6e7e9;
    border-width: 1px 1px 2px;
    border-top: 1px solid #41cd52;
    background: #fff;
    box-shadow: 0 1px 2px rgba(9, 16, 43, 0.1);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display: none;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 8px solid transparent;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #41cd52;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.c-modal {
    position: relative;
    background: #fff;
    padding: 20px;
    width: 600px;
    max-width: 95%;
    margin: 20px auto;
}
.c-modal--wide {
    border-top: 2px solid #41cd52;
    padding: 20px;
    width: 875px;
}
@media (min-width: 992px) {
    .c-modal--wide {
        padding: 50px;
    }
}
.js-popup-modal {
    display: inline-block;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.recurly-hosted-field {
    height: 100%;
    cursor: pointer;
}
.c-form-input--invalid .recurly-hosted-field {
    color: #cb0131;
    background: rgba(203, 1, 49, 0.1);
}
.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #ffffff;
}
.hljs,
.hljs-subst,
.hljs-tag,
.hljs-title {
    color: #000000;
}
.hljs-emphasis,
.hljs-strong {
    color: #000000;
}
.hljs-bullet,
.hljs-literal,
.hljs-number,
.hljs-quote,
.hljs-regexp {
    color: #000080;
}
.hljs-code .hljs-selector-class {
    color: #800080;
}
.hljs-emphasis,
.hljs-stronge,
.hljs-type {
    font-style: italic;
}
.hljs-function,
.hljs-keyword,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-symbol {
    color: #808000;
}
.hljs-attribute {
    color: #800000;
}
.hljs-class .hljs-title,
.hljs-params,
.hljs-variable {
    color: #0055af;
}
.hljs-addition,
.hljs-built_in,
.hljs-builtin-name,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-id,
.hljs-selector-pseudo,
.hljs-string,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type {
    color: #008000;
}
.hljs-comment,
.hljs-deletion,
.hljs-meta {
    color: #008000;
}