* {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -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:focus,
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
}

.Clearfix,
.Wrap,
.Wrap--noPadding,
.Wrap--noPaddingAll,
.Wrap--wide,
.Wrap--narrow,
.view-blog,
.view-news,
.view-partners,
.view-resources,
.has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Body-sections>:first-child>.Section {
    zoom: 1
}

.Clearfix:after,
.Wrap:after,
.Wrap--noPadding:after,
.Wrap--noPaddingAll:after,
.Wrap--wide:after,
.Wrap--narrow:after,
.view-blog:after,
.view-news:after,
.view-partners:after,
.view-resources:after,
.has-cutout-hero .Body-sections>.Section:first-child:after,
.has-cutout-hero .Body-sections>:first-child>.Section:after {
    clear: both;
    content: '';
    display: table
}

.Wrap,
.Wrap--noPadding,
.Wrap--noPaddingAll,
.Wrap--wide,
.Wrap--narrow,
.view-blog,
.view-news,
.view-partners,
.view-resources,
.has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Body-sections>:first-child>.Section {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: calc(100% - 60px)
}

.Wrap--noPadding {
    padding-left: 0;
    padding-right: 0;
    max-width: 1300px;
    width: 100%
}

.Wrap--noPaddingAll {
    padding: 0 !important;
    max-width: 1300px;
    width: 100%
}

.preload * {
    transition: none !important
}

.Row,
[class^='Row--'],
[class*=' Row--'],
.Footer-nav,
.view-blog .view-content,
.view-partners .view-content,
.view-resources .view-content {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px -15px 30px;
    width: calc(100% + 30px)
}


/* .Row,
[class^='Row--'],
[class*=' Row--'],
.Footer-nav,
.view-blog .view-content,
.view-partners .view-content,
.view-resources .view-content {
    margin-top: -30px
} */

.Row:first-child,
[class^='Row--']:first-child,
[class*=' Row--']:first-child,
.Footer-nav:first-child,
.view-blog .view-content:first-child,
.view-partners .view-content:first-child,
.view-resources .view-content:first-child {
    margin-top: 0
}

.Row:last-child,
[class^='Row--']:last-child,
[class*=' Row--']:last-child,
.Footer-nav:last-child,
.view-blog .view-content:last-child,
.view-partners .view-content:last-child,
.view-resources .view-content:last-child {
    margin-bottom: -30px
}

.Column,
[class^='Column-'],
[class*=' Column-'],
.Footer-nav>ul.menu,
.view-blog .views-row,
.view-partners .views-row,
.view-resources .views-row {
    padding: 0 15px 30px;
    position: relative
}

@media (min-width: 960px) {
    .Row--wideGutters,
    .view-blog .view-content,
    .view-partners .view-content,
    .view-resources .view-content {
        margin-bottom: 0px;
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px)
    }
    .Row--wideGutters+.Row,
    .view-blog .view-content+.Row,
    .view-partners .view-content+.Row,
    .view-resources .view-content+.Row,
    .Row--wideGutters+.Row--wideGutters,
    .view-blog .view-content+.Row--wideGutters,
    .view-partners .view-content+.Row--wideGutters,
    .view-resources .view-content+.Row--wideGutters,
    .view-blog .Row--wideGutters+.view-content,
    .view-blog .view-content+.view-content,
    .view-partners .Row--wideGutters+.view-content,
    .view-partners .view-content+.view-content,
    .view-resources .Row--wideGutters+.view-content,
    .view-resources .view-content+.view-content {
        margin-top: 0px
    }
    .Row--wideGutters:last-child,
    .view-blog .view-content:last-child,
    .view-partners .view-content:last-child,
    .view-resources .view-content:last-child {
        margin-bottom: -60px
    }
    .Row--wideGutters>.Column,
    .view-blog .view-content>.Column,
    .view-partners .view-content>.Column,
    .view-resources .view-content>.Column,
    .Row--wideGutters>[class^='Column-'],
    .view-blog .view-content>[class^='Column-'],
    .view-partners .view-content>[class^='Column-'],
    .view-resources .view-content>[class^='Column-'],
    .Row--wideGutters>[class*=' Column-'],
    .view-blog .view-content>[class*=' Column-'],
    .view-partners .view-content>[class*=' Column-'],
    .view-resources .view-content>[class*=' Column-'] {
        padding: 0 30px 60px
    }
}

.Column--2_5 {
    width: 20%
}

.ColumnOffset--2_5 {
    margin-left: 20%
}

.Column--1 {
    width: 8.33333%
}

.ColumnOffset--0 {
    margin-left: 0%
}

.Column--2 {
    width: 16.66667%
}

.ColumnOffset--1 {
    margin-left: 8.33333%
}

.Column--3 {
    width: 25%
}

.ColumnOffset--2 {
    margin-left: 16.66667%
}

.Column--4 {
    width: 33.33333%
}

.ColumnOffset--3 {
    margin-left: 25%
}

.Column--5 {
    width: 41.66667%
}

.ColumnOffset--4 {
    margin-left: 33.33333%
}

.Column--6 {
    width: 50%
}

.ColumnOffset--5 {
    margin-left: 41.66667%
}

.Column--7 {
    width: 58.33333%
}

.ColumnOffset--6 {
    margin-left: 50%
}

.Column--8 {
    width: 66.66667%
}

.ColumnOffset--7 {
    margin-left: 58.33333%
}

.Column--9 {
    width: 75%
}

.ColumnOffset--8 {
    margin-left: 66.66667%
}

.Column--10 {
    width: 83.33333%
}

.ColumnOffset--9 {
    margin-left: 75%
}

.Column--11 {
    width: 91.66667%
}

.ColumnOffset--10 {
    margin-left: 83.33333%
}

.Column--12 {
    width: 100%
}

.ColumnOffset--11 {
    margin-left: 91.66667%
}

@media (max-width: 1599px) {
    .Column--xxLarge-1 {
        width: 8.33333%
    }
    .ColumnOffset--xxLarge-0 {
        margin-left: 0%
    }
    .Column--xxLarge-2 {
        width: 16.66667%
    }
    .ColumnOffset--xxLarge-1 {
        margin-left: 8.33333%
    }
    .Column--xxLarge-3 {
        width: 25%
    }
    .ColumnOffset--xxLarge-2 {
        margin-left: 16.66667%
    }
    .Column--xxLarge-4 {
        width: 33.33333%
    }
    .ColumnOffset--xxLarge-3 {
        margin-left: 25%
    }
    .Column--xxLarge-5 {
        width: 41.66667%
    }
    .ColumnOffset--xxLarge-4 {
        margin-left: 33.33333%
    }
    .Column--xxLarge-6 {
        width: 50%
    }
    .ColumnOffset--xxLarge-5 {
        margin-left: 41.66667%
    }
    .Column--xxLarge-7 {
        width: 58.33333%
    }
    .ColumnOffset--xxLarge-6 {
        margin-left: 50%
    }
    .Column--xxLarge-8 {
        width: 66.66667%
    }
    .ColumnOffset--xxLarge-7 {
        margin-left: 58.33333%
    }
    .Column--xxLarge-9 {
        width: 75%
    }
    .ColumnOffset--xxLarge-8 {
        margin-left: 66.66667%
    }
    .Column--xxLarge-10 {
        width: 83.33333%
    }
    .ColumnOffset--xxLarge-9 {
        margin-left: 75%
    }
    .Column--xxLarge-11 {
        width: 91.66667%
    }
    .ColumnOffset--xxLarge-10 {
        margin-left: 83.33333%
    }
    .Column--xxLarge-12 {
        width: 100%
    }
    .ColumnOffset--xxLarge-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 1399px) {
    .Column--xLarge-1 {
        width: 8.33333%
    }
    .ColumnOffset--xLarge-0 {
        margin-left: 0%
    }
    .Column--xLarge-2 {
        width: 16.66667%
    }
    .ColumnOffset--xLarge-1 {
        margin-left: 8.33333%
    }
    .Column--xLarge-3 {
        width: 25%
    }
    .ColumnOffset--xLarge-2 {
        margin-left: 16.66667%
    }
    .Column--xLarge-4 {
        width: 33.33333%
    }
    .ColumnOffset--xLarge-3 {
        margin-left: 25%
    }
    .Column--xLarge-5 {
        width: 41.66667%
    }
    .ColumnOffset--xLarge-4 {
        margin-left: 33.33333%
    }
    .Column--xLarge-6 {
        width: 50%
    }
    .ColumnOffset--xLarge-5 {
        margin-left: 41.66667%
    }
    .Column--xLarge-7 {
        width: 58.33333%
    }
    .ColumnOffset--xLarge-6 {
        margin-left: 50%
    }
    .Column--xLarge-8 {
        width: 66.66667%
    }
    .ColumnOffset--xLarge-7 {
        margin-left: 58.33333%
    }
    .Column--xLarge-9 {
        width: 75%
    }
    .ColumnOffset--xLarge-8 {
        margin-left: 66.66667%
    }
    .Column--xLarge-10 {
        width: 83.33333%
    }
    .ColumnOffset--xLarge-9 {
        margin-left: 75%
    }
    .Column--xLarge-11 {
        width: 91.66667%
    }
    .ColumnOffset--xLarge-10 {
        margin-left: 83.33333%
    }
    .Column--xLarge-12 {
        width: 100%
    }
    .ColumnOffset--xLarge-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 1199px) {
    .Column--large-1 {
        width: 8.33333%
    }
    .ColumnOffset--large-0 {
        margin-left: 0%
    }
    .Column--large-2 {
        width: 16.66667%
    }
    .ColumnOffset--large-1 {
        margin-left: 8.33333%
    }
    .Column--large-3 {
        width: 25%
    }
    .ColumnOffset--large-2 {
        margin-left: 16.66667%
    }
    .Column--large-4 {
        width: 33.33333%
    }
    .ColumnOffset--large-3 {
        margin-left: 25%
    }
    .Column--large-5 {
        width: 41.66667%
    }
    .ColumnOffset--large-4 {
        margin-left: 33.33333%
    }
    .Column--large-6 {
        width: 50%
    }
    .ColumnOffset--large-5 {
        margin-left: 41.66667%
    }
    .Column--large-7 {
        width: 58.33333%
    }
    .ColumnOffset--large-6 {
        margin-left: 50%
    }
    .Column--large-8 {
        width: 66.66667%
    }
    .ColumnOffset--large-7 {
        margin-left: 58.33333%
    }
    .Column--large-9 {
        width: 75%
    }
    .ColumnOffset--large-8 {
        margin-left: 66.66667%
    }
    .Column--large-10 {
        width: 83.33333%
    }
    .ColumnOffset--large-9 {
        margin-left: 75%
    }
    .Column--large-11 {
        width: 91.66667%
    }
    .ColumnOffset--large-10 {
        margin-left: 83.33333%
    }
    .Column--large-12 {
        width: 100%
    }
    .ColumnOffset--large-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 1039px) {
    .Column--mediumLarge-1 {
        width: 8.33333%
    }
    .ColumnOffset--mediumLarge-0 {
        margin-left: 0%
    }
    .Column--mediumLarge-2 {
        width: 16.66667%
    }
    .ColumnOffset--mediumLarge-1 {
        margin-left: 8.33333%
    }
    .Column--mediumLarge-3 {
        width: 25%
    }
    .ColumnOffset--mediumLarge-2 {
        margin-left: 16.66667%
    }
    .Column--mediumLarge-4 {
        width: 33.33333%
    }
    .ColumnOffset--mediumLarge-3 {
        margin-left: 25%
    }
    .Column--mediumLarge-5 {
        width: 41.66667%
    }
    .ColumnOffset--mediumLarge-4 {
        margin-left: 33.33333%
    }
    .Column--mediumLarge-6 {
        width: 50%
    }
    .ColumnOffset--mediumLarge-5 {
        margin-left: 41.66667%
    }
    .Column--mediumLarge-7 {
        width: 58.33333%
    }
    .ColumnOffset--mediumLarge-6 {
        margin-left: 50%
    }
    .Column--mediumLarge-8 {
        width: 66.66667%
    }
    .ColumnOffset--mediumLarge-7 {
        margin-left: 58.33333%
    }
    .Column--mediumLarge-9 {
        width: 75%
    }
    .ColumnOffset--mediumLarge-8 {
        margin-left: 66.66667%
    }
    .Column--mediumLarge-10 {
        width: 83.33333%
    }
    .ColumnOffset--mediumLarge-9 {
        margin-left: 75%
    }
    .Column--mediumLarge-11 {
        width: 91.66667%
    }
    .ColumnOffset--mediumLarge-10 {
        margin-left: 83.33333%
    }
    .Column--mediumLarge-12 {
        width: 100%
    }
    .ColumnOffset--mediumLarge-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 959px) {
    .Column--medium-1 {
        width: 8.33333%
    }
    .ColumnOffset--medium-0 {
        margin-left: 0%
    }
    .Column--medium-2 {
        width: 16.66667%
    }
    .ColumnOffset--medium-1 {
        margin-left: 8.33333%
    }
    .Column--medium-3 {
        width: 25%
    }
    .ColumnOffset--medium-2 {
        margin-left: 16.66667%
    }
    .Column--medium-4 {
        width: 33.33333%
    }
    .ColumnOffset--medium-3 {
        margin-left: 25%
    }
    .Column--medium-5 {
        width: 41.66667%
    }
    .ColumnOffset--medium-4 {
        margin-left: 33.33333%
    }
    .Column--medium-6 {
        width: 50%
    }
    .ColumnOffset--medium-5 {
        margin-left: 41.66667%
    }
    .Column--medium-7 {
        width: 58.33333%
    }
    .ColumnOffset--medium-6 {
        margin-left: 50%
    }
    .Column--medium-8 {
        width: 66.66667%
    }
    .ColumnOffset--medium-7 {
        margin-left: 58.33333%
    }
    .Column--medium-9 {
        width: 75%
    }
    .ColumnOffset--medium-8 {
        margin-left: 66.66667%
    }
    .Column--medium-10 {
        width: 83.33333%
    }
    .ColumnOffset--medium-9 {
        margin-left: 75%
    }
    .Column--medium-11 {
        width: 91.66667%
    }
    .ColumnOffset--medium-10 {
        margin-left: 83.33333%
    }
    .Column--medium-12 {
        width: 100%
    }
    .ColumnOffset--medium-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 819px) {
    .Column--mediumSmall-1 {
        width: 8.33333%
    }
    .ColumnOffset--mediumSmall-0 {
        margin-left: 0%
    }
    .Column--mediumSmall-2 {
        width: 16.66667%
    }
    .ColumnOffset--mediumSmall-1 {
        margin-left: 8.33333%
    }
    .Column--mediumSmall-3 {
        width: 25%
    }
    .ColumnOffset--mediumSmall-2 {
        margin-left: 16.66667%
    }
    .Column--mediumSmall-4 {
        width: 33.33333%
    }
    .ColumnOffset--mediumSmall-3 {
        margin-left: 25%
    }
    .Column--mediumSmall-5 {
        width: 41.66667%
    }
    .ColumnOffset--mediumSmall-4 {
        margin-left: 33.33333%
    }
    .Column--mediumSmall-6 {
        width: 50%
    }
    .ColumnOffset--mediumSmall-5 {
        margin-left: 41.66667%
    }
    .Column--mediumSmall-7 {
        width: 58.33333%
    }
    .ColumnOffset--mediumSmall-6 {
        margin-left: 50%
    }
    .Column--mediumSmall-8 {
        width: 66.66667%
    }
    .ColumnOffset--mediumSmall-7 {
        margin-left: 58.33333%
    }
    .Column--mediumSmall-9 {
        width: 75%
    }
    .ColumnOffset--mediumSmall-8 {
        margin-left: 66.66667%
    }
    .Column--mediumSmall-10 {
        width: 83.33333%
    }
    .ColumnOffset--mediumSmall-9 {
        margin-left: 75%
    }
    .Column--mediumSmall-11 {
        width: 91.66667%
    }
    .ColumnOffset--mediumSmall-10 {
        margin-left: 83.33333%
    }
    .Column--mediumSmall-12 {
        width: 100%
    }
    .ColumnOffset--mediumSmall-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 767px) {
    .Column--ipad-1 {
        width: 8.33333%
    }
    .ColumnOffset--ipad-0 {
        margin-left: 0%
    }
    .Column--ipad-2 {
        width: 16.66667%
    }
    .ColumnOffset--ipad-1 {
        margin-left: 8.33333%
    }
    .Column--ipad-3 {
        width: 25%
    }
    .ColumnOffset--ipad-2 {
        margin-left: 16.66667%
    }
    .Column--ipad-4 {
        width: 33.33333%
    }
    .ColumnOffset--ipad-3 {
        margin-left: 25%
    }
    .Column--ipad-5 {
        width: 41.66667%
    }
    .ColumnOffset--ipad-4 {
        margin-left: 33.33333%
    }
    .Column--ipad-6 {
        width: 50%
    }
    .ColumnOffset--ipad-5 {
        margin-left: 41.66667%
    }
    .Column--ipad-7 {
        width: 58.33333%
    }
    .ColumnOffset--ipad-6 {
        margin-left: 50%
    }
    .Column--ipad-8 {
        width: 66.66667%
    }
    .ColumnOffset--ipad-7 {
        margin-left: 58.33333%
    }
    .Column--ipad-9 {
        width: 75%
    }
    .ColumnOffset--ipad-8 {
        margin-left: 66.66667%
    }
    .Column--ipad-10 {
        width: 83.33333%
    }
    .ColumnOffset--ipad-9 {
        margin-left: 75%
    }
    .Column--ipad-11 {
        width: 91.66667%
    }
    .ColumnOffset--ipad-10 {
        margin-left: 83.33333%
    }
    .Column--ipad-12 {
        width: 100%
    }
    .ColumnOffset--ipad-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 639px) {
    .Column--small-1 {
        width: 8.33333%
    }
    .ColumnOffset--small-0 {
        margin-left: 0%
    }
    .Column--small-2 {
        width: 16.66667%
    }
    .ColumnOffset--small-1 {
        margin-left: 8.33333%
    }
    .Column--small-3 {
        width: 25%
    }
    .ColumnOffset--small-2 {
        margin-left: 16.66667%
    }
    .Column--small-4 {
        width: 33.33333%
    }
    .ColumnOffset--small-3 {
        margin-left: 25%
    }
    .Column--small-5 {
        width: 41.66667%
    }
    .ColumnOffset--small-4 {
        margin-left: 33.33333%
    }
    .Column--small-6 {
        width: 50%
    }
    .ColumnOffset--small-5 {
        margin-left: 41.66667%
    }
    .Column--small-7 {
        width: 58.33333%
    }
    .ColumnOffset--small-6 {
        margin-left: 50%
    }
    .Column--small-8 {
        width: 66.66667%
    }
    .ColumnOffset--small-7 {
        margin-left: 58.33333%
    }
    .Column--small-9 {
        width: 75%
    }
    .ColumnOffset--small-8 {
        margin-left: 66.66667%
    }
    .Column--small-10 {
        width: 83.33333%
    }
    .ColumnOffset--small-9 {
        margin-left: 75%
    }
    .Column--small-11 {
        width: 91.66667%
    }
    .ColumnOffset--small-10 {
        margin-left: 83.33333%
    }
    .Column--small-12 {
        width: 100%
    }
    .ColumnOffset--small-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 413px) {
    .Column--mobileLarge-1 {
        width: 8.33333%
    }
    .ColumnOffset--mobileLarge-0 {
        margin-left: 0%
    }
    .Column--mobileLarge-2 {
        width: 16.66667%
    }
    .ColumnOffset--mobileLarge-1 {
        margin-left: 8.33333%
    }
    .Column--mobileLarge-3 {
        width: 25%
    }
    .ColumnOffset--mobileLarge-2 {
        margin-left: 16.66667%
    }
    .Column--mobileLarge-4 {
        width: 33.33333%
    }
    .ColumnOffset--mobileLarge-3 {
        margin-left: 25%
    }
    .Column--mobileLarge-5 {
        width: 41.66667%
    }
    .ColumnOffset--mobileLarge-4 {
        margin-left: 33.33333%
    }
    .Column--mobileLarge-6 {
        width: 50%
    }
    .ColumnOffset--mobileLarge-5 {
        margin-left: 41.66667%
    }
    .Column--mobileLarge-7 {
        width: 58.33333%
    }
    .ColumnOffset--mobileLarge-6 {
        margin-left: 50%
    }
    .Column--mobileLarge-8 {
        width: 66.66667%
    }
    .ColumnOffset--mobileLarge-7 {
        margin-left: 58.33333%
    }
    .Column--mobileLarge-9 {
        width: 75%
    }
    .ColumnOffset--mobileLarge-8 {
        margin-left: 66.66667%
    }
    .Column--mobileLarge-10 {
        width: 83.33333%
    }
    .ColumnOffset--mobileLarge-9 {
        margin-left: 75%
    }
    .Column--mobileLarge-11 {
        width: 91.66667%
    }
    .ColumnOffset--mobileLarge-10 {
        margin-left: 83.33333%
    }
    .Column--mobileLarge-12 {
        width: 100%
    }
    .ColumnOffset--mobileLarge-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 479px) {
    .Column--xSmall-1 {
        width: 8.33333%
    }
    .ColumnOffset--xSmall-0 {
        margin-left: 0%
    }
    .Column--xSmall-2 {
        width: 16.66667%
    }
    .ColumnOffset--xSmall-1 {
        margin-left: 8.33333%
    }
    .Column--xSmall-3 {
        width: 25%
    }
    .ColumnOffset--xSmall-2 {
        margin-left: 16.66667%
    }
    .Column--xSmall-4 {
        width: 33.33333%
    }
    .ColumnOffset--xSmall-3 {
        margin-left: 25%
    }
    .Column--xSmall-5 {
        width: 41.66667%
    }
    .ColumnOffset--xSmall-4 {
        margin-left: 33.33333%
    }
    .Column--xSmall-6 {
        width: 50%
    }
    .ColumnOffset--xSmall-5 {
        margin-left: 41.66667%
    }
    .Column--xSmall-7 {
        width: 58.33333%
    }
    .ColumnOffset--xSmall-6 {
        margin-left: 50%
    }
    .Column--xSmall-8 {
        width: 66.66667%
    }
    .ColumnOffset--xSmall-7 {
        margin-left: 58.33333%
    }
    .Column--xSmall-9 {
        width: 75%
    }
    .ColumnOffset--xSmall-8 {
        margin-left: 66.66667%
    }
    .Column--xSmall-10 {
        width: 83.33333%
    }
    .ColumnOffset--xSmall-9 {
        margin-left: 75%
    }
    .Column--xSmall-11 {
        width: 91.66667%
    }
    .ColumnOffset--xSmall-10 {
        margin-left: 83.33333%
    }
    .Column--xSmall-12 {
        width: 100%
    }
    .ColumnOffset--xSmall-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 374px) {
    .Column--mobileMedium-1 {
        width: 8.33333%
    }
    .ColumnOffset--mobileMedium-0 {
        margin-left: 0%
    }
    .Column--mobileMedium-2 {
        width: 16.66667%
    }
    .ColumnOffset--mobileMedium-1 {
        margin-left: 8.33333%
    }
    .Column--mobileMedium-3 {
        width: 25%
    }
    .ColumnOffset--mobileMedium-2 {
        margin-left: 16.66667%
    }
    .Column--mobileMedium-4 {
        width: 33.33333%
    }
    .ColumnOffset--mobileMedium-3 {
        margin-left: 25%
    }
    .Column--mobileMedium-5 {
        width: 41.66667%
    }
    .ColumnOffset--mobileMedium-4 {
        margin-left: 33.33333%
    }
    .Column--mobileMedium-6 {
        width: 50%
    }
    .ColumnOffset--mobileMedium-5 {
        margin-left: 41.66667%
    }
    .Column--mobileMedium-7 {
        width: 58.33333%
    }
    .ColumnOffset--mobileMedium-6 {
        margin-left: 50%
    }
    .Column--mobileMedium-8 {
        width: 66.66667%
    }
    .ColumnOffset--mobileMedium-7 {
        margin-left: 58.33333%
    }
    .Column--mobileMedium-9 {
        width: 75%
    }
    .ColumnOffset--mobileMedium-8 {
        margin-left: 66.66667%
    }
    .Column--mobileMedium-10 {
        width: 83.33333%
    }
    .ColumnOffset--mobileMedium-9 {
        margin-left: 75%
    }
    .Column--mobileMedium-11 {
        width: 91.66667%
    }
    .ColumnOffset--mobileMedium-10 {
        margin-left: 83.33333%
    }
    .Column--mobileMedium-12 {
        width: 100%
    }
    .ColumnOffset--mobileMedium-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 319px) {
    .Column--xxSmall-1 {
        width: 8.33333%
    }
    .ColumnOffset--xxSmall-0 {
        margin-left: 0%
    }
    .Column--xxSmall-2 {
        width: 16.66667%
    }
    .ColumnOffset--xxSmall-1 {
        margin-left: 8.33333%
    }
    .Column--xxSmall-3 {
        width: 25%
    }
    .ColumnOffset--xxSmall-2 {
        margin-left: 16.66667%
    }
    .Column--xxSmall-4 {
        width: 33.33333%
    }
    .ColumnOffset--xxSmall-3 {
        margin-left: 25%
    }
    .Column--xxSmall-5 {
        width: 41.66667%
    }
    .ColumnOffset--xxSmall-4 {
        margin-left: 33.33333%
    }
    .Column--xxSmall-6 {
        width: 50%
    }
    .ColumnOffset--xxSmall-5 {
        margin-left: 41.66667%
    }
    .Column--xxSmall-7 {
        width: 58.33333%
    }
    .ColumnOffset--xxSmall-6 {
        margin-left: 50%
    }
    .Column--xxSmall-8 {
        width: 66.66667%
    }
    .ColumnOffset--xxSmall-7 {
        margin-left: 58.33333%
    }
    .Column--xxSmall-9 {
        width: 75%
    }
    .ColumnOffset--xxSmall-8 {
        margin-left: 66.66667%
    }
    .Column--xxSmall-10 {
        width: 83.33333%
    }
    .ColumnOffset--xxSmall-9 {
        margin-left: 75%
    }
    .Column--xxSmall-11 {
        width: 91.66667%
    }
    .ColumnOffset--xxSmall-10 {
        margin-left: 83.33333%
    }
    .Column--xxSmall-12 {
        width: 100%
    }
    .ColumnOffset--xxSmall-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 319px) {
    .Column--mobileSmall-1 {
        width: 8.33333%
    }
    .ColumnOffset--mobileSmall-0 {
        margin-left: 0%
    }
    .Column--mobileSmall-2 {
        width: 16.66667%
    }
    .ColumnOffset--mobileSmall-1 {
        margin-left: 8.33333%
    }
    .Column--mobileSmall-3 {
        width: 25%
    }
    .ColumnOffset--mobileSmall-2 {
        margin-left: 16.66667%
    }
    .Column--mobileSmall-4 {
        width: 33.33333%
    }
    .ColumnOffset--mobileSmall-3 {
        margin-left: 25%
    }
    .Column--mobileSmall-5 {
        width: 41.66667%
    }
    .ColumnOffset--mobileSmall-4 {
        margin-left: 33.33333%
    }
    .Column--mobileSmall-6 {
        width: 50%
    }
    .ColumnOffset--mobileSmall-5 {
        margin-left: 41.66667%
    }
    .Column--mobileSmall-7 {
        width: 58.33333%
    }
    .ColumnOffset--mobileSmall-6 {
        margin-left: 50%
    }
    .Column--mobileSmall-8 {
        width: 66.66667%
    }
    .ColumnOffset--mobileSmall-7 {
        margin-left: 58.33333%
    }
    .Column--mobileSmall-9 {
        width: 75%
    }
    .ColumnOffset--mobileSmall-8 {
        margin-left: 66.66667%
    }
    .Column--mobileSmall-10 {
        width: 83.33333%
    }
    .ColumnOffset--mobileSmall-9 {
        margin-left: 75%
    }
    .Column--mobileSmall-11 {
        width: 91.66667%
    }
    .ColumnOffset--mobileSmall-10 {
        margin-left: 83.33333%
    }
    .Column--mobileSmall-12 {
        width: 100%
    }
    .ColumnOffset--mobileSmall-11 {
        margin-left: 91.66667%
    }
}

.u-Flex {
    display: -ms-flexbox;
    display: flex
}

.u-Center,
.u-alignCenter,
.u-valignMiddle {
    -ms-flex-align: center;
    align-items: center
}

.u-Stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.u-Justify,
.u-justifyCenter {
    -ms-flex-pack: center;
    justify-content: center
}

.u-Wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.u-WrapRow {
    -ms-flex-wrap: column;
    flex-wrap: column;
    display: none
}

[class^='ShowOn--'],
[class*=' ShowOn--'] {
    display: none
}

@media (max-width: 319px) {
    .HideOn--mobileSmall {
        display: none
    }
    .ShowOn--mobileSmall {
        display: block
    }
}

@media (max-width: 319px) {
    .HideOn--xxSmall {
        display: none
    }
    .ShowOn--xxSmall {
        display: block
    }
}

@media (max-width: 374px) {
    .HideOn--mobileMedium {
        display: none
    }
    .ShowOn--mobileMedium {
        display: block
    }
}

@media (max-width: 479px) {
    .HideOn--xSmall {
        display: none
    }
    .ShowOn--xSmall {
        display: block
    }
}

@media (max-width: 413px) {
    .HideOn--mobileLarge {
        display: none
    }
    .ShowOn--mobileLarge {
        display: block
    }
}

@media (max-width: 639px) {
    .HideOn--small {
        display: none
    }
    .ShowOn--small {
        display: block
    }
}

@media (max-width: 767px) {
    .HideOn--ipad {
        display: none
    }
    .ShowOn--ipad {
        display: block
    }
}

@media (max-width: 819px) {
    .HideOn--mediumSmall {
        display: none
    }
    .ShowOn--mediumSmall {
        display: block
    }
}

@media (max-width: 959px) {
    .HideOn--medium {
        display: none
    }
    .ShowOn--medium {
        display: block
    }
}

@media (max-width: 1039px) {
    .HideOn--mediumLarge {
        display: none
    }
    .ShowOn--mediumLarge {
        display: block
    }
}

@media (max-width: 1199px) {
    .HideOn--large {
        display: none
    }
    .ShowOn--large {
        display: block
    }
}

@media (max-width: 1399px) {
    .HideOn--xLarge {
        display: none
    }
    .ShowOn--xLarge {
        display: block
    }
}

@media (max-width: 1599px) {
    .HideOn--xxLarge {
        display: none
    }
    .ShowOn--xxLarge {
        display: block
    }
}

[class^='ResponsiveRatio--'],
[class*=' ResponsiveRatio--'],
.Card-image,
.Resource-image {
    display: block;
    font-size: 0;
    position: relative;
    width: 100%
}

[class^='ResponsiveRatio--']:before,
[class*=' ResponsiveRatio--']:before,
.Card-image:before,
.Resource-image:before {
    content: '';
    display: inline-block;
    margin-left: -1px;
    padding-bottom: 100%;
    vertical-align: middle;
    width: 1px
}

[class^='ResponsiveRatio--']>:only-child,
[class*=' ResponsiveRatio--']>:only-child,
.Card-image>:only-child,
.Resource-image>:only-child {
    display: block;
    font-size: 1rem;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.ResponsiveRatio--1x2:before {
    padding-bottom: 200%
}

.ResponsiveRatio--2x1:before {
    padding-bottom: 50%
}

.ResponsiveRatio--2x3:before {
    padding-bottom: 150%
}

.ResponsiveRatio--3x1:before {
    padding-bottom: 33.33333%
}

.ResponsiveRatio--3x2:before {
    padding-bottom: 66.66667%
}

.ResponsiveRatio--3x4:before {
    padding-bottom: 133.33333%
}

.ResponsiveRatio--4x1:before {
    padding-bottom: 25%
}

.ResponsiveRatio--4x3:before {
    padding-bottom: 75%
}

.ResponsiveRatio--5x1:before {
    padding-bottom: 20%
}

.ResponsiveRatio--5x2:before {
    padding-bottom: 40%
}

.ResponsiveRatio--5x3:before {
    padding-bottom: 60%
}

.ResponsiveRatio--5x4:before {
    padding-bottom: 80%
}

.ResponsiveRatio--16x9:before {
    padding-bottom: 56.25%
}

body .PacNav--hidden {
    display: none !important
}

.color-default {
    color: #4a4a4a
}

.color-accent {
    color: #0061D5
}

.color-accent-hover {
    color: #4c90e1
}

.color-black {
    color: #0D1722
}

.color-white {
    color: #fff
}

.color-darkest-gray {
    color: #273A42
}

.color-darker-gray {
    color: #333
}

.color-dark-gray {
    color: #595959
}

.color-gray {
    color: #666
}

.color-light-gray {
    color: #979797
}

.color-lighter-gray {
    color: #D8D8D8
}

.color-lightest-gray {
    color: #F4F4F4
}

.color-dark-blue {
    color: #004daa
}

.color-blue {
    color: #0061D5
}

.color-light-blue {
    color: #1970d9
}

.color-lighter-blue {
    color: #4c90e1
}

.color-dark-red {
    color: #ce1167
}

.color-red {
    color: #E51373
}

.color-light-red {
    color: #ffd699
}

hr {
    margin: 90px 0;
    background: #979797;
    border: 0;
    display: block;
    height: 1px
}

hr:first-child {
    margin-top: 0
}

hr:last-child {
    margin-bottom: 0
}

@media (max-width: 959px) {
    hr {
        margin: 60px 0
    }
    hr:first-child {
        margin-top: 0
    }
    hr:last-child {
        margin-bottom: 0
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 30px 0;
    font-weight: inherit
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
    margin-top: 0
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
    margin-bottom: 0
}

@media (max-width: 639px) {
    h1 br,
    .h1 br,
    h2 br,
    .h2 br,
    h3 br,
    .h3 br,
    h4 br,
    .h4 br,
    h5 br,
    .h5 br,
    h6 br,
    .h6 br {
        display: none
    }
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
h1 a:active,
.h1 a:active,
h2 a:active,
.h2 a:active,
h3 a:active,
.h3 a:active,
h4 a:active,
.h4 a:active,
h5 a:active,
.h5 a:active,
h6 a:active,
.h6 a:active,
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    color: inherit
}

html {
    color: #4a4a4a;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 200;
    line-height: 60px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

@media (max-width: 959px) {
    h1,
    .h1 {
        font-size: 36px
    }
}

@media (max-width: 639px) {
    h1,
    .h1 {
        font-size: 32px
    }
}

@media (max-width: 959px) {
    h1,
    .h1 {
        line-height: 54px
    }
}

@media (max-width: 639px) {
    h1,
    .h1 {
        line-height: 48px
    }
}

h2,
.h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 52px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

@media (max-width: 959px) {
    h2,
    .h2 {
        font-size: 32px
    }
}

@media (max-width: 639px) {
    h2,
    .h2 {
        font-size: 26px
    }
}

@media (max-width: 959px) {
    h2,
    .h2 {
        line-height: 48px
    }
}

@media (max-width: 639px) {
    h2,
    .h2 {
        line-height: 38px
    }
}

h3,
.h3 {
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

@media (max-width: 959px) {
    h3,
    .h3 {
        font-size: 24px
    }
}

@media (max-width: 639px) {
    h3,
    .h3 {
        font-size: 20px
    }
}

@media (max-width: 959px) {
    h3,
    .h3 {
        line-height: 36px
    }
}

@media (max-width: 639px) {
    h3,
    .h3 {
        line-height: 30px
    }
}

h4,
.h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

@media (max-width: 639px) {
    h4,
    .h4 {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    h4,
    .h4 {
        line-height: 28px
    }
}

h5,
.h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

@media (max-width: 639px) {
    h5,
    .h5 {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    h5,
    .h5 {
        line-height: 28px
    }
}

h6,
.h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

.media-p,
p,
ul,
ol,
blockquote,
table,
address,
form,
pre {
    margin: 30px 0
}

.media-p:first-child,
p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child,
table:first-child,
address:first-child,
form:first-child,
pre:first-child {
    margin-top: 0
}

.media-p:last-child,
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
table:last-child,
address:last-child,
form:last-child,
pre:last-child {
    margin-bottom: 0
}

.media-p+h1,
.media-p+.h1,
.media-p+h2,
.media-p+.h2,
.media-p+h3,
.media-p+.h3,
.media-p+h4,
.media-p+.h4,
.media-p+h5,
.media-p+.h5,
.media-p+h6,
.media-p+.h6,
p+h1,
p+.h1,
p+h2,
p+.h2,
p+h3,
p+.h3,
p+h4,
p+.h4,
p+h5,
p+.h5,
p+h6,
p+.h6,
ul+h1,
ul+.h1,
ul+h2,
ul+.h2,
ul+h3,
ul+.h3,
ul+h4,
ul+.h4,
ul+h5,
ul+.h5,
ul+h6,
ul+.h6,
ol+h1,
ol+.h1,
ol+h2,
ol+.h2,
ol+h3,
ol+.h3,
ol+h4,
ol+.h4,
ol+h5,
ol+.h5,
ol+h6,
ol+.h6,
blockquote+h1,
blockquote+.h1,
blockquote+h2,
blockquote+.h2,
blockquote+h3,
blockquote+.h3,
blockquote+h4,
blockquote+.h4,
blockquote+h5,
blockquote+.h5,
blockquote+h6,
blockquote+.h6,
table+h1,
table+.h1,
table+h2,
table+.h2,
table+h3,
table+.h3,
table+h4,
table+.h4,
table+h5,
table+.h5,
table+h6,
table+.h6,
address+h1,
address+.h1,
address+h2,
address+.h2,
address+h3,
address+.h3,
address+h4,
address+.h4,
address+h5,
address+.h5,
address+h6,
address+.h6,
form+h1,
form+.h1,
form+h2,
form+.h2,
form+h3,
form+.h3,
form+h4,
form+.h4,
form+h5,
form+.h5,
form+h6,
form+.h6,
pre+h1,
pre+.h1,
pre+h2,
pre+.h2,
pre+h3,
pre+.h3,
pre+h4,
pre+.h4,
pre+h5,
pre+.h5,
pre+h6,
pre+.h6 {
    margin-top: 30px
}

@media (max-width: 959px) {
    .media-p+h1,
    .media-p+.h1,
    .media-p+h2,
    .media-p+.h2,
    .media-p+h3,
    .media-p+.h3,
    .media-p+h4,
    .media-p+.h4,
    .media-p+h5,
    .media-p+.h5,
    .media-p+h6,
    .media-p+.h6,
    p+h1,
    p+.h1,
    p+h2,
    p+.h2,
    p+h3,
    p+.h3,
    p+h4,
    p+.h4,
    p+h5,
    p+.h5,
    p+h6,
    p+.h6,
    ul+h1,
    ul+.h1,
    ul+h2,
    ul+.h2,
    ul+h3,
    ul+.h3,
    ul+h4,
    ul+.h4,
    ul+h5,
    ul+.h5,
    ul+h6,
    ul+.h6,
    ol+h1,
    ol+.h1,
    ol+h2,
    ol+.h2,
    ol+h3,
    ol+.h3,
    ol+h4,
    ol+.h4,
    ol+h5,
    ol+.h5,
    ol+h6,
    ol+.h6,
    blockquote+h1,
    blockquote+.h1,
    blockquote+h2,
    blockquote+.h2,
    blockquote+h3,
    blockquote+.h3,
    blockquote+h4,
    blockquote+.h4,
    blockquote+h5,
    blockquote+.h5,
    blockquote+h6,
    blockquote+.h6,
    table+h1,
    table+.h1,
    table+h2,
    table+.h2,
    table+h3,
    table+.h3,
    table+h4,
    table+.h4,
    table+h5,
    table+.h5,
    table+h6,
    table+.h6,
    address+h1,
    address+.h1,
    address+h2,
    address+.h2,
    address+h3,
    address+.h3,
    address+h4,
    address+.h4,
    address+h5,
    address+.h5,
    address+h6,
    address+.h6,
    form+h1,
    form+.h1,
    form+h2,
    form+.h2,
    form+h3,
    form+.h3,
    form+h4,
    form+.h4,
    form+h5,
    form+.h5,
    form+h6,
    form+.h6,
    pre+h1,
    pre+.h1,
    pre+h2,
    pre+.h2,
    pre+h3,
    pre+.h3,
    pre+h4,
    pre+.h4,
    pre+h5,
    pre+.h5,
    pre+h6,
    pre+.h6 {
        margin-top: 30px
    }
}

ol,
ul {
    padding-left: 1.5em
}

a {
    color: #0061D5;
    transition: 0.4s color;
    text-decoration: none
}

a:active,
a:hover {
    color: #FFE9DB;
    text-decoration: underline
}

article {
    margin: 60px 0
}

article:first-child {
    margin-top: 0
}

article:last-child {
    margin-bottom: 0
}

strong {
    font-weight: bold
}

pre {
    display: block;
    white-space: pre-wrap
}

code {
    display: inline-block;
    white-space: pre
}

blockquote {
    padding: 0 0 0 40px
}

img {
    max-width: 100%
}

.u-AlignCenter {
    text-align: center !important
}

.u-AlignLeft {
    text-align: left !important
}

.u-AlignRight {
    text-align: right !important
}

table {
    width: 100%
}

th {
    text-align: left
}

th,
td {
    padding: 20px 30px
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
textarea {
    line-height: 28px;
    padding: 20px 30px;
    transition: 0.4s all;
    border: 1px solid #979797;
    font-size: 1rem
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=datetime]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
    color: #666
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: #595959;
    outline: none
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=datetime]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
textarea:hover {
    border-color: #666
}

input[type=text]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=datetime]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=month]:focus:-ms-input-placeholder,
input[type=week]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type=text]:hover:-ms-input-placeholder,
input[type=email]:hover:-ms-input-placeholder,
input[type=password]:hover:-ms-input-placeholder,
input[type=search]:hover:-ms-input-placeholder,
input[type=number]:hover:-ms-input-placeholder,
input[type=url]:hover:-ms-input-placeholder,
input[type=tel]:hover:-ms-input-placeholder,
input[type=datetime]:hover:-ms-input-placeholder,
input[type=date]:hover:-ms-input-placeholder,
input[type=month]:hover:-ms-input-placeholder,
input[type=week]:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder {
    color: #595959
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
textarea:focus::placeholder,
input[type=text]:hover::placeholder,
input[type=email]:hover::placeholder,
input[type=password]:hover::placeholder,
input[type=search]:hover::placeholder,
input[type=number]:hover::placeholder,
input[type=url]:hover::placeholder,
input[type=tel]:hover::placeholder,
input[type=datetime]:hover::placeholder,
input[type=date]:hover::placeholder,
input[type=month]:hover::placeholder,
input[type=week]:hover::placeholder,
textarea:hover::placeholder {
    color: #595959
}

.Button,
[class^='Button--'],
[class*=' Button--'],
.Resource-form .ao-form-submit,
.ActonFormSection .Section-content .ao-form-submit,
.BlogView-subscribe .ao-form-submit,
.hs-button,
.QuickLinks a,
.ResourcesView-subscribe .ao-form-submit,
.pager-load-more a,
.item-list .pager-load-more a,
.page-user .form-actions input[type='submit'] {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px;
    transition: 0.4s background, 0.4s border, 0.4s color;
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.Button>a,
[class^='Button--']>a,
[class*=' Button--']>a,
.Resource-form .ao-form-submit>a,
.ActonFormSection .Section-content .ao-form-submit>a,
.BlogView-subscribe .ao-form-submit>a,
.hs-button>a,
.QuickLinks a>a,
.ResourcesView-subscribe .ao-form-submit>a,
.pager-load-more a>a,
.item-list .pager-load-more a>a,
.page-user .form-actions input[type='submit']>a {
    color: inherit
}

.Button:active,
[class^='Button--']:active,
[class*=' Button--']:active,
.Resource-form .ao-form-submit:active,
.ActonFormSection .Section-content .ao-form-submit:active,
.BlogView-subscribe .ao-form-submit:active,
.hs-button:active,
.QuickLinks a:active,
.ResourcesView-subscribe .ao-form-submit:active,
.pager-load-more a:active,
.page-user .form-actions input[type='submit']:active,
.Button:hover,
[class^='Button--']:hover,
[class*=' Button--']:hover,
.Resource-form .ao-form-submit:hover,
.ActonFormSection .Section-content .ao-form-submit:hover,
.BlogView-subscribe .ao-form-submit:hover,
.hs-button:hover,
.QuickLinks a:hover,
.ResourcesView-subscribe .ao-form-submit:hover,
.pager-load-more a:hover,
.page-user .form-actions input[type='submit']:hover {
    color: #4a4a4a;
    text-decoration: none
}

.Button,
[class^='Button--'],
[class*=' Button--'] {
    background: #0061D5;
    color: #fff
}

.Button:active,
.Button:hover,
[class^='Button--']:active,
[class^='Button--']:hover,
[class*=' Button--']:active,
[class*=' Button--']:hover {
    color: #fff
}

.Button--outline,
.pager-load-more a,
.item-list .pager-load-more a {
    color: #FF5E00;
    background: none;
    border-color: #FF5E00
}

.Button--outline:active,
.pager-load-more a:active,
.Button--outline:hover,
.pager-load-more a:hover {
    background-color: transparent
}

.animated-Underline,
.link--trailing,
.BackToOverview,
.Footer-copyright a,
.Header-nav>div>ul.menu>li>a,
.Header-nav>div>ul.menu>li>.nolink,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.Header-nav>div>div.hs-menu-wrapper>ul>li>.nolink {
    padding-bottom: calc(1px + 0.1rem);
    position: relative
}

.animated-Underline:after,
.link--trailing:after,
.BackToOverview:after,
.Footer-copyright a:after,
.Header-nav>div>ul.menu>li>a:after,
.Header-nav>div>ul.menu>li>.nolink:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li>.nolink:after {
    transition: opacity 0.4s, transform 0.4s;
    background: currentcolor;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0)
}

.animated-Underline:active,
.link--trailing:active,
.BackToOverview:active,
.Footer-copyright a:active,
.Header-nav>div>ul.menu>li>a:active,
.Header-nav>div>ul.menu>li>.nolink:active,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a:active,
.Header-nav>div>div.hs-menu-wrapper>ul>li>.nolink:active,
.animated-Underline:hover,
.link--trailing:hover,
.BackToOverview:hover,
.Footer-copyright a:hover,
.Header-nav>div>ul.menu>li>a:hover,
.Header-nav>div>ul.menu>li>.nolink:hover,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a:hover,
.Header-nav>div>div.hs-menu-wrapper>ul>li>.nolink:hover {
    text-decoration: none
}

.animated-Underline:active:after,
.link--trailing:active:after,
.BackToOverview:active:after,
.Footer-copyright a:active:after,
.Header-nav>div>ul.menu>li>a:active:after,
.Header-nav>div>ul.menu>li>.nolink:active:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a:active:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li>.nolink:active:after,
.animated-Underline:hover:after,
.link--trailing:hover:after,
.BackToOverview:hover:after,
.Footer-copyright a:hover:after,
.Header-nav>div>ul.menu>li>a:hover:after,
.Header-nav>div>ul.menu>li>.nolink:hover:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a:hover:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li>.nolink:hover:after {
    opacity: 0.75;
    transform: scaleX(1)
}

.Icon,
[class^='Icon--'],
[class*=' Icon--'] {
    transition: 0.4s color;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    position: relative;
    text-align: center;
    width: 40px
}

.Icon img,
[class^='Icon--'] img,
[class*=' Icon--'] img {
    display: block;
    max-height: 100%
}

.Icon svg,
[class^='Icon--'] svg,
[class*=' Icon--'] svg {
    display: block;
    height: 40px;
    width: 40px
}

.Icon [fill]>circle,
[class^='Icon--'] [fill]>circle,
[class*=' Icon--'] [fill]>circle,
.Icon [fill]>ellipse,
[class^='Icon--'] [fill]>ellipse,
[class*=' Icon--'] [fill]>ellipse,
.Icon [fill]>path,
[class^='Icon--'] [fill]>path,
[class*=' Icon--'] [fill]>path,
.Icon [fill]>polygon,
[class^='Icon--'] [fill]>polygon,
[class*=' Icon--'] [fill]>polygon,
.Icon [fill]>polyline,
[class^='Icon--'] [fill]>polyline,
[class*=' Icon--'] [fill]>polyline,
.Icon [fill]>rect,
[class^='Icon--'] [fill]>rect,
[class*=' Icon--'] [fill]>rect,
.Icon g[fill]>use,
[class^='Icon--'] g[fill]>use,
[class*=' Icon--'] g[fill]>use {
    transition: 0.4s fill;
    fill: currentColor
}

.Icon [fill='none']>circle,
[class^='Icon--'] [fill='none']>circle,
[class*=' Icon--'] [fill='none']>circle,
.Icon [fill='none']>ellipse,
[class^='Icon--'] [fill='none']>ellipse,
[class*=' Icon--'] [fill='none']>ellipse,
.Icon [fill='none']>path,
[class^='Icon--'] [fill='none']>path,
[class*=' Icon--'] [fill='none']>path,
.Icon [fill='none']>polygon,
[class^='Icon--'] [fill='none']>polygon,
[class*=' Icon--'] [fill='none']>polygon,
.Icon [fill='none']>polyline,
[class^='Icon--'] [fill='none']>polyline,
[class*=' Icon--'] [fill='none']>polyline,
.Icon [fill='none']>rect,
[class^='Icon--'] [fill='none']>rect,
[class*=' Icon--'] [fill='none']>rect,
.Icon g[fill='none']>use,
[class^='Icon--'] g[fill='none']>use,
[class*=' Icon--'] g[fill='none']>use {
    fill: none
}

.Icon [stroke]>circle,
[class^='Icon--'] [stroke]>circle,
[class*=' Icon--'] [stroke]>circle,
.Icon [stroke]>ellipse,
[class^='Icon--'] [stroke]>ellipse,
[class*=' Icon--'] [stroke]>ellipse,
.Icon [stroke]>path,
[class^='Icon--'] [stroke]>path,
[class*=' Icon--'] [stroke]>path,
.Icon [stroke]>polygon,
[class^='Icon--'] [stroke]>polygon,
[class*=' Icon--'] [stroke]>polygon,
.Icon [stroke]>polyline,
[class^='Icon--'] [stroke]>polyline,
[class*=' Icon--'] [stroke]>polyline,
.Icon [stroke]>rect,
[class^='Icon--'] [stroke]>rect,
[class*=' Icon--'] [stroke]>rect,
.Icon g[stroke]>use,
[class^='Icon--'] g[stroke]>use,
[class*=' Icon--'] g[stroke]>use {
    transition: 0.4s stroke;
    stroke: currentColor;
    vector-effect: non-scaling-stroke
}

.Icon [stroke='none']>circle,
[class^='Icon--'] [stroke='none']>circle,
[class*=' Icon--'] [stroke='none']>circle,
.Icon [stroke='none']>ellipse,
[class^='Icon--'] [stroke='none']>ellipse,
[class*=' Icon--'] [stroke='none']>ellipse,
.Icon [stroke='none']>path,
[class^='Icon--'] [stroke='none']>path,
[class*=' Icon--'] [stroke='none']>path,
.Icon [stroke='none']>polygon,
[class^='Icon--'] [stroke='none']>polygon,
[class*=' Icon--'] [stroke='none']>polygon,
.Icon [stroke='none']>polyline,
[class^='Icon--'] [stroke='none']>polyline,
[class*=' Icon--'] [stroke='none']>polyline,
.Icon [stroke='none']>rect,
[class^='Icon--'] [stroke='none']>rect,
[class*=' Icon--'] [stroke='none']>rect,
.Icon g[stroke='none']>use,
[class^='Icon--'] g[stroke='none']>use,
[class*=' Icon--'] g[stroke='none']>use {
    stroke: none
}

.Icon circle[fill],
[class^='Icon--'] circle[fill],
[class*=' Icon--'] circle[fill],
.Icon ellipse[fill],
[class^='Icon--'] ellipse[fill],
[class*=' Icon--'] ellipse[fill],
.Icon path[fill],
[class^='Icon--'] path[fill],
[class*=' Icon--'] path[fill],
.Icon polygon[fill],
[class^='Icon--'] polygon[fill],
[class*=' Icon--'] polygon[fill],
.Icon polyline[fill],
[class^='Icon--'] polyline[fill],
[class*=' Icon--'] polyline[fill],
.Icon rect[fill],
[class^='Icon--'] rect[fill],
[class*=' Icon--'] rect[fill],
.Icon g use[fill],
[class^='Icon--'] g use[fill],
[class*=' Icon--'] g use[fill] {
    transition: 0.4s fill;
    fill: currentColor
}

.Icon circle[fill='none'],
[class^='Icon--'] circle[fill='none'],
[class*=' Icon--'] circle[fill='none'],
.Icon ellipse[fill='none'],
[class^='Icon--'] ellipse[fill='none'],
[class*=' Icon--'] ellipse[fill='none'],
.Icon path[fill='none'],
[class^='Icon--'] path[fill='none'],
[class*=' Icon--'] path[fill='none'],
.Icon polygon[fill='none'],
[class^='Icon--'] polygon[fill='none'],
[class*=' Icon--'] polygon[fill='none'],
.Icon polyline[fill='none'],
[class^='Icon--'] polyline[fill='none'],
[class*=' Icon--'] polyline[fill='none'],
.Icon rect[fill='none'],
[class^='Icon--'] rect[fill='none'],
[class*=' Icon--'] rect[fill='none'],
.Icon g use[fill='none'],
[class^='Icon--'] g use[fill='none'],
[class*=' Icon--'] g use[fill='none'] {
    fill: none
}

.Icon circle[stroke],
[class^='Icon--'] circle[stroke],
[class*=' Icon--'] circle[stroke],
.Icon ellipse[stroke],
[class^='Icon--'] ellipse[stroke],
[class*=' Icon--'] ellipse[stroke],
.Icon path[stroke],
[class^='Icon--'] path[stroke],
[class*=' Icon--'] path[stroke],
.Icon polygon[stroke],
[class^='Icon--'] polygon[stroke],
[class*=' Icon--'] polygon[stroke],
.Icon polyline[stroke],
[class^='Icon--'] polyline[stroke],
[class*=' Icon--'] polyline[stroke],
.Icon rect[stroke],
[class^='Icon--'] rect[stroke],
[class*=' Icon--'] rect[stroke],
.Icon g use[stroke],
[class^='Icon--'] g use[stroke],
[class*=' Icon--'] g use[stroke] {
    transition: 0.4s stroke;
    stroke: currentColor;
    vector-effect: non-scaling-stroke
}

.Icon circle[stroke='none'],
[class^='Icon--'] circle[stroke='none'],
[class*=' Icon--'] circle[stroke='none'],
.Icon ellipse[stroke='none'],
[class^='Icon--'] ellipse[stroke='none'],
[class*=' Icon--'] ellipse[stroke='none'],
.Icon path[stroke='none'],
[class^='Icon--'] path[stroke='none'],
[class*=' Icon--'] path[stroke='none'],
.Icon polygon[stroke='none'],
[class^='Icon--'] polygon[stroke='none'],
[class*=' Icon--'] polygon[stroke='none'],
.Icon polyline[stroke='none'],
[class^='Icon--'] polyline[stroke='none'],
[class*=' Icon--'] polyline[stroke='none'],
.Icon rect[stroke='none'],
[class^='Icon--'] rect[stroke='none'],
[class*=' Icon--'] rect[stroke='none'],
.Icon g use[stroke='none'],
[class^='Icon--'] g use[stroke='none'],
[class*=' Icon--'] g use[stroke='none'] {
    stroke: none
}

.Icon--small,
.Icon--small>svg {
    height: 32px;
    width: 32px
}

.Icon--large,
.Icon--large>svg {
    height: 60px;
    width: 60px
}

.Icon--xLarge,
.Icon--xLarge>svg {
    height: 80px;
    width: auto
}

.Icon--circle {
    margin: 0 auto 30px;
    border: 2px solid currentColor;
    border-radius: 100%;
    box-sizing: content-box;
    padding: 15px
}

.Icon--circle:first-child {
    margin-top: 0
}

.Icon--circle:last-child {
    margin-bottom: 0
}

.Icon--thinStroke [stroke-width],
.Icon--thinStroke [stroke-width]>circle,
.Icon--thinStroke [stroke-width]>ellipse,
.Icon--thinStroke [stroke-width]>path,
.Icon--thinStroke [stroke-width]>polygon,
.Icon--thinStroke [stroke-width]>polyline,
.Icon--thinStroke [stroke-width]>rect,
.Icon--thinStroke circle[stroke-width],
.Icon--thinStroke ellipse[stroke-width],
.Icon--thinStroke path[stroke-width],
.Icon--thinStroke polygon[stroke-width],
.Icon--thinStroke rect[stroke-width] {
    stroke-width: 1px
}

.Icon--thinStroke.Icon--circle {
    border-width: 1px
}

.pd-0 {
    padding: 0px !important
}

.pd-10,
.pd-xxsmall {
    padding: 10px !important
}

.pd-20,
.pd-xsmall {
    padding: 20px !important
}

.pd-30,
.pd-small {
    padding: 30px !important
}

.pd-40,
.pd-medium {
    padding: 40px !important
}

.pd-60,
.pd-large {
    padding: 60px !important
}

.pdtop-0 {
    padding-top: 0px !important
}

.pdtop-10,
.pdtop-xxsmall {
    padding-top: 10px !important
}

.pdtop-20,
.pdtop-xsmall {
    padding-top: 20px !important
}

.pdtop-30,
.pdtop-small {
    padding-top: 30px !important
}

@media (max-width: 639px) {
    .pdtop-30,
    .pdtop-small {
        padding-top: 20px !important
    }
}

.pdtop-40,
.pdtop-medium {
    padding-top: 40px !important
}

@media (max-width: 639px) {
    .pdtop-40,
    .pdtop-medium {
        padding-top: 30px !important
    }
}

.pdtop-60,
.LP-FooterForm,
.pdtop-large {
    padding-top: 60px !important
}

@media (max-width: 639px) {
    .pdtop-60,
    .LP-FooterForm,
    .pdtop-large {
        padding-top: 30px !important
    }
}

.pdbottom-0 {
    padding-bottom: 0px !important
}

.pdbottom-10,
.pdbottom-xxsmall {
    padding-bottom: 10px !important
}

.pdbottom-20,
.pdbottom-xsmall {
    padding-bottom: 20px !important
}

.pdbottom-30,
.pdbottom-small {
    padding-bottom: 30px !important
}

@media (max-width: 639px) {
    .pdbottom-30,
    .pdbottom-small {
        padding-bottom: 20px !important
    }
}

.pdbottom-40,
.pdbottom-medium {
    padding-bottom: 40px !important
}

@media (max-width: 639px) {
    .pdbottom-40,
    .pdbottom-medium {
        padding-bottom: 30px !important
    }
}

.pdbottom-60,
.LP-FooterForm,
.pdbottom-large {
    padding-bottom: 60px !important
}

@media (max-width: 639px) {
    .pdbottom-60,
    .LP-FooterForm,
    .pdbottom-large {
        padding-bottom: 30px !important
    }
}

.pdleft-0 {
    padding-left: 0px !important
}

.pdleft-10,
.pdleft-xxsmall {
    padding-left: 10px !important
}

.pdleft-20,
.pdleft-xsmall {
    padding-left: 20px !important
}

.pdleft-30,
.pdleft-small {
    padding-left: 30px !important
}

@media (max-width: 639px) {
    .pdleft-30,
    .pdleft-small {
        padding-left: 20px !important
    }
}

.pdleft-40,
.pdleft-medium {
    padding-left: 40px !important
}

@media (max-width: 639px) {
    .pdleft-40,
    .pdleft-medium {
        padding-left: 30px !important
    }
}

.pdleft-60,
.pdleft-large {
    padding-left: 60px !important
}

@media (max-width: 639px) {
    .pdleft-60,
    .pdleft-large {
        padding-left: 30px !important
    }
}

.pdleft-70 {
    padding-left: 70px !important
}

@media (max-width: 639px) {
    .pdleft-70 {
        padding-left: 30px !important
    }
}

.pdright-0 {
    padding-right: 0px !important
}

.pdright-10,
.pdright-xxsmall {
    padding-right: 10px !important
}

.pdright-20,
.pdright-xsmall {
    padding-right: 20px !important
}

.pdright-30,
.pdright-small {
    padding-right: 30px !important
}

@media (max-width: 639px) {
    .pdright-30,
    .pdright-small {
        padding-right: 20px !important
    }
}

.pdright-40,
.pdright-medium {
    padding-right: 40px !important
}

@media (max-width: 639px) {
    .pdright-40,
    .pdright-medium {
        padding-right: 30px !important
    }
}

.pdright-60,
.pdright-large {
    padding-right: 60px !important
}

@media (max-width: 639px) {
    .pdright-60,
    .pdright-large {
        padding-right: 30px !important
    }
}

.pdright-70 {
    padding-right: 70px !important
}

@media (max-width: 639px) {
    .pdright-70 {
        padding-right: 30px !important
    }
}

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

.pdv-10,
.pdv-xxsmall {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pdv-20,
.pdv-xsmall {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.pdv-30,
.pdv-small {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

@media (max-width: 639px) {
    .pdv-30,
    .pdv-small {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

.pdv-40,
.pdv-medium {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

@media (max-width: 639px) {
    .pdv-40,
    .pdv-medium {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
}

.pdv-60,
.pdv-large {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@media (max-width: 639px) {
    .pdv-60,
    .pdv-large {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
}

.pdh-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.pdh-10,
.pdh-xxsmall {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pdh-20,
.pdh-xsmall {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.pdh-30,
.pdh-small {
    padding-left: 30px !important;
    padding-right: 30px !important
}

@media (max-width: 639px) {
    .pdh-30,
    .pdh-small {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.pdh-40,
.pdh-medium {
    padding-left: 40px !important;
    padding-right: 40px !important
}

@media (max-width: 639px) {
    .pdh-40,
    .pdh-medium {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

.pdh-60,
.pdh-large {
    padding-left: 60px !important;
    padding-right: 60px !important
}

@media (max-width: 639px) {
    .pdh-60,
    .pdh-large {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

.mg-0 {
    margin: 0px !important
}

.mg-10,
.mg-xxsmall {
    margin: 10px !important
}

.mg-20,
.mg-xsmall {
    margin: 20px !important
}

.mg-30,
.mg-small {
    margin: 30px !important
}

.mg-40,
.mg-medium {
    margin: 40px !important
}

.mg-60,
.mg-large {
    margin: 60px !important
}

.mgtop-0 {
    margin-top: 0px !important
}

.mgtop-10,
.mgtop-xxsmall {
    margin-top: 10px !important
}

.mgtop-20,
.mgtop-xsmall {
    margin-top: 20px !important
}

.mgtop-30,
.LP-Detail-Case .interview,
.LP-Detail-Case .guest,
.mgtop-small {
    margin-top: 30px !important
}

@media (max-width: 639px) {
    .mgtop-30,
    .LP-Detail-Case .interview,
    .LP-Detail-Case .guest,
    .mgtop-small {
        margin-top: 20px !important
    }
}

.mgtop-40,
.mgtop-medium {
    margin-top: 40px !important
}

@media (max-width: 639px) {
    .mgtop-40,
    .mgtop-medium {
        margin-top: 30px !important
    }
}

.mgtop-60,
.mgtop-large {
    margin-top: 60px !important
}

@media (max-width: 639px) {
    .mgtop-60,
    .mgtop-large {
        margin-top: 30px !important
    }
}

.mgbottom-0 {
    margin-bottom: 0px !important
}

.mgbottom-10,
.mgbottom-xxsmall {
    margin-bottom: 10px !important
}

.mgbottom-20,
.mgbottom-xsmall {
    margin-bottom: 20px !important
}

.mgbottom-30,
.mgbottom-small {
    margin-bottom: 30px !important
}

@media (max-width: 639px) {
    .mgbottom-30,
    .mgbottom-small {
        margin-bottom: 20px !important
    }
}

.mgbottom-40,
.mgbottom-medium {
    margin-bottom: 40px !important
}

@media (max-width: 639px) {
    .mgbottom-40,
    .mgbottom-medium {
        margin-bottom: 30px !important
    }
}

.mgbottom-60,
.mgbottom-large {
    margin-bottom: 60px !important
}

@media (max-width: 639px) {
    .mgbottom-60,
    .mgbottom-large {
        margin-bottom: 30px !important
    }
}

.mgleft-0 {
    margin-left: 0px !important
}

.mgleft-10,
.mgleft-xxsmall {
    margin-left: 10px !important
}

.mgleft-20,
.mgleft-xsmall {
    margin-left: 20px !important
}

.mgleft-30,
.mgleft-small {
    margin-left: 30px !important
}

@media (max-width: 639px) {
    .mgleft-30,
    .mgleft-small {
        margin-left: 20px !important
    }
}

.mgleft-40,
.mgleft-medium {
    margin-left: 40px !important
}

@media (max-width: 639px) {
    .mgleft-40,
    .mgleft-medium {
        margin-left: 30px !important
    }
}

.mgleft-60,
.mgleft-large {
    margin-left: 60px !important
}

@media (max-width: 639px) {
    .mgleft-60,
    .mgleft-large {
        margin-left: 30px !important
    }
}

.mgright-0 {
    margin-right: 0px !important
}

.mgright-10,
.mgright-xxsmall {
    margin-right: 10px !important
}

.mgright-20,
.mgright-xsmall {
    margin-right: 20px !important
}

.mgright-30,
.mgright-small {
    margin-right: 30px !important
}

@media (max-width: 639px) {
    .mgright-30,
    .mgright-small {
        margin-right: 20px !important
    }
}

.mgright-40,
.mgright-medium {
    margin-right: 40px !important
}

@media (max-width: 639px) {
    .mgright-40,
    .mgright-medium {
        margin-right: 30px !important
    }
}

.mgright-60,
.mgright-large {
    margin-right: 60px !important
}

@media (max-width: 639px) {
    .mgright-60,
    .mgright-large {
        margin-right: 30px !important
    }
}

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

.mgv-10,
.mgv-xxsmall {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mgv-20,
.mgv-xsmall {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mgv-30,
.mgv-small {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

@media (max-width: 639px) {
    .mgv-30,
    .mgv-small {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

.mgv-40,
.mgv-medium {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

@media (max-width: 639px) {
    .mgv-40,
    .mgv-medium {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }
}

.mgv-60,
.mgv-large {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

@media (max-width: 639px) {
    .mgv-60,
    .mgv-large {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }
}

.mgh-0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.mgh-10,
.mgh-xxsmall {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mgh-20,
.mgh-xsmall {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mgh-30,
.mgh-small {
    margin-left: 30px !important;
    margin-right: 30px !important
}

@media (max-width: 639px) {
    .mgh-30,
    .mgh-small {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
}

.mgh-40,
.mgh-medium {
    margin-left: 40px !important;
    margin-right: 40px !important
}

@media (max-width: 639px) {
    .mgh-40,
    .mgh-medium {
        margin-left: 30px !important;
        margin-right: 30px !important
    }
}

.mgh-60,
.mgh-large {
    margin-left: 60px !important;
    margin-right: 60px !important
}

@media (max-width: 639px) {
    .mgh-60,
    .mgh-large {
        margin-left: 30px !important;
        margin-right: 30px !important
    }
}

@media (max-width: 959px) {
    .responsive {
        display: none
    }
}

.table,
.LP-Custom-Module table {
    width: 100%;
    margin-bottom: 35px;
    line-height: 1.5;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
    border-collapse: collapse;
    border-spacing: 0
}

.table th,
.LP-Custom-Module table th {
    padding: 9px 10px 8px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    background-color: #f4f8f9;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (max-width: 767px) {
    .table th,
    .LP-Custom-Module table th {
        padding: 8px 8px 8px
    }
}

.table td,
.LP-Custom-Module table td {
    padding: 9px 10px 8px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    font-size: 16px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (max-width: 767px) {
    .table td,
    .LP-Custom-Module table td {
        padding: 8px 8px 8px
    }
}

@media (max-width: 767px) {
    .table.font-small-mobile th,
    .table.font-small-mobile td,
    .LP-Custom-Module table.font-small-mobile th,
    .LP-Custom-Module table.font-small-mobile td {
        font-size: 15px
    }
}

.text-small,
.font-small {
    font-size: small
}

@media (max-width: 959px) {
    .hide-small {
        display: none !important
    }
}

.block-iLarge,
.block-mobileLarge {
    display: none
}

@media (max-width: 414px) {
    .block-iLarge,
    .block-mobileLarge {
        display: block !important
    }
}

.f-right {
    float: right
}

.f-left {
    float: left
}

@media (max-width: 639px) {
    .f-right,
    .f-left {
        float: none;
        clear: both
    }
}

.clear {
    clear: both
}

.tac {
    text-align: center !important
}

.tal {
    text-align: left !important
}

.tar {
    text-align: right !important
}

@media (min-width: 768px) {
    .tac-pc {
        text-align: center !important
    }
}

@media (max-width: 414px) {
    .tac-mLarge,
    .tac-mobile {
        text-align: center
    }
    .tac-mLarge.block,
    .tac-mobile.block {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 375px) {
    .tac-mMedium {
        text-align: center
    }
    .tac-mMedium.block {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 320px) {
    .tac-mSmall {
        text-align: center
    }
    .tac-mSmall.block {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 959px) {
    .tac-tMedium {
        text-align: center
    }
    .tac-tMedium.block {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.block-mediumLarge {
    width: 1040px;
    margin-left: auto;
    margin-right: auto
}

.block-mediumLarge:before {
    clear: both
}

@media (max-width: 1040px) {
    .block-mediumLarge {
        width: 100%
    }
}

.block-medium {
    width: 960px;
    margin-left: auto;
    margin-right: auto
}

.block-medium:before {
    clear: both
}

@media (max-width: 960px) {
    .block-medium {
        width: 100%
    }
}

.block-mediumSmall {
    width: 820px;
    margin-left: auto;
    margin-right: auto
}

.block-mediumSmall:before {
    clear: both
}

@media (max-width: 820px) {
    .block-mediumSmall {
        width: 100%
    }
}

.block-small {
    width: 640px;
    margin-left: auto;
    margin-right: auto
}

.block-small:before {
    clear: both
}

@media (max-width: 640px) {
    .block-small {
        width: 100%
    }
}

.title-bg {
    background-color: #1970d9;
    color: #FFF;
    padding: 8px 12px
}

.underline {
    text-decoration: underline
}

.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #4c90e1
}

.border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #4c90e1
}

.border-dark {
    border-color: #004daa
}

.w100 {
    width: 100%
}

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

.is-visible {
    visibility: visible
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

h1,
.h1,
h2,
.h2 {
    color: #4a4a4a
}

h3,
.h3 {
    color: #666
}

h4 a,
.h4 a {
    color: #0061D5
}

.media-p+h5,
.media-p+.h5,
.media-p+h6,
.media-p+.h6,
p+h5,
p+.h5,
p+h6,
p+.h6,
ul+h5,
ul+.h5,
ul+h6,
ul+.h6,
ol+h5,
ol+.h5,
ol+h6,
ol+.h6,
blockquote+h5,
blockquote+.h5,
blockquote+h6,
blockquote+.h6,
table+h5,
table+.h5,
table+h6,
table+.h6,
address+h5,
address+.h5,
address+h6,
address+.h6,
form+h5,
form+.h5,
form+h6,
form+.h6,
pre+h5,
pre+.h5,
pre+h6,
pre+.h6 {
    margin-top: 60px
}

@media (max-width: 959px) {
    .media-p+h5,
    .media-p+.h5,
    .media-p+h6,
    .media-p+.h6,
    p+h5,
    p+.h5,
    p+h6,
    p+.h6,
    ul+h5,
    ul+.h5,
    ul+h6,
    ul+.h6,
    ol+h5,
    ol+.h5,
    ol+h6,
    ol+.h6,
    blockquote+h5,
    blockquote+.h5,
    blockquote+h6,
    blockquote+.h6,
    table+h5,
    table+.h5,
    table+h6,
    table+.h6,
    address+h5,
    address+.h5,
    address+h6,
    address+.h6,
    form+h5,
    form+.h5,
    form+h6,
    form+.h6,
    pre+h5,
    pre+.h5,
    pre+h6,
    pre+.h6 {
        margin-top: 30px
    }
}

hr {
    margin: 30px 0;
    background: none;
    border-bottom: 1px solid #D8D8D8;
    height: 1px;
    overflow: hidden
}

hr:first-child {
    margin-top: 0
}

hr:last-child {
    margin-bottom: 0
}

pre {
    padding: 40px;
    background: #F4F4F4
}

pre code {
    background: none;
    padding: 0
}

.is-leftAligned {
    text-align: left !important
}

.is-centerAligned {
    text-align: center !important
}

.link--trailing {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.u-alignCenter,
.tac {
    text-align: center
}

.u-alignLeft,
.tal {
    text-align: left
}

.u-alignRight,
.tar {
    text-align: right
}

.media-element[style^='float: left'],
.media-element[style*='float: left'],
.media-element[style^='float: right'],
.media-element[style*='float: right'] {
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    background: #fff
}

.media-element[style^='float: left'],
.media-element[style*='float: left'] {
    clear: left;
    margin-bottom: 20px;
    margin-right: 30px
}

.media-element[style^='float: right'],
.media-element[style*='float: right'] {
    clear: right;
    margin-bottom: 20px;
    margin-left: 30px
}

.media-wysiwyg-align-center .content,
.media-wysiwyg-align-left .content,
.media-wysiwyg-align-right .content {
    display: table
}

.media-wysiwyg-align-center .field-name-field-file-image-caption-text,
.media-wysiwyg-align-left .field-name-field-file-image-caption-text,
.media-wysiwyg-align-right .field-name-field-file-image-caption-text {
    caption-side: bottom;
    display: table-caption
}

.media-wysiwyg-align-center {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.media-wysiwyg-align-center .content {
    margin: 0 auto
}

.media-wysiwyg-align-center img {
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    background: #fff;
    display: block;
    height: auto !important
}

.media-wysiwyg-align-left {
    clear: left;
    float: left;
    margin-bottom: 20px;
    margin-right: 30px
}

.media-wysiwyg-align-left img {
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    background: #fff;
    display: block
}

.media-wysiwyg-align-right {
    clear: right;
    float: right;
    margin-bottom: 20px;
    margin-left: 30px
}

.media-wysiwyg-align-right img {
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    background: #fff;
    display: block
}

.field-name-field-file-image-caption-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-weight: 600;
    margin-top: 20px;
    text-align: left
}

@media (max-width: 639px) {
    .media-wysiwyg-align-center,
    .media-wysiwyg-align-left,
    .media-wysiwyg-align-right,
    .media-element {
        display: block;
        float: none !important;
        margin-bottom: 30px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
    .media-wysiwyg-align-center img,
    .media-wysiwyg-align-left img,
    .media-wysiwyg-align-right img,
    .media-element img {
        height: auto !important
    }
    .media-wysiwyg-align-center img {
        height: auto !important;
        width: 100% !important
    }
    .media-p:last-child .media-wysiwyg-align-center,
    .media-p:last-child .media-wysiwyg-align-left,
    .media-p:last-child .media-wysiwyg-align-right,
    .media-p:last-child .media-element {
        margin-bottom: 0 !important
    }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
textarea {
    color: #666;
    transition: border 0.4s, box-shadow 0.4s, color 0.4s;
    border: 1px solid #666;
    border-radius: 3px;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 10px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
textarea:focus {
    color: #333;
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    border-color: #0061D5
}

html {
    background: #333
}

body {
    position: relative
}

.Wrap--wide {
    max-width: 1240px
}

.Wrap--narrow {
    max-width: 860px
}

iframe {
    max-width: 100%
}

div.contextual-links-wrapper {
    right: 20px;
    top: 20px
}

a.contextual-links-trigger {
    transition: background 0.4s;
    background: rgba(13, 23, 34, 0.4) url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-gear.svg") no-repeat center !important;
    background-size: 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 32px;
    margin-left: auto;
    padding: 0;
    width: 32px
}

div.contextual-links-wrapper ul.contextual-links {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    background: rgba(13, 23, 34, 0.2);
    background: linear-gradient(135deg, rgba(13, 23, 34, 0.2) 0%, rgba(13, 23, 34, 0.8) 100%);
    border: 0;
    border-radius: 0;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4);
    display: none;
    list-style: none;
    margin: 6px 0 0 auto;
    padding: 0;
    overflow: hidden;
    top: 26px;
    white-space: nowrap
}

div.contextual-links-wrapper ul.contextual-links li {
    margin: 0;
    padding: 0
}

div.contextual-links-wrapper ul.contextual-links a {
    padding: 0 20px;
    transition: background 0.4s;
    background: rgba(13, 23, 34, 0.6);
    color: #fff !important;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0;
    text-decoration: none
}

div.contextual-links-wrapper ul.contextual-links a:active,
div.contextual-links-wrapper ul.contextual-links a:hover {
    background: rgba(0, 97, 213, 0.8)
}

.Body>.region>.contextual-links-region>.contextual-links-wrapper,
.Body>.region>.contextual-links-region>.node>.contextual-links-region>.contextual-links-wrapper {
    top: 145px
}

@keyframes HowItWorksSvg-twinkle {
    0% {
        opacity: 0.2
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 0.2
    }
}

@keyframes HowItWorksSvg-drawLine {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes LogoRow-scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-25%)
    }
}

@keyframes PacnavToggle--circle1-from-desktop-to-intermediary {
    0% {
        transform: scale(0) translate(7px, 0)
    }
    33% {
        transform: scale(1) translate(7px, 0)
    }
    66% {
        transform: scale(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--circle2-from-desktop-to-intermediary {
    0% {
        transform: scale(0) translate(0, 0)
    }
    33% {
        transform: scale(1) translate(0, 0)
    }
    66% {
        transform: scale(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--circle3-from-desktop-to-intermediary {
    0% {
        transform: scale(0) translate(-7px, 0)
    }
    33% {
        transform: scale(1) translate(-7px, 0)
    }
    66% {
        transform: scale(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--circle1-from-intermediary-to-mobile {
    0% {
        opacity: 1;
        transform: scale(1) translate(0, 0)
    }
    33% {
        opacity: 1;
        transform: scale(0.5) translate(7px, 0)
    }
    100% {
        opacity: 0;
        transform: scale(0.5) translate(7px, 0)
    }
}

@keyframes PacnavToggle--circle2-from-intermediary-to-mobile {
    0% {
        opacity: 1;
        transform: scale(1) translate(0, 0)
    }
    33% {
        opacity: 1;
        transform: scale(0.5) translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(0.5) translate(0, 0)
    }
}

@keyframes PacnavToggle--circle3-from-intermediary-to-mobile {
    0% {
        opacity: 1;
        transform: scale(1) translate(0, 0)
    }
    33% {
        opacity: 1;
        transform: scale(0.5) translate(-7px, 0)
    }
    100% {
        opacity: 0;
        transform: scale(0.5) translate(-7px, 0)
    }
}

@keyframes PacnavToggle--line1-from-intermediary-to-mobile {
    0% {
        transform: scaleX(0) translate(0, 5px)
    }
    33% {
        transform: scaleX(0) translate(0, 5px)
    }
    66% {
        transform: scaleX(1) translate(0, 5px)
    }
    100% {
        transform: scaleX(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--line2-from-intermediary-to-mobile {
    0% {
        transform: scaleX(0) translate(0, 0)
    }
    33% {
        transform: scaleX(0) translate(0, 0)
    }
    66% {
        transform: scaleX(1) translate(0, 0)
    }
    100% {
        transform: scaleX(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--line3-from-intermediary-to-mobile {
    0% {
        transform: scaleX(0) translate(0, 0)
    }
    33% {
        transform: scaleX(0) translate(0, 0)
    }
    66% {
        transform: scaleX(1) translate(0, 0)
    }
    100% {
        transform: scaleX(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--line4-from-intermediary-to-mobile {
    0% {
        transform: scaleX(0) translate(0, -5px)
    }
    33% {
        transform: scaleX(0) translate(0, -5px)
    }
    66% {
        transform: scaleX(1) translate(0, -5px)
    }
    100% {
        transform: scaleX(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--circle1-from-mobile-to-intermediary {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(7px, 0)
    }
    66% {
        opacity: 1;
        transform: scale(0.5) translate(7px, 0)
    }
    100% {
        opacity: 1;
        transform: scale(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--circle2-from-mobile-to-intermediary {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(0, 0)
    }
    66% {
        opacity: 1;
        transform: scale(0.5) translate(0, 0)
    }
    100% {
        opacity: 1;
        transform: scale(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--circle3-from-mobile-to-intermediary {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-7px, 0)
    }
    66% {
        opacity: 1;
        transform: scale(0.5) translate(-7px, 0)
    }
    100% {
        opacity: 1;
        transform: scale(1) translate(0, 0)
    }
}

@keyframes PacnavToggle--line1-from-mobile-to-intermediary {
    0% {
        opacity: 1;
        transform: scaleX(1) translate(0, 0)
    }
    33% {
        opacity: 1;
        transform: scaleX(1) translate(0, 5px)
    }
    66% {
        opacity: 1;
        transform: scaleX(0) translate(0, 5px)
    }
    100% {
        opacity: 0;
        transform: scaleX(0) translate(0, 5px)
    }
}

@keyframes PacnavToggle--line2-from-mobile-to-intermediary {
    0% {
        opacity: 1;
        transform: scaleX(1) translate(0, 0)
    }
    33% {
        opacity: 1;
        transform: scaleX(1) translate(0, 0)
    }
    66% {
        opacity: 1;
        transform: scaleX(0) translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: scaleX(0) translate(0, 0)
    }
}

@keyframes PacnavToggle--line3-from-mobile-to-intermediary {
    0% {
        opacity: 1;
        transform: scaleX(1) translate(0, 0)
    }
    33% {
        opacity: 1;
        transform: scaleX(1) translate(0, 0)
    }
    66% {
        opacity: 1;
        transform: scaleX(0) translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: scaleX(0) translate(0, 0)
    }
}

@keyframes PacnavToggle--line4-from-mobile-to-intermediary {
    0% {
        opacity: 1;
        transform: scaleX(1) translate(0, 0)
    }
    33% {
        opacity: 1;
        transform: scaleX(1) translate(0, -5px)
    }
    66% {
        opacity: 1;
        transform: scaleX(0) translate(0, -5px)
    }
    100% {
        opacity: 0;
        transform: scaleX(0) translate(0, -5px)
    }
}

@keyframes download_popup_show {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes download_popup_hide {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes ValueStatement-popIn {
    0% {
        opacity: 0;
        transform: scale(0.9)
    }
    20% {
        opacity: 1;
        transform: scale(1.2)
    }
    40% {
        opacity: 1;
        transform: scale(1)
    }
    60% {
        opacity: 1;
        transform: scale(1)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: scale(0.9)
    }
}

.Resource-form .ao-row:first-child,
.ActonFormSection .Section-content .ao-row:first-child {
    margin-bottom: 30px
}

.Resource-form .ao-row:first-child p,
.ActonFormSection .Section-content .ao-row:first-child p,
.Resource-form .ao-row:first-child span,
.ActonFormSection .Section-content .ao-row:first-child span {
    color: #4a4a4a;
    font-size: 28px !important;
    line-height: 45px !important
}

.Resource-form .ao-richtext-block p,
.ActonFormSection .Section-content .ao-richtext-block p,
.Resource-form .ao-richtext-block ul,
.ActonFormSection .Section-content .ao-richtext-block ul,
.Resource-form .ao-richtext-block span,
.ActonFormSection .Section-content .ao-richtext-block span {
    color: #4a4a4a;
    font-size: 18px !important;
    line-height: 28px !important
}

.Resource-form .ao-form-field,
.ActonFormSection .Section-content .ao-form-field {
    border-radius: 3px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 5px 10px !important
}

.Resource-form .ao-row+.ao-row,
.ActonFormSection .Section-content .ao-row+.ao-row,
.Resource-form .ao-block-wrapper+.ao-block-wrapper,
.ActonFormSection .Section-content .ao-block-wrapper+.ao-block-wrapper {
    margin-top: 20px
}

.Resource-form .ao-form-error-message,
.ActonFormSection .Section-content .ao-form-error-message {
    display: none !important
}

.Resource-form .ao-form-error+.ao-form-error-message,
.ActonFormSection .Section-content .ao-form-error+.ao-form-error-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 10px 0 0;
    display: block !important;
    font-weight: 600
}

.Resource-form .ao-form-label,
.ActonFormSection .Section-content .ao-form-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 0 5px
}

.Resource-form .ao-submit-block>div,
.ActonFormSection .Section-content .ao-submit-block>div {
    text-align: center !important
}

.Resource-form .ao-form-submit,
.ActonFormSection .Section-content .ao-form-submit {
    background: #E51373 !important;
    border: 2px solid transparent !important;
    border-radius: 3px !important;
    color: #fff !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 48px !important;
    line-height: 46px !important;
    margin: 0 auto !important;
    padding: 0 30px !important
}

.Resource-form .ao-form-submit:active,
.ActonFormSection .Section-content .ao-form-submit:active,
.Resource-form .ao-form-submit:hover,
.ActonFormSection .Section-content .ao-form-submit:hover {
    background: #ffd699 !important;
    outline: none;
    color: #fff !important
}

.Resource-form .ao-responsive .mobile-ao-column-6+.mobile-ao-column-6,
.ActonFormSection .Section-content .ao-responsive .mobile-ao-column-6+.mobile-ao-column-6 {
    margin-top: 30px
}

.BackToOverview {
    position: relative
}

.BackToOverview:before {
    content: '\2039';
    left: -10px;
    position: absolute;
    top: 45%;
    transform: translate(-100%, -50%)
}

.BlogView {
    position: relative;
    z-index: 30
}

.BlogView-featured {
    padding: 80px 0 0
}

.BlogView-featured .Row--wideGutters,
.BlogView-featured .view-blog .view-content,
.view-blog .BlogView-featured .view-content,
.BlogView-featured .view-partners .view-content,
.view-partners .BlogView-featured .view-content,
.BlogView-featured .view-resources .view-content,
.view-resources .BlogView-featured .view-content {
    -ms-flex-align: stretch;
    align-items: stretch
}

.BlogView-featured .Column--4 {
    -ms-flex-direction: column;
    flex-direction: column
}

.BlogView-featured .Column--8 {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex
}

.BlogView-featured .Column--8>.attachment,
.BlogView-featured .Column--8>.attachment>.view,
.BlogView-featured .Column--8>.attachment>.view>.view-content,
.BlogView-featured .Column--8>.attachment>.view>.view-content>.views-row {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%
}

.BlogView-featured .Card-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    font-weight: 300
}

@media (max-width: 639px) {
    .BlogView-featured .Card-title {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .BlogView-featured .Card-title {
        line-height: 28px
    }
}

.BlogView-subscribe {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.BlogView-subscribe .ao-form {
    margin: 0
}

.BlogView-subscribe .ao-form-submit {
    background: #fff !important;
    border: 2px solid #E51373 !important;
    border-radius: 3px !important;
    color: #E51373 !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 48px !important;
    line-height: 46px !important;
    padding: 0 30px !important
}

.BlogView-subscribe .ao-form p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.BlogView-social ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.BlogView-social ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.BlogView-social ul li+li {
    margin-left: 30px
}

.BlogView-social .SocialIcon,
.BlogView-social [class^='SocialIcon--'],
.BlogView-social [class*=' SocialIcon--'] {
    height: 24px;
    width: 24px
}

@media (max-width: 819px) and (min-width: 640px) {
    .BlogView-featured .Column--4 {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .BlogView-featured .Card+.Card {
        margin-top: 0
    }
    .BlogView-subscribe,
    .BlogView-social {
        width: calc(50% - 15px)
    }
    .BlogView-subscribe {
        margin-right: 15px
    }
    .BlogView-social {
        margin-left: 15px
    }
}

@media (max-width: 639px) {
    .BlogView-social ul {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .BlogView-social ul li+li {
        margin-left: 0
    }
}

.Body {
    background: #fff;
    min-height: 100vh;
    position: relative;
    z-index: 10
}

.Body-content {
    padding: 60px 0
}

.Body-sections {
    position: relative;
    z-index: 20
}

.Resource-form .ao-richtext-block ul,
.ActonFormSection .Section-content .ao-richtext-block ul,
.Career-content ul,
.Post-content ul,
.Section-content ul,
.LP-Flex .Section-header ul {
    list-style: none;
    padding-left: 0
}

.Resource-form .ao-richtext-block ul li,
.ActonFormSection .Section-content .ao-richtext-block ul li,
.Career-content ul li,
.Post-content ul li,
.Section-content ul li,
.LP-Flex .Section-header ul li {
    padding-left: 20px;
    position: relative
}

.Resource-form .ao-richtext-block ul li+li,
.ActonFormSection .Section-content .ao-richtext-block ul li+li,
.Career-content ul li+li,
.Post-content ul li+li,
.Section-content ul li+li,
.LP-Flex .Section-header ul li+li {
    margin-top: 5px
}

.Resource-form .ao-richtext-block ul>li:before,
.ActonFormSection .Section-content .ao-richtext-block ul>li:before,
.Career-content ul>li:before,
.Post-content ul>li:before,
.Section-content ul>li:before,
.LP-Flex .Section-header ul>li:before {
    content: '';
    border: 2px solid #0061D5;
    border-radius: 100%;
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 14px;
    transform: translate(0, -50%);
    width: 6px
}

.Resource-form .ao-richtext-block ul ul,
.ActonFormSection .Section-content .ao-richtext-block ul ul,
.Career-content ul ul,
.Post-content ul ul,
.Section-content ul ul,
.LP-Flex .Section-header ul ul {
    margin-top: 5px
}

.Resource-form .ao-richtext-block ul ul>li:before,
.ActonFormSection .Section-content .ao-richtext-block ul ul>li:before,
.Career-content ul ul>li:before,
.Post-content ul ul>li:before,
.Section-content ul ul>li:before,
.LP-Flex .Section-header ul ul>li:before {
    background: #0061D5;
    border: 0;
    height: 6px;
    left: 0;
    position: absolute;
    top: 14px;
    transform: translate(0, -50%);
    width: 6px
}

.Button,
[class^='Button--'],
[class*=' Button--'],
.Resource-form .ao-form-submit,
.ActonFormSection .Section-content .ao-form-submit,
.BlogView-subscribe .ao-form-submit,
.hs-button,
.QuickLinks a,
.ResourcesView-subscribe .ao-form-submit,
.pager-load-more a,
.item-list .pager-load-more a,
.page-user .form-actions input[type='submit'],
.hs-button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 0 30px;
    transition: background 0.4s, border 0.4s, color 0.4s;
    background: #E51373;
    border: 2px solid transparent;
    border-radius: 3px;
    display: inline-block;
    height: 36px;
    line-height: 32px;
    position: relative
}

.Button:active,
[class^='Button--']:active,
[class*=' Button--']:active,
.Resource-form .ao-form-submit:active,
.ActonFormSection .Section-content .ao-form-submit:active,
.BlogView-subscribe .ao-form-submit:active,
.hs-button:active,
.QuickLinks a:active,
.ResourcesView-subscribe .ao-form-submit:active,
.pager-load-more a:active,
.page-user .form-actions input[type='submit']:active,
.Button:hover,
[class^='Button--']:hover,
[class*=' Button--']:hover,
.Resource-form .ao-form-submit:hover,
.ActonFormSection .Section-content .ao-form-submit:hover,
.BlogView-subscribe .ao-form-submit:hover,
.hs-button:hover,
.QuickLinks a:hover,
.ResourcesView-subscribe .ao-form-submit:hover,
.pager-load-more a:hover,
.page-user .form-actions input[type='submit']:hover,
.hs-button:active,
.hs-button:hover {
    color: #fff;
    background: #ce1167
}

.Button--large:not(.Button--outline):not(.pager-load-more a):not(.item-list .pager-load-more a),
.pager-load-more a:not(.Button--outline):not(.pager-load-more a):not(.item-list .pager-load-more a),
.hs-button.primary {
    box-shadow: rgba(13, 23, 34, 0.2) 0 0 7px;
    transition: background 0.6s, box-shadow 0.4s, color 0.6s
}

.Button--large:not(.Button--outline):not(.pager-load-more a):not(.item-list .pager-load-more a):active,
.pager-load-more a:not(.Button--outline):not(.pager-load-more a):not(.item-list .pager-load-more a):active,
.Button--large:not(.Button--outline):not(.pager-load-more a):not(.item-list .pager-load-more a):hover,
.pager-load-more a:not(.Button--outline):not(.pager-load-more a):not(.item-list .pager-load-more a):hover,
.hs-button.primary:active,
.hs-button.primary:hover {
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px
}

.Button--large,
.pager-load-more a,
.item-list .pager-load-more a,
.hs-button.primary {
    padding: 0 40px;
    border-width: 2px;
    height: 48px;
    line-height: 44px
}

.Button--outline,
.pager-load-more a,
.item-list .pager-load-more a {
    color: #E51373;
    background: none;
    border-color: #E51373
}

.Button--outline:active,
.pager-load-more a:active,
.Button--outline:hover,
.pager-load-more a:hover {
    color: #0061D5;
    background: none;
    border-color: #0061D5
}

.Button--reverse:hover {
    background: #E51373;
    border-color: #E51373;
    color: #FFF
}

.Card,
.Card--horizontal,
.VideoPreview,
.view-blog .view-empty,
.view-resources .view-empty {
    color: #4a4a4a;
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    padding: 40px;
    transition: box-shadow 0.4s;
    background: #fff;
    border-radius: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%
}

.Card+.Card,
.Card--horizontal+.Card,
.VideoPreview+.Card,
.view-blog .view-empty+.Card,
.view-resources .view-empty+.Card,
.Card+.Card--horizontal,
.Card--horizontal+.Card--horizontal,
.VideoPreview+.Card--horizontal,
.view-blog .view-empty+.Card--horizontal,
.view-resources .view-empty+.Card--horizontal,
.Card+.VideoPreview,
.Card--horizontal+.VideoPreview,
.VideoPreview+.VideoPreview,
.view-blog .view-empty+.VideoPreview,
.view-resources .view-empty+.VideoPreview,
.view-blog .Card+.view-empty,
.view-blog .Card--horizontal+.view-empty,
.view-blog .VideoPreview+.view-empty,
.view-blog .view-empty+.view-empty,
.view-resources .Card+.view-empty,
.view-resources .Card--horizontal+.view-empty,
.view-resources .VideoPreview+.view-empty,
.view-resources .view-empty+.view-empty {
    margin-top: 30px
}

a.Card:active,
.VideoPreview:active,
a.Card:hover,
.VideoPreview:hover {
    color: #4a4a4a;
    box-shadow: rgba(13, 23, 34, 0.25) 0 5px 25px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    text-decoration: none
}

a.Card:active .Card-cta,
.VideoPreview:active .Card-cta,
a.Card:hover .Card-cta,
.VideoPreview:hover .Card-cta {
    background: rgba(0, 97, 213, 0.1);
    color: #3b4f66
}

a.Card:active .Card-cta span,
.VideoPreview:active .Card-cta span,
a.Card:hover .Card-cta span,
.VideoPreview:hover .Card-cta span {
    border-color: #1970d9
}

.Card-image {
    background: #F4F4F4;
    margin: -40px -40px 0;
    overflow: hidden;
    width: calc(100% + 80px)
}

.Card-image:before {
    padding-bottom: 44.44444%
}

.Card-image.large {
    width: calc(100% + 120px)
}

.Card-image.large:last-child {
    margin-bottom: -60px
}

.Card-image.large>:only-child {
    height: auto
}

.Card-image:last-child {
    margin-bottom: -40px
}

.Card-image>img:only-child {
    display: block
}

.Card-image>div:only-child {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.Card-image>div:only-child img {
    display: block;
    max-height: 48px;
    max-width: 48px
}

.Card-content {
    margin: 30px 0;
    overflow: hidden
}

.Card-content:first-child {
    margin-top: 0
}

.Card-content:last-child {
    margin-bottom: 0
}

.Card-kicker {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase
}

.Card-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px
}

.Card-title,
.Card-title a {
    color: #666
}

.Card-cta {
    color: #0061D5;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 40px;
    transition: background 0.4s, color 0.4s;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-top: 1px solid #F4F4F4;
    display: block;
    line-height: 48px;
    margin: auto -40px -40px;
    text-decoration: none;
    width: calc(100% + 80px)
}

.Card-cta span {
    transition: border 0.4s;
    border-bottom: 1px solid transparent
}

@media (min-width: 640px) {
    .Card--horizontal {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        position: relative
    }
    .Card--horizontal .Card-image {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        width: 30%
    }
    .Card--horizontal .Card-content {
        padding: 30px;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0
    }
    .Card--horizontal .Card-cta {
        padding: 30px 30px 30px 0;
        -ms-flex-item-align: center;
        align-self: center;
        border: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        width: auto
    }
    .Card--horizontal .Card-cta span {
        color: #E51373;
        padding: 0 30px;
        transition: background 0.4s, color 0.4s;
        background: none;
        border: 2px solid #E51373;
        border-radius: 3px;
        display: block;
        height: 36px;
        line-height: 32px
    }
    .Card--horizontal .Card-cta span:hover {
        background: #E51373;
        text-decoration: none
    }
}

@media (max-width: 959px) and (min-width: 640px) {
    .Card--horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .Card--horizontal .Card-image {
        width: 40%
    }
    .Card--horizontal .Card-content {
        padding-bottom: 116px;
        width: 60%
    }
    .Card--horizontal .Card-cta {
        bottom: 0;
        left: calc(40% + 30px);
        position: absolute;
        right: 0;
        text-align: center
    }
}

a.Card--horizontal:active,
a.Card--horizontal:hover,
.u-textColor--FFFFFF a.Card--horizontal:active,
.u-textColor--FFFFFF a.Card--horizontal:hover {
    color: #4a4a4a;
    box-shadow: rgba(13, 23, 34, 0.25) 0 5px 25px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    text-decoration: none
}

a.Card--horizontal:active .Card-cta span,
a.Card--horizontal:hover .Card-cta span,
.u-textColor--FFFFFF a.Card--horizontal:active .Card-cta span,
.u-textColor--FFFFFF a.Card--horizontal:hover .Card-cta span {
    color: #fff;
    background: #E51373
}

.Career {
    padding: 80px 0
}

.Career-header {
    margin: 30px 0
}

.Career-header:first-child {
    margin-top: 0
}

.Career-header:last-child {
    margin-bottom: 0
}

.Career-title {
    margin: 0
}

.Career-title .Button,
.Career-title .Button:active,
.Career-title .Button:hover {
    color: #fff;
    float: right;
    margin-left: 10px
}

.Career-meta {
    margin: 30px 0;
    padding: 30px 0;
    border: solid #D8D8D8;
    border-width: 1px 0
}

.Career-meta:first-child {
    margin-top: 0
}

.Career-meta:last-child {
    margin-bottom: 0
}

.Career-meta h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 0;
    font-weight: 600
}

.Career-meta h3:first-child {
    margin-top: 0
}

.Career-meta h3:last-child {
    margin-bottom: 0
}

.Career-meta p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0
}

.Career-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.Career-content h1,
.Career-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px
}

@media (max-width: 639px) {
    .Career-content h1,
    .Career-content h2 {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .Career-content h1,
    .Career-content h2 {
        line-height: 28px
    }
}

.Career-content h3,
.Career-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

@media (max-width: 639px) {
    .Career-content h3,
    .Career-content h4 {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .Career-content h3,
    .Career-content h4 {
        line-height: 28px
    }
}

.Career-content h1,
.Career-content .h1,
.Career-content h2,
.Career-content .h2,
.Career-content h3,
.Career-content .h3,
.Career-content h4,
.Career-content .h4,
.Career-content h5,
.Career-content .h5,
.Career-content h6,
.Career-content .h6 {
    margin: 40px 0 -20px
}

.Career-content h1:first-child,
.Career-content .h1:first-child,
.Career-content h2:first-child,
.Career-content .h2:first-child,
.Career-content h3:first-child,
.Career-content .h3:first-child,
.Career-content h4:first-child,
.Career-content .h4:first-child,
.Career-content h5:first-child,
.Career-content .h5:first-child,
.Career-content h6:first-child,
.Career-content .h6:first-child {
    margin-top: 0
}

.Career-content h1:last-child,
.Career-content .h1:last-child,
.Career-content h2:last-child,
.Career-content .h2:last-child,
.Career-content h3:last-child,
.Career-content .h3:last-child,
.Career-content h4:last-child,
.Career-content .h4:last-child,
.Career-content h5:last-child,
.Career-content .h5:last-child,
.Career-content h6:last-child,
.Career-content .h6:last-child {
    margin-bottom: 0
}

.Career-apply {
    border-top: 1px solid #D8D8D8;
    margin-top: 30px;
    padding-top: 30px
}

.CategoryList {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase
}

.CustomerQuotes {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    width: calc(100% - 200px)
}

.CustomerQuotes-item {
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.CustomerQuotes-item:first-child {
    display: -ms-flexbox;
    display: flex
}

.CustomerQuotes-item blockquote {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    font-weight: 200;
    margin: 0;
    padding: 0;
    width: calc(100% - 200px)
}

@media (max-width: 639px) {
    .CustomerQuotes-item blockquote {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .CustomerQuotes-item blockquote {
        line-height: 28px
    }
}

.CustomerQuotes-item cite {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    font-style: normal
}

.CustomerQuotes-item cite strong {
    font-weight: normal
}

.CustomerQuotes-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 40px;
    width: 200px
}

.CustomerQuotes-logo img {
    display: block;
    width: 100%
}

.CustomerQuotes-next,
.CustomerQuotes-prev {
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 15px, rgba(0, 0, 0, 0.125) 0 0 0 1px;
    transition: background 0.6s, box-shadow 0.6s, transform 0.6s;
    background: rgba(13, 23, 34, 0.8);
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    width: 60px
}

.CustomerQuotes-next:before,
.CustomerQuotes-prev:before {
    background: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-arrow.svg") no-repeat center;
    background-size: 50%;
    content: '';
    display: block;
    height: 100%;
    width: 100%
}

.CustomerQuotes-next:hover,
.CustomerQuotes-prev:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 25px, rgba(0, 0, 0, 0.125) 0 0 0 1px;
    background: #0D1722;
    transform: translateY(-55%) scale(1.05)
}

.CustomerQuotes-next {
    right: -100px
}

.CustomerQuotes-prev {
    left: -100px
}

.CustomerQuotes-prev:before {
    transform: rotate(180deg);
    transform-origin: center
}

.CustomerQuotes .cycle-slide {
    display: none !important
}

.CustomerQuotes .cycle-sentinel,
.CustomerQuotes .cycle-slide-active {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (max-width: 639px) {
    .CustomerQuotes {
        width: calc(100% - 120px)
    }
    .CustomerQuotes-item {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .CustomerQuotes-item blockquote {
        width: 100%
    }
    .CustomerQuotes-logo {
        margin-bottom: 40px;
        max-width: 200px;
        padding-right: 0;
        width: auto
    }
    .CustomerQuotes-next,
    .CustomerQuotes-prev {
        height: 40px;
        width: 40px
    }
    .CustomerQuotes-next {
        right: -60px
    }
    .CustomerQuotes-prev {
        left: -60px
    }
}

@media (max-width: 479px) {
    .CustomerQuotes {
        width: calc(100% - 100px)
    }
    .CustomerQuotes-next,
    .CustomerQuotes-prev {
        height: 30px;
        width: 30px
    }
    .CustomerQuotes-next {
        right: -50px
    }
    .CustomerQuotes-prev {
        left: -50px
    }
}

.Drupal-message {
    padding: 10px 0;
    transition: top 0.4s;
    background: rgba(51, 51, 51, 0.9);
    left: 0;
    max-height: calc(100vh - 125px);
    overflow: auto;
    position: fixed;
    right: 0;
    top: 125px;
    z-index: 50
}

.Drupal-message pre {
    background: none;
    padding: 0
}

.Drupal-message .status,
.Drupal-message .messages {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    background: none;
    border: 0;
    margin: 0;
    padding: 0
}

.Drupal-message .krumo-root,
.Drupal-message .krumo-root .status,
.Drupal-message .krumo-root .message {
    color: #4a4a4a
}

.Pacnav--is-scrolling .Drupal-message {
    max-height: calc(100vh - 80px);
    top: 80px
}

.adminimal-menu .Drupal-message {
    max-height: calc(100vh - 153px);
    top: 153px
}

.adminimal-menu.Pacnav--is-scrolling .Drupal-message {
    max-height: calc(100vh - 108px);
    top: 108px
}

.Drupal-tabs {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    background: rgba(13, 23, 34, 0.2);
    background: linear-gradient(135deg, rgba(13, 23, 34, 0.2) 0%, rgba(13, 23, 34, 0.8) 100%);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 0;
    top: calc(50vh + 62.5px);
    transform: translateY(-50%);
    width: 100px;
    z-index: 100
}

.Drupal-tabs:before {
    background: rgba(13, 23, 34, 0.4) url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-gear.svg") no-repeat 20px center;
    background-size: 16px;
    content: '';
    display: block;
    height: 32px
}

.Drupal-tabs .Wrap,
.Drupal-tabs .Wrap--noPadding,
.Drupal-tabs .Wrap--noPaddingAll,
.Drupal-tabs .Wrap--wide,
.Drupal-tabs .Wrap--narrow,
.Drupal-tabs .view-blog,
.Drupal-tabs .view-news,
.Drupal-tabs .view-partners,
.Drupal-tabs .view-resources,
.Drupal-tabs .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Drupal-tabs .Body-sections>.Section:first-child,
.Drupal-tabs .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Drupal-tabs .Body-sections>:first-child>.Section {
    display: -ms-flexbox;
    display: flex
}

.Drupal-tabs ul.primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.Drupal-tabs ul.primary,
.Drupal-tabs ul.primary li,
.Drupal-tabs ul.primary li a {
    background: none;
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.Drupal-tabs ul.primary li {
    display: block
}

.Drupal-tabs ul.primary li a {
    color: #fff;
    padding: 0 20px;
    transition: background 0.4s;
    background: rgba(13, 23, 34, 0.6);
    display: block;
    height: 32px;
    line-height: 32px;
    text-decoration: none
}

.Drupal-tabs ul.primary li a:active,
.Drupal-tabs ul.primary li a:hover {
    background: rgba(0, 97, 213, 0.8)
}

.Factoids {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.Factoids-item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1
}

.Factoids-item+.Factoids-item {
    margin-left: 60px
}

.Factoids-number {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
    font-weight: 100;
    font-size: 72px;
    line-height: 80px
}

.Factoids.is-above .Factoids-item,
.Factoids.is-below .Factoids-item {
    max-width: 240px
}

.Factoids.is-below {
    border-top: 1px solid rgba(13, 23, 34, 0.1);
    margin-top: 60px;
    padding-top: 60px
}

.Factoids.is-right {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

.Factoids.is-right .Factoids-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: inherit;
    flex: inherit;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 60px;
    margin-right: 60px
}

.Factoids.is-right .Factoids-number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.Factoids.is-right .Factoids-text {
    max-width: 240px
}

.Factoids.is-right .Factoids-item+.Factoids-item {
    border-top: 1px solid rgba(13, 23, 34, 0.1);
    margin-top: 20px;
    padding-top: 20px
}

.Factoids.is-right .Factoids-item:nth-child(1) .Factoids-number {
    color: #CC6338
}

.Factoids.is-right .Factoids-item:nth-child(2) .Factoids-number {
    color: #3866CC
}

@media (max-width: 959px) {
    .Factoids {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
    .Factoids-number {
        font-size: 60px;
        line-height: 68px
    }
    .Factoids.is-right .Factoids-item,
    .Factoids.is-left .Factoids-item {
        margin-left: 0;
        margin-right: 0
    }
    .Factoids.is-above .Factoids-item,
    .Factoids.is-below .Factoids-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-top: 40px;
        max-width: none
    }
    .Factoids.is-above .Factoids-item+.Factoids-item,
    .Factoids.is-below .Factoids-item+.Factoids-item {
        margin-left: 0
    }
    .Factoids.is-above .Factoids-item:nth-child(1),
    .Factoids.is-above .Factoids-item:nth-child(2),
    .Factoids.is-below .Factoids-item:nth-child(1),
    .Factoids.is-below .Factoids-item:nth-child(2) {
        margin-top: 0
    }
    .Factoids.is-above .Factoids-item:nth-child(2n+1),
    .Factoids.is-below .Factoids-item:nth-child(2n+1) {
        padding-right: 30px
    }
    .Factoids.is-above .Factoids-item:nth-child(2n),
    .Factoids.is-below .Factoids-item:nth-child(2n) {
        padding-left: 30px
    }
}

@media (max-width: 639px) {
    .Factoids-number {
        font-size: 54px;
        line-height: 60px
    }
    .Factoids-text {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 479px) {
    .Factoids {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .Factoids.is-above .Factoids-item,
    .Factoids.is-below .Factoids-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 200px;
        padding: 0 !important
    }
    .Factoids.is-above .Factoids-item:nth-child(2),
    .Factoids.is-below .Factoids-item:nth-child(2) {
        margin-top: 40px
    }
    .Factoids.is-right .Factoids-item,
    .Factoids.is-left .Factoids-item {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .Factoids.is-right .Factoids-number,
    .Factoids.is-left .Factoids-number {
        margin: 0
    }
    .Factoids.is-right .Factoids-text,
    .Factoids.is-left .Factoids-text {
        margin-top: 5px;
        text-align: center
    }
}

.Footer {
    padding: 100px 0;
    -ms-flex-align: center;
    align-items: center;
    background: #001733;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.Footer .Wrap,
.Footer .Wrap--noPadding,
.Footer .Wrap--noPaddingAll,
.Footer .Wrap--wide,
.Footer .Wrap--narrow,
.Footer .view-blog,
.Footer .view-news,
.Footer .view-partners,
.Footer .view-resources,
.Footer .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Footer .Body-sections>.Section:first-child,
.Footer .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Footer .Body-sections>:first-child>.Section {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.Footer-nav {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    width: 100%
}

.Footer-nav ul.menu,
.Footer-nav li.expanded,
.Footer-nav li.leaf {
    list-style: none
}

.Footer-nav li.expanded,
.Footer-nav li.leaf,
.Footer-nav>ul.menu ul.menu {
    margin: 0;
    padding: 0
}

.Footer-nav>ul.menu {
    margin: 0 0 30px 0;
    width: 25%
}

.Footer-nav>ul.menu.full {
    width: 100%
}

.Footer-nav>ul.menu ul.menu,
.Footer-nav>ul.menu li+li {
    margin-top: 10px
}

.Footer-nav>ul.menu>li+li {
    margin-top: 10px
}

.Footer-nav>ul.menu>li>a,
.Footer-nav>ul.menu>li>.nolink {
  font-weight: 400;
  color: #adadad;
}

.Footer-nav a,
.Footer-nav a.active,
.Footer-nav .nolink {
    color: #fff;
    font-weight: 500
}

.Footer-social ul,
.Footer-social li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.Footer-social ul {
    display: -ms-flexbox;
    display: flex
}

.Footer-social li {
    height: 18px;
    line-height: 18px
}

.Footer-social li+li {
    margin-left: 30px !important
}

.Footer-social a,
.Footer-social a.active,
.Footer-social .nolink {
    color: #666;
    font-size: 22px;
    font-weight: 700;
    transition: color .3s;
}

.Footer-social a:active,
.Footer-social a:hover,
.Footer-social a.active:active,
.Footer-social a.active:hover,
.Footer-social .nolink:active,
.Footer-social .nolink:hover {
    color: #a8a8a8;
    text-decoration: none
}

.Footer-copyright {
    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    margin-top: 25px
}

.Footer-copyright ul,
.Footer-copyright li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.Footer-copyright li {
    display: inline
}

.Footer-copyright li:before {
    content: '|';
    display: inline-block;
    margin: 0 5px
}

.Footer-copyright a,
.Footer-copyright a.active,
.Footer-copyright .nolink {
    color: #666
}

.Footer-copyright a:active,
.Footer-copyright a:hover,
.Footer-copyright a.active:active,
.Footer-copyright a.active:hover,
.Footer-copyright .nolink:active,
.Footer-copyright .nolink:hover {
    color: #666;
    text-decoration: none
}

.Footer .info .Footer-nav {
    margin-top: 30px
}

.Footer .Row,
.Footer .company {
    margin-top: 30px
}

.Footer .title,
.Footer .company p {
    color: #fff;
    font-weight: 400
}

.Footer .company p {
  color: #adadad;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  font-weight: 400
}

.Footer .company p.name {
    font-weight: 600;
    margin-bottom: 0px
}

.Footer .company p.address {
    margin-top: 10px
}

@media (max-width: 1039px) {
    .Footer-nav>ul.menu {
        width: 50%
    }
}

@media (max-width: 959px) {
    .Footer-copyright {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .Footer-copyright p {
        margin-bottom: 10px
    }
    .Footer-copyright ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
    .Footer-copyright li {
        display: block;
        line-height: 1em
    }
    .Footer-copyright li:first-child:before {
        display: none
    }
}

@media (max-width: 639px) {
    .Footer-nav>ul.menu {
        width: 100%
    }
    .Footer-copyright {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .Footer-copyright ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -10px !important
    }
    .Footer-copyright li {
        display: block;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        line-height: 1em;
        margin-bottom: 10px !important
    }
    .Footer-copyright li:before {
        display: none
    }
    .Footer-copyright li:nth-child(2n) {
        border-left: 1px solid #666;
        padding-left: 5px !important
    }
    .Footer-copyright li:nth-child(2n+1) {
        padding-right: 5px !important;
        text-align: right
    }
}

.GlobalSearch {
    transition: z-index 0s;
    left: 350px;
    margin: 0;
    position: absolute;
    right: 230px;
    top: calc(50% - 30px);
    transition-delay: 0.8s;
    z-index: 10
}

.GlobalSearch:before {
    transition: border 0.6s, opacity 0.6s, transform 0.8s;
    border: 1px solid #D8D8D8;
    border-radius: 7px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(13, 23, 34, 0.1);
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition-delay: 0.2s, 0s;
    z-index: 10
}

.GlobalSearch.has-noTransition,
.GlobalSearch.has-noTransition:before,
.GlobalSearch.has-noTransition .GlobalSearch-field,
.GlobalSearch.has-noTransition input[type='text'] {
    transition: none !important
}

.GlobalSearch.is-active {
    transition-delay: 0s;
    z-index: 25
}

.GlobalSearch.is-active:before {
    opacity: 1;
    transform: scaleX(1);
    transition-delay: 0s
}

.GlobalSearch-field {
    transition: background 0.6s, transform 0.8s, width 0.8s;
    background: #fff;
    height: 60px;
    margin-left: 100vw;
    opacity: 0;
    position: relative;
    transform: translateX(570px);
    width: 0
}

.GlobalSearch-field .form-item {
    margin: 0
}

.GlobalSearch-field input[type='text'] {
    font-size: 16px;
    transition: background 0.4s, color 0.4s, opacity 0.6s;
    background: #fff;
    border: solid #D8D8D8;
    border-width: 1px 0;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    height: 60px;
    left: -14px;
    line-height: 58px;
    padding: 0 0 0 75px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 13px);
    z-index: 15
}

.GlobalSearch-field input[type='text']:focus {
    box-shadow: none
}

.GlobalSearch-field input[type='submit'] {
    display: none
}

.GlobalSearch-field .form-autocomplete {
    background-image: none !important
}

.GlobalSearch-field #autocomplete {
    box-shadow: rgba(13, 23, 34, 0.25) 0 5px 25px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    transition: background 0.4s;
    background: #fff;
    border: 0;
    border-radius: 7px;
    margin-top: -59px;
    padding-top: 52px;
    z-index: 10
}

.GlobalSearch-field #autocomplete li {
    color: #595959;
    font-size: 15px;
    transition: background 0.4s;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 24px 0 75px;
    white-space: nowrap
}

.GlobalSearch-field #autocomplete li:first-child {
    height: 43px;
    padding-top: 7px
}

.GlobalSearch-field #autocomplete li.selected {
    background: #4c90e1
}

.GlobalSearch-field #autocomplete .autocomplete-suggestion-results {
    display: none
}

.GlobalSearch.is-transitioning .GlobalSearch-field {
    transition: opacity 0.6s, margin 0.8s, transform 0.8s, width 0.8s;
    overflow: hidden;
    transition-delay: 0s
}

.GlobalSearch.is-transitioning.is-active .GlobalSearch-field {
    transition-delay: 0.2s, 0s, 0s
}

.GlobalSearch.is-active .GlobalSearch-field {
    transition: opacity 0.6s, transform 0.8s, width 0.8s;
    margin-left: 0;
    opacity: 1;
    transform: none;
    width: 100%
}

.GlobalSearch.is-active .GlobalSearch-field input[type='text'] {
    transition: color 0.4s, opacity 0.6s
}

.GlobalSearch-open {
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 21px;
    left: 0;
    margin-left: 100vw;
    position: absolute;
    top: calc(50% - 11px);
    transform: translateX(-601px);
    width: 21px;
    z-index: 25
}

.GlobalSearch-open:before {
    transition: background 0.6s, border 0.6s;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 7px 0 0 7px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 60px;
    left: -15px;
    opacity: 0;
    position: absolute;
    top: -19px;
    transition-delay: 0.2s;
    width: 51px
}

.GlobalSearch-open svg {
    display: block;
    position: relative;
    z-index: 10
}

.GlobalSearch-open g {
    transition: fill 0.4s;
    fill: #fff
}

.GlobalSearch.is-transitioning .GlobalSearch-open {
    transition: margin 0.8s, transform 0.8s
}

.GlobalSearch.is-transitioning .GlobalSearch-open:before {
    transition: opacity 0.6s
}

.GlobalSearch.is-active .GlobalSearch-open {
    cursor: default;
    margin-left: 0;
    transform: none
}

.GlobalSearch.is-active .GlobalSearch-open:before {
    opacity: 1;
    transition-delay: 0s
}

.GlobalSearch-close {
    color: #D8D8D8;
    transition: background 0.6s, border 0.6s, color 0.4s, opacity 0.6s;
    background: #fff;
    border: solid #D8D8D8;
    border-width: 1px 1px 1px 0;
    border-radius: 0 7px 7px 0;
    cursor: pointer;
    height: 60px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 0s, 0.2s;
    width: 60px;
    z-index: 25
}

.GlobalSearch-close:after,
.GlobalSearch-close:before {
    background: currentcolor;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 28px
}

.GlobalSearch-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg)
}

.GlobalSearch-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg)
}

.GlobalSearch-close:hover {
    color: #979797
}

.GlobalSearch.is-active .GlobalSearch-close {
    opacity: 1;
    transition-delay: 0s
}

body:not(.has-inverse-hero) .GlobalSearch:before,
.Pacnav--is-scrolling .GlobalSearch:before {
    border-color: #595959
}

body:not(.has-inverse-hero) .GlobalSearch-open g,
.Pacnav--is-scrolling .GlobalSearch-open g {
    fill: #fff
}

body:not(.has-inverse-hero) .GlobalSearch-field,
.Pacnav--is-scrolling .GlobalSearch-field {
    background: #0D1722;
    border-radius: 0 6px 6px 0
}

body:not(.has-inverse-hero) .GlobalSearch-field input[type='text'],
.Pacnav--is-scrolling .GlobalSearch-field input[type='text'] {
    color: #D8D8D8;
    background: #0D1722;
    border-color: #595959
}

body:not(.has-inverse-hero) .GlobalSearch-open:before,
body:not(.has-inverse-hero) .GlobalSearch-close,
.Pacnav--is-scrolling .GlobalSearch-open:before,
.Pacnav--is-scrolling .GlobalSearch-close {
    background: #0D1722;
    border-color: #595959
}

body:not(.has-inverse-hero) .GlobalSearch #autocomplete,
.Pacnav--is-scrolling .GlobalSearch #autocomplete {
    background: #0D1722
}

@media (min-width: 1301px) {
    .GlobalSearch-open {
        left: 0;
        margin-left: 0;
        transform: translateX(699px)
    }
    .GlobalSearch-field {
        margin-left: 0;
        transform: translateX(819px)
    }
    .GlobalSearch.is-active .GlobalSearch-field {
        transform: none
    }
}

@media (max-width: 819px) {
    .GlobalSearch {
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        display: none;
        height: 42px;
        left: inherit;
        margin: 0 auto;
        padding: 5px 0 5px 30px;
        position: relative;
        right: inherit;
        top: inherit;
        width: calc(100% - 40px);
        z-index: 25
    }
    .GlobalSearch:before,
    .GlobalSearch-open:before,
    .GlobalSearch-close {
        display: none
    }
    .GlobalSearch-open {
        cursor: default;
        left: 0;
        margin-left: 0;
        transform: none
    }
    .GlobalSearch-open g {
        fill: #fff
    }
    .GlobalSearch-field {
        background: none;
        height: 30px;
        left: inherit;
        margin-left: 0;
        opacity: 1;
        right: inherit;
        top: inherit;
        transform: none;
        width: 100%
    }
    .GlobalSearch-field input[type='text'] {
        color: #fff;
        transition: color 0.4s, opacity 0.6s;
        background: #0D1722;
        border: 0;
        height: 30px;
        left: inherit;
        line-height: 30px;
        opacity: 1;
        padding-left: 0;
        position: relative;
        right: inherit;
        top: inherit;
        transform: none;
        width: 100%
    }
    .GlobalSearch-field input[type='text']::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5)
    }
    .GlobalSearch-field input[type='text']::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5)
    }
    .GlobalSearch-field input[type='text']:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5)
    }
    .GlobalSearch-field input[type='text']:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5)
    }
    .GlobalSearch-field #autocomplete {
        display: none !important
    }
}

.Header {
    transition: background 0.4s, height 0.4s;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 125px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.Header .Wrap,
.Header .Wrap--noPadding,
.Header .Wrap--noPaddingAll,
.Header .Wrap--wide,
.Header .Wrap--narrow,
.Header .view-blog,
.Header .view-news,
.Header .view-partners,
.Header .view-resources,
.Header .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Header .Body-sections>.Section:first-child,
.Header .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Header .Body-sections>:first-child>.Section {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 43px
}

.Header .Wrap:after,
.Header .Wrap--noPadding:after,
.Header .Wrap--noPaddingAll:after,
.Header .Wrap--wide:after,
.Header .Wrap--narrow:after,
.Header .view-blog:after,
.Header .view-news:after,
.Header .view-partners:after,
.Header .view-resources:after,
.Header .has-cutout-hero .Body-sections>.Section:first-child:after,
.has-cutout-hero .Header .Body-sections>.Section:first-child:after,
.Header .has-cutout-hero .Body-sections>:first-child>.Section:after,
.has-cutout-hero .Header .Body-sections>:first-child>.Section:after {
    display: none
}

.Header .Logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px
}

.Header .Logo-text {
    transition: fill 0.6s;
    fill: #fff
}

.Header .Logo-block {
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle
}

.Header .Logo-block .Logo-img-main {
    display: none;
    transition: height 0.4s, width 0.4s
}

.Header .Logo-block .Logo-img-white {
    display: block;
    transition: height 0.4s, width 0.4s
}

.Header-nav {
    transition: opacity 0.6s;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 261px;
    position: relative;
    transition-delay: 0.2s;
    width: calc(100% - 481px);
    z-index: 20
}

.Header-cta {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 50
}

.Header-cta .Button,
.Header-cta [class^='Button--'],
.Header-cta [class*=' Button--'],
.Header-cta .Resource-form .ao-form-submit,
.Resource-form .Header-cta .ao-form-submit,
.Header-cta .ActonFormSection .Section-content .ao-form-submit,
.ActonFormSection .Section-content .Header-cta .ao-form-submit,
.Header-cta .BlogView-subscribe .ao-form-submit,
.BlogView-subscribe .Header-cta .ao-form-submit,
.Header-cta .hs-button,
.Header-cta .QuickLinks a,
.QuickLinks .Header-cta a,
.Header-cta .ResourcesView-subscribe .ao-form-submit,
.ResourcesView-subscribe .Header-cta .ao-form-submit,
.Header-cta .pager-load-more a,
.pager-load-more .Header-cta a,
.Header-cta .page-user .form-actions input[type='submit'],
.page-user .form-actions .Header-cta input[type='submit'] {
    transition: border 0.4s, color 0.4s, transform 0.4s;
    color: #fff;
    border-color: #fff;
    height: 48px;
    line-height: 44px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.Header-cta .Button:active,
.Header-cta [class^='Button--']:active,
.Header-cta [class*=' Button--']:active,
.Header-cta .Resource-form .ao-form-submit:active,
.Resource-form .Header-cta .ao-form-submit:active,
.Header-cta .ActonFormSection .Section-content .ao-form-submit:active,
.ActonFormSection .Section-content .Header-cta .ao-form-submit:active,
.Header-cta .BlogView-subscribe .ao-form-submit:active,
.BlogView-subscribe .Header-cta .ao-form-submit:active,
.Header-cta .hs-button:active,
.Header-cta .QuickLinks a:active,
.QuickLinks .Header-cta a:active,
.Header-cta .ResourcesView-subscribe .ao-form-submit:active,
.ResourcesView-subscribe .Header-cta .ao-form-submit:active,
.Header-cta .pager-load-more a:active,
.pager-load-more .Header-cta a:active,
.Header-cta .page-user .form-actions input[type='submit']:active,
.page-user .form-actions .Header-cta input[type='submit']:active,
.Header-cta .Button:hover,
.Header-cta [class^='Button--']:hover,
.Header-cta [class*=' Button--']:hover,
.Header-cta .Resource-form .ao-form-submit:hover,
.Resource-form .Header-cta .ao-form-submit:hover,
.Header-cta .ActonFormSection .Section-content .ao-form-submit:hover,
.ActonFormSection .Section-content .Header-cta .ao-form-submit:hover,
.Header-cta .BlogView-subscribe .ao-form-submit:hover,
.BlogView-subscribe .Header-cta .ao-form-submit:hover,
.Header-cta .hs-button:hover,
.Header-cta .QuickLinks a:hover,
.QuickLinks .Header-cta a:hover,
.Header-cta .ResourcesView-subscribe .ao-form-submit:hover,
.ResourcesView-subscribe .Header-cta .ao-form-submit:hover,
.Header-cta .pager-load-more a:hover,
.pager-load-more .Header-cta a:hover,
.Header-cta .page-user .form-actions input[type='submit']:hover,
.page-user .form-actions .Header-cta input[type='submit']:hover {
    color: #fff;
    background: none;
    border-color: #fff
}

.Header-Global .Global-Menu {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 101;
    background-color: #0D1722;
    height: 35px;
    transition: all 0.5s linear
}

.Header-Global .Global-Menu ul {
    width: auto;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px
}

.Header-Global .Global-Menu ul li {
    height: 35px;
    line-height: 35px;
    display: inline-block
}

.Header-Global .Global-Menu ul li a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid RGBA(255, 255, 255, 0.2)
}

.Header-Global .Global-Menu ul li:first-child a {
    border-left: none
}

.Header-Global .Global-Menu.has-sub ul {
    margin-left: 0px
}

.Header-Global .Global-Menu.has-sub ul li.hs-menu-depth-1 {
    position: relative
}

.Header-Global .Global-Menu.has-sub ul li.hs-menu-depth-1>a {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 639px) {
    .Header-Global .Global-Menu.has-sub ul li.hs-menu-depth-1>a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px
    }
}

.Header-Global .Global-Menu.has-sub ul li.hs-menu-depth-1 ul {
    position: absolute;
    padding: 10px 0px 0px 0px;
    width: 250px;
    top: 0px;
    left: 0px;
    background-color: #0D1722;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 600ms, visibility 600ms
}

.Header-Global .Global-Menu.has-sub ul li.hs-menu-depth-1 ul li {
    display: block;
    border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
    line-height: 25px
}

.Header-Global .Global-Menu.has-sub ul li.hs-menu-depth-1 ul li:last-child {
    border-bottom: none
}

.Header-Global .Global-Menu.has-sub ul li.hs-menu-depth-1:hover ul {
    visibility: visible;
    opacity: 1
}

@media (max-width: 639px) {
    .Header-Global .Global-Menu.has-sub .Wrap {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%
    }
    .Header-Global .Global-Menu.has-sub .hs-menu-wrapper>ul {
        margin-left: 0px;
        padding-left: 0px;
        width: 100%;
        text-align: center
    }
}

.Pacnav--is-scrolling .Header-Global,
.Pacnav--is-scrolling .Global-Menu {
    display: none
}

body:not(.Pacnav--is-scrolling) .Header.Has-childmenu {
    top: 35px
}

.adminimal-menu .Header {
    top: 28px
}

.Pacnav--is-scrolling .Header {
    background: #0D1722;
    height: 80px
}

.Pacnav--is-scrolling .Header .Logo-text {
    fill: #fff;
    transition-delay: 0s
}

.Pacnav--is-scrolling .Header .Logo-block .Logo-img-main {
    display: none
}

.Pacnav--is-scrolling .Header .Logo-block .Logo-img-white {
    display: block
}

.Pacnav--is-scrolling .Header .Header-cta .Button,
.Pacnav--is-scrolling .Header .Header-cta [class^='Button--'],
.Pacnav--is-scrolling .Header .Header-cta [class*=' Button--'],
.Pacnav--is-scrolling .Header .Header-cta .Resource-form .ao-form-submit,
.Resource-form .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit,
.Pacnav--is-scrolling .Header .Header-cta .ActonFormSection .Section-content .ao-form-submit,
.ActonFormSection .Section-content .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit,
.Pacnav--is-scrolling .Header .Header-cta .BlogView-subscribe .ao-form-submit,
.BlogView-subscribe .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit,
.Pacnav--is-scrolling .Header .Header-cta .hs-button,
.Pacnav--is-scrolling .Header .Header-cta .QuickLinks a,
.QuickLinks .Pacnav--is-scrolling .Header .Header-cta a,
.Pacnav--is-scrolling .Header .Header-cta .ResourcesView-subscribe .ao-form-submit,
.ResourcesView-subscribe .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit,
.Pacnav--is-scrolling .Header .Header-cta .pager-load-more a,
.pager-load-more .Pacnav--is-scrolling .Header .Header-cta a,
.Pacnav--is-scrolling .Header .Header-cta .page-user .form-actions input[type='submit'],
.page-user .form-actions .Pacnav--is-scrolling .Header .Header-cta input[type='submit'] {
    color: #fff;
    font-size: 15px;
    border-color: #fff;
    height: 36px;
    line-height: 32px
}

.Pacnav--is-scrolling .Header .Header-cta .Button:active,
.Pacnav--is-scrolling .Header .Header-cta [class^='Button--']:active,
.Pacnav--is-scrolling .Header .Header-cta [class*=' Button--']:active,
.Pacnav--is-scrolling .Header .Header-cta .Resource-form .ao-form-submit:active,
.Resource-form .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit:active,
.Pacnav--is-scrolling .Header .Header-cta .ActonFormSection .Section-content .ao-form-submit:active,
.ActonFormSection .Section-content .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit:active,
.Pacnav--is-scrolling .Header .Header-cta .BlogView-subscribe .ao-form-submit:active,
.BlogView-subscribe .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit:active,
.Pacnav--is-scrolling .Header .Header-cta .hs-button:active,
.Pacnav--is-scrolling .Header .Header-cta .QuickLinks a:active,
.QuickLinks .Pacnav--is-scrolling .Header .Header-cta a:active,
.Pacnav--is-scrolling .Header .Header-cta .ResourcesView-subscribe .ao-form-submit:active,
.ResourcesView-subscribe .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit:active,
.Pacnav--is-scrolling .Header .Header-cta .pager-load-more a:active,
.pager-load-more .Pacnav--is-scrolling .Header .Header-cta a:active,
.Pacnav--is-scrolling .Header .Header-cta .page-user .form-actions input[type='submit']:active,
.page-user .form-actions .Pacnav--is-scrolling .Header .Header-cta input[type='submit']:active,
.Pacnav--is-scrolling .Header .Header-cta .Button:hover,
.Pacnav--is-scrolling .Header .Header-cta [class^='Button--']:hover,
.Pacnav--is-scrolling .Header .Header-cta [class*=' Button--']:hover,
.Pacnav--is-scrolling .Header .Header-cta .Resource-form .ao-form-submit:hover,
.Resource-form .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit:hover,
.Pacnav--is-scrolling .Header .Header-cta .ActonFormSection .Section-content .ao-form-submit:hover,
.ActonFormSection .Section-content .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit:hover,
.Pacnav--is-scrolling .Header .Header-cta .BlogView-subscribe .ao-form-submit:hover,
.BlogView-subscribe .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit:hover,
.Pacnav--is-scrolling .Header .Header-cta .hs-button:hover,
.Pacnav--is-scrolling .Header .Header-cta .QuickLinks a:hover,
.QuickLinks .Pacnav--is-scrolling .Header .Header-cta a:hover,
.Pacnav--is-scrolling .Header .Header-cta .ResourcesView-subscribe .ao-form-submit:hover,
.ResourcesView-subscribe .Pacnav--is-scrolling .Header .Header-cta .ao-form-submit:hover,
.Pacnav--is-scrolling .Header .Header-cta .pager-load-more a:hover,
.pager-load-more .Pacnav--is-scrolling .Header .Header-cta a:hover,
.Pacnav--is-scrolling .Header .Header-cta .page-user .form-actions input[type='submit']:hover,
.page-user .form-actions .Pacnav--is-scrolling .Header .Header-cta input[type='submit']:hover {
    color: #fff;
    background: none;
    border-color: #fff
}

@media (min-width: 820px) {
    .GlobalSearch.is-active~.Header-nav {
        opacity: 0;
        transition-delay: 0s
    }
}

@media (max-width: 819px) {
    .Header {
        -ms-flex-align: start;
        align-items: flex-start;
        height: 80px;
        padding: 25px 0;
        overflow: hidden
    }
    .Header .Wrap,
    .Header .Wrap--noPadding,
    .Header .Wrap--noPaddingAll,
    .Header .Wrap--wide,
    .Header .Wrap--narrow,
    .Header .view-blog,
    .Header .view-news,
    .Header .view-partners,
    .Header .view-resources,
    .Header .has-cutout-hero .Body-sections>.Section:first-child,
    .has-cutout-hero .Header .Body-sections>.Section:first-child,
    .Header .has-cutout-hero .Body-sections>:first-child>.Section,
    .has-cutout-hero .Header .Body-sections>:first-child>.Section {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
    .Header-login {
        display: none
    }
    .Header-nav {
        margin-right: 0;
        margin-top: 30px;
        position: static;
        width: 100%
    }
    .Header-cta {
        right: 80px;
        top: -3px;
        transform: none;
        width: 100px;
        z-index: 5
    }
    .Header-cta .Button,
    .Header-cta [class^='Button--'],
    .Header-cta [class*=' Button--'],
    .Header-cta .Resource-form .ao-form-submit,
    .Resource-form .Header-cta .ao-form-submit,
    .Header-cta .ActonFormSection .Section-content .ao-form-submit,
    .ActonFormSection .Section-content .Header-cta .ao-form-submit,
    .Header-cta .BlogView-subscribe .ao-form-submit,
    .BlogView-subscribe .Header-cta .ao-form-submit,
    .Header-cta .hs-button,
    .Header-cta .QuickLinks a,
    .QuickLinks .Header-cta a,
    .Header-cta .ResourcesView-subscribe .ao-form-submit,
    .ResourcesView-subscribe .Header-cta .ao-form-submit,
    .Header-cta .pager-load-more a,
    .pager-load-more .Header-cta a,
    .Header-cta .page-user .form-actions input[type='submit'],
    .page-user .form-actions .Header-cta input[type='submit'] {
        color: #fff;
        font-size: 15px;
        border-color: #fff;
        height: 36px;
        line-height: 32px
    }
    .Pacnav--is-transitioning .Header {
        overflow: visible
    }
    .Pacnav--is-mobile .Header:before {
        transition: opacity 0.6s, transform 0.8s;
        background: #0D1722;
        content: '';
        display: block;
        left: 0;
        height: 100vh;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: center top;
        transition-delay: 0.3s;
        z-index: 10
    }
    .Pacnav--is-mobile .Header-nav {
        -ms-flex-order: 2;
        order: 2
    }
    .Pacnav--is-mobile .Header .GlobalSearch {
        transition: left 0s, opacity 0.4s, transform 0.6s;
        display: block;
        left: 100vw;
        opacity: 0;
        -ms-flex-order: 4;
        order: 4;
        transform: translate(0, 0) scale(1.4);
        transform-origin: 60px 100%;
        transition-delay: .6s, 0s, 0s
    }
    .Pacnav--is-mobile .Header-login {
        transition: left 0s, opacity 0.4s, transform 0.6s;
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        height: 41px;
        left: 100vw;
        left: inherit;
        line-height: 30px;
        margin: 0 20px;
        opacity: 0;
        -ms-flex-order: 3;
        order: 3;
        padding: 5px 0;
        position: relative;
        right: inherit;
        top: inherit;
        transform: translate(0, 0) scale(1.4);
        transform-origin: 60px 100%;
        transition-delay: .7s, 0s, 0s;
        width: calc(100% - 40px)
    }
    .Pacnav--is-mobile .Header-login li {
        text-align: left
    }
    .Pacnav--is-mobile .Header-login a {
        color: #fff;
        font-weight: 400
    }
    .Pacnav--is-mobile .Header-login a:active,
    .Pacnav--is-mobile .Header-login a:hover {
        color: #fff
    }
    .Pacnav--is-mobile .Header-login a:after {
        display: none
    }
    .Pacnav--is-scrolling .Header:before {
        opacity: 1;
        height: calc(100vh - 80px);
        top: 100%
    }
    .Pacnav--is-mobile.Pacnav--is-active .Header {
        overflow: visible
    }
    .Pacnav--is-mobile.Pacnav--is-active .Header:before {
        transition: opacity 0.6s, transform 0.8s;
        opacity: 1;
        transform: scaleY(1);
        transition-delay: 0s
    }
    .Pacnav--is-mobile.Pacnav--is-active .Header .Logo-text {
        fill: #fff;
        transition-delay: 0s
    }
    .Pacnav--is-mobile.Pacnav--is-active .Header .PacnavToggle-lines,
    .Pacnav--is-mobile.Pacnav--is-active .Header .PacnavToggle-circles {
        transition-delay: 0s
    }
    .Pacnav--is-mobile.Pacnav--is-active .Header .GlobalSearch {
        left: 0;
        opacity: 0 !important;
        transform: translate(-100%, 0) scale(0) !important;
        transition-delay: 0s, 1.6s, 1.6s
    }
    .Pacnav--is-mobile.Pacnav--is-active.Menu--is-level0 .Header .GlobalSearch {
        left: 0;
        opacity: 1 !important;
        transform: translate(0, 0) scale(1) !important
    }
}

@media (max-width: 479px) {
    .Header-cta {
        right: 60px;
        width: 90px
    }
}

@media (max-width: 479px) and (min-width: 414px) {
    .Header-cta {
        right: 70px;
        width: 90px
    }
}

.Hero,
.Hero--home,
.Hero--small,
.Hero--logo,
.Hero--basic {
    background: #0D1722 center no-repeat;
    background-size: cover;
    margin-top: -125px;
    height: 640px;
    padding-bottom: 150px;
    padding-top: 235px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 20
}

.u-bgColor--0E1723.Hero,
.u-bgColor--0E1723.Hero--home,
.u-bgColor--0E1723.Hero--small,
.u-bgColor--0E1723.Hero--logo,
.u-bgColor--0E1723.Hero--basic {
    background-color: #73787d
}

.u-bgColor--0E1723.Hero:before,
.u-bgColor--0E1723.Hero--home:before,
.u-bgColor--0E1723.Hero--small:before,
.u-bgColor--0E1723.Hero--logo:before,
.u-bgColor--0E1723.Hero--basic:before {
    background: #73787d;
    background: linear-gradient(-135deg, #73787d 0%, #0D1722 100%)
}

.u-bgColor--9FC4D4.Hero,
.u-bgColor--9FC4D4.Hero--home,
.u-bgColor--9FC4D4.Hero--small,
.u-bgColor--9FC4D4.Hero--logo,
.u-bgColor--9FC4D4.Hero--basic {
    background: rgba(29, 72, 96, 0.8);
    background: linear-gradient(170deg, rgba(29, 72, 96, 0.8) 25%, rgba(159, 196, 212, 0.6) 100%);
    background-color: #7fa5b7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    padding-top: 175px
}

.u-bgColor--9FC4D4.Hero:before,
.u-bgColor--9FC4D4.Hero--home:before,
.u-bgColor--9FC4D4.Hero--small:before,
.u-bgColor--9FC4D4.Hero--logo:before,
.u-bgColor--9FC4D4.Hero--basic:before {
    background: rgba(29, 72, 96, 0.8);
    background: linear-gradient(170deg, rgba(29, 72, 96, 0.8) 25%, rgba(159, 196, 212, 0.6) 100%)
}



.Hero:before,
.Hero--home:before,
.Hero--small:before,
.Hero--logo:before,
.Hero--basic:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.5) 0%, rgba(5, 73, 134, 0.75) 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.Hero .Wrap,
.Hero--home .Wrap,
.Hero--small .Wrap,
.Hero--logo .Wrap,
.Hero--basic .Wrap,
.Hero .Wrap--noPadding,
.Hero--home .Wrap--noPadding,
.Hero--small .Wrap--noPadding,
.Hero--logo .Wrap--noPadding,
.Hero--basic .Wrap--noPadding,
.Hero .Wrap--noPaddingAll,
.Hero--home .Wrap--noPaddingAll,
.Hero--small .Wrap--noPaddingAll,
.Hero--logo .Wrap--noPaddingAll,
.Hero--basic .Wrap--noPaddingAll,
.Hero .Wrap--wide,
.Hero--home .Wrap--wide,
.Hero--small .Wrap--wide,
.Hero--logo .Wrap--wide,
.Hero--basic .Wrap--wide,
.Hero .Wrap--narrow,
.Hero--home .Wrap--narrow,
.Hero--small .Wrap--narrow,
.Hero--logo .Wrap--narrow,
.Hero--basic .Wrap--narrow,
.Hero .view-blog,
.Hero--home .view-blog,
.Hero--small .view-blog,
.Hero--logo .view-blog,
.Hero--basic .view-blog,
.Hero .view-news,
.Hero--home .view-news,
.Hero--small .view-news,
.Hero--logo .view-news,
.Hero--basic .view-news,
.Hero .view-partners,
.Hero--home .view-partners,
.Hero--small .view-partners,
.Hero--logo .view-partners,
.Hero--basic .view-partners,
.Hero .view-resources,
.Hero--home .view-resources,
.Hero--small .view-resources,
.Hero--logo .view-resources,
.Hero--basic .view-resources,
.Hero .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Hero .Body-sections>.Section:first-child,
.Hero--home .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Hero--home .Body-sections>.Section:first-child,
.Hero--small .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Hero--small .Body-sections>.Section:first-child,
.Hero--logo .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Hero--logo .Body-sections>.Section:first-child,
.Hero--basic .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Hero--basic .Body-sections>.Section:first-child,
.Hero .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Hero .Body-sections>:first-child>.Section,
.Hero--home .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Hero--home .Body-sections>:first-child>.Section,
.Hero--small .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Hero--small .Body-sections>:first-child>.Section,
.Hero--logo .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Hero--logo .Body-sections>:first-child>.Section,
.Hero--basic .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Hero--basic .Body-sections>:first-child>.Section {
    z-index: 10
}

.Hero-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.Hero-kicker,
.Hero-title,
.Hero-subtitle {
    margin: 0
}

.Hero-kicker {
    color: #1970d9;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase
}

.Hero-title {
    color: #fff;
    margin: 0 0 30px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

.Hero-title:first-child {
    margin-top: 0
}

.Hero-title:last-child {
    margin-bottom: 0
}

.Hero-image+.Hero-title,
.Hero-title:first-child {
    padding-top: 18px
}

.Hero-subtitle {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    line-height: 34px;
    margin: 30px auto;
    max-width: 80%
}

@media (max-width: 639px) {
    .Hero-subtitle {
        font-size: 20px
    }
}

@media (max-width: 639px) {
    .Hero-subtitle {
        line-height: 30px
    }
}

.Hero-subtitle:first-child {
    margin-top: 0
}

.Hero-subtitle:last-child {
    margin-bottom: 0
}

.Hero-subtitle a {
    color: #0061D5;
    font-weight: 600
}

.Hero-cta {
    margin: 60px 0 0
}

.Hero-cta:first-child {
    margin-top: 0
}

.Hero-cta:last-child {
    margin-bottom: 0
}

.Hero-logo {
    margin: 30px 0 0
}

.Hero-logo:first-child {
    margin-top: 0
}

.Hero-logo:last-child {
    margin-bottom: 0
}

.Hero-logo img {
    display: block;
    margin: 0 auto;
    max-width: 340px
}

.Hero-logo img.img-left {
    margin: 0px
}

.Hero-logo+.Hero-subtitle {
    margin-top: 30px
}

.Hero--home {
    background: #F4F4F4;
    background: linear-gradient(0deg, #F4F4F4 0%, #fff 100%);
    background: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/hero-bg.png") no-repeat bottom center;
    background-size: 1440px;
    height: 740px;
    padding-bottom: 115px;
    padding-top: 205px;
    text-align: left;
    z-index: 40
}

.Hero--home.bg-2 {
    background: url("https://5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/images/hero-bg-v2.png") no-repeat bottom center
}

.Hero--home:before {
    display: none
}

.Hero--home .Hero-title,
.Hero--home .Hero-subtitle {
    color: #4a4a4a
}

.Hero--home .Hero-subtitle {
    color: #666;
    margin-left: 0;
    width: 50%;
    font-size: 18px
}

.Hero--home .Hero-image {
    float: right;
    margin-bottom: -100%;
    max-width: 50%;
    padding-left: 80px;
    position: relative;
    top: 75px
}

.Hero--home .Hero-image img {
    display: block;
    max-height: 520px;
    max-width: none
}

.Hero--home .Hero-title {
    max-width: 900px;
    padding-top: 0
}

.Hero--home .Hero-title:before {
    content: '';
    float: right;
    height: 120px;
    shape-outside: polygon(0 100%, 0 60px, 100% 60px, 100% 0, 100% 100%);
    width: 40%
}

.Hero--small {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.Hero--small.smallest {
    height: 300px;
    margin-top: -125px;
    padding-bottom: 85px;
    padding-top: 125px
}

.Hero--small.smallest .Hero-title {
    margin-bottom: 0px
}

.Hero--small.smallest .Hero-subtitle {
    margin-top: 0px
}

.Hero--basic {
    min-height: inherit
}

@media (max-width: 959px) {
    .Hero-title {
        margin: 0 0 30px
    }
    .Hero-title:first-child {
        margin-top: 0
    }
    .Hero-title:last-child {
        margin-bottom: 0
    }
    .Hero-subtitle {
        margin: 30px auto
    }
    .Hero-subtitle:first-child {
        margin-top: 0
    }
    .Hero-subtitle:last-child {
        margin-bottom: 0
    }
    .Hero--home .Hero-title {
        max-width: 760px
    }
}

@media (max-width: 639px) {
    .Hero {
        height: auto;
        margin-top: -80px;
        max-height: none;
        padding-top: 115px
    }
    .Hero-subtitle {
        max-width: inherit
    }
    .Hero--home {
        background-position: 30% 100%;
        background-size: 1080px;
        height: auto
    }
    .Hero--home .Wrap,
    .Hero--home .Wrap--noPadding,
    .Hero--home .Wrap--noPaddingAll,
    .Hero--home .Wrap--wide,
    .Hero--home .Wrap--narrow,
    .Hero--home .view-blog,
    .Hero--home .view-news,
    .Hero--home .view-partners,
    .Hero--home .view-resources,
    .Hero--home .has-cutout-hero .Body-sections>.Section:first-child,
    .has-cutout-hero .Hero--home .Body-sections>.Section:first-child,
    .Hero--home .has-cutout-hero .Body-sections>:first-child>.Section,
    .has-cutout-hero .Hero--home .Body-sections>:first-child>.Section {
        padding-bottom: 60px;
        padding-right: calc(30px + 40vw)
    }
    .Hero--home .Hero-image {
        -ms-flex-align: center;
        align-items: center;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 40vw
    }
    .Hero--home .Hero-image img {
        height: 100%;
        max-height: none
    }
    .Hero--home .Hero-title:before {
        display: none
    }
    .Hero--home .Hero-subtitle {
        margin-bottom: 0;
        width: auto
    }
}

@media (max-width: 399px) {
    .Hero-logo img {
        max-width: 100%
    }
}

@media (max-width: 479px) {
    .Hero--home .Wrap,
    .Hero--home .Wrap--noPadding,
    .Hero--home .Wrap--noPaddingAll,
    .Hero--home .Wrap--wide,
    .Hero--home .Wrap--narrow,
    .Hero--home .view-blog,
    .Hero--home .view-news,
    .Hero--home .view-partners,
    .Hero--home .view-resources,
    .Hero--home .has-cutout-hero .Body-sections>.Section:first-child,
    .has-cutout-hero .Hero--home .Body-sections>.Section:first-child,
    .Hero--home .has-cutout-hero .Body-sections>:first-child>.Section,
    .has-cutout-hero .Hero--home .Body-sections>:first-child>.Section {
        padding-right: 30px
    }
    .Hero--home .Hero-image {
        float: none;
        margin: 0 auto 30px;
        max-width: none;
        position: static;
        width: 80%
    }
    .Hero--home .Hero-image img {
        height: auto;
        max-width: 100%
    }
}

.hljs {
    color: #595959;
    background: #F4F4F4
}

.HowItWorksDiagram {
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #1970d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    padding-top: 60px;
    position: relative
}

.HowItWorksDiagram-content {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative;
    width: 300px;
    z-index: 10
}

.HowItWorksDiagram-content>div {
    transition: opacity 0.6s, transform 0.6s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    width: 100%
}

.HowItWorksDiagram-content>:first-child {
    opacity: 1
}

.HowItWorksDiagram-content h6 {
    border-bottom: 6px solid #1970d9;
    padding-bottom: 20px;
    text-transform: uppercase
}

.HowItWorksDiagram.is-waiting .HowItWorksDiagram-nav li:nth-child(2) a:after {
    animation: 3s HowItWorksSvg-twinkle infinite;
    border: 5px solid #1970d9;
    border-radius: 100%;
    content: '';
    display: block;
    height: 27px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 27px;
    z-index: 10
}

.HowItWorksDiagram.is-stage2 .HowItWorksDiagram-content>div:nth-child(1),
.HowItWorksDiagram.is-stage3 .HowItWorksDiagram-content>div:nth-child(1),
.HowItWorksDiagram.is-stage4 .HowItWorksDiagram-content>div:nth-child(1) {
    opacity: 0;
    transform: translateX(-100%)
}

.HowItWorksDiagram.is-stage3 .HowItWorksDiagram-content>div:nth-child(2),
.HowItWorksDiagram.is-stage4 .HowItWorksDiagram-content>div:nth-child(2) {
    opacity: 0;
    transform: translateX(-200%)
}

.HowItWorksDiagram.is-stage4 .HowItWorksDiagram-content>div:nth-child(3) {
    opacity: 0;
    transform: translateX(-300%)
}

.HowItWorksDiagram-content>div:nth-child(2) {
    transform: translateX(0%)
}

.HowItWorksDiagram.is-stage2 .HowItWorksDiagram-content>div:nth-child(2) {
    opacity: 1;
    transform: translateX(-100%)
}

.HowItWorksDiagram-content>div:nth-child(3) {
    transform: translateX(-100%)
}

.HowItWorksDiagram.is-stage3 .HowItWorksDiagram-content>div:nth-child(3) {
    opacity: 1;
    transform: translateX(-200%)
}

.HowItWorksDiagram-content>div:nth-child(4) {
    transform: translateX(-200%)
}

.HowItWorksDiagram.is-stage4 .HowItWorksDiagram-content>div:nth-child(4) {
    opacity: 1;
    transform: translateX(-300%)
}

.HowItWorksDiagram-diagram {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: calc(100% - 300px);
    z-index: 20
}

.HowItWorksDiagram-diagram svg {
    display: block;
    height: auto;
    width: 100%
}

.HowItWorksDiagram-nav {
    margin-top: 80px;
    position: relative;
    width: 100%
}

.HowItWorksDiagram-nav ul,
.HowItWorksDiagram-nav li {
    list-style: none;
    margin: 0;
    padding: 0
}

.HowItWorksDiagram-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    width: calc(100% - 60px)
}

.HowItWorksDiagram-nav ul:before,
.HowItWorksDiagram-nav ul:after {
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 11px
}

.HowItWorksDiagram-nav ul:before {
    background: #D8D8D8;
    z-index: 5
}

.HowItWorksDiagram-nav ul:after {
    transition: transform 0.6s;
    background: #1970d9;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 10
}

.HowItWorksDiagram-nav li {
    position: relative;
    width: 27px;
    z-index: 15
}

.HowItWorksDiagram-nav a {
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.HowItWorksDiagram-nav a:before {
    transition: border 0.6s;
    background: #fff;
    border: 5px solid #666;
    border-radius: 100%;
    content: '';
    display: block;
    height: 17px;
    margin-bottom: 20px;
    position: relative;
    width: 17px;
    z-index: 10
}

.HowItWorksDiagram-nav span {
    float: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.HowItWorksDiagram-nav li:nth-child(1) a:before,
.HowItWorksDiagram.is-stage2 .HowItWorksDiagram-nav li:nth-child(2) a:before,
.HowItWorksDiagram.is-stage3 .HowItWorksDiagram-nav li:nth-child(2) a:before,
.HowItWorksDiagram.is-stage4 .HowItWorksDiagram-nav li:nth-child(2) a:before,
.HowItWorksDiagram.is-stage3 .HowItWorksDiagram-nav li:nth-child(3) a:before,
.HowItWorksDiagram.is-stage4 .HowItWorksDiagram-nav li:nth-child(3) a:before,
.HowItWorksDiagram.is-stage4 .HowItWorksDiagram-nav li:nth-child(4) a:before {
    border-color: #0061D5
}

.HowItWorksDiagram.is-stage2 .HowItWorksDiagram-nav ul:after {
    transform: scaleX(0.33)
}

.HowItWorksDiagram.is-stage3 .HowItWorksDiagram-nav ul:after {
    transform: scaleX(0.66)
}

.HowItWorksDiagram.is-stage4 .HowItWorksDiagram-nav ul:after {
    transform: scaleX(1)
}

@media (max-width: 819px) {
    .HowItWorksDiagram-content {
        margin-bottom: 40px;
        width: 100%
    }
    .HowItWorksDiagram-diagram {
        width: 100%
    }
    .HowItWorksDiagram-nav {
        margin-top: 40px
    }
    .HowItWorksDiagram-nav:before {
        width: 60px
    }
    .HowItWorksDiagram-nav:after {
        display: block
    }
    .HowItWorksDiagram-nav ul {
        padding: 0 60px
    }
    .HowItWorksDiagram-nav ul:after {
        left: 60px;
        right: 60px
    }
    .HowItWorksDiagram-nav a {
        font-size: 16px
    }
}

@media (max-width: 639px) {
    .HowItWorksDiagram-nav:before,
    .HowItWorksDiagram-nav:after {
        top: 9px;
        width: 40px
    }
    .HowItWorksDiagram-nav ul:before,
    .HowItWorksDiagram-nav ul:after {
        top: 9px
    }
    .HowItWorksDiagram-nav ul:after {
        left: 40px;
        right: 40px
    }
    .HowItWorksDiagram-nav ul {
        padding: 0 40px
    }
    .HowItWorksDiagram-nav li {
        width: 23px
    }
    .HowItWorksDiagram-nav a {
        font-size: 15px
    }
    .HowItWorksDiagram-nav a:before {
        height: 13px;
        width: 13px
    }
    .HowItWorksDiagram-nav a span {
        display: none
    }
    .HowItWorksDiagram-nav a.is-active span {
        display: block
    }
    .HowItWorksDiagram.is-waiting .HowItWorksDiagram-nav li:nth-child(2) a:after {
        height: 23px;
        width: 23px
    }
}

@media (max-width: 479px) {
    .HowItWorksDiagram-nav:before,
    .HowItWorksDiagram-nav:after {
        width: 20px
    }
    .HowItWorksDiagram-nav ul {
        padding: 0 20px
    }
    .HowItWorksDiagram-nav ul:after {
        left: 20px;
        right: 20px
    }
    .HowItWorksDiagram-nav a {
        font-size: 12px
    }
}

.HowItWorksSvg-grayDots>circle {
    animation: 6s HowItWorksSvg-twinkle infinite;
    opacity: 0.2
}

.HowItWorksSvg-grayDots>circle:nth-child(1) {
    animation-delay: -2.94545s
}

.HowItWorksSvg-grayDots>circle:nth-child(2) {
    animation-delay: -2.89091s
}

.HowItWorksSvg-grayDots>circle:nth-child(3) {
    animation-delay: -2.83636s
}

.HowItWorksSvg-grayDots>circle:nth-child(4) {
    animation-delay: -2.78182s
}

.HowItWorksSvg-grayDots>circle:nth-child(5) {
    animation-delay: -2.72727s
}

.HowItWorksSvg-grayDots>circle:nth-child(6) {
    animation-delay: -2.67273s
}

.HowItWorksSvg-grayDots>circle:nth-child(7) {
    animation-delay: -2.61818s
}

.HowItWorksSvg-grayDots>circle:nth-child(8) {
    animation-delay: -2.56364s
}

.HowItWorksSvg-grayDots>circle:nth-child(9) {
    animation-delay: -2.50909s
}

.HowItWorksSvg-grayDots>circle:nth-child(10) {
    animation-delay: -2.45455s
}

.HowItWorksSvg-grayDots>circle:nth-child(11) {
    animation-delay: -2.4s
}

.HowItWorksSvg-grayDots>circle:nth-child(12) {
    animation-delay: -2.34545s
}

.HowItWorksSvg-grayDots>circle:nth-child(13) {
    animation-delay: -2.29091s
}

.HowItWorksSvg-grayDots>circle:nth-child(14) {
    animation-delay: -2.23636s
}

.HowItWorksSvg-grayDots>circle:nth-child(15) {
    animation-delay: -2.18182s
}

.HowItWorksSvg-grayDots>circle:nth-child(16) {
    animation-delay: -2.12727s
}

.HowItWorksSvg-grayDots>circle:nth-child(17) {
    animation-delay: -2.07273s
}

.HowItWorksSvg-grayDots>circle:nth-child(18) {
    animation-delay: -2.01818s
}

.HowItWorksSvg-grayDots>circle:nth-child(19) {
    animation-delay: -1.96364s
}

.HowItWorksSvg-grayDots>circle:nth-child(20) {
    animation-delay: -1.90909s
}

.HowItWorksSvg-grayDots>circle:nth-child(21) {
    animation-delay: -1.85455s
}

.HowItWorksSvg-grayDots>circle:nth-child(22) {
    animation-delay: -1.8s
}

.HowItWorksSvg-grayDots>circle:nth-child(23) {
    animation-delay: -1.74545s
}

.HowItWorksSvg-grayDots>circle:nth-child(24) {
    animation-delay: -1.69091s
}

.HowItWorksSvg-grayDots>circle:nth-child(25) {
    animation-delay: -1.63636s
}

.HowItWorksSvg-grayDots>circle:nth-child(26) {
    animation-delay: -1.58182s
}

.HowItWorksSvg-grayDots>circle:nth-child(27) {
    animation-delay: -1.52727s
}

.HowItWorksSvg-grayDots>circle:nth-child(28) {
    animation-delay: -1.47273s
}

.HowItWorksSvg-grayDots>circle:nth-child(29) {
    animation-delay: -1.41818s
}

.HowItWorksSvg-grayDots>circle:nth-child(30) {
    animation-delay: -1.36364s
}

.HowItWorksSvg-grayDots>circle:nth-child(31) {
    animation-delay: -1.30909s
}

.HowItWorksSvg-grayDots>circle:nth-child(32) {
    animation-delay: -1.25455s
}

.HowItWorksSvg-grayDots>circle:nth-child(33) {
    animation-delay: -1.2s
}

.HowItWorksSvg-grayDots>circle:nth-child(34) {
    animation-delay: -1.14545s
}

.HowItWorksSvg-grayDots>circle:nth-child(35) {
    animation-delay: -1.09091s
}

.HowItWorksSvg-grayDots>circle:nth-child(36) {
    animation-delay: -1.03636s
}

.HowItWorksSvg-grayDots>circle:nth-child(37) {
    animation-delay: -.98182s
}

.HowItWorksSvg-grayDots>circle:nth-child(38) {
    animation-delay: -.92727s
}

.HowItWorksSvg-grayDots>circle:nth-child(39) {
    animation-delay: -.87273s
}

.HowItWorksSvg-grayDots>circle:nth-child(40) {
    animation-delay: -.81818s
}

.HowItWorksSvg-grayDots>circle:nth-child(41) {
    animation-delay: -.76364s
}

.HowItWorksSvg-grayDots>circle:nth-child(42) {
    animation-delay: -.70909s
}

.HowItWorksSvg-grayDots>circle:nth-child(43) {
    animation-delay: -.65455s
}

.HowItWorksSvg-grayDots>circle:nth-child(44) {
    animation-delay: -.6s
}

.HowItWorksSvg-grayDots>circle:nth-child(45) {
    animation-delay: -.54545s
}

.HowItWorksSvg-grayDots>circle:nth-child(46) {
    animation-delay: -.49091s
}

.HowItWorksSvg-grayDots>circle:nth-child(47) {
    animation-delay: -.43636s
}

.HowItWorksSvg-grayDots>circle:nth-child(48) {
    animation-delay: -.38182s
}

.HowItWorksSvg-grayDots>circle:nth-child(49) {
    animation-delay: -.32727s
}

.HowItWorksSvg-grayDots>circle:nth-child(50) {
    animation-delay: -.27273s
}

.HowItWorksSvg-grayDots>circle:nth-child(51) {
    animation-delay: -.21818s
}

.HowItWorksSvg-grayDots>circle:nth-child(52) {
    animation-delay: -.16364s
}

.HowItWorksSvg-grayDots>circle:nth-child(53) {
    animation-delay: -.10909s
}

.HowItWorksSvg-grayDots>circle:nth-child(54) {
    animation-delay: -.05455s
}

.HowItWorksSvg-grayDots>circle:nth-child(55) {
    animation-delay: 0s
}

.HowItWorksSvg-grayDots>circle:nth-child(56) {
    animation-delay: .05455s
}

.HowItWorksSvg-grayDots>circle:nth-child(57) {
    animation-delay: .10909s
}

.HowItWorksSvg-grayDots>circle:nth-child(58) {
    animation-delay: .16364s
}

.HowItWorksSvg-grayDots>circle:nth-child(59) {
    animation-delay: .21818s
}

.HowItWorksSvg-grayDots>circle:nth-child(60) {
    animation-delay: .27273s
}

.HowItWorksSvg-grayDots>circle:nth-child(61) {
    animation-delay: .32727s
}

.HowItWorksSvg-grayDots>circle:nth-child(62) {
    animation-delay: .38182s
}

.HowItWorksSvg-grayDots>circle:nth-child(63) {
    animation-delay: .43636s
}

.HowItWorksSvg-grayDots>circle:nth-child(64) {
    animation-delay: .49091s
}

.HowItWorksSvg-grayDots>circle:nth-child(65) {
    animation-delay: .54545s
}

.HowItWorksSvg-grayDots>circle:nth-child(66) {
    animation-delay: .6s
}

.HowItWorksSvg-grayDots>circle:nth-child(67) {
    animation-delay: .65455s
}

.HowItWorksSvg-grayDots>circle:nth-child(68) {
    animation-delay: .70909s
}

.HowItWorksSvg-grayDots>circle:nth-child(69) {
    animation-delay: .76364s
}

.HowItWorksSvg-grayDots>circle:nth-child(70) {
    animation-delay: .81818s
}

.HowItWorksSvg-grayDots>circle:nth-child(71) {
    animation-delay: .87273s
}

.HowItWorksSvg-grayDots>circle:nth-child(72) {
    animation-delay: .92727s
}

.HowItWorksSvg-grayDots>circle:nth-child(73) {
    animation-delay: .98182s
}

.HowItWorksSvg-grayDots>circle:nth-child(74) {
    animation-delay: 1.03636s
}

.HowItWorksSvg-grayDots>circle:nth-child(75) {
    animation-delay: 1.09091s
}

.HowItWorksSvg-grayDots>circle:nth-child(76) {
    animation-delay: 1.14545s
}

.HowItWorksSvg-grayDots>circle:nth-child(77) {
    animation-delay: 1.2s
}

.HowItWorksSvg-grayDots>circle:nth-child(78) {
    animation-delay: 1.25455s
}

.HowItWorksSvg-grayDots>circle:nth-child(79) {
    animation-delay: 1.30909s
}

.HowItWorksSvg-grayDots>circle:nth-child(80) {
    animation-delay: 1.36364s
}

.HowItWorksSvg-grayDots>circle:nth-child(81) {
    animation-delay: 1.41818s
}

.HowItWorksSvg-grayDots>circle:nth-child(82) {
    animation-delay: 1.47273s
}

.HowItWorksSvg-grayDots>circle:nth-child(83) {
    animation-delay: 1.52727s
}

.HowItWorksSvg-grayDots>circle:nth-child(84) {
    animation-delay: 1.58182s
}

.HowItWorksSvg-grayDots>circle:nth-child(85) {
    animation-delay: 1.63636s
}

.HowItWorksSvg-grayDots>circle:nth-child(86) {
    animation-delay: 1.69091s
}

.HowItWorksSvg-grayDots>circle:nth-child(87) {
    animation-delay: 1.74545s
}

.HowItWorksSvg-grayDots>circle:nth-child(88) {
    animation-delay: 1.8s
}

.HowItWorksSvg-grayDots>circle:nth-child(89) {
    animation-delay: 1.85455s
}

.HowItWorksSvg-grayDots>circle:nth-child(90) {
    animation-delay: 1.90909s
}

.HowItWorksSvg-grayDots>circle:nth-child(91) {
    animation-delay: 1.96364s
}

.HowItWorksSvg-grayDots>circle:nth-child(92) {
    animation-delay: 2.01818s
}

.HowItWorksSvg-grayDots>circle:nth-child(93) {
    animation-delay: 2.07273s
}

.HowItWorksSvg-grayDots>circle:nth-child(94) {
    animation-delay: 2.12727s
}

.HowItWorksSvg-grayDots>circle:nth-child(95) {
    animation-delay: 2.18182s
}

.HowItWorksSvg-grayDots>circle:nth-child(96) {
    animation-delay: 2.23636s
}

.HowItWorksSvg-grayDots>circle:nth-child(97) {
    animation-delay: 2.29091s
}

.HowItWorksSvg-grayDots>circle:nth-child(98) {
    animation-delay: 2.34545s
}

.HowItWorksSvg-grayDots>circle:nth-child(99) {
    animation-delay: 2.4s
}

.HowItWorksSvg-grayDots>circle:nth-child(100) {
    animation-delay: 2.45455s
}

.HowItWorksSvg-grayDots>circle:nth-child(101) {
    animation-delay: 2.50909s
}

.HowItWorksSvg-grayDots>circle:nth-child(102) {
    animation-delay: 2.56364s
}

.HowItWorksSvg-grayDots>circle:nth-child(103) {
    animation-delay: 2.61818s
}

.HowItWorksSvg-grayDots>circle:nth-child(104) {
    animation-delay: 2.67273s
}

.HowItWorksSvg-grayDots>circle:nth-child(105) {
    animation-delay: 2.72727s
}

.HowItWorksSvg-grayDots>circle:nth-child(106) {
    animation-delay: 2.78182s
}

.HowItWorksSvg-grayDots>circle:nth-child(107) {
    animation-delay: 2.83636s
}

.HowItWorksSvg-grayDots>circle:nth-child(108) {
    animation-delay: 2.89091s
}

.HowItWorksSvg-grayDots>circle:nth-child(109) {
    animation-delay: 2.94545s
}

.HowItWorksSvg-grayDots>circle:nth-child(110) {
    animation-delay: 3s
}

.HowItWorksSvg-whiteDots {
    transition: opacity 3s
}

.HowItWorksSvg-whiteDots>circle {
    animation: 6s HowItWorksSvg-twinkle infinite;
    opacity: 0.2
}

.HowItWorksSvg-whiteDots>circle:nth-child(1) {
    animation-delay: -2.94545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(2) {
    animation-delay: -2.89091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(3) {
    animation-delay: -2.83636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(4) {
    animation-delay: -2.78182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(5) {
    animation-delay: -2.72727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(6) {
    animation-delay: -2.67273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(7) {
    animation-delay: -2.61818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(8) {
    animation-delay: -2.56364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(9) {
    animation-delay: -2.50909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(10) {
    animation-delay: -2.45455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(11) {
    animation-delay: -2.4s
}

.HowItWorksSvg-whiteDots>circle:nth-child(12) {
    animation-delay: -2.34545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(13) {
    animation-delay: -2.29091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(14) {
    animation-delay: -2.23636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(15) {
    animation-delay: -2.18182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(16) {
    animation-delay: -2.12727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(17) {
    animation-delay: -2.07273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(18) {
    animation-delay: -2.01818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(19) {
    animation-delay: -1.96364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(20) {
    animation-delay: -1.90909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(21) {
    animation-delay: -1.85455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(22) {
    animation-delay: -1.8s
}

.HowItWorksSvg-whiteDots>circle:nth-child(23) {
    animation-delay: -1.74545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(24) {
    animation-delay: -1.69091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(25) {
    animation-delay: -1.63636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(26) {
    animation-delay: -1.58182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(27) {
    animation-delay: -1.52727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(28) {
    animation-delay: -1.47273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(29) {
    animation-delay: -1.41818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(30) {
    animation-delay: -1.36364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(31) {
    animation-delay: -1.30909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(32) {
    animation-delay: -1.25455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(33) {
    animation-delay: -1.2s
}

.HowItWorksSvg-whiteDots>circle:nth-child(34) {
    animation-delay: -1.14545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(35) {
    animation-delay: -1.09091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(36) {
    animation-delay: -1.03636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(37) {
    animation-delay: -.98182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(38) {
    animation-delay: -.92727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(39) {
    animation-delay: -.87273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(40) {
    animation-delay: -.81818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(41) {
    animation-delay: -.76364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(42) {
    animation-delay: -.70909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(43) {
    animation-delay: -.65455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(44) {
    animation-delay: -.6s
}

.HowItWorksSvg-whiteDots>circle:nth-child(45) {
    animation-delay: -.54545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(46) {
    animation-delay: -.49091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(47) {
    animation-delay: -.43636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(48) {
    animation-delay: -.38182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(49) {
    animation-delay: -.32727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(50) {
    animation-delay: -.27273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(51) {
    animation-delay: -.21818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(52) {
    animation-delay: -.16364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(53) {
    animation-delay: -.10909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(54) {
    animation-delay: -.05455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(55) {
    animation-delay: 0s
}

.HowItWorksSvg-whiteDots>circle:nth-child(56) {
    animation-delay: .05455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(57) {
    animation-delay: .10909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(58) {
    animation-delay: .16364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(59) {
    animation-delay: .21818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(60) {
    animation-delay: .27273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(61) {
    animation-delay: .32727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(62) {
    animation-delay: .38182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(63) {
    animation-delay: .43636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(64) {
    animation-delay: .49091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(65) {
    animation-delay: .54545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(66) {
    animation-delay: .6s
}

.HowItWorksSvg-whiteDots>circle:nth-child(67) {
    animation-delay: .65455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(68) {
    animation-delay: .70909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(69) {
    animation-delay: .76364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(70) {
    animation-delay: .81818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(71) {
    animation-delay: .87273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(72) {
    animation-delay: .92727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(73) {
    animation-delay: .98182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(74) {
    animation-delay: 1.03636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(75) {
    animation-delay: 1.09091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(76) {
    animation-delay: 1.14545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(77) {
    animation-delay: 1.2s
}

.HowItWorksSvg-whiteDots>circle:nth-child(78) {
    animation-delay: 1.25455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(79) {
    animation-delay: 1.30909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(80) {
    animation-delay: 1.36364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(81) {
    animation-delay: 1.41818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(82) {
    animation-delay: 1.47273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(83) {
    animation-delay: 1.52727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(84) {
    animation-delay: 1.58182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(85) {
    animation-delay: 1.63636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(86) {
    animation-delay: 1.69091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(87) {
    animation-delay: 1.74545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(88) {
    animation-delay: 1.8s
}

.HowItWorksSvg-whiteDots>circle:nth-child(89) {
    animation-delay: 1.85455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(90) {
    animation-delay: 1.90909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(91) {
    animation-delay: 1.96364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(92) {
    animation-delay: 2.01818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(93) {
    animation-delay: 2.07273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(94) {
    animation-delay: 2.12727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(95) {
    animation-delay: 2.18182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(96) {
    animation-delay: 2.23636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(97) {
    animation-delay: 2.29091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(98) {
    animation-delay: 2.34545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(99) {
    animation-delay: 2.4s
}

.HowItWorksSvg-whiteDots>circle:nth-child(100) {
    animation-delay: 2.45455s
}

.HowItWorksSvg-whiteDots>circle:nth-child(101) {
    animation-delay: 2.50909s
}

.HowItWorksSvg-whiteDots>circle:nth-child(102) {
    animation-delay: 2.56364s
}

.HowItWorksSvg-whiteDots>circle:nth-child(103) {
    animation-delay: 2.61818s
}

.HowItWorksSvg-whiteDots>circle:nth-child(104) {
    animation-delay: 2.67273s
}

.HowItWorksSvg-whiteDots>circle:nth-child(105) {
    animation-delay: 2.72727s
}

.HowItWorksSvg-whiteDots>circle:nth-child(106) {
    animation-delay: 2.78182s
}

.HowItWorksSvg-whiteDots>circle:nth-child(107) {
    animation-delay: 2.83636s
}

.HowItWorksSvg-whiteDots>circle:nth-child(108) {
    animation-delay: 2.89091s
}

.HowItWorksSvg-whiteDots>circle:nth-child(109) {
    animation-delay: 2.94545s
}

.HowItWorksSvg-whiteDots>circle:nth-child(110) {
    animation-delay: 3s
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-whiteDots,
.HowItWorksSvg.is-stage3 .HowItWorksSvg-whiteDots,
.HowItWorksSvg.is-stage4 .HowItWorksSvg-whiteDots {
    opacity: 1
}

.HowItWorksSvg-fixedDots>circle {
    opacity: 0.04;
    transition: opacity 1.5s
}

.HowItWorksSvg-fixedDots>circle:nth-child(1) {
    opacity: 0.04
}

.HowItWorksSvg-fixedDots>circle:nth-child(2) {
    opacity: 0.08
}

.HowItWorksSvg-fixedDots>circle:nth-child(3) {
    opacity: 0.12
}

.HowItWorksSvg-fixedDots>circle:nth-child(4) {
    opacity: 0.16
}

.HowItWorksSvg-fixedDots>circle:nth-child(5) {
    opacity: 0.2
}

.HowItWorksSvg-fixedDots>circle:nth-child(6) {
    opacity: 0.24
}

.HowItWorksSvg-fixedDots>circle:nth-child(7) {
    opacity: 0.28
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-fixedDots>circle:nth-child(1) {
    transition-delay: 0s
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-fixedDots>circle:nth-child(2) {
    transition-delay: .42857s
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-fixedDots>circle:nth-child(3) {
    transition-delay: .85714s
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-fixedDots>circle:nth-child(4) {
    transition-delay: 1.28571s
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-fixedDots>circle:nth-child(5) {
    transition-delay: 1.71429s
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-fixedDots>circle:nth-child(6) {
    transition-delay: 2.14286s
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-fixedDots>circle:nth-child(7) {
    transition-delay: 2.57143s
}

.HowItWorksSvg.is-stage2 .HowItWorksSvg-fixedDots>circle,
.HowItWorksSvg.is-stage3 .HowItWorksSvg-fixedDots>circle,
.HowItWorksSvg.is-stage4 .HowItWorksSvg-fixedDots>circle {
    opacity: 1;
    transition: opacity 3s
}

.HowItWorksSvg-blueDots>circle,
.HowItWorksSvg-yellowDots>circle {
    opacity: 0;
    transition: opacity 1.5s
}

.HowItWorksSvg.is-stage3 .HowItWorksSvg-blueDots>circle:nth-child(1),
.HowItWorksSvg.is-stage3 .HowItWorksSvg-yellowDots>circle:nth-child(1) {
    transition-delay: 0s
}

.HowItWorksSvg.is-stage3 .HowItWorksSvg-blueDots>circle:nth-child(2),
.HowItWorksSvg.is-stage3 .HowItWorksSvg-yellowDots>circle:nth-child(2) {
    transition-delay: .14286s
}

.HowItWorksSvg.is-stage3 .HowItWorksSvg-blueDots>circle:nth-child(3),
.HowItWorksSvg.is-stage3 .HowItWorksSvg-yellowDots>circle:nth-child(3) {
    transition-delay: .28571s
}

.HowItWorksSvg.is-stage3 .HowItWorksSvg-blueDots>circle:nth-child(4),
.HowItWorksSvg.is-stage3 .HowItWorksSvg-yellowDots>circle:nth-child(4) {
    transition-delay: .42857s
}

.HowItWorksSvg.is-stage3 .HowItWorksSvg-blueDots>circle:nth-child(5),
.HowItWorksSvg.is-stage3 .HowItWorksSvg-yellowDots>circle:nth-child(5) {
    transition-delay: .57143s
}

.HowItWorksSvg.is-stage3 .HowItWorksSvg-blueDots>circle:nth-child(6),
.HowItWorksSvg.is-stage3 .HowItWorksSvg-yellowDots>circle:nth-child(6) {
    transition-delay: .71429s
}

.HowItWorksSvg.is-stage3 .HowItWorksSvg-blueDots>circle:nth-child(7),
.HowItWorksSvg.is-stage3 .HowItWorksSvg-yellowDots>circle:nth-child(7) {
    transition-delay: .85714s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle {
    transition: opacity 0.75s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle:nth-child(1) {
    transition-delay: 0s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle:nth-child(2) {
    transition-delay: .07143s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle:nth-child(3) {
    transition-delay: .14286s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle:nth-child(4) {
    transition-delay: .21429s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle:nth-child(5) {
    transition-delay: .28571s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle:nth-child(6) {
    transition-delay: .35714s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle:nth-child(7) {
    transition-delay: .42857s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle {
    transition: opacity 0.75s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle:nth-child(1) {
    transition-delay: .28571s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle:nth-child(2) {
    transition-delay: .42857s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle:nth-child(3) {
    transition-delay: .57143s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle:nth-child(4) {
    transition-delay: .71429s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle:nth-child(5) {
    transition-delay: .85714s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle:nth-child(6) {
    transition-delay: 1s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle:nth-child(7) {
    transition-delay: 1.14286s
}

.HowItWorksSvg.is-stage3 .HowItWorksSvg-blueDots>circle,
.HowItWorksSvg.is-stage3 .HowItWorksSvg-yellowDots>circle,
.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueDots>circle,
.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowDots>circle {
    opacity: 1;
    transition: opacity 3s
}

.HowItWorksSvg-blueLine,
.HowItWorksSvg-yellowLine {
    opacity: 0;
    transition: opacity 2s
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-blueLine,
.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowLine {
    animation: HowItWorksSvg-drawLine 4s linear forwards;
    opacity: 1;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: none
}

.HowItWorksSvg.is-stage4 .HowItWorksSvg-yellowLine {
    animation-delay: 0.5s
}

.IconList {
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px solid rgba(13, 23, 34, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center
}

.IconList:first-child {
    margin-top: 0
}

.IconList:last-child {
    margin-bottom: 0
}

.IconList.has-contentBelow {
    border-bottom: 1px solid rgba(13, 23, 34, 0.2);
    border-top: 0
}

.IconList-item {
    padding: 0 10px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 200px
}

.IconList-item a,
.IconList-item a:active,
.IconList-item a:hover {
    color: #666;
    text-decoration: none
}

.IconList-item a:active span,
.IconList-item a:hover span {
    border-color: currentcolor
}

.IconList-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-top: 20px
}

.IconList-label span {
    transition: color 0.4s;
    border-bottom: 1px solid transparent
}

.IconList img {
    display: block;
    margin: 0 auto;
    max-height: 54px;
    max-width: 54px
}

.IconList.is-wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -40px
}

.IconList.is-wrapped .IconList-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 40px
}

@media (max-width: 819px) {
    .IconList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -40px
    }
    .IconList-item,
    .IconList.is-wrapped .IconList-item {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        margin-bottom: 40px
    }
    .IconList.has-contentBelow {
        margin-bottom: 30px
    }
}

@media (max-width: 639px) {
    .IconList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .IconList-item,
    .IconList.is-wrapped .IconList-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.ImageGallery {
    opacity: 0
}

.ImageGallery.is-active {
    opacity: 1
}

.ImageGallery-item {
    transition: box-shadow 0.4s, height 0.4s, left 0.4s, top 0.4s, transform 0.4s, width 0.4s;
    cursor: pointer
}

.ImageGallery.is-resizing .ImageGallery-item {
    transition: box-shadow 0.4s, transform 0.4s
}

.ImageGallery-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.025) translateY(-1.25%)
}

.ImageGallery-item.is-active {
    box-shadow: none;
    cursor: default;
    transform: none;
    z-index: 5
}

.Kicker {
    color: "green";
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

.Kicker+h1,
.Kicker+h2,
.Kicker+h3 {
    margin-top: 10px
}

.LoadingIcon,
.ViewsExposedForm--resources .ajax-progress .throbber,
.ViewsExposedForm--blog .ajax-progress .throbber,
.ViewsExposedForm--partners .ajax-progress .throbber,
.pager-load-more .ajax-progress .throbber,
.item-list .pager-load-more .ajax-progress .throbber {
    background: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/ajax-loader.gif") no-repeat center;
    display: block;
    height: 32px;
    width: 32px
}

.LoadingIcon--gray {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/ajax-loader-gray.gif")
}

.LoadingIcon--blue {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/ajax-loader-blue.gif")
}

.LoadingIcon--red,
.pager-load-more .ajax-progress .throbber,
.item-list .pager-load-more .ajax-progress .throbber {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/ajax-loader-red.gif")
}

.Logo {
    transition: height 0.4s, width 0.4s;
    display: block;
    height: 43px;
    position: relative;
    width: 180px;
    z-index: 20
}

.Logo-top {
    width: 260px;
    height: auto
}

.Logo svg {
    transition: height 0.4s, width 0.4s;
    display: block;
    height: 43px;
    width: 180px
}

.Logo-text {
    fill: #4a4a4a
}

.Pacnav--is-scrolling .Logo,
.Pacnav--is-scrolling .Logo svg {
    height: 30px;
    width: 130px
}

.Pacnav--is-scrolling .Logo.Logo-top,
.Pacnav--is-scrolling .Logo.Logo-top svg {
    height: 30px;
    width: 180px
}

@media (max-width: 819px) {
    .Logo,
    .Logo svg {
        height: 30px;
        width: 130px
    }
}

@media (max-width: 479px) {
    .Logo,
    .Logo svg {
        width: 110px
    }
}

.LogoGrid {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.LogoGrid-item {
    padding: 0 20px 30px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 25%
}

.LogoGrid-item img {
    display: block;
    max-height: 120px;
    max-width: 100%
}

.LogoRow {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.LogoRow-wrap {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.LogoRow-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 164px;
    margin: 0 20px
}

.LogoRow img {
    display: block;
    position: relative;
    max-height: 48px;
    max-width: 164px
}

.LogoRow.is-static .LogoRow-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px
}

.LogoRow.is-static .LogoRow-item {
    margin-bottom: 20px
}

.LogoRow.is-active .LogoRow-wrap {
    animation-name: LogoRow-scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.Longform {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.Longform-body {
    width: calc(100% - 340px)
}

.Longform-body blockquote {
    margin: 60px 0;
    padding-left: 80px;
    padding-right: 80px
}

.Longform-body blockquote:first-child {
    margin-top: 0
}

.Longform-body blockquote:last-child {
    margin-bottom: 0
}

.Longform-body blockquote p {
    color: #0061D5;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px
}

@media (max-width: 639px) {
    .Longform-body blockquote p {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .Longform-body blockquote p {
        line-height: 28px
    }
}

.Longform-sidebar {
    margin-bottom: 40px;
    margin-right: 80px;
    margin-top: -40px;
    position: relative;
    width: 260px
}

.Longform-sidebar .Sidebar {
    margin-top: 40px
}

.Longform-sidebar .Sidebar.is-final {
    bottom: -40px
}

.Longform-section {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.Longform-section+.Longform-section {
    margin-top: 60px
}

.Longform-section[id] {
    border-top: 1px solid #D8D8D8;
    padding-top: 60px
}

.Longform-section[id]:first-child {
    border-top: 0;
    padding-top: 0
}

.Longform-content {
    width: 100%
}

.Longform-aside,
.Longform-aside+.Longform-content {
    width: calc(50% - 20px)
}

.Longform-aside.is-onLeft {
    margin-right: 40px
}

.Longform-aside.is-onRight {
    margin-left: 40px;
    -ms-flex-order: 2;
    order: 2
}

.Longform-aside {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.Longform-aside img {
    display: block;
    width: 100%
}

@media (max-width: 959px) {
    .Longform-body {
        width: calc(100% - 240px)
    }
    .Longform-sidebar {
        margin-right: 40px;
        width: 200px
    }
}

@media (max-width: 819px) {
    .Longform-body {
        width: 100%
    }
    .Longform-sidebar {
        display: none
    }
}

@media (max-width: 639px) {
    .Longform-section {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .Longform-aside {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 360px;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
    .Longform-aside+.Longform-content {
        margin-top: 40px;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.Header-nav {
    font-size: 16px;
    height: 20px;
    overflow: hidden
}

.Header-nav>div>ul.menu,
.Header-nav>div>div.hs-menu-wrapper>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.Header-nav ul.menu,
.Header-nav ul.menu li,
.Header-nav ul.menu li.expanded,
.Header-nav ul.menu li.leaf,
.Header-nav div.hs-menu-wrapper>ul,
.Header-nav div.hs-menu-wrapper>ul li,
.Header-nav div.hs-menu-wrapper>ul li.hs-item-has-children,
.Header-nav div.hs-menu-wrapper>ul li.leaf {
    list-style: none !important
}

.Header-nav ul.menu,
.Header-nav ul.menu li,
.Header-nav ul.menu a,
.Header-nav div.hs-menu-wrapper>ul,
.Header-nav div.hs-menu-wrapper>ul li,
.Header-nav div.hs-menu-wrapper>ul a {
    font-size: inherit
}

.Header-nav ul.menu,
.Header-nav ul.menu li,
.Header-nav div.hs-menu-wrapper>ul,
.Header-nav div.hs-menu-wrapper>ul li {
    margin: 0;
    padding: 0
}

.Header-nav>div>ul.menu li,
.Header-nav>div>div.hs-menu-wrapper>ul li {
    height: 20px;
    line-height: 20px;
    position: relative
}

.Header-nav>div>ul.menu li+li,
.Header-nav>div>div.hs-menu-wrapper>ul li+li {
    margin-left: 30px;
    padding-left: 0
}

.Header-nav>div>ul.menu>li>a,
.Header-nav>div>ul.menu>li>.nolink,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.Header-nav>div>div.hs-menu-wrapper>ul>li>.nolink {
    text-decoration: none;
    white-space: nowrap
}

.Header-nav>div>ul.menu>li>a,
.Header-nav>div>ul.menu>li>li a.active,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active {
    color: #000
}

.Header-nav>div>ul.menu>li>a:active,
.Header-nav>div>ul.menu>li>a:hover,
.Header-nav>div>ul.menu>li>li a.active:active,
.Header-nav>div>ul.menu>li>li a.active:hover,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a:active,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a:hover,
.Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:active,
.Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:hover {
    color: #000
}

.Header-nav>div>ul.menu>li>a.active:after,
.Header-nav>div>ul.menu>li>a.active-trail:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a.active:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li>a.active-trail:after {
    opacity: 1;
    transform: scale(1)
}

.Header-nav>div>ul.menu>li.expanded>ul.menu,
.Header-nav>div>ul.menu>li.expanded>ul.hs-menu-children-wrapper,
.Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children>ul.menu,
.Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
    display: none
}

.Header-nav>div>ul.menu>li.expanded a,
.Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children a {
    text-decoration: none
}

.Header-nav>div>ul.menu>li.expanded:hover:after,
.Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover:after {
    content: '';
    display: block;
    height: 30px;
    left: calc(50% - 160px);
    position: absolute;
    top: 100%;
    width: 320px
}

.Pacnav--is-loaded .Header-nav {
    height: auto;
    overflow: inherit
}

.Pacnav--is-scrolling .Header-nav>div>ul.menu>li>a,
.Pacnav--is-scrolling .Header-nav>div>ul.menu>li>li a.active,
.Pacnav--is-scrolling .Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.Pacnav--is-scrolling .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active,
.Pacnav--is-mobile.Pacnav--is-active .Header-nav>div>ul.menu>li>a,
.Pacnav--is-mobile.Pacnav--is-active .Header-nav>div>ul.menu>li>li a.active,
.Pacnav--is-mobile.Pacnav--is-active .Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.Pacnav--is-mobile.Pacnav--is-active .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active {
    color: #fff !important
}

@media (max-width: 819px) {
    .Header-nav .is-mobile>ul.menu,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: calc(100% - 40px) !important
    }
    .Header-nav .is-mobile>ul.menu ul.menu,
    .Header-nav .is-mobile>ul.menu ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul ul.menu,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
        margin-top: 5px
    }
    .Header-nav .is-mobile ul.menu li,
    .Header-nav .is-mobile div.hs-menu-wrapper>ul li {
        transition: border 0.6s, height 0s, left 0s, opacity 0.4s, margin 0s, transform 0.6s;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        height: 41px;
        line-height: 30px;
        padding: 5px 0;
        transform-origin: 60px 100%;
        width: 100%
    }
    .Header-nav .is-mobile>ul.menu>li:first-child,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:first-child {
        border-top: 0;
        height: 40px
    }
    .Header-nav .is-mobile ul.menu li+li,
    .Header-nav .is-mobile div.hs-menu-wrapper>ul li+li {
        margin-left: 0
    }
    .Header-nav .is-mobile a,
    .Header-nav .is-mobile .nolink,
    .Header-nav .is-mobile li {
        transition: opacity 0.4s;
        opacity: 0
    }
    .Header-nav .is-mobile a,
    .Header-nav .is-mobile .nolink,
    .Header-nav .is-mobile li a.active {
        color: #fff;
        transition: opacity 0.4s;
        display: block;
        padding: 0;
        position: relative;
        z-index: 5
    }
    .Header-nav .is-mobile a:active,
    .Header-nav .is-mobile a:hover,
    .Header-nav .is-mobile .nolink:active,
    .Header-nav .is-mobile .nolink:hover,
    .Header-nav .is-mobile li a.active:active,
    .Header-nav .is-mobile li a.active:hover {
        color: #fff
    }
    .Header-nav .is-mobile a:after,
    .Header-nav .is-mobile .nolink:after,
    .Header-nav .is-mobile li a.active:after {
        display: none !important
    }
    .Header-nav .is-mobile li.expanded>a:before,
    .Header-nav .is-mobile li.hs-item-has-children>a:before {
        transition: line-height 0.6s, transform 0.6s;
        content: '\203A';
        display: block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: -25px;
        text-align: center;
        top: calc(50% - 20px);
        transform-origin: right center;
        width: 50px
    }
    .Header-nav .is-mobile li.expanded.is-active,
    .Header-nav .is-mobile li.hs-item-has-children.is-active {
        opacity: 1
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(1),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(1) {
        transform: translateY(-41px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(1)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(1)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(1)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(1)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(1)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(1)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(1)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(1)>ul.hs-menu-children-wrapper>li {
        transition-delay: 0.2s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(2),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(2) {
        transform: translateY(-82px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(2)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(2)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(2)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(2)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(2)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(2)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(2)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(2)>ul.hs-menu-children-wrapper>li {
        transition-delay: 0.4s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(3),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(3) {
        transform: translateY(-123px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(3)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(3)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(3)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(3)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(3)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(3)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(3)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(3)>ul.hs-menu-children-wrapper>li {
        transition-delay: 0.6s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(4),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(4) {
        transform: translateY(-164px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(4)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(4)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(4)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(4)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(4)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(4)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(4)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(4)>ul.hs-menu-children-wrapper>li {
        transition-delay: 0.8s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(5),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(5) {
        transform: translateY(-205px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(5)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(5)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(5)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(5)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(5)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(5)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(5)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(5)>ul.hs-menu-children-wrapper>li {
        transition-delay: 1s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(6),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(6) {
        transform: translateY(-246px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(6)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(6)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(6)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(6)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(6)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(6)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(6)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(6)>ul.hs-menu-children-wrapper>li {
        transition-delay: 1.2s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(7),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(7) {
        transform: translateY(-287px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(7)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(7)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(7)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(7)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(7)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(7)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(7)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(7)>ul.hs-menu-children-wrapper>li {
        transition-delay: 1.4s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(8),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(8) {
        transform: translateY(-328px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(8)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(8)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(8)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(8)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(8)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(8)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(8)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(8)>ul.hs-menu-children-wrapper>li {
        transition-delay: 1.6s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(9),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(9) {
        transform: translateY(-369px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(9)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(9)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(9)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(9)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(9)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(9)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(9)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(9)>ul.hs-menu-children-wrapper>li {
        transition-delay: 1.8s
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(10),
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(10) {
        transform: translateY(-410px) !important
    }
    .Header-nav .is-mobile li.expanded.is-active:nth-child(10)>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(10)>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(10)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.expanded.is-active:nth-child(10)>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(10)>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(10)>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(10)>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active:nth-child(10)>ul.hs-menu-children-wrapper>li {
        transition-delay: 2s
    }
    .Header-nav .is-mobile li.expanded.is-active>ul.menu,
    .Header-nav .is-mobile li.expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile li.hs-item-has-children.is-active>ul.menu,
    .Header-nav .is-mobile li.hs-item-has-children.is-active>ul.hs-menu-children-wrapper {
        height: auto;
        transform: scale(1) !important
    }
    .Header-nav .is-mobile li.expanded.is-active>ul.menu>li,
    .Header-nav .is-mobile li.expanded.is-active>ul.hs-menu-children-wrapper>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active>ul.menu>li,
    .Header-nav .is-mobile li.hs-item-has-children.is-active>ul.hs-menu-children-wrapper>li {
        opacity: 1
    }
    .Header-nav .is-mobile.is-active ul.menu>li.expanded.is-active,
    .Header-nav .is-mobile.is-active div.hs-menu-wrapper>ul>li.expanded.is-active {
        border-color: transparent
    }
    .Header-nav .is-mobile.is-active ul.menu>li.expanded.is-active>a:before,
    .Header-nav .is-mobile.is-active div.hs-menu-wrapper>ul>li.expanded.is-active>a:before {
        line-height: 36px;
        transform: translate(calc(30px - 100vw), 0) rotate(180deg)
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(1),
    .Header-nav .is-mobile>ul.menu>li:nth-child(1)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(1)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(1),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(1)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(1)>.no-link {
        transition-delay: 0s, 0s, 2s, 1.4s, 0s, 1.4s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(2),
    .Header-nav .is-mobile>ul.menu>li:nth-child(2)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(2)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(2),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(2)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(2)>.no-link {
        transition-delay: 0s, 0s, 1.9s, 1.3s, 0s, 1.3s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(3),
    .Header-nav .is-mobile>ul.menu>li:nth-child(3)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(3)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(3),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(3)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(3)>.no-link {
        transition-delay: 0s, 0s, 1.8s, 1.2s, 0s, 1.2s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(4),
    .Header-nav .is-mobile>ul.menu>li:nth-child(4)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(4)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(4),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(4)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(4)>.no-link {
        transition-delay: 0s, 0s, 1.7s, 1.1s, 0s, 1.1s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(5),
    .Header-nav .is-mobile>ul.menu>li:nth-child(5)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(5)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(5),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(5)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(5)>.no-link {
        transition-delay: 0s, 0s, 1.6s, 1s, 0s, 1s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(6),
    .Header-nav .is-mobile>ul.menu>li:nth-child(6)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(6)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(6),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(6)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(6)>.no-link {
        transition-delay: 0s, 0s, 1.5s, .9s, 0s, .9s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(7),
    .Header-nav .is-mobile>ul.menu>li:nth-child(7)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(7)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(7),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(7)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(7)>.no-link {
        transition-delay: 0s, 0s, 1.4s, .8s, 0s, .8s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(8),
    .Header-nav .is-mobile>ul.menu>li:nth-child(8)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(8)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(8),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(8)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(8)>.no-link {
        transition-delay: 0s, 0s, 1.3s, .7s, 0s, .7s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(9),
    .Header-nav .is-mobile>ul.menu>li:nth-child(9)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(9)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(9),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(9)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(9)>.no-link {
        transition-delay: 0s, 0s, 1.2s, .6s, 0s, .6s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(10),
    .Header-nav .is-mobile>ul.menu>li:nth-child(10)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(10)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(10),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(10)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(10)>.no-link {
        transition-delay: 0s, 0s, 1.1s, .5s, 0s, .5s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(11),
    .Header-nav .is-mobile>ul.menu>li:nth-child(11)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(11)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(11),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(11)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(11)>.no-link {
        transition-delay: 0s, 0s, 1s, .4s, 0s, .4s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(12),
    .Header-nav .is-mobile>ul.menu>li:nth-child(12)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(12)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(12),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(12)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(12)>.no-link {
        transition-delay: 0s, 0s, .9s, .3s, 0s, .3s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(13),
    .Header-nav .is-mobile>ul.menu>li:nth-child(13)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(13)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(13),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(13)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(13)>.no-link {
        transition-delay: 0s, 0s, .8s, .2s, 0s, .2s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(14),
    .Header-nav .is-mobile>ul.menu>li:nth-child(14)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(14)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(14),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(14)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(14)>.no-link {
        transition-delay: 0s, 0s, .7s, .1s, 0s, .1s
    }
    .Header-nav .is-mobile>ul.menu>li:nth-child(15),
    .Header-nav .is-mobile>ul.menu>li:nth-child(15)>a,
    .Header-nav .is-mobile>ul.menu>li:nth-child(15)>.no-link,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(15),
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(15)>a,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li:nth-child(15)>.no-link {
        transition-delay: 0s, 0s, .6s, 0s, 0s, 0s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(1),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(1)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(1)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(1),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(1)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(1)>.no-link {
        transition-delay: 0s, 0s, 0s, 0s, 0s, 0s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(2),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(2)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(2)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(2),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(2)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(2)>.no-link {
        transition-delay: 0s, 0s, 0s, .1s, 0s, .1s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(3),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(3)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(3)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(3),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(3)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(3)>.no-link {
        transition-delay: 0s, 0s, 0s, .2s, 0s, .2s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(4),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(4)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(4)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(4),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(4)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(4)>.no-link {
        transition-delay: 0s, 0s, 0s, .3s, 0s, .3s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(5),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(5)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(5)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(5),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(5)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(5)>.no-link {
        transition-delay: 0s, 0s, 0s, .4s, 0s, .4s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(6),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(6)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(6)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(6),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(6)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(6)>.no-link {
        transition-delay: 0s, 0s, 0s, .5s, 0s, .5s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(7),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(7)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(7)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(7),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(7)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(7)>.no-link {
        transition-delay: 0s, 0s, 0s, .6s, 0s, .6s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(8),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(8)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(8)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(8),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(8)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(8)>.no-link {
        transition-delay: 0s, 0s, 0s, .7s, 0s, .7s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(9),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(9)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(9)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(9),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(9)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(9)>.no-link {
        transition-delay: 0s, 0s, 0s, .8s, 0s, .8s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(10),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(10)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(10)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(10),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(10)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(10)>.no-link {
        transition-delay: 0s, 0s, 0s, .9s, 0s, .9s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(11),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(11)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(11)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(11),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(11)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(11)>.no-link {
        transition-delay: 0s, 0s, 0s, 1s, 0s, 1s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(12),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(12)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(12)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(12),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(12)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(12)>.no-link {
        transition-delay: 0s, 0s, 0s, 1.1s, 0s, 1.1s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(13),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(13)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(13)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(13),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(13)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(13)>.no-link {
        transition-delay: 0s, 0s, 0s, 1.2s, 0s, 1.2s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(14),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(14)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(14)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(14),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(14)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(14)>.no-link {
        transition-delay: 0s, 0s, 0s, 1.3s, 0s, 1.3s
    }
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(15),
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(15)>a,
    .Header-nav .is-mobile.is-active>ul.menu>li:nth-child(15)>.no-link,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(15),
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(15)>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li:nth-child(15)>.no-link {
        transition-delay: 0s, 0s, 0s, 1.4s, 0s, 1.4s
    }
    .Header-nav .is-mobile>ul.menu>li,
    .Header-nav .is-mobile>div.hs-menu-wrapper>ul>li {
        display: block !important;
        left: 100vw;
        opacity: 0;
        position: relative;
        transform: translate(0, 0) scale(1.4)
    }
    .Header-nav .is-mobile.is-active>ul.menu>li,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li {
        display: block !important;
        left: 0;
        opacity: 1;
        transform: translate(0, 0) scale(1)
    }
    .Header-nav .is-mobile.is-active>ul.menu>li>a,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul>li>a {
        opacity: 1
    }
    .Header-nav .is-mobile.is-active>ul.menu ul.menu,
    .Header-nav .is-mobile.is-active>div.hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
        transition: transform 0s;
        display: block;
        height: 0;
        position: relative;
        transform: scale(0);
        transition-delay: 0.4s;
        z-index: 10
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li {
        opacity: 0 !important;
        transform: translate(-100%, 0) scale(0) !important
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li a,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li .nolink,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li a,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li .nolink {
        opacity: 1
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li li,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li li,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
        transition-delay: 0s !important
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li.is-active>a,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li.is-active>.nolink,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li.is-active>a,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li.is-active>.nolink {
        transition-delay: 0s !important
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li.is-active>a,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li.is-active>a:before,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li.is-active>a:after,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li.is-active>.nolink,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li.is-active>.nolink:before,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li.is-active>.nolink:after,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li.is-active>a,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li.is-active>a:before,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li.is-active>a:after,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li.is-active>.nolink,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li.is-active>.nolink:before,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li.is-active>.nolink:after {
        transition-delay: 0s !important
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(1).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(1).expanded {
        transition-delay: 0s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(1).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(1).expanded.is-active {
        margin-bottom: 0px;
        opacity: 1 !important;
        transform: translateY(0px) scale(1) !important;
        transition-delay: 0s, 2s, 0s, 0s, 2s, 0s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(1).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(1).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(1).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(1).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(2).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(2).expanded {
        transition-delay: .1s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(2).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(2).expanded.is-active {
        margin-bottom: -41px;
        opacity: 1 !important;
        transform: translateY(-41px) scale(1) !important;
        transition-delay: 0s, 1.9s, 0s, .1s, 1.9s, .1s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(2).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(2).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(2).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(2).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(3).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(3).expanded {
        transition-delay: .2s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(3).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(3).expanded.is-active {
        margin-bottom: -82px;
        opacity: 1 !important;
        transform: translateY(-82px) scale(1) !important;
        transition-delay: 0s, 1.8s, 0s, .2s, 1.8s, .2s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(3).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(3).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(3).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(3).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(4).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(4).expanded {
        transition-delay: .3s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(4).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(4).expanded.is-active {
        margin-bottom: -123px;
        opacity: 1 !important;
        transform: translateY(-123px) scale(1) !important;
        transition-delay: 0s, 1.7s, 0s, .3s, 1.7s, .3s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(4).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(4).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(4).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(4).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(5).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(5).expanded {
        transition-delay: .4s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(5).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(5).expanded.is-active {
        margin-bottom: -164px;
        opacity: 1 !important;
        transform: translateY(-164px) scale(1) !important;
        transition-delay: 0s, 1.6s, 0s, .4s, 1.6s, .4s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(5).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(5).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(5).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(5).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(6).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(6).expanded {
        transition-delay: .5s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(6).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(6).expanded.is-active {
        margin-bottom: -205px;
        opacity: 1 !important;
        transform: translateY(-205px) scale(1) !important;
        transition-delay: 0s, 1.5s, 0s, .5s, 1.5s, .5s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(6).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(6).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(6).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(6).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(7).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(7).expanded {
        transition-delay: .6s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(7).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(7).expanded.is-active {
        margin-bottom: -246px;
        opacity: 1 !important;
        transform: translateY(-246px) scale(1) !important;
        transition-delay: 0s, 1.4s, 0s, .6s, 1.4s, .6s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(7).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(7).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(7).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(7).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(8).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(8).expanded {
        transition-delay: .7s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(8).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(8).expanded.is-active {
        margin-bottom: -287px;
        opacity: 1 !important;
        transform: translateY(-287px) scale(1) !important;
        transition-delay: 0s, 1.3s, 0s, .7s, 1.3s, .7s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(8).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(8).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(8).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(8).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(9).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(9).expanded {
        transition-delay: .8s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(9).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(9).expanded.is-active {
        margin-bottom: -328px;
        opacity: 1 !important;
        transform: translateY(-328px) scale(1) !important;
        transition-delay: 0s, 1.2s, 0s, .8s, 1.2s, .8s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(9).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(9).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(9).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(9).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(10).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(10).expanded {
        transition-delay: .9s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(10).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(10).expanded.is-active {
        margin-bottom: -369px;
        opacity: 1 !important;
        transform: translateY(-369px) scale(1) !important;
        transition-delay: 0s, 1.1s, 0s, .9s, 1.1s, .9s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(10).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(10).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(10).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(10).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(11).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(11).expanded {
        transition-delay: 1s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(11).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(11).expanded.is-active {
        margin-bottom: -410px;
        opacity: 1 !important;
        transform: translateY(-410px) scale(1) !important;
        transition-delay: 0s, 1s, 0s, 1s, 1s, 1s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(11).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(11).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(11).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(11).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(12).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(12).expanded {
        transition-delay: 1.1s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(12).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(12).expanded.is-active {
        margin-bottom: -451px;
        opacity: 1 !important;
        transform: translateY(-451px) scale(1) !important;
        transition-delay: 0s, .9s, 0s, 1.1s, .9s, 1.1s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(12).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(12).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(12).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(12).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(13).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(13).expanded {
        transition-delay: 1.2s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(13).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(13).expanded.is-active {
        margin-bottom: -492px;
        opacity: 1 !important;
        transform: translateY(-492px) scale(1) !important;
        transition-delay: 0s, .8s, 0s, 1.2s, .8s, 1.2s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(13).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(13).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(13).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(13).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(14).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(14).expanded {
        transition-delay: 1.3s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(14).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(14).expanded.is-active {
        margin-bottom: -533px;
        opacity: 1 !important;
        transform: translateY(-533px) scale(1) !important;
        transition-delay: 0s, .7s, 0s, 1.3s, .7s, 1.3s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(14).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(14).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(14).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(14).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(15).expanded,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(15).expanded {
        transition-delay: 1.4s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(15).expanded.is-active,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(15).expanded.is-active {
        margin-bottom: -574px;
        opacity: 1 !important;
        transform: translateY(-574px) scale(1) !important;
        transition-delay: 0s, .6s, 0s, 1.4s, .6s, 1.4s
    }
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(15).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>ul.menu>li:nth-child(15).expanded.is-active>ul.hs-menu-children-wrapper,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(15).expanded.is-active>ul.menu,
    .Header-nav .is-mobile:not(.is-level0)>div.hs-menu-wrapper>ul>li:nth-child(15).expanded.is-active>ul.hs-menu-children-wrapper {
        transform: scale(1)
    }
    .Header-nav .is-level2>ul.menu>li.expanded.is-active>a,
    .Header-nav .is-level2>ul.menu>li.expanded.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level2>ul.menu>li.expanded.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level3>ul.menu>li.expanded.is-active>a,
    .Header-nav .is-level3>ul.menu>li.expanded.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level3>ul.menu>li.expanded.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level4>ul.menu>li.expanded.is-active>a,
    .Header-nav .is-level4>ul.menu>li.expanded.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level4>ul.menu>li.expanded.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level3>ul.menu>li>ul.menu>li.is-active>a,
    .Header-nav .is-level3>ul.menu>li>ul.menu>li.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level3>ul.menu>li>ul.menu>li.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level4>ul.menu>li>ul.menu>li.is-active>a,
    .Header-nav .is-level4>ul.menu>li>ul.menu>li.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level4>ul.menu>li>ul.menu>li.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level4>ul.menu>li>ul.menu>li>ul.menu>li.is-active>a,
    .Header-nav .is-level4>ul.menu>li>ul.menu>li>ul.menu>li.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level4>ul.menu>li>ul.menu>li>ul.menu>li.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level2>div.hs-menu-wrapper>ul>li.expanded.is-active>a,
    .Header-nav .is-level2>div.hs-menu-wrapper>ul>li.expanded.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level2>div.hs-menu-wrapper>ul>li.expanded.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level3>div.hs-menu-wrapper>ul>li.expanded.is-active>a,
    .Header-nav .is-level3>div.hs-menu-wrapper>ul>li.expanded.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level3>div.hs-menu-wrapper>ul>li.expanded.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li.expanded.is-active>a,
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li.expanded.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li.expanded.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level3>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li.is-active>a,
    .Header-nav .is-level3>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level3>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li.is-active>a,
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li.is-active>ul.hs-menu-children-wrapper>li:not(.is-active),
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>ul.hs-menu-children-wrapper>li.is-active>a,
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>ul.hs-menu-children-wrapper>li.is-active>ul.menu>li:not(.is-active),
    .Header-nav .is-level4>div.hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>ul.hs-menu-children-wrapper>li.is-active>ul.hs-menu-children-wrapper>li:not(.is-active) {
        opacity: 0 !important
    }
}

@media (min-width: 820px) {
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper,
    .PacnavToggle.is-active .PacnavToggle-items {
        background: #fff;
        box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.2);
        display: block;
        left: 50%;
        min-width: 320px;
        position: absolute;
        transform: translate(-50%, 0);
        top: calc(100% + 30px)
    }
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu ul.menu,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper ul.menu,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu ul.menu,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper ul.menu,
    .PacnavToggle.is-active .PacnavToggle-items ul.menu {
        display: block;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important
    }
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu li,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper li,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu li,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li,
    .PacnavToggle.is-active .PacnavToggle-items li {
        list-style: none !important;
        list-style-position: outside;
        height: auto;
        margin: 0 !important;
        overflow: hidden;
        position: relative
    }
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu li:before,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper li:before,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu li:before,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li:before,
    .PacnavToggle.is-active .PacnavToggle-items li:before,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu li:after,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper li:after,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu li:after,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li:after,
    .PacnavToggle.is-active .PacnavToggle-items li:after,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu li>a:before,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper li>a:before,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu li>a:before,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li>a:before,
    .PacnavToggle.is-active .PacnavToggle-items li>a:before,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu li>a:after,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper li>a:after,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu li>a:after,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li>a:after,
    .PacnavToggle.is-active .PacnavToggle-items li>a:after {
        display: none !important
    }
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu a,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper a,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu a,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper a,
    .PacnavToggle.is-active .PacnavToggle-items a,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu .nolink,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper .nolink,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu .nolink,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper .nolink,
    .PacnavToggle.is-active .PacnavToggle-items .nolink {
        color: #4a4a4a;
        padding: 20px;
        display: block !important;
        height: 60px;
        line-height: 20px !important;
        position: relative;
        text-decoration: none;
        transition: none;
        white-space: nowrap;
        z-index: 10
    }
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu a:hover,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper a:hover,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu a:hover,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper a:hover,
    .PacnavToggle.is-active .PacnavToggle-items a:hover,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.menu .nolink:hover,
    .Header-nav>div>ul.menu>li.expanded:hover>ul.hs-menu-children-wrapper .nolink:hover,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.menu .nolink:hover,
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper .nolink:hover,
    .PacnavToggle.is-active .PacnavToggle-items .nolink:hover {
        color: #fff;
        background: #0061D5;
        background: linear-gradient(90deg, #FF5E00 0%,#FF5E00 100%)
    }
}

.News {
    padding: 80px 0
}

.News-header {
    margin: 30px 0
}

.News-header:first-child {
    margin-top: 0
}

.News-header:last-child {
    margin-bottom: 0
}

.News-title {
    margin: 0
}

.News-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase
}

.News-date:first-child {
    margin-top: 0
}

.News-date:last-child {
    margin-bottom: 0
}

.News-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.NewsTeaser-kicker {
    color: #0061D5;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 30px;
    text-transform: uppercase
}

.NewsTeaser-kicker:first-child {
    margin-top: 0
}

.NewsTeaser-kicker:last-child {
    margin-bottom: 0
}

.NewsTeaser-title {
    margin: 0 0 10px
}

.NewsTeaser-title:first-child {
    margin-top: 0
}

.NewsTeaser-title:last-child {
    margin-bottom: 0
}

.NewsTeaser-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.NewsTeaser+.NewsTeaser {
    border-top: 1px solid #D8D8D8;
    margin-top: 40px;
    padding-top: 40px
}

.Pacnav {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.Pacnav ul.menu,
.Pacnav div.hs-menu-wrapper>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.Pacnav.is-mobile li {
    display: none !important
}

.Pacnav.is-mobile.is-active li {
    display: block !important
}

@media (max-width: 819px) {
    .Pacnav {
        visibility: hidden
    }
    .Pacnav.is-mobile {
        visibility: visible
    }
}

.PacnavToggle {
    cursor: pointer;
    display: block;
    height: 20px;
    margin-left: 30px;
    position: relative;
    width: 20px
}

.PacnavToggle.is-desktop {
    display: none
}

.PacnavToggle svg {
    display: block;
    height: 20px;
    width: 20px
}

.PacnavToggle-lines,
.PacnavToggle-circles {
    transition: fill 0.6s;
   fill: #000
}

.PacnavToggle-items {
    cursor: default;
    display: none
}

.PacnavToggle-circles,
.PacnavToggle-circle1,
.PacnavToggle-circle2,
.PacnavToggle-circle3,
.PacnavToggle-lines,
.PacnavToggle-line1,
.PacnavToggle-line2,
.PacnavToggle-line3,
.PacnavToggle-line4 {
    animation-duration: 0.8s;
    animation-iteration-count: 1
}

.PacnavToggle-circles,
.PacnavToggle-circle1,
.PacnavToggle-circle2,
.PacnavToggle-circle3 {
    transform-origin: center
}

.PacnavToggle-circle1,
.PacnavToggle-circle2,
.PacnavToggle-circle3,
.PacnavToggle.is-intermediary .PacnavToggle-line1,
.PacnavToggle.is-intermediary .PacnavToggle-line2,
.PacnavToggle.is-intermediary .PacnavToggle-line3,
.PacnavToggle.is-intermediary .PacnavToggle-line4 {
    opacity: 0
}

.PacnavToggle.is-intermediary .PacnavToggle-circle1,
.PacnavToggle.is-intermediary .PacnavToggle-circle2,
.PacnavToggle.is-intermediary .PacnavToggle-circle3,
.PacnavToggle.is-mobile .PacnavToggle-line1,
.PacnavToggle.is-mobile .PacnavToggle-line2,
.PacnavToggle.is-mobile .PacnavToggle-line3,
.PacnavToggle.is-mobile .PacnavToggle-line4 {
    opacity: 1
}

.PacnavToggle.is-mobile .PacnavToggle-lines {
    transition: fill 0.6s, opacity 0.4s, transform 0.4s
}

.PacnavToggle.is-mobile .PacnavToggle-line1,
.PacnavToggle.is-mobile .PacnavToggle-line2,
.PacnavToggle.is-mobile .PacnavToggle-line3,
.PacnavToggle.is-mobile .PacnavToggle-line4 {
    transition: opacity 0.4s, transform 0.4s
}

.PacnavToggle-circle1,
.PacnavToggle-circle2,
.PacnavToggle-circle3 {
    transform-origin: 10px 10px
}

.PacnavToggle.is-mobile.is-active .PacnavToggle-lines {
    transform: rotate(10px, 10px, 0, 90deg)
}

.PacnavToggle.is-mobile.is-active .PacnavToggle-line1 {
    opacity: 0;
    transform: translate(0, 5px)
}

.PacnavToggle.is-mobile.is-active .PacnavToggle-line2 {
    transform: rotate(10px, 10px, 0, -45deg)
}

.PacnavToggle.is-mobile.is-active .PacnavToggle-line3 {
    transform: rotate(10px, 10px, 0, 45deg)
}

.PacnavToggle.is-mobile.is-active .PacnavToggle-line4 {
    opacity: 0;
    transform: translate(0, -5px)
}

.Pacnav--is-scrolling-lines,
.Pacnav--is-scrolling-circles,
.Pacnav--is-mobile.Pacnav--is-active .PacnavToggle-lines,
.Pacnav--is-mobile.Pacnav--is-active .PacnavToggle-circles {
    fill: #fff
}

.Pacnav--is-mobile .PacnavToggle-items {
    display: none !important
}

@media (max-width: 819px) {
    .PacnavToggle {
        position: absolute;
        right: 30px;
        top: 5px;
        z-index: 50
    }
}

.Page {
    background: #0D1722;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 125px;
    position: relative
}

@media (max-width: 639px) {
    .Page {
        padding-top: 80px
    }
}

.PartnerTeaser {
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    position: relative
}

.PartnerTeaser:after {
    transition: opacity 0.4s, transform 0.4s;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 19px solid #fff;
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 100%);
    z-index: 10
}

.PartnerTeaser:before {
    transition: border 0.4s, opacity 0.4s, transform 0.4s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e7e8e9;
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 100%);
    z-index: 5
}

.PartnerTeaser:active:before,
.PartnerTeaser:hover:before {
    border-top-color: #dbdcde
}

.PartnerTeaser-logo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-bottom: 40px;
    width: 100%
}

.PartnerTeaser-logo img {
    display: block;
    margin: auto;
    max-height: 60px;
    max-width: 160px
}

.PartnerTeaser .Card-cta {
    position: relative
}

.PartnerTeaser .Card-cta:before {
    transition: opacity 0.4s, transform 0.4s;
    background: #979797;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -2px;
    transform: scaleY(0.33)
}

a.PartnerTeaser.is-active {
    margin-bottom: 20px
}

a.PartnerTeaser.is-active:after,
a.PartnerTeaser.is-active:before {
    opacity: 1
}

a.PartnerTeaser.is-active .Card-cta {
    background: none
}

a.PartnerTeaser.is-active .Card-cta span,
a.PartnerTeaser.is-active:active .Card-cta span a.PartnerTeaser.is-active:hover .Card-cta span {
    color: #0061D5;
    border-color: transparent
}

a.PartnerTeaser.is-active .Card-cta:before {
    opacity: 1;
    transform: scale(1)
}

.PartnerTray {
    padding: 100px 5px;
    background: #333;
    display: none;
    position: relative;
    transform: translateX(-50%);
    width: calc(100vw + 10px);
    z-index: 100
}

.PartnerTray-close {
    background: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-close.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 50px;
    transform: translate(0, -50%);
    width: 36px
}

.PartnerTray,
.PartnerTray a,
.PartnerTray h1,
.PartnerTray .h1,
.PartnerTray h2,
.PartnerTray .h2,
.PartnerTray h3,
.PartnerTray .h3,
.PartnerTray h4,
.PartnerTray .h4,
.PartnerTray h5,
.PartnerTray .h5,
.PartnerTray h6,
.PartnerTray .h6 {
    color: #fff
}

.PartnerTray h2 {
    margin: 80px 0 30px
}

.PartnerTray h2:first-child {
    margin-top: 0
}

.PartnerTray h2:last-child {
    margin-bottom: 0
}

.PartnerTray blockquote {
    color: #0061D5;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px
}

@media (max-width: 639px) {
    .PartnerTray blockquote {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .PartnerTray blockquote {
        line-height: 28px
    }
}

.PartnerTray cite {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    font-style: normal
}

.PartnerTray.is-active {
    display: block
}

@media (min-width: 1300px) {
    .view-content .views-row:nth-child(3n+1) .PartnerTray {
        left: 620px
    }
    .view-content .views-row:nth-child(3n+2) .PartnerTray {
        left: 186.66667px
    }
    .view-content .views-row:nth-child(3n+3) .PartnerTray {
        left: -246.66667px
    }
}

@media (max-width: 1299px) {
    .view-content .views-row:nth-child(3n+1) .PartnerTray {
        left: calc(50vw - 30px)
    }
    .view-content .views-row:nth-child(3n+2) .PartnerTray {
        left: calc(16.66vw - 30px)
    }
    .view-content .views-row:nth-child(3n+3) .PartnerTray {
        left: calc(-16.66vw - 30px)
    }
}

@media (max-width: 1039px) {
    .view-content .views-row:nth-child(2n+1) .PartnerTray {
        left: calc(50vw - 30px)
    }
    .view-content .views-row:nth-child(2n+2) .PartnerTray {
        left: -30px
    }
}

@media (max-width: 639px) {
    .view-content .views-row .PartnerTray {
        left: -30px !important;
        transform: none !important
    }
}

/* .Post {
    padding: 80px 0
} */

.Post .Wrap,
.Post .Wrap--noPadding,
.Post .Wrap--noPaddingAll,
.Post .Wrap--wide,
.Post .Wrap--narrow,
.Post .view-blog,
.Post .view-news,
.Post .view-partners,
.Post .view-resources,
.Post .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Post .Body-sections>.Section:first-child,
.Post .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Post .Body-sections>:first-child>.Section {
    display: -ms-flexbox;
    display: flex;
    max-width: 1368px
}

.Post-header {
    margin: 30px 0
}

.Post-header:first-child {
    margin-top: 0
}

.Post-header:last-child {
    margin-bottom: 0
}

.Post-title {
    margin: 0
}

.Post-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
    font-weight: 700
}

.Post-date:first-child {
    margin-top: 0
}

.Post-date:last-child {
    margin-bottom: 0
}

.Post-content img {
    height: auto !important
}

.Post-content h1,
.Post-content h2,
.Post-content h3,
.Post-content h4,
.Post-content h5,
.Post-content h6,
.Post-content hr {
    clear: both
}

.Post-content .media-p {
    margin-bottom: 0
}

.Post-content .media-p+h1,
.Post-content .media-p+h2,
.Post-content .media-p+h3,
.Post-content .media-p+h4 {
    margin-top: 0;
    padding-top: 90px
}

@media (max-width: 959px) {
    .Post-content .media-p+h1,
    .Post-content .media-p+h2,
    .Post-content .media-p+h3,
    .Post-content .media-p+h4 {
        margin-top: 0;
        padding-top: 60px
    }
}

.Post-content .media-p+h5,
.Post-content .media-p+h6 {
    margin-top: 0;
    padding-top: 60px
}

@media (max-width: 959px) {
    .Post-content .media-p+h5,
    .Post-content .media-p+h6 {
        margin-top: 0;
        padding-top: 30px
    }
}

.Post-content .media-p+p,
.Post-content .media-p+.media-p,
.Post-content .media-p+table,
.Post-content .media-p+ul,
.Post-content .media-p+ol,
.Post-content .media-p+hr {
    margin-top: 0;
    padding-top: 30px
}

/* .Post-body {
    max-width: calc(100% - 152px)
} */

.Post-social {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    margin-right: 40px;
    padding: 0;
    padding-top: 72px;
    text-align: center;
    width: 30px;
    list-style-type: none
}

.Post-social li {
    margin-bottom: 1em
}

.Post-social a {
    color: #9a9a9a;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    width: 24px
}

.Post-social a:active,
.Post-social a:hover {
    color: #0061D5
}

.Post-social a+a {
    margin-top: 30px
}

@media (max-width: 639px) {
    .Post .Wrap,
    .Post .Wrap--noPadding,
    .Post .Wrap--noPaddingAll,
    .Post .Wrap--wide,
    .Post .Wrap--narrow,
    .Post .view-blog,
    .Post .view-news,
    .Post .view-partners,
    .Post .view-resources,
    .Post .has-cutout-hero .Body-sections>.Section:first-child,
    .has-cutout-hero .Post .Body-sections>.Section:first-child,
    .Post .has-cutout-hero .Body-sections>:first-child>.Section,
    .has-cutout-hero .Post .Body-sections>:first-child>.Section {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .Post-body {
        max-width: none;
        width: 100%
    }
    .Post-social {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 40px;
        padding-top: 0;
        width: 100%
    }
    .Post-social a+a {
        margin-top: 0
    }
}

.PostTeaser {
    min-height: 400px
}

.PostTeaser-date {
    margin: 10px 0 30px;
    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px
}

.PostTeaser-date:first-child {
    margin-top: 0
}

.PostTeaser-date:last-child {
    margin-bottom: 0
}

.PostTeaser-date:before {
    font-family: "fontawesome";
    content: "\f274";
    font-size: .88em;
    margin-right: .3em;
    position: relative;
    top: -1px
}

.PostTeaser .TagList {
    margin-bottom: -10px;
    margin-top: auto
}

.PostTeaser .Card-title a {
    color: #0061D5
}

.PostTeaser-social {
    padding: 20px 40px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-top: 1px solid #F4F4F4;
    display: -ms-flexbox;
    display: flex;
    list-style: none !important;
    margin: auto -40px -40px !important;
    width: calc(100% + 80px)
}

.PostTeaser-social li+li {
    margin-left: 30px
}

.PostTeaser-content .element-invisible {
    display: none !important
}

a.PostTeaser .Card-title {
    color: #4A4A4A;
    font-weight: 700
}

a.PostTeaser:active .Card-title,
a.PostTeaser:hover .Card-title {
    color: "blue-hover"
}

@media (max-width: 639px) {
    .PostTeaser-social {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .PostTeaser-social li+li {
        margin-left: 0
    }
}

.QuickLinks {
    margin: 40px -5px;
    padding: 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -ms-flexbox;
    display: flex;
    list-style: none !important;
    width: calc(100% + 10px)
}

.QuickLinks:first-child {
    margin-top: 0
}

.QuickLinks:last-child {
    margin-bottom: 0
}

.QuickLinks-item {
    -ms-flex: 1;
    flex: 1;
    list-style: none !important;
    padding: 0 5px
}

.QuickLinks a {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.Resource {
    background: #F4F4F4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.Resource-content {
    padding: 100px 60px;
    margin-left: 30px;
    max-width: 620px;
    width: 50%
}

.Resource-aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 620px;
    width: 50%
}

.Resource-image:before {
    padding-bottom: 44.44444%
}

.Resource-form {
    padding: 100px 60px;
    background: #273A42;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.Resource-form .ao-richtext-block p,
.Resource-form .ao-richtext-block ul,
.Resource-form .ao-richtext-block span,
.Resource-form .ao-form-label,
.Resource-form .ao-form-error-message {
    color: #fff !important
}

.Resource-form:only-child {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Resource-form input[type=text],
.Resource-form input[type=email],
.Resource-form input[type=password],
.Resource-form input[type=search],
.Resource-form input[type=number],
.Resource-form input[type=url],
.Resource-form input[type=tel],
.Resource-form input[type=datetime],
.Resource-form input[type=date],
.Resource-form input[type=month],
.Resource-form input[type=week],
.Resource-form textarea,
.Resource-form select {
    color: #4a4a4a
}

.Resource-form .LoadingIcon,
.Resource-form .ViewsExposedForm--resources .ajax-progress .throbber,
.ViewsExposedForm--resources .ajax-progress .Resource-form .throbber,
.Resource-form .ViewsExposedForm--blog .ajax-progress .throbber,
.ViewsExposedForm--blog .ajax-progress .Resource-form .throbber,
.Resource-form .ViewsExposedForm--partners .ajax-progress .throbber,
.ViewsExposedForm--partners .ajax-progress .Resource-form .throbber,
.Resource-form .pager-load-more .ajax-progress .throbber,
.pager-load-more .ajax-progress .Resource-form .throbber {
    margin: auto
}

.Resource-form #block-b1501788885926 span {
    display: block;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0 auto;
    max-width: 360px
}

.Resource-video {
    background: #273A42
}

.Resource-video:only-child {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Resource-secondaryContent {
    padding: 60px;
    background: #D8D8D8;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Resource-secondaryContent .media-wysiwyg-align-left img,
.Resource-secondaryContent .media-wysiwyg-align-right img {
    box-shadow: none
}

@media (max-width: 959px) {
    .Resource {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .Resource-content,
    .Resource-aside {
        max-width: inherit;
        width: 100%
    }
    .Resource-content,
    .Resource-form {
        padding: 80px 40px
    }
    .Resource-content {
        margin-left: 0
    }
}

@media (max-width: 639px) {
    .Resource-content,
    .Resource-form {
        padding: 60px 30px
    }
}

.ResourceCta {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ResourceCta-icon {
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 86px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 86px
}

.ResourceCta-icon img {
    display: block;
    max-height: 48px;
    max-width: 48px
}

.ResourceCta-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px
}

.ResourceCta-kicker {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase
}

.ResourceCta-title {
    color: #0061D5;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.ResourceCta:active,
.ResourceCta:hover {
    text-decoration: none
}

.u-textColor--000000 .ResourceCta {
    color: #666
}

.ResourcesView {
    position: relative;
    z-index: 30
}

.ResourcesView-featured {
    padding: 80px 0 0
}

.ResourcesView-featured>.attachment,
.ResourcesView-featured>.attachment>.view {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%
}

.ResourcesView-featured>.attachment>.view>.view-content>.views-row {
    width: 50%
}

.ResourcesView-featured .Card-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    font-weight: 300
}

@media (max-width: 639px) {
    .ResourcesView-featured .Card-title {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .ResourcesView-featured .Card-title {
        line-height: 28px
    }
}

.ResourcesView-featured .Card-image {
    height: 300px
}

.ResourcesView-subscribe {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ResourcesView-subscribe .ao-form {
    margin: 0
}

.ResourcesView-subscribe .ao-form-submit {
    background: #fff !important;
    border: 2px solid #E51373 !important;
    border-radius: 3px !important;
    color: #E51373 !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 48px !important;
    line-height: 46px !important;
    padding: 0 30px !important
}

.ResourcesView-subscribe .ao-form p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.ResourcesView-social ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.ResourcesView-social ul li {
    list-style: none
}

.ResourcesView-social ul li+li {
    margin-left: 30px
}

.ResourcesView-social .SocialIcon,
.ResourcesView-social [class^='SocialIcon--'],
.ResourcesView-social [class*=' SocialIcon--'] {
    height: 24px;
    width: 24px
}

@media (max-width: 639px) {
    .ResourcesView-featured>.attachment>.view>.view-content>.views-row {
        width: 100%
    }
}

.ResourceTeaser {
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 400px
}

.ResourceTeaser-kicker {
    color: #0061D5;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-weight: 700;
    margin: 10px auto 0;
    text-transform: uppercase
}

.ResourceTeaser-date {
    color: #979797;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-weight: 500
}

.Card--horizontal .ResourceTeaser-icon {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    width: 30%
}

.Section,
[class^='Section--'],
[class*=' Section--'] {
    padding: 60px 0;
    background: no-repeat center;
    background-size: cover;
    position: relative
}

.Section:before,
[class^='Section--']:before,
[class*=' Section--']:before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
/*     position: absolute; */
    right: 0;
    top: 0;
    z-index: 5
}

.Section .Wrap,
[class^='Section--'] .Wrap,
[class*=' Section--'] .Wrap,
.Section .Wrap--noPadding,
[class^='Section--'] .Wrap--noPadding,
[class*=' Section--'] .Wrap--noPadding,
.Section .Wrap--noPaddingAll,
[class^='Section--'] .Wrap--noPaddingAll,
[class*=' Section--'] .Wrap--noPaddingAll,
.Section .Wrap--wide,
[class^='Section--'] .Wrap--wide,
[class*=' Section--'] .Wrap--wide,
.Section .Wrap--narrow,
[class^='Section--'] .Wrap--narrow,
[class*=' Section--'] .Wrap--narrow,
.Section .view-blog,
[class^='Section--'] .view-blog,
[class*=' Section--'] .view-blog,
.Section .view-news,
[class^='Section--'] .view-news,
[class*=' Section--'] .view-news,
.Section .view-partners,
[class^='Section--'] .view-partners,
[class*=' Section--'] .view-partners,
.Section .view-resources,
[class^='Section--'] .view-resources,
[class*=' Section--'] .view-resources,
.Section .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Section .Body-sections>.Section:first-child,
[class^='Section--'] .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero [class^='Section--'] .Body-sections>.Section:first-child,
[class*=' Section--'] .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero [class*=' Section--'] .Body-sections>.Section:first-child,
.Section .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .Section .Body-sections>:first-child>.Section,
[class^='Section--'] .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero [class^='Section--'] .Body-sections>:first-child>.Section,
[class*=' Section--'] .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero [class*=' Section--'] .Body-sections>:first-child>.Section {
    z-index: 15
}

.Section-bg {
    background: no-repeat center;
    background-size: cover;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.Section-header {
    margin: 0 0 30px
}

.Section-header:first-child {
    margin-top: 0
}

.Section-header:last-child {
    margin-bottom: 0
}

.Section-kicker {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

.Section-title {
    margin: 0 0 30px;
    position: relative
}

.Section-title:first-child {
    margin-top: 0
}

.Section-title:last-child {
    margin-bottom: 0
}

.Section-title.h4 {
    max-width: 760px
}

.Section-header.u-alignCenter .Section-title.h4,
.Section-header.u-alignLeft .Section-title.h4 {
    margin-right: auto
}

.Section-header.u-alignCenter .Section-title.h4,
.Section-header.u-alignRight .Section-title.h4 {
    margin-left: auto
}

.Section-subtitle {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 30px;
    margin: 0 auto
}

.Section-subtitle:first-child {
    margin-top: 0
}

.Section-subtitle:last-child {
    margin-bottom: 0
}

.Section-icon {
    display: block;
    height: 48px;
    left: -20px;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 48px
}

.Section-content h1+h4,
.Section-content h1+h5,
.Section-content h1+h6,
.Section-content h2+h4,
.Section-content h2+h5,
.Section-content h2+h6,
.Section-content h3+h4,
.Section-content h3+h5,
.Section-content h3+h6,
.Section-content h4+h4,
.Section-content h4+h5,
.Section-content h4+h6,
.Section-content h5+h4,
.Section-content h5+h5,
.Section-content h5+h6,
.Section-content h6+h4,
.Section-content h6+h5,
.Section-content h6+h6 {
    margin-top: -30px
}

.Section-content h1 img,
.Section-content h2 img,
.Section-content h3 img,
.Section-content h4 img,
.Section-content h5 img,
.Section-content h6 img {
    display: inline-block;
    margin-bottom: 30px
}

.Section-content h4,
.Section-content h6 {
    color: #666
}

.Section-content h6 {
    text-transform: uppercase
}

.Section-content {
    margin: 30px 0
}

.Section-content:first-child {
    margin-top: 0
}

.Section-content:last-child {
    margin-bottom: 0
}

.Section-cta,
.Section-images {
    margin: 60px 0
}

.Section-cta:first-child,
.Section-images:first-child {
    margin-top: 0
}

.Section-cta:last-child,
.Section-images:last-child {
    margin-bottom: 0
}

.Section-image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.Section-image.is-smallSize {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.Section-image.is-largeSize {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
}

.Section-image.is-fullsize {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none
}

.Section-image.is-fullsize img {
    margin: 0 auto
}

.Section-image img {
    display: block
}

.Section-image a {
    cursor: zoom-in
}

.Section-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -60px !important;
    max-width: 720px;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 60px)
}

.Section-images>div {
    padding: 0 30px 60px
}

.Section-images img {
    display: block
}

.Section-images a {
    cursor: zoom-in
}

@media (min-width: 641px) {
    .Section-video.embed {
        width: 500px;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }
}

.Section--columnContent .Row,
.Section--columnContent [class^='Row--'],
.Section--columnContent [class*=' Row--'],
.Section--columnContent .Footer-nav,
.Section--columnContent .view-blog .view-content,
.view-blog .Section--columnContent .view-content,
.Section--columnContent .view-partners .view-content,
.view-partners .Section--columnContent .view-content,
.Section--columnContent .view-resources .view-content,
.view-resources .Section--columnContent .view-content {
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 639px) {
    .Section-content h1 img+br,
    .Section-content h2 img+br,
    .Section-content h3 img+br,
    .Section-content h4 img+br,
    .Section-content h5 img+br,
    .Section-content h6 img+br {
        display: block
    }
}

@media (max-width: 479px) {
    .Section-images {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        max-width: 360px
    }
    .Section-images>div {
        padding-left: 0;
        padding-right: 0
    }
}

.Sidebar {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #fff;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 260px
}

.Sidebar.is-initial {
    left: calc(50% - 620px);
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: fixed;
    top: 80px;
    z-index: 20
}

.Sidebar.is-final {
    bottom: 0;
    left: 0;
    position: absolute
}

.Sidebar ul,
.Sidebar li {
    list-style: none;
    margin: 0;
    padding: 0
}

.Sidebar li {
    position: relative
}

.Sidebar li:before {
    background: #0061D5;
    background: linear-gradient(90deg, #0061D5 0%, #1970d9 100%);
    transition: opacity 0.4s;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.Sidebar li+li {
    border-top: 1px solid #D8D8D8
}

.Sidebar a {
    color: #4a4a4a;
    padding: 20px 30px 20px 20px;
    transition: background 0.4s, color 0.4s;
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 10;
    font-size: 16px
}

.Sidebar a:active,
.Sidebar a:hover {
    background: #F4F4F4
}

.Sidebar .is-active:before,
.Sidebar .hs-menu-depth-1.active-branch:before {
    opacity: 1
}

.Sidebar .is-active a,
.Sidebar .hs-menu-depth-1.active-branch a {
    color: #fff;
    background: none !important
}

@media (max-width: 1299px) {
    .Sidebar.is-initial {
        left: 30px
    }
}

@media (max-width: 959px) {
    .Sidebar {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        width: 200px
    }
}

.Sidebar .Sidebar-link-menu .is-active:not(.active-branch):before {
    opacity: 0
}

.Sidebar .Sidebar-link-menu .is-active:not(.active-branch) a {
    color: #4a4a4a;
    background: none !important
}

.Sidebar .Sidebar-link-menu .is-active:not(.active-branch) a:hover {
    background: #F4F4F4 !important
}

.SocialIcon,
[class^='SocialIcon--'],
[class*=' SocialIcon--'] {
    background: no-repeat center;
    background-size: 100%;
    display: block;
    height: 18px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 18px
}

.SocialIcon--facebook {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-social-facebook.svg")
}

.SocialIcon--linkedin {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-social-linkedin.svg")
}

.SocialIcon--rss {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-social-rss.svg")
}

.SocialIcon--twitter {
    background-image: url("https://20491568.fs1.hubspotusercontent-na1.net/hubfs/20491568/images/logo/icon-social-twitter-v2.svg")
}

.SocialIcon--youtube {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-social-youtube.svg")
}

.StepDiagram {
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    padding: 60px;
    background: #fff;
    border-radius: 7px;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.StepDiagram:before {
    background: #1970d9;
    background: linear-gradient(90deg, #1970d9 0%, #0061D5 100%);
    content: '';
    display: block;
    height: 5px;
    left: 60px;
    position: absolute;
    right: calc(25% + 30px);
    top: 144px;
    z-index: 5
}

.StepDiagram-step {
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
    padding-top: 120px;
    position: relative;
    z-index: 10
}

.StepDiagram-step:before {
    background: #fff;
    border: 5px solid #0D1722;
    border-radius: 100%;
    content: '';
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 73px;
    width: 17px
}

.StepDiagram-icon {
    display: block;
    height: 54px;
    left: 14px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 54px
}

.StepDiagram-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 6px solid #D8D8D8;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px
}

@media (max-width: 819px) {
    .StepDiagram {
        padding: 40px 40px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .StepDiagram:before {
        display: none
    }
    .StepDiagram-step {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 40px;
        padding-top: 0
    }
    .StepDiagram-step:before {
        display: none
    }
    .StepDiagram-icon {
        margin-bottom: 10px;
        position: static;
        transform: none
    }
}

@media (max-width: 479px) {
    .StepDiagram-step {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center
    }
    .StepDiagram-icon {
        margin-left: auto;
        margin-right: auto
    }
}

.Tabber-nav {
    height: 54px;
    position: relative;
    text-align: center;
    z-index: 15
}

.Tabber-nav ul,
.Tabber-nav li {
    list-style: none;
    margin: 0;
    padding: 0
}

.Tabber-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 860px
}

.Tabber-nav li+li {
    margin-left: 40px
}

.Tabber-nav a {
    color: #666;
    padding: 0 20px;
    transition: background 0.4s, border 0.4s, box-shadow 0.4s;
    border-radius: 7px 7px 0 0;
    border-top: 8px solid transparent;
    display: block;
    height: 54px;
    line-height: 46px;
    text-decoration: none;
    white-space: nowrap
}

.Tabber-nav .is-active {
    background: #fff;
    border-color: #0061D5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.Tabber-content {
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 15
}

.Tabber-content .Section:first-child {
    margin-top: -40px
}

.Tabber-content .Section:last-child {
    margin-bottom: -40px
}

.Tabber-content>div,
.Tabber.is-initialized .Tabber-content>:first-child {
    display: none
}

.Tabber-content>:first-child,
.Tabber.is-initialized .Tabber-content>.is-active {
    display: block
}

@media (max-width: 959px) {
    .Tabber-nav li+li {
        margin-left: 0
    }
}

@media (max-width: 639px) {
    .Tabber-nav {
        padding: 0 10px 10px;
        height: auto
    }
    .Tabber-nav ul {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .Tabber-nav li {
        text-align: center
    }
    .Tabber-nav li+li {
        border-top: 1px solid rgba(13, 23, 34, 0.1);
        margin-top: -1px
    }
    .Tabber-nav a {
        border: 0;
        border-radius: 3px;
        height: auto;
        line-height: 40px;
        padding-bottom: 1px;
        white-space: normal
    }
}

.Post-content table {
    font-size: 16px;
    margin: 30px 0;
    width: 100%
}

.Post-content table:first-child {
    margin-top: 0
}

.Post-content table:last-child {
    margin-bottom: 0
}

.Post-content table th {
    color: #fff;
    padding: 10px 20px;
    background: #595959;
    border: 0
}

.Post-content table td {
    padding: 10px 20px;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8
}

.Post-content table td:first-child {
    border-left: 0
}

.Post-content table tr:nth-child(2n) td {
    background: #F4F4F4
}

.TagList {
    margin: 60px 0
}

.TagList:first-child {
    margin-top: 0
}

.TagList:last-child {
    margin-bottom: 0
}

.TagList a {
    color: #F4F4F4;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    padding: 10px;
    transition: background 0.4s, color 0.4s;
    background: #D8D8D8;
    display: inline-block;
    margin: 0 10px 10px 0
}

.TagList a:active,
.TagList a:hover {
    color: #fff;
    background: #0061D5;
    text-decoration: none
}

.TileCard {
    color: #4a4a4a;
    padding: 40px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%
}

.TileCard-icon {
    margin: 0 0 10px;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100px;
    z-index: 10
}

.TileCard-icon:first-child {
    margin-top: 0
}

.TileCard-icon:last-child {
    margin-bottom: 0
}

.TileCard-icon img {
    transition: opacity 0.6s;
    display: block;
    max-height: 100%;
    max-width: 100%
}

.TileCard-icon:before {
    transition: opacity 0.6s;
    background: rgba(13, 23, 34, 0.5) url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-arrow.svg") no-repeat center;
    background-size: 32px;
    border-radius: 100%;
    content: '';
    display: block;
    height: 72px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px
}

.TileCard-icon.is-large {
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    max-width: 192px;
    width: 100%
}

.TileCard-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.TileCard-icon+.TileCard-title {
    margin-top: 10px
}

.TileCard .TileCard-title {
    color: inherit;
    margin: 0;
    max-width: 180px;
    position: relative;
    z-index: 10
}

a.TileCard {
    transition: color 0.6s;
    text-decoration: none
}

a.TileCard:before {
    background: #0061D5;
    background: linear-gradient(135deg, #0061D5 0%, #1970d9 100%);
    transition: opacity 0.6s;
    bottom: 0;
    box-shadow: inset 3px 3px 15px rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

a.TileCard:active,
a.TileCard:hover {
    color: #fff
}

a.TileCard:active:before,
a.TileCard:active .TileCard-icon:before,
a.TileCard:hover:before,
a.TileCard:hover .TileCard-icon:before {
    opacity: 1
}

a.TileCard:active .TileCard-icon img,
a.TileCard:hover .TileCard-icon img {
    opacity: 0
}

.ValueStatement {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.ValueStatement-statement {
    margin: 0 0 60px;
    width: 100%
}

.ValueStatement-statement .Wrap {
    max-width: 720px
}

.ValueStatement-questions {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ValueStatement-question {
    color: #0061D5;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 10px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    transform: scale(0.8);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 33.33%
}

@media (max-width: 639px) {
    .ValueStatement-question {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .ValueStatement-question {
        line-height: 28px
    }
}

.ValueStatement-question a,
.ValueStatement-question span {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    text-decoration: none
}

.ValueStatement-question:nth-child(3n+1) {
    margin-left: -100%
}

.ValueStatement-question:nth-child(3n+1):last-child {
    margin-right: 66.66%
}

.ValueStatement-question:nth-child(3n+1)+:last-child {
    margin-right: 33.33%
}

.ValueStatement-question:first-child {
    margin-left: 0
}

.ValueStatement-question.is-active {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s
}

@media (max-width: 959px) {
    .ValueStatement-statement .Wrap {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

@media (max-width: 639px) {
    .ValueStatement-question {
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        padding-left: 5px;
        padding-right: 5px
    }
}

.VideoPreview {
    transition: box-shadow 0.6s, transform 0.6s;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.VideoPreview:after {
    box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
    transition: opacity 0.6s;
    background: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icon-play.svg") no-repeat center;
    background-size: contain;
    border-radius: 100%;
    content: '';
    display: block;
    height: 120px;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: 10
}

.VideoPreview:active:after,
.VideoPreview:hover:after {
    opacity: 0.9
}

.ViewsDropdown {
    transition: box-shadow 0.4s;
    border-radius: 3px;
    height: 48px;
    min-width: 160px;
    position: relative
}

.ViewsDropdown-label {
    color: #0061D5;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    transition: background 0.4s, border 0.4s, color 0.4s;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
    cursor: pointer;
    height: 48px;
    line-height: 46px;
    padding-left: 20px;
    padding-right: 42px;
    position: relative;
    white-space: nowrap;
    z-index: 10
}

.ViewsDropdown-label:after {
    transition: border 0.4s;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0061D5;
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.ViewsDropdown-items {
    transition: box-shadow 0.4s, opacity 0.4s, transform 0.6s;
    background: #fff;
    border-radius: 0 0 3px 3px;
    height: 0;
    max-height: 600px;
    min-width: 100%;
    opacity: 0;
    overflow: auto;
    position: relative;
    transform: rotateX(-30deg);
    transform-origin: center top;
    z-index: 5
}

.ViewsDropdown-items a {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 20px;
    transition: background 0.4s, color 0.4s;
    display: block;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
    white-space: nowrap
}

.ViewsDropdown-items a:hover {
    background: rgba(0, 97, 213, 0.1);
    color: #3b4f66
}

.ViewsDropdown.is-active .ViewsDropdown-label {
    color: #fff;
    background: #0061D5;
    border-color: transparent
}

.ViewsDropdown.is-active .ViewsDropdown-label:after {
    border-top-color: #fff
}

.ViewsDropdown:focus,
.ViewsDropdown:hover,
.ViewsDropdown:focus .ViewsDropdown-items,
.ViewsDropdown:hover .ViewsDropdown-items {
    box-shadow: rgba(13, 23, 34, 0.25) 0 5px 25px, rgba(13, 23, 34, 0.125) 0 0 0 1px
}

.ViewsDropdown:focus .ViewsDropdown-label,
.ViewsDropdown:hover .ViewsDropdown-label {
    color: #fff;
    background: #0061D5;
    border-color: transparent;
    border-radius: 3px 3px 0 0
}

.ViewsDropdown:focus .ViewsDropdown-label:after,
.ViewsDropdown:hover .ViewsDropdown-label:after {
    border-top-color: #fff
}

.ViewsDropdown:focus .ViewsDropdown-items,
.ViewsDropdown:hover .ViewsDropdown-items {
    display: block;
    height: auto;
    opacity: 1;
    transform: none
}

@media (max-width: 1199px) and (min-width: 1040px) {
    .ViewsDropdown {
        max-width: 160px
    }
    .ViewsDropdown-items {
        left: 0;
        position: absolute;
        top: 100%
    }
}

.ViewsExposedForm--resources,
.ViewsExposedForm--blog,
.ViewsExposedForm--partners {
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    position: relative
}

.ViewsExposedForm--resources .views-submit-button,
.ViewsExposedForm--blog .views-submit-button,
.ViewsExposedForm--partners .views-submit-button {
    display: none
}

.ViewsExposedForm--resources .views-exposed-widget,
.ViewsExposedForm--blog .views-exposed-widget,
.ViewsExposedForm--partners .views-exposed-widget {
    position: relative
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(1),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(1),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(1) {
    z-index: 9
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(2),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(2),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(2) {
    z-index: 8
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(3),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(3),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(3) {
    z-index: 7
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(4),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(4),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(4) {
    z-index: 6
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(5),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(5),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(5) {
    z-index: 5
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(6),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(6),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(6) {
    z-index: 4
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(7),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(7),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(7) {
    z-index: 3
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(8),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(8),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(8) {
    z-index: 2
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(9),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(9),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(9) {
    z-index: 1
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(10),
.ViewsExposedForm--blog .views-exposed-widget:nth-child(10),
.ViewsExposedForm--partners .views-exposed-widget:nth-child(10) {
    z-index: 0
}

.ViewsExposedForm--resources .views-exposed-widget+.views-exposed-widget,
.ViewsExposedForm--blog .views-exposed-widget+.views-exposed-widget,
.ViewsExposedForm--partners .views-exposed-widget+.views-exposed-widget {
    margin-left: 30px
}

.ViewsExposedForm--resources .form-item,
.ViewsExposedForm--blog .form-item,
.ViewsExposedForm--partners .form-item,
.ViewsExposedForm--resources .form-type-bef-link,
.ViewsExposedForm--blog .form-type-bef-link,
.ViewsExposedForm--partners .form-type-bef-link {
    margin: 0;
    padding: 0
}

.ViewsExposedForm--resources .views-widget-filter-title label,
.ViewsExposedForm--blog .views-widget-filter-title label,
.ViewsExposedForm--partners .views-widget-filter-title label {
    display: none
}

.ViewsExposedForm--resources .form-type-textfield input[type='text'],
.ViewsExposedForm--blog .form-type-textfield input[type='text'],
.ViewsExposedForm--partners .form-type-textfield input[type='text'] {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: block;
    height: 48px;
    line-height: 46px;
    width: 260px
}

.ViewsExposedForm--resources .views-submit-button,
.ViewsExposedForm--blog .views-submit-button,
.ViewsExposedForm--partners .views-submit-button {
    margin-left: 20px
}

.ViewsExposedForm--resources .ajax-progress .throbber,
.ViewsExposedForm--blog .ajax-progress .throbber,
.ViewsExposedForm--partners .ajax-progress .throbber {
    height: 48px;
    margin: 0
}

@media (max-width: 1039px) {
    .ViewsExposedForm--resources,
    .ViewsExposedForm--blog,
    .ViewsExposedForm--partners {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
    .ViewsExposedForm--resources .views-exposed-widget,
    .ViewsExposedForm--blog .views-exposed-widget,
    .ViewsExposedForm--partners .views-exposed-widget {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-top: 20px
    }
    .ViewsExposedForm--resources .views-exposed-widget:nth-child(1),
    .ViewsExposedForm--blog .views-exposed-widget:nth-child(1),
    .ViewsExposedForm--partners .views-exposed-widget:nth-child(1),
    .ViewsExposedForm--resources .views-exposed-widget:nth-child(2),
    .ViewsExposedForm--blog .views-exposed-widget:nth-child(2),
    .ViewsExposedForm--partners .views-exposed-widget:nth-child(2) {
        margin-top: 0
    }
    .ViewsExposedForm--resources .views-exposed-widget+.views-exposed-widget,
    .ViewsExposedForm--blog .views-exposed-widget+.views-exposed-widget,
    .ViewsExposedForm--partners .views-exposed-widget+.views-exposed-widget {
        margin-left: 0
    }
    .ViewsExposedForm--resources .form-type-textfield input[type='text'],
    .ViewsExposedForm--blog .form-type-textfield input[type='text'],
    .ViewsExposedForm--partners .form-type-textfield input[type='text'] {
        width: 100%
    }
}

.ViewsExposedForm-label {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    font-weight: 300;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 48px;
    padding-right: 30px;
    white-space: nowrap
}

@media (max-width: 639px) {
    .ViewsExposedForm-label {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .ViewsExposedForm-label {
        line-height: 28px
    }
}

.ViewsExposedForm-fields {
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1039px) {
    .ViewsExposedForm-label {
        margin-bottom: 10px
    }
    .ViewsExposedForm-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .ViewsExposedForm-fields>.views-exposed-widget {
        width: 50%
    }
    .ViewsExposedForm-fields>.views-exposed-widget:nth-child(2n) {
        padding-left: 10px
    }
    .ViewsExposedForm-fields>.views-exposed-widget:nth-child(2n+1) {
        padding-right: 10px
    }
}

@media (max-width: 639px) {
    .ViewsExposedForm-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .ViewsExposedForm-fields>.views-exposed-widget {
        width: 100%
    }
    .ViewsExposedForm-fields>.views-exposed-widget:nth-child(2) {
        margin-top: 20px
    }
    .ViewsExposedForm-fields>.views-exposed-widget:nth-child(2n) {
        padding-left: 0
    }
    .ViewsExposedForm-fields>.views-exposed-widget:nth-child(2n+1) {
        padding-right: 0
    }
}

.ViewsExposedForm--blog {
    padding: 0 0 20px;
    border-bottom: 1px solid #1970d9;
    box-sizing: content-box
}

.ViewsExposedForm--partners {
    padding: 0 0 20px;
    border-bottom: 1px solid #1970d9;
    box-sizing: content-box
}

.ActonFormSection .Section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px
}

.ActonFormSection .Section-content .ao-row:first-child p,
.ActonFormSection .Section-content .ao-row:first-child span {
    font-size: 18px !important;
    line-height: 28px !important
}

.BasicContentSection.is-default:not(.equal-border) .Wrap {
    max-width: 960px
}

.BasicContentSection.is-wide:not(.equal-border) .Wrap {
    max-width: 1240px
}

.BasicContentSection.wide-1000:not(.equal-border) .Wrap {
    max-width: 1000px
}

.BasicContentSection.equal-border .Wrap .Wrap-content {
    margin-left: auto;
    margin-right: auto
}

.BasicContentSection.is-default.equal-border .Wrap .Wrap-content {
    max-width: 960px
}

.BasicContentSection.is-wide.equal-border .Wrap .Wrap-content {
    max-width: 1240px
}

.BasicContentSection.wide-1000.equal-border .Wrap .Wrap-content {
    max-width: 1000px
}

.BasicContentSection.is-leftAligned .Section-bg,
.BasicContentSection.is-rightAligned .Section-bg {
    width: 50%
}

.BasicContentSection.is-leftAligned .Wrap,
.BasicContentSection.is-rightAligned .Wrap {
    padding: 0 60px;
    box-sizing: border-box;
    max-width: 680px;
    width: 100%
}

@media (max-width: 639px) {
    .BasicContentSection.is-leftAligned .Wrap,
    .BasicContentSection.is-rightAligned .Wrap {
        padding: 0 30px
    }
}

.BasicContentSection.is-leftAligned {
    padding-right: 50vw
}

.BasicContentSection.is-leftAligned .Section-bg {
    left: inherit
}

.BasicContentSection.is-leftAligned .Wrap {
    margin-right: 0
}

.BasicContentSection.is-rightAligned {
    padding-left: 50vw
}

.BasicContentSection.is-rightAligned .Section-bg {
    right: inherit
}

.BasicContentSection.is-rightAligned .Wrap {
    margin-left: 0
}

.BasicContentSection .Section-bg.opacity:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.7) 0%, rgba(0, 77, 170, 0.85) 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.BasicContentSection .Section-bg.opacity.opacity-5:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.05) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-10:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.1) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-15:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.15) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-20:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.2) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-25:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.25) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-30:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.3) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-35:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.35) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-40:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.4) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-45:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.45) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-50:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.5) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-55:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.55) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-60:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.6) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-65:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.65) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-70:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.7) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-75:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.75) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-80:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.8) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-85:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.85) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-90:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.9) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-95:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, rgba(45, 126, 163, 0.95) 100%)
}

.BasicContentSection .Section-bg.opacity.opacity-100:before {
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.75) 0%, #2d7ea3 100%)
}

@media (max-width: 959px) {
    .BasicContentSection.is-leftAligned .Section-bg,
    .BasicContentSection.is-rightAligned .Section-bg {
        width: 40%
    }
    .BasicContentSection.is-leftAligned {
        padding-right: 40vw
    }
    .BasicContentSection.is-rightAligned {
        padding-left: 40vw
    }
}

@media (max-width: 639px) {
    .BasicContentSection.is-leftAligned,
    .BasicContentSection.is-rightAligned {
        padding-left: 0;
        padding-right: 0
    }
    .BasicContentSection.is-leftAligned .Section-bg,
    .BasicContentSection.is-rightAligned .Section-bg {
        bottom: inherit;
        height: 300px;
        left: 0;
        right: 0;
        width: 100%
    }
    .BasicContentSection.is-leftAligned .Wrap,
    .BasicContentSection.is-rightAligned .Wrap {
        margin-top: 300px
    }
}

.ColumnContentSection-icon {
    display: inline-block;
    max-height: 100px;
    max-width: 100px
}

.ColumnContentSection-image {
    display: block;
    margin: 0 auto
}

.ColumnContentSection-title {
    font-weight: 600;
    margin-bottom: 20px
}

.ColumnContentSection .Section-content {
    margin-top: 60px
}

.ColumnContentSection-content h1+h4,
.ColumnContentSection-content h1+h5,
.ColumnContentSection-content h1+h6,
.ColumnContentSection-content h2+h4,
.ColumnContentSection-content h2+h5,
.ColumnContentSection-content h2+h6,
.ColumnContentSection-content h3+h4,
.ColumnContentSection-content h3+h5,
.ColumnContentSection-content h3+h6,
.ColumnContentSection-content h4+h4,
.ColumnContentSection-content h4+h5,
.ColumnContentSection-content h4+h6,
.ColumnContentSection-content h5+h4,
.ColumnContentSection-content h5+h5,
.ColumnContentSection-content h5+h6,
.ColumnContentSection-content h6+h4,
.ColumnContentSection-content h6+h5,
.ColumnContentSection-content h6+h6 {
    margin-top: -30px
}

.ColumnContentSection .Wrap--narrow {
    max-width: 900px
}

.ColumnContentSection .Row,
.ColumnContentSection [class^='Row--'],
.ColumnContentSection [class*=' Row--'],
.ColumnContentSection .Footer-nav,
.ColumnContentSection .view-blog .view-content,
.view-blog .ColumnContentSection .view-content,
.ColumnContentSection .view-partners .view-content,
.view-partners .ColumnContentSection .view-content,
.ColumnContentSection .view-resources .view-content,
.view-resources .ColumnContentSection .view-content {
    margin-bottom: -60px
}

.ColumnContentSection .Column,
.ColumnContentSection [class^='Column-'],
.ColumnContentSection [class*=' Column-'],
.ColumnContentSection .Footer-nav>ul.menu,
.ColumnContentSection .view-blog .views-row,
.view-blog .ColumnContentSection .views-row,
.ColumnContentSection .view-partners .views-row,
.view-partners .ColumnContentSection .views-row,
.ColumnContentSection .view-resources .views-row,
.view-resources .ColumnContentSection .views-row {
    padding-bottom: 60px
}

.Column--3 .ColumnContentSection-title:after,
.Column--4 .ColumnContentSection-title:after {
    background: #1970d9;
    content: '';
    display: block;
    height: 6px;
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
    width: 60px
}

.Column--3 .ColumnContentSection-title.no-des:after,
.Column--4 .ColumnContentSection-title.no-des:after {
    display: none
}

.Section-content.u-alignLeft .Column--3 .ColumnContentSection-title:after,
.Section-content.u-alignLeft .Column--4 .ColumnContentSection-title:after {
    margin-left: 0
}

.Section-content.u-alignRight .Column--3 .ColumnContentSection-title:after,
.Section-content.u-alignRight .Column--4 .ColumnContentSection-title:after {
    margin-right: 0
}

.Column--3 .ColumnContentSection-icon,
.Column--4 .ColumnContentSection-icon {
    margin-bottom: 10px
}

.Column--3 .ColumnContentSection-body,
.Column--4 .ColumnContentSection-body {
    color: #666
}

.ColumnContentSection .Column--6 {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px
}

.ColumnContentSection .Column--6:nth-last-child(1),
.ColumnContentSection .Column--6:nth-last-child(2) {
    padding-bottom: 60px
}

.Column--6 .ColumnContentSection-icon~.ColumnContentSection-content {
    max-width: calc(100% - 84px);
    width: 300px
}

.Column--6 .ColumnContentSection-icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 64px;
    margin-right: 20px;
    width: 64px
}

.flex-2columns .Column--6,
.flex-2columns .Column--5 {
    display: block
}

.flex-2columns .Column--6 .ColumnContentSection-image,
.flex-2columns .Column--5 .ColumnContentSection-image {
    margin-bottom: 15px
}

.flex-2columns .Column--6 .ColumnContentSection-title,
.flex-2columns .Column--5 .ColumnContentSection-title {
    margin-bottom: 10px
}

.flex-2columns .Column--6 .ColumnContentSection-body,
.flex-2columns .Column--5 .ColumnContentSection-body {
    margin-bottom: 20px
}

.flex-small-text .ColumnContentSection-title {
    font-size: 16px
}

.flex-small-text .ColumnContentSection-body {
    font-size: 15px
}

.ContentWithIconsSection>.Wrap {
    max-width: 860px
}

.ContentWithIconsSection.u-bgColor--389ECC .ContentWithIconsSection-bg:before,
.ContentWithIconsSection.u-bgColor--389ECC .ContentWithIconsSection-bg:after {
    background: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 300px;
    position: absolute;
    width: 65vw;
    z-index: 10
}

.ContentWithIconsSection.u-bgColor--389ECC .ContentWithIconsSection-bg:before {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/cta-bg-left.svg");
    background-position: top left;
    left: 0;
    top: 0
}

.ContentWithIconsSection.u-bgColor--389ECC .ContentWithIconsSection-bg:after {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/cta-bg-right.svg");
    background-position: bottom right;
    bottom: 0;
    right: 0
}

.ContentWithIconsSection.u-bgColor--E3F1F8:not([style]) {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/icons-bg.svg");
    background-position: right bottom;
    background-size: 600px
}

.ContentWithIconsSection.u-bgColor--E3F1F8:not([style])>.Wrap {
    padding-bottom: 60px
}

.ContentWithIconsSection.u-bgColor--273A42 .Button,
.ContentWithIconsSection.u-bgColor--273A42 [class^='Button--'],
.ContentWithIconsSection.u-bgColor--273A42 [class*=' Button--'],
.ContentWithIconsSection.u-bgColor--273A42 .Resource-form .ao-form-submit,
.Resource-form .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit,
.ContentWithIconsSection.u-bgColor--273A42 .ActonFormSection .Section-content .ao-form-submit,
.ActonFormSection .Section-content .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit,
.ContentWithIconsSection.u-bgColor--273A42 .BlogView-subscribe .ao-form-submit,
.BlogView-subscribe .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit,
.ContentWithIconsSection.u-bgColor--273A42 .hs-button,
.ContentWithIconsSection.u-bgColor--273A42 .QuickLinks a,
.QuickLinks .ContentWithIconsSection.u-bgColor--273A42 a,
.ContentWithIconsSection.u-bgColor--273A42 .ResourcesView-subscribe .ao-form-submit,
.ResourcesView-subscribe .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit,
.ContentWithIconsSection.u-bgColor--273A42 .pager-load-more a,
.pager-load-more .ContentWithIconsSection.u-bgColor--273A42 a,
.ContentWithIconsSection.u-bgColor--273A42 .page-user .form-actions input[type='submit'],
.page-user .form-actions .ContentWithIconsSection.u-bgColor--273A42 input[type='submit'],
.ContentWithIconsSection.u-bgColor--389ECC .Button,
.ContentWithIconsSection.u-bgColor--389ECC [class^='Button--'],
.ContentWithIconsSection.u-bgColor--389ECC [class*=' Button--'],
.ContentWithIconsSection.u-bgColor--389ECC .Resource-form .ao-form-submit,
.Resource-form .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit,
.ContentWithIconsSection.u-bgColor--389ECC .ActonFormSection .Section-content .ao-form-submit,
.ActonFormSection .Section-content .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit,
.ContentWithIconsSection.u-bgColor--389ECC .BlogView-subscribe .ao-form-submit,
.BlogView-subscribe .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit,
.ContentWithIconsSection.u-bgColor--389ECC .hs-button,
.ContentWithIconsSection.u-bgColor--389ECC .QuickLinks a,
.QuickLinks .ContentWithIconsSection.u-bgColor--389ECC a,
.ContentWithIconsSection.u-bgColor--389ECC .ResourcesView-subscribe .ao-form-submit,
.ResourcesView-subscribe .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit,
.ContentWithIconsSection.u-bgColor--389ECC .pager-load-more a,
.pager-load-more .ContentWithIconsSection.u-bgColor--389ECC a,
.ContentWithIconsSection.u-bgColor--389ECC .page-user .form-actions input[type='submit'],
.page-user .form-actions .ContentWithIconsSection.u-bgColor--389ECC input[type='submit'] {
    color: #0061D5;
    background: none;
    border-color: #0061D5
}

.ContentWithIconsSection.u-bgColor--273A42 .Button:active,
.ContentWithIconsSection.u-bgColor--273A42 [class^='Button--']:active,
.ContentWithIconsSection.u-bgColor--273A42 [class*=' Button--']:active,
.ContentWithIconsSection.u-bgColor--273A42 .Resource-form .ao-form-submit:active,
.Resource-form .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit:active,
.ContentWithIconsSection.u-bgColor--273A42 .ActonFormSection .Section-content .ao-form-submit:active,
.ActonFormSection .Section-content .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit:active,
.ContentWithIconsSection.u-bgColor--273A42 .BlogView-subscribe .ao-form-submit:active,
.BlogView-subscribe .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit:active,
.ContentWithIconsSection.u-bgColor--273A42 .hs-button:active,
.ContentWithIconsSection.u-bgColor--273A42 .QuickLinks a:active,
.QuickLinks .ContentWithIconsSection.u-bgColor--273A42 a:active,
.ContentWithIconsSection.u-bgColor--273A42 .ResourcesView-subscribe .ao-form-submit:active,
.ResourcesView-subscribe .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit:active,
.ContentWithIconsSection.u-bgColor--273A42 .pager-load-more a:active,
.pager-load-more .ContentWithIconsSection.u-bgColor--273A42 a:active,
.ContentWithIconsSection.u-bgColor--273A42 .page-user .form-actions input[type='submit']:active,
.page-user .form-actions .ContentWithIconsSection.u-bgColor--273A42 input[type='submit']:active,
.ContentWithIconsSection.u-bgColor--273A42 .Button:hover,
.ContentWithIconsSection.u-bgColor--273A42 [class^='Button--']:hover,
.ContentWithIconsSection.u-bgColor--273A42 [class*=' Button--']:hover,
.ContentWithIconsSection.u-bgColor--273A42 .Resource-form .ao-form-submit:hover,
.Resource-form .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit:hover,
.ContentWithIconsSection.u-bgColor--273A42 .ActonFormSection .Section-content .ao-form-submit:hover,
.ActonFormSection .Section-content .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit:hover,
.ContentWithIconsSection.u-bgColor--273A42 .BlogView-subscribe .ao-form-submit:hover,
.BlogView-subscribe .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit:hover,
.ContentWithIconsSection.u-bgColor--273A42 .hs-button:hover,
.ContentWithIconsSection.u-bgColor--273A42 .QuickLinks a:hover,
.QuickLinks .ContentWithIconsSection.u-bgColor--273A42 a:hover,
.ContentWithIconsSection.u-bgColor--273A42 .ResourcesView-subscribe .ao-form-submit:hover,
.ResourcesView-subscribe .ContentWithIconsSection.u-bgColor--273A42 .ao-form-submit:hover,
.ContentWithIconsSection.u-bgColor--273A42 .pager-load-more a:hover,
.pager-load-more .ContentWithIconsSection.u-bgColor--273A42 a:hover,
.ContentWithIconsSection.u-bgColor--273A42 .page-user .form-actions input[type='submit']:hover,
.page-user .form-actions .ContentWithIconsSection.u-bgColor--273A42 input[type='submit']:hover,
.ContentWithIconsSection.u-bgColor--389ECC .Button:active,
.ContentWithIconsSection.u-bgColor--389ECC [class^='Button--']:active,
.ContentWithIconsSection.u-bgColor--389ECC [class*=' Button--']:active,
.ContentWithIconsSection.u-bgColor--389ECC .Resource-form .ao-form-submit:active,
.Resource-form .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit:active,
.ContentWithIconsSection.u-bgColor--389ECC .ActonFormSection .Section-content .ao-form-submit:active,
.ActonFormSection .Section-content .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit:active,
.ContentWithIconsSection.u-bgColor--389ECC .BlogView-subscribe .ao-form-submit:active,
.BlogView-subscribe .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit:active,
.ContentWithIconsSection.u-bgColor--389ECC .hs-button:active,
.ContentWithIconsSection.u-bgColor--389ECC .QuickLinks a:active,
.QuickLinks .ContentWithIconsSection.u-bgColor--389ECC a:active,
.ContentWithIconsSection.u-bgColor--389ECC .ResourcesView-subscribe .ao-form-submit:active,
.ResourcesView-subscribe .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit:active,
.ContentWithIconsSection.u-bgColor--389ECC .pager-load-more a:active,
.pager-load-more .ContentWithIconsSection.u-bgColor--389ECC a:active,
.ContentWithIconsSection.u-bgColor--389ECC .page-user .form-actions input[type='submit']:active,
.page-user .form-actions .ContentWithIconsSection.u-bgColor--389ECC input[type='submit']:active,
.ContentWithIconsSection.u-bgColor--389ECC .Button:hover,
.ContentWithIconsSection.u-bgColor--389ECC [class^='Button--']:hover,
.ContentWithIconsSection.u-bgColor--389ECC [class*=' Button--']:hover,
.ContentWithIconsSection.u-bgColor--389ECC .Resource-form .ao-form-submit:hover,
.Resource-form .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit:hover,
.ContentWithIconsSection.u-bgColor--389ECC .ActonFormSection .Section-content .ao-form-submit:hover,
.ActonFormSection .Section-content .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit:hover,
.ContentWithIconsSection.u-bgColor--389ECC .BlogView-subscribe .ao-form-submit:hover,
.BlogView-subscribe .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit:hover,
.ContentWithIconsSection.u-bgColor--389ECC .hs-button:hover,
.ContentWithIconsSection.u-bgColor--389ECC .QuickLinks a:hover,
.QuickLinks .ContentWithIconsSection.u-bgColor--389ECC a:hover,
.ContentWithIconsSection.u-bgColor--389ECC .ResourcesView-subscribe .ao-form-submit:hover,
.ResourcesView-subscribe .ContentWithIconsSection.u-bgColor--389ECC .ao-form-submit:hover,
.ContentWithIconsSection.u-bgColor--389ECC .pager-load-more a:hover,
.pager-load-more .ContentWithIconsSection.u-bgColor--389ECC a:hover,
.ContentWithIconsSection.u-bgColor--389ECC .page-user .form-actions input[type='submit']:hover,
.page-user .form-actions .ContentWithIconsSection.u-bgColor--389ECC input[type='submit']:hover {
    color: #4c90e1;
    border-color: #4c90e1
}

.ContentWithIconsSection.u-bgColor--273A42 .IconList,
.ContentWithIconsSection.u-bgColor--389ECC .IconList {
    border: 0;
    padding: 0
}

.ContentWithIconsSection.u-bgColor--273A42 .IconList-image,
.ContentWithIconsSection.u-bgColor--389ECC .IconList-image {
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    height: 94px;
    margin: 0 auto;
    padding: 20px;
    width: 94px
}

.ContentWithIconsSection .Section-content>h3:first-child {
    margin-top: -40px
}

@media (min-width: 820px) {
    .ContentWithIconsSection .IconList .IconList-item {
        min-height: 122px
    }
}

@media (max-width: 624px) {
    .ContentWithIconsSection:not([style]) {
        background-size: 96vw
    }
    .ContentWithIconsSection:not([style])>.Wrap {
        padding-bottom: 6vw
    }
}

.ContentWithImageSection .Wrap>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ContentWithImageSection .Section-header,
.ContentWithImageSection .Section-body,
.ContentWithImageSection .Section-cta,
.ContentWithImageSection .Section-image {
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    width: 100%
}

.ContentWithImageSection .Section-image.is-overflowed img {
    max-width: none
}

.ContentWithImageSection .Section-content p {
    color: #666
}

.ContentWithImageSection .ResourceCta {
    margin: 60px 0 0
}

.ContentWithImageSection .ResourceCta:first-child {
    margin-top: 0
}

.ContentWithImageSection .ResourceCta:last-child {
    margin-bottom: 0
}

.ContentWithImageSection.has-imageAbove .Section-image,
.ContentWithImageSection.has-imageAbove .Section-image.is-contained img,
.ContentWithImageSection.has-imageBelow .Section-image,
.ContentWithImageSection.has-imageBelow .Section-image.is-contained img {
    margin: 0 auto;
    max-width: 860px
}

.ContentWithImageSection.has-imageAbove .Section-image.is-overflowed img,
.ContentWithImageSection.has-imageBelow .Section-image.is-overflowed img {
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.ContentWithImageSection.has-imageAbove .Section-body,
.ContentWithImageSection.has-imageBelow .Section-body {
    margin: 0 auto;
    max-width: 860px
}

.ContentWithImageSection.has-imageBelow {
    padding-bottom: 0 !important
}

.ContentWithImageSection.has-imageBelow .Section-image {
    margin-top: 60px;
    -ms-flex-order: 10;
    order: 10
}

.ContentWithImageSection.has-imageRight .Section-header {
    -ms-flex-order: -2;
    order: -2
}

.ContentWithImageSection.has-imageRight .Section-body {
    -ms-flex-order: -1;
    order: -1
}

@media (min-width: 820px) {
    .ContentWithImageSection.has-imageLeft .Wrap>div {
        -ms-flex-pack: center;
        justify-content: center
    }
    .ContentWithImageSection.has-imageLeft .Section-image {
        padding-right: 30px;
        max-width: 58.33333%;
        width: auto
    }
    .ContentWithImageSection.has-imageLeft .Section-image.is-overflowed img {
        float: right
    }
    .ContentWithImageSection.has-imageLeft .Section-image.is-offset img {
        margin-top: 20px
    }
    .ContentWithImageSection.has-imageLeft .Section-image.is-offset~.Section-body {
        padding-top: 0
    }
    .ContentWithImageSection.has-imageLeft .Section-body {
        padding-left: 30px;
        width: 41.66667%
    }
    .ContentWithImageSection.has-imageLeft .Section-body p:first-child {
        padding-top: 20px
    }
    .ContentWithImageSection.has-imageLeft .Section-content,
    .ContentWithImageSection.has-imageLeft .Section-cta {
        margin: 30px 0
    }
    .ContentWithImageSection.has-imageLeft .Section-content:first-child,
    .ContentWithImageSection.has-imageLeft .Section-cta:first-child {
        margin-top: 0
    }
    .ContentWithImageSection.has-imageLeft .Section-content:last-child,
    .ContentWithImageSection.has-imageLeft .Section-cta:last-child {
        margin-bottom: 0
    }
    .ContentWithImageSection.has-imageRight .Wrap>div {
        -ms-flex-pack: center;
        justify-content: center
    }
    .ContentWithImageSection.has-imageRight .Section-image {
        padding-left: 30px;
        max-width: 58.33333%;
        width: auto
    }
    .ContentWithImageSection.has-imageRight .Section-image.is-offset img {
        margin-top: 20px
    }
    .ContentWithImageSection.has-imageRight .Section-image.is-offset~.Section-body {
        padding-top: 0
    }
    .ContentWithImageSection.has-imageRight .Section-body {
        padding-right: 30px;
        width: 41.66667%
    }
    .ContentWithImageSection.has-imageRight .Section-body p:first-child {
        padding-top: 20px
    }
    .ContentWithImageSection.has-imageRight .Section-content,
    .ContentWithImageSection.has-imageRight .Section-cta {
        margin: 30px 0
    }
    .ContentWithImageSection.has-imageRight .Section-content:first-child,
    .ContentWithImageSection.has-imageRight .Section-cta:first-child {
        margin-top: 0
    }
    .ContentWithImageSection.has-imageRight .Section-content:last-child,
    .ContentWithImageSection.has-imageRight .Section-cta:last-child {
        margin-bottom: 0
    }
    .ContentWithImageSection.has-imageLeft.equal .Section-image,
    .ContentWithImageSection.has-imageRight.equal .Section-image {
        max-width: initial;
        width: 50%;
        box-sizing: border-box
    }
    .ContentWithImageSection.has-imageLeft.equal .Section-body,
    .ContentWithImageSection.has-imageRight.equal .Section-body {
        max-width: initial;
        width: 50%
    }
}

@media (max-width: 819px) {
    .ContentWithImageSection .Section-header {
        -ms-flex-order: -1 !important;
        order: -1 !important
    }
    .ContentWithImageSection .Section-image {
        margin: 0 auto 30px;
        max-width: 520px;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
    .ContentWithImageSection .Section-image.is-overflowed {
        max-width: none
    }
    .ContentWithImageSection .Section-body {
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
}

.ContentWithVideoSection .Wrap>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ContentWithVideoSection .Section-header,
.ContentWithVideoSection .Section-body,
.ContentWithVideoSection .Section-cta,
.ContentWithVideoSection .Section-video {
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    width: 100%
}

.ContentWithVideoSection .Section-content p {
    color: #666
}

.ContentWithVideoSection.has-videoAbove .Section-video,
.ContentWithVideoSection.has-videoBelow .Section-video {
    margin: 0 auto;
    max-width: 640px
}

.ContentWithVideoSection.has-videoAbove .Section-body,
.ContentWithVideoSection.has-videoBelow .Section-body {
    margin: 0 auto;
    max-width: 860px
}

.ContentWithVideoSection.has-videoAbove .Section-body {
    margin-top: 60px
}

.ContentWithVideoSection.has-videoBelow .Section-video {
    -ms-flex-order: 10;
    order: 10
}

.ContentWithVideoSection.has-videoBelow .Section-body {
    margin-bottom: 60px
}

.ContentWithVideoSection.has-videoRight .Section-header {
    -ms-flex-order: -2;
    order: -2
}

.ContentWithVideoSection.has-videoRight .Section-body {
    -ms-flex-order: -1;
    order: -1
}

@media (min-width: 820px) {
    .ContentWithVideoSection.has-videoLeft .Section-video {
        padding-right: 30px;
        width: 58.33333%
    }
    .ContentWithVideoSection.has-videoLeft .Section-body {
        padding-left: 30px;
        width: 41.66667%
    }
    .ContentWithVideoSection.has-videoRight .Section-video {
        padding-left: 30px;
        width: 58.33333%
    }
    .ContentWithVideoSection.has-videoRight .Section-body {
        padding-right: 30px;
        width: 41.66667%
    }
}

@media (max-width: 819px) {
    .ContentWithVideoSection .Section-header {
        -ms-flex-order: -1 !important;
        order: -1 !important
    }
    .ContentWithVideoSection .Section-video {
        margin: 0 auto 30px;
        max-width: 520px;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
    .ContentWithVideoSection .Section-body {
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
}

.CtaSection {
    padding: 20px 0
}

.CtaSection:before {
    background: #0061D5;
    background: linear-gradient(135deg, #0061D5 0%, #1970d9 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.CtaSection .Wrap {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 10
}

.CtaSection-image {
    margin-right: 20px;
    max-width: 180px
}

.CtaSection-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    line-height: 22px;
    margin: 0 20px 0 0;
    max-width: 200px
}

.CtaSection-title-400 {
    max-width: 400px;
    font-size: 20px
}

.CtaSection-cta {
    padding: 20px 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: -ms-flexbox;
    display: flex;
    margin: -20px 0;
    padding-left: 20px;
    white-space: nowrap
}

.CtaSection-cta a {
    color: #fff;
    font-weight: 600;
    text-decoration: none
}

.CtaSection-cta a:after {
    content: '\00bb';
    margin-left: 0.5em
}

@media (min-width: 960px) {
    .CtaSection-cta.SmallCtaSection {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media (max-width: 959px) {
    .CtaSection .Wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .CtaSection-cta {
        border-left: 0;
        margin: 20px 0 0;
        padding: 0;
        width: 100%
    }
}

@media (max-width: 639px) {
    .CtaSection .Wrap,
    .CtaSection-cta {
        -ms-flex-pack: center;
        justify-content: center
    }
    .CtaSection-title {
        margin-right: 0
    }
}

@media (max-width: 479px) {
    .CtaSection .Wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .CtaSection-image {
        margin-bottom: 20px
    }
    .CtaSection-title {
        margin-right: 0;
        text-align: center
    }
    .CtaSection-title br {
        display: block !important
    }
}

.SmallCtaSection-Wrap .CtaSection-image {
    width: 48px;
    height: 48px;
    max-width: inherit
}

.CustomerQuoteSection img,
.CustomerQuoteSection strong {
    display: block
}

.CustomerQuoteSection img {
    margin: 60px 0
}

.CustomerQuoteSection img:first-child {
    margin-top: 0
}

.CustomerQuoteSection img:last-child {
    margin-bottom: 0
}

.CustomerQuoteSection p {
    font-size: 15px;
    line-height: 18px
}

.CustomerQuoteSection blockquote {
    margin: 0;
    padding: 0
}

.CustomerQuoteSection blockquote p {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px
}

@media (max-width: 639px) {
    .CustomerQuoteSection blockquote p {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .CustomerQuoteSection blockquote p {
        line-height: 28px
    }
}

.CustomerQuoteSection .Row {
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 639px) {
    .CustomerQuoteSection img {
        margin: 30px 0
    }
    .CustomerQuoteSection img:first-child {
        margin-top: 0
    }
    .CustomerQuoteSection img:last-child {
        margin-bottom: 0
    }
    .CustomerQuoteSection .Column--3 {
        padding-top: 30px;
        -ms-flex-order: 2;
        order: 2
    }
}

.FactoidsSection.has-factoidsLeft .FactoidsSection-bg:before,
.FactoidsSection.has-factoidsRight .FactoidsSection-bg:before {
    background: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 300px;
    position: absolute;
    width: 65vw;
    z-index: 10
}

.FactoidsSection.has-factoidsLeft .FactoidsSection-bg:before,
.FactoidsSection.has-factoidsRight .FactoidsSection-bg:before {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/factoids-bg.svg");
    background-position: bottom right;
    bottom: 0;
    right: 0
}

.FactoidsSection.has-factoidsRight .Wrap>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.FactoidsSection.has-factoidsRight .Section-header {
    width: 100%
}

.FactoidsSection.has-factoidsRight .Section-content {
    margin-top: 0;
    width: 40%
}

.FactoidsSection.has-factoidsRight .Factoids {
    padding-left: 60px;
    width: 60%
}

.FactoidsSection.has-factoidsLeft .Wrap>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.FactoidsSection.has-factoidsLeft .Section-header {
    width: 100%
}

.FactoidsSection.has-factoidsLeft .Section-content {
    margin-top: 0;
    -ms-flex-order: 3;
    order: 3;
    width: 40%
}

.FactoidsSection.has-factoidsLeft .Factoids {
    -ms-flex-order: 2;
    order: 2;
    padding-right: 60px;
    width: 60%
}

.FactoidsSection.u-textColor--FFFFFF .Factoids.is-below,
.FactoidsSection.u-textColor--FFFFFF .Factoids.is-right .Factoids-item+.Factoids-item {
    border-color: rgba(255, 255, 255, 0.4)
}

@media (max-width: 819px) {
    .FactoidsSection.has-factoidsRight .Section-content {
        width: 50%
    }
    .FactoidsSection.has-factoidsRight .Factoids {
        padding-left: 40px;
        width: 50%
    }
    .FactoidsSection.has-factoidsLeft .Section-content {
        width: 50%
    }
    .FactoidsSection.has-factoidsLeft .Factoids {
        padding-right: 40px;
        width: 50%
    }
}

@media (max-width: 639px) {
    .FactoidsSection.has-factoidsRight .Section-content,
    .FactoidsSection.has-factoidsLeft .Section-content {
        margin-bottom: 40px;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
    .FactoidsSection.has-factoidsRight .Factoids,
    .FactoidsSection.has-factoidsLeft .Factoids {
        margin: 0 auto;
        max-width: 400px;
        -ms-flex-order: 3;
        order: 3;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

.IntroContentSection .Section-content,
.IntroContentSection .Section-header {
    margin: 30px 0
}

.IntroContentSection .Section-content:first-child,
.IntroContentSection .Section-header:first-child {
    margin-top: 0
}

.IntroContentSection .Section-content:last-child,
.IntroContentSection .Section-header:last-child {
    margin-bottom: 0
}

.IntroContentSection .Section-content {
    color: #666;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

@media (max-width: 639px) {
    .IntroContentSection .Section-content {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .IntroContentSection .Section-content {
        line-height: 28px
    }
}

@media (max-width: 639px) {
    .IntroContentSection .Section-content {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px
    }
}

.LargeCtaSection {
    overflow: hidden
}

.LargeCtaSection.has-ctaBelow .LargeCtaSection-bg:before,
.LargeCtaSection.has-ctaBelow .LargeCtaSection-bg:after {
    background: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 300px;
    position: absolute;
    width: 65vw;
    z-index: 10
}

.LargeCtaSection.has-ctaBelow .LargeCtaSection-bg:before {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/cta-bg-left.svg");
    background-position: top left;
    left: 0;
    top: 0
}

.LargeCtaSection.has-ctaBelow .LargeCtaSection-bg:after {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/cta-bg-right.svg");
    background-position: bottom right;
    bottom: 0;
    right: 0
}

.LargeCtaSection.has-ctaBelow .LargeCtaSection-bg2:before {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/images/cta-bg-left-2.svg")
}

.LargeCtaSection.has-ctaBelow .LargeCtaSection-bg2:after {
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/images/cta-bg-right-2.svg")
}

.LargeCtaSection .Section-header,
.LargeCtaSection .Section-cta {
    margin: 40px 0;
    text-align: center
}

.LargeCtaSection .Section-header:first-child,
.LargeCtaSection .Section-cta:first-child {
    margin-top: 0
}

.LargeCtaSection .Section-header:last-child,
.LargeCtaSection .Section-cta:last-child {
    margin-bottom: 0
}

.LargeCtaSection .Section-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
    margin: 0 0 30px
}

@media (max-width: 959px) {
    .LargeCtaSection .Section-title {
        font-size: 24px
    }
}

@media (max-width: 639px) {
    .LargeCtaSection .Section-title {
        font-size: 20px
    }
}

@media (max-width: 959px) {
    .LargeCtaSection .Section-title {
        line-height: 36px
    }
}

@media (max-width: 639px) {
    .LargeCtaSection .Section-title {
        line-height: 30px
    }
}

.LargeCtaSection .Section-title:first-child {
    margin-top: 0
}

.LargeCtaSection .Section-title:last-child {
    margin-bottom: 0
}

.LargeCtaSection .Section-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.LargeCtaSection .Section-title+.Section-subtitle {
    margin-top: -30px
}

@media (min-width: 640px) {
    .LargeCtaSection.has-ctaRight .Wrap {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 900px
    }
    .LargeCtaSection.has-ctaRight .Section-header {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0;
        padding-right: 15px;
        text-align: left;
        white-space: nowrap
    }
    .LargeCtaSection.has-ctaRight .Section-cta {
        margin: 0;
        padding-left: 15px;
        text-align: left
    }
}

@media (max-width: 639px) {
    .LargeCtaSection.has-ctaBelow .LargeCtaSection-bg:before,
    .LargeCtaSection.has-ctaBelow .LargeCtaSection-bg:after {
        display: none
    }
}

.LogoRowSection.u-padding--xxSmall {
    padding-bottom: 10px;
    padding-top: 10px
}

.LogoRowSection.u-padding--xSmall {
    padding-bottom: 20px;
    padding-top: 20px
}

.LogoRowSection.u-padding--small {
    padding-bottom: 30px;
    padding-top: 30px
}

.LogoRowSection.u-padding--medium {
    padding-bottom: 40px;
    padding-top: 40px
}

.LogoRowSection.u-padding--large {
    padding-bottom: 60px;
    padding-top: 60px
}

.LogoRowSection.u-padding--xLarge {
    padding-bottom: 80px;
    padding-top: 80px
}

.LogoRowSection.u-padding--xxLarge {
    padding-bottom: 100px;
    padding-top: 100px
}

.RelatedAwardsSection .Row,
.RelatedAwardsSection [class^='Row--'],
.RelatedAwardsSection [class*=' Row--'],
.RelatedAwardsSection .Footer-nav,
.RelatedAwardsSection .view-blog .view-content,
.view-blog .RelatedAwardsSection .view-content,
.RelatedAwardsSection .view-partners .view-content,
.view-partners .RelatedAwardsSection .view-content,
.RelatedAwardsSection .view-resources .view-content,
.view-resources .RelatedAwardsSection .view-content {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center
}

.RelatedAwardsSection .Column,
.RelatedAwardsSection [class^='Column-'],
.RelatedAwardsSection [class*=' Column-'],
.RelatedAwardsSection .Footer-nav>ul.menu,
.RelatedAwardsSection .view-blog .views-row,
.view-blog .RelatedAwardsSection .views-row,
.RelatedAwardsSection .view-partners .views-row,
.view-partners .RelatedAwardsSection .views-row,
.RelatedAwardsSection .view-resources .views-row,
.view-resources .RelatedAwardsSection .views-row {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex
}

.RelatedPostsSection .Row,
.RelatedPostsSection [class^='Row--'],
.RelatedPostsSection [class*=' Row--'],
.RelatedPostsSection .Footer-nav,
.RelatedPostsSection .view-blog .view-content,
.view-blog .RelatedPostsSection .view-content,
.RelatedPostsSection .view-partners .view-content,
.view-partners .RelatedPostsSection .view-content,
.RelatedPostsSection .view-resources .view-content,
.view-resources .RelatedPostsSection .view-content {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center
}

.RelatedPostsSection .Column,
.RelatedPostsSection [class^='Column-'],
.RelatedPostsSection [class*=' Column-'],
.RelatedPostsSection .Footer-nav>ul.menu,
.RelatedPostsSection .view-blog .views-row,
.view-blog .RelatedPostsSection .views-row,
.RelatedPostsSection .view-partners .views-row,
.view-partners .RelatedPostsSection .views-row,
.RelatedPostsSection .view-resources .views-row,
.view-resources .RelatedPostsSection .views-row {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex
}

.RelatedPostsSection.bg-image .Section-title {
    color: #fff
}

.RelatedResourcesSection .Row,
.RelatedResourcesSection [class^='Row--'],
.RelatedResourcesSection [class*=' Row--'],
.RelatedResourcesSection .Footer-nav,
.RelatedResourcesSection .view-blog .view-content,
.view-blog .RelatedResourcesSection .view-content,
.RelatedResourcesSection .view-partners .view-content,
.view-partners .RelatedResourcesSection .view-content,
.RelatedResourcesSection .view-resources .view-content,
.view-resources .RelatedResourcesSection .view-content {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center
}

.RelatedResourcesSection .Row .Column--4 {
    padding-bottom: 60px
}

.RelatedResourcesSection .Column--4,
.RelatedResourcesSection .Column--6 {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex
}

.RelatedResourcesSection .Card--horizontal.is-video .Card-image>img {
    height: 100%;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.StatementWithQuestionsSection {
    background: #fff;
    padding-bottom: 0 !important
}

.StatementWithQuestionsSection>.Wrap>div {
    background: #fff url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/icon/value-statement-bg.jpg") no-repeat center bottom !important;
    background-size: 1040px !important;
    padding-bottom: 220px !important
}

@media (max-width: 1099px) {
    .StatementWithQuestionsSection>.Wrap>div {
        background-size: calc(100vw - 60px) !important;
        padding-bottom: calc(10vw + 110px) !important
    }
}

@media (max-width: 639px) {
    .StatementWithQuestionsSection>.Wrap>div {
        padding-bottom: 120px !important
    }
}

@media (max-width: 479px) {
    .StatementWithQuestionsSection>.Wrap>div {
        padding-bottom: 80px !important
    }
}

.StepDiagramSection .Section-content {
    padding: 0 80px
}

@media (max-width: 959px) {
    .StepDiagramSection .Section-content {
        padding: 0
    }
}

.TabberSection {
    padding-bottom: 0 !important
}

.TabberSection.u-padding--xxSmall {
    padding-top: 20px
}

.TabberSection.u-padding--xxSmall>.Wrap>.Section-header {
    padding-bottom: 10px
}

.TabberSection.u-padding--xSmall {
    padding-top: 40px
}

.TabberSection.u-padding--xSmall>.Wrap>.Section-header {
    padding-bottom: 20px
}

.TabberSection.u-padding--small {
    padding-top: 60px
}

.TabberSection.u-padding--small>.Wrap>.Section-header {
    padding-bottom: 30px
}

.TabberSection.u-padding--medium {
    padding-top: 80px
}

.TabberSection.u-padding--medium>.Wrap>.Section-header {
    padding-bottom: 40px
}

.TabberSection.u-padding--large {
    padding-top: 120px
}

.TabberSection.u-padding--large>.Wrap>.Section-header {
    padding-bottom: 60px
}

.TabberSection.u-padding--xLarge {
    padding-top: 160px
}

.TabberSection.u-padding--xLarge>.Wrap>.Section-header {
    padding-bottom: 80px
}

.TabberSection.u-padding--xxLarge {
    padding-top: 200px
}

.TabberSection.u-padding--xxLarge>.Wrap>.Section-header {
    padding-bottom: 100px
}

@media (max-width: 959px) {
    .TabberSection.u-padding--xxSmall {
        padding-top: 15px
    }
    .TabberSection.u-padding--xxSmall>.Wrap>.Section-header {
        padding-bottom: 7.5px
    }
    .TabberSection.u-padding--xSmall {
        padding-top: 30px
    }
    .TabberSection.u-padding--xSmall>.Wrap>.Section-header {
        padding-bottom: 15px
    }
    .TabberSection.u-padding--small {
        padding-top: 45px
    }
    .TabberSection.u-padding--small>.Wrap>.Section-header {
        padding-bottom: 22.5px
    }
    .TabberSection.u-padding--medium {
        padding-top: 60px
    }
    .TabberSection.u-padding--medium>.Wrap>.Section-header {
        padding-bottom: 30px
    }
    .TabberSection.u-padding--large {
        padding-top: 90px
    }
    .TabberSection.u-padding--large>.Wrap>.Section-header {
        padding-bottom: 45px
    }
    .TabberSection.u-padding--xLarge {
        padding-top: 120px
    }
    .TabberSection.u-padding--xLarge>.Wrap>.Section-header {
        padding-bottom: 60px
    }
    .TabberSection.u-padding--xxLarge {
        padding-top: 150px
    }
    .TabberSection.u-padding--xxLarge>.Wrap>.Section-header {
        padding-bottom: 75px
    }
}

@media (max-width: 639px) {
    .TabberSection.u-padding--xxSmall {
        padding-top: 10px
    }
    .TabberSection.u-padding--xxSmall>.Wrap>.Section-header {
        padding-bottom: 5px
    }
    .TabberSection.u-padding--xSmall {
        padding-top: 20px
    }
    .TabberSection.u-padding--xSmall>.Wrap>.Section-header {
        padding-bottom: 10px
    }
    .TabberSection.u-padding--small {
        padding-top: 30px
    }
    .TabberSection.u-padding--small>.Wrap>.Section-header {
        padding-bottom: 15px
    }
    .TabberSection.u-padding--medium {
        padding-top: 40px
    }
    .TabberSection.u-padding--medium>.Wrap>.Section-header {
        padding-bottom: 20px
    }
    .TabberSection.u-padding--large {
        padding-top: 60px
    }
    .TabberSection.u-padding--large>.Wrap>.Section-header {
        padding-bottom: 30px
    }
    .TabberSection.u-padding--xLarge {
        padding-top: 80px
    }
    .TabberSection.u-padding--xLarge>.Wrap>.Section-header {
        padding-bottom: 40px
    }
    .TabberSection.u-padding--xxLarge {
        padding-top: 100px
    }
    .TabberSection.u-padding--xxLarge>.Wrap>.Section-header {
        padding-bottom: 50px
    }
}

.TabberSection .u-textColor--FFFFFF,
.TabberSection .u-textColor--FFFFFF a,
.TabberSection .u-textColor--FFFFFF h1,
.TabberSection .u-textColor--FFFFFF .h1,
.TabberSection .u-textColor--FFFFFF h2,
.TabberSection .u-textColor--FFFFFF .h2,
.TabberSection .u-textColor--FFFFFF h3,
.TabberSection .u-textColor--FFFFFF .h3,
.TabberSection .u-textColor--FFFFFF h4,
.TabberSection .u-textColor--FFFFFF .h4,
.TabberSection .u-textColor--FFFFFF h5,
.TabberSection .u-textColor--FFFFFF .h5,
.TabberSection .u-textColor--FFFFFF h6,
.TabberSection .u-textColor--FFFFFF .h6,
.TabberSection .u-textColor--FFFFFF .Section-subtitle,
.TabberSection .u-textColor--FFFFFF .IconList span {
    color: #4a4a4a
}

.TabberSection .Section {
    background: #fff !important
}

.TabberSection .Section:before {
    display: none !important
}

.TileCardsSection .Section-subtitle {
    max-width: 860px
}

.TileCardsSection .Section-content {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 860px;
    overflow: hidden;
    position: relative
}

.TileCardsSection .Section-content.large {
    max-width: 960px
}

.TileCardsSection .Section-content.full {
    max-width: 100%
}

.TileCardsSection .Section-content.u-alignCenter .TileCard {
    -ms-flex-align: center;
    align-items: center
}

.TileCardsSection .Section-content.u-alignCenter .TileCard-icon,
.TileCardsSection .Section-content.u-alignCenter .TileCard-title {
    margin-left: 0;
    margin-right: 0
}

.TileCardsSection.u-bgColor--F4F4F4 .Section-content {
    box-shadow: 0 0 0 1px #D8D8D8
}

.TileCardsSection .Row {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%
}

.TileCardsSection .Column--2_5,
.TileCardsSection .Column--3,
.TileCardsSection .Column--4,
.TileCardsSection .Column--6 {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.TileCardsSection .Column--2_5,
.TileCardsSection .Column--3,
.TileCardsSection .Column--4,
.TileCardsSection .Column--6 {
    border-bottom: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8
}

.TileCardsSection .TileCard {
    color: #4a4a4a
}

@media (min-width: 960px) {
    .TileCardsSection .Column--2_5:nth-child(5n),
    .TileCardsSection .Column--3:nth-child(4n),
    .TileCardsSection .Column--4:nth-child(3n),
    .TileCardsSection .Column--6:nth-child(2n) {
        border-right: 0
    }
    .TileCardsSection .Column--2_5:nth-last-child(5),
    .TileCardsSection .Column--2_5:nth-last-child(4),
    .TileCardsSection .Column--3:nth-last-child(4),
    .TileCardsSection .Column--2_5:nth-last-child(3),
    .TileCardsSection .Column--3:nth-last-child(3),
    .TileCardsSection .Column--4:nth-last-child(3),
    .TileCardsSection .Column--2_5:nth-last-child(2),
    .TileCardsSection .Column--3:nth-last-child(2),
    .TileCardsSection .Column--4:nth-last-child(2),
    .TileCardsSection .Column--6:nth-last-child(2),
    .TileCardsSection .Column--2_5:last-child,
    .TileCardsSection .Column--3:last-child,
    .TileCardsSection .Column--4:last-child,
    .TileCardsSection .Column--6:last-child {
        border-bottom: 0
    }
    .TileCardsSection .Column--2_5:nth-last-child(5).btm-border,
    .TileCardsSection .Column--2_5:nth-last-child(4).btm-border,
    .TileCardsSection .Column--3:nth-last-child(4).btm-border,
    .TileCardsSection .Column--2_5:nth-last-child(3).btm-border,
    .TileCardsSection .Column--3:nth-last-child(3).btm-border,
    .TileCardsSection .Column--4:nth-last-child(3).btm-border,
    .TileCardsSection .Column--2_5:nth-last-child(2).btm-border,
    .TileCardsSection .Column--3:nth-last-child(2).btm-border,
    .TileCardsSection .Column--4:nth-last-child(2).btm-border,
    .TileCardsSection .Column--6:nth-last-child(2).btm-border,
    .TileCardsSection .Column--2_5:last-child.btm-border,
    .TileCardsSection .Column--3:last-child.btm-border,
    .TileCardsSection .Column--4:last-child.btm-border,
    .TileCardsSection .Column--6:last-child.btm-border {
        border-bottom: 1px solid #D8D8D8
    }
    .TileCardsSection .Column--2_5:first-child>.TileCard:before,
    .TileCardsSection .Column--3:first-child>.TileCard:before,
    .TileCardsSection .Column--4:first-child>.TileCard:before,
    .TileCardsSection .Column--6:first-child>.TileCard:before {
        border-top-left-radius: 6px
    }
    .TileCardsSection .Column--2_5:nth-child(5)>.TileCard:before,
    .TileCardsSection .Column--3:nth-child(4)>.TileCard:before,
    .TileCardsSection .Column--4:nth-child(3)>.TileCard:before,
    .TileCardsSection .Column--6:nth-child(2)>.TileCard:before {
        border-top-right-radius: 6px
    }
    .TileCardsSection .Column--2_5:nth-last-child(5)>.TileCard:before,
    .TileCardsSection .Column--3:nth-last-child(4)>.TileCard:before,
    .TileCardsSection .Column--4:nth-last-child(3)>.TileCard:before,
    .TileCardsSection .Column--6:nth-last-child(2)>.TileCard:before {
        border-bottom-left-radius: 6px
    }
    .TileCardsSection .Column--2_5:nth-last-child(1)>.TileCard:before,
    .TileCardsSection .Column--3:nth-last-child(1)>.TileCard:before,
    .TileCardsSection .Column--4:nth-last-child(1)>.TileCard:before,
    .TileCardsSection .Column--6:last-child>.TileCard:before {
        border-bottom-right-radius: 6px
    }
    .TileCardsSection .Column--2_5:nth-last-child(5).btm-border>.TileCard:before,
    .TileCardsSection .Column--3:nth-last-child(4).btm-border>.TileCard:before,
    .TileCardsSection .Column--4:nth-last-child(3).btm-border>.TileCard:before,
    .TileCardsSection .Column--6:nth-last-child(2).btm-border>.TileCard:before {
        border-bottom-left-radius: 0px
    }
    .TileCardsSection .Column--2_5:nth-last-child(1).btm-border>.TileCard:before,
    .TileCardsSection .Column--3:nth-last-child(1).btm-border>.TileCard:before,
    .TileCardsSection .Column--4:nth-last-child(1).btm-border>.TileCard:before,
    .TileCardsSection .Column--6:last-child.btm-border>.TileCard:before {
        border-bottom-right-radius: 0px
    }
}

@media (max-width: 959px) and (min-width: 640px) {
    .TileCardsSection .Column--medium-6:nth-child(2n),
    .TileCardsSection .Column--medium-12 {
        border-right: 0
    }
    .TileCardsSection .Column--medium-6:nth-last-child(2),
    .TileCardsSection .Column--medium-6:last-child,
    .TileCardsSection .Column--medium-12 {
        border-bottom: 0
    }
    .TileCardsSection .Column--medium-6:nth-last-child(2).btm-border,
    .TileCardsSection .Column--medium-6:last-child.btm-border,
    .TileCardsSection .Column--medium-12.btm-border {
        border-bottom: 1px solid #D8D8D8
    }
    .TileCardsSection .Column--medium-6:nth-child(2n):not(:last-child):not(.btm-border) {
        border-bottom: 1px solid #D8D8D8
    }
    .TileCardsSection .Column--medium-6:first-child>.TileCard:before,
    .TileCardsSection .Column--medium-12:first-child>.TileCard:before {
        border-top-left-radius: 6px
    }
    .TileCardsSection .Column--medium-6:nth-child(2)>.TileCard:before,
    .TileCardsSection .Column--medium-12:first-child>.TileCard:before {
        border-top-right-radius: 6px
    }
    .TileCardsSection .Column--medium-6:nth-last-child(2)>.TileCard:before,
    .TileCardsSection .Column--medium-12:last-child>.TileCard:before {
        border-bottom-left-radius: 6px
    }
    .TileCardsSection .Column--medium-6:last-child>.TileCard:before,
    .TileCardsSection .Column--medium-12:last-child>.TileCard:before {
        border-bottom-right-radius: 6px
    }
}

@media (max-width: 639px) {
    .TileCardsSection .Column--small-12,
    .TileCardsSection .Column--medium-12 {
        border-right: 0
    }
    .TileCardsSection .Column--small-12:last-child,
    .TileCardsSection .Column--medium-12:last-child {
        border-bottom: 0
    }
    .TileCardsSection .Column--small-12:first-child>.TileCard:before,
    .TileCardsSection .Column--medium-12:first-child>.TileCard:before {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px
    }
    .TileCardsSection .Column--small-12:last-child>.TileCard:before,
    .TileCardsSection .Column--medium-12:last-child>.TileCard:before {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }
}

.pager-load-more,
.pager-load-more li,
.item-list .pager-load-more,
.item-list .pager-load-more li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.pager-load-more-empty,
.item-list .pager-load-more-empty {
    display: none
}

.pager-load-more a,
.item-list .pager-load-more a {
    display: block
}

.pager-load-more a:active,
.pager-load-more a:hover,
.item-list .pager-load-more a:active,
.item-list .pager-load-more a:hover {
    color: #E51373;
    border-color: #E51373
}

.pager-load-more .ajax-progress,
.item-list .pager-load-more .ajax-progress {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 2px;
    display: -ms-flexbox;
    display: flex;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px
}

.pager-load-more .ajax-progress .throbber,
.item-list .pager-load-more .ajax-progress .throbber {
    float: none;
    margin: auto
}

.view-blog {
    min-height: 600px;
    padding-bottom: 80px
}

.view-blog .view-filters {
    padding: 60px 0 0
}

.view-blog .view-content {
    -ms-flex-align: stretch;
    align-items: stretch
}

.view-blog .views-row {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px 60px;
    width: 33.33%
}

.view-blog .view-empty {
    margin: 60px 0;
    text-align: center
}

.view-blog .view-empty:first-child {
    margin-top: 0
}

.view-blog .view-empty:last-child {
    margin-bottom: 0
}

@media (max-width: 1039px) {
    .view-blog .views-row {
        width: 50%
    }
}

@media (max-width: 959px) {
    .view-blog .views-row {
        padding: 0 15px 30px
    }
}

@media (max-width: 639px) {
    .view-blog .views-row {
        width: 100%
    }
}

.view-news {
    padding: 80px 0;
    max-width: 860px
}

.view-news .view-filters {
    margin: 80px 0
}

.view-news .view-filters:first-child {
    margin-top: 0
}

.view-news .view-filters:last-child {
    margin-bottom: 0
}

.view-news .view-content {
    margin: 0 0 60px
}

.view-news .view-content:first-child {
    margin-top: 0
}

.view-news .view-content:last-child {
    margin-bottom: 0
}

.view-news .views-row {
    margin: 40px 0
}

.view-news .views-row:first-child {
    margin-top: 0
}

.view-news .views-row:last-child {
    margin-bottom: 0
}

.view-news .views-row+.views-row {
    border-top: 1px solid #D8D8D8;
    padding-top: 40px
}

.view-partners {
    min-height: 600px;
    padding-bottom: 80px
}

.view-partners .view-filters {
    margin: 60px 0
}

.view-partners .view-filters:first-child {
    margin-top: 0
}

.view-partners .view-filters:last-child {
    margin-bottom: 0
}

.view-partners .view-content {
    -ms-flex-align: stretch;
    align-items: stretch
}

.view-partners .views-row {
    padding: 0 30px 60px;
    width: 33.33%
}

@media (max-width: 1039px) {
    .view-partners .views-row {
        width: 50%
    }
}

@media (max-width: 959px) {
    .view-partners .views-row {
        padding: 0 15px 30px
    }
}

@media (max-width: 639px) {
    .view-partners .views-row {
        width: 100%
    }
}

.view-resources {
    min-height: 600px;
    padding-bottom: 80px
}

.view-resources .view-filters {
    padding: 60px 0 0
}

.view-resources .view-content {
    -ms-flex-align: stretch;
    align-items: stretch
}

.view-resources .views-row {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px 60px;
    width: 33.33%
}

.view-resources .view-empty {
    margin: 60px 0;
    text-align: center
}

.view-resources .view-empty:first-child {
    margin-top: 0
}

.view-resources .view-empty:last-child {
    margin-bottom: 0
}

@media (max-width: 1039px) {
    .view-resources .views-row {
        width: 50%
    }
}

@media (max-width: 959px) {
    .view-resources .views-row {
        padding: 0 15px 30px
    }
}

@media (max-width: 639px) {
    .view-resources .views-row {
        width: 100%
    }
}

.has-cutout-hero .Hero {
    padding-bottom: 320px
}

.has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .Body-sections>:first-child>.Section {
    margin-top: -260px
}

.has-cutout-hero .Body-sections>.Section:first-child.ContentWithImageSection.has-imageBelow,
.has-cutout-hero .Body-sections>:first-child>.Section.ContentWithImageSection.has-imageBelow {
    padding-bottom: 0
}

.has-cutout-hero .Body-sections>.Section:first-child.ContentWithImageSection.has-imageBelow .Section-image,
.has-cutout-hero .Body-sections>:first-child>.Section.ContentWithImageSection.has-imageBelow .Section-image {
    max-width: none
}

.has-cutout-hero .Body-sections>.Section:first-child.u-bgColor--273A42,
.has-cutout-hero .Body-sections>:first-child>.Section.u-bgColor--273A42 {
    border: 1px solid #979797
}

@media (max-width: 639px) {
    .has-cutout-hero .Hero {
        padding-bottom: 60px
    }
    .has-cutout-hero .Body-sections>.Section:first-child,
    .has-cutout-hero .Body-sections>:first-child>.Section {
        margin-top: 0;
        width: 100%
    }
}

.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>ul.menu>li>a,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>ul.menu>li>li a.active,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>a,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>li a.active,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>a,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>li a.active,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>ul.menu>li>a,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>ul.menu>li>li a.active,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>div.hs-menu-wrapper>ul>li>a,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active {
    color: #4a4a4a
}

.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>ul.menu>li>a:active,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>ul.menu>li>a:hover,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>ul.menu>li>li a.active:active,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>ul.menu>li>li a.active:hover,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>div.hs-menu-wrapper>ul>li>a:active,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>div.hs-menu-wrapper>ul>li>a:hover,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:active,
.has-inverse-hero:not(.Pacnav--is-loaded) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:hover,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>a:active,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>a:hover,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>li a.active:active,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>li a.active:hover,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>a:active,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>a:hover,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:active,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:hover,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>a:active,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>a:hover,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>li a.active:active,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>ul.menu>li>li a.active:hover,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>a:active,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>a:hover,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:active,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:hover,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>ul.menu>li>a:active,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>ul.menu>li>a:hover,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>ul.menu>li>li a.active:active,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>ul.menu>li>li a.active:hover,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>div.hs-menu-wrapper>ul>li>a:active,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>div.hs-menu-wrapper>ul>li>a:hover,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:active,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Header-nav>div>div.hs-menu-wrapper>ul>li>li a.active:hover {
    color: #0061D5
}

.has-inverse-hero:not(.Pacnav--is-loaded) .Logo-text,
.has-inverse-hero:not(.Pacnav--is-loaded) .GlobalSearch-open g,
.has-inverse-hero:not(.Pacnav--is-loaded) .PacnavToggle-lines,
.has-inverse-hero:not(.Pacnav--is-loaded) .PacnavToggle-circles,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Logo-text,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .GlobalSearch-open g,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .PacnavToggle-lines,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .PacnavToggle-circles,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Logo-text,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .GlobalSearch-open g,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .PacnavToggle-lines,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .PacnavToggle-circles,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Logo-text,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .GlobalSearch-open g,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .PacnavToggle-lines,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .PacnavToggle-circles {
    fill: #4a4a4a
}

.has-inverse-hero:not(.Pacnav--is-loaded) .Logo-block .Logo-img-main,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Logo-block .Logo-img-main,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Logo-block .Logo-img-main,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Logo-block .Logo-img-main {
    display: block
}

.has-inverse-hero:not(.Pacnav--is-loaded) .Logo-block .Logo-img-white,
.has-inverse-hero.Pacnav--is-desktop:not(.Pacnav--is-scrolling) .Logo-block .Logo-img-white,
.has-inverse-hero.Pacnav--is-intermediary:not(.Pacnav--is-scrolling) .Logo-block .Logo-img-white,
.has-inverse-hero.Pacnav--is-mobile:not(.Pacnav--is-scrolling):not(.Pacnav--is-active) .Logo-block .Logo-img-white {
    display: none
}

.has-inverse-hero .Header-cta .Button,
.has-inverse-hero .Header-cta [class^='Button--'],
.has-inverse-hero .Header-cta [class*=' Button--'],
.has-inverse-hero .Header-cta .Resource-form .ao-form-submit,
.Resource-form .has-inverse-hero .Header-cta .ao-form-submit,
.has-inverse-hero .Header-cta .ActonFormSection .Section-content .ao-form-submit,
.ActonFormSection .Section-content .has-inverse-hero .Header-cta .ao-form-submit,
.has-inverse-hero .Header-cta .BlogView-subscribe .ao-form-submit,
.BlogView-subscribe .has-inverse-hero .Header-cta .ao-form-submit,
.has-inverse-hero .Header-cta .hs-button,
.has-inverse-hero .Header-cta .QuickLinks a,
.QuickLinks .has-inverse-hero .Header-cta a,
.has-inverse-hero .Header-cta .ResourcesView-subscribe .ao-form-submit,
.ResourcesView-subscribe .has-inverse-hero .Header-cta .ao-form-submit,
.has-inverse-hero .Header-cta .pager-load-more a,
.pager-load-more .has-inverse-hero .Header-cta a,
.has-inverse-hero .Header-cta .page-user .form-actions input[type='submit'],
.page-user .form-actions .has-inverse-hero .Header-cta input[type='submit'] {
    color: #E51373;
    border-color: #E51373
}

.has-inverse-hero .Header-cta .Button:active,
.has-inverse-hero .Header-cta [class^='Button--']:active,
.has-inverse-hero .Header-cta [class*=' Button--']:active,
.has-inverse-hero .Header-cta .Resource-form .ao-form-submit:active,
.Resource-form .has-inverse-hero .Header-cta .ao-form-submit:active,
.has-inverse-hero .Header-cta .ActonFormSection .Section-content .ao-form-submit:active,
.ActonFormSection .Section-content .has-inverse-hero .Header-cta .ao-form-submit:active,
.has-inverse-hero .Header-cta .BlogView-subscribe .ao-form-submit:active,
.BlogView-subscribe .has-inverse-hero .Header-cta .ao-form-submit:active,
.has-inverse-hero .Header-cta .hs-button:active,
.has-inverse-hero .Header-cta .QuickLinks a:active,
.QuickLinks .has-inverse-hero .Header-cta a:active,
.has-inverse-hero .Header-cta .ResourcesView-subscribe .ao-form-submit:active,
.ResourcesView-subscribe .has-inverse-hero .Header-cta .ao-form-submit:active,
.has-inverse-hero .Header-cta .pager-load-more a:active,
.pager-load-more .has-inverse-hero .Header-cta a:active,
.has-inverse-hero .Header-cta .page-user .form-actions input[type='submit']:active,
.page-user .form-actions .has-inverse-hero .Header-cta input[type='submit']:active,
.has-inverse-hero .Header-cta .Button:hover,
.has-inverse-hero .Header-cta [class^='Button--']:hover,
.has-inverse-hero .Header-cta [class*=' Button--']:hover,
.has-inverse-hero .Header-cta .Resource-form .ao-form-submit:hover,
.Resource-form .has-inverse-hero .Header-cta .ao-form-submit:hover,
.has-inverse-hero .Header-cta .ActonFormSection .Section-content .ao-form-submit:hover,
.ActonFormSection .Section-content .has-inverse-hero .Header-cta .ao-form-submit:hover,
.has-inverse-hero .Header-cta .BlogView-subscribe .ao-form-submit:hover,
.BlogView-subscribe .has-inverse-hero .Header-cta .ao-form-submit:hover,
.has-inverse-hero .Header-cta .hs-button:hover,
.has-inverse-hero .Header-cta .QuickLinks a:hover,
.QuickLinks .has-inverse-hero .Header-cta a:hover,
.has-inverse-hero .Header-cta .ResourcesView-subscribe .ao-form-submit:hover,
.ResourcesView-subscribe .has-inverse-hero .Header-cta .ao-form-submit:hover,
.has-inverse-hero .Header-cta .pager-load-more a:hover,
.pager-load-more .has-inverse-hero .Header-cta a:hover,
.has-inverse-hero .Header-cta .page-user .form-actions input[type='submit']:hover,
.page-user .form-actions .has-inverse-hero .Header-cta input[type='submit']:hover {
    color: #0061D5;
    background: #fff;
    border-color: #0061D5
}

.node-type-page .Body-content {
    background: #fff
}

.node-type-page .Body-content h1,
.node-type-page .Body-content .h1,
.node-type-page .Body-content h2,
.node-type-page .Body-content .h2,
.node-type-page .Body-content h3,
.node-type-page .Body-content .h3,
.node-type-page .Body-content h4,
.node-type-page .Body-content .h4,
.node-type-page .Body-content h5,
.node-type-page .Body-content .h5,
.node-type-page .Body-content h6,
.node-type-page .Body-content .h6 {
    margin: 20px 0
}

.node-type-page .Body-content h1:first-child,
.node-type-page .Body-content .h1:first-child,
.node-type-page .Body-content h2:first-child,
.node-type-page .Body-content .h2:first-child,
.node-type-page .Body-content h3:first-child,
.node-type-page .Body-content .h3:first-child,
.node-type-page .Body-content h4:first-child,
.node-type-page .Body-content .h4:first-child,
.node-type-page .Body-content h5:first-child,
.node-type-page .Body-content .h5:first-child,
.node-type-page .Body-content h6:first-child,
.node-type-page .Body-content .h6:first-child {
    margin-top: 0
}

.node-type-page .Body-content h1:last-child,
.node-type-page .Body-content .h1:last-child,
.node-type-page .Body-content h2:last-child,
.node-type-page .Body-content .h2:last-child,
.node-type-page .Body-content h3:last-child,
.node-type-page .Body-content .h3:last-child,
.node-type-page .Body-content h4:last-child,
.node-type-page .Body-content .h4:last-child,
.node-type-page .Body-content h5:last-child,
.node-type-page .Body-content .h5:last-child,
.node-type-page .Body-content h6:last-child,
.node-type-page .Body-content .h6:last-child {
    margin-bottom: 0
}

.node-type-page .Body-content h1,
.node-type-page .Body-content .h1 {
    font-size: 32px;
    font-weight: 200;
    line-height: 48px
}

.node-type-page .Body-content h2,
.node-type-page .Body-content .h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 38px
}

.node-type-page .Body-content h3,
.node-type-page .Body-content .h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px
}

.page-404 .Body {
    padding: 60px 0
}

.page-search .Wrap--narrow>div>h1,
.page-search .Wrap--narrow>div>form,
.page-search .Wrap--narrow>div>section>h1,
.page-search .Wrap--narrow>div>section>form,
.page-search .search-performance,
.page-search .search-api-page-results>h2 {
    display: none
}

.page-search .Body {
    padding: 60px 0
}

.page-search .search-results {
    padding-left: 0
}

.page-search .search-result .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px
}

@media (max-width: 639px) {
    .page-search .search-result .title {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .page-search .search-result .title {
        line-height: 28px
    }
}

.page-search .search-result .search-snippet-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0
}

.page-search .search-result .search-snippet-info h1,
.page-search .search-result .search-snippet-info .h1,
.page-search .search-result .search-snippet-info h2,
.page-search .search-result .search-snippet-info .h2,
.page-search .search-result .search-snippet-info h3,
.page-search .search-result .search-snippet-info .h3,
.page-search .search-result .search-snippet-info h4,
.page-search .search-result .search-snippet-info .h4,
.page-search .search-result .search-snippet-info h5,
.page-search .search-result .search-snippet-info .h5,
.page-search .search-result .search-snippet-info h6,
.page-search .search-result .search-snippet-info .h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.page-search .search-result .search-info {
    display: none
}

.page-search .search-result+.search-result,
.page-search .pager {
    border-top: 1px solid #D8D8D8;
    margin-top: 40px;
    padding-top: 40px
}

.page-user {
    background: #0D1722
}

.page-user .Logo {
    margin: 30px 0
}

.page-user .Logo:first-child {
    margin-top: 0
}

.page-user .Logo:last-child {
    margin-bottom: 0
}

.page-user .Logo-text {
    fill: #fff
}

.page-user .Page {
    padding: 60px 40px;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.page-user .Body {
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    min-height: 0;
    max-width: 540px;
    width: 100%
}

.page-user .Body,
.page-user .Body h1,
.page-user .Body .h1,
.page-user .Body h2,
.page-user .Body .h2,
.page-user .Body h3,
.page-user .Body .h3,
.page-user .Body h4,
.page-user .Body .h4,
.page-user .Body h5,
.page-user .Body .h5,
.page-user .Body h6,
.page-user .Body .h6 {
    color: #fff
}

.page-user .form-item {
    margin: 20px 0
}

.page-user .form-item:first-child {
    margin-top: 0
}

.page-user .form-item:last-child {
    margin-bottom: 0
}

.page-user .form-item label {
    color: #D8D8D8;
    font-size: 16px
}

.page-user .form-item .description {
    color: #979797;
    font-size: 15px
}

.page-user .form-item .form-required {
    color: #E51373
}

.page-user .form-item input[type=text],
.page-user .form-item input[type=email],
.page-user .form-item input[type=password],
.page-user .form-item input[type=search],
.page-user .form-item input[type=number],
.page-user .form-item input[type=url],
.page-user .form-item input[type=tel],
.page-user .form-item input[type=datetime],
.page-user .form-item input[type=date],
.page-user .form-item input[type=month],
.page-user .form-item input[type=week],
.page-user .form-item textarea {
    width: 100%
}

.page-user .form-actions {
    margin: 20px 0
}

.page-user .form-actions:first-child {
    margin-top: 0
}

.page-user .form-actions:last-child {
    margin-bottom: 0
}

.page-user .form-actions input[type='submit'] {
    background: #E51373 !important;
    border: 2px solid transparent !important;
    border-radius: 3px !important;
    color: #fff !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 48px !important;
    line-height: 46px !important;
    margin: 0 auto !important;
    padding: 0 30px !important
}

.page-user .form-actions input[type='submit']:active,
.page-user .form-actions input[type='submit']:hover {
    background: #ffd699 !important;
    outline: none;
    color: #fff !important
}

.has-image--left .Wrap,
.has-image--left .Wrap--noPadding,
.has-image--left .Wrap--noPaddingAll,
.has-image--left .Wrap--wide,
.has-image--left .Wrap--narrow,
.has-image--left .view-blog,
.has-image--left .view-news,
.has-image--left .view-partners,
.has-image--left .view-resources,
.has-image--left .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .has-image--left .Body-sections>.Section:first-child,
.has-image--left .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .has-image--left .Body-sections>:first-child>.Section {
    display: -ms-flexbox;
    display: flex
}

.has-image--left .Section-image {
    padding-right: 30px
}

.has-image--right .Wrap,
.has-image--right .Wrap--noPadding,
.has-image--right .Wrap--noPaddingAll,
.has-image--right .Wrap--wide,
.has-image--right .Wrap--narrow,
.has-image--right .view-blog,
.has-image--right .view-news,
.has-image--right .view-partners,
.has-image--right .view-resources,
.has-image--right .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .has-image--right .Body-sections>.Section:first-child,
.has-image--right .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .has-image--right .Body-sections>:first-child>.Section {
    display: -ms-flexbox;
    display: flex
}

.has-image--right .Section-image {
    -ms-flex-order: 2;
    order: 2;
    padding-left: 30px
}

.has-image--above {
    margin-top: 25vw
}

.has-image--above .Section-image {
    margin: -25vw auto 30px;
    max-width: 675px
}

.has-image--above.u-padding--xxSmall .Section-image {
    margin-top: calc(-25vw - 10px)
}

.has-image--above.u-padding--xSmall .Section-image {
    margin-top: calc(-25vw - 20px)
}

.has-image--above.u-padding--small .Section-image {
    margin-top: calc(-25vw - 30px)
}

.has-image--above.u-padding--medium .Section-image {
    margin-top: calc(-25vw - 40px)
}

.has-image--above.u-padding--large .Section-image {
    margin-top: calc(-25vw - 60px)
}

.has-image--above.u-padding--xLarge .Section-image {
    margin-top: calc(-25vw - 80px)
}

.has-image--above.u-padding--xxLarge .Section-image {
    margin-top: calc(-25vw - 100px)
}

@media (min-width: 1501px) {
    .has-image--above {
        margin-top: 375px
    }
    .has-image--above .Section-image {
        margin-top: -375px
    }
    .has-image--above.u-padding--xxSmall .Section-image {
        margin-top: -375px - 10px
    }
    .has-image--above.u-padding--xSmall .Section-image {
        margin-top: -375px - 20px
    }
    .has-image--above.u-padding--small .Section-image {
        margin-top: -375px - 30px
    }
    .has-image--above.u-padding--medium .Section-image {
        margin-top: -375px - 40px
    }
    .has-image--above.u-padding--large .Section-image {
        margin-top: -375px - 60px
    }
    .has-image--above.u-padding--xLarge .Section-image {
        margin-top: -375px - 80px
    }
    .has-image--above.u-padding--xxLarge .Section-image {
        margin-top: -375px - 100px
    }
}

.u-align--center {
    text-align: center
}

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

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

.u-bgColor--FFFFFF {
    background-color: #fff
}

.u-bgColor--FFFFFF.LogoRowSection+.u-bgColor--FFFFFF {
    border-top: 1px solid #D8D8D8
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) {
    padding-top: 0
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall {
    margin-top: -10px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .Wrap,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .Wrap--noPadding,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .Wrap--noPaddingAll,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .Wrap--wide,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .Wrap--narrow,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .view-blog,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .view-news,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .view-partners,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .view-resources,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .Body-sections>.Section:first-child,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall .Body-sections>:first-child>.Section {
    padding-top: 15px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall {
    margin-top: -20px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .Wrap,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .Wrap--noPadding,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .Wrap--noPaddingAll,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .Wrap--wide,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .Wrap--narrow,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .view-blog,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .view-news,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .view-partners,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .view-resources,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .Body-sections>.Section:first-child,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall .Body-sections>:first-child>.Section {
    padding-top: 30px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small {
    margin-top: -30px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .Wrap,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .Wrap--noPadding,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .Wrap--noPaddingAll,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .Wrap--wide,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .Wrap--narrow,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .view-blog,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .view-news,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .view-partners,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .view-resources,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .Body-sections>.Section:first-child,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--small .Body-sections>:first-child>.Section {
    padding-top: 45px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium {
    margin-top: -40px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .Wrap,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .Wrap--noPadding,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .Wrap--noPaddingAll,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .Wrap--wide,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .Wrap--narrow,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .view-blog,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .view-news,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .view-partners,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .view-resources,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .Body-sections>.Section:first-child,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium .Body-sections>:first-child>.Section {
    padding-top: 60px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large {
    margin-top: -60px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .Wrap,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .Wrap--noPadding,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .Wrap--noPaddingAll,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .Wrap--wide,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .Wrap--narrow,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .view-blog,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .view-news,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .view-partners,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .view-resources,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .Body-sections>.Section:first-child,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--large .Body-sections>:first-child>.Section {
    padding-top: 90px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge {
    margin-top: -80px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .Wrap,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .Wrap--noPadding,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .Wrap--noPaddingAll,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .Wrap--wide,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .Wrap--narrow,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .view-blog,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .view-news,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .view-partners,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .view-resources,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .Body-sections>.Section:first-child,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge .Body-sections>:first-child>.Section {
    padding-top: 120px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge {
    margin-top: -100px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .Wrap,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .Wrap--noPadding,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .Wrap--noPaddingAll,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .Wrap--wide,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .Wrap--narrow,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .view-blog,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .view-news,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .view-partners,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .view-resources,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .Body-sections>.Section:first-child,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge .Body-sections>:first-child>.Section {
    padding-top: 150px
}

.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .Wrap,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .Wrap--noPadding,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .Wrap--noPaddingAll,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .Wrap--wide,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .Wrap--narrow,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .view-blog,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .view-news,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .view-partners,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .view-resources,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .has-cutout-hero .Body-sections>.Section:first-child,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .Body-sections>.Section:first-child,
.u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .has-cutout-hero .Body-sections>:first-child>.Section,
.has-cutout-hero .u-bgColor--FFFFFF:not(.LogoRowSection):not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--FFFFFF:not(.is-rightAligned):not(.is-leftAligned) .Body-sections>:first-child>.Section {
    border-top: 1px solid #FF5E00
}

.u-bgColor--F4F4F4 {
    background-color: #F4F4F4
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned) {
    padding-top: 0
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxSmall {
    margin-top: -10px
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned).u-padding--xSmall {
    margin-top: -20px
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned).u-padding--small {
    margin-top: -30px
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned).u-padding--medium {
    margin-top: -40px
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned).u-padding--large {
    margin-top: -60px
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned).u-padding--xLarge {
    margin-top: -80px
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned)+.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned).u-padding--xxLarge {
    margin-top: -100px
}

.u-bgColor--F4F4F4:not(.is-rightAligned):not(.is-leftAligned):not(.TabberSection):after {
    background: no-repeat;
    background-size: contain;
    background-image: none;
    background-position: top left;
    content: '';
    display: block;
    height: 240px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50vw;
    z-index: 10
}

.u-bgColor--F4F4F4+.u-bgColor--F4F4F4:after {
    display: none !important
}

.u-bgColor--E3F1F8 {
    background-color: #4c90e1
}

.u-bgColor--389ECC {
    background-color: #FF5E00
}

.u-bgColor--389ECC:before {
    background: #0061D5;
    background: linear-gradient(135deg, #0061D5 0%, #1970d9 100%);
    opacity: 0.9
}

.u-bgColor--1C4F66 {
    background-color: #004daa
}

.u-bgColor--1C4F66:before {
    background: rgba(13, 23, 34, 0.5);
    background: linear-gradient(135deg, rgba(13, 23, 34, 0.5) 0%, #004daa 100%);
    opacity: 0.9
}

.u-bgColor--273A42 {
    background-color: #273A42
}

.u-bgColor--FFE9DB {
    background-color: #FFE9DB
}

.u-padding--xxSmall {
    padding-bottom: 30px;
    padding-top: 30px
}

.u-padding--xSmall {
    padding-bottom: 60px;
    padding-top: 60px
}

.u-padding--small {
    padding-bottom: 90px;
    padding-top: 90px
}

.u-padding--medium {
    padding-bottom: 120px;
    padding-top: 120px
}

.u-padding--large {
    padding-bottom: 180px;
    padding-top: 180px
}

.u-padding--xLarge {
    padding-bottom: 240px;
    padding-top: 240px
}

.u-padding--xxLarge {
    padding-bottom: 300px;
    padding-top: 300px
}

@media (max-width: 959px) {
    .u-padding--xxSmall {
        padding-bottom: 25px;
        padding-top: 25px
    }
    .u-padding--xSmall {
        padding-bottom: 50px;
        padding-top: 50px
    }
    .u-padding--small {
        padding-bottom: 75px;
        padding-top: 75px
    }
    .u-padding--medium {
        padding-bottom: 100px;
        padding-top: 100px
    }
    .u-padding--large {
        padding-bottom: 150px;
        padding-top: 150px
    }
    .u-padding--xLarge {
        padding-bottom: 200px;
        padding-top: 200px
    }
    .u-padding--xxLarge {
        padding-bottom: 250px;
        padding-top: 250px
    }
}

@media (max-height: 959px) {
    .u-padding--xxSmall {
        padding-bottom: 22.5px;
        padding-top: 22.5px
    }
    .u-padding--xSmall {
        padding-bottom: 45px;
        padding-top: 45px
    }
    .u-padding--small {
        padding-bottom: 67.5px;
        padding-top: 67.5px
    }
    .u-padding--medium {
        padding-bottom: 90px;
        padding-top: 90px
    }
    .u-padding--large {
        padding-bottom: 135px;
        padding-top: 135px
    }
    .u-padding--xLarge {
        padding-bottom: 180px;
        padding-top: 180px
    }
    .u-padding--xxLarge {
        padding-bottom: 225px;
        padding-top: 225px
    }
}

@media (max-width: 639px) {
    .u-padding--xxSmall {
        padding-bottom: 20px;
        padding-top: 20px
    }
    .u-padding--xSmall {
        padding-bottom: 40px;
        padding-top: 40px
    }
    .u-padding--small {
        padding-bottom: 60px;
        padding-top: 60px
    }
    .u-padding--medium {
        padding-bottom: 80px;
        padding-top: 80px
    }
    .u-padding--large {
        padding-bottom: 120px;
        padding-top: 120px
    }
    .u-padding--xLarge {
        padding-bottom: 160px;
        padding-top: 160px
    }
    .u-padding--xxLarge {
        padding-bottom: 200px;
        padding-top: 200px
    }
}

@media (max-height: 639px) {
    .u-padding--xxSmall {
        padding-bottom: 15px;
        padding-top: 15px
    }
    .u-padding--xSmall {
        padding-bottom: 30px;
        padding-top: 30px
    }
    .u-padding--small {
        padding-bottom: 45px;
        padding-top: 45px
    }
    .u-padding--medium {
        padding-bottom: 60px;
        padding-top: 60px
    }
    .u-padding--large {
        padding-bottom: 90px;
        padding-top: 90px
    }
    .u-padding--xLarge {
        padding-bottom: 120px;
        padding-top: 120px
    }
    .u-padding--xxLarge {
        padding-bottom: 150px;
        padding-top: 150px
    }
}

.u-textColor--FFFFFF,
.u-textColor--FFFFFF a,
.u-textColor--FFFFFF h1,
.u-textColor--FFFFFF .h1,
.u-textColor--FFFFFF h2,
.u-textColor--FFFFFF .h2,
.u-textColor--FFFFFF h3,
.u-textColor--FFFFFF .h3,
.u-textColor--FFFFFF h4,
.u-textColor--FFFFFF .h4,
.u-textColor--FFFFFF h5,
.u-textColor--FFFFFF .h5,
.u-textColor--FFFFFF h6,
.u-textColor--FFFFFF .h6,
.u-textColor--FFFFFF .Section-subtitle,
.u-textColor--FFFFFF .IconList-item,
.u-textColor--FFFFFF .IconList-item a,
.u-textColor--FFFFFF .IconList-item a:active,
.u-textColor--FFFFFF .IconList-item a:hover {
    color: #fff
}

.u-textColor--default {
    color: #4a4a4a
}

.u-textColor--blue {
    color: #0061D5
}

@media (max-width: 819px) {
    body:not(.Pacnav--is-scrolling) .Header.Has-childmenu {
        top: 0
    }
}

.LP-Detail-Case h3 {
    margin-bottom: 25px;
    padding-left: 4px;
    padding-bottom: 10px;
    color: #0061D5;
    border-bottom: #0061D5 solid 2px;
    font-weight: bold;
    font-size: 25px
}

.LP-Detail-Case ul {
    list-style: none;
    padding-left: 0
}

.LP-Detail-Case ul li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 6px
}

.LP-Detail-Case ul>li:before {
    content: '';
    border: 2px solid #0061D5;
    border-radius: 100%;
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 14px;
    transform: translate(0, -50%);
    width: 6px
}

.LP-Detail-Case .Case-header-lead .lead {
    color: #0061D5;
    font-weight: bold;
    font-size: 25px
}

.LP-Detail-Case .Case-content-company .name {
    text-align: center
}

.LP-Detail-Case .Case-content .Row {
    margin-top: 0;
    margin-bottom: 0
}

.Blog-Basic .partnerContact {
    margin: 0 auto;
    margin-top: 3%;
    text-align: right;
    font-size: 16px
}

.Blog-Basic .partnerContact a {
    position: relative;
    display: inline-block;
    padding-left: 20px
}

.Blog-Basic .partnerContact a:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #0061D5;
    border-right: solid 2px #0061D5;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    left: 0px;
    margin-top: -4px
}

#Blog-Page .articleBlock {
    margin-top: 50px
}

#Blog-Page .articleBlock {
    margin-top: 50px
}

#Blog-Page .borderBoxCases h3 {
    margin-bottom: 25px;
    padding-left: 4px;
    padding-bottom: 10px;
    color: #0061D5;
    border-bottom: #0061D5 solid 2px;
    font-weight: bold;
    font-size: 20px
}

#Blog-Page .borderBoxCases .block02 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

#Blog-Page .borderBoxCases .block02 .rightText {
    display: table-cell;
    width: 100%;
    font-size: 16px
}

#Blog-Page .borderBoxCases .block02 .rightText .serviceTitele {
    margin-top: 10px
}

#Blog-Page .borderBoxCases .block02 .Leftimg {
    width: 200px;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

@media (max-width: 959px) {
    #Blog-Page .borderBoxCases .block02 .rightText {
        display: block;
        width: auto
    }
    #Blog-Page .borderBoxCases .block02 .Leftimg {
        width: auto;
        display: block
    }
}

#Blog-Page .alignleft .imgBlock,
#Blog-Page .alignright .imgBlock {
    margin-top: 30px;
    margin-bottom: 30px
}

#Blog-Page .newsArea {
    background: #fff;
    margin-bottom: 15px
}

#Blog-Page .newsArea h3 {
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: #0061D5 solid 2px;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    color: #0061D5
}

#Blog-Page .newsArea h3.eventHead02+dl {
    border-top: 1px solid #bbb
}

#Blog-Page .newsArea h3.eventHead02+dl dt {
    width: 5em;
    padding: 1.5em 1em;
    float: left;
    clear: left;
    font-weight: bold;
    color: #0061D5;
    margin: 0
}

#Blog-Page .newsArea h3.eventHead02+dl dd {
    padding: 1.5em 0 1.5em 7em;
    border-bottom: 1px solid #bbb;
    list-style: none;
    margin-left: 0
}

#Blog-Page .newsArea h3.eventHead03+dl {
    margin-bottom: 70px
}

#Blog-Page .newsArea h3.eventHead03+dl dt {
    width: 10em;
    padding: 1.5em 0 1.5em 55px;
    float: left;
    clear: left;
    font-weight: bold;
    color: #0061D5;
    margin: 0
}

#Blog-Page .newsArea h3.eventHead03+dl dd {
    padding: 1.5em 1em 1.5em 8em;
    list-style: none
}

#Blog-Page .newsArea h3.eventHead03+dl dt:nth-of-type(odd)+dd {
    background: #f8f8f8
}

#Blog-Page .newsArea .col4 {
    width: 100%;
    float: none;
    margin-left: 0
}

#Blog-Page .newsArea .col3+.col3,
#Blog-Page .newsArea .col4+.col3 {
    margin-top: 50px
}

#Blog-Page .newsArea .col3 .speaker {
    width: 190px;
    padding: 0 10px;
    margin-left: 90px;
    float: left
}

#Blog-Page .newsArea .col4 .speaker {
    padding: 0 10px;
    margin-left: 42px
}

#Blog-Page .newsArea .col3 .speaker:first-child,
#Blog-Page .newsArea .col4 .speaker:first-child {
    margin-left: 0
}

#Blog-Page .newsArea .col3 .speaker h4,
#Blog-Page .newsArea .col4 .speaker h4 {
    margin-bottom: 15px;
    padding-top: 1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #0061D5;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #0061D5;
    border-left: none
}

#Blog-Page .newsArea .col3 .speaker p,
#Blog-Page .newsArea .col4 .speaker p {
    text-align: center !important;
    font-size: 13px
}

#Blog-Page .newsArea .col3 .speaker img,
#Blog-Page .newsArea .col4 .speaker img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

#Blog-Page .newsArea iframe {
    margin-right: 20px;
    margin-bottom: 50px;
    float: left
}

#Blog-Page .newsArea .eventContact {
    border: 1px solid #0061D5;
    margin-bottom: 50px;
    padding: 80px 50px 30px;
    position: relative
}

#Blog-Page .newsArea .eventContact h4 {
    background: #22A7F0;
    padding: 10px 50px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 640px) {
    #Blog-Page .newsArea h3.eventHead03+dl dd {
        margin-left: 0;
        padding: 20px
    }
    #Blog-Page .newsArea h3.eventHead03+dl dt {
        width: 100%
    }
}

.Blog-Seminar #Blog-Page .newsArea h3 {
    border-bottom: none;
    text-align: center
}

.border-left-none {
    border-left: unset !important
}

.LP-List-Case .ListCaseItem-logo figure img {
    max-width: 65% !important
}

.LP-Flex.flex-border .ColumnContentSection-title {
    color: #0061D5;
    font-weight: 600 !important
}

.LP-Flex.flex-border .ColumnContentSection-title:after {
    display: none !important
}

.LP-List-Case .ListCaseItem a {
    overflow: -webkit-paged-x
}

.LP-FlexVideo .Card-content p {
    font-size: initial
}

.hs_recaptcha .grecaptcha-badge {
    margin-left: auto;
    margin-right: auto
}

.Product-resource #BreadCrumb ul.hs-breadcrumb-menu li a {
    color: #fff !important
}

@media (max-width: 375px) {
    .Product-blog .imgBlock img {
        float: none !important
    }
    .Product-blog .full-w-sp {
        width: 100% !important
    }
}

.Product-blog .hs-cta-img {
    height: auto
}

@media (max-width: 375px) {
    .Web-Basic .LP-Hero .Hero-title {
        font-size: 22px;
        line-height: normal
    }
    #Blog-Page #Main_Content {
        padding-top: 30px
    }
    .Blog-News #Blog-Page #Main_Content {
        padding-left: 0;
        padding-right: 0
    }
}

.Blog-Basic .Blog-Detail .aligncenter,
.Blog-Basic .Blog-Detail .alignright,
.Blog-Basic .Blog-Detail .alignleft,
.Blog-Basic .Blog-Detail .imgBlock img {
    margin: 10px 10px 10px 10px
}

@media (min-width: 639px) {
    .LP-Detail-Case .Case-content .Row .Column--small-12 {
        padding-bottom: 0
    }
}

@media (max-width: 639px) {
    .Blog-Basic .Blog-Detail .img-align {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important
    }
    .Blog-Basic .Blog-Detail .aligncenter,
    .Blog-Basic .Blog-Detail .alignright,
    .Blog-Basic .Blog-Detail .alignleft,
    .Blog-Basic .Blog-Detail .imgBlock img {
        width: 100% !important;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important
    }
    .LP-Detail-Case .Case-header-lead .lead {
        font-size: 22px;
        padding-left: 15px
    }
    .LP-Detail-Case h3 {
        font-size: 20px
    }
    .LP-Detail-Case .case-img {
        padding-bottom: 0
    }
    .LP-Detail-Case .case-img+.Column--small-12 {
        margin-top: 30px
    }
    .LP-Detail-Case .case-img br {
        display: none
    }
}

.LP-Form .hs-privacy_policy_check .inputs-list {
    padding-left: 0;
    padding-right: 10px
}

@media (max-width: 819px) {
    .Page .Header .Header-cta {
        display: block
    }
}

@media (min-width: 959px) {
    .Footer .app {
        width: calc(100% + -79px)
    }
}

@media (max-width: 1040px) {
    .Product-box .top-box-01 {
        padding-top: 10px !important
    }
}

@media (max-width: 959px) {
    .Product-box .box-case {
        padding-bottom: 30px;
        padding-top: 30px
    }
    .Product-box .box-case .detail h2 {
        padding: 30px;
        margin-bottom: 30px
    }
    .Product-box .box-case br {
        display: block
    }
    .Product-box .box-case .Row.v2 {
        margin-top: 30px
    }
    .Product-box .BlackArea {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .Product-box .LP-Hero .Hero-subtitle {
        margin-top: 30px !important
    }
    .Product-box .LP-Hero .Hero-title img {
        margin-bottom: 30px
    }
    .Product-box .LP-TwoColumn,
    .Product-box .LP-Basic-Content,
    .Product-box .LP-Flex {
        padding-bottom: 40px;
        padding-top: 40px
    }
    .Product-box .box-content .Row .Column--small-12 {
        padding-bottom: 20px
    }
    .Product-box .box-content .Row .ColumnContentSection-title {
        margin-bottom: 0
    }
    .Product-box .box-content .Row .Column--small-12 .ColumnContentSection-body p {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .Product-box .box-required .Section-content {
        overflow: auto;
        margin: -1px -1px -1px -1px;
        padding: 0 0 10px 0
    }
    .Product-box .box-required .Section-content .table {
        width: 1120px
    }
}

@media (max-width: 639px) {
    .Product-box .box-required .Section-content .table {
        width: 550px
    }
}

.Product-box .title-box {
    padding-left: 30px;
    padding-right: 30px
}

.what-is-box .Hero--home {
    padding-top: 170px
}

.what-is-box .Hero-info {
    width: auto !important;
    float: none !important;
    top: 0 !important
}

.what-is-box .Hero-info .Hero-title {
    margin-bottom: 0
}

.what-is-box .Hero-info .Hero-subtitle {
    margin-top: 0
}

.what-is-box .Hero-info .Hero-subtitle img {
    width: 70%
}

.what-is-box.LP-Hero-default:before {
    background: none !important
}

.dp-block {
    display: block !important
}

.BlackArea {
    padding: 100px 0;
    background: #000714;
    opacity: .9;
    color: #fff !important
}

.BlackArea h2 {
    color: #fff !important
}

.box-case .Row {
    text-align: center
}

.box-case .Row.v1 {
    margin-bottom: 0
}

.box-case .Row.v1 .Column--3,
.box-case .Row.v1 .Column--9 {
    padding-bottom: 5px
}

.box-case .Row.v2 {
    margin-top: 0
}

.box-case h2 {
    line-height: inherit;
    padding: 100px 0px;
    background: #f4f8f9
}

.u-bgColor--f8f9f9 {
    background: #f8f9f9
}

.u-textColor--c3c3c3 {
    color: #c3c3c3
}
.color-FF5E00 {
  color: #FF5E00;
}
.u-textColor--F45F03 {
  color: #F45F03;
}
.u-textColor--000000 {
  color: #000000;
}
.u-bgColor--FDE9DB {
  background-color: #FDE9DB;
}
.u-bgColor--FFE9DB {
  background-color: #FFE9DB;
} 
.border-top-none {
  border-top: none;
}

@media (min-width: 960px) {
    .box-digital h2 {
        margin-top: 60px;
        font-size: 40px;
        line-height: normal
    }
}

.box-digital .ts_left {
    float: left;
    margin: 0
}

.box-digital .ts_left+h3 {
    margin: 0;
    margin-left: 50px
}

.box-digital ul {
    margin-top: 10px;
    margin-left: 45px
}

.box-content .ColumnContentSection-title {
    color: #0061D5;
    font-size: 22px
}

.box-content .Column--3 .ColumnContentSection-title:after,
.box-content .Column--4 .ColumnContentSection-title:after {
    display: none
}

.box-digital .ts_left+p {
    margin-left: 40px
}

@media (min-width: 960px) {
    .box-digital .Row .Column--6:first-child {
        border-right: 1px solid #D8D8D8
    }
    .box-digital .Row .Column--6 {
        padding-right: 60px;
        padding-left: 60px
    }
}

.box-digital.v2 .ts_left+h3 {
    margin: 0 0 30px 50px
}

.box-systems .ColumnContentSection-title:after {
    background: #D8D8D8;
    content: '';
    height: 1px;
    display: block;
    margin: 10px auto 0;
    max-width: 100%;
    width: 220px
}

.box-systems .ColumnContentSection-title {
    margin-bottom: 15px
}

.box-digital.v3 .Section-bg {
    background-position: inherit
}

.box-digital.v3 .Row,
.box-digital.v4 .Row {
    margin-top: 0
}

.box-digital.v3 .Row .Column--3,
.box-digital.v4 .Row .Column--3 {
    padding-bottom: 0
}

.box-digital.v4 {
    background: #FFFFFF
}

.u-justifyCenter .ColumnContentSection {
    margin-left: auto;
    margin-right: auto
}

.none-line .ColumnContentSection-title:after {
    display: none !important
}

.none-line .ColumnContentSection-title {
    color: #1e4a93 !important
}

.border-grid .Column--4 {
    border-bottom: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    padding-top: 20px
}

.border-grid .Column--4:nth-child(3n) {
    border-right: none
}

.border-grid .Row {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

@media (max-width: 959px) {
    .border-grid .Column--4 {
        border-left: 1px solid #D8D8D8
    }
    .border-grid .Column--4:nth-child(odd) {
        border-right: none
    }
    .border-grid .Column--4:last-child {
        border-right: 1px solid #D8D8D8
    }
    .border-grid .Row {
        width: auto
    }
}

@media (max-width: 639px) {
    .border-grid .Column--4 {
        border-bottom: 1px solid #D8D8D8;
        border-right: none !important;
        border-left: none;
        border-top: none
    }
}

.box-required .table tr td:not(:first-child) {
    text-align: center
}

.box-required .table tr td:nth-child(2) {
    border-right: 3px solid #0061D5 !important;
    border-left: 3px solid #0061D5 !important
}

.box-required .table tr td.first {
    border-top: 3px solid #0061D5 !important
}

.box-required .table tr td.last {
    border-bottom: 3px solid #0061D5 !important
}

#download_popup_widget {
    z-index: 1000;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    display: table;
    background-color: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-top: 5px solid #0061D5
}

.LP-Footer-Popup .form-popup {
    width: 400px
}

.LP-Footer-Popup .form-popup .download_popup_body {
    padding: 12px;
    font-size: 12px !important;
    line-height: normal !important
}

.LP-Footer-Popup .form-popup .hs-richtext .text {
    margin-top: 0;
    padding-bottom: 10px
}

.LP-Footer-Popup .form-popup .hs-richtext .title_main {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    font-weight: bold
}

.LP-Footer-Popup .form-popup .hs-form label {
    font-weight: bold
}

.LP-Footer-Popup .form-popup .hs-form .hs-form-required {
    color: red
}

.LP-Footer-Popup .form-popup .hs-input {
    width: 100%;
    font-size: 13px;
    border-radius: 0 !important;
    border: #ccc solid 1px;
    padding: 0 5px !important
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list {
    margin-top: 0;
    padding-left: 0
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list>li {
    list-style: none;
    line-height: 1.5
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list>li label {
    font-weight: normal;
    padding-top: 0;
    color: red;
    line-height: 1.2
}

.LP-Footer-Popup .form-popup .hs-form.stacked .field {
    margin-bottom: 10px
}

.LP-Footer-Popup .form-popup .hs_recaptcha {
    margin-top: 10px
}

.LP-Footer-Popup .form-popup .hs_submit .actions {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.LP-Footer-Popup .form-popup input[type=checkbox] {
    margin-right: 5px
}

.LP-Footer-Popup .form-popup .hs-form-booleancheckbox label {
    color: #4a4a4a !important
}

.LP-Footer-Popup .form-popup .submitted-message {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center
}

.Resource-content .social-blog {
    margin-top: 40px;
    float: left;
    width: 100%
}

.Resource-content .social-blog .social-list {
    float: left
}

.Resource-content .social-blog ul {
    float: left;
    width: 100%;
    padding-left: 0px
}

.Resource-content .social-blog ul li {
    background-color: #0061D5;
    list-style: none;
    width: 40px;
    height: 40px;
    padding: 5px 8px;
    margin-bottom: 1px;
    transition: 0.3s;
    border: 2px solid #0061D5;
    display: inline-block
}

.Resource-content .social-blog ul li.facebook {
    background-color: #315096;
    border: 2px solid #315096
}

.Resource-content .social-blog ul li.twitter {
    background-color: #55acee;
    border: 2px solid #55acee
}

.Resource-content .social-blog ul li.googleplus {
    background-color: #dd4b39;
    border: 2px solid #dd4b39
}

.Resource-content .social-blog ul li.hatena {
    background-color: #1ba5dc;
    border: 2px solid #1ba5dc
}

.Resource-content .social-blog ul li.pocket {
    background-color: #ef3e56;
    border: 2px solid #ef3e56
}

.Resource-content .social-blog ul li.email {
    background-color: #5da7c6;
    border: 2px solid #5da7c6
}

.Resource-content .social-blog ul li:hover {
    background-color: #fff
}

.Resource-content .social-blog ul li.facebook:hover a {
    color: #315096
}

.Resource-content .social-blog ul li.twitter:hover a {
    color: #55acee
}

.Resource-content .social-blog ul li.hatena:hover a {
    color: #1ba5dc;
}

.Resource-content .social-blog ul li.pocket:hover a {
    color: #ef3e56;
}

.Resource-content .social-blog ul li.email:hover a {
    color: #5da7c6
}

.Resource-content .social-blog ul li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF
}

.Resource-content .social-blog ul li a .fa-hatena::before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

.Resource-content .social-blog .hide-arrow {
    background-color: #e1e1e1;
    color: #FFF;
    text-align: center;
    border: 0;
    display: block;
    font-size: 16px;
    width: 40px;
    padding: 1px 0;
    cursor: pointer;
    margin-top: 206px
}

#works.details_works #mainArea_works .article {
    width: 100%
}

#works.details_works #mainArea_works .aside {
    height: auto
}

.font-smaller {
    font-size: smaller
}

.Blog-News #Blog-Page .newsArea h3 {
    border-bottom: none;
    text-align: center
}

.Blog-News #Blog-Page .Row {
    margin-top: 0;
    margin-bottom: 0
}

.Blog-News #Blog-Page .register {
    position: relative;
    text-align: center;
    color: white
}

.Blog-News #Blog-Page .centered {
    position: absolute;
    top: 20px;
    left: 33px;
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    color: #fff
}

.Blog-News #Blog-Page .centered a {
    color: #fff
}

@media (max-width: 1240px) {
    .Blog-News #Blog-Page .centered {
        font-size: inherit
    }
}

@media (max-width: 639px) {
    .Blog-News #Blog-Page .register img {
        display: none
    }
    .Blog-News #Blog-Page .centered a {
        color: #0061D5
    }
    .Blog-News #Blog-Page .centered {
        position: initial;
        color: #4A4A50;
        text-align: left
    }
}

.img-fixed {
    background: fixed
}

@media (max-width: 959px) {
    .LP-Detail-Case .Case-content-text {
        padding-right: 0px !important
    }
}

.LP-Detail-Case .color,
.LP-Detail-Case .interview {
    color: #0061D5
}

.LP-Detail-Case .guest {
    color: #E51373
}

.LP-Detail-Case .interview,
.LP-Detail-Case .guest {
    margin-bottom: 5px !important;
    font-size: 20px
}

@media (max-width: 639px) {
    .LP-Detail-Case .interview,
    .LP-Detail-Case .guest {
        font-size: 18px
    }
}

.LP-Detail-Case .interview+p,
.LP-Detail-Case .guest+p {
    margin-top: 0px
}

.LP-Detail-Case .title_sub {
    font-size: 22px;
    font-weight: 500
}

@media (max-width: 639px) {
    .LP-Detail-Case .title_sub {
        font-size: 18px
    }
}

.LP-Detail-Case .f_left {
    float: left;
    margin: 0px 10px 10px 0px;
    padding-right: 10px;
    text-align: center
}

@media (max-width: 480px) {
    .LP-Detail-Case .f_left {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        padding-right: 0
    }
}

.LP-Detail-Case .f_right {
    float: right;
    margin: 0px 0px 10px 10px;
    padding-left: 10px;
    text-align: center
}

@media (max-width: 480px) {
    .LP-Detail-Case .f_right {
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
        padding-left: 0
    }
}

.LP-Detail-Case figcaption {
    font-size: 15px;
    text-align: center;
    margin-top: 10px
}

@media (max-width: 480px) {
    .LP-Detail-Case figcaption {
        margin-left: auto;
        margin-right: auto
    }
}

.LP-Custom-Module .box-indent p,
.LP-Custom-Module.box-indent p {
    margin-top: 0px
}

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

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

.img_medium {
    width: 650px;
    height: auto
}

.table th,
.LP-Custom-Module table th {
    background-color: #e4eef0
}

@media (min-width: 820px) {
    .Header-nav>div>div.hs-menu-wrapper>ul li.li-product {
        background: none
    }
    .Header-nav>div>div.hs-menu-wrapper>ul li.li-product ul.hs-menu-children-wrapper {
        width: 870px;
        margin-left: 415px
    }
    .Header-nav>div>div.hs-menu-wrapper>ul li.li-product ul.hs-menu-children-wrapper li {
        width: 290px;
        float: left;
        display: inline-block
    }
    .Header-nav>div>div.hs-menu-wrapper>ul li.li-product ul.hs-menu-children-wrapper li a {
        line-height: 80px !important;
        height: 80px !important
    }
    .Header-nav>div>div.hs-menu-wrapper>ul li.li-product ul.hs-menu-children-wrapper li a span.sub {
        display: block;
        font-size: 12px;
        margin-top: 2px
    }
}

@media (max-width: 819px) {
    .Header-nav>div>div.hs-menu-wrapper>ul li.li-product ul.hs-menu-children-wrapper li a span.sub {
        display: none
    }
}

.grid-product .TileCard-icon {
    width: 180px;
    height: 80px;
    max-height: 100px
}

@media (min-width: 820px) {
    .LP-Custom-Module>.Wrap {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media (max-width: 819px) {
    .Header .Header-cta a {
        font-size: 14px !important
    }
}

@media (max-width: 639px) {
    .Header .Header-cta a {
        font-size: 13px !important
    }
}

body:not(.Pacnav--is-scrolling) .Header-cta .Button--outline,
body:not(.Pacnav--is-scrolling) .Header-cta .pager-load-more a,
.pager-load-more body:not(.Pacnav--is-scrolling) .Header-cta a,
body:not(.Pacnav--is-scrolling) .Header-cta .pager-load-more a,
.pager-load-more body:not(.Pacnav--is-scrolling) .Header-cta a {
    background-color: rgba(255, 255, 255, 0.8)
}

@media (max-width: 819px) {
    .Header-Global {
        display: none
    }
}

.Header-Global .Global-Menu {
    background-color: #FF5E00;
    border-bottom: 3px solid #DBDBDB;
    height: 38px
}

.Pacnav--is-scrolling .Header {
    background: #fff;
    border-bottom: 3px solid #FF5E00
}

@media (min-width: 820px) {
    .Header .GlobalSearch {
        display: none
    }
}

.Header .Header-cta {
    width: 120px
}

@media (max-width: 413px) {
    .Header .Header-cta {
        width: 100px;
        right: 70px
    }
    .Header .Header-cta a.Button--outline,
    .Header .Header-cta .pager-load-more a,
    .pager-load-more .Header .Header-cta a,
    .Header .Header-cta .pager-load-more a,
    .pager-load-more .Header .Header-cta a {
        font-size: 12.5px !important
    }
}

@media (max-width: 374px) {
    .Header .Header-cta {
        width: 90px;
        right: 65px
    }
    .Header .Header-cta a.Button--outline,
    .Header .Header-cta .pager-load-more a,
    .pager-load-more .Header .Header-cta a,
    .Header .Header-cta .pager-load-more a,
    .pager-load-more .Header .Header-cta a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px !important
    }
}

.Header .Header-cta .Button--outline,
.Header .Header-cta .pager-load-more a,
.pager-load-more .Header .Header-cta a,
.Header .Header-cta .pager-load-more a,
.pager-load-more .Header .Header-cta a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 37px
}

@media (min-width: 820px) {
    .Header .Header-nav {
        margin-right: 161px;
        width: calc(100% - 381px)
    }
}

@media (max-width: 819px) {
    .Global-Menu #hs_menu_wrapper_main_nav {
        display: none
    }
}

.Global-Menu .GlobalSearch {
    left: 0px;
    right: auto
}

.Global-Menu .SearchTop {
    position: absolute;
    top: 3px;
    left: 30px;
    height: 30px
}

@media (max-width: 819px) {
    .Global-Menu .SearchTop {
        width: 100%
    }
}

.Global-Menu .SearchTop-button {
    color: #fff
}

.Global-Menu .SearchTop-input {
    height: 26px;
    line-height: 0;
    margin-right: 5px;
    margin-top: 0px;
    color: #FFF !important;
  background-color: #FF5E00;
  border-color: #fff;
    font-size: 15px;
    font-weight: 200;
    border-radius: 0px;
    opacity: 0;
    width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    transition: width 0.5s;
    transition-timing-function: ease
}

.Global-Menu .SearchTop-input:not(.show) {
    border: none
}

.Global-Menu .SearchTop-input.show {
    opacity: 1;
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px
}

@media (max-width: 819px) {
    .Global-Menu .SearchTop-input.show {
        width: calc(100% - 80px)
    }
}

.Global-Menu .SearchTop-input:focus {
    border-color: #fff
}
.Global-Menu .SearchTop-input.show::placeholder {
   color: #fff
}

.Page.LP-Basic .Resource-form {
    padding: 60px 40px
}

.LP-FooterForm.overlay-bg .LP-Form .hs-form-field .hs-error-msgs li label,
.LP-FooterForm.overlay-bg .LP-Form .hs_error_rollup .inputs-list li label,
.LP-Subcription-form .LP-Form.overlay .form_inbound .hs-form .hs-form-field .hs-error-msgs li label,
.LP-Subcription-form .LP-Form.overlay .form_inbound .hs-form .hs_error_rollup .inputs-list li label,
.Page.LP-Basic .Resource-form .LP-Form .hs-form-field .hs-error-msgs li label,
.Page.LP-Basic .Resource-form .LP-Form .hs_error_rollup .inputs-list li label {
    color: #ff9900 !important;
    font-weight: 500;
    font-size: 12px
}

@media (max-width: 479px) {
    .LP-FooterForm .LP-Form .actions .hs-button.primary,
    .Page.LP-Basic .Resource-form .actions .hs-button.primary {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px
    }
}

@media (max-width: 1199px) {
    .Blog-Basic .LP-Form.LP-Form-inpage .actions .hs-button.primary,
    .LP-Subcription-form .LP-Form .actions .hs-button.primary,
    .Page.LP-Basic .Resource-form .actions .hs-button.primary {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px
    }
}

@media (max-width: 414px) {
    .LP-FooterForm .LP-Form.overlay.Wrap--narrow {
        width: calc(100% - 30px)
    }
}

@media (max-width: 819px) {
    .Page.Web-Basic .LP-Hero.has-topmenu .Hero--small.smallest,
    .Page.Web-Sidebar .LP-Hero.has-topmenu .Hero--small.smallest {
        margin-top: -125px !important;
        height: auto !important;
        min-height: 230px;
        padding-bottom: 40px
    }
    .Page.Web-Basic .LP-Hero.has-topmenu .Hero--small.smallest .Hero-title:not(.has-kicker),
    .Page.Web-Sidebar .LP-Hero.has-topmenu .Hero--small.smallest .Hero-title:not(.has-kicker) {
        margin-top: 0px;
        padding-top: 0px
    }
}

@media (max-width: 639px) {
    .Page.Web-Basic .LP-Hero.has-topmenu .Hero--small.smallest,
    .Page.Web-Sidebar .LP-Hero.has-topmenu .Hero--small.smallest {
        padding-top: 130px !important
    }
}

@media (max-width: 767px) {
    .Page.Web-Basic .LP-Hero.has-topmenu .Hero--small.smallest .Hero-title,
    .Page.Web-Sidebar .LP-Hero.has-topmenu .Hero--small.smallest .Hero-title {
        text-align: left
    }
}

@media (min-width: 820px) {
    .Page.LP-Basic .Header {
        height: 80px
    }
}

.Page.LP-Basic .LP-Hero .Hero--small.smallest {
    margin-top: -80px;
    padding-bottom: 40px;
    padding-top: 80px;
    height: auto !important;
    min-height: 230px
}

.Page.LP-Basic .LP-Hero .Hero--small.smallest .Hero-title {
    margin-top: 0px
}

@media (max-width: 767px) {
    .Page.LP-Basic .LP-Hero .Hero--small.smallest .Hero-title {
        text-align: left
    }
}

.Page.LP-Basic .LP-Hero .Hero--small.smallest .Hero-title:first-child {
    padding-top: 0px
}

.Page.LP-Basic .LP-Hero .Hero--small.smallest .Hero-title:not(.has-kicker) {
    margin-top: 0px
}

.Page.LP-Basic .LP-Download .Resource-content {
    padding: 60px 60px;
    margin-left: 0px;
    max-width: 720px;
    width: 58.054516%
}

@media (max-width: 1240px) and (min-width: 960px) {
    .Page.LP-Basic .LP-Download .Resource-content {
        margin-left: 30px
    }
}

@media (min-width: 960px) {
    .Page.LP-Basic .LP-Download .Resource-content {
        padding-left: 0px
    }
}

@media (max-width: 959px) {
    .Page.LP-Basic .LP-Download .Resource-content {
        padding: 30px 30px;
        max-width: inherit;
        width: 100%
    }
}

@media (max-width: 819px) {
    .Page.LP-Basic .LP-Download .Resource-content {
        width: 100%;
        max-width: inherit
    }
}

.Page.LP-Basic .LP-Download .Resource-aside {
    width: 41.935484%;
    max-width: 520px
}

@media (max-width: 959px) {
    .Page.LP-Basic .LP-Download .Resource-aside {
        max-width: inherit;
        width: 100%
    }
}

@media (max-width: 819px) {
    .Page.LP-Basic .LP-Download .Resource-aside {
        width: 100%;
        max-width: inherit
    }
}

@media (max-width: 959px) {
    .Page.LP-Basic .LP-Download .Resource-aside .Resource-form {
        padding: 30px 20px
    }
}

.Page .LP-Hero .Hero--small.smallest .Hero-title:not(.has-kicker) {
    margin-top: 30px
}

.Page .LP-Hero.LP-Hero-default {
    background-position: top center;
    background-size: cover;
    z-index: 20
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 {
    background: none;
    text-align: center
}

@media (max-width: 639px) {
    .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Wrap {
        padding-bottom: 0px
    }
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-image.has-shadow img {
    box-shadow: -4px 4px 6px 0px rgba(0, 0, 0, 0.2)
}

@media (min-width: 640px) {
    .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-image {
        top: 50px
    }
}

@media (max-width: 959px) {
    .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-image {
        display: none
    }
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info {
    width: 45%;
    float: left;
    position: relative;
    top: 70px
}

@media (max-width: 1199px) {
    .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info {
        width: calc(50% + 60px)
    }
}

@media (max-width: 959px) {
    .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info {
        width: 100%;
        float: none;
        top: 60px
    }
}

@media (max-width: 639px) {
    .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info {
        position: static;
        top: inherit
    }
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-title {
    color: #FFF;
    max-width: inherit
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-title:before {
    display: none
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-logo .img-center {
    margin: 0px;
    transform: translateX(-50%);
    position: relative;
    left: 50%
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-subtitle {
    width: 100%;
    max-width: 100%;
    color: #FFF;
    font-weight: 400
}

.Page .LP-Hero.LP-Hero-default:before {
    background: rgba(13, 23, 34, 0.5);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.Page .LP-Hero.has-topmenu .Hero--overlay {
    background-position: top center
}

.Page .LP-Hero.has-topmenu .Hero--overlay .Hero-title:not(.has-kicker) {
    padding-top: 0px
}

.Page.Blog-Basic .Hero--small.smallest {
    background-position: top center;
    height: auto
}

@media (max-width: 819px) {
    .Page.Blog-Basic .Hero--small.smallest.has-topnav {
        margin-top: -125px !important;
        padding-top: 90px;
        padding-bottom: 40px
    }
}

@media (min-width: 960px) {
    .Page.Blog-Basic .Hero--small.smallest {
        min-height: 300px
    }
}

.Page.Blog-Basic .Hero--small.smallest .Wrap--narrow {
    max-width: 1240px
}

.Page.Blog-Basic .Hero--small.smallest .Hero-subtitle.time {
    margin-top: 8px;
    font-size: 15px
}

.title-point.color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.title-point.color .point {
    line-height: 60px;
    padding-top: 0px
}

.title-point.color .text {
    width: calc(100% - 75px)
}

@media (max-aspect-ratio: 22 / 12) {
    .Page .LP-Hero.LP-Hero-default.siws-hero {
        background-image: url("https://products.sint.co.jp/hubfs/images/siws/siws-hero-main-8-5.jpg") !important
    }
}

@media (max-width: 767px) {
    .Web-Sidebar .LP-Custom-Module .Section-header.u-alignCenter,
    .Web-Basic .LP-Custom-Module .Section-header.u-alignCenter {
        text-align: left
    }
    .Web-Sidebar .LP-Basic-Content .Section-content>p.u-alignCenter,
    .Web-Basic .LP-Basic-Content .Section-content>p.u-alignCenter {
        text-align: left
    }
    .Web-Sidebar .LP-TwoColumn .Section-cta.u-alignLeft,
    .Web-Basic .LP-TwoColumn .Section-cta.u-alignLeft {
        text-align: center
    }
}

.list-check-style {
    list-style: none;
    padding-left: 0px
}

.list-check-style li {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #1977b5;
    padding: 10px;
    -ms-flex-align: center;
    align-items: center
}

.list-check-style li:before {
    content: url("https://2975556.fs1.hubspotusercontent-na1.net/hubfs/2975556/images/siws/check2.svg");
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px
}

@media (max-width: 767px) {
    .LP-List-Case .ListCaseItem-title {
        text-align: left
    }
}

@media (max-width: 767px) {
    p.tac {
        text-align: left !important
    }
    p.tac img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 479px) {
    .Menu-Product-left .Footer-nav>ul.menu.full:first-child {
        margin-bottom: 0px;
        padding-bottom: 10px
    }
}

.LP-Home-case .Row {
    margin-bottom: 0px
}

.LP-Home-case .Row .Column--2 {
    padding-bottom: 30px
}

.LP-Home-case .Section-cta {
    margin-top: 20px
}

.Product-obpm .LP-Home-case .Row .Column--2 {
    padding-bottom: 0px
}

.Product-obpm .LP-Home-case .Section-cta {
    margin-top: 30px
}

#primary-nav .menu .PacnavToggle.is-active .PacnavToggle-items>li.hs-menu-depth-1 .hs-menu-children-wrapper {
    display: none
}

.LP-Flex.flex-bordertop-none .Wrap {
    padding-top: 0px !important;
    border-top-color: #FFF !important
}

.LP-Flex.flex-bordertop-none .Wrap .Section-content {
    margin-top: 0px !important
}

.Footer .SocialIcon--googleplus {
    background-image: url("//products.sint.co.jp/hubfs/library/classic/icon/icon-social-googleplus.svg");
    height: 18px !important;
    width: 27px !important
}

@media (max-width: 768px) {
    .LP-Basic-Content.fix-long-button .Button--large,
    .LP-Basic-Content.fix-long-button .pager-load-more a,
    .pager-load-more .LP-Basic-Content.fix-long-button a,
    .LP-Basic-Content.fix-long-button .pager-load-more a,
    .pager-load-more .LP-Basic-Content.fix-long-button a {
        height: auto;
        white-space: normal
    }
}

@media (max-width: 414px) {
    .LP-Basic-Content.fix-long-button .Button--large,
    .LP-Basic-Content.fix-long-button .pager-load-more a,
    .pager-load-more .LP-Basic-Content.fix-long-button a,
    .LP-Basic-Content.fix-long-button .pager-load-more a,
    .pager-load-more .LP-Basic-Content.fix-long-button a {
        line-height: 28px;
        font-size: 16px;
        padding: 10px 20px
    }
}

.mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
    line-height: normal
}

@media (min-width: 960px) {
    .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children.child-large:hover>ul.hs-menu-children-wrapper {
        min-width: 380px
    }
}

@media (min-width: 960px) {
    body.body-en .Header-nav>div>div.hs-menu-wrapper>ul>li.hs-item-has-children.child-large:hover>ul.hs-menu-children-wrapper {
        min-width: 400px
    }
}

.LP-Hero .Hero-left-info {
    float: left
}

.LP-Hero .Hero-left-info .Hero-kicker {
    text-align: left
}

.LP-Hero .Hero-cta-right {
    float: right;
    margin-top: 0px;
    padding: 20px 18px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 17px;
    max-width: 410px
}

.LP-Hero .Hero-cta-right .Hero-cta-title {
    font-weight: bold
}

.LP-Cta-Section .ButtonCtaSection-Wrap .Button--cta {
    margin: 0 auto
}

.LP-Flex .Section-content .ColumnContentSection-awesome {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    border: solid 3px #0061D5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px
}

.LP-Flex .Section-content .ColumnContentSection-awesome i {
    color: #0061D5;
    font-size: 60px
}

@media (max-width: 767px) {
    .LP-Flex .Section-content .ColumnContentSection-awesome {
        width: 80px;
        height: 80px
    }
    .LP-Flex .Section-content .ColumnContentSection-awesome i {
        font-size: 40px
    }
}

.fixed-ul.fix-note li {
    line-height: 1rem;
    padding-left: 35px
}

.fixed-ul.fix-note li:before {
    border: none !important;
    top: 5px !important;
    margin-left: 0px !important
}

.required {
    color: RED
}

.Page .Hero.Hero--rightcta .Wrap--narrow {
    max-width: 1240px
}

.Hero.Hero--rightcta {
    text-align: left
}

@media (max-width: 1040px) {
    .Hero.Hero--rightcta .Wrap--narrow .Hero-left-info {
        float: none
    }
    .Hero.Hero--rightcta .Wrap--narrow .Hero-cta-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
    .Hero.Hero--rightcta .Wrap--narrow .Hero-left-info .Hero-kicker {
        text-align: center
    }
    .Hero.Hero--rightcta {
        text-align: center
    }
}

.LP-Hero .Hero-title {
    font-weight: 600
}

@media (max-width: 819px) {
    .Page .Header .Header-cta {
        display: none
    }
}

@media (max-width: 480px) {
    .Button--large,
    .pager-load-more a,
    .item-list .pager-load-more a {
        height: auto;
        white-space: normal;
        line-height: 28px;
        padding: 10px 20px
    }
}

.LP-Flex .ColumnContentSection-body {
    padding: 10px 20px 30px 20px
}

body .ColumnContentSection-title-color .ColumnContentSection-title {
    color: #0061D5 !important;
    font-weight: bold !important;
    padding-top: 10px
}

@media (max-width: 640px) {
    .Longform-content {
        width: auto
    }
}

.LP-List-Partner .list-partner {
    text-shadow: none;
    padding-left: 10px;
    border-left: #0061D5 solid 4px;
    transition: all 0.3s;
    padding-bottom: 0
}

.LP-List-Partner .list-partner .title_sub_sub {
    color: #3E3E3E;
    font-weight: 500;
    text-shadow: none;
    font-size: 22px;
    line-height: 30px
}

.LP-List-Partner .list-partner .title_sub_sub .company-name {
    font-size: 18px
}

.LP-List-Partner .Section-cta.tac {
    text-align: center !important
}

.no-pd-wrap .Wrap {
    padding-top: 0 !important
}

.before-color-line {
    text-shadow: none;
    padding-left: 10px;
    border-left: #0061D5 solid 4px;
    transition: all 0.3s;
    padding-bottom: 0
}

.none-border-top .Wrap {
    border-top: none !important
}

.add-border-top .Wrap {
    border-top: 1px solid #7DC8BD;
    padding-top: 60px
}

@media (max-width: 767px) {
    p.tac {
        text-align: center !important
    }
}

.u-bgColor--F4F8F9 {
    background: #F4F8F9
}

.Card-cta {
    color: #FF5E00
}

.LP-Basic main.Body {
    min-height: auto !important
}

body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global,
body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-main,
body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-white {
    width: auto;
    height: 45px
}

@media (max-width: 959px) {
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global,
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-main,
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-white {
        width: auto;
        height: 30px
    }
}

@media (max-width: 819px) {
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global {
        margin-top: 0px
    }
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global,
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-main,
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-white {
        width: auto;
        height: 30px
    }
}

@media (max-width: 374px) {
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global {
        margin-top: 0
    }
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global,
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-main,
    body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-white {
        width: auto;
        height: 30px
    }
}

.Pacnav--is-scrolling .Header .Logo-block.Logo-global,
.Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-main,
.Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-white {
    width: auto;
    height: 30px
}

@media (max-width: 819px) {
    .Pacnav--is-scrolling .Header .Logo-block.Logo-global,
    .Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-main,
    .Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-white {
        width: auto;
        height: 30px
    }
}

@media (max-width: 479px) {
    .Pacnav--is-scrolling .Header .Logo-block.Logo-global,
    .Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-main,
    .Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-white {
        width: auto;
        height: 30px
    }
}

.Page.LP-Basic .LP-Download .Resource-form .form-privacy img,
.LP-FooterForm .form-privacy img,
.LP-Subcription-form .form-privacy img {
    float: left;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px
}

.LP-FooterForm.overlay-bg .LP-Form .hs-form-field .hs-error-msgs li label,
.LP-FooterForm.overlay-bg .LP-Form .hs_error_rollup .inputs-list li label,
.LP-Subcription-form .LP-Form.overlay .form_inbound .hs-form .hs-form-field .hs-error-msgs li label,
.LP-Subcription-form .LP-Form.overlay .form_inbound .hs-form .hs_error_rollup .inputs-list li label,
.Page.LP-Basic .Resource-form .LP-Form .hs-form-field .hs-error-msgs li label,
.Page.LP-Basic .Resource-form .LP-Form .hs_error_rollup .inputs-list li label {
    color: #f00 !important
}

@media (max-width: 375px) {
    .LP-Basic .Resource-form .LP-Form ul.inputs-list {
        padding-left: 10px
    }
}

.overlay-form {
    position: relative;
    padding: 90px 0px;
    background-size: cover;
    background-repeat: no-repeat
}

.overlay-form .opacity-bg {
    background: linear-gradient(155deg, rgba(19, 90, 136, 0.75) 0%, rgba(19, 90, 136, 0.85) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.overlay-form .block_900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px
}

.overlay-form .block_cta .form_inbound {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 50px;
    padding-top: 40px;
    background-color: rgba(44, 62, 80, 0.8);
    opacity: .9;
    border-top: none;
    box-shadow: none
}

.overlay-form .cta-form p {
    color: #fff !important
}

.overlay-form .cta-form h3 {
    font-size: 28px;
    color: #fff !important;
    font-weight: 800;
    line-height: 40px
}

.overlay-form .cta-form .displaymax-480 {
    display: none
}

@media (max-width: 480px) {
    .overlay-form .cta-form .displaymax-480 {
        display: block
    }
}

.overlay-form .cta-form .phone-number {
    font-size: 24px;
    color: #fff;
    font-weight: bold
}

.overlay-form .cta-form .Button--large,
.overlay-form .cta-form .pager-load-more a,
.pager-load-more .overlay-form .cta-form a {
    min-width: 240px;
    font-size: 18px
}

@media (max-width: 639px) {
    .overlay-form .cta-form p.tar,
    .overlay-form .cta-form p.tal {
        text-align: center !important
    }
}

.LP-QuoteSlider.u-bgColor--389ECC {
    background: linear-gradient(135deg, #0061D5 0%, #4cb3a6 100%)
}

.LP-QuoteSlider:before {
    background-color: rgba(0, 0, 0, 0.36);
    background: none;
    opacity: 0.3
}

.LP-QuoteSlider h2 {
    font-weight: bold
}

.LP-QuoteSlider p {
    font-weight: 400
}

.CustomerQuotes-item cite strong {
    font-weight: bold
}

@media (max-width: 639px) {
    .LP-QuoteSlider h2 {
        padding-bottom: 50px
    }
}

.LP-Footer-Popup .customizer-popup .customizer-popup-content {
    padding-left: 0;
    padding-right: 0
}

.LP-Footer-Popup .customizer-popup:before {
    display: none
}

.Footer .title {
    font-weight: bold
}

.Footer p.name a {
    font-weight: 600
}

.Footer .Footer-nav-link .first.leaf:before {
    display: none
}

@media (max-width: 819px) {
    .LP-FAQ:not(:last-child) {
        padding-bottom: 45px
    }
}

@media (max-width: 1040px) {
    .LP-List-Case .ListCaseItem .ListCaseItem-content {
        height: 140px
    }
}

.LP-Basic .Resource-form .LP-Form .form-title {
    margin-bottom: 0
}

.LP-Basic .Resource-form .LP-Form .form-subtitle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.cta-primary.cta-first-color {
    background-color: #0061D5;
    border: 2px solid #0061D5
}

.Footer .Footer-copyright.v2 {
    display: block
}

.Footer .Footer-copyright.v2 .copyright-text {
    text-align: center
}

.Footer .Footer-copyright.v2 .menu li:first-child:before {
    display: none
}

@media (max-width: 959px) {
    .Footer .Footer-copyright.v2 .menu {
        margin-top: 10px !important;
        text-align: left
    }
    .Footer .Footer-copyright.v2 .menu li {
        line-height: 20px;
        width: 50%;
        margin-bottom: 10px !important;
        border-left: none !important;
        text-align: left
    }
    .Footer .Footer-copyright.v2 .menu li:before {
        display: none
    }
}

.Footer.v2 .Footer-copyright.v2 {
    text-align: center;
    width: 100%
}

@media (max-width: 959px) {
    .Footer.v2 .Footer-copyright.v2 {
        border-top: 1px solid #252e38;
        padding-top: 20px;
        margin-top: 20px
    }
    .Footer.v2 .Footer-copyright.v2 .menu {
        text-align: center;
        display: block;
        -ms-flex-pack: center;
        justify-content: center
    }
    .Footer.v2 .Footer-copyright.v2 .menu li {
        float: left
    }
}

@media (max-width: 639px) {
    .Footer.v2 .Footer-copyright.v2 .menu li {
        width: 100%;
        padding-left: 0px !important
    }
}

#BreadCrumb ul.breadcrumb li a,
#BreadCrumb ul.hs-breadcrumb-menu li a,
.Blog-Detail #toc-index>li a {
    color: #0061D5 !important
}

.LP-FooterForm .LP-Form .form-privacy,
.Blog-Detail .blog-section .form-privacy {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 540px
}

.Blog-Detail .blog-section .form-privacy img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.Blog-Detail .blog-section .LP-Form .hs-form-booleancheckbox:before {
    display: none
}

.Page .LP-Hero.has-topmenu .Hero--overlay {
    background-position: center center
}

.u-bgColor--image {
    background-image: url("https://www.dev-ops.jp/hubfs/images/library/top_block01.jpg")
}

.u-bgColor--image .h2,
.u-bgColor--image p {
    color: #FFFFFF !important
}

.u-bgColor--resource {
    background-image: url("https://4370677.fs1.hubspotusercontent-na1.net/hubfs/4370677/library/classic/images/resource-bg.jpg")
}

.Card-image {
    background-color: #fff
}

.Card-image>div.image:only-child img {
    max-height: none;
    max-width: 100%
}

.border-top-none .Wrap {
    border-top: none !important
}

.Page .LP-Hero.has-topmenu .Hero--overlay .Hero-subtitle:not(.has-kicker) {
    margin: 0;
    max-width: 100%;
    font-weight: 400
}

.LP-ListResources-Multi .Wrap .Title-group {
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 40px;
    margin-top: 60px
}

.LP-Hero .Hero--small.smallest,
.Page.Blog-Basic .Hero--small.smallest {
    background-position: center center !important
}

.text-border {
    border: 1px solid
}

.Row.pagination-blog {
    -ms-flex-align: normal;
    align-items: normal;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px
}

.pagination-blog div:first-child {
    padding-right: 15px
}

.pagination-blog div:last-child {
    padding-left: 15px
}

.pagination-blog .pagination-item {
    padding: 0;
    margin-right: auto;
    margin-left: auto
}

.pagination-blog .pagination-item a {
    color: #333;
    text-decoration: none;
    padding: 20px 32px;
    display: block;
    background-color: #f4f4f4;
    transition: all .3s;
    height: 100%;
    border: #ddd solid 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pagination-blog .pagination-item a:hover {
    background-color: #333;
    color: #fff
}

.pagination-blog .pagination-item .fa-angle-left {
    left: 12px;
    margin-top: -15px;
    font-size: 30px;
    position: absolute;
    top: 50%
}

.pagination-blog .pagination-item .fa-angle-right {
    right: 12px;
    margin-top: -15px;
    font-size: 30px;
    position: absolute;
    top: 50%
}

.Blog-Detail .blog-section {
    border-left: none
}

@media (max-width: 959px) {
    .pagination-blog div:first-child {
        padding-right: 0;
        padding-bottom: 20px
    }
    .pagination-blog div:last-child {
        padding-left: 0
    }
}

.Page .LP-Hero .Wrap--narrow {
    max-width: 1020px
}

.Blog-Basic.Page .Wrap--narrow {
    max-width: 1000px
}

.Blog-Basic.Page .Hero--small.smallest .Hero-subtitle,
.Blog-Basic.Page .Hero--small.smallest .mgtop-30,
.Blog-Basic.Page .Hero--small.smallest .LP-Detail-Case .interview,
.LP-Detail-Case .Blog-Basic.Page .Hero--small.smallest .interview,
.Blog-Basic.Page .Hero--small.smallest .LP-Detail-Case .guest,
.LP-Detail-Case .Blog-Basic.Page .Hero--small.smallest .guest {
    margin-top: 5px;
    font-size: 18px
}

.Blog-Basic.Page .Hero--small.smallest .Hero-subtitle {
    line-height: 30px
}

.Blog-Basic.Page .Hero--small.smallest.has-topnav {
    margin-top: -90px
}

.Blog-Basic.Blog-Seminar .Blog-Detail .blog-section .post-body div.smanone>ul li:before {
    display: none
}

#Blog-Page .Blog-List {
    display: block
}

#Blog-Page .Blog-List>.Row {
    margin-bottom: 0px
}

@media (max-width: 819px) {
    #Blog-Page .Blog-List>.Row {
        margin-bottom: 20px
    }
}

@media (max-width: 959px) {
    #Blog-Page .Blog-List .Post-Item {
        padding-bottom: 0px
    }
    #Blog-Page .Blog-List .Post-Item:first-child a:first-of-type {
        border-top: 1px dotted rgba(0, 0, 0, 0.2)
    }
}

#Blog-Page .Blog-List .Post-Item-blog {
    margin: 0 1% 2.5%;
    overflow: hidden;
    height: 410px
}

#Blog-Page .Blog-List .Post-Item-blog a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #666;
    background: #fff;
    height: 100%;
    border: 1px solid #eee;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-out
}

#Blog-Page .Blog-List .Post-Item-blog a:hover {
    opacity: 0.7;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset
}

#Blog-Page .Blog-List .Post-Item-blog a:hover .eyecatch img {
    transform: scale(1.1)
}

#Blog-Page .Blog-List .eyecatch {
    max-height: 220px;
    background: #000;
    margin: -1em -1em 0.5em;
    text-align: center;
    overflow: hidden;
    position: relative
}

#Blog-Page .Blog-List .eyecatch img {
    width: 100%;
    margin: 0;
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    transition: 0.3s ease-in-out;
    box-sizing: border-box
}

#Blog-Page .Blog-List .cat-name {
    position: absolute;
    top: 0;
    right: 0;
    background: #0061D5;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0.1em 0.5em;
    min-width: 7.5em;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    opacity: 0.9
}

#Blog-Page .Blog-List .entry-content {
    padding: 0
}

#Blog-Page .Blog-List .entry-content .entry-title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #444;
    text-align: left;
    font-weight: 600
}

#Blog-Page .Blog-List .entry-content p {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    margin-top: 13px;
    margin-bottom: 0;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-lines: 3
}

#Blog-Page .Blog-List .entry-content .byline {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    opacity: 0.7;
    margin: 0
}

#Blog-Page .Blog-List .entry-content .byline:before {
    font-family: "fontawesome";
    content: "\f274";
    font-size: .88em;
    margin-right: .3em;
    position: relative;
    top: -1px
}

@media (max-width: 819px) {
    #Blog-Page .Blog-List {
        display: block
    }
    #Blog-Page .Blog-List .Post-Item-blog {
        width: 100%;
        height: auto;
        margin: 0
    }
    #Blog-Page .Blog-List .Post-Item-blog a {
        width: 100%;
        display: block;
        padding: 8px 5px;
        text-decoration: none;
        color: #666;
        border: none;
        border-bottom: 1px dotted #ccc;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: justify
    }
    #Blog-Page .Blog-List .Post-Item-blog .eyecatch {
        width: 20%;
        max-height: 170px;
        margin: 0;
        background: transparent
    }
    #Blog-Page .Blog-List .Post-Item-blog .entry-content {
        padding: 0 0 0 2%;
        width: 80%
    }
    #Blog-Page .Blog-List .Post-Item-blog .entry-content .entry-title {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px
    }
    #Blog-Page .Blog-List .Post-Item-blog .entry-content .byline {
        font-size: 10px
    }
    #Blog-Page .Blog-List .Post-Item-blog .entry-content .description {
        display: none
    }
    #Blog-Page .Blog-List .Post-Item-blog .cat-name {
        display: none
    }
}

@media (max-width: 639px) {
    #Blog-Page .Blog-List .Post-Item-blog .entry-content .entry-title {
        font-size: 14px
    }
}

#Blog-Page .Blog-Nav .pagination {
    margin-top: 10px;
    margin-bottom: 60px
}

@media (max-width: 819px) {
    #Blog-Page .Blog-Nav .pagination {
        margin-bottom: 0px
    }
}

#Blog-Page .Blog-Nav .disabled {
    display: none
}

#Blog-Page .Blog-Nav ul {
    margin-left: 0px;
    padding-left: 0px
}

#Blog-Page .Blog-Nav ul li {
    display: inline-block;
    margin-right: 5px
}

#Blog-Page .Blog-Nav ul li:last-child {
    margin-right: 0px
}

#Blog-Page .Blog-Nav ul li a {
    cursor: pointer
}

#Blog-Page .Blog-Nav ul li a,
#Blog-Page .Blog-Nav ul li.active span {
    color: #3E3E3E;
    border-radius: 2px;
    display: block;
    line-height: 2.2;
    height: 37px;
    width: 34px;
    text-align: center;
    font-size: 16px;
    background-color: #0061D5;
    border: solid 1px #0061D5;
    color: #FFF
}

#Blog-Page .Blog-Nav ul li.active span {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #3E3E3E
}

#Blog-Page .Blog-Nav ul li a:hover {
    opacity: 0.7;
    text-decoration: none
}

#Blog-Page h3.title-comment {
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: bold;
    color: #3E3E3E
}

#Blog-Page h3.title-comment span {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-right: 10px;
    color: #3E3E3E
}

#Blog-Page h3.title-comment+hr.slash-2 {
    height: 8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
    background-size: 3px 3px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
    border: none
}

@media (max-width: 959px) {
    #Blog-Page {
        padding-top: 0px;
        padding-bottom: 30px
    }
}

#Blog-Page h3.title-comment+hr.slash-2 {
    height: 8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
    background-size: 3px 3px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
    border: none
}

#Blog-Page .recent-posts {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: justify
}

#Blog-Page .recent-posts a {
    width: 23%;
    margin-left: 1.0%;
    margin-right: 1.0%;
    transition: all 0.3s linear
}

@media (max-width: 639px) {
    #Blog-Page .recent-posts a {
        width: 48%
    }
}

@media (max-width: 374px) {
    #Blog-Page .recent-posts a {
        width: 98%
    }
    #Blog-Page .recent-posts a .recent-post {
        max-width: initial !important;
        min-height: initial !important;
        margin-bottom: 20px
    }
    #Blog-Page .recent-posts a .recent-post .recent-post-featured-image {
        height: 150px !important
    }
}

#Blog-Page .recent-posts a:hover {
    text-decoration: none
}

#Blog-Page .recent-posts a .recent-post {
    overflow: hidden;
    width: 100%;
    max-width: 260px;
    position: relative;
    min-height: 180px
}

#Blog-Page .recent-posts a .recent-post .recent-post-featured-image {
    width: 100%;
    height: 110px;
    background-size: cover
}

#Blog-Page .recent-posts a .recent-post .cat-name {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.5em;
    font-size: 10px;
    font-weight: bold;
    background: #0061D5;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=90);
    opacity: 0.9
}

#Blog-Page .recent-posts a .recent-post .recent-post-info {
    margin: 0;
    margin-top: 4px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #3E3E3E;
    font-size: 11px;
    line-height: 14px
}

#Blog-Page .recent-posts a .recent-post .recent-post-title {
    color: #3E3E3E;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin: 4px 0
}

@media (max-width: 819px) {
    #Blog-Sidebar {
        margin-top: 30px
    }
}

#Blog-Sidebar .Blog-Sidebar-top {
    background-color: #fff
}

#Blog-Sidebar .box h3 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #3E3E3E;
    position: relative
}

#Blog-Sidebar .box h3 span {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-right: 10px;
    color: #3E3E3E
}

#Blog-Sidebar .box h3::after {
    content: "";
    height: 8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
    background-size: 3px 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px
}

#Blog-Sidebar .box ul {
    font-size: 14px
}

#Blog-Sidebar .top-post.box ul {
    padding: 0;
    margin: 0
}

#Blog-Sidebar .top-post.box ul li:last-child {
    border-bottom: none
}

#Blog-Sidebar .top-post.box ul li {
    min-height: 55px;
    padding-left: 40px;
    padding-right: 25px;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.6;
    border-bottom: #ccc dotted 1px;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

#Blog-Sidebar .top-post.box ul li a {
    display: block;
    color: #666
}

#Blog-Sidebar .top-post.box ul li a:before {
    content: none
}

#Blog-Sidebar .top-post.box ul li a:hover {
    text-decoration: none
}

#Blog-Sidebar .top-post.box ul li a:after {
    font-family: "fontawesome";
    content: '\f054';
    position: absolute;
    top: 8px;
    right: 0.6em;
    font-size: 1em;
    color: #0061D5
}

#Blog-Sidebar .top-post.box ul li a:hover:after {
    right: 0.5em;
    transform: translate(1px, 0)
}

#Blog-Sidebar .top-post.box ul li:before {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 2px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 30px
}

#Blog-Sidebar .top-post.box ul li:nth-child(1):before {
    content: "1"
}

#Blog-Sidebar .top-post.box ul li:nth-child(2):before {
    content: "2"
}

#Blog-Sidebar .top-post.box ul li:nth-child(3):before {
    content: "3"
}

#Blog-Sidebar .top-post.box ul li:nth-child(1):before,
#Blog-Sidebar .top-post.box ul li:nth-child(2):before,
#Blog-Sidebar .top-post.box ul li:nth-child(3):before {
    color: #0061D5
}

#Blog-Sidebar .top-post.box ul li:nth-child(4):before {
    content: "4";
    color: #3E3E3E
}

#Blog-Sidebar .top-post.box ul li:nth-child(5):before {
    content: "5";
    color: #3E3E3E
}

#Blog-Sidebar .top-post.box ul li:nth-child(6):before {
    content: "6";
    color: #3E3E3E
}

#Blog-Sidebar .top-post.box ul li:nth-child(7):before {
    content: "7";
    color: #3E3E3E
}

#Blog-Sidebar .top-post.box ul li:nth-child(8):before {
    content: "8";
    color: #3E3E3E
}

#Blog-Sidebar .top-post.box ul li:nth-child(9):before {
    content: "9";
    color: #3E3E3E
}

#Blog-Sidebar .top-post.box ul li:nth-child(10):before {
    content: "10";
    color: #3E3E3E
}

#Blog-Sidebar .recent-post.box {
    border-top: none;
    background: #FFF
}

#Blog-Sidebar .recent-post.box .list-recent {
    margin-top: 20px
}

#Blog-Sidebar .recent-post.boxt .item:first-child {
    border-top: none
}

#Blog-Sidebar .recent-post.box .item {
    clear: both;
    border-top: #ccc dotted 1px;
    padding: 10px;
    position: relative
}

#Blog-Sidebar .recent-post.box .item .img {
    float: left;
    padding-right: 5px
}

#Blog-Sidebar .recent-post.box .item.no-img {
    padding-left: 0px
}

#Blog-Sidebar .recent-post.box .item a {
    display: block
}

#Blog-Sidebar .recent-post.box .item:first-child {
    border-top: none
}

#Blog-Sidebar .recent-post.box .item a .title-col {
    padding-right: 0px;
    padding-left: 0px
}

#Blog-Sidebar .recent-post.box .item a .img-col {
    padding-right: 5px;
    padding-left: 5px
}

@media (max-width: 819px) {
    #Blog-Sidebar .recent-post.box .item a .img-col {
        width: auto;
        float: left
    }
}

@media (max-width: 819px) {
    #Blog-Sidebar .Blog-Sidebar-cta {
        text-align: center
    }
}

@media (min-width: 820px) {
    #Blog-Sidebar .Blog-Sidebar-cta .hs-cta-img {
        width: 100%;
        height: auto
    }
}

@media (max-width: 414px) {
    #Blog-Sidebar .Blog-Sidebar-cta {
        text-align: center
    }
}

#Blog-Sidebar .recent-post.box .item a:hover {
    text-decoration: none;
    opacity: 0.7
}

#Blog-Sidebar .recent-post.box .item a:after {
    font-family: "fontawesome";
    content: '\f054';
    position: absolute;
    top: 30px;
    right: 0.1em;
    font-size: 0.8em;
    color: #0061D5
}

#Blog-Sidebar .recent-post.box .item a:hover:after {
    right: 0em;
    transform: translate(1px, 0)
}

#Blog-Sidebar .recent-post.box .title {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;
    padding-right: 23px;
    display: inherit;
    color: #3E3E3E
}

#Blog-Sidebar .topic-list.box {
    margin-top: 20px;
    border-top: none;
    background: #FFF
}

#Blog-Sidebar .topic-list.box ul {
    margin-left: 0px;
    padding-left: 0px
}

#Blog-Sidebar .topic-list.box ul li:first-child {
    border-top: none
}

#Blog-Sidebar .topic-list.box ul li {
    clear: both;
    border-top: #ccc dotted 1px;
    list-style-type: none
}

#Blog-Sidebar .topic-list.box ul li a {
    display: block;
    padding: 15px 23px 15px 5px;
    color: #666
}

#Blog-Sidebar .topic-list.box ul li a:after {
    font-family: "fontawesome";
    content: '\f054';
    position: absolute;
    right: 0.6em;
    font-size: 1em;
    color: #0061D5
}

#Blog-Sidebar .topic-list.box ul li a:hover {
    text-decoration: none;
    color: #0061D5
}

#Blog-Sidebar .topic-list.box ul li a:hover:after {
    right: 0.5em;
    transform: translate(1px, 0)
}

.Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle.top {
    max-width: 90%
}

@media (max-width: 959px) {
    .Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle {
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 639px) {
    .Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle {
        margin-top: 15px;
        font-size: 14px
    }
}

.Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest.post-thumb {
    background-position: center center
}

.Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest.post-thumb:before {
    background: rgba(13, 23, 34, 0.7);
    background: linear-gradient(155deg, rgba(13, 23, 34, 0.7) 0%, rgba(0, 77, 170, 0.85) 100%)
}

@media (max-width: 959px) {
    .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest {
        height: auto
    }
    .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-title {
        font-size: 30px;
        line-height: 36px
    }
    .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-subtitle {
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 639px) {
    .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-title {
        font-size: 24px
    }
    .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-subtitle {
        margin-top: 15px;
        font-size: 14px
    }
}

.Blog-Detail .blog-section {
    border-left: 1px solid #fafafa;
    position: relative
}

@media (min-width: 960px) {
    .Blog-Detail .blog-section {
        margin-left: 55px
    }
    .Blog-Detail.blog-seminar .blog-section,
    .Blog-Detail.blog-news .blog-section {
        margin-left: 0px
    }
}

.Blog-Detail .blog-section #recaptcha_area,
.Blog-Detail .blog-section #recaptcha_table {
    margin-left: -3px
}

.Blog-Detail .blog-section a:hover {
    opacity: 0.7
}

.Blog-Detail .blog-section .post-body ul {
    list-style: none;
    padding-left: 20px
}

.Blog-Detail .blog-section .post-body ul li {
    padding-left: 20px;
    position: relative
}

.Blog-Detail .blog-section .post-body ul li:before {
    content: '';
    border: 2px solid #0061D5;
    border-radius: 100%;
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 14px;
    transform: translate(0, -50%);
    width: 6px
}

.Blog-Detail .blog-section .post-body ul li+li {
    margin-top: 5px
}

.Blog-Detail .blog-section .post-body ol {
    counter-reset: li;
    list-style: none;
    padding-left: 40px
}

.Blog-Detail .blog-section .post-body ol li {
    position: relative
}

.Blog-Detail .blog-section .post-body ol li+li {
    margin-top: 5px
}

.Blog-Detail .blog-section .post-body ol li:before {
    color: #0061D5;
    counter-increment: li;
    content: counter(li);
    position: absolute;
    width: 22px;
    background-position: center;
    left: -19px;
    top: 1px;
    display: block;
    font-weight: bold;
    vertical-align: middle;
    height: 26px
}

.Blog-Detail .blog-section .post-body ol li:nth-child(n+10):before {
    left: -28px
}

.Blog-Detail .blog-section .post-body h1,
.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body .h1,
.Blog-Detail .blog-section .post-body .h2 {
    text-align: left
}

.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body .h2 {
    color: #565656
}

@media (min-width: 960px) {
    .Blog-Detail .blog-section .post-body h2:not(#toc-0) {
        margin-top: 60px
    }
    .Blog-Detail .blog-section .post-body h3,
    .Blog-Detail .blog-section .post-body .h3,
    .Blog-Detail .blog-section .post-body h4,
    .Blog-Detail .blog-section .post-body .h4,
    .Blog-Detail .blog-section .post-body h5,
    .Blog-Detail .blog-section .post-body .h5,
    .Blog-Detail .blog-section .post-body h6,
    .Blog-Detail .blog-section .post-body .h6 {
        margin-top: 45px
    }
    .Blog-Detail .blog-section .post-body .hs_cos_wrapper h2:first-child:not(#toc-0) {
        margin-top: 0px
    }
}

.Blog-Detail .blog-section .post-body h5,
.Blog-Detail .blog-section .post-body h6,
.Blog-Detail .blog-section .post-body .h5,
.Blog-Detail .blog-section .post-body .h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-weight: 500;
    border-left: #333 solid 3px;
    padding-left: 10px
}

.Blog-Detail .blog-section .post-body blockquote {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 20px;
    background-color: #f4f8f9
}

.Blog-Detail .blog-section .post-body blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    color: #0061D5;
    display: inline-block;
    padding-right: 10px;
    font-size: 25px;
    position: relative;
    top: 0px;
    line-height: 0
}

.Blog-Detail .blog-section .post-body blockquote:after {
    content: "\f10e";
    font-family: "FontAwesome";
    color: #0061D5;
    display: inline-block;
    padding-left: 10px;
    font-size: 25px;
    position: relative;
    bottom: -10px;
    line-height: 0
}

.Blog-Detail .blog-section .post-body blockquote p {
    display: inline
}

.Blog-Detail .blog-section .post-body figure figcaption {
    font-size: 14px;
    margin-top: 6px
}

.Blog-Detail .blog-section .post-body figure img {
    margin-bottom: 0px !important
}

.Blog-Detail .blog-section .post-body dl dt {
    margin: 10px 0px;
    font-weight: bold
}

.Blog-Detail .blog-section .post-body dl dd {
    display: list-item;
    list-style-type: disc
}

.Blog-Detail .blog-section img {
    height: auto;
    max-width: 100% !important
}

@media (max-width: 767px) {
    .sodium-blog .blog-section img {
        max-width: 100% !important;
        margin-bottom: 1.5em
    }
}

.Blog-Detail .blog-section h2.blog-title {
    margin-top: 55px;
    font-size: 31px;
    color: #ffc400;
    text-align: left;
    font-weight: 400
}

.Blog-Detail .blog-section ul .social {
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px
}

.Blog-Detail .blog-section ul .social li {
    margin-right: 10px;
    display: inline-block
}

.Blog-Detail .blog-section ul .social li:before {
    display: none
}

.Blog-Detail .blog-section ul .social li a {
    height: 42px;
    width: 42px;
    display: block;
    text-align: center;
    line-height: 42px;
    background-color: #0061D5;
    border-radius: 3px;
    border: solid 1px #0061D5;
    color: #FFFFFF
}

.Blog-Detail .blog-section ul .social li a:hover {
    background-color: #FFFFFF;
    color: #0061D5
}

.Blog-Detail .blog-section ul .social li a i {
    font-size: 20px
}

.Blog-Detail .blog-section .post-details {
    padding: 0px;
    margin: 3px 0px 22px 0px;
    margin-top: 50px
}

.Blog-Detail.blog-section .post-details li {
    font-size: 11px;
    color: #a09f9f;
    display: inline-block
}

.Blog-Detail .blog-section .post-details li a {
    color: #a09f9f
}

.Blog-Detail .blog-section .post-details li i {
    color: #0061D5;
    font-size: 11px
}

.Blog-Detail .post-cta {
    text-align: center;
    margin-top: 50px
}

@media (min-width: 481px) and (max-width: 959px) {
    .Blog-Detail .post-cta {
        margin-bottom: 55px
    }
}

.Blog-Detail .social-blog {
    overflow: hidden;
    height: 269px;
    position: absolute;
    border: 4px;
    overflow: hidden;
    width: 40px;
    transform: translateX(-60px)
}

.Blog-Detail .social-blog .social-list {
    height: 249px;
    position: absolute;
    left: 0
}

.Blog-Detail .social-blog ul {
    width: 40px;
    padding-left: 0px
}

.Blog-Detail .social-blog ul li {
    background-color: #0061D5;
    list-style: none;
    width: 40px;
    height: 40px;
    padding: 5px 8px;
    margin-bottom: 1px;
    transition: 0.3s;
    border: 2px solid #0061D5
}

.Blog-Detail .social-blog ul li.facebook {
    background-color: #315096;
    border: 2px solid #315096
}

.Blog-Detail .social-blog ul li.twitter {
    background-color: #55acee;
    border: 2px solid #55acee;
}

.Blog-Detail .social-blog ul li.googleplus {
    background-color: #dd4b39;
    border: 2px solid #dd4b39
}

.Blog-Detail .social-blog ul li.hatena {
    background-color: #1ba5dc;
    border: 2px solid #1ba5dc
}

.Blog-Detail .social-blog ul li.pocket {
    background-color: #ef3e56;
    border: 2px solid #ef3e56
}

.Blog-Detail .social-blog ul li.email {
    background-color: #5da7c6;
    border: 2px solid #5da7c6
}

.Blog-Detail .social-blog ul li:hover {
    background-color: #fff
}

.Blog-Detail .social-blog ul li:hover a {
    color: #0061D5
}

.Blog-Detail .social-blog ul li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF
}

.Blog-Detail .social-blog ul li a .fa-hatena::before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

.Blog-Detail .social-blog .hide-arrow {
    background-color: #e1e1e1;
    color: #FFF;
    text-align: center;
    border: 0;
    display: block;
    font-size: 16px;
    width: 40px;
    padding: 1px 0;
    cursor: pointer;
    margin-top: 206px
}

.Blog-Detail.blog-mobile-layout .social-blog {
    position: absolute !important;
    bottom: 0px;
    top: initial !important;
    width: 100% !important;
    height: 45px;
    transform: translateX(0px);
    margin-top: 40px;
    margin-bottom: 40px
}

.Blog-Detail.blog-mobile-layout .social-blog.hide-bt {
    bottom: -40px
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list {
    height: auto;
    width: 100%;
    left: auto;
    right: auto;
    text-align: center;
    bottom: 0px
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list ul {
    width: 100%
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list ul li {
    display: inline-block
}

@media (max-width: 480px) {
    .Blog-Detail.blog-mobile-layout .social-blog {
        position: fixed !important;
        bottom: 0px;
        left: 0px;
        width: 100% !important;
        height: 40px;
        z-index: 998;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #e1e1e1;
        transition: bottom .3s ease
    }
    .Blog-Detail.blog-mobile-layout .social-blog .hide-bt {
        bottom: -40px
    }
    .Blog-Detail.blog-mobile-layout .social-blog .social-list {
        height: auto;
        width: 100%;
        left: auto;
        right: auto;
        text-align: center;
        bottom: 0px
    }
    .Blog-Detail.blog-mobile-layout .social-blog .social-list ul {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
    .Blog-Detail.blog-mobile-layout .social-blog .social-list ul li {
        display: block;
        margin-bottom: 0px;
        height: 40px;
        width: 16.6667%;
        padding: 5px 8px
    }
    .Blog-Detail.blog-mobile-layout .social-blog .hide-arrow {
        margin-top: 0px;
        height: 40px;
        padding: 0px;
        float: right;
        display: none
    }
    .Blog-Detail.blog-mobile-layout .social-blog .hide-arrow i {
        transform: rotate(90deg);
        font-size: 22px
    }
}

.Blog-Detail .section.post-body {
    border: 1px solid #ddd;
    padding: 50px;
    min-height: 800px
}

.Blog-Detail .blog-mobile-layout .section.post-body {
    padding-bottom: 90px !important
}

.Blog-Detail .section.post-body .youtube-container-pane {
    margin: 0 auto;
    max-width: 100% !important
}

.Blog-Detail .section.post-body .youtube-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.Blog-Detail .section.post-body .youtube-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.Blog-Detail .section.post-body pre,
.Blog-Detail .section.post-body code {
    font-family: 'Source Sans Pro';
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 19px;
    overflow-x: auto;
    overflow-y: auto;
    padding: 6px;
    border-radius: 3px;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .Blog-Detail .section.post-body {
        padding-top: 15px
    }
    .Blog-Detail .blog-section,
    .Blog-Detail .widget-type-blog_comments {
        padding-right: 0px
    }
    .Blog-Detail .widget-type-blog_content>.blog-section {
        padding-right: 0px
    }
    .Blog-Detail .side-bar-blog .widget-type-blog_subscribe {
        display: none
    }
}

.Blog-Detail .fb-likebtn {
    display: table;
    background: #3E3E3E;
    color: #fff;
    text-align: center;
    margin: 30px 0 50px;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%
}

.Blog-Detail .fb-likebtn .fb_reset {
    display: none
}

.Blog-Detail .fb-likebtn .fb-button {
    transform: scale(1.2);
    overflow: hidden
}

.Blog-Detail .fb-likebtn .eyecatch,
.Blog-Detail .fb-likebtn .rightbox {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    border: none
}

.fb-likebtn .eyecatch img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.fb-likebtn .like_text {
    font-size: 1.05em;
    margin-top: 1em;
    font-weight: bold;
    line-height: 1.4
}

.fb-likebtn .like_text p {
    margin-bottom: 1em;
    font-weight: normal
}

.fb-likebtn .like_text .small {
    font-size: 11px;
    color: #ccc;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .fb-likebtn .fb-button {
        transform: scale(1)
    }
    .fb-likebtn .like_text {
        font-size: .9em
    }
    .fb-likebtn .like_text p {
        margin-bottom: 0;
        padding: 0
    }
    .Blog-Detail .fb-likebtn .eyecatch,
    .Blog-Detail .fb-likebtn .rightbox {
        width: 100%
    }
    .Blog-Detail .fb-likebtn .eyecatch {
        display: none
    }
    .Blog-Detail .fb-likebtn .rightbox {
        display: block;
        padding: 20px
    }
}

.Blog-Detail .blog-section .post-body h2 {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 40px;
    padding: 10px 40px;
    color: #fff;
    background-color: #7e7e7e;
    border-left: #717171 solid 6px;
    font-size: 26px;
    font-weight: bold
}

.Blog-Detail .blog-section .post-body h3 {
    margin-bottom: 25px;
    padding-left: 4px;
    padding-bottom: 10px;
    color: #3E3E3E;
    border-bottom: #3E3E3E solid 2px;
    font-weight: bold;
    font-size: 20px
}

.Blog-Detail .blog-section .post-body .h4 {
    border-bottom: none
}

.Blog-Detail .blog-section .post-body h4,
.Blog-Detail.blog-section .post-body .h4 {
    margin-bottom: 25px;
    padding-left: 12px;
    padding-bottom: 0;
    border-left: #333 solid 5px;
    font-size: 18px;
    font-weight: bold
}

.Blog-Detail .blog-section .post-body h2 span {
    color: #FFFFFF
}

.Blog-Detail .blog-section .post-body h3 span,
.Blog-Detail .blog-section .post-body h4 span {
    color: #3E3E3E
}

.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body h3,
.Blog-Detail .blog-section .post-body h4,
.Blog-Detail .blog-section .post-body h5,
.Blog-Detail .blog-section .post-body h6 {
    line-height: 1.5
}

.Blog-Detail .blog-section .post-body p {
    line-height: 1.75;
    margin-bottom: 20px;
    margin-top: 20px;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-lines: 3
}

.Blog-Detail .blog-section .post-body p:first-child {
    margin-top: 0px
}

.Blog-Detail .blog-section .post-body .hs_cos_wrapper>p:last-child {
    margin-bottom: 0px
}

.Blog-Detail .blog-section .post-body ul li {
    font-size: 16px
}

.Blog-Detail .blog-section .post-body table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: auto;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.5;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px
}

.Blog-Detail .blog-section .post-body table:last-child {
    margin-bottom: 0
}

.Blog-Detail .blog-section .post-body table td {
    padding: 9px 10px 8px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-lines: 3
}

.Blog-Detail .blog-section .post-body table th {
    padding: 9px 10px 8px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    background-color: #e4eef0;
    text-align: left
}

.Blog-Detail .blog-section .post-body table p {
    font-size: 16px;
    margin-bottom: 0
}

.Blog-Detail .blog-section .post-body a:not(.Button--large):not(.pager-load-more a):not(.item-list .pager-load-more a):not(.Button--outline):not(.pager-load-more a):not(.item-list .pager-load-more a),
.Blog-Detail .blog-section .post-body span a:not(.Button--large):not(.pager-load-more a):not(.item-list .pager-load-more a):not(.Button--outline):not(.pager-load-more a):not(.item-list .pager-load-more a) {
    font-size: inherit;
    text-decoration: underline
}

.Blog-Detail .blog-section .post-body a.link-inside,
.Blog-Detail .blog-section .post-body span a.link-inside {
    text-decoration: none
}

.Blog-Detail .blog-section .post-body a.link-inside:hover,
.Blog-Detail .blog-section .post-body span a.link-inside:hover {
    text-decoration: underline
}

.Blog-Detail .blog-section .post-body table td a {
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    .Blog-Detail .section.post-body {
        padding-left: 15px;
        padding-right: 15px
    }
    .Blog-Detail .blog-section .post-body h2 {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
        padding: 10px 10px;
        font-size: 20px
    }
    .Blog-Detail .blog-section .post-body h3 {
        padding-bottom: 6px;
        font-size: 18px
    }
    .Blog-Detail .blog-section .post-body h4 {
        font-size: 16px
    }
    .Blog-Detail .blog-section .post-body p {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.Blog-Detail #toc-box {
    margin-bottom: 30px;
    padding: 15px 10px 5px 10px;
    border: 1px solid #ddd;
    background-color: #f6f6f6
}

.Blog-Detail #toc-title {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 200
}

.Blog-Detail #toc-index {
    margin-top: 10px;
    margin-bottom: 10px
}

.Blog-Detail #toc-index>li:before {
    color: #3E3E3E;
    font-weight: normal
}

.Blog-Detail #toc-index>li a {
    font-weight: 300;
    color: #3E3E3E
}

@media only screen and (max-width: 767px) {
    .Blog-Detail #toc-index>li a {
        font-size: 16px
    }
}

.Blog-List .post-news dl.list {
    text-align: left;
    border-top: #ccc dotted 1px;
    margin-top: 0px
}

.Blog-List .post-news dl.list dt {
    padding-top: 20px;
    padding-left: 8px;
    color: #666;
    font-size: 0.9rem
}

.Blog-List .post-news dl.list dd {
    margin-top: -48px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8em;
    font-weight: normal;
    line-height: 1.5;
    border-bottom: #ccc dotted 1px;
    margin-left: 0px
}

.Blog-List .post-news dl.list dd p {
    margin: 0px
}

.Blog-List .post-news dl.list dd ul {
    margin-top: 5px;
    padding-left: 0px;
    list-style-position: inside
}

.Blog-List .post-news dl.list dd .tag {
    background: #0061D5;
    color: #fff;
    font-size: 13px;
    padding: 0px 8px 2px 8px;
    margin-right: 8px
}

.Blog-List .post-news dl.list dd a {
    font-weight: 500;
    color: #666666
}

.Blog-List .post-news dl.list dd a:hover {
    opacity: 0.7;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .Blog-List .post-news dl.list {
        border-top: 0px
    }
    .Blog-List .post-news dl.list dt {
        padding-top: 20px
    }
    .Blog-List .post-news dl.list dd {
        margin-top: -2rem;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        padding-left: 6rem
    }
}

#Blog-Sidebar .subcription form .hs-form-field {
    margin-bottom: 10px
}

#Blog-Sidebar .subcription form input.hs-input {
    border: 0;
    border-bottom: dotted 1px #999;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #3E3E3E;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 0px
}

#Blog-Sidebar .subcription form .hs-error-msgs {
    text-align: center
}

#Blog-Sidebar .subcription form .hs_error_rollup {
    margin-bottom: 10px;
    text-align: center
}

#Blog-Sidebar .subcription form input.hs-input:focus {
    color: initial !important;
    box-shadow: none !important;
    border-color: none !important
}

#Blog-Sidebar .subcription form .actions,
#Blog-Sidebar .subcription form .hs-form-booleancheckbox {
    text-align: center
}

#Blog-Sidebar .subcription form .actions .hs-button.primary {
    width: 100%;
    height: 40px;
    line-height: 36px;
    font-size: 14px
}

#Blog-Sidebar .subcription form .form-privacy {
    margin-bottom: 0px
}

#Blog-Sidebar .subcription form .hs-error-msgs {
    margin-top: 0px
}

#Blog-Sidebar .subcription form label {
    font-size: 13px;
    font-weight: bold;
    color: #3E3E3E;
    position: relative
}

#Blog-Sidebar .subcription form label span {
    color: #3E3E3E
}

#Blog-Sidebar .subcription form label span.hs-form-required {
    color: #FFF;
    background-color: #f00;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    font-size: 11px
}

#Blog-Sidebar .subcription form input[type="checkbox"] {
    position: relative;
    height: 3px;
    width: 15px;
    top: -6px;
    margin-right: 3px;
    visibility: hidden
}

#Blog-Sidebar .subcription form input[type="checkbox"]+span {
    color: #3E3E3E
}

#Blog-Sidebar .subcription form input[type="checkbox"]+span:before {
    content: "\f096";
    position: absolute;
    top: -3px;
    left: -1px;
    display: block;
    color: #e0e0e0;
    width: 16px;
    height: 16px;
    font-family: "FontAwesome"
}

#Blog-Sidebar .subcription form input[type="checkbox"]:checked+span:before {
    content: "\f14a";
    color: #4da6db
}

#Blog-Sidebar .subcription form input[type="radio"] {
    position: relative;
    height: 3px;
    width: 15px;
    top: -6px;
    visibility: hidden;
    margin-right: 8px
}

#Blog-Sidebar .subcription form input[type="radio"]+span {
    color: #3E3E3E
}

#Blog-Sidebar .subcription form input[type="radio"]+span:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    background-image: url("https://products.nvc.co.jp/hubfs/library/classic/images/radio.png");
    display: block;
    width: 16px;
    height: 16px;
    background-position: 0px 0px
}

#Blog-Sidebar .subcription form input[type="radio"]:checked+span:before {
    background-position: 16px 0px
}

#Blog-Sidebar .subcription form select {
    background-color: #fff;
    border: 0;
    outline: 0;
    font-size: 16px;
    border-bottom: solid 1px #ffc400;
    color: #626262;
    margin-top: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0px;
    border-radius: 0;
    background-image: url("https://products.nvc.co.jp/hubfs/library/classic/images/arrow_down.png");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 64%
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .input,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .input {
    margin-right: 0 !important
}

#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_lastname,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_firstname {
    width: 100%;
    float: none
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 input[type="email"] {
    width: 100% !important
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check input {
    width: auto !important
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check .input input[type="checkbox"].hs-input+span:before {
    display: none
}

#Blog-Sidebar .subcription form.hs-form .hs-form-field .input input[type="checkbox"].hs-input+span {
    padding-left: 0px
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check .input input[type="checkbox"].hs-input+span:after {
    top: 12px
}

#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_lastname input,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_firstname input {
    width: 100%
}

#Blog-Sidebar .subcription form.hs-form .inputs-list li label {
    font-size: 12px;
    color: #F00
}

#Blog-Sidebar .subcription ul.inputs-list {
    list-style-type: none;
    padding-left: 0px
}

#Blog-Sidebar .subcription .subscript input {
    width: 100%
}

#Blog-Sidebar .subcription .blog-subscribe {
    margin-top: 20px;
    border-top: none;
    background: #FFF
}

#Blog-Sidebar .subcription .blog-subscribe h3.title {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #3E3E3E;
    position: relative
}

#Blog-Sidebar .subcription .blog-subscribe h3.title::after {
    content: "";
    height: 8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
    background-size: 3px 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px
}

#Blog-Sidebar .subcription .blog-subscribe h3.title span {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-right: 10px;
    color: #3E3E3E
}

#Blog-Sidebar .subcription .blog-subscribe .form-title {
    display: none
}

#Blog-Sidebar .subcription .widget-type-form {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 0px
}

#Blog-Sidebar .subcription .blog-subscribe .hs-form {
    padding-left: 5px;
    padding-right: 5px
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check {
    margin-top: -10px
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check input {
    width: auto !important
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check .input input[type="checkbox"].hs-input+span:before {
    display: none
}

#Blog-Sidebar .subcription form.hs-form .hs-form-field .input input[type="checkbox"].hs-input+span {
    padding-left: 0px
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check .input input[type="checkbox"].hs-input+span:after {
    top: 10px
}

#Blog-Sidebar .subcription .submit-message {
    font-size: 13px;
    line-height: 20px
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools {
    position: relative;
    padding: 10px;
    margin-bottom: 0;
    width: 100%
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools * {
    padding: 0px
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table,
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools th,
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools td {
    padding: 0;
    border-style: none
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box {
    margin-bottom: 0
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input {
    height: 40px;
    padding: 0;
    border-bottom: #999 dotted 1px
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box {
    border: none;
    height: auto
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box-focus,
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box-hover {
    box-shadow: none !important
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input {
    font-size: 14px;
    line-height: 1;
    padding-left: 5px !important;
    margin: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: #999 dotted 1px;
    box-sizing: border-box;
    transition: background-color 0.24s ease-in-out
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input::-webkit-input-placeholder,
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input:-ms-input-placeholder,
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input::-moz-placeholder {
    color: #ccc;
    border: none !important
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input:focus,
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input:hover {
    box-shadow: none;
    color: #0D1722;
    border: none !important
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-search-button:before {
    display: none
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
    padding: 8px 27px;
    width: auto;
    background-color: #E51373 !important;
    border: none !important;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    margin-left: 8px !important;
    transition: all 0.3s linear
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:hover {
    opacity: 0.7
}

@media (max-width: 959px) {
    .Wrap-paddingSmall {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 959px) {
    .Blog-Basic #BreadCrumb.BlogBreadCrumb ul.breadcrumb {
        border-bottom: 1px solid #ebebeb
    }
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
    background-color: #2c3e50
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound h3.form-title {
    border-bottom: none;
    margin-bottom: 20px
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs {
    padding-left: 0px;
    list-style-type: none
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs li {
    padding-left: 0px
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs li:before {
    display: none
}

@media (max-width: 960px) {
    .Blog-Basic .LP-Form.LP-Form-inpage.overlay {
        padding: 0px
    }
    .Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
        padding: 30px 30px
    }
}

@media (max-width: 479px) {
    .Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
        padding: 30px 15px
    }
}

@media (max-width: 413px) {
    .Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound .actions .hs-button.primary {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.Blog-Detail .blog-section .post-body .table-wrap {
    width: 100%;
    max-width: 764px;
    overflow: auto
}

.Blog-Detail .blog-section .post-body .table-wrap table {
    min-width: 100%
}

@media (max-width: 767px) {
    .Blog-Detail .blog-section .post-body .table-wrap table th {
        min-width: 130px
    }
}

.Page .Body.bg-pattern {
    background-image: url(https://4570661.fs1.hubspotusercontent-na1.net/hubfs/4570661/library/classic/images/resource-bg.jpg)
}

#BreadCrumb ul.breadcrumb,
#BreadCrumb ul.hs-breadcrumb-menu {
    font-size: 12px;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10px;
    padding-bottom: 15px;
    clear: both;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb
}

#BreadCrumb ul.breadcrumb li,
#BreadCrumb ul.hs-breadcrumb-menu li {
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    color: #4a4a4a;
    float: none
}

#BreadCrumb ul.breadcrumb li a,
#BreadCrumb ul.hs-breadcrumb-menu li a {
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: underline
}

#BreadCrumb ul.breadcrumb li:after,
#BreadCrumb ul.hs-breadcrumb-menu li:after {
    margin-left: 3px;
    margin-right: 3px;
    content: "/"
}

#BreadCrumb ul.breadcrumb li:last-child:after,
#BreadCrumb ul.hs-breadcrumb-menu li:last-child:after {
    margin-left: 0;
    margin-right: 0;
    content: ""
}

#BreadCrumb ul.breadcrumb li.post span,
#BreadCrumb ul.hs-breadcrumb-menu li.post span {
    color: #4a4a4a
}

#BreadCrumb ul.breadcrumb li.hs-breadcrumb-menu-item,
#BreadCrumb ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
    float: none;
    padding: 0px
}

#BreadCrumb ul.breadcrumb li .hs-breadcrumb-menu-divider:before,
#BreadCrumb ul.hs-breadcrumb-menu li .hs-breadcrumb-menu-divider:before {
    display: none
}

main.bg-pattern #BreadCrumb ul.breadcrumb,
main.bg-pattern #BreadCrumb ul.hs-breadcrumb-menu {
    border-bottom: none
}

main.bg-pattern #BreadCrumb ul.breadcrumb li,
main.bg-pattern #BreadCrumb ul.breadcrumb a,
main.bg-pattern #BreadCrumb ul.hs-breadcrumb-menu li,
main.bg-pattern #BreadCrumb ul.hs-breadcrumb-menu a {
    color: #fff
}

#pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    transition: bottom .3s ease
}

#pagetop.push-topbtn {
    bottom: 50px
}

#pagetop a:hover {
    text-decoration: none
}

#pagetop i {
    width: 60px;
    height: 60px;
    padding-bottom: 3px;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    transition: all 0.3s
}

#pagetop i:hover {
    opacity: 0.8
}

#pagetop .fa {
    color: #333;
    font-size: 40px;
    text-align: center
}

@media (max-width: 959px) {
    #pagetop {
        width: 50px;
        height: 50px;
        left: 15px;
        bottom: 15px
    }
    #pagetop i {
        width: 50px;
        height: 50px;
        border-radius: 25px
    }
    #pagetop:hover {
        opacity: 1
    }
    #pagetop .fa {
        font-size: 2.0rem
    }
}

@media (max-width: 959px) {
    .Page .Footer {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.overlay-bg {
    position: relative;
    background: #0D1722 center no-repeat;
    background-size: cover
}

.overlay-bg:before {
    background: rgba(19, 90, 136, 0.75);
    background: linear-gradient(155deg, rgba(19, 90, 136, 0.75) 0%, rgba(19, 90, 136, 0.85) 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.mfp-title {
    margin-top: 10px
}

.color {
    color: #0061D5 !important
}

.color .point {
    width: 60px;
    height: 60px;
    margin-left: -2px;
    margin-right: 13px;
    padding-top: 10px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    background-color: #0061D5 !important;
    font-weight: 500
}

.anchor-link .Row.anchor {
    margin-bottom: 0
}

.anchor-link .Row.anchor a {
    border-radius: 5px;
    display: block;
    padding: 10px 40px 10px 40px;
    background: #f2f2f2;
    border-bottom: #fff solid 2px;
    color: #707070;
    transition: all 0.3s;
    text-align: center
}

.anchor-link .Row.anchor a:hover {
    background-color: #1977b5;
    color: #FFF;
    text-decoration: none
}

.ClickToZoom {
    cursor: zoom-in;
    transition: opacity 0.3s ease-out
}

.ClickToZoom:hover {
    opacity: 0.8
}

.mfp-content .mfp-figure .mfp-bottom-bar {
    left: 2px !important;
    bottom: -5rem !important;
    top: auto;
    height: 5rem
}

.mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
    margin-top: 10px
}

@media (max-width: 768px) {
    .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
        font-size: 15px;
        line-height: 18px
    }
}

.mfp-content .mfp-figure .mfp-close {
    top: -40px;
    right: -5px;
    padding-right: 15px
}

.mfp-content .mfp-figure img.mfp-img {
    padding: 0px
}

.LP-Basic.Page {
    padding-top: 0px
}

.LP-Basic.Page .Hero--small.smallest .Hero-title,
.LP-Basic.Page .Hero--small.smallest.mgtop-30,
.LP-Basic.Page .LP-Detail-Case .Hero--small.smallest.interview,
.LP-Detail-Case .LP-Basic.Page .Hero--small.smallest.interview,
.LP-Basic.Page .LP-Detail-Case .Hero--small.smallest.guest,
.LP-Detail-Case .LP-Basic.Page .Hero--small.smallest.guest {
    margin-top: 0px
}

.LP-Basic .Header {
    position: static
}

.LP-Basic .Footer {
    padding: 30px 0px
}

.LP-Basic .LP-Hero .Hero--small.smallest {
    height: 340px
}

.LP-Basic .LP-Hero .Hero--small.smallest .Wrap--narrow {
    max-width: 1020px
}

@media (max-width: 959px) {
    .Resource-form {
        padding: 40px
    }
    .Resource-form .hs-form fieldset {
        margin: 0px auto
    }
}

.LP-Form {
    position: relative;
    padding: 0px 0px 30px 0px;
    background-size: cover;
    background-repeat: no-repeat
}

.LP-Form-title,
.LP-Form .form-title {
    font-size: 22px;
    color: #fff;
    text-align: center
}

@media (max-width: 639px) {
    .LP-Form-title,
    .LP-Form .form-title {
        font-size: 18px
    }
}

.LP-Form .hs-form-field {
    margin-bottom: 20px
}

.LP-Form .hs-form-field .inputs-list.multi-container {
    list-style-type: none;
    padding-left: 0px
}

.LP-Form .hs-form-field .inputs-list.multi-container li label span {
    font-weight: 200
}

.LP-Form .hs-form-field .inputs-list.multi-container li label.hs-form-checkbox-display {
    position: relative
}

.LP-Form .hs-form-field .hs-input {
    font-size: 15px;
    margin-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border: #ccc solid 1px;
    box-sizing: border-box;
    border-radius: 0;
    height: 40px;
    color: #3E3E3E;
    background-color: transparent;
    border: 1px solid rgba(254, 254, 254, 0.6);
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
    font-weight: 200
}

.LP-Form .hs-form-field .hs-input::-webkit-input-placeholder {
    color: rgba(254, 254, 254, 0.7)
}

.LP-Form .hs-form-field .hs-input:-ms-input-placeholder {
    color: rgba(254, 254, 254, 0.7)
}

.LP-Form .hs-form-field .hs-input::-moz-placeholder {
    color: rgba(254, 254, 254, 0.7);
    opacity: 1
}

.LP-Form .hs-form-field .hs-input:-moz-placeholder {
    color: rgba(254, 254, 254, 0.7);
    opacity: 1
}

.LP-Form .hs-form-field input.hs-input {
    width: 100%;
    height: 40px;
    color: #fff
}

.LP-Form .hs-form-field select.hs-input {
    width: 100% !important;
    height: 40px;
    margin-top: 3px !important;
    padding-left: 5px;
    padding-right: 0 !important;
    font-size: 15px;
    line-height: 1;
    border: #ccc solid 1px;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 0 !important;
    color: rgba(254, 254, 254, 0.7) !important;
    background-image: url("//5608010.fs1.hubspotusercontent-na1.net/hubfs/5608010/library/classic/images/angle-down-gray.png");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .LP-Form .hs-form-field select.hs-input:-ms-input-placeholder {
        color: rgba(254, 254, 254, 0.7)
    }
}

.LP-Form .hs-form-field select.hs-input::-ms-expand {
    display: none
}

.LP-Form .hs-form-field select.hs-input.white-color {
    color: #fff !important
}

.LP-Form .hs-form-field select.hs-input option {
    color: #4a4a4a !important
}

.LP-Form .hs-form-field select::ms-expand {
    display: none
}

.LP-Form .hs-form-field textarea.hs-input {
    width: 100%;
    color: #fff;
    height: inherit;
    min-height: 130px
}

.LP-Form .hs-form-field input.hs-input:focus,
.LP-Form .hs-form-field textarea.hs-input:focus,
.LP-Form .hs-form-field select.hs-input:focus {
    border-color: #FFF !important;
    outline: none
}

.LP-Form .hs-form-field input[type="email"]::-webkit-input-placeholder {
    padding-top: 2px;
    color: #c8c8c8
}

.LP-Form .hs-form-field input[type="email"]:-moz-placeholder {
    padding-top: 2px;
    color: #c8c8c8
}

.LP-Form .hs-form-field input[type="email"]:focus::-webkit-input-placeholder {
    color: transparent
}

.LP-Form .hs-form-field input[type="email"]:focus:-moz-placeholder {
    color: transparent
}

.LP-Form .hs-form-field input[type="email"]:focus::-moz-placeholder {
    color: transparent
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input,
.LP-Form .hs-form-field input[type="radio"].hs-input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input+span,
.LP-Form .hs-form-field input[type="radio"].hs-input+span {
    position: relative;
    padding: 0 0px 0 24px
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input+span::before,
.LP-Form .hs-form-field input[type="checkbox"].hs-input+span::after,
.LP-Form .hs-form-field input[type="radio"].hs-input+span::before,
.LP-Form .hs-form-field input[type="radio"].hs-input+span::after {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input+span::before,
.LP-Form .hs-form-field input[type="radio"].hs-input+span::before {
    border-color: #00acc1;
    border-color: #ec407a;
    z-index: 0;
    background-color: transparent;
    width: 15px;
    height: 15px;
    border: 2px #FFF solid;
    border-radius: 4px
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input+span::after,
.LP-Form .hs-form-field input[type="radio"].hs-input+span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input:checked+span::before,
.LP-Form .hs-form-field input[type="radio"].hs-input:checked+span::before {
    background-color: #616161
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input:checked+span::after,
.LP-Form .hs-form-field input[type="radio"].hs-input:checked+span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 7px;
    left: 4px;
    margin: 0px;
    content: '';
    width: 7px;
    height: 7px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .LP-Form .hs-form-field input[type="checkbox"].hs-input+span::before,
    .LP-Form .hs-form-field input[type="radio"].hs-input+span::before {
        top: 5px
    }
    .LP-Form .hs-form-field input[type="checkbox"].hs-input+span::after,
    .LP-Form .hs-form-field input[type="radio"].hs-input+span::after {
        top: 5px
    }
}

.LP-Form .hs-form-field label span {
    font-size: 15px;
    color: #fff;
    font-weight: bold
}

.LP-Form .hs-form-field label span.hs-form-required {
    background-color: #f00;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-left: 5px
}

.LP-Form .hs-form-field .hs-error-msgs {
    margin: 0px;
    padding-left: 0px;
    list-style: none
}

.LP-Form .hs-form-field .hs-error-msgs li {
    line-height: 18px
}

.LP-Form .hs-form-field .hs-error-msgs li label {
    font-size: 12px;
    color: #F20;
    font-weight: bold;
    margin-top: 5px
}

.LP-Form .form-columns-2 .hs-form-field {
    width: 50%;
    float: left
}

.LP-Form .form-columns-2 .hs-form-field .input {
    margin-right: 8px
}

.LP-Form .form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0px
}

.LP-Form .form-columns-1 .hs-form-field .input {
    margin-right: 0px
}

.LP-Form .form-columns-1 .hs-form-field .input .hs-input {
    width: 100%
}

.LP-Form .form-columns-1 .hs-form-field select.hs-input {
    background-position-x: 99%
}

.LP-Form .actions {
    text-align: center
}

.LP-Form .hs-privacy_policy_check .inputs-list {
    list-style: none;
    text-align: center
}

.LP-Form .hs-privacy_policy_check .inputs-list .hs-error-msgs label {
    text-align: center
}

.LP-Form .hs-privacy_policy_check .inputs-list li label {
    position: relative
}

.LP-Form .hs_error_rollup .inputs-list {
    list-style: none;
    text-align: center;
    margin-bottom: 10px
}

.LP-Form .hs_error_rollup .inputs-list li label {
    font-size: 12px;
    color: #F20;
    font-weight: bold;
    margin-top: 5px
}

.LP-Form .form-privacy {
    color: #fff;
    font-weight: 200;
    font-size: 13px;
    line-height: 20px
}

.LP-Form .form-privacy a {
    color: #FFF;
    text-decoration: underline
}

@media (max-width: 639px) {
    .LP-Form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        float: none !important
    }
    .LP-Form fieldset.form-columns-2 .hs-form-field .input {
        margin-right: 0px !important
    }
    .LP-Form fieldset.form-columns-2 .hs-form-field .input input.hs-input {
        width: 100% !important
    }
}

.LP-Form.overlay {
    position: relative;
    padding: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat
}

.LP-Form.overlay .opacity-bg {
    background: rgba(25, 116, 210, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.LP-Form.overlay .form_head {
    position: relative
}

.LP-Form.overlay .form_head .form-title {
    margin-top: 0px
}

.LP-Form.overlay .form_head .form-subtitle {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center
}

.LP-Form.overlay .form_inbound {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 50px;
    padding-top: 40px;
    background-color: rgba(44, 62, 80, 0.9);
    opacity: .9;
    border-top: none;
    box-shadow: none;
    padding: 40px
}

.LP-Form.overlay .form_inbound .form-title,
.LP-Form.overlay .form_inbound .form-subtitle {
    color: #FFF !important;
    text-align: center;
    margin-top: 0px
}

.LP-Form.overlay .form_inbound .text {
    color: #FFF !important
}

.LP-Form.overlay .form_inbound .hs-form .hs-form-field {
    margin-bottom: 20px
}

.LP-Form.overlay .form_inbound .hs-form fieldset {
    max-width: none !important
}

.LP-Form.overlay .form_inbound .hs-form label span {
    color: #FFF !important;
    font-weight: normal
}

.LP-Form.overlay .form_inbound .hs-form label span.hs-form-required {
    font-size: 11px;
    background-color: #f00;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-left: 5px
}

.LP-Form.overlay .form_inbound .hs-form .hs-error-msgs label {
    font-weight: bold;
    color: #F20 !important
}

.LP-Form.overlay .form_inbound .hs-form .hs-input {
    background-color: transparent;
    border: 1px solid rgba(254, 254, 254, 0.6);
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input {
    height: 40px
}

.LP-Form.overlay .form_inbound .hs-form textarea.hs-input {
    height: inherit;
    min-height: 130px
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input.white-color {
    color: #FFF !important
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input option {
    color: #000 !important
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input::-ms-expand {
    display: none
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input,
.LP-Form.overlay .form_inbound .hs-form textarea.hs-input {
    width: 100%;
    color: #FFF
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input:hover,
.LP-Form.overlay .form_inbound .hs-form input.hs-input:focus,
.LP-Form.overlay .form_inbound .hs-form textarea.hs-input:hover,
.LP-Form.overlay .form_inbound .hs-form textarea.hs-input:focus {
    border-color: #fff
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input:focus,
.LP-Form.overlay .form_inbound .hs-form textarea.hs-input:focus select.hs-input:focus {
    border-color: #FFF !important;
    outline: none
}

.LP-Form.overlay .form_inbound .hs-form .hs-input::-webkit-input-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input:-ms-input-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input::-moz-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input:-moz-placeholder {
    color: rgba(254, 254, 254, 0.7);
    opacity: 1
}

.LP-Form.overlay .form_inbound .hs-form .form-privacy,
.LP-Form.overlay .form_inbound .hs-form .att {
    color: #FFF;
    font-size: 12px !important
}

.LP-Form.overlay .form_inbound .hs-form .form-privacy a,
.LP-Form.overlay .form_inbound .hs-form .att a {
    color: #FFF;
    font-size: 12px !important;
    text-decoration: underline
}

.LP-Form.overlay .form_inbound .hs-form .form-privacy img,
.LP-Form.overlay .form_inbound .hs-form .att img {
    background: #fff
}

.LP-Form.overlay .form_inbound .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input,
.LP-Form.overlay .form_inbound .hs-form fieldset.form-columns-1 .hs-form-field .input {
    margin-right: 0px
}

.LP-Form.overlay .form_inbound .hs-form .hs_error_rollup label {
    margin: 10px 0px 20px 0px;
    text-align: center
}

.LP-Form.overlay .form_inbound .hs-form .hs_privacy_policy_check .inputs-list .hs-form-booleancheckbox-display,
.LP-Form.overlay .form_inbound .hs-form .hs_privacy_policy_check .hs-error-msgs label {
    text-align: center
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input,
.LP-Form.overlay .form_inbound .hs-form input[type="radio"].hs-input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input+span,
.LP-Form.overlay .form_inbound .hs-form input[type="radio"].hs-input+span {
    position: relative;
    padding: 0 0px 0 24px
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input+span::before {
    border-color: #ec407a;
    z-index: 0;
    background-color: transparent;
    width: 15px;
    height: 15px;
    border: 2px #FFF solid;
    border-radius: 4px
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input+span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input:checked+span::before {
    background-color: #ec407a
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input:checked+span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 7px;
    left: 4px;
    margin: 0px;
    content: '';
    width: 7px;
    height: 7px
}

@media (max-width: 960px) {
    .LP-Form.overlay {
        padding: 30px
    }
    .LP-Form.overlay .form_inbound {
        padding: 30px 15px
    }
}

@media (max-width: 640px) {
    .LP-Form.overlay .form_inbound .form-title {
        margin-bottom: 10px
    }
    .LP-Form.overlay .form_inbound fieldset.form-columns-2 .hs-form-field .input,
    .LP-Form.overlay .form_inbound fieldset.form-columns-1 .hs-form-field .input {
        margin-right: 0px
    }
}

@media (max-width: 414px) {
    .LP-Form.overlay {
        padding: 15px
    }
    .LP-Form.overlay .form_inbound {
        padding: 30px 20px
    }
    .LP-Form.overlay .form_inbound .container {
        padding-right: 0px;
        padding-left: 0px
    }
}

@media (min-width: 960px) {
    .LP-Download .Resource-content {
        padding-left: 0px
    }
}

.LP-FooterForm .LP-Form {
    z-index: 10
}

.LP-Subcription .Header {
    height: 80px
}

.LP-Subcription .Header .Logo {
    margin: 0 auto
}

.LP-Subcription-form {
    z-index: 10
}

@media (max-width: 639px) {
    .LP-Subcription-form {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 479px) {
    .LP-Subcription-form {
        padding-left: 5px;
        padding-right: 5px
    }
}

.LP-Subcription-form .LP-Form .title {
    color: #FFF
}

.LP-Subcription-form .LP-Form .hs-richtext .title_main {
    display: none
}

.LP-Subcription-form .LP-Form .hs-richtext .text {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 16px
}

@media (max-width: 479px) {
    .LP-Subcription-form .LP-Form.overlay {
        padding: 0px
    }
}

.LP-Subcription-image {
    height: 600px;
    margin-bottom: -120px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media (min-width: 1201px) {
    .LP-Subcription-image {
        width: 520px
    }
}

@media (max-width: 959px) {
    .LP-Subcription-image {
        display: none
    }
}

.LP-Subcription-image #letters-img img {
    transition: .25s ease-in-out
}

.LP-Subcription-image #letters-img:hover .left-img>img {
    transform: translate(-20px, 10px)
}

.LP-Subcription-image #letters-img:hover .right-img>img {
    transform: translate(20px, 10px)
}

.LP-Subcription-image #letters-img:hover .middle-img>img {
    transform: translateY(-350px)
}

.LP-Subcription-image #letters-img .left-img {
    bottom: 0;
    left: 5%;
    position: absolute;
    top: 90px;
    width: 40%;
    z-index: 9998
}

.LP-Subcription-image #letters-img .left-img>img {
    border: 1px solid #f2f2f2
}

.LP-Subcription-image #letters-img .middle-img {
    bottom: 0;
    display: block;
    height: 540px;
    left: 23%;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 300px;
    z-index: 9999;
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2)
}

.LP-Subcription-image #letters-img .right-img {
    bottom: 0;
    left: 56%;
    position: absolute;
    top: 90px;
    width: 40%;
    z-index: 9998
}

.LP-Subcription-image #letters-img .right-img>img {
    border: 1px solid #f2f2f2
}

@media (max-width: 1200px) {
    .LP-Subcription-image #letters-img {
        width: 100%
    }
    .LP-Subcription-image #letters-img .left-img {
        width: 35%
    }
    .LP-Subcription-image #letters-img .middle-img {
        left: 21%;
        height: 500px;
        width: 280px
    }
    .LP-Subcription-image #letters-img .right-img {
        width: 35%
    }
}

@media (max-width: 1040px) {
    .LP-Subcription-image #letters-img:hover .middle-img>img {
        transform: translateY(-300px)
    }
    .LP-Subcription-image #letters-img .left-img {
        width: 28%
    }
    .LP-Subcription-image #letters-img .middle-img {
        left: 21%;
        height: 410px;
        width: 225px
    }
    .LP-Subcription-image #letters-img .right-img {
        width: 28%
    }
}

@media (max-width: 960px) {
    .LP-Subcription-image #letters-img {
        width: auto
    }
    .LP-Subcription-image #letters-img :hover .middle-img>img {
        transform: translateY(-460px)
    }
    .LP-Subcription-image #letters-img .left-img {
        display: none
    }
    .LP-Subcription-image #letters-img .middle-img {
        left: 10%;
        height: 550px;
        width: 325px
    }
    .LP-Subcription-image #letters-img .right-img {
        display: none
    }
}

@media (max-width: 820px) {
    .LP-Subcription-image #letters-img :hover .middle-img>img {
        transform: translateY(-400px)
    }
    .LP-Subcription-image #letters-img .middle-img {
        left: 15%;
        height: 500px;
        width: 275px
    }
}

@media (max-width: 767px) {
    .LP-Subcription-image #letters-img {
        display: none
    }
    .LP-Subcription-image #letters-img .middle-img {
        display: none
    }
}

#Sidebar_Content .Longform-body>.hs_cos_wrapper .LP-Custom-Module:first-child {
    padding-top: 0px
}

#Sidebar_Content .Longform-body .LP-Basic-Content .Wrap,
#Sidebar_Content .Longform-body .LP-Flex .Wrap,
#Sidebar_Content .Longform-body .LP-TwoColumn .Wrap {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: initial
}

#Sidebar_Content .Longform-body .LP-Flex .ColumnContentSection-content,
#Sidebar_Content .Longform-body .LP-Custom-Module .ColumnContentSection-content {
    text-align: left
}

#Sidebar_Content .Longform-body .LP-Flex .ColumnContentSection-content .ColumnContentSection-body,
#Sidebar_Content .Longform-body .LP-Custom-Module .ColumnContentSection-content .ColumnContentSection-body {
    text-align: left
}

#Sidebar_Content .Longform .LP-Basic-Content .Section-title,
#Sidebar_Content .Longform .LP-FAQ .Section-title {
    font-weight: normal;
    text-align: left
}

#Sidebar_Content .Longform .LP-Basic-Content .Longform-content,
#Sidebar_Content .Longform .LP-FAQ .Longform-content {
    position: relative;
    z-index: 11
}

#Sidebar_Content #continuous-user-segmentation-personas {
    padding-top: 0px
}

.Web-Sidebar .LP-ListResources.ColumnContentSection .Column-item {
    padding-bottom: 60px
}

.Web-Sidebar .LP-ListResources.ColumnContentSection .Column-item .ColumnContentSection-icon.thumb {
    max-width: 220px;
    max-height: 320px
}

.Web-Sidebar .LP-ListResources.ColumnContentSection .Column-item .ColumnContentSection-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    line-height: 26px
}

.System-Basic-pasword #hs-pwd-widget-password {
    margin-top: 0px !important;
    height: 48px !important;
    line-height: 48px;
    width: 300px;
    margin-right: 15px
}

.System-Basic-emailconfirm .hs_cos_wrapper_type_email_subscriptions_confirmation h1 {
    display: none
}

.System-Basic-emailconfirm .hs_cos_wrapper_type_email_subscriptions_confirmation h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: bold
}

@media (max-width: 639px) {
    .System-Basic-emailconfirm .hs_cos_wrapper_type_email_subscriptions_confirmation h2 {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .System-Basic-emailconfirm .hs_cos_wrapper_type_email_subscriptions_confirmation h2 {
        line-height: 28px
    }
}

.System-Basic-emailbackup .hs_cos_wrapper_type_email_simple_subscription #submitbutton {
    margin-top: 20px
}

.System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .page-header h1 {
    display: none
}

.System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .page-header h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold
}

@media (max-width: 639px) {
    .System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .page-header h2 {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .page-header h2 {
        line-height: 28px
    }
}

.System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .page-header p:last-child {
    margin-top: 0px
}

.System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.System-Basic-emailsubpre .widget-type-email_subscriptions .cell-wrapper,
.System-Basic-emailsubpre .widget-type-email_subscriptions_confirmation .cell-wrapper,
.System-Basic-emailsubpre .widget-type-email_simple_subscription .cell-wrapper {
    margin-bottom: 0px
}

.System-Basic-emailsubpre .widget-type-email_subscriptions p,
.System-Basic-emailsubpre .widget-type-email_subscriptions h1,
.System-Basic-emailsubpre .widget-type-email_subscriptions h2,
.System-Basic-emailsubpre .widget-type-email_subscriptions_confirmation p,
.System-Basic-emailsubpre .widget-type-email_subscriptions_confirmation h1,
.System-Basic-emailsubpre .widget-type-email_subscriptions_confirmation h2,
.System-Basic-emailsubpre .widget-type-email_simple_subscription p,
.System-Basic-emailsubpre .widget-type-email_simple_subscription h1,
.System-Basic-emailsubpre .widget-type-email_simple_subscription h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    margin: 1px 0px 4px
}

.System-Basic-emailsubpre html body .page-header {
    margin: 0px;
    padding-bottom: 1em
}

.System-Basic-emailsubpre .widget-type-email_subscriptions p,
.System-Basic-emailsubpre .widget-type-email_subscriptions_confirmation p,
.System-Basic-emailsubpre .widget-type-email_simple_subscription p {
    font-size: 14px
}

.System-Basic-emailsubpre .widget-type-email_subscriptions h2,
.System-Basic-emailsubpre .widget-type-email_subscriptions_confirmation h2,
.System-Basic-emailsubpre .widget-type-email_simple_subscription h2 {
    font-size: 14px
}

.System-Basic-emailsubpre .email-prefs .item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin: 20px 0px;
    cursor: pointer !important
}

.System-Basic-emailsubpre label {
    cursor: pointer;
    cursor: hand
}

.System-Basic-emailsubpre .email-prefs .item.disabled {
    opacity: 0.6;
    cursor: not-allowed
}

.System-Basic-emailsubpre .email-prefs .item .item-inner * {
    color: #444
}

.System-Basic-emailsubpre .email-prefs .item .item-inner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 8px;
    transition-property: background;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
    background: #f7f7f7
}

.System-Basic-emailsubpre .email-prefs .item .item-inner p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-weight: 200
}

.System-Basic-emailsubpre .email-prefs .item .item-inner.hovered {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1)
}

.System-Basic-emailsubpre .email-prefs .item .item-inner.highlighted-subscription {
    background: #fff1ee
}

.System-Basic-emailsubpre .email-prefs .item .item-inner.highlighted-subscription.selected {
    background: #fff1ee
}

.System-Basic-emailsubpre .email-prefs .item .item-inner.selected {
    background: #f0f7fc;
    border: 1px solid #e0e7ec
}

.System-Basic-emailsubpre .email-prefs .item.disabled .item-inner.hovered {
    box-shadow: none
}

.System-Basic-emailsubpre .checkbox-row {
    margin-top: 0;
    overflow: hidden
}

.System-Basic-emailsubpre .checkbox-row span.fakelabel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: normal;
    vertical-align: middle
}

.System-Basic-emailsubpre .checkbox-row input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    float: left
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .System-Basic-emailsubpre .checkbox-row input {
        position: relative;
        top: 6px
    }
}

.System-Basic-emailsubpre p.header {
    margin-left: 0px
}

.System-Basic-emailsubpre .checkbox-row span.fakelabel span {
    float: left;
    font-weight: bold;
    margin-left: 7px;
    vertical-align: top
}

.System-Basic-emailsubpre .email-prefs .item p {
    clear: both;
    margin: 5px 20px 0px
}

.System-Basic-emailsubpre .email-prefs .thumbnail {
    bottom: 1px;
    position: absolute;
    right: 6px
}

.System-Basic-emailsubpre .email-prefs .thumbnail.float-top {
    top: 7px
}

.System-Basic-emailsubpre .subscribe-options {
    margin-bottom: 12px;
    overflow: hidden
}

.System-Basic-emailsubpre .subscribe-options label {
    font-size: 13px;
    margin-left: 0px;
    margin-right: 16px
}

.System-Basic-emailsubpre .subscribe-options label span {
    font-weight: normal;
    margin-left: 3px;
    font-size: 14px;
    font-weight: bold
}

.System-Basic-emailsubpre #submitbutton {
    margin-bottom: 0px
}

.System-Basic-emailsubpre #email-prefs-form {
    margin-bottom: 0px
}

.System-Basic-emailsubpre input.hs-input.email-edit {
    font-size: 20px;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
    width: 450px
}

.System-Basic-emailsubpre a.email-edit {
    display: inline-block;
    background-color: #E51373;
    border: 2px solid #E51373;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s linear;
    margin-left: 10px;
    padding: 5px 15px
}

.System-Basic-emailsubpre a.email-edit:hover {
    opacity: 0.7
}

.LP-Custom-Module .Section-bg.has-img {
    background: no-repeat top center;
    background-size: cover
}

.LP-Detail-Case .Case-header-lead .lead {
    padding-left: 35px;
    border-left: #ccc solid 3px;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width: 959px) {
    .LP-Detail-Case .Case-header-logo {
        text-align: center
    }
}

@media (max-width: 959px) {
    .LP-Detail-Case .Case-content-company {
        border-top: 1px solid #ddd;
        padding-top: 40px
    }
    .LP-Detail-Case .Case-content-company .logo {
        text-align: center
    }
}

.LP-Detail-Case .Case-content-company p {
    font-size: 15px
}

.LP-Detail-Case .Case-content-company p strong {
    font-weight: 500
}

.LP-Detail-Case .Case-content-text figure figcaption {
    font-size: 15px;
    line-height: 20px
}

@media (max-width: 767px) {
    .LP-Detail-Case .Case-content-text figure figcaption {
        text-align: left;
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    .LP-Detail-Case .Case-content-text figure {
        margin-left: 0px;
        margin-right: 0px
    }
}

.LP-Detail-Case .Case-content-text .tag {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: #0061D5 solid 4px;
    transition: all 0.3s
}

.LP-Detail-Case #add_summary {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #eee
}

.LP-Detail-Case #add_summary .add_block .add_box {
    margin: 0;
    padding: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    background: #fff linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.04) 100%)
}

.LP-Detail-Case #add_summary .add_block .add_box+.add_box {
    margin-top: 28px
}

.LP-Detail-Case #add_summary .add_block .add_box.problem {
    position: relative
}

.LP-Detail-Case #add_summary .add_block .add_box.problem::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0 20px;
    border-color: #fbbc09 transparent transparent transparent;
    margin-right: -16px;
    position: absolute;
    right: 50%;
    bottom: -22px
}

.LP-Detail-Case #add_summary .add_block .add_box.problem dt {
    background-color: #004896;
    background: #004896 linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.06) 100%)
}

.LP-Detail-Case #add_summary .add_block .add_box.problem dd strong {
    color: #004896
}

.LP-Detail-Case #add_summary .add_block .add_box.result dt {
    background-color: #0085ce;
    background: #0085ce linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.06) 100%)
}

.LP-Detail-Case #add_summary .add_block .add_box.result dd strong {
    color: #0085ce
}

.LP-Detail-Case #add_summary .add_block .add_box dt {
    padding: 4px 6px 5px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-weight: bold
}

.LP-Detail-Case #add_summary .add_block .add_box dt .fa {
    margin-right: 8px;
    opacity: 0.8;
    font-size: 90%
}

.LP-Detail-Case #add_summary .add_block .add_box dd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.LP-Detail-Case #add_summary .add_block .add_box dd ol,
.LP-Detail-Case #add_summary .add_block .add_box dd ul {
    margin: 0;
    padding: 10px 10px 10px 0
}

.LP-Detail-Case #add_summary .add_block .add_box dd ol li,
.LP-Detail-Case #add_summary .add_block .add_box dd ul li {
    text-indent: 0;
    margin-bottom: 10px
}

.LP-Detail-Case #add_summary .add_block .add_box dd ol li:last-child,
.LP-Detail-Case #add_summary .add_block .add_box dd ul li:last-child {
    margin-bottom: 0
}

.LP-Detail-Case #add_summary .add_block .add_box dd ol li strong,
.LP-Detail-Case #add_summary .add_block .add_box dd ul li strong {
    margin-left: 2px;
    margin-right: 2px
}

.LP-Detail-Case #add_summary a.add_service_link {
    text-decoration: none;
    color: #666666
}

.LP-Detail-Case #add_summary a .add_service:hover {
    opacity: 0.7
}

.LP-Detail-Case #add_summary .add_service {
    margin: 15px 0 0;
    border-top: #ccc dotted 1px;
    transition: all 0.3s linear
}

.LP-Detail-Case #add_summary .add_service>dl,
.LP-Detail-Case #add_summary .add_service>.box {
    margin: 15px 0 0;
    padding: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    background: #fff linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.04) 100%)
}

.LP-Detail-Case #add_summary .add_service>dl dt,
.LP-Detail-Case #add_summary .add_service>.box dt {
    padding: 4px 6px 5px;
    display: block;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    background-color: #35b7ff;
    background: #35b7ff linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.06) 100%)
}

.LP-Detail-Case #add_summary .add_service>dl dt .fa,
.LP-Detail-Case #add_summary .add_service>.box dt .fa {
    margin-right: 8px;
    opacity: 0.8;
    font-size: 90%
}

.LP-Detail-Case #add_summary .add_service>.box {
    padding: 20px
}

.LP-Detail-Case #add_summary .add_service>dl dd ol,
.LP-Detail-Case #add_summary .add_service>dl dd ul {
    margin: 0;
    padding: 10px 10px 10px 0
}

.LP-Detail-Case #add_summary .add_service>dl dd ol li,
.LP-Detail-Case #add_summary .add_service>dl dd ul li {
    text-indent: 0
}

@media (min-width: 820px) {
    .LP-Detail-Case #add_summary .add_service {
        margin: 0;
        border: none
    }
    .LP-Detail-Case #add_summary .add_block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .LP-Detail-Case #add_summary .add_block .add_box {
        width: 48.5%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .LP-Detail-Case #add_summary .add_block .add_box+.add_box {
        margin-top: 0
    }
    .LP-Detail-Case #add_summary .add_block .add_box.problem::after {
        margin-right: 0;
        margin-bottom: -20px;
        border-width: 20px 0 20px 16px;
        border-color: transparent transparent transparent #fbbc09;
        right: -5.2%;
        bottom: 50%
    }
    .LP-Detail-Case #add_summary .add_block .add_box dt {
        width: 36px;
        padding: 5px 5px 10px;
        line-height: 1.1;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .LP-Detail-Case #add_summary .add_block .add_box dt .fa {
        margin-right: 0;
        margin-bottom: 6px;
        line-height: 1
    }
    .LP-Detail-Case #add_summary .add_block .add_box dd {
        -ms-flex: 1;
        flex: 1
    }
}

.LP-FAQ .Section-content {
    position: fixed;
    background: #ffffff;
    overflow: auto;
    z-index: 1;
    transform: translateZ(0) translateX(100%);
    transition: transform .3s;
    background: transparent
}

.LP-FAQ .Section-content .Section-FAQ {
    display: block
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item {
    padding-left: 0px;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item:last-child {
    margin-bottom: 0px
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item .FAQ-title {
    font-size: 20px;
    position: relative;
    display: block;
    margin: 10px;
    line-height: 1.2;
    margin: 0;
    padding: 30px;
    padding-right: 65px;
    position: relative
}

@media (max-width: 639px) {
    .LP-FAQ .Section-content .Section-FAQ .FAQ-item .FAQ-title {
        font-size: 18px
    }
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item .FAQ-title i {
    position: absolute;
    top: 25px;
    right: 30px
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item .FAQ-title i {
    float: right;
    font-size: 1.5em
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item .FAQ-title:hover {
    text-decoration: none
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item:before {
    display: none
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item .FAQ-content {
    padding: 30px;
    padding-top: 0px;
    display: none
}

.LP-FAQ .Section-content .Section-FAQ .FAQ-item.content-visible .FAQ-title i {
    transform: rotate(180deg)
}

@media (min-width: 820px) {
    .LP-FAQ .Section-content {
        position: static;
        height: auto;
        overflow: visible;
        transform: translateZ(0) translateX(0);
        padding: 0
    }
}

@media (max-width: 819px) {
    .LP-FAQ .Section-content {
        position: relative;
        transform: none
    }
}

@media (max-width: 819px) {
    .LP-FAQ:not(:last-child) {
        padding-bottom: 10px
    }
}

@media (max-width: 819px) {
    .LP-FAQ .Longform-content {
        padding-left: 0px;
        padding-right: 0px
    }
}

.LP-Flex.default .Row a {
    transition: opacity 0.3s ease-out;
    display: block
}

.LP-Flex.default .Row a:hover {
    text-decoration: none;
    opacity: 0.8
}

.LP-Flex.default .Row a:hover .ColumnContentSection-title {
  color: #4c90e1
}

.LP-Flex.default.flex-border .Row {
    -ms-flex-align: normal;
    align-items: normal
}

.LP-Flex.default.flex-border .Row a {
    height: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s
}

.LP-Flex.default.flex-border .Row a .ColumnContentSection-image {
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: auto
}

.LP-Flex.default.flex-border .Row a .ColumnContentSection-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width: 959px) {
    .LP-Flex.default.flex-border .Row .Column--medium-6 {
        padding-bottom: 45px
    }
}

.LP-Flex .Section-content .ColumnContentSection-image {
    margin-bottom: 10px
}

.LP-Flex.title-bold .Section-content .TileCard-title {
    font-weight: bold
}

.LP-Flex.LPV2-Flex .Section-content .TileCard-title {
    max-width: 200px
}

.LP-Flex.LPV2-Flex .Section-content .TileCard-subtitle {
    font-size: 16px;
    line-height: 24px;
    z-index: 10
}

.LP-Footer-Popup .customizer-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.LP-Footer-Popup .customizer-popup .hs-cta-img {
    display: block
}

.LP-Footer-Popup .customizer-popup .exit-btn {
    height: 40px;
    width: 40px;
    position: absolute;
    top: -20px;
    left: -20px
}

.LP-Footer-Popup .customizer-popup .exit-btn:hover {
    cursor: pointer
}

.LP-Footer-Popup .customizer-popup .customizer-btn {
    position: fixed;
    left: -120px;
    bottom: 200px;
    height: 60px;
    background-color: #464646;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s linear;
    z-index: 999
}

.LP-Footer-Popup .customizer-popup .customizer-btn img {
    padding: 11px
}

.LP-Footer-Popup .customizer-popup .customizer-btn span {
    padding-right: 15px
}

.LP-Footer-Popup .customizer-popup .customizer-btn a {
    text-decoration: none;
    color: #fff;
    line-height: 60px;
    padding-left: 15px
}

.LP-Footer-Popup .customizer-popup .customizer-btn:hover {
    left: 0
}

@media screen and (max-width: 768px) {
    #download_popup_widget {
        display: none !important
    }
}

#download_popup_widget.download_popup_open {
    display: table;
    animation-name: download_popup_show;
    animation-duration: 1s;
    animation-fill-mode: both
}

#download_popup_widget.download_popup_hide {
    display: none;
    animation-name: download_popup_hide;
    animation-duration: 1s;
    animation-fill-mode: both
}

#download_popup_widget.LP-Footer-Popup .customizer-popup {
    display: block
}

.LP-Google-Search-Result .Wrap {
    min-height: 200px
}

.LP-Google-Search-Result .gsc-adBlock {
    display: none !important
}

.LP-Google-Search-Result .gsc-above-wrapper-area,
.LP-Google-Search-Result .gsc-resultsHeader {
    display: none !important
}

.LP-Google-Search-Result .gsc-webResult.gsc-result {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 0px;
    margin-top: 10px
}

.LP-Google-Search-Result .gsc-webResult.gsc-result .gs-title a.gs-title,
.LP-Google-Search-Result .gsc-webResult.gsc-result .gs-image {
    transition: all 0.3s
}

.LP-Google-Search-Result .gsc-webResult.gsc-result .gs-title a.gs-title:hover,
.LP-Google-Search-Result .gsc-webResult.gsc-result .gs-image:hover {
    opacity: 0.7 !important
}

.LP-Google-Search-Result .gsc-webResult.gsc-result .gs-title,
.LP-Google-Search-Result .gsc-webResult.gsc-result a.gs-title {
    height: 25px !important;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
    text-decoration: none
}

.LP-Google-Search-Result .gsc-webResult.gsc-result a.gs-title {
    font-size: 18px
}

.LP-Google-Search-Result .gsc-webResult.gsc-result .gsc-url-top div.gs-visibleUrl {
    font-size: 16px
}

.LP-Google-Search-Result .gsc-control-cse .gsc-table-result {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
    border: none
}

.LP-Google-Search-Result .gsc-control-cse .gsc-table-result td {
    border: none
}

.LP-Google-Search-Result .gsc-control-cse .gsc-table-result .gsc-table-cell-snippet-close {
    border: none;
    padding-left: 8px;
    padding-top: 0px
}

.LP-Google-Search-Result .gsc-cursor-box.gs-bidi-start-align {
    margin-top: 20px
}

.LP-Google-Search-Result .gsc-results .gsc-cursor-box {
    margin-left: 0px
}

.LP-Google-Search-Result .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border: none;
    background-color: #0061D5;
    color: #fff;
    padding: 6px 8px;
    margin-right: 12px
}

.LP-Google-Search-Result .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    background-color: #d9d9d9;
    color: #3e3e3e;
    font-weight: normal
}

.LP-Google-Search-Result .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:hover {
    text-decoration: none
}

.LP-Hero .Wrap--narrow {
    max-width: 920px
}

.LP-Hero .Hero--small.smallest {
    background-position: top center
}

.Page:not(.LP-Basic) .LP-Hero.has-topmenu .Hero--small.smallest {
    margin-top: -87px;
    padding-top: 87px
}

.LP-List-Case .Row {
    -ms-flex-align: normal;
    align-items: normal
}

.LP-List-Case .Row:last-child {
    margin-bottom: 0px
}

.LP-List-Case .ListCaseItem {
    background-color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    border: #eee solid 4px;
    height: 100%
}

.LP-List-Case .ListCaseItem a {
    padding: 30px 20px;
    height: 100%;
    display: block
}

.LP-List-Case .ListCaseItem a:hover {
    opacity: 0.7;
    text-decoration: none
}

.LP-List-Case .ListCaseItem-logo {
    width: 100%;
    height: 90px;
    margin: 0;
    display: table;
    box-sizing: border-box
}

.LP-List-Case .ListCaseItem-logo figure {
    display: table-cell;
    vertical-align: middle
}

.LP-List-Case .ListCaseItem-logo figure img {
    transition: 0.3s ease-in-out;
    width: initial !important;
    width: auto !important;
    height: initial !important;
    height: auto !important;
    box-sizing: border-box
}

@media (max-width: 1199px) {
    .LP-List-Case .ListCaseItem-content br.responsive {
        display: none
    }
}

.LP-List-Case .ListCaseItem-title {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #0061D5
}

.LP-List-Case .ListCaseItem-body {
    color: #4a4a4a
}

@media (min-width: 960px) {
    .LP-ListResources.ColumnContentSection .Column-item {
        padding-bottom: 100px
    }
}

.LP-ListResources .ColumnContentSection-icon.thumb {
    max-width: 280px;
    max-height: 409px;
    transition: all .3s;
    box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.3);
    background-color: #FFF
}

.LP-ListResources .ColumnContentSection-icon.thumb.over {
    opacity: 0.4
}

@media (max-width: 374px) {
    .LP-ListResources .ColumnContentSection-icon.thumb {
        width: 100%;
        height: auto
    }
}

.LP-ListResources .ColumnContentSection-title:after {
    display: none
}

.LP-Quote .CustomerQuoteSection img:first-child {
    margin-top: 10px
}

.LP-Quote .CustomerQuoteSection img+p {
    line-height: 22px
}

.LP-Recent-News dl.list {
    text-align: left;
    border-top: #D8D8D8 solid 1px;
    margin-top: 0px
}

.LP-Recent-News dl.list dt {
    padding-top: 20px;
    padding-left: 8px;
    font-size: 0.9rem
}

@media (max-width: 639px) {
    .LP-Recent-News dl.list dt {
        padding-top: 20px
    }
    .LP-Recent-News dl.list dt:first-child {
        padding-top: 0px
    }
}

.LP-Recent-News dl.list dd {
    margin-top: -48px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 7em;
    line-height: 1.5;
    border-bottom: #D8D8D8 solid 1px;
    margin-left: 0px
}

.LP-Recent-News dl.list dd p {
    margin-bottom: 0px
}

.LP-Recent-News dl.list dd ul {
    padding-left: 0px;
    margin-top: 10px;
    list-style-position: inside
}

.LP-Recent-News dl.list dd:last-child {
    border-bottom: none
}

.LP-Recent-News dl.list dd a {
    color: #4a4a4a
}

.LP-Recent-News dl.list dd a:hover {
    color: #4c90e1
}

@media (max-width: 639px) {
    .LP-Recent-News dl.list dd {
        margin-top: -2rem;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        padding-left: 6rem
    }
}

.LP-Recent-News dl.list dd.nodate {
    padding-left: 3em
}

@media (max-width: 639px) {
    .LP-Recent-News dl.list {
        border-top: 0px
    }
}

@media (max-width: 959px) {
    .LP-Recent-News .Row .left,
    .LP-Recent-News .Row .right {
        padding-left: 0px;
        padding-right: 0px
    }
    .LP-Recent-News .Row .left {
        margin-bottom: 40px
    }
}

@media (max-width: 639px) {
    .LP-Recent-News .Row .left {
        margin-bottom: 30px
    }
}

.LP-Recent-Post-EXT .List-post .Item {
    display: block;
    transition: 0.3s ease-in-out
}

.LP-Recent-Post-EXT .List-post .Item-image {
    width: 100%;
    height: 100px;
    overflow: hidden
}

.LP-Recent-Post-EXT .List-post .Item-image .img {
    margin: 0px;
    height: 100%;
    background-size: cover;
    transition: 0.3s ease-in-out
}

@media (max-width: 1199px) {
    .LP-Recent-Post-EXT .List-post .Item-image {
        height: 130px
    }
}

@media (max-width: 959px) {
    .LP-Recent-Post-EXT .List-post .Item-image {
        height: 140px
    }
}

@media (max-width: 639px) {
    .LP-Recent-Post-EXT .List-post .Item-image {
        height: 150px
    }
}

@media (max-width: 479px) {
    .LP-Recent-Post-EXT .List-post .Item-image {
        height: 130px
    }
}

@media (max-width: 413px) {
    .LP-Recent-Post-EXT .List-post .Item-image {
        height: 150px
    }
}

@media (max-width: 374px) {
    .LP-Recent-Post-EXT .List-post .Item-image {
        height: 140px
    }
}

.LP-Recent-Post-EXT .List-post .Item-info .date {
    margin: 0;
    margin-top: 4px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #3E3E3E;
    font-size: 11px;
    line-height: 14px
}

.LP-Recent-Post-EXT .List-post .Item-info .title {
    color: #3E3E3E;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin: 6px 0px 0px 0px
}

.LP-Recent-Post-EXT .List-post .Item:hover {
    text-decoration: none;
    opacity: 0.7
}

.LP-Recent-Post-EXT .List-post .Item:hover .Item-image .img {
    transform: scale(1.1)
}

.LP-Sitemap .hs-menu-wrapper .hs-menu-depth-3 ul {
    margin-left: 20px
}

.LP-Sitemap .hs-menu-wrapper .hs-menu-depth-3:before,
.LP-Sitemap .hs-menu-wrapper .hs-menu-depth-4:before {
    display: none
}

.LP-TwoColumn.noborder .Wrap {
    border-top: none !important
}

.LP-TwoColumn .Section-image img {
    margin-left: auto;
    margin-right: auto
}

#works {
    position: relative;
    width: 100%;
    display: block
}

#works li {
    list-style: none
}

#works.top_works .thumb a {
    border-radius: 3px;
    height: 100%;
    padding: 20px 20px 30px 20px;
    display: block
}

#works .name {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    line-height: 1.1
}

#works .ttl {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #0061D5
}

#works .ttl_sub {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #333
}

@media only screen and (min-width: 972px) {
    #works a {
        transition: all .3s
    }
    #works a:hover {
        opacity: .7
    }
}

#works.top_works .tag {
    margin-top: 15px
}

#works .tag {
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

#works .tag li {
    margin-right: 2px;
    margin-bottom: 3px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.9)
}

#works .tag li.cate_00 {
    background-color: #a55b9a
}

#works .tag li.cate_01 {
    background-color: #003077
}

#works .tag li.cate_02 {
    background-color: #003077
}

#works .tag li.cate_03 {
    background-color: #003077
}

#works .tag li.cate_04 {
    background-color: #003077
}

#works .tag li.cate_05 {
    background-color: #003077
}

#works .tag li.cate_06 {
    background-color: #003077
}

#works #navArea_works {
    width: 100%;
    overflow: auto;
    z-index: 10
}

#works #navArea_works.fixed {
    position: fixed;
    overflow: auto;
    top: 80px
}

#works #navArea_works.fixed.active {
    -webkit-overflow-scrolling: touch;
    left: 0;
    top: 0;
    bottom: 0
}

#works #navArea_works .nav_works {
    width: 100%;
    padding: 10px;
    display: none;
    z-index: 100;
    background-color: #f5f5f5;
    margin: 0 auto
}

#works #navArea_works .nav_works>li.search {
    margin-bottom: 10px;
    width: 100%;
    position: relative
}

#works #navArea_works .nav_works>li.search .text {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    padding-right: 24px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    font-size: 13px;
    border: 0;
    border: #ccc solid 1px;
    line-height: normal
}

#works #navArea_works .nav_works>li.search .text:focus:-ms-input-placeholder {
    color: transparent
}

#works #navArea_works .nav_works>li.search .text:focus::placeholder {
    color: transparent
}

#works #navArea_works .nav_works>li.search .btn_search {
    width: 28px;
    height: 28px;
    display: block;
    font-size: 13px;
    border-style: none;
    background: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #036;
    cursor: pointer
}

#works #navArea_works .nav_works>li .ttl {
    margin-bottom: 3px;
    padding: 5px;
    border-radius: 2px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #ddd
}

#works #navArea_works .nav_works>li .ttl {
    cursor: pointer
}

#works #navArea_works .nav_works>li .ttl i {
    float: right;
    margin-right: 5px;
    font-style: inherit;
    cursor: pointer
}

#works #navArea_works .nav_works>li.cate_01 .ttl {
    background-color: #003077
}

#works #navArea_works .nav_works>li.cate_01 .select::before {
    color: #003077
}

#works #navArea_works .nav_works>li.cate_02 .ttl {
    background-color: #003077
}

#works #navArea_works .nav_works>li.cate_02 .select::before {
    color: #003077
}

#works #navArea_works .nav_works>li.cate_03 .ttl {
    background-color: #27aca9
}

#works #navArea_works .nav_works>li.cate_03 .select::before {
    color: #27aca9
}

#works #navArea_works .nav_works>li.cate_04 .ttl {
    background-color: #00aee0
}

#works #navArea_works .nav_works>li.cate_04 .select::before {
    color: #00aee0
}

#works #navArea_works .nav_works>li.cate_05 .ttl {
    background-color: #4784bf
}

#works #navArea_works .nav_works>li.cate_05 .select::before {
    color: #4784bf
}

#works #navArea_works .nav_works>li.cate_06 .ttl {
    background-color: #a55b9a
}

#works #navArea_works .nav_works>li.cate_06 .select::before {
    color: #a55b9a
}

#works #navArea_works .nav_works>li>ul {
    margin-top: 0;
    margin-bottom: 3px;
    padding: 0 .25em
}

#works #navArea_works .nav_works>li>ul>li {
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    position: relative
}

#works #navArea_works .nav_works>li>ul>li.select {
    padding-left: 20px;
    background-color: rgba(204, 204, 204, 0.5)
}

#works #navArea_works .nav_works>li>ul>li.select::before {
    speak: none;
    font-size: 12px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: '\f058';
    color: #aaa;
    position: absolute;
    left: 6px;
    top: 7px
}

#works #navArea_works #btn_works {
    width: 100%;
    height: 40px;
    background: #fff linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.05) 100%);
    z-index: 100
}

#works #navArea_works #btn_works>div {
    margin: 0 !important;
    width: 60px;
    height: 40px;
    transition: all .3s;
    text-align: center;
    box-sizing: border-box;
    float: left
}

#works #navArea_works #btn_works>div::hover {
    cursor: pointer
}

#works #navArea_works #btn_works>div .menu-trigger,
#works #navArea_works #btn_works>div .menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box
}

#works #navArea_works #btn_works>div .menu-trigger {
    position: relative;
    width: 20px;
    height: 40px
}

#works #navArea_works #btn_works>div .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #036
}

#works #navArea_works #btn_works>div .menu-trigger span:nth-of-type(1) {
    top: 12px
}

#works #navArea_works #btn_works>div .menu-trigger span:nth-of-type(2) {
    bottom: 19px
}

#works #navArea_works #btn_works>div .menu-trigger span:nth-of-type(3) {
    bottom: 12px
}

#works #navArea_works #btn_works p {
    margin: 0
}

#works #navArea_works #btn_works .ttl_menu {
    margin: 0;
    height: 40px;
    padding: 14px 10px 0;
    float: left;
    font-size: .8rem;
    font-weight: bold;
    color: #036;
    line-height: 1;
    width: 100%
}

#works #navArea_works #btn_works .ttl_menu .btn-toggle {
    float: right;
    margin-right: 5px
}

#works #navArea_works #btn_works .ttl_menu .fa {
    margin-right: 7px
}

#works #navArea_works #btn_works.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg)
}

#works #navArea_works #btn_works.active .menu-trigger span:nth-of-type(2) {
    opacity: 0
}

#works #navArea_works #btn_works.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg)
}

@media only screen and (min-width: 972px) {
    #works {
        display: -ms-flexbox;
        display: flex;
        background-color: #f5f5f5
    }
    #works #btn_works {
        display: none !important
    }
    #works #navArea_works {
        width: 240px !important
    }
    #works #navArea_works.fixed {
        position: static
    }
    #works #navArea_works .nav_works {
        position: static;
        display: block !important
    }
    #works #navArea_works .nav_works>li>ul {
        padding: 0 0 0 .8em
    }
    #works #navArea_works .nav_works>li>ul>li {
        transition: all .3s;
        cursor: pointer
    }
    #works #navArea_works .nav_works>li>ul>li:hover {
        background-color: #ddd
    }
    #works #navArea_works .nav_works>li>ul>li a:hover {
        text-decoration: none
    }
    #works.details_works {
        position: relative
    }
    #works.details_works #navArea_works {
        width: 240px !important;
        position: absolute;
        top: 0 !important;
        bottom: 0 !important;
        left: -240px;
        transition: all .3s;
        background-color: #f5f5f5
    }
    #works.details_works #navArea_works.open {
        left: 0
    }
}

#works #mainArea_works {
    background-color: #fff
}

#works .block_works {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #5ebfe0 solid 1px;
    -ms-flex-align: inherit;
    align-items: inherit
}

@media only screen and (min-width: 972px) {
    #mainArea_works {
        padding-top: 0 !important;
        -ms-flex: 1;
        flex: 1
    }
}

#works.top_works .img {
    margin-left: -23px;
    margin-right: -23px;
    margin-top: -23px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f4f4f4
}

#works .thumb a {
    max-width: 360px;
    margin: auto
}

#works .thumb .img {
    position: relative
}

#works .thumb .img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2
}

#works .thumb .img:after {
    transition: opacity .6s;
    background: url(https://542861.fs1.hubspotusercontent-na1.net/hubfs/542861/library/classic/icon/icon-play.svg) no-repeat 50%;
    background-size: contain;
    border-radius: 100%;
    content: "";
    display: block;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: 5
}

#works.top_works #mainArea_works .list {
    padding: 20px 20px 0
}

#works.top_works #mainArea_works .list .ttl_list {
    margin: 0 0 15px;
    text-align: left;
    font-size: 24px;
    font-weight: 400
}

#works.top_works #mainArea_works .list .block_works .hs_cos_wrapper_widget_container .span3:nth-child(5n) {
    margin-left: 0
}

#works.top_works #mainArea_works .list .block_works {
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 0
}

@media only screen and (min-width: 1664px) {
    #works.top_works #mainArea_works .list {
        margin-left: auto;
        margin-right: auto;
        padding: 20px 40px 0;
        width: 1414px
    }
}

@media only screen and (min-width: 1920px) {
    #works.top_works #mainArea_works .list {
        margin-left: auto;
        margin-right: auto;
        padding: 20px 40px 0;
        width: 1664px
    }
}

#works.details_works .thumb .img {
    margin: -10px -10px 10px
}

#works.details_works .thumb .img .time {
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: white;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0px 10px;
    z-index: 5
}

#works .thumb .img img {
    width: 100%;
    height: auto;
    display: block
}

#works.details_works #mainArea_works .article {
    padding: 20px;
    -ms-flex: 1;
    flex: 1;
    padding: 0
}

#works.details_works #mainArea_works .article .slidein {
    display: none
}

#works.details_works #mainArea_works .article .cts .ttl_main {
    margin: 0 0 15px;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    color: #333
}

#works.details_works #mainArea_works .article .cts .name {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #999;
    line-height: 1.1
}

#works.details_works #mainArea_works .article .cts .ttl_sub {
    margin: 0 0 15px
}

#works.details_works #mainArea_works .article .cts .tag {
    margin-top: 20px
}

#works.details_works #mainArea_works .article .cts .intro {
    background: #f5f5f5;
    padding: 2px 10px;
    margin: 15px 0
}

#works.details_works #mainArea_works .article .cts .intro a {
    color: #f90
}

#works.details_works #mainArea_works .article .cts .intro a:hover {
    opacity: .7
}

#works.details_works #mainArea_works .article .cts .work_cta {
    text-align: center;
    margin-top: 60px
}

#works.details_works #mainArea_works .article .cts .work_cta a:hover {
    opacity: .7
}

#works.details_works #mainArea_works .article .cts .work_cta img {
    width: auto;
    height: auto
}

#works.details_works #mainArea_works .article .cts .txt h2,
#works.details_works #mainArea_works .article .cts .txt>p>strong {
    display: block;
    margin-top: 20px;
    padding: 8px 8px 8px 18px;
    border-left: #036 solid 4px;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    background-color: #eee;
    background: #f5f5f5 linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.05) 100%);
    border-radius: 2px
}

#works.details_works #mainArea_works .article .cts .txt h3 {
    font-size: 20px
}

#works.details_works #mainArea_works.open {
    margin-right: 0
}

#works.details_works #mainArea_works .article .video-container span {
    width: 100% !important
}

@media only screen and (min-width: 972px) {
    #works.details_works #mainArea_works {
        text-align: center
    }
    #works.details_works #mainArea_works .article {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding: 20px 10px 20px 60px;
        max-width: 1000px
    }
    #works.details_works #mainArea_works .article .slidein {
        padding: 6px 6px 6px 10px;
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        color: #036;
        background-color: #f5f5f5;
        background: #f5f5f5 linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.05) 100%);
        border-radius: 0 3px 3px 0;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
        display: inline-block;
        clear: both;
        transition: all .3s
    }
    #works.details_works #mainArea_works .article .slidein .fa {
        margin-right: 5px;
        transition: all .3s
    }
    #works.details_works #mainArea_works .article .slidein .fa-navicon {
        display: inline-block
    }
    #works.details_works #mainArea_works .article .slidein .fa-close {
        display: none
    }
    #works.details_works #mainArea_works .article .slidein.open {
        left: 240px;
        box-shadow: 0 0 0 0 transparent
    }
    #works.details_works #mainArea_works .article .slidein.open .fa-navicon {
        display: none
    }
    #works.details_works #mainArea_works .article .slidein.open .fa-close {
        display: inline-block
    }
    #works.details_works #mainArea_works .article .slidein:hover {
        cursor: pointer
    }
    #works.details_works #mainArea_works .article .slidein:hover .fa {
        opacity: .7
    }
    #works.details_works #mainArea_works .article .cts .name {
        font-size: 14px
    }
    #works.details_works #mainArea_works .article .cts .tag li {
        margin-right: 4px;
        margin-bottom: 4px;
        padding: 4px 5px;
        font-size: 14px
    }
    #works.details_works #mainArea_works .article .cts .txt h2,
    #works.details_works #mainArea_works .article .cts .txt>p>strong {
        margin-top: 25px;
        padding: 6px 6px 6px 14px;
        font-size: 22px
    }
    #works.details_works #mainArea_works .article .cts .txt h3 {
        font-size: 22px
    }
}

@media only screen and (min-width: 972px) and (max-width: 1445px) {
    #works.details_works #mainArea_works .article {
        max-width: 800px
    }
}

#works.details_works #mainArea_works .aside {
    padding: 20px;
    width: 100%;
    background: #f4f4f4;
    height: 100%
}

#works.details_works #mainArea_works .aside>ul {
    padding: 0
}

#works.details_works #mainArea_works .aside .thumb {
    margin-bottom: 15px
}

#works.details_works #mainArea_works .aside .thumb a {
    padding: 10px;
    display: block;
    text-decoration: none;
    background: white;
    border: #eee solid 4px;
    border-radius: 3px
}

@media only screen and (max-width: 1245px) {
    #works.details_works #mainArea_works .article .video-container span {
        max-height: 450px !important
    }
    #works.details_works #mainArea_works .aside .thumb {
        width: calc(100%/4 - 6px);
        margin-left: 8px
    }
    #works.details_works #mainArea_works .aside .thumb:first-child {
        margin-left: 0
    }
    #works.details_works #mainArea_works .aside .thumb:nth-child(4n+1) {
        margin-left: 0
    }
    #works.details_works #mainArea_works .aside>ul {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #works.details_works #mainArea_works .aside .thumb a {
        height: 100%
    }
    #works.details_works .thumb .img .time {
        font-size: 12px;
        font-weight: 200
    }
}

@media only screen and (max-width: 971px) {
    #works.details_works #mainArea_works .article {
        padding: 20px !important;
        margin: 0
    }
}

@media only screen and (max-width: 959px) {
    #works.details_works #mainArea_works .aside .thumb {
        width: calc(100%/3 - 4px)
    }
    #works.details_works #mainArea_works .aside .thumb:nth-child(n) {
        margin-left: 6px
    }
    #works.details_works #mainArea_works .aside .thumb:nth-child(3n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    #works.details_works #mainArea_works .article .video-container span {
        max-height: 400px !important
    }
    #works.details_works #mainArea_works .aside .thumb {
        width: calc(100%/2 - 5px)
    }
    #works.details_works #mainArea_works .aside .thumb:nth-child(n) {
        margin-left: 10px
    }
    #works.details_works #mainArea_works .aside .thumb:nth-child(2n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width: 639px) {
    #works.top_works #mainArea_works .list .ttl_list {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    #works.details_works #mainArea_works .article .video-container span {
        max-height: 250px !important
    }
    #works.details_works #mainArea_works .aside .thumb:nth-child(n) {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 480px) {
    #works.details_works #mainArea_works .aside {
        display: inline-block;
        vertical-align: top;
        text-align: left
    }
    #works.details_works #mainArea_works .aside .thumb {
        margin-bottom: 15px
    }
    #works.details_works #mainArea_works .aside .thumb a .txt {
        padding-left: 10px;
        -ms-flex: 1;
        flex: 1
    }
}

@media only screen and (min-width: 1446px) {
    #works.details_works #mainArea_works .aside {
        margin-left: 40px;
        width: 400px;
        padding: 40px
    }
}

@media only screen and (min-width: 1246px) {
    #works.details_works #mainArea_works .aside {
        margin-left: 40px;
        width: 400px;
        padding: 40px
    }
}

@media only screen and (min-width: 1246px) {
    #works.details_works #mainArea_works .article {
        min-width: 800px
    }
}

@media only screen and (min-width: 1446px) {
    #works.details_works #mainArea_works .article {
        min-width: 1000px
    }
}

#works .reset-btn {
    float: right;
    color: white;
    background: #f90;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

#works .reset-btn:hover {
    opacity: .7
}

#works .youtube-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

#works .youtube-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

#works.details_works #mainArea_works .article .ext-container {
    padding: 10px 0
}

#works.details_works #mainArea_works .article .ext-container .cta_button {
    color: #FFF
}

#works.details_works #mainArea_works .article .ext-container .cta_button:hover {
    color: #f90
}

@media only screen and (max-width: 768px) {
    #works.details_works #mainArea_works .article .ext-container {
        padding: 5px 0
    }
    #works.details_works #mainArea_works .article .ext-container .img {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
    #works.details_works #mainArea_works .article .cts .work_cta {
        margin-top: 30px
    }
}

.Card-content {
    margin: 20px 0
}

.Card-cta {
    padding: 0 30px;
    line-height: 40px;
    margin: auto -40px -40px;
    width: calc(100% + 80px);
    text-align: right;
    font-size: 14px
}

#works #navArea_works .nav_works>li .ttl {
    padding: 12px 10px;
    font-size: 15px
}

main.Body.fillter-blur {
    filter: blur(2px)
}

.LP-FormPopup {
    opacity: 0;
    display: none
}

.LP-FormPopup .mfp-container {
    display: table;
    padding: 0
}

.LP-FormPopup .form-box {
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    background: #EBEBEB;
    max-width: 100%;
    width: 30em;
    border-radius: 5px;
    padding: 3em 3.5em;
    display: block;
    vertical-align: middle;
    max-width: 740px
}

.LP-FormPopup .LP-Form.overlay .form_inbound .hs-form .hs-form-field {
    margin-bottom: 10px
}

.LP-FormPopup .LP-Form.overlay .form_inbound {
    padding: 50px 30px 20px 30px;
    overflow-y: scroll
}

.LP-FormPopup .LP-Form.overlay .form_inbound .form-title {
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 767px) {
    .LP-FormPopup .form-box {
        padding: 2em
    }
}

@media (max-width: 639px) {
    .LP-FormPopup .form-box {
        width: 90%;
        max-height: 300px;
        overflow: scroll
    }
}

@media (max-width: 479px) {
    .LP-FormPopup .form-box {
        width: 100%;
        padding: 1em
    }
}

.LP-FormPopup .form-box a.close-modal {
    border-radius: .33em;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px
}

.LP-FormPopup .form-box a.close-modal span.text {
    font-size: 14px;
    color: #FFF;
    margin-right: 10px;
    margin-top: 10px;
    text-decoration: underline
}

.LP-FormPopup .form-box a.close-modal:hover {
    text-decoration: none;
    opacity: 0.7
}

.LP-FormPopup .form-box a.close-modal:before {
    display: -ms-inline-flexbox;
    display: inline-flex;
    content: "\00D7";
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    width: 40px;
    height: 40px;
    color: #bbb;
    background: transparent;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media (max-width: 640px) {
    .LP-FormPopup .form-box a.close-modal {
        margin-top: 18px
    }
}

.LP-FormPopup .form-box input::-webkit-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input:-ms-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input::-ms-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input:-ms-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input::placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input:-ms-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input::-ms-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input:hover::-webkit-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input:hover:-ms-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input:hover::-ms-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input:hover:-ms-input-placeholder {
    color: #ddd
}

.LP-FormPopup .form-box input:hover::placeholder {
    color: #ddd
}

.LP-FormPopup .popup-info-form .form-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    display: block
}

.LP-FormPopup .popup-info-form .submitted-message {
    margin-top: 10px;
    color: #FFF
}

.LP-FormPopup .popup-info-form .submitted-message p {
    margin: 0;
    color: #FFF
}

.LP-FormPopup #hs_form_target_form_popup .text br {
    display: none
}

.LP-FormPopup #hs_form_target_form_popup ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.LP-FormPopup #hs_form_target_form_popup .hs_error_rollup li,
.LP-FormPopup #hs_form_target_form_popup .hs_privacy_policy_check .hs-error-msgs li {
    text-align: center
}

.LP-FormPopup #hs_form_target_form_popup .hs-form-booleancheckbox {
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.LP-FormPopup #hs_form_target_form_popup .hs-form-booleancheckbox input[type=checkbox] {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px
}

.LP-FormPopup #hs_form_target_form_popup .hs-form-booleancheckbox label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.LP-FormPopup #hs_form_target_form_popup .att {
    font-size: 12px
}

.LP-FormPopup #hs_form_target_form_popup .att a:first-child {
    float: left;
    margin-right: 5px
}

.LP-FormPopup #hs_form_target_form_popup .hs_recaptcha {
    margin-bottom: 20px;
    margin-top: 20px
}

.LP-FormPopup #hs_form_target_form_popup .grecaptcha-badge {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.LP-FormPopup #hs_form_target_form_popup .hs-button {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    font-weight: normal;
    padding: 0.6em 1.7em;
    line-height: 1;
    height: auto;
    box-shadow: none
}

.LP-FormPopup #hs_form_target_form_popup .hs_privacy_policy_check {
    margin-bottom: 0px
}

.LP-FormPopup #hs_form_target_form_popup .hs_email {
    margin-bottom: 15px
}

.LP-FormPopup #hs_form_target_form_popup .hs_email label {
    display: block;
    font-weight: 600;
    padding-top: 0.8em;
    font-size: 15px;
    color: #666
}

.LP-FormPopup #hs_form_target_form_popup label {
    display: block;
    font-weight: 600;
    padding-top: 0.8em;
    font-size: 15px;
    color: #666
}

.LP-FormPopup #hs_form_target_form_popup input {
    margin-right: 0;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 7px
}

.LP-FormPopup #hs_form_target_form_popup .hs-error-msgs label {
    font-size: 12px;
    color: #F20;
    font-weight: bold;
    padding-top: 0;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px
}

.LP-FormPopup #hs_form_target_form_popup .hs-form-required {
    color: #F00;
    min-width: 32px
}

.LP-FormPopup #hs_form_target_form_popup .hs-richtext {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 200
}

#form_popup_finished,
#form_popup_viewed {
    position: absolute;
    z-index: 0
}

#form_popup_finished {
    left: -50%
}

#form_popup_viewed {
    right: -50%
}

#works .thumb a {
    max-width: 360px;
    margin: auto
}

#works.top_works .tag {
    margin-top: 15px
}

#works.details_works #mainArea_works .article .cts .intro {
    padding: 20px;
    margin-top: 0
}

#works.details_works #mainArea_works .article .cts .time {
    border-bottom: 1px dotted #b7b7b7;
    font-size: 15px;
    padding-bottom: 10px;
    margin-top: -10px;
    text-align: right
}

@media only screen and (max-width: 971px) {
    #works.details_works #mainArea_works .article {
        padding: 20px !important;
        margin: 0
    }
}

@media only screen and (max-width: 639px) {
    #works.top_works #mainArea_works .list .ttl_list {
        text-align: center
    }
}

#works .thumb a {
    max-width: 360px;
    margin: auto
}

#works.top_works .tag {
    margin-top: 15px
}

@media only screen and (max-width: 971px) {
    #works.details_works #mainArea_works .article {
        padding: 20px !important;
        margin: 0
    }
}

@media only screen and (max-width: 639px) {
    #works.top_works #mainArea_works .list .ttl_list {
        text-align: center
    }
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

/* ===================================== */
/* ------------- Search ---------------- */
/* ===================================== */
.ViewsExposedForm--blog {
  height: 42px;
  border-bottom: none;
}
.ViewsExposedForm--blog .views-exposed-widget {
  width: 100%;
}
.ViewsExposedForm--blog .form-item-search input[type=text] {
  font-weight: 400;
  padding-right: 48px;
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 40px;
}
.ViewsExposedForm--blog .form-item-search:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaWQ9ImJvZHlfMSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1Ij4KCjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNzE0Mjg1NyAwIDAgMC43MTQyODU3IDAgMCkiPgogICAgPHBhdGggdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIiAgZD0iTTIwLjkwNzI0IDE5Ljk1NTUyTDE1LjExMTcyIDE0LjE2QyAxNy45NTYyIDEwLjc3NTUyIDE3LjgxMTcyIDUuNzM1NTIgMTQuNjQyNzYgMi41Njg5NkMgMTEuMjk0MjggLTAuNzggNS44NTg3NiAtMC43OCAyLjUxMTcyIDIuNTY4OTZDIC0wLjgzNzI0IDUuOTE3NDQgLTAuODM3MjQgMTEuMzUzNDQgMi41MTE3MiAxNC43QyA0LjE2NzI0IDE2LjM1NTUyIDYuNDAwNjggMTcuMjIgOC41OTYyIDE3LjIyQyAxMC41NzYyIDE3LjIyIDEyLjUyMDY4IDE2LjUzNTUyIDE0LjE0MDY4IDE1LjIwNDQ4TDE0LjE0MDY4IDE1LjIwNDQ4TDE5LjkzNjIgMjFMMjAuOTA3MjQgMTkuOTU1NTJ6TTMuNTIwNjggMTMuNjkzNDRDIDAuNzQ5MTYgMTAuOTIxOTIgMC43NDkxNiA2LjM4NDQ4IDMuNTIwNjggMy42MTM0NEMgNC45MjQ2OCAyLjIwODk2IDYuNzI0NjggMS41MjQ0OCA4LjU2MDY4IDEuNTI0NDhDIDEwLjM5NjIgMS41MjQ0OCAxMi4yMzE3MiAyLjIwODk2IDEzLjYwMDY4IDMuNjEzNDRDIDE2LjM3MTcyIDYuMzg0NDggMTYuMzcxNzIgMTAuOTIxOTIgMTMuNjAwNjggMTMuNjkzNDRDIDEwLjgyNzI0IDE2LjQ2NDQ4IDYuMjkxNzIgMTYuNDY0NDggMy41MjA2OCAxMy42OTM0NHoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzBEMTcyMiIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgo8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 50%;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  width: 24px;
  z-index: 10;