@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

main {
    display: block;
  font-family: inherit;
}

body {
  font-family: "Synonym", sans-serif;
}

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

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

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

a {
    background-color: transparent
}

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

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

.quote {
  background-color: transparent;
  display: flex;
  font-size: 120px;
  padding: 0;
  justify-content: center;
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

[data-hs-cos-type="rich_text"] h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

[data-hs-cos-type="rich_text"] h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-semibold);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.26;
}

[data-hs-cos-type="rich_text"] h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-medium);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

[data-hs-cos-type="rich_text"] h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-regular);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

[data-hs-cos-type="rich_text"] h5 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

[data-hs-cos-type="rich_text"] h6 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

[data-hs-cos-type="rich_text"] p {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
  margin-bottom: 1rem;
}

[data-hs-cos-type="rich_text"] ul {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

[data-hs-cos-type="rich_text"] ol {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-type: decimal;
}

[data-hs-cos-type="rich_text"] li {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

[data-hs-cos-type="rich_text"] ul ul {
  list-style-type: circle;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

[data-hs-cos-type="rich_text"] ul ul ul {
  list-style-type: square;
}

[data-hs-cos-type="rich_text"] ol ol {
  list-style-type: lower-alpha;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

[data-hs-cos-type="rich_text"] ol ol ol {
  list-style-type: lower-roman;
}

[data-hs-cos-type="rich_text"] blockquote {
  font-size: var(--font-size-lg);
  font-style: italic;
  font-weight: var(--font-weight-regular);
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid var(--color-gray, #e5e5e5);
  background-color: rgba(0, 0, 0, 0.02);
}

[data-hs-cos-type="rich_text"] code {
  font-size: var(--font-size-sm);
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-weight: var(--font-weight-regular);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
}

[data-hs-cos-type="rich_text"] pre {
  font-size: var(--font-size-sm);
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
  margin: 1rem 0;
  line-height: 1.4;
}

[data-hs-cos-type="rich_text"] pre code {
  background-color: transparent;
  padding: 0;
}

[data-hs-cos-type="rich_text"] table {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

[data-hs-cos-type="rich_text"] th {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  padding: 0.75rem;
  text-align: left;
  border-bottom: 2px solid var(--color-gray, #e5e5e5);
  background-color: rgba(0, 0, 0, 0.02);
}

[data-hs-cos-type="rich_text"] td {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  padding: 0.75rem;
  border-bottom: 1px solid var(--color-gray, #e5e5e5);
}

[data-hs-cos-type="rich_text"] tr:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

[data-hs-cos-type="rich_text"] strong,
[data-hs-cos-type="rich_text"] b {
  font-weight: 700;
}

[data-hs-cos-type="rich_text"] em,
[data-hs-cos-type="rich_text"] i {
  font-style: italic;
}

[data-hs-cos-type="rich_text"] u {
  text-decoration: underline;
}

[data-hs-cos-type="rich_text"] s,
[data-hs-cos-type="rich_text"] del {
  text-decoration: line-through;
}

[data-hs-cos-type="rich_text"] mark {
  background-color: rgba(255, 255, 0, 0.3);
  padding: 0.1rem 0.2rem;
}

[data-hs-cos-type="rich_text"] small {
  font-size: var(--font-size-sm);
}

[data-hs-cos-type="rich_text"] a {
  color: var(--color-marine-blue, #0066cc);
  text-decoration: underline;
  transition: color 0.2s ease;
}

[data-hs-cos-type="rich_text"] a:hover {
  color: var(--color-neptune, #004499);
  text-decoration: none;
}

[data-hs-cos-type="rich_text"] a:visited {
  color: var(--color-deep-sea-green, #006644);
}

[data-hs-cos-type="rich_text"] hr {
  border: none;
  height: 1px;
  background-color: var(--color-gray, #e5e5e5);
  margin: 2rem 0;
}

[data-hs-cos-type="rich_text"] img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1rem 0;
}

[data-hs-cos-type="rich_text"] figure {
  margin: 1.5rem 0;
  text-align: center;
}

[data-hs-cos-type="rich_text"] figcaption {
  font-size: var(--font-size-sm);
  color: var(--color-gray, #666);
  margin-top: 0.5rem;
  font-style: italic;
}

[data-hs-cos-type="rich_text"] sub {
  vertical-align: sub;
  font-size: smaller;
}

[data-hs-cos-type="rich_text"] sup {
  vertical-align: super;
  font-size: smaller;
}

[data-hs-cos-type="rich_text"] kbd {
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--color-gray, #ccc);
  border-radius: 3px;
  padding: 0.1rem 0.3rem;
  font-size: var(--font-size-sm);
}

[data-hs-cos-type="rich_text"] abbr {
  text-decoration: underline dotted;
  cursor: help;
}

[data-hs-cos-type="rich_text"] dl {
  margin: 1rem 0;
}

[data-hs-cos-type="rich_text"] dt {
  font-weight: var(--font-weight-semibold);
  margin-top: 0.5rem;
}

[data-hs-cos-type="rich_text"] dd {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

[data-hs-cos-type="rich_text"] address {
  font-style: italic;
  margin: 1rem 0;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 3px solid var(--color-gray, #ccc);
}

.aa-hero {
  max-width: 100%;
}

.aa-article-cards--manual.aa-bg-color,.aa-benefits,.aa-bg-color,.aa-blog-post-hero .aa-blog-post-hero__inner,.aa-cards,.aa-cards--icons.bg--alternative-grey,.aa-hero-columns__inner,.aa-hero-video-page__inner,.aa-wysiwyg-v3.aa-bg-image,.blog-advanced .aa-blog-articles--cards.aa-background,.blog-advanced .aa-blog-articles--grid .aa-blog-article,.blog-advanced .aa-blog-header.aa-background,.blog-advanced .aa-blog-post--basic .aa-blog-post-content,.blog-advanced .aa-blog-post--plus .aa-blog-post-hero,.brand_mt .aa-cards,.burj,.subscription-page main,.typ-branding__inner {
    padding-top: 80px
}

@media (min-width: 992px) {
    .aa-article-cards--manual.aa-bg-color,.aa-benefits,.aa-bg-color,.aa-blog-post-hero .aa-blog-post-hero__inner,.aa-cards,.aa-cards--icons.bg--alternative-grey,.aa-hero-columns__inner,.aa-hero-video-page__inner,.aa-wysiwyg-v3.aa-bg-image,.blog-advanced .aa-blog-articles--cards.aa-background,.blog-advanced .aa-blog-articles--grid .aa-blog-article,.blog-advanced .aa-blog-header.aa-background,.blog-advanced .aa-blog-post--basic .aa-blog-post-content,.blog-advanced .aa-blog-post--plus .aa-blog-post-hero,.brand_mt .aa-cards,.burj,.subscription-page main,.typ-branding__inner {
        padding-top:120px
    }
}

.aa-accordion,.aa-article-cards--manual.aa-bg-color,.aa-article__content,.aa-benefits,.aa-bg-color,.aa-blog-post-hero .aa-blog-post-hero__inner,.aa-cards,.aa-cards--icons.bg--alternative-grey,.aa-focus-box,.aa-footer,.aa-hero-columns__inner,.aa-hero-video-page__inner,.aa-wysiwyg-v3.aa-bg-image,.article__tags,.blog-advanced .aa-blog-post--plus .aa-blog-post-hero,.brand_mt .aa-cards,.brand_mt .aa-quote,.burj,.subscription-page main {
    padding-bottom: 80px
}

@media (min-width: 992px) {
    .aa-accordion,.aa-article-cards--manual.aa-bg-color,.aa-article__content,.aa-benefits,.aa-bg-color,.aa-blog-post-hero .aa-blog-post-hero__inner,.aa-cards,.aa-cards--icons.bg--alternative-grey,.aa-focus-box,.aa-footer,.aa-hero-columns__inner,.aa-hero-video-page__inner,.aa-wysiwyg-v3.aa-bg-image,.article__tags,.blog-advanced .aa-blog-post--plus .aa-blog-post-hero,.brand_mt .aa-cards,.brand_mt .aa-quote,.burj,.subscription-page main {
        padding-bottom:120px
    }
}

.aa-riders,.aa-search-results {
    margin-top: 80px
}

@media (min-width: 992px) {
    .aa-riders,.aa-search-results {
        margin-top:120px
    }
}

.aa-accordion-v2,.aa-benefits,.aa-cards--icons,.aa-cards--icons-v2,.aa-cards--products,.aa-columns,.aa-columns-basic,.aa-focus-box,.aa-hero,.aa-hero-columns,.aa-hero-video-page,.aa-image,.aa-newsletter-v2,.aa-promoted-content,.aa-qp-slider-cards,.aa-quote,.aa-search-results,.aa-slider,.aa-video,.aa-wysiwyg-v3,.brand_mt .aa-columns,.hero-3d,.quote-slider,.related-information,.typ-branding__inner {
    margin-bottom: 80px
}

@media (min-width: 992px) {
    .aa-accordion-v2,.aa-benefits,.aa-cards--icons,.aa-cards--icons-v2,.aa-cards--products,.aa-columns,.aa-columns-basic,.aa-focus-box,.aa-hero,.aa-hero-columns,.aa-hero-video-page,.aa-image,.aa-newsletter-v2,.aa-promoted-content,.aa-qp-slider-cards,.aa-quote,.aa-search-results,.aa-slider,.aa-video,.aa-wysiwyg-v3,.brand_mt .aa-columns,.hero-3d,.quote-slider,.related-information,.typ-branding__inner {
        margin-bottom:120px
    }
}

.aa-blog-post-hero,.aa-column-basic-text,.aa-columns--margin,.aa-focus-box__column,.aa-footer,.aa-hero,.aa-newsletter,.aa-newsletter-v2,.aa-wysiwyg--background,.aa-wysiwyg--columns.aa-wysiwyg--list,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--card-overflow,.blog-advanced .aa-blog-articles--list.aa-background,.blog-advanced .aa-blog-articles--related .aa-blog-articles__inner,.blog-overview,.brand_mt .aa-focus-box__content,.brand_mt .aa-quote--box .aa-quote__inner,.empire,.quote-slider.aa-bg {
    padding-top: 60px
}

@media (min-width: 992px) {
    .aa-blog-post-hero,.aa-column-basic-text,.aa-columns--margin,.aa-focus-box__column,.aa-footer,.aa-hero,.aa-newsletter,.aa-newsletter-v2,.aa-wysiwyg--background,.aa-wysiwyg--columns.aa-wysiwyg--list,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--card-overflow,.blog-advanced .aa-blog-articles--list.aa-background,.blog-advanced .aa-blog-articles--related .aa-blog-articles__inner,.blog-overview,.brand_mt .aa-focus-box__content,.brand_mt .aa-quote--box .aa-quote__inner,.empire,.quote-slider.aa-bg {
        padding-top:80px
    }
}

@media (min-width: 1440px) {
    .aa-blog-post-hero,.aa-column-basic-text,.aa-columns--margin,.aa-focus-box__column,.aa-footer,.aa-hero,.aa-newsletter,.aa-newsletter-v2,.aa-wysiwyg--background,.aa-wysiwyg--columns.aa-wysiwyg--list,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--card-overflow,.blog-advanced .aa-blog-articles--list.aa-background,.blog-advanced .aa-blog-articles--related .aa-blog-articles__inner,.blog-overview,.brand_mt .aa-focus-box__content,.brand_mt .aa-quote--box .aa-quote__inner,.empire,.quote-slider.aa-bg {
        padding-top:100px
    }
}

.aa-blog-post-hero,.aa-column-basic-text,.aa-columns--margin,.aa-hero,.aa-newsletter-v2,.blog-advanced .aa-blog-articles,.blog-advanced .aa-blog-post-content,.brand_mt .aa-quote--box .aa-quote__inner,.empire,.quote-slider.aa-bg {
    padding-bottom: 60px
}

@media (min-width: 992px) {
    .aa-blog-post-hero,.aa-column-basic-text,.aa-columns--margin,.aa-hero,.aa-newsletter-v2,.blog-advanced .aa-blog-articles,.blog-advanced .aa-blog-post-content,.brand_mt .aa-quote--box .aa-quote__inner,.empire,.quote-slider.aa-bg {
        padding-bottom:80px
    }
}

@media (min-width: 1440px) {
    .aa-blog-post-hero,.aa-column-basic-text,.aa-columns--margin,.aa-hero,.aa-newsletter-v2,.blog-advanced .aa-blog-articles,.blog-advanced .aa-blog-post-content,.brand_mt .aa-quote--box .aa-quote__inner,.empire,.quote-slider.aa-bg {
        padding-bottom:100px
    }
}

.aa-article-cards--manual {
    margin-top: 60px
}

@media (min-width: 992px) {
    .aa-article-cards--manual {
        margin-top:80px
    }
}

@media (min-width: 1440px) {
    .aa-article-cards--manual {
        margin-top:100px
    }
}

.aa-article-cards,.aa-article-cards--manual,.blog-advanced .aa-hero,.brand_mt .aa-article-cards {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .aa-article-cards,.aa-article-cards--manual,.blog-advanced .aa-hero,.brand_mt .aa-article-cards {
        margin-bottom:80px
    }
}

@media (min-width: 1440px) {
    .aa-article-cards,.aa-article-cards--manual,.blog-advanced .aa-hero,.brand_mt .aa-article-cards {
        margin-bottom:100px
    }
}

.aa-accordion-v2,.aa-blog-articles .aa-cards,.aa-blog-articles.aa-blog--simple,.aa-blog-hero .aa-blog-hero__body,.aa-health-benefits,.aa-newsletter__content .aa-newsletter-form,.aa-promoted-content__inner,.aa-quote,.aa-wysiwyg--v2.aa-wysiwyg--bg-list,.aa-wysiwyg--v2.aa-wysiwyg--cards,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter,.article-preview,.blog-advanced .aa-blog-post-intro,.eiffel,.related-articles .aa-cards__header,.sk-blog .aa-blog-post {
    padding-top: 40px
}

@media (min-width: 992px) {
    .aa-accordion-v2,.aa-blog-articles .aa-cards,.aa-blog-articles.aa-blog--simple,.aa-blog-hero .aa-blog-hero__body,.aa-health-benefits,.aa-newsletter__content .aa-newsletter-form,.aa-promoted-content__inner,.aa-quote,.aa-wysiwyg--v2.aa-wysiwyg--bg-list,.aa-wysiwyg--v2.aa-wysiwyg--cards,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter,.article-preview,.blog-advanced .aa-blog-post-intro,.eiffel,.related-articles .aa-cards__header,.sk-blog .aa-blog-post {
        padding-top:50px
    }
}

@media (min-width: 1440px) {
    .aa-accordion-v2,.aa-blog-articles .aa-cards,.aa-blog-articles.aa-blog--simple,.aa-blog-hero .aa-blog-hero__body,.aa-health-benefits,.aa-newsletter__content .aa-newsletter-form,.aa-promoted-content__inner,.aa-quote,.aa-wysiwyg--v2.aa-wysiwyg--bg-list,.aa-wysiwyg--v2.aa-wysiwyg--cards,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter,.article-preview,.blog-advanced .aa-blog-post-intro,.eiffel,.related-articles .aa-cards__header,.sk-blog .aa-blog-post {
        padding-top:64px
    }
}

.aa-articles-overview--inner,.aa-blog-hero.aa-blog--simple,.aa-blog-post-content,.aa-health-benefits,.aa-image,.aa-promoted-content__inner,.aa-quote,.aa-wysiwyg--background .aa-wysiwyg__inner,.article-preview,.articles-overview__inner,.eiffel {
    padding-bottom: 40px
}

@media (min-width: 992px) {
    .aa-articles-overview--inner,.aa-blog-hero.aa-blog--simple,.aa-blog-post-content,.aa-health-benefits,.aa-image,.aa-promoted-content__inner,.aa-quote,.aa-wysiwyg--background .aa-wysiwyg__inner,.article-preview,.articles-overview__inner,.eiffel {
        padding-bottom:50px
    }
}

@media (min-width: 1440px) {
    .aa-articles-overview--inner,.aa-blog-hero.aa-blog--simple,.aa-blog-post-content,.aa-health-benefits,.aa-image,.aa-promoted-content__inner,.aa-quote,.aa-wysiwyg--background .aa-wysiwyg__inner,.article-preview,.articles-overview__inner,.eiffel {
        padding-bottom:64px
    }
}

.aa-hero-video-page__header,.aa-wysiwyg {
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .aa-hero-video-page__header,.aa-wysiwyg {
        margin-bottom:50px
    }
}

@media (min-width: 1440px) {
    .aa-hero-video-page__header,.aa-wysiwyg {
        margin-bottom:64px
    }
}

.aa-blog-post-share__inner,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__body,.brand_mt .aa-columns__header,.liberty {
    padding-top: 30px
}

@media (min-width: 1440px) {
    .aa-blog-post-share__inner,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__body,.brand_mt .aa-columns__header,.liberty {
        padding-top:40px
    }
}

.aa-blog-post-share__inner,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__body,.blog-advanced .aa-blog-articles--grid .aa-blog-article,.blog-advanced .aa-blog-articles--list,.blog-advanced .aa-blog-post-intro,.liberty {
    padding-bottom: 30px
}

@media (min-width: 1440px) {
    .aa-blog-post-share__inner,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__body,.blog-advanced .aa-blog-articles--grid .aa-blog-article,.blog-advanced .aa-blog-articles--list,.blog-advanced .aa-blog-post-intro,.liberty {
        padding-bottom:40px
    }
}

.subscription-page .email-prefs .subscribe-options {
    margin-top: 30px
}

@media (min-width: 1440px) {
    .subscription-page .email-prefs .subscribe-options {
        margin-top:40px
    }
}

.subscription-page .email-prefs .subscribe-options,.subscription-page .page-header {
    margin-bottom: 30px
}

@media (min-width: 1440px) {
    .subscription-page .email-prefs .subscribe-options,.subscription-page .page-header {
        margin-bottom:40px
    }
}

.londonbridge {
    padding-top: 10px
}

@media (min-width: 992px) {
    .londonbridge {
        padding-top:20px
    }
}

.aa-blog-articles .aa-cards,.londonbridge {
    padding-bottom: 10px
}

@media (min-width: 992px) {
    .aa-blog-articles .aa-cards,.londonbridge {
        padding-bottom:20px
    }
}

.subscription-page .email-prefs .item:first-of-type {
    margin-top: 10px
}

@media (min-width: 992px) {
    .subscription-page .email-prefs .item:first-of-type {
        margin-top:20px
    }
}

.subscription-page .email-prefs .item:not(:last-of-type) {
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .subscription-page .email-prefs .item:not(:last-of-type) {
        margin-bottom:20px
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

a {
    -webkit-text-decoration-skip: ink;
    color: #0c4554;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

main {
    z-index: 2
}

a:focus {
    outline: none
}

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

.aa-bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.no-mb {
    margin-bottom: 0
}

.no-pb {
    padding-bottom: 0
}

.no-mt {
    margin-top: 0
}

.no-pt {
    padding-top: 0!important
}

.bg-primary {
    background-color: #0c4554
}

.bg-secondary {
    background-color: #f2fcff
}

.bg-accent {
    background-color: #ea001d
}

.bg-black {
    background-color: #000
}

.bg-color--grey,.bg-light-grey {
    background-color: #f1f1f1
}

.bg-dark-grey {
    background: #686868
}

.bg-secondary {
    color: #000
}

.bg-dark-blue {
    background: #021d32;
    color: #fff
}

.bg--alternative-grey {
    background: #f6f4f4
}

body {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.aa-article-cards__header .title,.aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight: 700;
    margin: 0
}

.aa-article-cards__header .title br,.aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title br,.blog-advanced .aa-blog-article__body .aa-blog-article__title br,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title br,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title br,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title br,h1 br,h2 br,h3 br,h4 br,h5 br,h6 br {
    display: none
}

@media (min-width: 992px) {
    .aa-article-cards__header .title br,.aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title br,.blog-advanced .aa-blog-article__body .aa-blog-article__title br,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title br,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title br,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title br,h1 br,h2 br,h3 br,h4 br,h5 br,h6 br {
        display:block
    }
}

.aa-article-cards__header .aa-article__content .title,.aa-article-cards__header .aa-blog-post-hero .aa-blog-post-hero__header .title,.aa-article-cards__header .aa-error-page__text .title,.aa-article-cards__header .aa-panel__body .title,.aa-article-cards__header .title,.aa-article__content .aa-article-cards__header .title,.aa-article__content h1,.aa-blog-post-hero .aa-blog-post-hero__header .aa-article-cards__header .title,.aa-blog-post-hero .aa-blog-post-hero__header h1,.aa-error-page__text .aa-article-cards__header .title,.aa-error-page__text h1,.aa-panel__body .aa-article-cards__header .title,.aa-panel__body h1,.brand_mt .aa-panel__body h1,.whale,h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .aa-article-cards__header .aa-article__content .title,.aa-article-cards__header .aa-blog-post-hero .aa-blog-post-hero__header .title,.aa-article-cards__header .aa-error-page__text .title,.aa-article-cards__header .aa-panel__body .title,.aa-article-cards__header .title,.aa-article__content .aa-article-cards__header .title,.aa-article__content h1,.aa-blog-post-hero .aa-blog-post-hero__header .aa-article-cards__header .title,.aa-blog-post-hero .aa-blog-post-hero__header h1,.aa-error-page__text .aa-article-cards__header .title,.aa-error-page__text h1,.aa-panel__body .aa-article-cards__header .title,.aa-panel__body h1,.brand_mt .aa-panel__body h1,.whale,h1 {
        font-size:55px;
        line-height: 70px
    }
}

@media (min-width: 1200px) {
    .aa-article-cards__header .aa-article__content .title,.aa-article-cards__header .aa-blog-post-hero .aa-blog-post-hero__header .title,.aa-article-cards__header .aa-error-page__text .title,.aa-article-cards__header .aa-panel__body .title,.aa-article-cards__header .title,.aa-article__content .aa-article-cards__header .title,.aa-article__content h1,.aa-blog-post-hero .aa-blog-post-hero__header .aa-article-cards__header .title,.aa-blog-post-hero .aa-blog-post-hero__header h1,.aa-error-page__text .aa-article-cards__header .title,.aa-error-page__text h1,.aa-panel__body .aa-article-cards__header .title,.aa-panel__body h1,.brand_mt .aa-panel__body h1,.whale,h1 {
        font-size:70px;
        line-height: 84px
    }
}

.aa-article__content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-article__content h2,.aa-index__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-index__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-index__header h2,.aa-quote__inner .aa-quote__content .sk-front-page .aa-quote .aa-blockquote,.article-preview .title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-index__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-index__header .aa-blog-article__title,.brand_mt .sk-front-page .aa-quote .aa-blockquote,.elephant,.sk-front-page .aa-quote .aa-quote__inner .aa-quote__content .aa-blockquote,.sk-front-page .aa-quote blockquote,.sk-front-page .brand_mt .aa-quote .aa-blockquote,h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .aa-article__content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-article__content h2,.aa-index__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-index__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-index__header h2,.aa-quote__inner .aa-quote__content .sk-front-page .aa-quote .aa-blockquote,.article-preview .title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-index__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-index__header .aa-blog-article__title,.brand_mt .sk-front-page .aa-quote .aa-blockquote,.elephant,.sk-front-page .aa-quote .aa-quote__inner .aa-quote__content .aa-blockquote,.sk-front-page .aa-quote blockquote,.sk-front-page .brand_mt .aa-quote .aa-blockquote,h2 {
        font-size:44px;
        line-height: 53px
    }
}

.aa-article-cards__header .aa-header__text .title,.aa-article-cards__header .aa-search-results__header .title,.aa-article-preview .aa-article-preview-title,.aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-header__text .aa-article-cards__header .title,.aa-header__text h1,.aa-landing-form__header,.aa-search-results__header .aa-article-cards__header .title,.aa-search-results__header h1,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-landing-form__header,.horse,h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .aa-article-cards__header .aa-header__text .title,.aa-article-cards__header .aa-search-results__header .title,.aa-article-preview .aa-article-preview-title,.aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-header__text .aa-article-cards__header .title,.aa-header__text h1,.aa-landing-form__header,.aa-search-results__header .aa-article-cards__header .title,.aa-search-results__header h1,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-landing-form__header,.horse,h3 {
        font-size:38px;
        line-height: 46px
    }
}

.aa-blog-article--cta .aa-blog-article__body .aa-panel__body .aa-blog-article__title,.aa-cards--single .aa-newsletter-form .hs-submit input,.aa-cards--single .aa-newsletter-form input[type=email],.aa-footer__body .aa-footer__column ul li a,.aa-panel__body .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-panel__body .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-panel__body h3,.aa-related-title,.aa-riders .aa-riders__body .aa-rider--image .rider-button,.blog-advanced .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-panel__body .aa-blog-article__title,.brand_mt .aa-cards--single .aa-newsletter-form .hs-submit input,.brand_mt .aa-cards--single .aa-newsletter-form input[type=email],.brand_mt .aa-panel__body h3,.center .aa-slide .aa-slide-button,.lion,h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px
}

@media (min-width: 1440px) {
    .aa-blog-article--cta .aa-blog-article__body .aa-panel__body .aa-blog-article__title,.aa-cards--single .aa-newsletter-form .hs-submit input,.aa-cards--single .aa-newsletter-form input[type=email],.aa-footer__body .aa-footer__column ul li a,.aa-panel__body .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-panel__body .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-panel__body h3,.aa-related-title,.aa-riders .aa-riders__body .aa-rider--image .rider-button,.blog-advanced .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-panel__body .aa-blog-article__title,.brand_mt .aa-cards--single .aa-newsletter-form .hs-submit input,.brand_mt .aa-cards--single .aa-newsletter-form input[type=email],.brand_mt .aa-panel__body h3,.center .aa-slide .aa-slide-button,.lion,h4 {
        font-size:26px;
        line-height: 31px
    }
}

.aa-article__content .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-article__content h3,.aa-article__content h4,.aa-blog-article--cta .aa-blog-article__body .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-article__content .aa-blog-article__title,.cat,h5,h6 {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .aa-article__content .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-article__content h3,.aa-article__content h4,.aa-blog-article--cta .aa-blog-article__body .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-article__content .aa-blog-article__title,.cat,h5,h6 {
        font-size:24px;
        line-height: 29px
    }
}

.aa-article-card--employee .aa-article-card__content strong,.aa-article__header p,.aa-error-page__text,.aa-riders .aa-riders__body .aa-rider .rider-stats .stat p,.aa-search-results .hs-search-results .hs-search-results__title,.aa-wysiwyg-v3--vignette .aa-wysiwyg-v3__body p,.sk-front-page .aa-hero .aa-hero__body p,.wheat {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px
}

@media (min-width: 1440px) {
    .aa-article-card--employee .aa-article-card__content strong,.aa-article__header p,.aa-error-page__text,.aa-riders .aa-riders__body .aa-rider .rider-stats .stat p,.aa-search-results .hs-search-results .hs-search-results__title,.aa-wysiwyg-v3--vignette .aa-wysiwyg-v3__body p,.sk-front-page .aa-hero .aa-hero__body p,.wheat {
        font-size:20px;
        line-height: 28px
    }
}

.aa-article__content p:first-of-type,.aa-footer__body .aa-footer__column a,.aa-footer__body .aa-footer__column p,.aa-hero__body .aa-hero-nav li a,.aa-hero__body p,.aa-panel__body li,.aa-panel__body p,.aa-wysiwyg--v2.aa-wysiwyg--vignette .aa-wysiwyg__body>*,.article__tags,.brand_mt .aa-panel__body li,.brand_mt .aa-panel__body p,.oat,.vignette {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.aa-article-preview .aa-article__description,.aa-article__content ol,.aa-article__content ul,.aa-article__header strong,.aa-article__meta,.aa-lp-vignette,.blog-advanced .aa-blog-post-content__inner ol,.blog-advanced .aa-blog-post-content__inner ul,.brand_mt .aa-lp-vignette,.rye,p {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0
}

p {
    margin-bottom: 0;
    margin-top: 0
}

p:not(:last-of-type) {
    margin-bottom: 20px
}

.aa-article__content figcaption,.barley,.subscription-page .email-prefs .item p,.subscription-page .email-prefs .item p:first-of-type {
    color: #000;
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0
}

@media (min-width: 1440px) {
    .aa-article__content figcaption,.barley,.subscription-page .email-prefs .item p,.subscription-page .email-prefs .item p:first-of-type {
        font-size:14px;
        line-height: 22px
    }
}

ol,ul {
    margin-bottom: 20px;
    margin-top: 20px
}

ol:first-child,ul:first-child {
    margin-top: 0
}

ol:last-child,ul:last-child {
    margin-bottom: 0
}

li {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 5px
}

li:last-of-type {
    margin-bottom: 0
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-article__content blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-subtitle,.brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-quote__inner .quote,.subtitle {
    color: #0c4554;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
        margin-bottom:40px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
        margin-bottom: 40px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
        margin-bottom: 40px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
        margin-bottom: 40px
    }

    .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-article__content blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-subtitle,.brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-quote__inner .quote,.subtitle {
        margin-bottom: 40px
    }
}

.aa-quote__inner .aa-quote__content .aa-blockquote,.brand_mt .aa-quote .aa-blockquote,blockquote {
    color: #000;
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    text-align: center
}

@media (min-width: 992px) {
    .aa-quote__inner .aa-quote__content .aa-blockquote,.brand_mt .aa-quote .aa-blockquote,blockquote {
        font-size:34px;
        line-height: 50px
    }
}

.aa-quote__inner .aa-quote__content .aa-blockquote strong,.brand_mt .aa-quote .aa-blockquote strong,blockquote strong {
    color: #000;
    display: block;
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 5px;
    text-decoration: none
}

@media (min-width: 768px) {
    .aa-quote__inner .aa-quote__content .aa-blockquote strong,.brand_mt .aa-quote .aa-blockquote strong,blockquote strong {
        font-size:14px;
        line-height: 30px
    }
}

strong {
    font-weight: 700
}

figcaption,i {
    font-style: italic
}

figcaption {
    font-family: Georgia,serif;
    font-size: 15px;
    line-height: 21px
}

.hidden-xs-up {
    display: none!important
}

@media (max-width: 542px) {
    .hidden-xs-up {
        display:block!important
    }
}

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

@media (min-width: 768px) {
    .hidden-sm-up {
        display:none!important
    }
}

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

@media (min-width: 768px) {
    .hidden-md-up {
        display:none!important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display:none!important
    }
}

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

@media (max-width: 1199px) {
    .hidden-lg-down {
        display:none!important
    }
}

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

@media (max-width: 1439px) {
    .hidden-xl-down {
        display:none!important
    }
}

.no-hero {
    padding-top: 120px
}

.blog-advanced .aa-pagination {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .blog-advanced .aa-pagination {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0
    }
}

.blog-advanced .aa-pagination ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0
}

.blog-advanced .aa-pagination li {
    list-style-type: none
}

.blog-advanced .aa-pagination li:not(:last-of-type) {
    margin-bottom: 20px;
    margin-right: 20px
}

@media (min-width: 992px) {
    .blog-advanced .aa-pagination li:not(:last-of-type) {
        margin-bottom:0
    }
}

.blog-advanced .aa-pagination li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 40px
}

.blog-advanced .aa-pagination li a.active,.blog-advanced .aa-pagination li a:hover {
    background-color: #0c4554;
    color: #fff
}

.aa-pagination .aa-active-page a {
    border: 2px solid #0c4554;
    border-radius: 3px
}

.aa-pagination .aa-active-page a:hover {
    background-color: #0c4554
}

.brand_mt .aa-pagination .aa-active-page a:hover {
    background-color: transparent
}

.aa-button,.aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-columns--form .aa-column--form .hs-button,.hs-button,.subscription-page .hs-button.primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0c4554;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 350px;
    padding-right: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: calc(100% - 40px)
}

@media (min-width: 576px) {
    .aa-button,.aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-columns--form .aa-column--form .hs-button,.hs-button,.subscription-page .hs-button.primary {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .aa-button,.aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-columns--form .aa-column--form .hs-button,.hs-button,.subscription-page .hs-button.primary {
        padding-left:30px
    }
}

@media (min-width: 992px) {
    .aa-button,.aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-columns--form .aa-column--form .hs-button,.hs-button,.subscription-page .hs-button.primary {
        padding-right:20px
    }
}

@media (min-width: 576px) {
    .aa-button,.aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-columns--form .aa-column--form .hs-button,.hs-button,.subscription-page .hs-button.primary {
        display:block
    }
}

@media (min-width: 768px) {
    .aa-button,.aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-columns--form .aa-column--form .hs-button,.hs-button,.subscription-page .hs-button.primary {
        padding-left:20px;
        padding-right: 20px
    }
}

.aa-button:hover,.aa-columns--form .aa-column--form .hs-button:hover,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button:hover,.hs-button:hover,.subscription-page .hs-button.primary:hover {
    background: rgba(12,69,84,.7)
}

.aa-button:hover:after,.aa-columns--form .aa-column--form .hs-button:hover:after,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button:hover:after,.hs-button:hover:after,.subscription-page .hs-button.primary:hover:after {
    border-left: 20px solid rgba(12,69,84,.7)
}

.aa-button:hover:before,.aa-columns--form .aa-column--form .hs-button:hover:before,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button:hover:before,.hs-button:hover:before,.subscription-page .hs-button.primary:hover:before {
    border-right: 20px solid rgba(12,69,84,.7)
}

.aa-button .svg text,.aa-columns--form .aa-column--form .hs-button .svg text,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button .svg text,.hs-button .svg text,.subscription-page .hs-button.primary .svg text {
    color: #000
}

.aa-button--outline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border-left: none;
    border-right: none;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 350px;
    padding-right: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: calc(100% - 40px)
}

@media (min-width: 576px) {
    .aa-button--outline {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .aa-button--outline {
        padding-left:30px
    }
}

@media (min-width: 992px) {
    .aa-button--outline {
        padding-right:20px
    }
}

.aa-button--outline .svg text {
    color: #000
}

.aa-button:before,.aa-columns--form .aa-column--form .hs-button:before,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button:before,.brand_mt .aa-columns--form .aa-column--form .hs-button:before,.subscription-page .hs-button.primary:before {
    border-bottom: 30px solid transparent;
    border-right: 20px solid #0c4554;
    border-top: 30px solid transparent;
    content: "";
    left: -20px;
    position: absolute;
    top: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.aa-button:after,.aa-columns--form .aa-column--form .hs-button:after,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button:after,.brand_mt .aa-columns--form .aa-column--form .hs-button:after,.subscription-page .hs-button.primary:after {
    border-bottom: 30px solid transparent;
    border-left: 20px solid #0c4554;
    border-top: 30px solid transparent;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.aa-button--outline:after,.aa-button--outline:before {
    background: transparent;
    border: 1px solid #0c4554;
    height: 32px;
    left: -20px;
    width: calc(100% + 40px);
    z-index: -1
}

.aa-button--outline:before {
    border-bottom: none;
    content: "";
    position: absolute;
    top: -1px;
    -webkit-transform: perspective(25px) rotateX(5deg);
    transform: perspective(25px) rotateX(5deg)
}

.aa-button--outline:after {
    border-top: none;
    content: "";
    position: absolute;
    top: 32px;
    -webkit-transform: perspective(25px) rotateX(-5deg);
    transform: perspective(25px) rotateX(-5deg)
}

@media (min-width: 992px) {
    .aa-button--outline:hover:after,.aa-button--outline:hover:before {
        background:#0c4554
    }
}

.aa-button--outline:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 992px) {
    .aa-button--outline:hover {
        padding-right:10px
    }
}

.icon-arrow {
    display: none;
    margin-left: auto;
    position: relative
}

@media (min-width: 576px) {
    .icon-arrow {
        display:block
    }
}

.icon-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.53 6.53a.75.75 0 0 0 0-1.06L34.757.697a.75.75 0 0 0-1.06 1.06L37.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L39.53 6.53zM0 6.75h39v-1.5H0v1.5z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 40px
}

.button-group {
    position: relative;
    z-index: 1
}

.aa-button--big {
    padding: 16px 20px
}

.aa-button--big:before {
    border-width: 0 24px 24px 0;
    left: -24px;
    top: 8px
}

.aa-button--big:after {
    border-width: 0 24px 24px 0;
    bottom: 8px;
    right: -24px
}

.aa-button--outline-white {
    background-color: transparent;
    border-left: none;
    border-right: none
}

@media (min-width: 992px) {
    .aa-button--outline-white:hover:after,.aa-button--outline-white:hover:before {
        border-color:#0c4554
    }
}

.aa-button--outline-white:after,.aa-button--outline-white:before {
    border: 1px solid #fff
}

.aa-button--outline-white:before {
    border-bottom: none
}

.aa-button--outline-white:after {
    border-top: none
}

.aa-button--arrow svg {
    margin-left: 60px;
    margin-top: 6px
}

.aa-button--light-theme {
    color: #000
}

.aa-button--light-theme .icon-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.53 6.53a.75.75 0 0 0 0-1.06L34.757.697a.75.75 0 0 0-1.06 1.06L37.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L39.53 6.53zM0 6.75h39v-1.5H0v1.5z' fill='%23000'/%3E%3C/svg%3E")
}

.aa-button--light-theme:hover .icon-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.53 6.53a.75.75 0 0 0 0-1.06L34.757.697a.75.75 0 0 0-1.06 1.06L37.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L39.53 6.53zM0 6.75h39v-1.5H0v1.5z' fill='%23fff'/%3E%3C/svg%3E")
}

.aa-cookie-widget--open {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.aa-cookie-widget--open main {
    margin-top: 0
}

.aa-cookie-widget--closed {
    margin-top: -70px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.aa-cookie-widget--closed .aa-cookies {
    position: relative
}

.aa-cookies {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

@media (min-width: 992px) {
    .aa-cookies {
        padding:15px
    }
}

.aa-cookies .aa-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .aa-cookies .aa-container {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        justify-content: center;
        margin: 0 auto;
        max-width: 1440px;
        padding-left: 60px;
        padding-right: 60px;
        width: 100%
    }
}

.aa-cookies a {
    color: #ea001d;
    text-decoration: underline
}

.aa-cookies span#hide:hover {
    cursor: pointer
}

.aa-cookies p,.aa-cookies span {
    margin-bottom: 0
}

.aa-cookies p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5
}

@media (min-width: 768px) {
    .aa-cookies p {
        font-size:14px
    }
}

.aa-cookies span {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 6px
}

.brand_mt .aa-cookies a {
    color: #0c4554
}

.aa-cookieconsent-fallback {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #edfbff;
    border: 2px dashed #0c4554;
    bottom: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    top: 0
}

.aa-cookieconsent-fallback__inner {
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    text-align: center
}

@media (min-width: 768px) {
    .aa-cookieconsent-fallback__inner {
        font-size:20px;
        line-height: 28px
    }
}

.aa-cookieconsent-fallback__inner p {
    color: inherit!important;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 20px
}

.aa-form {
    background-color: #000;
    border-radius: 4px;
    color: #000;
    padding: 30px
}

@media (min-width: 576px) {
    .aa-form {
        margin-bottom:50px
    }
}

@media (min-width: 992px) {
    .aa-form {
        width:360px
    }
}

.aa-form .hs-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #ea001d;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    justify-content: center;
    min-height: 55px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: normal
}

.aa-form .hs-form-field {
    font-size: 17px;
    margin-bottom: 10px
}

.aa-form .hs-form-field textarea {
    font-size: 17px;
    line-height: 23px;
    padding: 10px
}

.aa-form .hs-form-field .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-form .hs-form-field .hs-input,.aa-search-results .hs-search-field__bar .aa-form .hs-form-field .hs-search-field__input {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.aa-form .hs-form-field legend {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px
}

.aa-form .hs-form-field>label {
    display: block;
    margin-bottom: 0
}

.aa-form .hs-error-msgs li {
    color: #000;
    font-size: 15px
}

.aa-form__header {
    color: #000;
    text-align: center
}

.aa-blog-article--cta .aa-blog-article__body .aa-form__header .aa-blog-article__title,.aa-form__header .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-form__header .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-form__header h3,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-form__header .aa-blog-article__title {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px
}

.aa-form__content {
    margin-bottom: 20px
}

.aa-form__content p {
    color: rgba(0,0,0,.8);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center
}

.aa-form__content p:last-of-type {
    margin-bottom: 25px
}

.hs-form fieldset {
    max-width: 100%!important
}

.hs-form span {
    color: #000;
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0
}

@media (min-width: 1440px) {
    .hs-form span {
        font-size:16px;
        line-height: 20px
    }
}

.hs-form ol,.hs-form ul {
    list-style: none;
    padding-left: 0
}

.hs-form ol label,.hs-form ul label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hs-form ol span,.hs-form ul span {
    margin-left: 10px
}

.hs-form .form-title {
    color: #000;
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 18px;
    line-height: 26px
}

@media (min-width: 1440px) {
    .hs-form .form-title {
        font-size:22px;
        line-height: 30px
    }
}

.aa-form .hs-form span {
    color: #000
}

.aa-search-results .hs-search-field__bar .hs-search-field__input,.hs-input {
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none
}

.aa-search-results .hs-search-field__bar .hs-search-field__input:focus,.hs-input:focus {
    outline: none
}

@media (min-width: 768px) {
    .aa-search-results .hs-search-field__bar .hs-search-field__input,.hs-input {
        margin-bottom:0
    }
}

.hs-form input[type=date],.hs-form input[type=email],.hs-form input[type=tel],.hs-form input[type=text],.hs-form input[type=textarea],.hs-form select {
    height: 40px
}

@media (min-width: 992px) {
    .hs-form input[type=date],.hs-form input[type=email],.hs-form input[type=tel],.hs-form input[type=text],.hs-form input[type=textarea],.hs-form select {
        height:50px
    }
}

.aa-search-results .hs-search-field__bar .hs-form .hs-search-field__input[type=file],.hs-form .aa-search-results .hs-search-field__bar .hs-search-field__input[type=file],.hs-form .hs-input[type=file] {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: #000;
    padding-left: 0
}

.aa-search-results .hs-search-field__bar .hs-form .hs-search-field__input[type=file] input[type=file],.hs-form .aa-search-results .hs-search-field__bar .hs-search-field__input[type=file] input[type=file],.hs-form .hs-input[type=file] input[type=file] {
    margin: 10px
}

.hs-form-field {
    margin-bottom: 20px
}

.hs-fieldtype-select label,.hs-fieldtype-text label {
    display: block;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.hs-fieldtype-text input {
    width: 100%!important
}

.hs-fieldtype-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    font-family: Fira Sans,Arial,sans-serif;
    font-weight: 400;
    width: 100%
}

.hs-error-msgs {
    color: #000;
    font-size: 14px;
    list-style: none;
    padding: 0
}

.hs-submit .actions {
    margin-top: 20px;
    position: relative
}

.hs-submit input {
    background-color: #ea001d;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%
}

.hs-submit input:hover {
    background-color: #02b8eb;
    cursor: pointer
}

.hs_gdpr_consent_data,.hs_gdpr_consent_marketing {
    border: 1px solid #dcdddd;
    border-radius: 0;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px
}

.hs_gdpr_consent_data ul,.hs_gdpr_consent_marketing ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hs_gdpr_consent_data ul.hs-error-msgs,.hs_gdpr_consent_marketing ul.hs-error-msgs {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.hs_gdpr_consent_data ul:not(.hs-error-msgs) li,.hs_gdpr_consent_marketing ul:not(.hs-error-msgs) li {
    border-radius: 4px;
    padding: 15px!important
}

.hs_gdpr_consent_data label,.hs_gdpr_consent_marketing label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hs_gdpr_consent_data input,.hs_gdpr_consent_marketing input {
    height: auto
}

.hs_gdpr_consent_data input[type=checkbox],.hs_gdpr_consent_data span:not(.hs-form-required),.hs_gdpr_consent_marketing input[type=checkbox],.hs_gdpr_consent_marketing span:not(.hs-form-required) {
    margin-right: 10px
}

.hs-fieldtype-textarea textarea {
    height: 100px;
    padding: 10px;
    width: 100%!important
}

.hs-fieldtype-booleancheckbox {
    font-size: 13px;
    line-height: 19px
}

.hs-fieldtype-booleancheckbox span {
    color: #000;
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0
}

@media (min-width: 1440px) {
    .hs-fieldtype-booleancheckbox span {
        font-size:16px;
        line-height: 20px
    }
}

.hs-fieldtype-booleancheckbox input {
    font-size: 25px
}

.hs-richtext {
    font-size: 14px;
    line-height: 19px
}

.hs-richtext p {
    border: none;
    color: #000;
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0
}

@media (min-width: 1440px) {
    .hs-richtext p {
        font-size:16px;
        line-height: 20px
    }
}

.inputs-list {
    margin: 0
}

.hs-fieldtype-select label,.hs-fieldtype-text label {
    font-weight: 700;
    padding-left: 0
}

.hs-form .hs-submit .hs-button {
    background-color: #0c4554
}

.hs-form .hs-submit .hs-button:hover {
    background-color: rgba(35,205,253,.7)
}

.hs-form-checkbox-display {
    width: auto !important
}

.aa-hamburger__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 25px;
    z-index: 200
}

.aa-hamburger__inner span,.aa-hamburger__inner span:after,.aa-hamburger__inner span:before {
    background-color: #000;
    display: block;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: all;
    transition-property: all
}

.aa-hamburger__inner span {
    margin: 0 auto;
    position: relative
}

.aa-hamburger__inner span:after,.aa-hamburger__inner span:before {
    content: "";
    position: absolute
}

.aa-hamburger__inner span,.aa-hamburger__inner span:after,.aa-hamburger__inner span:before {
    height: 2px;
    width: 25px
}

.aa-hamburger__inner span:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.aa-hamburger__inner span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

.light-theme .aa-hamburger__inner span,.light-theme .aa-hamburger__inner span:after,.light-theme .aa-hamburger__inner span:before {
    background-color: #fff;
    background-color: #000
}

.light-theme .is-sticky .aa-hamburger__inner span,.light-theme .is-sticky .aa-hamburger__inner span:after,.light-theme .is-sticky .aa-hamburger__inner span:before {
    background-color: #000
}

.light-theme .is-sticky .header__hamburger.is-active .aa-hamburger__inner span {
    background-color: transparent
}

.js-nav-open .aa-hamburger__inner {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

.js-nav-open .aa-hamburger__inner span {
    background-color: transparent
}

.js-nav-open .aa-hamburger__inner span:after,.js-nav-open .aa-hamburger__inner span:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.js-nav-open .aa-hamburger__inner span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.js-nav-open .aa-hamburger__inner span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.navigation li {
    margin: 0
}

.navigation ul li a {
    font-family: Fira Sans,Arial,sans-serif;
    font-weight: 400;
    text-decoration: none
}

.navigation--primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .navigation--primary {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.navigation--primary ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    list-style: none
}

.navigation--primary ul li a {
    color: #000;
    display: block;
    font-size: 18px;
    font-size: 14px;
    line-height: 29px
}

.navigation--primary ul li a:hover {
    text-decoration: none
}

@media (min-width: 992px) {
    .navigation--primary ul li a {
        margin-left:0;
        margin-right: 20px
    }
}

@media (min-width: 1200px) {
    .navigation--primary ul li a {
        margin-right:30px
    }
}

@media (min-width: 1440px) {
    .navigation--primary ul li a {
        margin-right:55px
    }
}

@media (min-width: 992px) {
    .navigation--primary ul li a {
        margin-left:0;
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    .navigation--primary ul li a {
        margin-right:20px
    }
}

@media (min-width: 1440px) {
    .navigation--primary ul li a {
        font-size:18px;
        line-height: 29px;
        margin-right: 30px
    }
}

.navigation--primary {
    height: 60px;
    z-index: 100
}

.navigation--primary .hs-menu-wrapper,.navigation--primary .hs-menu-wrapper>ul,.navigation--primary .hs-menu-wrapper>ul>li,.navigation--primary .hs_cos_wrapper_type_menu {
    height: inherit
}

.navigation--primary .hs-item-has-children>a,.navigation--primary .hs-menu-wrapper>ul>li,.navigation--primary .language-menu>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navigation--primary .hs-item-has-children>a:after,.navigation--primary .language-menu>a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.856 2.336.8.032v1.992l4.056 2.28 3.912-2.28V.032L4.856 2.336z'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 5px;
    margin-left: 10px;
    width: 9px
}

.navigation--primary .language-menu>a:after {
    margin-left: 0
}

.navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -60px;
    position: absolute;
    top: 60px
}

.navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper .hs-menu-item {
    padding: 15px 50px 15px 30px;
    position: relative;
    width: 100%
}

.navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper .hs-menu-item:hover:before {
    opacity: 1
}

.navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper .hs-menu-item>a {
    display: block;
    margin-left: 0;
    margin-right: 0
}

.navigation--primary .hs-menu-depth-1.hs-item-has-children:hover>.hs-menu-children-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hs-menu-item.hs-menu-depth-2 a {
    color: #000
}

.hs-menu-item.hs-menu-depth-2:hover {
    background-color: #0c4554
}

.hs-menu-item.hs-menu-depth-2:hover a {
    color: #fff;
    text-decoration: none
}

.navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    position: relative
}

.header .button {
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    height: 60px
}

.header .button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.navigation__country {
    position: relative
}

.navigation__country a:hover {
    color: hsla(0,0%,100%,.5)
}

.navigation__country a i {
    font-size: 10px;
    line-height: 10px;
    margin-left: 10px
}

.navigation__country__dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #45464b;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 50%;
    min-width: 130px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    visibility: hidden
}

.navigation__country__dropdown a {
    margin-bottom: 10px
}

.navigation__country:hover .navigation__country__dropdown {
    opacity: 1;
    visibility: visible
}

.js-nav-open .content-overlay {
    height: 100%;
    opacity: 1;
    width: 100%
}

.content-overlay {
    background-color: rgba(0,0,0,.5);
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    width: 0;
    z-index: 11
}

html {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

html.js-nav-open {
    height: 100%;
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
    width: 100%
}

@media (min-width: 576px) {
    html.js-nav-open {
        -webkit-transform:translateX(-80%);
        transform: translateX(-80%)
    }
}

@media (min-width: 992px) {
    html.js-nav-open {
        height:auto;
        overflow: visible;
        overflow: initial;
        position: static
    }
}

html.js-nav-open body {
    overflow: hidden
}

.navigation--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-overflow-scrolling: touch;
    background-color: #0c4554;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: calc(100% - 1px);
    overflow-y: scroll;
    padding: 40px 20px;
    position: fixed;
    top: 0;
    width: calc(75% + 1px);
    z-index: 9999999999
}

@media (min-width: 576px) {
    .navigation--mobile {
        width:calc(80% + 1px)
    }
}

.navigation--mobile .hs-menu-wrapper {
    width: 100%
}

.navigation--mobile ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.navigation--mobile ul li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width: 576px) {
    .navigation--mobile ul li {
        max-width:250px
    }
}

.navigation--mobile ul li a {
    color: #fff;
    display: block;
    line-height: 50px;
    padding-left: 20px;
    text-decoration: none
}

.navigation--mobile .hs-menu-depth-2>a {
    color: #fff;
    text-transform: none
}

.navigation--mobile .hs-menu-depth-1 .hs-menu-children-wrapper {
    padding-left: 20px
}

.navigation--mobile .language {
    margin-left: 20px
}

.navigation--mobile .language .button {
    border-color: #fff;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px
}

.navigation--mobile .hs-item-has-children {
    position: relative
}

.navigation--mobile .hs-item-has-children>a {
    margin-right: 50px
}

.navigation--mobile .hs-item-has-children .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.navigation--mobile .hs-item-has-children .icon:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='5' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.856 2.336.8.032v1.992l4.056 2.28 3.912-2.28V.032L4.856 2.336z'/%3E%3C/svg%3E");
    color: #fff;
    content: "";
    display: block;
    height: 5px;
    margin-left: 10px;
    width: 9px
}

.navigation--mobile .hs-menu-children-wrapper {
    max-height: 0;
    min-width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.navigation--mobile .hs-menu-children-wrapper.js-active {
    margin-bottom: 10px;
    max-height: 400px;
    max-height: 650px;
    opacity: 1;
    pointer-events: auto
}

.brand_mt .navigation ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.brand_mt .navigation ul li a {
    font-family: Fira Sans,Arial,sans-serif;
    font-weight: 400;
    text-decoration: none
}

.brand_mt .navigation--primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .brand_mt .navigation--primary {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.brand_mt .navigation--primary ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    list-style: none
}

.brand_mt .navigation--primary ul li a {
    color: #0c4554;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 29px
}

.brand_mt .navigation--primary ul li a:hover {
    text-decoration: underline
}

@media (min-width: 992px) {
    .brand_mt .navigation--primary ul li a {
        margin-left:15px;
        margin-right: 15px
    }
}

.brand_mt .navigation--primary {
    height: 60px;
    z-index: 100
}

.brand_mt .navigation--primary .hs-menu-wrapper,.brand_mt .navigation--primary .hs-menu-wrapper>ul,.brand_mt .navigation--primary .hs-menu-wrapper>ul>li,.brand_mt .navigation--primary .hs_cos_wrapper_type_menu {
    height: inherit
}

.brand_mt .navigation--primary .hs-item-has-children>a,.brand_mt .navigation--primary .hs-menu-wrapper>ul>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brand_mt .navigation--primary .hs-item-has-children>a:after {
    display: none
}

.brand_mt.light-theme .navigation--primary .hs-menu-depth-1:not(:last-of-type):after {
    color: #fff;
    content: "//"
}

.brand_mt .navigation--primary .hs-menu-depth-1:not(:last-of-type):after,.brand_mt.light-theme .header.is-sticky .navigation--primary .hs-menu-depth-1:not(:last-of-type):after {
    color: #000;
    content: "//"
}

.brand_mt .navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0c4554;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.15);
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -20px;
    padding: 20px 25px;
    position: absolute;
    top: 60px
}

.brand_mt .navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FF5917' d='m12.021 0 12.021 12.02-12.02 12.021L0 12.021z'/%3E%3C/svg%3E");
    content: "";
    height: 25px;
    left: 70px;
    position: absolute;
    top: -5px;
    width: 25px
}

.brand_mt .navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper .hs-menu-item {
    padding: 0;
    position: relative;
    width: 100%
}

.brand_mt .navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper .hs-menu-item:hover:before {
    opacity: 1
}

.brand_mt .navigation--primary .hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper .hs-menu-item>a {
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase
}

.brand_mt .navigation--primary .hs-menu-depth-1.hs-item-has-children:hover>.hs-menu-children-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brand_mt .hs-menu-item.hs-menu-depth-2 {
    border-bottom: 1px solid hsla(0,0%,100%,.29)
}

.brand_mt .hs-menu-item.hs-menu-depth-2:last-of-type {
    border-bottom: none
}

.brand_mt .hs-menu-item.hs-menu-depth-2 a {
    color: #fff
}

.brand_mt .hs-menu-item.hs-menu-depth-2:hover {
    background-color: transparent
}

.brand_mt .hs-menu-item.hs-menu-depth-2:hover a {
    color: #fff;
    text-decoration: underline
}

.brand_mt .navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    position: relative
}

.brand_mt .navigation__country {
    position: relative
}

.brand_mt .navigation__country a:hover {
    color: hsla(0,0%,100%,.5)
}

.brand_mt .navigation__country a i {
    font-size: 10px;
    line-height: 10px;
    margin-left: 10px
}

.brand_mt .navigation__country__dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #45464b;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 50%;
    min-width: 130px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    visibility: hidden
}

.brand_mt .navigation__country__dropdown a {
    margin-bottom: 10px
}

.brand_mt .navigation__country:hover .navigation__country__dropdown {
    opacity: 1;
    visibility: visible
}

.brand_mt .js-nav-open .content-overlay {
    height: 100%;
    opacity: 1;
    width: 100%
}

.brand_mt html {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

.brand_mt .navigation--mobile .hs-menu-wrapper {
    width: 100%
}

.brand_mt .navigation--mobile ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.brand_mt .navigation--mobile ul li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width: 576px) {
    .brand_mt .navigation--mobile ul li {
        max-width:250px
    }
}

.brand_mt .navigation--mobile ul li a {
    color: #fff;
    display: block;
    line-height: 50px;
    padding-left: 20px;
    text-decoration: none
}

.brand_mt .navigation--mobile .hs-menu-depth-2>a {
    text-transform: none
}

.brand_mt .navigation--mobile .hs-menu-depth-1 .hs-menu-children-wrapper {
    padding-left: 20px
}

.brand_mt .navigation--mobile .language {
    margin-left: 20px
}

.brand_mt .navigation--mobile .language .button {
    border-color: #fff;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px
}

.brand_mt .navigation--mobile .hs-item-has-children {
    position: relative
}

.brand_mt .navigation--mobile .hs-item-has-children>a {
    margin-right: 50px
}

.brand_mt .navigation--mobile .hs-item-has-children .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.brand_mt .navigation--mobile .hs-item-has-children .icon:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='5' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.856 2.336.8.032v1.992l4.056 2.28 3.912-2.28V.032L4.856 2.336z'/%3E%3C/svg%3E");
    color: #fff;
    content: "";
    display: block;
    height: 5px;
    margin-left: 10px;
    width: 9px
}

.brand_mt .navigation--mobile .hs-menu-children-wrapper {
    max-height: 0;
    min-width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.brand_mt .navigation--mobile .hs-menu-children-wrapper.js-active {
    margin-bottom: 10px;
    max-height: 400px;
    opacity: 1;
    pointer-events: auto
}

.non-latin .navigation--primary ul li a {
    font-size: 15px;
    line-height: 26px
}

.language-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    line-height: 16px;
    margin-right: 10px;
    position: relative
}

@media (min-width: 992px) {
    .language-menu {
        margin-right:20px
    }
}

@media (min-width: 1440px) {
    .language-menu {
        margin-right:50px
    }
}

.language-menu svg {
    fill: #000;
    height: auto;
    margin-right: 8px;
    width: 20px
}

.language-menu a {
    color: #000;
    margin-top: 3px;
    text-decoration: none
}

.language-menu ul {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    display: none;
    position: absolute;
    top: 60px
}

.language-menu ul,.language-menu ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.language-menu ul li {
    width: 75px
}

.language-menu ul li,.language-menu:not(.language-menu--mobile):hover>.hs-menu-children-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.language-menu:not(.language-menu--mobile):hover>.hs-menu-children-wrapper a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.language-menu:not(.language-menu--mobile):hover>.hs-menu-children-wrapper a:hover {
    color: #fff
}

.language-menu--mobile {
    margin-bottom: 30px;
    margin-right: 15px;
    margin-top: 30px
}

.language-menu--mobile ul {
    margin-top: -10px;
    padding-left: 0;
    pointer-events: auto
}

.language-menu--mobile.is-active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -25px;
    pointer-events: auto
}

.language-menu--mobile.is-active ul a {
    padding: 10px 20px
}

.language-menu--mobile svg {
    fill: #fff;
    height: 25px;
    padding-left: 20px
}

.language-menu--mobile .globe-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.language-menu--mobile .globe-container a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='5' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.856 2.336.8.032v1.992l4.056 2.28 3.912-2.28V.032L4.856 2.336z'/%3E%3C/svg%3E");
    color: #fff;
    content: "";
    display: block;
    height: 5px;
    margin-left: 10px;
    width: 9px
}

.language-menu--mobile.is-active .hs-menu-children-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
    max-height: 200px;
    opacity: 1
}

.language-menu--mobile.is-active .hs-menu-children-wrapper .hs-menu-item a {
    line-height: 1
}

.language-menu--mobile.is-active .globe-container a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.search-bar svg {
    height: 20px;
    margin-left: 10px;
    margin-top: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 20px
}

.search-bar .search-text {
    color: #000;
    display: block;
    font-size: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px
}

@media (min-width: 1440px) {
    .search-bar .search-text {
        font-size:18px;
        line-height: 29px
    }
}

.search-bar .hs-search-field__input {
    background-color: #f1f1f1;
    border: none;
    border-radius: 5px;
    display: none;
    font-size: 12px;
    padding: 15px
}

@media (min-width: 1440px) {
    .search-bar .hs-search-field__input {
        font-size:18px;
        line-height: 29px
    }
}

.search-bar.search-bar-open svg {
    display: none
}

.search-bar.search-bar-open span {
    display: block;
    height: 20px;
    margin-left: 10px;
    margin-top: 22px;
    position: relative;
    width: 20px
}

.search-bar.search-bar-open span:after,.search-bar.search-bar-open span:before {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 20px
}

.search-bar.search-bar-open span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search-bar.search-bar-open span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search-bar.search-bar-open .hs-search-field__input {
    display: block
}

.search-bar.search-bar-open .search-text {
    display: none
}

.navigation--mobile .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    position: relative
}

.navigation--mobile .search-bar svg {
    fill: #fff;
    height: 20px;
    margin-left: 10px;
    margin-top: 15px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 20px
}

.navigation--mobile .search-bar .search-text {
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 50px;
    padding-left: 20px;
    text-decoration: none
}

.navigation--mobile .search-bar .hs-search-field__input {
    background-color: #f1f1f1;
    border: none;
    border-radius: 5px;
    display: none;
    padding: 15px
}

.navigation--mobile .search-bar.search-bar-open svg {
    display: none
}

.navigation--mobile .search-bar.search-bar-open span {
    display: block;
    height: 20px;
    margin-left: 10px;
    margin-top: 22px;
    position: relative;
    width: 20px
}

.navigation--mobile .search-bar.search-bar-open span:after,.navigation--mobile .search-bar.search-bar-open span:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 20px
}

.navigation--mobile .search-bar.search-bar-open span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navigation--mobile .search-bar.search-bar-open span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation--mobile .search-bar.search-bar-open .hs-search-field__input {
    display: block
}

.navigation--mobile .search-bar.search-bar-open .search-text {
    display: none
}

.aa-numbers {
    border-bottom: 1px solid #c1c1c1;
    font-size: 140px;
    line-height: 176px;
    margin-bottom: 35px
}

.aa-numbers--primary {
    color: #ea001d
}

.aa-numbers--grey {
    color: #8e8e8e
}

.blog-advanced .aa-tags__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 0;
    width: 100%
}

@media (min-width: 1200px) {
    .blog-advanced .aa-tags__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px
    }
}

.blog-advanced .aa-tag {
    background-color: rgba(255,0,0,.2);
    border-radius: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 7px 20px;
    text-decoration: none
}

.blog-advanced .aa-tag:not(:last-of-type) {
    margin-right: 15px
}

.blog-advanced .aa-tag:hover {
    color: #fff;
    text-decoration: none
}

.blog-advanced .aa-tag--current {
    background-color: red;
    color: #fff
}

.aa-health-benefits {
    background-color: #00242e
}

.aa-health-benefits__header>* {
    color: #fff!important;
    text-align: center
}

.aa-health-benefits__header {
    padding-left: 20px;
    padding-right: 20px
}

.aa-health-benefits__header span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.aa-health-benefits__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-health-benefits__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-health-benefits__header h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-health-benefits__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-health-benefits__header .aa-blog-article__title {
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
    font-weight: 600;
    line-height: 60px;
    text-transform: none
}

.aa-health-benefits__inner {
    margin: 0 auto;
    max-width: 960px
}

.aa-health-benefits__body {
    position: relative
}

.aa-health-benefits__img {
    height: auto;
    overflow: hidden
}

@media (min-width: 768px) {
    .aa-health-benefits__img {
        left:-10%;
        position: relative
    }
}

.aa-health-benefits img {
    margin-top: -30px;
    max-width: 100%
}

@media (min-width: 768px) {
    .aa-health-benefits img {
        margin-top:0
    }
}

.inner-shadow {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 40px 15px #00242e;
    box-shadow: inset 0 0 40px 15px #00242e;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.benefits-info {
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .benefits-info {
        position:absolute;
        text-align: center;
        width: 23%
    }
}

.benefits-info__text:after,.benefits-info__text:before {
    background-color: #fff;
    content: "";
    display: none;
    margin: 0 auto;
    width: 1px
}

@media (min-width: 768px) {
    .benefits-info__text:after,.benefits-info__text:before {
        display:block
    }
}

.benefits-info.below .benefits-info__text:after,.benefits-info:not(.below) .benefits-info__text:before {
    display: none
}

.benefits-info__box {
    margin-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0
}

@media (min-width: 768px) {
    .benefits-info__box {
        border-radius:4px;
        margin-bottom: 0;
        padding: 15px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }
}

.benefits-info__box * {
    color: #fff
}

.benefits-info-header {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .benefits-info-header {
        font-size:18px;
        font-style: italic;
        font-weight: 600;
        margin-bottom: 5px
    }
}

.benefits-info-body,.benefits-info-body * {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px
}

@media (min-width: 992px) {
    .benefits-info-body,.benefits-info-body * {
        font-size:11px;
        font-size: 13px;
        font-weight: 300;
        line-height: 15px;
        line-height: 18px
    }
}

.benefits-info__dot {
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    height: 7px;
    margin: 0 auto;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 7px
}

@media (min-width: 768px) {
    .benefits-info__dot {
        display:block
    }
}

.benefits-joints {
    bottom: 32%;
    left: 19%
}

.benefits-joints .benefits-info__text:after {
    height: 115px
}

@media (min-width: 992px) {
    .benefits-joints .benefits-info__text:after {
        height:230px
    }
}

.benefits-heart {
    bottom: 39%;
    left: 46%;
    width: 23%
}

@media (min-width: 768px) {
    .benefits-heart .benefits-info__text:after {
        height:60px
    }
}

@media (min-width: 992px) {
    .benefits-heart .benefits-info__text:after {
        height:120px
    }
}

.benefits-brain {
    bottom: 51%;
    left: 59%
}

@media (min-width: 768px) {
    .benefits-brain .benefits-info__text:after {
        height:110px
    }
}

@media (min-width: 992px) {
    .benefits-brain .benefits-info__text:after {
        height:220px
    }
}

.benefits-liver {
    left: 38%;
    top: 65%;
    width: 20%
}

@media (min-width: 768px) {
    .benefits-liver .benefits-info__text:before {
        height:30px
    }
}

@media (min-width: 992px) {
    .benefits-liver .benefits-info__text:before {
        height:60px
    }
}

.benefits-eyes {
    left: 59%;
    top: 53%
}

@media (min-width: 768px) {
    .benefits-eyes .benefits-info__text:before {
        height:50px
    }
}

@media (min-width: 992px) {
    .benefits-eyes .benefits-info__text:before {
        height:100px
    }
}

.benefits-skin {
    left: 73%;
    top: 44%;
    width: 20%
}

@media (min-width: 768px) {
    .benefits-skin .benefits-info__text:before {
        height:25px
    }
}

@media (min-width: 992px) {
    .benefits-skin .benefits-info__text:before {
        height:50px
    }
}

.benefits-info__box:hover {
    background: transparent;
    color: #fff
}

@media (min-width: 768px) {
    .benefits-info__box:hover {
        background:#fff;
        cursor: pointer
    }
}

.benefits-info__box:hover * {
    color: #fff
}

@media (min-width: 768px) {
    .benefits-info__box:hover * {
        color:#000
    }
}

.benefits-info__box.hover {
    background: #fff;
    color: #000
}

.benefits-info__dot.hover {
    background: #fff
}

.benefits-info__dot.mobile {
    display: none
}

@media (max-width: 768px) {
    .benefits-brain,.benefits-eyes,.benefits-heart,.benefits-joints,.benefits-liver,.benefits-skin {
        bottom:0;
        left: 0;
        text-align: center;
        top: 0;
        width: 100%
    }
}

.aa-article-cards {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative
}

@media (min-width: 768px) {
    .aa-article-cards {
        padding:0 20px
    }
}

@media (min-width: 992px) {
    .aa-article-cards {
        background-color:transparent;
        padding: 0
    }
}

@media (min-width: 768px) {
    .aa-article-cards {
        padding-bottom:40px;
        padding-top: 40px
    }
}

.aa-article-cards__inner {
    margin: 0 auto;
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-article-cards__inner {
        max-width:1200px
    }
}

@media (min-width: 1440px) {
    .aa-article-cards__inner {
        padding:0
    }
}

.aa-article-cards__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .aa-article-cards__header {
        margin-bottom:40px
    }
}

.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards__header .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 20px
}

.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards__header .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-search-field__input::-moz-placeholder {
    margin-bottom: 20px
}

.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards__header .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 20px
}

.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards__header .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 20px
}

.aa-article-cards__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-article-cards__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-article-cards__header .aa-article__content blockquote:before,.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-article-cards__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-article-cards__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-article-cards__header .brand_mt .aa-quote__inner .quote,.aa-article-cards__header .subtitle,.aa-article__content .aa-article-cards__header blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-article-cards__header .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-article-cards__header .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards__header .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-article-cards__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards__header .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-article-cards__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-article-cards__header .quote {
    margin-bottom: 20px
}

.aa-article-cards__header .title {
    margin-bottom: 20px
}

.aa-article-cards__header .pre-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px
}

.aa-article-cards__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width: 768px) {
    .aa-article-cards__body {
        padding:0
    }
}

@media (min-width: 1200px) {
    .aa-article-cards__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 1200px
    }
}

.aa-article-cards__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aa-article-card,.aa-article-cards__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aa-article-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    margin-right: 0;
    text-decoration: none;
    width: 100%
}

.aa-article-card:hover {
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.25);
    box-shadow: 0 4px 30px rgba(0,0,0,.25)
}

@media (min-width: 1200px) {
    .aa-article-card {
        -webkit-box-shadow:0 4px 30px rgba(0,0,0,.14);
        box-shadow: 0 4px 30px rgba(0,0,0,.14);
        margin-bottom: 30px;
        margin-right: 30px;
        max-width: calc(33.33333% - 20px)
    }

    .aa-article-card:last-of-type,.aa-article-card:nth-of-type(3n+3) {
        margin-right: 0
    }
}

.aa-article-card__image {
    height: 240px
}

.aa-article-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 275px;
    padding: 30px 60px 20px 40px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

.aa-article-card__content .meta-date {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px
}

.aa-article-card__content h5 {
    font-weight: 300;
    margin-top: 0
}

.aa-article-card__content p {
    font-weight: 300
}

.aa-article-card__content .aa-article-card__footer {
    color: #000;
    margin-top: auto;
    padding-top: 20px
}

.aa-article-card,.aa-article-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.aa-article-card:hover {
    text-decoration: none
}

.aa-article-card:hover .aa-article-cards__header .title,.aa-article-card:hover .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-article-card:hover .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-article-card:hover .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-article-card:hover .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-article-card:hover .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-article-card:hover h1,.aa-article-card:hover h2,.aa-article-card:hover h3,.aa-article-card:hover h4,.aa-article-card:hover h5,.aa-article-card:hover h6,.aa-article-cards__header .aa-article-card:hover .title,.aa-blog-article--cta .aa-blog-article__body .aa-article-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-article-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-article-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-article-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-article-card:hover .aa-blog-article__title {
    text-decoration: underline
}

.aa-article-card:hover .aa-article-card__content {
    background-color: rgba(255,89,23,.2)
}

.aa-article-card__content {
    -webkit-box-flex: 1;
    background-color: #f2fcff;
    -ms-flex: 1;
    flex: 1
}

.aa-article-card__content .aa-article-cards__header .title,.aa-article-card__content .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-article-card__content .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-article-card__content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-article-card__content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-article-card__content .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-article-card__content h1,.aa-article-card__content h2,.aa-article-card__content h3,.aa-article-card__content h4,.aa-article-card__content h5,.aa-article-card__content h6,.aa-article-card__content p,.aa-article-cards__header .aa-article-card__content .title,.aa-blog-article--cta .aa-blog-article__body .aa-article-card__content .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-article-card__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-article-card__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-article-card__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-article-card__content .aa-blog-article__title {
    color: #000
}

.aa-article-card--employee .aa-article-card__image {
    height: 350px
}

.aa-article-card--employee .aa-article-card__content {
    min-height: 0;
    padding-bottom: 50px;
    padding-top: 50px
}

.aa-article-card--employee .aa-article-card__content .card__header {
    margin-bottom: 30px
}

.aa-article-card--employee .aa-article-card__content p {
    font-weight: 200;
    margin-bottom: 0
}

.aa-article-card--employee .aa-article-card__content strong {
    font-weight: 400
}

.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 20px
}

.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input::-moz-placeholder {
    margin-bottom: 20px
}

.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 20px
}

.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 20px
}

.aa-article-cards--not-boxed .aa-article-cards__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-article-cards--not-boxed .aa-article-cards__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-article-cards--not-boxed .aa-article-cards__header .aa-article__content blockquote:before,.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-article-cards--not-boxed .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-article-cards--not-boxed .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-article-cards--not-boxed .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-article-cards--not-boxed .aa-article-cards__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-article-cards--not-boxed .aa-article-cards__header .brand_mt .aa-quote__inner .quote,.aa-article-cards--not-boxed .aa-article-cards__header .subtitle,.aa-article__content .aa-article-cards--not-boxed .aa-article-cards__header blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-article-cards--not-boxed .aa-article-cards__header .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-article-cards--not-boxed .aa-article-cards__header .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-article-cards--not-boxed .aa-article-cards__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--not-boxed .aa-article-cards__header .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-article-cards--not-boxed .aa-article-cards__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-article-cards--not-boxed .aa-article-cards__header .quote {
    margin-bottom: 20px
}

.aa-article-cards--not-boxed .aa-article-card {
    -webkit-box-shadow: none;
    box-shadow: none
}

.aa-article-cards--not-boxed .aa-article-card__content {
    padding-left: 0;
    padding-right: 0
}

.aa-article-cards--not-boxed .aa-article-card__content .meta-date {
    font-size: 12px;
    line-height: 14px
}

.aa-article-cards--not-boxed .aa-article-card__content .aa-article-card__footer {
    border-top: 1px solid #c1c1c1;
    margin-top: 25px;
    padding-top: 5px
}

.aa-article-cards--not-boxed .aa-article-card__content .aa-article-card__footer span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px
}

.aa-article-cards--not-boxed .aa-article-cards__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brand_mt .aa-article-cards {
    padding-bottom: 30px;
    padding-top: 0;
    position: relative
}

@media (min-width: 768px) {
    .brand_mt .aa-article-cards {
        padding:30px 20px 60px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-article-cards {
        background-color:transparent;
        padding: 0 0 75px
    }
}

.brand_mt .aa-article-cards__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.aa-columns--form .aa-column--form .brand_mt .aa-article-cards__header>.hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .brand_mt .aa-article-cards__header>.hs-button,.brand_mt .aa-article-cards__header>.aa-button,.brand_mt .aa-article-cards__header>.aa-button--outline,.brand_mt .aa-columns--form .aa-column--form .aa-article-cards__header>.hs-button,.brand_mt .aa-wysiwyg--v2 .aa-wysiwyg--form .aa-article-cards__header>.hs-button,.brand_mt .subscription-page .aa-article-cards__header>.hs-button.primary,.subscription-page .brand_mt .aa-article-cards__header>.hs-button.primary {
    display: block;
    text-align: center
}

.brand_mt .aa-article-card__content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 450px;
    justify-content: flex-end;
    padding: 150px 20px 20px
}

@media (min-width: 768px) {
    .brand_mt .aa-article-card__content {
        height:590px;
        padding: 50px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-article-card__content {
        padding:300px 45px 30px
    }
}

.brand_mt .aa-article-card__content>* {
    color: #fff;
    position: relative;
    z-index: 2
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #0c4554;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input::-moz-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #0c4554;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #0c4554;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #0c4554;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none
}

.aa-article__content .aa-quote__inner .aa-quote__content .brand_mt .aa-article-card__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-article-card__content .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-article-card__content blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-article-card__content .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .brand_mt .aa-article-card__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input::placeholder,.brand_mt .aa-article-card__content .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-article-card__content .aa-article__content blockquote:before,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-article-card__content .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-article-card__content .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-article-card__content .aa-quote__inner .quote,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-article-card__content .subtitle,.brand_mt .aa-quote .aa-article__content .aa-article-card__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-article-card__content .quote {
    color: #0c4554;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none
}

@media (min-width: 768px) {
    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
        margin-bottom:50px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input::-moz-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
        margin-bottom: 50px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
        margin-bottom: 50px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
        margin-bottom: 50px
    }

    .aa-article__content .aa-quote__inner .aa-quote__content .brand_mt .aa-article-card__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-article-card__content .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-article-card__content blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-article-card__content .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-article-card__content .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .brand_mt .aa-article-card__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-article-card__content .hs-search-field__input::placeholder,.brand_mt .aa-article-card__content .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-article-card__content .aa-article__content blockquote:before,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-article-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-article-card__content .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-article-card__content .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-article-card__content .aa-quote__inner .quote,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-article-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-article-card__content .subtitle,.brand_mt .aa-quote .aa-article__content .aa-article-card__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-article-card__content .quote {
        margin-bottom: 50px
    }
}

.aa-columns--form .aa-column--form .brand_mt .aa-article-card__content .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .brand_mt .aa-article-card__content .hs-button,.brand_mt .aa-article-card__content .aa-button,.brand_mt .aa-article-card__content .aa-button--outline,.brand_mt .aa-article-card__content .aa-columns--form .aa-column--form .hs-button,.brand_mt .aa-article-card__content .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-article-card__content .subscription-page .hs-button.primary,.brand_mt .aa-columns--form .aa-column--form .aa-article-card__content .hs-button,.subscription-page .brand_mt .aa-article-card__content .hs-button.primary {
    margin-top: 60px
}

.aa-columns--form .aa-column--form .brand_mt .aa-article-cards__footer>.hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .brand_mt .aa-article-cards__footer>.hs-button,.brand_mt .aa-article-cards__footer>.aa-button,.brand_mt .aa-article-cards__footer>.aa-button--outline,.brand_mt .aa-columns--form .aa-column--form .aa-article-cards__footer>.hs-button,.brand_mt .aa-wysiwyg--v2 .aa-wysiwyg--form .aa-article-cards__footer>.hs-button,.brand_mt .subscription-page .aa-article-cards__footer>.hs-button.primary,.subscription-page .brand_mt .aa-article-cards__footer>.hs-button.primary {
    display: block;
    text-align: center
}

.brand_mt .blog-index .aa-article-cards {
    margin-top: 100px
}

@media (min-width: 992px) {
    .brand_mt .blog-index .aa-article-cards {
        margin-top:200px
    }
}

.brand_mt .aa-article-card--overlay {
    position: relative
}

.brand_mt .aa-article-card--overlay:after {
    background: linear-gradient(191.93deg,transparent 18.19%,#000 102.34%),rgba(0,0,0,.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.brand_mt .aa-article-cards--background {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 0
}

@media (min-width: 1200px) {
    .brand_mt .aa-article-cards--background {
        background-size:cover
    }
}

.brand_mt .aa-article-cards--background .aa-article-cards__inner {
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .brand_mt .aa-article-cards--background .aa-article-cards__inner {
        margin-bottom:630px
    }
}

.brand_mt .aa-article-cards--background:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(73.71%,hsla(0,0%,100%,0)),to(#fff)),-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(66.31%,hsla(0,0%,100%,0)));
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 73.71%,#fff),linear-gradient(180deg,#fff,hsla(0,0%,100%,0) 66.31%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-article-cards--tabs {
    padding-top: 0;
    position: relative
}

.aa-article-cards--tabs .aa-article-cards__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    overflow-x: scroll
}

@media (min-width: 1200px) {
    .aa-article-cards--tabs .aa-article-cards__header {
        overflow-x:hidden;
        position: absolute;
        top: -37px
    }
}

.aa-article-cards--tabs .aa-article-cards__header .tab {
    color: #000;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .aa-article-cards--tabs .aa-article-cards__header .tab {
        margin-bottom:0
    }
}

.aa-article-cards--tabs .aa-article-cards__header .tab:last-of-type {
    margin-bottom: 0
}

.aa-article-cards--tabs .aa-article-cards__body {
    border-top: 1px solid #444;
    padding-top: 25px
}

.aa-article-cards--tabs .aa-article-card--employee .aa-article-card__content .card__header p:first-of-type>strong {
    font-size: 26px;
    font-weight: 700
}

.aa-article-cards--tabs .aa-article-card--employee .aa-article-card__content .card__header p>strong {
    font-size: 18px;
    font-weight: 400
}

.aa-article-cards--tabs .aa-article-card--employee .aa-article-card__content .card__footer p {
    font-size: 16px;
    font-weight: 300
}

.aa-article-cards--tabs .aa-article-cards-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1200px) {
    .aa-article-cards--tabs .aa-article-cards-tabs {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: visible;
        overflow-x: initial
    }
}

.aa-article-cards--tabs .aa-article-cards-tabs .aa-article-cards__header {
    position: relative
}

.aa-article-cards--tabs .aa-article-cards-tabs a {
    border-bottom: 5px solid transparent;
    margin-bottom: 0;
    margin-right: 50px;
    margin-top: auto;
    min-width: 150px;
    padding-bottom: 10px;
    text-decoration: none
}

.aa-article-cards--tabs .aa-article-cards-tabs a:hover {
    border-bottom: 5px solid #0c4554
}

.aa-article-cards--tabs .aa-article-cards-tabs a:last-of-type {
    margin-right: 0
}

@media (min-width: 992px) {
    .aa-article-cards--tabs .aa-article-cards-tabs a {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .aa-article-cards--tabs .aa-article-cards-tabs a {
        margin-right:60px
    }
}

.aa-article-cards--tabs .aa-article-cards-tabs .tab.is-active {
    border-bottom: 5px solid #0c4554;
    color: #0c4554
}

.aa-article-cards--tabs .aa-article-cards__body {
    display: none
}

.aa-article-cards--tabs .aa-article-cards__body.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aa-article-cards--custom .aa-article-cards__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aa-article-cards--custom .aa-article-cards__body .aa-article-card {
    margin-right: 30px
}

.aa-article-cards--custom .aa-article-cards__body .aa-article-card:last-child {
    margin-right: 0
}

.aa-cards-basic--no-spacing {
    margin-bottom: 0;
    padding-bottom: 0
}

.aa-cards-basic--no-link:hover .aa-article-card__content {
    background-color: #f2fcff
}

.aa-article-cards--manual .aa-article-cards__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.aa-article-cards--manual .aa-button--outline-white {
    z-index: 1
}

.aa-article-cards--manual .aa-button--outline-white:hover {
    color: #0c4554
}

.aa-article-cards--manual .aa-button--outline-white:hover .icon-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.53 6.53a.75.75 0 0 0 0-1.06L34.757.697a.75.75 0 0 0-1.06 1.06L37.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L39.53 6.53zM0 6.75h39v-1.5H0v1.5z' fill='%23EA001D'/%3E%3C/svg%3E");
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 40px
}

.aa-article-cards--manual .aa-button--outline-white:hover:after,.aa-article-cards--manual .aa-button--outline-white:hover:before {
    background-color: #fff;
    border-color: #fff
}

.aa-article-cards--manual--centered .aa-article-cards__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aa-article-cards--content-white {
    color: #fff
}

.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-article-cards--content-white .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--content-white .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-article-cards--content-white .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--content-white .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-article-cards--content-white .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--content-white .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-article-cards--content-white .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--content-white .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-article-cards--content-white .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-article-cards--content-white .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-article-cards--content-white .aa-article__content blockquote:before,.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-article-cards--content-white .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-article-cards--content-white .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-article-cards--content-white .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-article-cards--content-white .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-article-cards--content-white .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-article-cards--content-white .brand_mt .aa-quote__inner .quote,.aa-article-cards--content-white .subtitle,.aa-article__content .aa-article-cards--content-white blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-article-cards--content-white .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-article-cards--content-white .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--content-white .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-article-cards--content-white .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-article-cards--content-white .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-article-cards--content-white .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-article-cards--content-white .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-article-cards--content-white .quote {
    color: #fff
}

.aa-article-cards--manual.aa-bg-color .aa-article-card__content {
    padding-left: 10px;
    padding-right: 10px
}

.aa-article-cards--manual.bg-primary {
    background-color: #0c4554
}

.aa-article-cards--manual.bg-secondary {
    background-color: #f2fcff
}

.aa-article-cards--manual.bg-accent {
    background-color: #ea001d
}

.aa-article-cards--manual.bg-black {
    background-color: #000
}

.aa-article-cards--manual.bg-color--grey,.aa-article-cards--manual.bg-light-grey {
    background-color: #f1f1f1
}

.aa-article-cards--manual.bg-dark-grey {
    background: #686868
}

.aa-wysiwyg {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

@media (min-width: 1600px) {
    .aa-wysiwyg {
        padding-left:0;
        padding-right: 0
    }
}

.aa-wysiwyg__inner {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        max-width: 720px
    }
}

.aa-wysiwyg__inner .aa-wysiwyg__header {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg__inner .aa-wysiwyg__header {
        max-width:540px
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-webkit-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-moz-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input:-ms-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-ms-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-article__content .aa-quote__inner .aa-quote__content .aa-wysiwyg__inner .aa-wysiwyg__header .aa-blockquote:before,.aa-article__content .aa-wysiwyg__inner .aa-wysiwyg__header blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-wysiwyg__inner .aa-wysiwyg__header .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-wysiwyg__inner .aa-wysiwyg__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-article__content blockquote:before,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-wysiwyg__inner .aa-wysiwyg__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-wysiwyg__inner .aa-wysiwyg__header .brand_mt .aa-quote__inner .quote,.aa-wysiwyg__inner .aa-wysiwyg__header .subtitle,.brand_mt .aa-quote .aa-article__content .aa-wysiwyg__inner .aa-wysiwyg__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-wysiwyg__inner .aa-wysiwyg__header .quote {
    margin-bottom: 15px
}

.aa-wysiwyg__inner .aa-wysiwyg__body:not(:last-of-type) {
    margin-bottom: 30px
}

.aa-wysiwyg--background {
    background-blend-mode: multiply,normal;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.aa-wysiwyg--background .aa-wysiwyg__body>*,.aa-wysiwyg--background .aa-wysiwyg__header {
    color: #fff
}

.aa-wysiwyg--columns .aa-wysiwyg__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .aa-wysiwyg--columns .aa-wysiwyg__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1440px
    }
}

.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__header {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__header {
        margin-right:60px;
        max-width: 420px
    }
}

.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body {
    margin-bottom: 25px;
    width: 100%
}

.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body:last-of-type {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body {
        margin-bottom:0;
        max-width: 420px
    }

    .aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body:not(:last-of-type) {
        margin-right: 60px
    }
}

.aa-wysiwyg--columns.aa-wysiwyg--list {
    background-repeat: no-repeat;
    background-size: 0
}

@media (min-width: 576px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list {
        background-position:190%;
        background-size: contain
    }
}

@media (min-width: 768px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list {
        background-position:160%
    }
}

@media (min-width: 992px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list {
        background-position:130%;
        padding-top: 0
    }
}

@media (min-width: 1440px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list {
        background-position:100%
    }
}

.aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__inner {
    max-width: 100%
}

@media (min-width: 576px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__inner {
        padding-right:20%
    }
}

@media (min-width: 992px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 240px;
        padding-right: 240px
    }
}

@media (min-width: 1200px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 992px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__header {
        margin-right:120px;
        max-width: 480px;
        padding-top: 30px
    }
}

@media (min-width: 1200px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__header {
        padding-top:140px
    }
}

@media (min-width: 992px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__body:nth-of-type(2) {
        max-width:480px;
        padding-top: 30px
    }
}

@media (min-width: 1200px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__body:nth-of-type(2) {
        padding-top:140px
    }
}

@media (min-width: 992px) {
    .aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__body:nth-of-type(3) {
        max-width:480px
    }
}

.aa-wysiwyg--columns.aa-wysiwyg--list .aa-wysiwyg__body:not(:last-of-type) {
    margin-right: 0
}

.aa-wysiwyg--columns.aa-wysiwyg--list ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 0
}

.aa-wysiwyg--columns.aa-wysiwyg--list ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 40px;
    padding-left: 80px;
    position: relative
}

.aa-wysiwyg--columns.aa-wysiwyg--list ol li:last-of-type {
    margin-bottom: 0
}

.aa-wysiwyg--columns.aa-wysiwyg--list ol li:before {
    color: #0c4554;
    content: "0" counter(my-awesome-counter);
    font-size: 30px;
    font-style: italic;
    left: 0;
    line-height: 38px;
    position: absolute;
    top: 0
}

.aa-wysiwyg--v2 .aa-wysiwyg__inner {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2 .aa-wysiwyg__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        max-width: 720px
    }
}

.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header {
        max-width:540px
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-webkit-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-moz-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input:-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-article__content .aa-quote__inner .aa-quote__content .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-blockquote:before,.aa-article__content .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .hs-search-field__input::placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-article__content blockquote:before,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .brand_mt .aa-quote__inner .quote,.aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .subtitle,.brand_mt .aa-quote .aa-article__content .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-wysiwyg--v2 .aa-wysiwyg__inner .aa-wysiwyg__header .quote {
    margin-bottom: 15px
}

.aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__header {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__header {
        margin-right:60px;
        max-width: 720px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 720px
    }

    .aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body+.aa-wysiwyg__body {
        max-width: 360px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__column {
    margin-bottom: 25px;
    margin-right: 0
}

.aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__column:last-of-type {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__column {
        margin-right:30px
    }

    .aa-wysiwyg--v2.aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__column:last-of-type {
        margin-right: 0
    }

    .aa-wysiwyg--v2.aa-wysiwyg--wide .aa-wysiwyg__inner {
        margin: 0 auto;
        max-width: 1440px
    }

    .aa-wysiwyg--v2.aa-wysiwyg--wide .aa-wysiwyg__header {
        max-width: 960px
    }

    .aa-wysiwyg--v2.aa-wysiwyg--wide .aa-wysiwyg__body {
        max-width: 1440px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--columns.aa-wysiwyg--background .aa-wysiwyg__body,.aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--columns.aa-wysiwyg--background .aa-wysiwyg__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--columns.aa-wysiwyg--background .aa-wysiwyg__body,.aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--columns.aa-wysiwyg--background .aa-wysiwyg__header {
        max-width:960px
    }

    .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--columns.aa-wysiwyg--background .aa-wysiwyg__column {
        width: 50%
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--columns.aa-wysiwyg--background .aa-wysiwyg__column:first-of-type {
    padding-right: 120px
}

.aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--columns.aa-wysiwyg--background .aa-wysiwyg__column p {
    color: #fff
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__inner {
        max-width:1200px
    }

    .aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__header {
        margin-bottom: 70px;
        max-width: 840px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body ul {
    list-style-type: none;
    padding-left: 0
}

.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body li {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body li:last-of-type {
    margin-bottom: 0
}

.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .image {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .image {
        max-width:clac(1440px/60)
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .image img {
    width: 100%
}

.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .content {
    padding-left: 0;
    padding-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .content {
        padding-left:45px;
        padding-top: 0
    }
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .content {
        max-width:clac(1440px/48)
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .content h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-wysiwyg--v2.aa-wysiwyg--bg-list .aa-wysiwyg__body .content .aa-blog-article__title {
    color: #0c4554;
    margin-bottom: 20px
}

.aa-wysiwyg--v2.aa-wysiwyg--center {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__inner {
    text-align: center
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__header {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.aa-columns--form .aa-column--form .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .hs-button,.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg--form .aa-wysiwyg__body .hs-button,.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .aa-button,.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .aa-wysiwyg--form .hs-button,.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .subscription-page .hs-button.primary,.subscription-page .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .hs-button.primary {
    margin-bottom: 40px;
    margin-top: 20px
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    width: 100%
}

@media (min-width: 768px) {
    .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card {
        max-width:720px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_header {
    padding: 35px 45px 20px;
    text-align: left
}

@media (min-width: 576px) {
    .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_header {
        padding:55px 65px 40px
    }
}

.aa-blog-article--cta .aa-blog-article__body .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_header .aa-blog-article__title,.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_header .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_header .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_header h3,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_header .aa-blog-article__title {
    margin-bottom: 40px
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_body {
    height: 0;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
    -webkit-transition: all .4s;
    transition: all .4s;
    visibility: hidden
}

@media (min-width: 576px) {
    .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_body {
        padding-left:65px;
        padding-right: 65px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_body img {
    max-width: 100%
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.is-open .card_body {
    height: 100%;
    padding-bottom: 20px;
    visibility: visible
}

@media (min-width: 576px) {
    .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.is-open .card_body {
        padding-bottom:40px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_footer {
    border-top: 1px solid #c1c1c1;
    padding-bottom: 30px;
    padding-top: 30px
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_footer .card-link {
    border: none;
    color: #000;
    padding: 0;
    text-decoration: none
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_footer .card-link:before {
    content: "+";
    padding-right: 5px
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card .card_footer .card-link-open {
    border: none;
    color: #000;
    display: none;
    padding: 0;
    text-decoration: none
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.is-open .card_footer .card-link {
    display: none
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.is-open .card_footer .card-link-open {
    display: block
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.is-open .card_footer .card-link-open:before {
    content: "-";
    padding-right: 5px
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.aa-card--simple-expand {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.aa-card--simple-expand {
        max-width:960px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.aa-card--simple-expand .card_header {
    padding-top: 0;
    text-align: center
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body .card.aa-card--simple-expand .card_footer {
    border-bottom: 1px solid #c1c1c1
}

.aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body img {
    margin-bottom: 100px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--center .aa-wysiwyg__body img {
        max-width:960px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--card-overflow {
    margin-bottom: 165px;
    position: relative
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--card-overflow:after {
    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.6)),to(hsla(0,0%,100%,.6)));
    background: linear-gradient(0deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.6));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--card-overflow .aa-wysiwyg__inner {
    position: relative;
    z-index: 1
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--card-overflow .aa-wysiwyg__body .card {
    margin-bottom: -100px
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--link .aa-wysiwyg__inner {
    width: 100%
}

@media (min-width: 768px) {
    .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--link .aa-wysiwyg__inner {
        max-width:720px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--link .card-link {
    border-bottom: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    color: #000;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-decoration: none;
    width: 100%
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--link .card-link:before {
    content: "+";
    padding-right: 5px
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter:after {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(48,48,48,.8)),to(rgba(48,48,48,.8)));
    background: linear-gradient(0deg,rgba(48,48,48,.8),rgba(48,48,48,.8));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__inner {
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 480px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body>*,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input::-webkit-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 30px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input::-moz-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    margin-bottom: 30px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input:-ms-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 30px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input::-ms-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 30px
}

.aa-article__content .aa-quote__inner .aa-quote__content .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-blockquote:before,.aa-article__content .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .hs-search-field__input::placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-article__content blockquote:before,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .brand_mt .aa-quote__inner .quote,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .subtitle,.brand_mt .aa-quote .aa-article__content .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__header .quote {
    margin-bottom: 30px
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .aa-wysiwyg--form {
    padding-top: 40px
}

.aa-search-results .hs-search-field__bar .aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .hs-search-field__input,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .hs-input {
    border-color: #fff
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .hs-error-msg,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .hs-form span,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .hs-richtext p {
    color: #fff
}

.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .hs_gdpr_consent_data,.aa-wysiwyg--v2.aa-wysiwyg--center.aa-wysiwyg--newsletter .aa-wysiwyg__body .hs_gdpr_consent_marketing {
    border-color: #fff
}

.aa-wysiwyg--v2.aa-wysiwyg--cards {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.aa-wysiwyg--v2.aa-wysiwyg--cards .aa-wysiwyg__header {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (min-width: 768px) {
    .aa-wysiwyg--v2.aa-wysiwyg--cards .aa-wysiwyg__header {
        max-width:720px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--cards .aa-wysiwyg__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--cards .aa-wysiwyg__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--cards .aa-card {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    max-width: none;
    padding: 30px;
    width: 100%
}

@media (min-width: 576px) {
    .aa-wysiwyg--v2.aa-wysiwyg--cards .aa-card {
        max-width:480px;
        padding: 60px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--cards .aa-card>p {
    margin-bottom: 20px
}

.aa-wysiwyg--v2.aa-wysiwyg--cards .aa-card .aa-card__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: .5px solid #c1c1c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aa-wysiwyg--v2.aa-wysiwyg--cards .aa-card .aa-card__item img {
    margin: 15px
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--cards .aa-card:first-of-type {
        margin-right:45px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--vignette.aa-wysiwyg--background .aa-wysiwyg__body>* {
    color: #fff
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--numbers .aa-wysiwyg__inner {
        max-width:960px
    }
}

@media (min-width: 576px) {
    .aa-wysiwyg--v2.aa-wysiwyg--numbers .aa-wysiwyg__header {
        padding-left:120px;
        padding-right: 120px
    }
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--numbers .aa-wysiwyg__header {
        padding-left:60px;
        padding-right: 60px
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--numbers .aa-wysiwyg__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--numbers .aa-wysiwyg__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-wysiwyg--v2.aa-wysiwyg--numbers .aa-wysiwyg__column {
    width: 100%
}

@media (min-width: 576px) {
    .aa-wysiwyg--v2.aa-wysiwyg--numbers .aa-wysiwyg__column {
        padding-left:120px;
        padding-right: 120px
    }
}

@media (min-width: 992px) {
    .aa-wysiwyg--v2.aa-wysiwyg--numbers .aa-wysiwyg__column {
        padding-left:60px;
        padding-right: 60px;
        width: 50%
    }
}

.aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-search-field__input,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-input {
    background-color: transparent;
    border-radius: 0;
    color: #fff
}

.aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-search-field__input::-webkit-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-input::-webkit-input-placeholder {
    color: #686868
}

.aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-search-field__input::-moz-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-input::-moz-placeholder {
    color: #686868
}

.aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-search-field__input:-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-input:-ms-input-placeholder {
    color: #686868
}

.aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-search-field__input::-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-input::-ms-input-placeholder {
    color: #686868
}

.aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-search-field__input::placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-input::placeholder {
    color: #686868
}

.aa-wysiwyg--v2 .aa-wysiwyg--form .hs_gdpr_consent_data,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs_gdpr_consent_marketing {
    border-color: #000
}

.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-error-msg {
    color: #000;
    margin-top: 10px;
    padding-left: 22px;
    position: relative
}

.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-error-msg:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23BA6970'/%3E%3Cpath d='m8.593 3.732-.12 5.508H7.5l-.132-5.508h1.224zm-.6 6.744c.24 0 .44.08.6.24a.8.8 0 0 1 .24.588.84.84 0 0 1-.24.6c-.16.16-.36.24-.6.24a.8.8 0 0 1-.588-.24.84.84 0 0 1-.24-.6.8.8 0 0 1 .24-.588.8.8 0 0 1 .588-.24z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.aa-wysiwyg--v2 .aa-wysiwyg--form input[type=radio]:checked {
    background-color: #f2fcff
}

.aa-search-results .hs-search-field__bar .aa-wysiwyg--v2 .aa-wysiwyg--form .invalid.error.hs-search-field__input,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-search-results .hs-search-field__bar .invalid.error.hs-search-field__input,.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-input.invalid.error {
    background-color: rgba(242,252,255,.1);
    border: 1px solid #ba6970
}

.aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-wysiwyg--columns .aa-wysiwyg__inner,.brand_mt .aa-wysiwyg--wide .aa-wysiwyg__inner {
        max-width:1200px
    }

    .brand_mt .aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__header {
        max-width: 360px
    }

    .brand_mt .aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body {
        max-width: 780px
    }

    .brand_mt .aa-wysiwyg--columns .aa-wysiwyg__inner .aa-wysiwyg__body+.aa-wysiwyg__body {
        max-width: 360px
    }
}

.aa-wysiwyg-v3 {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1200px) {
    .aa-wysiwyg-v3 {
        padding-left:20px;
        padding-right: 20px
    }
}

.aa-wysiwyg-v3.aa-bg-image {
    color: #fff;
    position: relative
}

.aa-wysiwyg-v3.aa-bg-image:after {
    background-color: rgba(242,252,255,.9);
    bottom: 0;
    content: "";
    left: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.aa-wysiwyg-v3.aa-bg-image .aa-wysiwyg-v3__inner {
    position: relative;
    z-index: 2
}

.aa-wysiwyg-v3 .aa-subtitle {
    color: inherit;
    margin-bottom: 10px
}

.aa-columns--form .aa-column--form .aa-wysiwyg-v3 .aa-wysiwyg-v3__body .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-wysiwyg-v3 .aa-wysiwyg-v3__body .hs-button,.aa-wysiwyg-v3 .aa-wysiwyg-v3__body .aa-button,.aa-wysiwyg-v3 .aa-wysiwyg-v3__body .aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg-v3 .aa-wysiwyg-v3__body .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-wysiwyg-v3 .aa-wysiwyg-v3__body .subscription-page .hs-button.primary,.subscription-page .aa-wysiwyg-v3 .aa-wysiwyg-v3__body .hs-button.primary {
    display: block;
    margin-top: 30px
}

.aa-wysiwyg-v3__inner {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 720px
    }

    .aa-wysiwyg-v3--wide .aa-wysiwyg-v3__inner {
        max-width: 960px
    }

    .aa-wysiwyg-v3--extra-wide .aa-wysiwyg-v3__inner {
        max-width: 1200px
    }
}

.aa-wysiwyg-v3--center {
    text-align: center
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--center .aa-wysiwyg-v3__header {
        margin-left:auto;
        margin-right: auto
    }
}

.aa-columns--form .aa-column--form .aa-wysiwyg-v3--center .aa-wysiwyg-v3__body .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-wysiwyg-v3--center .aa-wysiwyg-v3__body .hs-button,.aa-wysiwyg-v3--center .aa-wysiwyg-v3__body .aa-button,.aa-wysiwyg-v3--center .aa-wysiwyg-v3__body .aa-columns--form .aa-column--form .hs-button,.aa-wysiwyg-v3--center .aa-wysiwyg-v3__body .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-wysiwyg-v3--center .aa-wysiwyg-v3__body .subscription-page .hs-button.primary,.subscription-page .aa-wysiwyg-v3--center .aa-wysiwyg-v3__body .hs-button.primary {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.aa-wysiwyg-v3--columns .aa-wysiwyg-v3__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--columns .aa-wysiwyg-v3__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 960px
    }
}

.aa-wysiwyg-v3--columns .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__header {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--columns .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__header {
        margin-right:60px;
        max-width: 660px
    }
}

.aa-wysiwyg-v3--columns .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__body {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--columns .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__body {
        max-width:720px
    }

    .aa-wysiwyg-v3--columns.aa-wysiwyg-v3--wide .aa-wysiwyg-v3__inner {
        max-width: 1200px
    }
}

.aa-wysiwyg-v3--columns-three .aa-wysiwyg-v3__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--columns-three .aa-wysiwyg-v3__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1200px
    }
}

.aa-wysiwyg-v3--columns-three .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__header {
    margin-bottom: 30px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--columns-three .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__header {
        margin-bottom:0;
        margin-right: 60px;
        max-width: 360px
    }
}

.aa-wysiwyg-v3--columns-three .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__body {
    margin-bottom: 30px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--columns-three .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__body {
        margin-bottom:0;
        margin-right: 60px;
        max-width: 480px
    }
}

.aa-wysiwyg-v3--columns-three .aa-wysiwyg-v3__inner .aa-wysiwyg-v3__body:last-of-type {
    margin-bottom: 0;
    margin-right: 0
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__inner {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        max-width: 720px
    }
}

.aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%
}

.aa-article-cards__header .aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header .title:last-child,.aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header .aa-article-cards__header .title:last-child,.aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title:last-child,.aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title:last-child,.aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header h1:last-child,.aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header h2:last-child,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header .aa-blog-article__title:last-child,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__header .aa-blog-article__title:last-child {
    margin-bottom: 0
}

.aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__body {
    width: 100%
}

@media (min-width: 992px) {
    .aa-wysiwyg-v3--columns-three.aa-wysiwyg-v3--columns-header .aa-wysiwyg-v3__body {
        width:calc(50% - 30px)
    }
}

.aa-wysiwyg-v3.bg-color--grey,.aa-wysiwyg-v3.bg-dark-blue,.aa-wysiwyg-v3.bg-light-grey,.aa-wysiwyg-v3.bg-primary,.aa-wysiwyg-v3.bg-secondary {
    padding-bottom: 40px;
    padding-top: 40px
}

@media (min-width: 992px) {
    .aa-quote {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px;
        max-width: 100%
    }
}

.aa-quote__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    text-align: center;
    width: 100%
}

@media (min-width: 992px) {
    .aa-quote__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px
    }
}

@media (min-width: 1440px) {
    .aa-quote__inner {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .aa-quote__inner .aa-quote__content {
        margin:0 auto;
        max-width: 900px
    }
}

.aa-quote__inner .aa-quote__content .aa-subtitle {
    color: #000;
    display: block;
    margin-bottom: 20px
}

.aa-quote__inner .aa-quote__content .aa-blockquote {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.aa-quote__inner .aa-quote__content .aa-cite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

.aa-quote__inner .aa-quote__content .aa-cite img {
    border-radius: 50%;
    height: 100px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100px
}

.aa-quote__inner .aa-quote__content .aa-cite .name p {
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .aa-quote__inner .aa-quote__content .aa-cite .name p {
        font-size:16px;
        line-height: 19px
    }
}

.aa-quote__inner .aa-quote__content .aa-cite .name p:first-of-type {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .aa-quote__inner .aa-quote__content .aa-cite .name p:first-of-type {
        font-size:20px;
        line-height: 23px
    }

    .aa-quote--wide .aa-quote__inner {
        max-width: 1440px
    }
}

.aa-quote--wide .aa-quote__inner .aa-quote__content {
    margin-left: 0;
    max-width: 960px
}

.aa-quote--wide .aa-quote__inner .aa-quote__content>* {
    text-align: left
}

.aa-quote {
  font-family: "Synonym", sans-serif !important;
}
.aa-article-preview .aa-article__description, .aa-article__content ol, .aa-article__content ul, .aa-article__header strong, .aa-article__meta, .aa-lp-vignette, .blog-advanced .aa-blog-post-content__inner ol, .blog-advanced .aa-blog-post-content__inner ul, .brand_mt .aa-lp-vignette, .rye, p {
  font-family: "Synonym", sans-serif;
}

.aa-quote--wide .aa-quote__inner .aa-cite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.aa-quote--wide .aa-quote__inner .aa-cite img {
    margin-left: 0;
    margin-right: 30px
}

.aa-quote.aa-bg-color .aa-quote__inner .aa-blockquote,.aa-quote.aa-bg-color .aa-quote__inner .aa-cite .name p,.aa-quote.aa-bg-color .aa-quote__inner .aa-subtitle,.aa-quote.aa-bg-color .aa-quote__inner .quote {
    color: #fff
}

.aa-quote.aa-bg-color.bg-color--grey .aa-quote__inner .aa-blockquote,.aa-quote.aa-bg-color.bg-color--grey .aa-quote__inner .aa-cite .name p,.aa-quote.aa-bg-color.bg-color--grey .aa-quote__inner .aa-subtitle,.aa-quote.aa-bg-color.bg-color--grey .aa-quote__inner .quote,.aa-quote.aa-bg-color.bg-light-grey .aa-quote__inner .aa-blockquote,.aa-quote.aa-bg-color.bg-light-grey .aa-quote__inner .aa-cite .name p,.aa-quote.aa-bg-color.bg-light-grey .aa-quote__inner .aa-subtitle,.aa-quote.aa-bg-color.bg-light-grey .aa-quote__inner .quote,.aa-quote.aa-bg-color.bg-secondary .aa-quote__inner .aa-blockquote,.aa-quote.aa-bg-color.bg-secondary .aa-quote__inner .aa-cite .name p,.aa-quote.aa-bg-color.bg-secondary .aa-quote__inner .aa-subtitle,.aa-quote.aa-bg-color.bg-secondary .aa-quote__inner .quote {
    color: #000
}

.aa-quote--no-cite {
    padding-bottom: 70px;
    padding-top: 20px
}

@media (min-width: 768px) {
    .aa-quote--no-cite {
        padding-bottom:100px;
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    .aa-quote--no-cite {
        padding-bottom:170px;
        padding-top: 130px
    }
}

.brand_mt .aa-quote {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .brand_mt .aa-quote {
        padding-left:0;
        padding-right: 0
    }
}

.brand_mt .aa-quote .aa-subtitle {
    color: #000;
    display: block;
    margin-bottom: 20px
}

.brand_mt .aa-quote .aa-cite {
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    margin-top: 20px
}

.brand_mt .aa-quote .aa-cite:before {
    content: "—";
    margin-right: 5px
}

@media (min-width: 992px) {
    .brand_mt .aa-quote .aa-cite {
        font-size:19px;
        line-height: 29px
    }
}

.brand_mt .aa-quote__inner {
    text-align: center;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-quote__inner {
        margin:0 auto;
        max-width: 900px
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote__inner .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-quote__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote__inner .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-search-field__input::-moz-placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-quote__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote__inner .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-quote__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote__inner .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-quote__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-article__content .brand_mt .aa-quote .aa-quote__inner .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote__inner .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote__inner blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote__inner .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote__inner .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-input::placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote__inner .hs-search-field__input::placeholder,.brand_mt .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-quote .aa-article__content .aa-quote__inner .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-article__content blockquote:before,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-quote__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-quote__inner .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-quote__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-quote__inner .quote,.brand_mt .aa-quote__inner .subtitle {
    margin-bottom: 15px
}

.brand_mt .aa-quote__inner .quote {
    font-size: 110px
}

.brand_mt .aa-quote--box {
    margin-left: auto;
    margin-right: auto;
    margin-top: -480px;
    position: relative;
    width: 100%;
    z-index: 2
}

@media (min-width: 768px) {
    .brand_mt .aa-quote--box {
        margin-top:-380px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-quote--box {
        max-width:1680px
    }
}

.brand_mt .aa-quote--box .aa-quote__inner {
    background-blend-mode: multiply,normal;
    background-color: #0c4554;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-quote--box .aa-quote__inner {
        max-width:1200px;
        padding-left: 240px;
        padding-right: 240px
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote--box .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-quote--box .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote--box .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-search-field__input::-moz-placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-quote--box .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote--box .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-quote--box .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote--box .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-quote--box .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-article__content .aa-quote__inner .aa-quote__content .brand_mt .aa-quote--box .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-quote--box .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote--box .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote--box blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote--box .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-quote--box .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .brand_mt .aa-quote--box .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-quote--box .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-quote--box .aa-blockquote:before,.brand_mt .aa-quote--box .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-quote--box .aa-article__content blockquote:before,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-quote--box .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-quote--box .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-quote--box .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-quote--box .aa-quote__inner .quote,.brand_mt .aa-quote--box .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-quote--box .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-quote--box .subtitle,.brand_mt .aa-quote__inner .aa-quote--box .quote {
    color: #fff
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .brand_mt .aa-quote--box .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .brand_mt .aa-quote--box .aa-blog-article__title,.brand_mt .aa-quote--box .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.brand_mt .aa-quote--box .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-quote--box h2 {
    font-size: 28px;
    line-height: 41px
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .brand_mt .aa-quote--box .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .brand_mt .aa-quote--box .aa-blog-article__title,.brand_mt .aa-quote--box .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.brand_mt .aa-quote--box .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-quote--box h2 {
        font-size:42px;
        line-height: 55px
    }
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .brand_mt .aa-quote--box .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .brand_mt .aa-quote--box .aa-blog-article__title,.brand_mt .aa-quote--box .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.brand_mt .aa-quote--box .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-quote--box h2,.brand_mt .aa-quote--box p {
    color: #fff
}

.aa-columns {
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px
}

.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-article__content .aa-columns.aa-bg-color.bg-red .aa-columns__inner blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-blockquote:before,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-article__content blockquote:before,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-column--text,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .brand_mt .aa-quote__inner .quote,.aa-columns.aa-bg-color.bg-red .aa-columns__inner .subtitle,.aa-columns.aa-bg-color.bg-red .aa-columns__inner p,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns.aa-bg-color.bg-red .aa-columns__inner .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-columns.aa-bg-color.bg-red .aa-columns__inner .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-columns.aa-bg-color.bg-red .aa-columns__inner .quote {
    color: #fff
}

.aa-columns__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-columns__inner {
        margin:0 auto;
        max-width: 1440px
    }
}

@media (min-width: 1440px) {
    .aa-columns__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-columns__header {
    margin-bottom: 90px;
    text-align: center;
    width: 100%
}

@media (min-width: 992px) {
    .aa-columns__header {
        margin-left:auto;
        margin-right: auto;
        max-width: 840px
    }
}

.aa-columns__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .aa-column {
        padding-left:0;
        padding-right: 0;
        width: 50%
    }
}

.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-column .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 10px
}

.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-column .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-search-field__input::-moz-placeholder {
    margin-bottom: 10px
}

.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-column .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-column .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-article__content .aa-column blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-column .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-column .aa-blockquote:before,.aa-column .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-column .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-column .aa-article__content blockquote:before,.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-column .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-column .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-column .brand_mt .aa-quote__inner .quote,.aa-column .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-column .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-column .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-column .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-column .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-column .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-column .quote {
    margin-bottom: 10px
}

.aa-column .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-column .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-column h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-column .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-column .aa-blog-article__title {
    margin-bottom: 20px
}

.aa-column--text {
    padding: 30px 20px
}

@media (min-width: 768px) {
    .aa-column--text {
        padding-bottom:50px;
        padding-top: 60px
    }
}

@media (min-width: 992px) {
    .aa-column--text {
        margin-left:auto;
        margin-right: auto;
        max-width: 480px
    }
}

@media (min-width: 1200px) {
    .aa-column--text {
        padding:90px 0 70px
    }
}

.aa-column--image {
    -ms-flex-item-align: start;
    -ms-flex-item-align: stretch;
    align-self: flex-start;
    align-self: stretch;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -6px
}

.aa-column--image img {
    width: 100%
}

.aa-columns__body+.aa-columns__body {
    padding-top: 60px
}

@media (min-width: 768px) {
    .aa-columns__body:nth-of-type(odd) {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .aa-columns__body:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .aa-columns__body:nth-of-type(2n) .aa-column--video img {
        margin-right: auto
    }
}

.aa-columns--background .aa-columns__body+.aa-columns__body {
    padding-top: 0
}

.aa-columns--background .aa-columns__body {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.aa-columns--background .aa-columns__body .aa-column--image {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-size: cover;
    margin-bottom: 0;
    min-height: 300px
}

.aa-columns--margin .aa-columns__body+.aa-columns__body {
    margin-top: 60px;
    padding-top: 0
}

.aa-columns--margin .aa-columns__body {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.aa-columns--margin .aa-columns__body .aa-column--image {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-size: cover;
    margin-bottom: 0;
    min-height: 300px
}

.aa-columns--form .aa-column--text {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 30px 0 25px
}

@media (min-width: 768px) {
    .aa-columns--form .aa-column--text {
        padding:30px 20px
    }
}

.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--text .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 15px
}

.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--text .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-search-field__input::-moz-placeholder {
    margin-bottom: 15px
}

.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--text .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--text .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-article__content .aa-columns--form .aa-column--text blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-columns--form .aa-column--text .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-columns--form .aa-column--text .aa-blockquote:before,.aa-columns--form .aa-column--text .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-columns--form .aa-column--text .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-columns--form .aa-column--text .aa-article__content blockquote:before,.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-columns--form .aa-column--text .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-columns--form .aa-column--text .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-columns--form .aa-column--text .brand_mt .aa-quote__inner .quote,.aa-columns--form .aa-column--text .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--text .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--text .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-columns--form .aa-column--text .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-columns--form .aa-column--text .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-columns--form .aa-column--text .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-columns--form .aa-column--text .quote {
    margin-bottom: 15px
}

.aa-columns--form .aa-column--form {
    width: 100%
}

@media (min-width: 768px) {
    .aa-columns--form .aa-column--form {
        margin-left:auto;
        margin-right: auto;
        max-width: 360px
    }
}

@media (min-width: 992px) {
    .aa-columns--form .aa-column--form {
        max-width:480px
    }
}

.aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-columns--form .aa-column--form .hs-input,.aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--form .hs-search-field__input {
    background-color: transparent;
    border-radius: 0;
    border-radius: 4px;
    color: #686868
}

.aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-columns--form .aa-column--form .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--form .hs-search-field__input::-webkit-input-placeholder {
    color: #686868
}

.aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-columns--form .aa-column--form .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--form .hs-search-field__input::-moz-placeholder {
    color: #686868
}

.aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-columns--form .aa-column--form .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--form .hs-search-field__input:-ms-input-placeholder {
    color: #686868
}

.aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-columns--form .aa-column--form .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--form .hs-search-field__input::-ms-input-placeholder {
    color: #686868
}

.aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-columns--form .aa-column--form .hs-input::placeholder,.aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--form .hs-search-field__input::placeholder {
    color: #686868
}

.aa-columns--form .aa-column--form .hs_gdpr_consent_data,.aa-columns--form .aa-column--form .hs_gdpr_consent_marketing {
    border-color: #000;
    border-radius: 4px
}

.aa-columns--form .aa-column--form .hs-error-msg {
    color: #000;
    margin-top: 10px;
    padding-left: 22px;
    position: relative
}

.aa-columns--form .aa-column--form .hs-error-msg:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23BA6970'/%3E%3Cpath d='m8.593 3.732-.12 5.508H7.5l-.132-5.508h1.224zm-.6 6.744c.24 0 .44.08.6.24a.8.8 0 0 1 .24.588.84.84 0 0 1-.24.6c-.16.16-.36.24-.6.24a.8.8 0 0 1-.588-.24.84.84 0 0 1-.24-.6.8.8 0 0 1 .24-.588.8.8 0 0 1 .588-.24z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.aa-columns--form .aa-column--form input[type=checkbox]:checked,.aa-columns--form .aa-column--form input[type=radio]:checked {
    background-color: #f2fcff;
    color: #000
}

.aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .invalid.error.hs-search-field__input,.aa-columns--form .aa-column--form .hs-input.invalid.error,.aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--form .invalid.error.hs-search-field__input {
    background-color: rgba(242,252,255,.1);
    border: 1px solid #ba6970
}

.aa-columns--form .aa-column--form .hs-button {
    background-color: #f2fcff;
    background-color: #0c4554;
    border-radius: 4px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%
}

.aa-columns--form .aa-column--form .hs-button:hover {
    background-color: rgba(12,69,84,.7);
}

.aa-columns--video .aa-columns__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aa-columns--video .aa-column--video {
    margin-bottom: 40px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-columns--video .aa-column--video {
        margin-bottom:0;
        margin-left: auto;
        margin-right: auto;
        max-width: 720px
    }
}

.aa-columns--video .aa-column--video .aa-video-box {
    margin-bottom: 0
}

.aa-columns--video .aa-column--text {
    padding: 0
}

@media (min-width: 768px) {
    .aa-columns--video .aa-column--text {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .aa-columns--video .aa-column--text {
        margin-left:0
    }
}

@media (min-width: 1440px) {
    .aa-columns--video .aa-column--text {
        padding-left:0;
        padding-right: 0
    }
}

.aa-columns--special .aa-columns__inner {
    max-width: 1680px
}

@media (min-width: 768px) {
    .aa-columns--special .aa-columns__body:nth-of-type(odd) {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 992px) {
    .aa-columns--special .aa-column {
        width:50%
    }

    .aa-columns--special .aa-column--image {
        margin-right: 60px
    }
}

.aa-columns--special .aa-column--text {
    max-width: none
}

@media (min-width: 1200px) {
    .aa-columns--special .aa-column--text {
        margin-left:0;
        margin-right: 0;
        padding-right: 120px
    }
}

@media (min-width: 1440px) {
    .aa-columns--special .aa-column--text {
        padding-right:240px
    }
}

.aa-columns--special .aa-column--text .claims {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px
}

.aa-columns--special .aa-column--text .claims .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-right: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 50%
}

@media (min-width: 768px) {
    .aa-columns--special .aa-column--text .claims .item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-columns--special .aa-column--text .claims .item img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .aa-columns--special .aa-column--text .claims .item img {
        margin-bottom:0;
        margin-right: 15px;
        margin-top: 5px
    }
}

.aa-columns--special .aa-column--text .claims .item:nth-of-type(-n+2) {
    border-top: none
}

.aa-columns--special .aa-column--text .claims .item:nth-child(2n) {
    border-right: none;
    padding-left: 20px
}

.aa-columns--special .aa-column--text .claims .item:nth-child(odd) {
    padding-right: 20px
}

.aa-columns--special .aa-column--text .claims .item:nth-last-of-type(2):not(:nth-child(odd)) {
    border-bottom: 1px solid #c1c1c1
}

@media (min-width: 768px) {
    .aa-columns--reversed .aa-columns__body:nth-of-type(odd) {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .aa-columns--reversed .aa-columns__body:nth-of-type(odd) .aa-column--video img {
        margin-right: auto
    }

    .aa-columns--reversed .aa-columns__body:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.brand_mt .aa-columns {
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px
}

.brand_mt .aa-columns__inner {
    width: 100%
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns__inner {
        margin:0 auto;
        max-width: 1200px;
        padding-bottom: 50px;
        padding-top: 50px
    }
}

.brand_mt .aa-columns__header {
    margin-bottom: 90px;
    text-align: center;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-columns__header {
        margin-left:auto;
        margin-right: auto;
        max-width: 840px
    }
}

.brand_mt .aa-columns__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between
}

.brand_mt .aa-column {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .brand_mt .aa-column {
        max-width:480px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-column {
        padding-left:0;
        padding-right: 0
    }
}

.brand_mt .aa-column:last-of-type {
    padding-top: 30px
}

@media (min-width: 768px) {
    .brand_mt .aa-column:last-of-type {
        padding-top:0
    }
}

@media (min-width: 768px) {
    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-column .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
        margin-bottom:40px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-column .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-search-field__input::-moz-placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
        margin-bottom: 40px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-column .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
        margin-bottom: 40px
    }

    .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-column .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
        margin-bottom: 40px
    }

    .aa-article__content .aa-quote__inner .aa-quote__content .brand_mt .aa-column .aa-blockquote:before,.aa-article__content .brand_mt .aa-column .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-column blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-column .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-column .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-column .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .brand_mt .aa-column .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-column .hs-search-field__input::placeholder,.brand_mt .aa-column .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-column .aa-article__content blockquote:before,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-column .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-column .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-column .aa-quote__inner .quote,.brand_mt .aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-column .subtitle,.brand_mt .aa-quote .aa-article__content .aa-column .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-column .quote {
        margin-bottom: 40px
    }
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .brand_mt .aa-column .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .brand_mt .aa-column .aa-blog-article__title,.brand_mt .aa-column .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.brand_mt .aa-column .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-column h2 {
    margin-bottom: 20px
}

.brand_mt .aa-column--text {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1200px) {
    .brand_mt .aa-column--text {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .brand_mt .aa-column--image {
        max-width:660px
    }
}

.brand_mt .aa-column--image img,.brand_mt .aa-column--video {
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-column--video {
        width:50%
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-column--video {
        max-width:660px;
        width: 100%
    }
}

.brand_mt .aa-columns__body+.aa-columns__body {
    margin-top: 60px
}

@media (min-width: 768px) {
    .brand_mt .aa-columns__body+.aa-columns__body {
        margin-top:125px
    }

    .brand_mt .aa-columns__body:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .brand_mt .aa-columns__body:nth-of-type(odd) .aa-column--image {
        margin-left: 60px
    }

    .brand_mt .aa-columns__body:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .brand_mt .aa-columns__body:nth-of-type(2n) .aa-column--image {
        margin-right: 60px
    }

    .brand_mt .aa-columns__body:nth-of-type(2n) .aa-column--video img {
        margin-right: auto
    }

    .brand_mt .aa-columns__body:nth-of-type(2n) img {
        margin-left: auto;
        margin-right: 0
    }
}

.brand_mt .aa-columns--form .aa-column--text {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input::-moz-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-article__content .aa-quote__inner .aa-quote__content .brand_mt .aa-columns--form .aa-column--text .aa-blockquote:before,.aa-article__content .brand_mt .aa-columns--form .aa-column--text .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-columns--form .aa-column--text blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-columns--form .aa-column--text .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .brand_mt .aa-columns--form .aa-column--text .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--form .aa-column--text .hs-search-field__input::placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-columns--form .aa-column--text .aa-article__content blockquote:before,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-columns--form .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-columns--form .aa-column--text .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-columns--form .aa-column--text .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-columns--form .aa-column--text .aa-quote__inner .quote,.brand_mt .aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-columns--form .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-columns--form .aa-column--text .subtitle,.brand_mt .aa-quote .aa-article__content .aa-columns--form .aa-column--text .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-columns--form .aa-column--text .quote {
    margin-bottom: 15px
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--form .hs-search-field__input,.brand_mt .aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-columns--form .aa-column--form .hs-input {
    background-color: #000;
    border-radius: 0;
    color: #fff
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--form .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-columns--form .aa-column--form .hs-input::-webkit-input-placeholder {
    color: #fff
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--form .hs-search-field__input::-moz-placeholder,.brand_mt .aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-columns--form .aa-column--form .hs-input::-moz-placeholder {
    color: #fff
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--form .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--form .hs-input:-ms-input-placeholder {
    color: #fff
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--form .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-columns--form .aa-column--form .hs-input::-ms-input-placeholder {
    color: #fff
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--form .hs-search-field__input::placeholder,.brand_mt .aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-columns--form .aa-column--form .hs-input::placeholder {
    color: #fff
}

.brand_mt .aa-columns--form .aa-column--form .hs_gdpr_consent_data,.brand_mt .aa-columns--form .aa-column--form .hs_gdpr_consent_marketing {
    border-color: #0c4554
}

.brand_mt .aa-columns--form .aa-column--form .hs-error-msg {
    color: #0c4554
}

.brand_mt .aa-columns--form .aa-column--form .hs-button {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-columns--form .aa-column--form .invalid.error.hs-search-field__input,.brand_mt .aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .invalid.error.hs-search-field__input,.brand_mt .aa-columns--form .aa-column--form .hs-input.invalid.error {
    background-color: #000;
    border: 1px solid #ba6970
}

.brand_mt .aa-columns--background {
    margin-bottom: 100px
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--background {
        margin-bottom:200px;
        padding-top: 50px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--background {
        padding-top:0
    }
}

.brand_mt .aa-columns--background .aa-columns__inner {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .brand_mt .aa-columns--background .aa-columns__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.brand_mt .aa-columns--background .aa-columns__body {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}

.brand_mt .aa-columns--background .aa-column--image {
    -ms-flex-item-align: center;
    align-self: center;
    min-height: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--background .aa-column--image {
        max-width:960px
    }
}

.brand_mt .aa-columns--background .aa-column--image img {
    width: 100%
}

.brand_mt .aa-columns--background .aa-column--image:after {
    background: linear-gradient(90deg,#fff 5%,hsla(0,0%,100%,0) 50%),linear-gradient(.513turn,hsla(0,0%,100%,0) 50%,#fff 90%),linear-gradient(187.69deg,#fff 10%,hsla(0,0%,100%,0) 35%);
    content: "";
    height: 101%;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 101%
}

.brand_mt .aa-columns--background .aa-column--image:before {
    background: transparent;
    content: "";
    height: 101%;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 101%;
    z-index: 1
}

.brand_mt .aa-columns--background.aa-columns--black-overlay .aa-column--image:before {
    background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(30%,transparent));
    background: linear-gradient(90deg,#000,transparent 30%)
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--background.aa-columns--black-overlay .aa-column--image:before {
        background:-webkit-gradient(linear,left top,right top,color-stop(10%,#000),color-stop(40%,transparent));
        background: linear-gradient(90deg,#000 10%,transparent 40%)
    }
}

.brand_mt .aa-columns--background.aa-columns--black-overlay .aa-column--image:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#000),color-stop(hsla(0,0%,100%,.5)),color-stop(95%,#000));
    background: linear-gradient(#000 10%,hsla(0,0%,100%,.5),#000 95%)
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--background.aa-columns--black-overlay .aa-column--image:after {
        background:linear-gradient(10deg,#000 20%,hsla(0,0%,100%,.5),#000 75%)
    }
}

.brand_mt .aa-columns--background.aa-columns--black-overlay .grid-item .aa-column--image:after,.brand_mt .aa-columns--background.aa-columns--black-overlay .grid-item .aa-column--image:before {
    background: transparent
}

.brand_mt .aa-columns--background .aa-column--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    min-height: 200px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--background .aa-column--text {
        max-width:360px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-columns--background .aa-column--text {
        max-width:720px
    }
}

.brand_mt .aa-columns--background .aa-column--text p:last-of-type {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .brand_mt .aa-columns--background.aa-columns--black-overlay .aa-column--text {
        max-width:600px
    }
}

.brand_mt .aa-columns--background .aa-columns__body:nth-of-type(odd) {
    background-size: 0
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(odd) {
        background-position:right -300px bottom 50%;
        background-size: 100%
    }

    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(odd) .aa-column--text {
        margin-left: 60px
    }

    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(odd) .aa-column--image {
        margin-left: -120px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(odd) {
        background-position:right -400px bottom 50%
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(odd) .aa-column--image {
        margin-left:-360px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(odd) .aa-column--text {
        margin-left:240px
    }
}

.brand_mt .aa-columns--background .aa-columns__body:nth-of-type(2n) {
    background-size: 0
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(2n) {
        background-position:right 250px bottom 50%;
        background-size: 100%
    }

    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(2n) .aa-column--text {
        margin-right: 60px
    }

    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(2n) .aa-column--image {
        margin-right: -120px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(2n) {
        background-position:right 300px bottom 50%
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(2n) .aa-column--text {
        margin-right:120px
    }

    .brand_mt .aa-columns--background .aa-columns__body:nth-of-type(2n) .aa-column--image {
        margin-right: -360px
    }
}

.brand_mt .aa-columns--cards {
    background-size: 0;
    position: relative
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--cards {
        background-repeat:no-repeat;
        background-size: cover
    }
}

.brand_mt .aa-columns--cards:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(64.6%,hsla(0,0%,100%,0)),to(#fff)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)));
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 64.6%,#fff),linear-gradient(180deg,#fff,hsla(0,0%,100%,0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.brand_mt .aa-columns--cards .aa-columns__inner {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--cards .aa-columns__inner {
        max-width:1200px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards .aa-columns__inner {
        max-width:1440px;
        padding-left: 0;
        padding-right: 0
    }
}

.brand_mt .aa-columns--cards .aa-columns__body+.aa-columns__body {
    margin-top: 60px;
    padding-top: 0
}

.brand_mt .aa-columns--cards .aa-column--card {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    padding-bottom: 45px;
    padding-top: 55px;
    width: 100%
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--cards .aa-column--card {
        max-width:780px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards .aa-column--card {
        max-width:900px
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 10px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input::-moz-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    margin-bottom: 10px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-article__content .aa-quote__inner .aa-quote__content .brand_mt .aa-columns--cards .aa-column--card .aa-blockquote:before,.aa-article__content .brand_mt .aa-columns--cards .aa-column--card .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-columns--cards .aa-column--card blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-columns--cards .aa-column--card .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .brand_mt .aa-columns--cards .aa-column--card .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-columns--cards .aa-column--card .hs-search-field__input::placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-columns--cards .aa-column--card .aa-article__content blockquote:before,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-columns--cards .aa-column--card .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-columns--cards .aa-column--card .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-columns--cards .aa-column--card .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-columns--cards .aa-column--card .aa-quote__inner .quote,.brand_mt .aa-columns--cards .aa-column--card .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-columns--cards .aa-column--card .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-columns--cards .aa-column--card .subtitle,.brand_mt .aa-quote .aa-article__content .aa-columns--cards .aa-column--card .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-columns--cards .aa-column--card .quote {
    margin-bottom: 10px
}

.brand_mt .aa-columns--cards .aa-column--card p {
    margin-bottom: 35px
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--cards .aa-columns__body:nth-of-type(2n) .aa-column--card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 60px;
        padding-right: 180px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards .aa-columns__body:nth-of-type(2n) .aa-column--card {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--cards .aa-columns__body:nth-of-type(odd) .aa-column--card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 180px;
        padding-right: 60px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards .aa-columns__body:nth-of-type(odd) .aa-column--card {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.brand_mt .aa-columns--cards-track .aa-column--card {
    max-width: none;
    position: relative
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--cards-track .aa-column--card {
        max-width:780px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards-track .aa-column--card {
        max-width:900px
    }
}

.aa-columns--form .aa-column--form .brand_mt .aa-columns--cards-track .aa-column--card .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .brand_mt .aa-columns--cards-track .aa-column--card .hs-button,.brand_mt .aa-columns--cards-track .aa-column--card .aa-button,.brand_mt .aa-columns--cards-track .aa-column--card .aa-columns--form .aa-column--form .hs-button,.brand_mt .aa-columns--cards-track .aa-column--card .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-columns--cards-track .aa-column--card .subscription-page .hs-button.primary,.brand_mt .aa-columns--form .aa-column--form .aa-columns--cards-track .aa-column--card .hs-button,.subscription-page .brand_mt .aa-columns--cards-track .aa-column--card .hs-button.primary {
    width: 100%
}

@media (min-width: 576px) {
    .aa-columns--form .aa-column--form .brand_mt .aa-columns--cards-track .aa-column--card .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .brand_mt .aa-columns--cards-track .aa-column--card .hs-button,.brand_mt .aa-columns--cards-track .aa-column--card .aa-button,.brand_mt .aa-columns--cards-track .aa-column--card .aa-columns--form .aa-column--form .hs-button,.brand_mt .aa-columns--cards-track .aa-column--card .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.brand_mt .aa-columns--cards-track .aa-column--card .subscription-page .hs-button.primary,.brand_mt .aa-columns--form .aa-column--form .aa-columns--cards-track .aa-column--card .hs-button,.subscription-page .brand_mt .aa-columns--cards-track .aa-column--card .hs-button.primary {
        font-size:18px
    }
}

.brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track {
    height: calc(100% + 67px);
    margin-right: 45px;
    position: absolute;
    right: 0;
    top: -30px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track {
        margin-right:75px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track {
        margin-right:59px
    }
}

.brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track img {
    height: 100%
}

.brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track .bow {
    display: none;
    width: 118px
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track .bow {
        display:block
    }
}

.brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track .straight {
    display: block
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track .straight {
        display:none
    }
}

.brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track .cross {
    background-size: contain;
    height: 55px;
    left: -20px;
    position: absolute;
    top: 40%;
    width: 55px
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards-track .aa-column--card .aa-column--track .cross {
        left:-20px
    }
}

.brand_mt .aa-columns--cards-track .aa-columns__body:nth-of-type(2n) .aa-column--card,.brand_mt .aa-columns--cards-track .aa-columns__body:nth-of-type(odd) .aa-column--card {
    padding-right: 120px
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--cards-track .aa-columns__body:nth-of-type(odd) .aa-column--card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 60px;
        padding-right: 180px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--cards-track .aa-columns__body:nth-of-type(odd) .aa-column--card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 180px;
        padding-right: 60px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards-track .aa-columns__body:nth-of-type(odd) .aa-column--card {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.brand_mt .aa-columns--cards-track .aa-columns__body:nth-of-type(odd) .aa-column--track {
    position: absolute;
    top: -30px
}

@media (min-width: 1200px) {
    .brand_mt .aa-columns--cards-track .aa-columns__body:nth-of-type(odd) .aa-column--track {
        left:0;
        margin-left: 90px;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-columns--cards-track .aa-columns__body:nth-of-type(odd) .aa-column--track {
        margin-left:66px
    }
}

.brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(odd) {
    background-position: 0
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(odd) {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(odd) .aa-column--image {
        margin-right: 60px
    }

    .brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(odd) .aa-column--video img {
        margin-right: auto
    }

    .brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(odd) img {
        margin-left: auto;
        margin-right: 0
    }
}

.brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(2n) {
    background-position: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(2n) {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(odd) .aa-column--card {
        padding-left: 60px;
        padding-right: 180px
    }

    .brand_mt .aa-columns--reversed .aa-columns__body:nth-of-type(2n) .aa-column--card {
        padding-left: 180px;
        padding-right: 60px
    }
}

.brand_mt .aa-columns--white-overlay .aa-columns__body:nth-of-type(odd) .aa-column--image:after {
    -webkit-transform: matrix(1,0,0,-1,0,0);
    transform: matrix(1,0,0,-1,0,0)
}

.brand_mt .aa-columns--white-overlay .aa-columns__body:nth-of-type(2n) .aa-column--image:after {
    -webkit-transform: matrix(-1,0,0,1,0,0);
    transform: matrix(-1,0,0,1,0,0)
}

.brand_mt .aa-columns--white-overlay .aa-columns__body:nth-of-type(2n) .aa-column--image:before {
    background: transparent
}

.brand_mt .aa-columns--black-overlay .aa-columns__body:nth-of-type(odd) .aa-column--image:after {
    -webkit-transform: matrix(1,0,0,-1,0,0);
    transform: matrix(1,0,0,-1,0,0)
}

.brand_mt .aa-columns--black-overlay .aa-columns__body:nth-of-type(2n) .aa-column--image:after {
    -webkit-transform: matrix(-1,0,0,1,0,0);
    transform: matrix(-1,0,0,1,0,0)
}

.brand_mt .aa-columns--black-overlay .aa-columns__body:nth-of-type(2n) .aa-column--image:before {
    background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(30%,transparent));
    background: linear-gradient(90deg,#000,transparent 30%)
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--black-overlay .aa-columns__body:nth-of-type(2n) .aa-column--image:before {
        background:-webkit-gradient(linear,right top,left top,color-stop(10%,#000),color-stop(40%,transparent));
        background: linear-gradient(270deg,#000 10%,transparent 40%)
    }
}

.brand_mt .aa-columns--black-overlay .aa-columns__body:nth-of-type(2n) .grid-item .aa-column--image:before {
    background: transparent
}

.brand_mt .aa-columns--black-overlay .aa-columns__body,.brand_mt .aa-columns--black-overlay .aa-columns__body p {
    color: #fff
}

.brand_mt .aa-columns--black-overlay .aa-columns__body:first-of-type {
    padding-top: 0
}

@media (min-width: 768px) {
    .brand_mt .aa-columns--black-overlay .aa-columns__body:first-of-type {
        padding-top:80px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-columns--black-overlay .aa-columns__body:first-of-type {
        padding-top:120px
    }
}

.brand_mt .no-mt {
    margin-top: 0
}

.brand_mt .no-mb {
    margin-bottom: 0
}

.aa-image {
    width: 100%
}

@media (min-width: 992px) {
    .aa-image {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.aa-image {
    padding-bottom: 0
}

@media (min-width: 992px) {
    .aa-image {
        padding-bottom:0
    }
}

@media (min-width: 1440px) {
    .aa-image {
        padding-bottom:0
    }
}

.aa-image__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-image__inner {
        margin:0 auto;
        max-width: 960px;
        padding-left: 0;
        padding-right: 0
    }
}

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

@media (min-width: 992px) {
    .aa-image--extended .aa-image__inner {
        max-width:1200px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .aa-image--extended .aa-image__inner {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .aa-image--wide .aa-image__inner {
        max-width:1440px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1440px) {
    .aa-image--wide .aa-image__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-video {
    background-size: 0;
    position: relative
}

@media (min-width: 768px) {
    .aa-video {
        background-size:cover
    }
}

@media (min-width: 992px) {
    .aa-video {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.aa-video__inner {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-video__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px
    }
}

.aa-video__header {
    margin-bottom: 75px;
    text-align: center
}

@media (min-width: 768px) {
    .aa-video__header {
        margin-bottom:100px
    }
}

@media (min-width: 1440px) {
    .aa-video__header {
        margin-bottom:150px
    }
}

.aa-video__body {
    width: 100%
}

@media (min-width: 768px) {
    .aa-video__body {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        width: 100%
    }
}

@media (min-width: 768px) and (min-width:992px) {
    .aa-video__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between
    }
}

.aa-video-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    position: relative;
    width: 100%
}

@media (min-width: 576px) {
    .aa-video-box {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .aa-video-box {
        margin-bottom:150px
    }
}

@media (min-width: 992px) {
    .aa-video-box {
        margin-bottom:0
    }
}

@media (min-width: 768px) {
    .aa-video--extended .aa-video__body {
        max-width:1200px
    }

    .aa-video--wide .aa-video__body {
        max-width: 1440px
    }
}

@media only screen and (max-width: 1199px) {
    .brand_mt .aa-video {
        background:none!important
    }
}

@media (min-width: 1440px) {
    .brand_mt.aa-video-page .aa-video {
        background-size:cover
    }
}

.brand_mt .aa-video {
    background-size: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 0;
    position: relative
}

@media (min-width: 992px) {
    .brand_mt .aa-video {
        background-size:cover;
        margin-left: auto;
        margin-right: auto;
        max-width: 1680px;
        padding-bottom: 80px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-video {
        padding-bottom:100px
    }
}

.brand_mt .aa-video:before {
    background: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 1200px) {
    .brand_mt .aa-video:before {
        background:radial-gradient(transparent,#fff 70%)
    }
}

.brand_mt .aa-video__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-video__inner {
        padding-bottom:60px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-video__inner {
        padding-bottom:80px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-video__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-video__inner {
        padding-bottom:100px
    }
}

.brand_mt .aa-video__inner.no-pb {
    padding-bottom: 0
}

.brand_mt .aa-video__header {
    margin-bottom: 75px;
    text-align: center
}

@media (min-width: 768px) {
    .brand_mt .aa-video__header {
        margin-bottom:90px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-video__header {
        margin-bottom:150px
    }
}

.brand_mt .aa-video__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-video__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between
    }
}

.brand_mt .aa-video-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    position: relative;
    width: 100%
}

@media (min-width: 576px) {
    .brand_mt .aa-video-box {
        margin-left:auto;
        margin-right: auto;
        max-width: 600px
    }
}

@media (min-width: 768px) {
    .brand_mt .aa-video-box {
        margin-bottom:150px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-video-box {
        margin-bottom:0
    }

    .brand_mt .aa-video-box:not(:last-of-type) {
        margin-right: 70px
    }
}

.brand_mt .aa-video-box:before {
    background-color: #0c4554;
    content: "";
    height: 100%;
    left: -40px;
    position: absolute;
    top: -40px;
    width: 100%
}

.brand_mt .aa-video-box:last-of-type {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .brand_mt .aa-video-box:last-of-type {
        margin-bottom:0
    }
}

.brand_mt .aa-video-box .aa-video__thumbnail {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.brand_mt .aa-video-box img {
    display: block;
    height: 80px;
    position: relative;
    z-index: 7
}

@media (min-width: 576px) {
    .brand_mt .aa-video-box img {
        height:170px
    }
}

.brand_mt .aa-video-box .aa-video-meta {
    color: #000;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 110%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 1
}

.brand_mt .aa-video-box .aa-video-meta p {
    font-weight: 700
}

.brand_mt .mt-video {
    margin-top: 45px
}

@media (min-width: 992px) {
    .brand_mt .mt-video {
        margin-top:145px
    }
}

.aa-video--slider {
    max-width: none;
    overflow-x: hidden;
    width: 100%
}

.aa-video--slider .multiple-items {
    max-width: 100%
}

.aa-video--slider .slick-prev {
    top: 80%;
    z-index: 1
}

@media (min-width: 992px) {
    .aa-video--slider .slick-prev {
        left:20%;
        top: 40%
    }
}

.aa-video--slider .slick-next {
    top: 80%;
    z-index: 1
}

@media (min-width: 992px) {
    .aa-video--slider .slick-next {
        right:20%;
        top: 40%
    }
}

.aa-video--slider .slick-list {
    overflow: visible
}

@media (min-width: 768px) {
    .aa-video--slider .slick-list {
        margin-left:75px;
        margin-right: 75px
    }
}

.aa-video--slider .aa-video-box {
    height: auto;
    margin-left: 40px
}

.aa-video--slider .aa-video-box:after {
    display: none
}

.aa-video--slider .aa-video-box.slick-slide {
    opacity: .1;
    width: 100vw
}

@media (min-width: 768px) {
    .aa-video--slider .aa-video-box.slick-slide {
        width:585px
    }
}

.aa-video--slider .aa-video-box.slick-active {
    margin-left: 55px;
    opacity: 1
}

.aa-video--slider .aa-video-box.slick-current {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.aa-youtube {
    background-color: RGB(var(--black));
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.aa-youtube:after {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,49,60,.3)),to(rgba(0,49,60,.3)));
    background: linear-gradient(0deg,rgba(0,49,60,.3),rgba(0,49,60,.3));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-youtube img {
    height: auto;
    left: 0;
    top: -16.84%;
    width: 100%
}

.aa-youtube iframe,.aa-youtube img {
    position: absolute
}

.aa-youtube iframe {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.aa-focus-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px
}

.aa-focus-box .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-focus-box .brand_mt .aa-quote .aa-blockquote,.aa-focus-box blockquote,.aa-quote__inner .aa-quote__content .aa-focus-box .aa-blockquote,.brand_mt .aa-quote .aa-focus-box .aa-blockquote {
    font-style: normal;
    margin-left: 0;
    margin-right: 0;
    text-align: left
}

.aa-focus-box--full {
    max-width: 100%
}

.aa-focus-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .aa-focus-box__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1440px
    }
}

@media (min-width: 1440px) {
    .aa-focus-box__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-focus-box__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 400px
}

@media (min-width: 992px) {
    .aa-focus-box__column {
        height:auto;
        max-width: 50%;
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width: 1200px) {
    .aa-focus-box__column {
        padding-left:120px;
        padding-right: 180px
    }
}

.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 0
}

.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input::-moz-placeholder {
    margin-bottom: 0
}

.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 0
}

.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 0
}

.aa-article__content .aa-focus-box__column blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-focus-box__column .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-focus-box__column .aa-blockquote:before,.aa-focus-box__column .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-focus-box__column .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-focus-box__column .aa-article__content blockquote:before,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-focus-box__column .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-focus-box__column .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-focus-box__column .brand_mt .aa-quote__inner .quote,.aa-focus-box__column .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-focus-box__column .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-focus-box__column .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-focus-box__column .quote {
    margin-bottom: 0
}

.aa-focus-box__column .button-group {
    margin-bottom: 70px;
    margin-top: 35px
}

.aa-focus-box__column img {
    width: 100%
}

.aa-focus-box__column {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

@media (min-width: 768px) {
    .aa-focus-box__column {
        max-width:50%;
        padding: 100px 30px 100px 50px
    }
}

@media (min-width: 992px) {
    .aa-focus-box__column {
        padding-left:120px;
        padding-right: 60px
    }
}

.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 10px
}

.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input::-moz-placeholder {
    margin-bottom: 10px
}

.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-article__content .aa-focus-box__column blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-focus-box__column .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-focus-box__column .aa-blockquote:before,.aa-focus-box__column .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-focus-box__column .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-focus-box__column .aa-article__content blockquote:before,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-focus-box__column .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-focus-box__column .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-focus-box__column .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-focus-box__column .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-focus-box__column .brand_mt .aa-quote__inner .quote,.aa-focus-box__column .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box__column .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-focus-box__column .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box__column .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-focus-box__column .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-focus-box__column .quote {
    margin-bottom: 10px
}

.aa-blog-article--cta .aa-blog-article__body .aa-focus-box__column .aa-blog-article__title,.aa-focus-box__column .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-focus-box__column .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-focus-box__column h3,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-focus-box__column .aa-blog-article__title {
    font-style: italic
}

.aa-focus-box__header.aa-bg-color--primary {
    background-color: #f2fcff
}

.aa-article-cards__header .aa-focus-box__header.aa-bg-color--primary .title,.aa-blog-article--cta .aa-blog-article__body .aa-focus-box__header.aa-bg-color--primary .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--primary .aa-article-cards__header .title,.aa-focus-box__header.aa-bg-color--primary .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--primary .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-focus-box__header.aa-bg-color--primary .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--primary .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--primary .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--primary .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--primary .brand_mt .aa-quote .aa-blockquote,.aa-focus-box__header.aa-bg-color--primary a:not(.aa-button),.aa-focus-box__header.aa-bg-color--primary blockquote,.aa-focus-box__header.aa-bg-color--primary h1,.aa-focus-box__header.aa-bg-color--primary h2,.aa-focus-box__header.aa-bg-color--primary h3,.aa-focus-box__header.aa-bg-color--primary h4,.aa-focus-box__header.aa-bg-color--primary h5,.aa-focus-box__header.aa-bg-color--primary h6,.aa-focus-box__header.aa-bg-color--primary p,.aa-focus-box__header.aa-bg-color--primary strong,.aa-quote__inner .aa-quote__content .aa-focus-box__header.aa-bg-color--primary .aa-blockquote,.blog-advanced .aa-blog-article__body .aa-focus-box__header.aa-bg-color--primary .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-focus-box__header.aa-bg-color--primary .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-focus-box__header.aa-bg-color--primary .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-focus-box__header.aa-bg-color--primary .aa-blog-article__title,.brand_mt .aa-quote .aa-focus-box__header.aa-bg-color--primary .aa-blockquote {
    color: #fff
}

.aa-focus-box__header.aa-bg-color--black {
    background-color: #000
}

.aa-article-cards__header .aa-focus-box__header.aa-bg-color--black .title,.aa-blog-article--cta .aa-blog-article__body .aa-focus-box__header.aa-bg-color--black .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--black .aa-article-cards__header .title,.aa-focus-box__header.aa-bg-color--black .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--black .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-focus-box__header.aa-bg-color--black .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--black .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--black .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--black .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-focus-box__header.aa-bg-color--black .brand_mt .aa-quote .aa-blockquote,.aa-focus-box__header.aa-bg-color--black a:not(.aa-button),.aa-focus-box__header.aa-bg-color--black blockquote,.aa-focus-box__header.aa-bg-color--black h1,.aa-focus-box__header.aa-bg-color--black h2,.aa-focus-box__header.aa-bg-color--black h3,.aa-focus-box__header.aa-bg-color--black h4,.aa-focus-box__header.aa-bg-color--black h5,.aa-focus-box__header.aa-bg-color--black h6,.aa-focus-box__header.aa-bg-color--black p,.aa-focus-box__header.aa-bg-color--black strong,.aa-quote__inner .aa-quote__content .aa-focus-box__header.aa-bg-color--black .aa-blockquote,.blog-advanced .aa-blog-article__body .aa-focus-box__header.aa-bg-color--black .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-focus-box__header.aa-bg-color--black .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-focus-box__header.aa-bg-color--black .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-focus-box__header.aa-bg-color--black .aa-blog-article__title,.brand_mt .aa-quote .aa-focus-box__header.aa-bg-color--black .aa-blockquote {
    color: #fff
}

.aa-focus-box__header.aa-bg-color--light-grey {
    background-color: #f1f1f1
}

.aa-focus-box--background .aa-focus-box__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media (min-width: 768px) {
    .aa-focus-box--background .aa-focus-box__inner {
        min-height:600px
    }
}

.aa-focus-box--background .aa-focus-box__inner.overlay-ltr80:after,.aa-focus-box--background .aa-focus-box__inner:after {
    background: -webkit-gradient(linear,left top,right top,color-stop(25.55%,rgba(24,35,50,.8)),to(rgba(35,31,32,.32)));
    background: linear-gradient(90deg,rgba(24,35,50,.8) 25.55%,rgba(35,31,32,.32));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-focus-box--background .aa-focus-box__inner.overlay-ltr20:after {
    background: linear-gradient(91.05deg,#022231 -3.32%,rgba(2,34,49,0) 60.79%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-focus-box--background .aa-focus-box__inner.overlay-rtl80:after {
    background: -webkit-gradient(linear,left top,right top,color-stop(25.55%,rgba(24,35,50,.8)),to(rgba(35,31,32,.32)));
    background: linear-gradient(90deg,rgba(24,35,50,.8) 25.55%,rgba(35,31,32,.32));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 100%
}

.aa-focus-box--background .aa-focus-box__inner.overlay-rtl20:after {
    background: linear-gradient(91.05deg,#022231 -3.32%,rgba(2,34,49,0) 60.79%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 100%
}

.aa-focus-box--background .aa-focus-box__inner>* {
    position: relative;
    z-index: 1
}

.aa-focus-box--background .aa-focus-box__inner .aa-focus-box__column {
    color: #fff;
    min-height: 0
}

.aa-focus-box--background .aa-focus-box__inner .aa-focus-box__column>* {
    color: #fff
}

.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-article__content .aa-focus-box--background .aa-focus-box__inner blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-focus-box--background .aa-focus-box__inner .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-focus-box--background .aa-focus-box__inner .aa-blockquote:before,.aa-focus-box--background .aa-focus-box__inner .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-focus-box--background .aa-focus-box__inner .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-focus-box--background .aa-focus-box__inner .aa-article__content blockquote:before,.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-focus-box--background .aa-focus-box__inner .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-focus-box--background .aa-focus-box__inner .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-focus-box--background .aa-focus-box__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-focus-box--background .aa-focus-box__inner .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-focus-box--background .aa-focus-box__inner .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-focus-box--background .aa-focus-box__inner .brand_mt .aa-quote__inner .quote,.aa-focus-box--background .aa-focus-box__inner .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-focus-box--background .aa-focus-box__inner .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-focus-box--background .aa-focus-box__inner .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-focus-box--background .aa-focus-box__inner .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-focus-box--background .aa-focus-box__inner .quote {
    color: #fff
}

.brand_mt .aa-focus-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0
}

@media (min-width: 768px) {
    .brand_mt .aa-focus-box {
        padding-bottom:80px;
        padding-top: 80px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-focus-box {
        padding-left:0;
        padding-right: 0
    }
}

.brand_mt .aa-focus-box__inner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 440px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .brand_mt .aa-focus-box__inner {
        max-width:1200px
    }
}

.brand_mt .aa-focus-box__inner:after {
    background: linear-gradient(300.02deg,rgba(0,0,0,.51) 37.67%,transparent 75.36%),#525252;
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%
}

.brand_mt .aa-focus-box__header {
    height: 480px;
    padding-top: 50%;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width: 992px) {
    .brand_mt .aa-focus-box__header {
        height:auto;
        max-width: 480px
    }
}

.brand_mt .aa-focus-box__header img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.brand_mt .aa-focus-box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    z-index: 1
}

@media (min-width: 576px) {
    .brand_mt .aa-focus-box__content {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-focus-box__content {
        height:auto;
        margin-left: 60px;
        max-width: 600px;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-focus-box__content .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-focus-box__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #0c4554;
    margin-bottom: 30px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-focus-box__content .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-search-field__input::-moz-placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-focus-box__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #0c4554;
    margin-bottom: 30px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-focus-box__content .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-focus-box__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #0c4554;
    margin-bottom: 30px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-focus-box__content .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-focus-box__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #0c4554;
    margin-bottom: 30px
}

.aa-article__content .aa-quote__inner .aa-quote__content .brand_mt .aa-focus-box__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-focus-box__content .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-focus-box__content blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-focus-box__content .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-focus-box__content .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-focus-box__content .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .brand_mt .aa-focus-box__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-focus-box__content .hs-search-field__input::placeholder,.brand_mt .aa-focus-box__content .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-focus-box__content .aa-article__content blockquote:before,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-focus-box__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-focus-box__content .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-focus-box__content .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-focus-box__content .aa-quote__inner .quote,.brand_mt .aa-focus-box__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-focus-box__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-focus-box__content .subtitle,.brand_mt .aa-quote .aa-article__content .aa-focus-box__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-focus-box__content .quote {
    color: #0c4554;
    margin-bottom: 30px
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .brand_mt .aa-focus-box__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .brand_mt .aa-focus-box__content .aa-blog-article__title,.brand_mt .aa-focus-box__content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.brand_mt .aa-focus-box__content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-focus-box__content h2,.brand_mt .aa-focus-box__content p {
    color: #fff
}

.brand_mt .aa-focus-box__content a {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 30px;
    margin-top: 30px
}

@media (min-width: 992px) {
    .brand_mt .aa-focus-box__content a {
        margin-bottom:75px
    }
}

.brand_mt .aa-focus-box__content p+a {
    margin-top: 30px
}

.brand_mt .aa-focus-box__column {
    min-height: 300px
}

@media (min-width: 768px) {
    .brand_mt .aa-focus-box__column {
        max-width:50%;
        padding: 50px 30px 0 50px
    }
}

.brand_mt .aa-focus-box--big {
    min-height: 100vh
}

@media (min-width: 576px) {
    .brand_mt .aa-focus-box--big {
        min-height:950px
    }
}

.no-overlay .aa-focus-box__inner:after {
    display: none
}

.bg-color-secondary .aa-focus-box__inner {
    background-color: #f2fcff
}

.bg-color-secondary .aa-focus-box__inner .aa-focus-box__column>* {
    color: #fff
}

.aa-focus-box {
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 100px;
    position: relative
}

.aa-focus-box .aa-focus-box__inner {
    position: relative;
    z-index: 21
}

.aa-article-cards__header .aa-focus-box .title strong,.aa-blog-article--cta .aa-blog-article__body .aa-focus-box .aa-blog-article__title strong,.aa-focus-box .aa-article-cards__header .title strong,.aa-focus-box .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title strong,.aa-focus-box .blog-advanced .aa-blog-article__body .aa-blog-article__title strong,.aa-focus-box .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title strong,.aa-focus-box .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title strong,.aa-focus-box .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title strong,.aa-focus-box h1 strong,.aa-focus-box h2 strong,.aa-focus-box h3 strong,.aa-focus-box h4 strong,.aa-focus-box h5 strong,.aa-focus-box h6 strong,.blog-advanced .aa-blog-article__body .aa-focus-box .aa-blog-article__title strong,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-focus-box .aa-blog-article__title strong,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-focus-box .aa-blog-article__title strong,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-focus-box .aa-blog-article__title strong {
    color: #0c4554
}

.aa-focus-box .aa-focus-box__column {
    max-width: 600px;
    padding-bottom: 0;
    padding-top: 0
}

.aa-focus-box--centered {
    max-width: 100%
}

.aa-focus-box--centered .aa-focus-box__column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.aa-focus-box--right .aa-focus-box__column {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 0;
    padding-right: 120px;
    text-align: right
}

.aa-focus-box.aa-bg-image.aa-overlay {
    color: #fff
}

.aa-focus-box.aa-bg-image.aa-overlay:after {
    background: linear-gradient(351.69deg,#021d32 29.09%,rgba(2,29,50,0) 88.83%),linear-gradient(0deg,rgba(2,29,50,.8),rgba(2,29,50,.8));
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-focus-box--full-width {
    max-width: 100%
}

.header .branding {
    line-height: 0
}

.header .branding img {
    height: 100%
}

.header.header--static {
    position: relative
}

@media (min-width: 992px) {
    .header {
        max-width:100%
    }
}

.header .branding {
    margin-bottom: 0
}

.header .branding img {
    width: 200px
}

.header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .header__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px
    }
}

.aa-cookie-widget--open main {
    margin-top: 70px
}

.header__hamburger p {
    margin: 0
}



.brand_mt .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%;
    z-index: 100
}

@media (min-width: 768px) {
    .brand_mt .header {
        height:110px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1680px
    }
}

@media (min-width: 1200px) {
    .brand_mt .header {
        height:145px;
        padding-top: 50px
    }
}

@media (min-width: 1600px) {
    .brand_mt .header {
        padding-left:0;
        padding-right: 0
    }
}

.brand_mt .header .branding {
    height: 50px;
    line-height: 0
}

@media (min-width: 576px) {
    .brand_mt .header .branding {
        height:80px
    }
}

@media (min-width: 1200px) {
    .brand_mt .header .branding {
        height:106px
    }
}

.brand_mt .header .branding .big {
    display: none
}

.brand_mt .header .branding .small {
    display: block
}

.brand_mt .header .branding img {
    height: 100%
}

.brand_mt .header.header--static {
    position: relative
}

.brand_mt .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .header__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px
    }
}

.brand_mt .header.is-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    height: 80px;
    position: -webkit-sticky;
    position: sticky
}

@media (min-width: 768px) {
    .brand_mt .header.is-sticky {
        padding-top:0
    }
}

.brand_mt .header.is-sticky .branding {
    height: 72px;
    width: 106px
}

.brand_mt .header.is-sticky .branding .big {
    display: none
}

.brand_mt .header.is-sticky .branding .small {
    display: block
}

.brand_mt .header.is-sticky .hamburger>span,.brand_mt .header.is-sticky .hamburger>span:after,.brand_mt .header.is-sticky .hamburger>span:before {
    background-color: #000
}

.brand_mt .header__hamburger p {
    margin: 0
}

.brand_mt .header.is-sticky .header__social a,.brand_mt .header__social a {
    text-decoration: none
}

.brand_mt .header.is-sticky .header__social a:not(:last-of-type),.brand_mt .header__social a:not(:last-of-type) {
    margin-right: 20px
}

.brand_mt .header.is-sticky .header__social svg,.brand_mt .header__social svg {
    height: 20px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    width: 20px
}

.brand_mt .header.is-sticky .header__social svg:hover,.brand_mt .header__social svg:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.brand_mt .header.is-sticky .header__social path,.brand_mt .header__social path {
    fill: #000
}

.brand_mt.aa-cookie-widget--open .header {
    top: 70px
}

.brand_mt.light-theme .branding .big {
    display: block
}

.brand_mt.light-theme .branding .small {
    display: none
}

.brand_mt.light-theme .header__social a:not(:last-of-type) {
    margin-right: 20px
}

.brand_mt.light-theme .header__social path {
    fill: #fff
}

.aa-references {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -181px;
    min-height: 180px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    width: 100%;
    z-index: 99
}

@media (min-width: 768px) {
    .aa-references {
        margin-top:-190px;
        min-height: 190px
    }
}

@media (min-width: 1200px) {
    .aa-references {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.aa-references__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 576px) {
    .aa-references__inner {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width: 768px) {
    .aa-references__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center
    }
}

@media (min-width: 1200px) {
    .aa-references__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-reference {
    margin: 30px 10px;
    width: 33.33333%
}

@media (min-width: 768px) {
    .aa-reference {
        margin-bottom:0;
        margin-right: 105px;
        margin-top: 0;
        max-width: 180px
    }

    .aa-reference:last-of-type {
        margin-right: 0
    }
}

.aa-reference img {
    width: 100%
}

.mt-0 {
    background-color: rgba(0,0,0,.8);
    margin-top: 0
}

.aa-footer {
    background-color: #f1f1f1;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-footer {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.aa-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-footer__inner {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px
    }
}

@media (min-width: 1600px) {
    .aa-footer__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-footer__header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

@media (min-width: 576px) {
    .aa-footer__header {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.aa-footer__header img {
    padding-bottom: 30px
}

.aa-footer__body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-top: 1px solid #4d4d77;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    padding-top: 35px;
    width: 100%
}

@media (min-width: 576px) {
    .aa-footer__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-footer__body .aa-footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
    padding-bottom: 30px;
    width: 100%
}

@media (min-width: 576px) {
    .aa-footer__body .aa-footer__column {
        width:calc(50% - 40px)
    }
}

@media (min-width: 768px) {
    .aa-footer__body .aa-footer__column {
        padding-bottom:0
    }
}

@media (min-width: 992px) {
    .aa-footer__body .aa-footer__column {
        max-width:240px
    }
}

.aa-footer__body .aa-footer__column ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
}

.aa-footer__body .aa-footer__column ul li:not(:last-of-type) {
    padding-bottom: 15px
}

.aa-footer__body .aa-footer__column ul li a {
    color: #000;
    font-style: italic
}

.aa-footer__body .aa-footer__column .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-footer__body .aa-footer__column h4,.blog-advanced .aa-blog-article__body .aa-footer__body .aa-footer__column .aa-blog-article__title {
    margin-bottom: 0
}

.aa-footer__footer {
    width: 100%
}

.aa-footer__footer .aa-footer__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-top: 1px solid #4d4d77;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
    width: 100%
}

.aa-footer__footer .aa-footer__row img {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 25px
}

.brand_mt .aa-footer {
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 295px;
    padding-bottom: 0;
    padding-top: 100px;
    width: 100%
}

@media (min-width: 1200px) {
    .brand_mt .aa-footer {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.brand_mt .aa-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-footer__inner {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px
    }
}

@media (min-width: 1600px) {
    .brand_mt .aa-footer__inner {
        padding-left:0;
        padding-right: 0
    }
}

.brand_mt .aa-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-footer__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between
    }
}

.brand_mt .aa-footer__column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .brand_mt .aa-footer__column {
        padding-bottom:0
    }
}

.brand_mt .aa-footer__column hr {
    display: none
}

@media (min-width: 768px) {
    .brand_mt .aa-footer__column hr {
        border-color:#0c4554;
        display: block;
        margin-left: 40px;
        margin-right: 20px;
        width: 120px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-footer__column hr {
        width:192px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-footer__column hr {
        width:420px
    }
}

.brand_mt .aa-footer__statement {
    padding-bottom: 50px;
    width: 100%
}

.brand_mt .aa-footer__statement p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

.brand_mt .aa-footer--branding img {
    height: 96px;
    width: 70px
}

.brand_mt .aa-footer--social a:not(:last-of-type) {
    padding-right: 25px
}

.aa-footer__body .aa-footer__column.footer-form {
    max-width: 450px
}

.aa-footer__body .aa-footer__column.footer-form .hs-submit input {
    background: #0c4554;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    height: auto;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    max-width: 205px;
    padding: 15px 0
}

@media (min-width: 576px) {
    .aa-footer__body .aa-footer__column.footer-form .hs-submit input {
        margin-left:0
    }
}

.aa-footer__body .aa-footer__column.footer-form .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-footer__body .aa-footer__column.footer-form .hs-input,.aa-search-results .hs-search-field__bar .aa-footer__body .aa-footer__column.footer-form .hs-search-field__input {
    border: 1px solid #fa5935
}

.aa-footer__body .aa-footer__column.footer-form a {
    color: #000
}

footer {
    background-color: #021d32;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

footer,footer a {
    color: #fff
}

footer a,footer p {
    font-weight: 300
}

footer .footer-bg-top {
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

footer .footer-bg-top svg {
    display: block;
    height: 143px;
    position: relative;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: calc(111% + 1.3px)
}

footer .footer-bg-top .shape-fill {
    fill: #fff
}

.branding {
    display: block;
    margin-bottom: 35px
}

.footer__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 263px
}

.footer__header {
    border-top: 1px solid #507b9c;
    padding-bottom: 80px;
    padding-top: 35px
}

.footer__header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0
}

@media (min-width: 768px) {
    .footer__header ul {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__header li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 30px;
    max-width: 480px;
    width: 100%
}

@media (min-width: 768px) {
    .footer__header li {
        margin-bottom:0
    }
}

.footer__header li:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .footer__header li:last-of-type {
        margin-left:auto;
        padding-left: 120px
    }
}

.footer__header p:first-of-type {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.footer__header a {
    margin-bottom: 15px
}

.footer__header a:last-of-type {
    margin-bottom: 0
}

.footer__header .contact {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-transform: uppercase
}

.footer__header .social-container svg {
    height: 38px;
    width: 44px
}

.footer__header .social-container svg #background {
    fill: #fff
}

.footer__header .social-container svg #name {
    fill: #0c4554
}

.footer__header .social-container a {
    margin-right: 5px;
    text-decoration: none
}

.footer__header .social-container a:last-of-type {
    margin-right: 0
}

.footer__body {
    border-top: 1px solid #507b9c;
    padding-bottom: 35px;
    padding-top: 35px
}

.footer__body .footer-logo-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 768px) {
    .footer__body .footer-logo-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__body .footer-logo-container a {
    margin-bottom: 20px
}

.footer__body .footer-logo-container a:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .footer__body .footer-logo-container a {
        margin-right:45px
    }

    .footer__body .footer-logo-container a:last-of-type {
        margin-right: 0
    }
}

.footer__footer {
    border-top: 1px solid #507b9c;
    padding-bottom: 80px;
    padding-top: 35px;
    text-align: center
}

.aa-landing-page .footer .footer__inner {
    padding-bottom: 40px;
    padding-top: 40px
}

.aa-landing-page .footer .footer-branding {
    margin-left: auto;
    margin-right: auto;
    width: 250px
}

.aa-landing-page .footer {
    background-color: #021d32
}

.aa-newsletter {
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .aa-newsletter {
        margin-left:auto;
        margin-right: auto;
        max-width: 100%
    }
}

.aa-newsletter.aa-bg-image:after {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(48,48,48,.8)),to(rgba(48,48,48,.8)));
    background: linear-gradient(0deg,rgba(48,48,48,.8),rgba(48,48,48,.8));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aa-newsletter__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    z-index: 3
}

@media (min-width: 768px) {
    .aa-newsletter__content {
        margin-bottom:220px
    }
}

@media (min-width: 992px) {
    .aa-newsletter__content {
        margin-left:auto;
        margin-right: auto;
        max-width: 780px;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-newsletter__content .aa-subtitle {
    margin-bottom: 45px
}

.aa-newsletter__content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-newsletter__content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-newsletter__content h2,.aa-newsletter__content p,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-newsletter__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-newsletter__content .aa-blog-article__title {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aa-newsletter__content .aa-newsletter-form .hs_cos_wrapper {
    margin-left: auto;
    margin-right: auto
}

.aa-newsletter__content .aa-newsletter-form .submitted-message {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-form-iframe-0 {
    width: 100%
}

.aa-newsletter__content .aa-newsletter-form .hs-form span {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email label {
    display: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input {
    border-radius: 0;
    color: #0c4554;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    text-align: center;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #0c4554;
    font-weight: 700;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #0c4554;
    font-weight: 700;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #0c4554;
    font-weight: 700;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #0c4554;
    font-weight: 700;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder {
    color: #0c4554;
    font-weight: 700;
    text-transform: none
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:before,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:before {
    border: solid #fff;
    border-width: 0 19px 18px 0;
    content: "";
    display: inline-block;
    left: -21px;
    padding: 10px;
    position: absolute;
    top: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:after,.aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:after,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:after {
    border: solid #fff;
    border-width: 0 19px 18px 0;
    bottom: 6px;
    content: "";
    display: inline-block;
    height: 0;
    padding: 10px;
    position: absolute;
    right: -21px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0
}

.aa-newsletter__content .aa-newsletter-form .hs-button {
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #0c4554;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 240px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase
}

.aa-newsletter__content .aa-newsletter-form .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-search-field__input {
    height: auto
}

.aa-newsletter__content .aa-newsletter-form .hs-main-font-element {
    color: #0c4554
}

.aa-newsletter__content .aa-newsletter-form .legal-consent-container {
    text-align: left
}

.aa-newsletter__content .aa-newsletter-form p {
    color: #fff
}

.brand_sk .aa-newsletter__content .aa-newsletter-form .hs-email label {
    display: block
}

.brand_sk .aa-newsletter .hs-error-msg {
    color: #fff;
    margin-top: 10px;
    padding-left: 22px;
    position: relative
}

.brand_sk .hs-error-msg {
    color: #000;
    margin-top: 10px;
    padding-left: 22px;
    position: relative;
    text-align: left
}

.brand_sk .hs-error-msg:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23BA6970'/%3E%3Cpath d='m8.593 3.732-.12 5.508H7.5l-.132-5.508h1.224zm-.6 6.744c.24 0 .44.08.6.24a.8.8 0 0 1 .24.588.84.84 0 0 1-.24.6c-.16.16-.36.24-.6.24a.8.8 0 0 1-.588-.24.84.84 0 0 1-.24-.6.8.8 0 0 1 .24-.588.8.8 0 0 1 .588-.24z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.aa-newsletter-v2 {
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.aa-newsletter-v2.overlay:after {
    background: linear-gradient(356.18deg,#172248 2.94%,rgba(23,34,72,0) 68.95%),linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3));
    position: absolute
}

.aa-newsletter-v2.overlay .aa-newsletter-v2__content,.aa-newsletter-v2.overlay .aa-newsletter-v2__content .aa-subtitle {
    color: #fff
}

.aa-newsletter-v2__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    position: relative;
    text-align: center;
    z-index: 23
}

.aa-newsletter-v2__content .aa-subtitle {
    margin-bottom: 20px
}

.aa-article-cards__header .aa-newsletter-v2__content .title,.aa-newsletter-v2__content .aa-article-cards__header .title,.aa-newsletter-v2__content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .aa-article-cards__header .aa-newsletter-v2__content .title,.aa-newsletter-v2__content .aa-article-cards__header .title,.aa-newsletter-v2__content h1 {
        font-size:50px;
        line-height: 60px
    }
}

.aa-newsletter-v2__content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

.aa-newsletter-v2__content .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-newsletter-v2__content .hs-input,.aa-search-results .hs-search-field__bar .aa-newsletter-v2__content .hs-search-field__input {
    background: transparent;
    border: 1px solid #fff;
    max-width: 400px;
    text-align: center
}

.aa-newsletter-v2__content .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter-v2__content .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter-v2__content .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-newsletter-v2__content .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-newsletter-v2__content .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter-v2__content .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-newsletter-v2__content .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-newsletter-v2__content .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter-v2__content .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-newsletter-v2__content .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-newsletter-v2__content .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter-v2__content .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-newsletter-v2__content .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-newsletter-v2__content .hs-input::placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter-v2__content .hs-search-field__input::placeholder {
    color: #fff
}

.aa-newsletter-v2__content .hs-error-msgs {
    color: #fff
}

.aa-newsletter-v2__content .hs-error-msgs li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-top: 10px
}

.aa-newsletter-v2__content .hs-form p,.aa-newsletter-v2__content .hs-form span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

.aa-newsletter-v2__content .hs-form input[type=email] {
    color: #fff
}

.aa-newsletter-v2__content .hs-form a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.aa-newsletter-v2__content .hs-submit input {
    background-color: #0c4554;
    border-radius: 4px;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.aa-newsletter-v2__content .hs-submit input:hover {
    background-color: #02b8eb;
    cursor: pointer
}

.aa-hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 650px;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .aa-hero {
        margin-left:auto;
        margin-right: auto;
    }
}

.aa-hero__inner {
    overflow-x: visible;
    width: 100%
}

@media (min-width: 992px) {
    .aa-hero__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px
    }
}

.aa-hero__body {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .aa-hero__body {
        max-width:840px
    }
}

@media (min-width: 1440px) {
    .aa-hero__body {
        padding-left:0;
        padding-right: 0
    }
}

.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-hero__body .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-hero__body .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-search-field__input::-webkit-input-placeholder {
    color: #fff;
    margin-bottom: 20px
}

.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-hero__body .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-hero__body .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-search-field__input::-moz-placeholder {
    color: #fff;
    margin-bottom: 20px
}

.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-hero__body .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-hero__body .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-search-field__input:-ms-input-placeholder {
    color: #fff;
    margin-bottom: 20px
}

.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-hero__body .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-hero__body .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-search-field__input::-ms-input-placeholder {
    color: #fff;
    margin-bottom: 20px
}

.aa-article__content .aa-hero__body blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-hero__body .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-hero__body .aa-blockquote:before,.aa-hero__body .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-hero__body .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-hero__body .aa-article__content blockquote:before,.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-hero__body .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-hero__body .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-hero__body .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-hero__body .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-hero__body .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-hero__body .brand_mt .aa-quote__inner .quote,.aa-hero__body .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-hero__body .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-hero__body .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-hero__body .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-hero__body .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-hero__body .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-hero__body .quote {
    color: #fff;
    margin-bottom: 20px
}

.aa-article-cards__header .aa-hero__body .title,.aa-hero__body .aa-article-cards__header .title,.aa-hero__body h1,.aa-hero__body p {
    color: #fff
}

@media (min-width: 768px) {
    .aa-hero__body p {
        max-width:720px
    }
}

.aa-hero__body .button-group {
    margin-top: 50px
}

.aa-hero__body .aa-hero-nav {
    margin-top: 55px
}

.aa-hero__body .aa-hero-nav ol {
    counter-reset: number;
    list-style-type: none;
    padding-left: 0
}

.aa-hero__body .aa-hero-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aa-hero__body .aa-hero-nav li a {
    color: #fff
}

.aa-hero__body .aa-hero-nav ol li:before {
    color: #0c4554;
    content: counter(number);
    counter-increment: number;
    margin-right: 25px
}

.aa-hero__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px
}

.aa-hero__footer .arrow-down-anim svg {
    cursor: pointer;
    height: auto;
    overflow: visible;
    width: 50px
}

.aa-hero__footer .arrow-down-anim svg path {
    -webkit-transition: all .5s cubic-bezier(.2,1,.3,1);
    transition: all .5s cubic-bezier(.2,1,.3,1)
}

.aa-hero__footer .arrow-down-anim svg #arrow {
    -webkit-animation: arrow-anim 6s cubic-bezier(.2,1,.3,1) 1.5s infinite;
    animation: arrow-anim 6s cubic-bezier(.2,1,.3,1) 1.5s infinite
}

@media (min-width: 768px) {
    .aa-hero__footer .arrow-down-anim svg {
        width:100px
    }
}

@-webkit-keyframes arrow-anim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    5% {
        -webkit-transform: translateY(-.1rem);
        transform: translateY(-.1rem)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(1.5rem);
        transform: translateY(1.5rem)
    }

    95% {
        opacity: 1;
        -webkit-transform: translateY(-.1rem);
        transform: translateY(-.1rem)
    }
}

@keyframes arrow-anim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    5% {
        -webkit-transform: translateY(-.1rem);
        transform: translateY(-.1rem)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(1.5rem);
        transform: translateY(1.5rem)
    }

    95% {
        opacity: 1;
        -webkit-transform: translateY(-.1rem);
        transform: translateY(-.1rem)
    }
}

.aa-hero--center {
    text-align: center
}

.aa-hero--center .aa-hero__body {
    margin-left: auto;
    margin-right: auto
}

.aa-hero--center .aa-hero__body>* {
    text-align: center
}

@media (min-width: 768px) {
    .aa-hero--center .aa-hero__body p {
        margin-left:auto;
        margin-right: auto
    }
}

.aa-columns--form .aa-column--form .aa-hero--center .aa-hero__body .hs-button,.aa-hero--center .aa-hero__body .aa-button,.aa-hero--center .aa-hero__body .aa-columns--form .aa-column--form .hs-button,.aa-hero--center .aa-hero__body .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-hero--center .aa-hero__body .subscription-page .hs-button.primary,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-hero--center .aa-hero__body .hs-button,.subscription-page .aa-hero--center .aa-hero__body .hs-button.primary {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    .aa-hero--wide .aa-hero__inner {
        max-width:1440px
    }
}

@media (min-width: 768px) {
    .aa-hero--wide .aa-hero__body {
        max-width:480px
    }
}

.aa-hero--white-bg .aa-hero-nav ol li a,.aa-hero--white-bg .aa-hero-nav p,.aa-hero--white-bg .aa-hero__body>* {
    color: #000
}

.aa-hero--card {
    padding-bottom: 30px;
    padding-top: 30px
}

.aa-hero--card:after {
    background: -webkit-gradient(linear,left top,right top,color-stop(25.55%,rgba(24,35,50,.8)),to(rgba(35,31,32,.32)));
    background: linear-gradient(90deg,rgba(24,35,50,.8) 25.55%,rgba(35,31,32,.32));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: matrix(-1,0,0,1,0,0);
    transform: matrix(-1,0,0,1,0,0);
    width: 100%
}

.aa-hero--card .aa-hero__inner {
    z-index: 1
}

@media (min-width: 992px) {
    .aa-hero--card .aa-hero__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px;
        padding-bottom: 0;
        padding-top: 0
    }
}

.aa-hero--card .aa-hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .aa-hero--card .aa-hero__body {
        max-width:none
    }
}

@media (min-width: 992px) {
    .aa-hero--card .aa-hero__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-hero--card .aa-hero__body .hero-column {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .aa-hero--card .aa-hero__body .hero-column {
        max-width:720px
    }

    .aa-hero--card .aa-hero__body .hero-column:first-of-type {
        padding-right: 60px
    }

    .aa-hero--card .aa-hero__body .hero-column:last-of-type {
        padding-left: 60px
    }
}

@media (min-width: 1200px) {
    .aa-hero--card .aa-hero__body .hero-column:first-of-type {
        padding-left:60px
    }

    .aa-hero--card .aa-hero__body .hero-column:last-of-type {
        padding-right: 60px
    }
}

.aa-hero--card .aa-hero__body .hero-column .card {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    width: 100%
}

.aa-hero--card .aa-hero__body .hero-column .card .card_header {
    padding: 35px 45px 20px;
    text-align: left
}

@media (min-width: 576px) {
    .aa-hero--card .aa-hero__body .hero-column .card .card_header {
        padding:55px 65px 40px
    }
}

.aa-blog-article--cta .aa-blog-article__body .aa-hero--card .aa-hero__body .hero-column .card .card_header .aa-blog-article__title,.aa-hero--card .aa-hero__body .hero-column .card .card_header .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-hero--card .aa-hero__body .hero-column .card .card_header .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-hero--card .aa-hero__body .hero-column .card .card_header h3,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-hero--card .aa-hero__body .hero-column .card .card_header .aa-blog-article__title {
    margin-bottom: 40px
}

.aa-hero--card .aa-hero__body .hero-column .card .card_header p {
    color: #000
}

.aa-hero--card .aa-hero__body .hero-column .card .card_body {
    height: 0;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
    -webkit-transition: all .4s;
    transition: all .4s;
    visibility: hidden
}

@media (min-width: 576px) {
    .aa-hero--card .aa-hero__body .hero-column .card .card_body {
        padding-left:65px;
        padding-right: 65px
    }
}

.aa-hero--card .aa-hero__body .hero-column .card .card_body p {
    color: #000
}

.aa-hero--card .aa-hero__body .hero-column .card.is-open .card_body {
    height: 100%;
    padding-bottom: 20px;
    visibility: visible
}

@media (min-width: 576px) {
    .aa-hero--card .aa-hero__body .hero-column .card.is-open .card_body {
        padding-bottom:40px
    }
}

.aa-hero--card .aa-hero__body .hero-column .card .card_footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-top: 1px solid #c1c1c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px
}

.aa-hero--card .aa-hero__body .hero-column .card .card_footer .card-link {
    border: none;
    color: #000;
    padding: 0;
    text-decoration: none
}

.aa-hero--card .aa-hero__body .hero-column .card .card_footer .card-link:before {
    content: "+";
    padding-right: 5px
}

.aa-hero--card .aa-hero__body .hero-column .card .card_footer .card-link-open {
    border: none;
    color: #000;
    display: none;
    padding: 0;
    text-decoration: none
}

.aa-hero--card .aa-hero__body .hero-column .card.is-open .card_footer .card-link {
    display: none
}

.aa-hero--card .aa-hero__body .hero-column .card.is-open .card_footer .card-link-open {
    display: block
}

.aa-hero--card .aa-hero__body .hero-column .card.is-open .card_footer .card-link-open:before {
    content: "-";
    padding-right: 5px
}

.aa-hero--card .aa-hero__body .hero-column:last-of-type {
    margin-bottom: 0
}

.aa-hero--overlay-ltr80:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(25.55%,rgba(24,35,50,.8)),to(rgba(35,31,32,.32)));
    background: linear-gradient(90deg,rgba(24,35,50,.8) 25.55%,rgba(35,31,32,.32))
}

.aa-hero--overlay-ltr20:before,.aa-hero--overlay-ltr80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-hero--overlay-ltr20:before {
    background: linear-gradient(91.05deg,#022231 -3.32%,rgba(2,34,49,0) 60.79%)
}

.aa-hero--overlay-blogpost:before {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(12.76%,rgba(0,0,0,.5)),color-stop(109.36%,hsla(0,0%,100%,0))),-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background: linear-gradient(180deg,rgba(0,0,0,.5) 12.76%,hsla(0,0%,100%,0) 109.36%),linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-hero--overlay-rtl80:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(25.55%,rgba(24,35,50,.8)),to(rgba(35,31,32,.32)));
    background: linear-gradient(90deg,rgba(24,35,50,.8) 25.55%,rgba(35,31,32,.32))
}

.aa-hero--overlay-rtl20:before,.aa-hero--overlay-rtl80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 100%
}

.aa-hero--overlay-rtl20:before {
    background: linear-gradient(91.05deg,#022231 -3.32%,rgba(2,34,49,0) 60.79%)
}

.aa-hero--overlay-full:before {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3)));
    background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.brand_mt .aa-hero {
    margin-bottom: 0;
    min-height: 0;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-hero {
        margin-left:auto;
        margin-right: auto;
    }
}

.brand_mt .aa-hero__inner {
    overflow-x: hidden;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-hero__inner {
        margin-left:0;
        margin-right: 0;
        max-width: none
    }
}

.brand_mt .aa-hero__inner video {
    height: auto;
    width: 100%
}

.brand_mt .aa-hero-mountain {
    margin-bottom: -100px;
    overflow-y: hidden;
    -webkit-transform: translateY(-72%);
    transform: translateY(-72%);
    width: 100%
}

@media (min-width: 576px) {
    .brand_mt .aa-hero-mountain {
        margin-bottom:-150px
    }
}

@media (min-width: 768px) {
    .brand_mt .aa-hero-mountain {
        margin-bottom:-250px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-hero-mountain {
        margin-bottom:-300px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1680px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-hero-mountain {
        margin-bottom:-400px
    }
}

.brand_mt .aa-hero-mountain img {
    width: 100%;
    z-index: 4
}

.brand_mt .aa-hero--video {
    padding-bottom: 0;
    padding-top: 0
}

.brand_mt .aa-hero--video .aa-hero__content {
    position: relative
}

.brand_mt .aa-hero--video .aa-hero__content .hero-overlay {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.brand_mt .aa-hero--video .aa-hero__content .hero-overlay span {
    font-size: 12px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 65%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 5
}

@media (min-width: 576px) {
    .brand_mt .aa-hero--video .aa-hero__content .hero-overlay span {
        font-size:18px;
        top: 70%
    }
}

@media (min-width: 768px) {
    .brand_mt .aa-hero--video .aa-hero__content .hero-overlay span {
        max-width:312px
    }
}

.brand_mt .aa-hero--bg-overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    position: relative
}

@media (min-width: 576px) {
    .brand_mt .aa-hero--bg-overlay {
        min-height:500px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-hero--bg-overlay {
        min-height:700px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-hero--bg-overlay {
        min-height:1100px
    }
}

.aa-article-cards__header .brand_mt .aa-hero--bg-overlay .title,.brand_mt .aa-hero--bg-overlay .aa-article-cards__header .title,.brand_mt .aa-hero--bg-overlay h1 {
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 2
}

@media (min-width: 992px) {
    .aa-article-cards__header .brand_mt .aa-hero--bg-overlay .title,.brand_mt .aa-hero--bg-overlay .aa-article-cards__header .title,.brand_mt .aa-hero--bg-overlay h1 {
        margin-left:auto;
        margin-right: auto;
        max-width: 960px
    }
}

.brand_mt .aa-hero--small {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px
}

@media (min-width: 576px) {
    .brand_mt .aa-hero--small {
        min-height:350px
    }
}

@media (min-width: 768px) {
    .brand_mt .aa-hero--small {
        min-height:450px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-hero--small {
        min-height:615px
    }
}

.brand_mt .aa-hero--small .aa-hero__inner {
    position: relative;
    z-index: 2
}

.brand_mt .aa-hero--small .aa-hero__content {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .brand_mt .aa-hero--small .aa-hero__content {
        padding-left:0;
        padding-right: 0
    }
}

.brand_mt .aa-hero--bg-overlay.aa-hero--small:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),color-stop(90%,#fff));
    background: linear-gradient(180deg,transparent 80%,#fff 90%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.brand_mt .aa-hero-mountain.aa-hero-mountain--clouds {
    position: relative;
    z-index: 3
}

.brand_mt .aa-hero-mountain.aa-hero-mountain--clouds .cloud-1 {
    bottom: -20%;
    position: absolute;
    width: 50%;
    z-index: -1
}

.brand_mt .aa-hero-mountain.aa-hero-mountain--clouds .cloud-2 {
    bottom: 10%;
    position: absolute;
    right: 5%;
    width: 50%;
    z-index: -1
}

.brand_mt .aa-hero--clouds {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    margin-top: -115px;
    position: relative
}

@media (min-width: 576px) {
    .brand_mt .aa-hero--clouds {
        height:100px;
        margin-top: -120px
    }
}

@media (min-width: 768px) {
    .brand_mt .aa-hero--clouds {
        height:160px;
        margin-top: -160px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-hero--clouds {
        height:250px;
        margin-top: -210px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-hero--clouds {
        height:300px;
        margin-top: -220px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-hero--clouds {
        margin-left:auto;
        margin-right: auto;
        margin-top: -270px;
        max-width: 1680px
    }
}

.brand_mt .hero--grey-overlay {
    position: relative
}

.brand_mt .hero--grey-overlay:after {
    background: -webkit-gradient(linear,left top,left bottom,from(#525252),color-stop(22.62%,rgba(82,82,82,0))),-webkit-gradient(linear,left top,left bottom,color-stop(68.36%,transparent),to(#fff)),-webkit-gradient(linear,left bottom,left top,from(#525252),to(#525252));
    background: linear-gradient(180deg,#525252,rgba(82,82,82,0) 22.62%),linear-gradient(180deg,transparent 68.36%,#fff),linear-gradient(0deg,#525252,#525252);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 1200px) {
    .blog-advanced .aa-hero {
        height:900px
    }
}

.aa-hero {
    color: #fff;
    max-width: 100%
}

.aa-hero .aa-subtitle {
    color: #fff;
    margin-bottom: 20px
}

.aa-hero__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
    z-index: 12
}

@media (max-width: 600px) {
  h1,
  .whale,
  .title,
  .aa-article-cards__header .title,
  .aa-article__content h1,
  .aa-article__content .title,
  .aa-error-page__text h1,
  .aa-error-page__text .title,
  .aa-panel__body h1,
  .aa-panel__body .title,
  .brand_mt .aa-panel__body h1 {
    font-size: 48px !important;
  }
}

.aa-hero__header {
    text-align: center
}

.overlay:after {
    background: linear-gradient(89.05deg,rgba(2,29,50,.8) .29%,rgba(2,29,50,.8) 49.99%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.overlay .aa-hero__inner {
    position: relative;
    z-index: 2
}

.aa-hero--video {
    display: block;
    overflow: hidden;
    position: relative
}

.aa-hero--video video {
    height: auto;
    left: 50%;
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 0
}

.aa-slider {
    background-position-y: -200px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%
}

.aa-slider:after {
    background: linear-gradient(76.49deg,#fff 20.53%,hsla(0,0%,100%,0) 54.34%),linear-gradient(180deg,#fff,hsla(0,0%,100%,0) 24.34%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-slider {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.aa-slider__inner {
    position: relative;
    z-index: 1
}

.aa-slider__header {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-slider__header {
        margin-bottom:150px
    }
}

@media (min-width: 992px) {
    .aa-slider__header {
        margin-left:auto;
        margin-right: auto;
        max-width: 720px
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-slider__header .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-search-field__input::-webkit-input-placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-slider__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #0c4554
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-slider__header .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-search-field__input::-moz-placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-slider__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #0c4554
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-slider__header .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-search-field__input:-ms-input-placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-slider__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #0c4554
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-slider__header .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-search-field__input::-ms-input-placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-slider__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #0c4554
}

.aa-article__content .aa-quote__inner .aa-quote__content .aa-slider__header .aa-blockquote:before,.aa-article__content .aa-slider__header blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-slider__header .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-slider__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-slider__header .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-slider__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-slider__header .hs-search-field__input::placeholder,.aa-slider__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-slider__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-slider__header .aa-article__content blockquote:before,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-slider__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-slider__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-slider__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-slider__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-slider__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-slider__header .brand_mt .aa-quote__inner .quote,.aa-slider__header .subtitle,.brand_mt .aa-quote .aa-article__content .aa-slider__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-slider__header .quote {
    color: #0c4554
}

.center .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 800px
}

@media (min-width: 768px) {
    .center .slick-track {
        height:1000px
    }
}

.center .aa-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: url(https://2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/Mushing-Team-images%20and%20icons/slider1bg.png),#696969;
    background-blend-mode: multiply,normal;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 550px;
    justify-content: flex-end;
    margin-right: 75px;
    opacity: .4;
    position: relative;
    width: 360px
}

@media (min-width: 768px) {
    .center .aa-slide {
        height:645px;
        max-width: 504px;
        width: 515px
    }
}

.center .aa-slide img {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%
}

.center .aa-slide .aa-slide-button {
    background-color: #0c4554;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    height: 90px;
    margin-bottom: -45px;
    padding: 28px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%
}

@media (min-width: 576px) {
    .center .aa-slide .aa-slide-button {
        font-size:22px
    }
}

@media (min-width: 768px) {
    .center .aa-slide .aa-slide-button {
        font-size:26px
    }
}

.center .aa-slide .aa-slide-button:after {
    border: solid #0c4554;
    border-width: 0 44px 44px 0;
    bottom: 13px;
    content: "";
    display: inline-block;
    height: 0;
    padding: 10px;
    position: absolute;
    right: -33px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0
}

.center .aa-slide .aa-slide-button .icon-arrow {
    display: none;
    margin-left: auto
}

@media (min-width: 768px) {
    .center .aa-slide .aa-slide-button .icon-arrow {
        display:block
    }
}

.center .aa-slide .aa-slide-button .icon-arrow:after {
    top: 10px
}

.center .slick-current {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 25
}

.slick-next {
    background-color: transparent;
    border: none;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 60px;
    z-index: 100
}

.slick-next .icon-arrow--next {
    background-image: url(https://2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/avidly/assets/images/arrow-17-next.png);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.slick-prev {
    background-color: transparent;
    border: none;
    height: 60px;
    left: 20px;
    position: absolute;
    top: 40%;
    width: 60px;
    z-index: 100
}

.slick-prev .icon-arrow--prev {
    background-image: url(https://2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/avidly/assets/images/arrow-17-prev.png);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-slider--type2 .aa-slider__header {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .aa-slider--type2 .aa-slider__header {
        margin-bottom:40px
    }
}

.aa-slider--type2 .aa-slider__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-slider--type2 .aa-slider__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-slider--type2 .aa-slider__header h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-slider--type2 .aa-slider__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-slider--type2 .aa-slider__header .aa-blog-article__title {
    margin-bottom: 0
}

.aa-slider--type2 .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 740px
}

.aa-slider--type2 .slick-next,.aa-slider--type2 .slick-prev {
    top: 80%
}

@media (min-width: 576px) {
    .aa-slider--type2 .slick-next,.aa-slider--type2 .slick-prev {
        top:40%
    }
}

.aa-slider--type2 .aa-slide {
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 540px;
    max-width: 360px;
    opacity: .6;
    padding-bottom: 90px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%
}

.aa-slider--type2 .aa-slide:after {
    background: linear-gradient(358.85deg,#fff 3.04%,hsla(0,0%,100%,0) 62.15%),linear-gradient(180deg,#fff,hsla(0,0%,100%,0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-slider--type2 .aa-slide .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-slider--type2 .aa-slide h4,.aa-slider--type2 .aa-slide p,.blog-advanced .aa-blog-article__body .aa-slider--type2 .aa-slide .aa-blog-article__title {
    opacity: 0
}

.aa-slider--type2 .slick-current {
    background-blend-mode: multiply,normal;
    background-color: #525252;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    text-decoration: none
}

@media (min-width: 768px) {
    .aa-slider--type2 .slick-current {
        -webkit-transform:scale(1.3);
        transform: scale(1.3)
    }
}

.aa-slider--type2 .slick-current:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(39.28%,transparent),to(#000));
    background: linear-gradient(180deg,transparent 39.28%,#000)
}

.aa-slider--type2 .slick-current .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-slider--type2 .slick-current h4,.aa-slider--type2 .slick-current p,.blog-advanced .aa-blog-article__body .aa-slider--type2 .slick-current .aa-blog-article__title {
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 2
}

.aa-slider--type2 .slick-current .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-slider--type2 .slick-current h4,.blog-advanced .aa-blog-article__body .aa-slider--type2 .slick-current .aa-blog-article__title {
    color: #0c4554
}

.aa-slider--type2 .slick-current p:first-of-type {
    margin-bottom: 5px
}

.aa-cards {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

@media (min-width: 992px) {
    .aa-cards {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.aa-cards__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-cards__inner {
        padding:0 20px
    }
}

@media (min-width: 992px) {
    .aa-cards__inner {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .aa-cards__inner {
        max-width:1680px;
        padding-left: 60px;
        padding-right: 60px
    }
}

.aa-cards__header {
    margin-bottom: 50px;
    text-align: center;
}

.aa-cards__header > h2 {
    line-height: 1;
}

.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards__header .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 15px
}

.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards__header .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-search-field__input::-moz-placeholder {
    margin-bottom: 15px
}

.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards__header .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards__header .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 15px
}

.aa-article__content .aa-cards__header blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-cards__header .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-cards__header .aa-blockquote:before,.aa-cards__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-cards__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-cards__header .aa-article__content blockquote:before,.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-cards__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-cards__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-cards__header .brand_mt .aa-quote__inner .quote,.aa-cards__header .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards__header .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-cards__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards__header .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-cards__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-cards__header .quote {
    margin-bottom: 15px
}

.aa-cards__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%
}

@media (min-width: 992px) {
    .aa-cards__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px
    }
}

.aa-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    position: relative;
    width: 100%
}

.aa-card,.aa-card:hover {
    text-decoration: none
}

@media (min-width: 992px) {
    .aa-card {
        margin-left:0;
        margin-right: 0
    }
}

.aa-card__header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px
}

@media (min-width: 992px) {
    .aa-card__header {
        height:100px
    }
}

@media (min-width: 1200px) {
    .aa-card__header {
        height:125px
    }
}

.aa-card__header img {
    -ms-flex-item-align: center;
    align-self: center
}

.aa-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    padding: 40px 20px 20px;
    text-align: center;
    width: 100%;
    z-index: 1
}

@media (min-width: 576px) {
    .aa-card__content {
        padding:30px
    }
}

.aa-card__content p:not(:last-of-type) {
    margin-bottom: 8px
}

.aa-card__content a {
    margin-left: auto;
    margin-right: auto
}

.aa-cards--single .aa-card {
    padding-top: 200px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-cards--single .aa-card {
        max-width:720px
    }
}

.aa-cards--single .aa-card .aa-card__content,.aa-cards--single .aa-card .aa-card__content p {
    color: #fff
}

.aa-cards--single .aa-card .aa-newsletter-form {
    margin-top: 90px
}

.aa-cards--single .aa-card--overlay .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-cards--single .aa-card--overlay .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-cards--single .aa-card--overlay h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-cards--single .aa-card--overlay .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-cards--single .aa-card--overlay .aa-blog-article__title {
    color: #fff
}

.aa-cards--single .aa-newsletter-form {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .aa-cards--single .aa-newsletter-form {
        margin-left:120px;
        margin-right: 120px;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-cards--single .aa-newsletter-form input[type=email] {
    background-color: transparent;
    border-color: #0c4554;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase
}

.aa-cards--single .aa-newsletter-form input[type=email]::-webkit-input-placeholder {
    color: #fff
}

.aa-cards--single .aa-newsletter-form input[type=email]::-moz-placeholder {
    color: #fff
}

.aa-cards--single .aa-newsletter-form input[type=email]:-ms-input-placeholder {
    color: #fff
}

.aa-cards--single .aa-newsletter-form input[type=email]::-ms-input-placeholder {
    color: #fff
}

.aa-cards--single .aa-newsletter-form input[type=email]::placeholder {
    color: #fff
}

.aa-cards--single .aa-newsletter-form .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-cards--single .aa-newsletter-form .hs-input,.aa-search-results .hs-search-field__bar .aa-cards--single .aa-newsletter-form .hs-search-field__input {
    background-color: transparent;
    height: auto
}

.aa-cards--single .aa-newsletter-form .hs-form ol label,.aa-cards--single .aa-newsletter-form .hs-form ul label {
    color: #0c4554
}

.aa-cards--single .aa-newsletter-form .legal-consent-container .hs-form-booleancheckbox-display p {
    color: #fff
}

.aa-cards--single .aa-newsletter-form .hs-richtext p {
    color: #fff;
    padding-bottom: 30px;
    text-align: center
}

.aa-cards--single .aa-newsletter-form .hs-submit input {
    background-color: #0c4554;
    font-weight: 400;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    width: 100%
}

.aa-cards--nobg {
    background-repeat: no-repeat;
    background-size: cover
}

.aa-cards--nobg .aa-cards__inner {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-cards--nobg .aa-cards__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px
    }
}

.aa-cards--nobg .aa-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%
}

.aa-cards--nobg .aa-card__header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    margin-bottom: 55px;
    margin-top: 0
}

.aa-cards--nobg .aa-card__content {
    padding: 0
}

.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--nobg .aa-card__content .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 40px
}

.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--nobg .aa-card__content .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-search-field__input::-moz-placeholder {
    margin-bottom: 40px
}

.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--nobg .aa-card__content .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 40px
}

.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--nobg .aa-card__content .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 40px
}

.aa-article__content .aa-cards--nobg .aa-card__content blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-cards--nobg .aa-card__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-cards--nobg .aa-card__content .aa-blockquote:before,.aa-cards--nobg .aa-card__content .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-cards--nobg .aa-card__content .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-cards--nobg .aa-card__content .aa-article__content blockquote:before,.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-cards--nobg .aa-card__content .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-cards--nobg .aa-card__content .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-cards--nobg .aa-card__content .brand_mt .aa-quote__inner .quote,.aa-cards--nobg .aa-card__content .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--nobg .aa-card__content .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--nobg .aa-card__content .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-cards--nobg .aa-card__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--nobg .aa-card__content .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-cards--nobg .aa-card__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-cards--nobg .aa-card__content .quote {
    margin-bottom: 40px
}

.aa-cards--nobg .aa-card__content p:last-of-type {
    margin-bottom: 30px
}

.aa-card--overlay {
    background-blend-mode: multiply,normal;
    background-color: #525252;
    position: relative
}

.extra-pb {
    padding-bottom: 450px
}

@media (min-width: 768px) {
    .extra-pb {
        padding-bottom:640px
    }
}

.brand_mt .aa-cards {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-cards {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.brand_mt .aa-cards__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-cards__inner {
        padding:0 20px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-cards__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-cards__inner {
        max-width:1680px;
        padding-left: 60px;
        padding-right: 60px
    }
}

.brand_mt .aa-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    position: relative;
    width: 100%
}

.brand_mt .aa-card,.brand_mt .aa-card:hover {
    text-decoration: none
}

.brand_mt .aa-card__header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -25px
}

@media (min-width: 992px) {
    .brand_mt .aa-card__header {
        height:100px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-card__header {
        height:125px
    }
}

.brand_mt .aa-card__header img {
    -ms-flex-item-align: center;
    align-self: center
}

.brand_mt .aa-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
    z-index: 1
}

@media (min-width: 576px) {
    .brand_mt .aa-card__content {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-card__content {
        padding-left:60px;
        padding-right: 60px
    }
}

.brand_mt .aa-card__content a {
    margin-left: auto;
    margin-right: auto
}

.brand_mt .aa-cards--single .aa-card {
    padding-top: 200px;
    width: 100%
}

@media (min-width: 992px) {
    .brand_mt .aa-cards--single .aa-card {
        max-width:720px
    }
}

.brand_mt .aa-cards--single .aa-card .aa-card__content,.brand_mt .aa-cards--single .aa-card .aa-card__content p {
    color: #fff
}

.brand_mt .aa-cards--single .aa-card .aa-newsletter-form {
    margin-top: 90px
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .brand_mt .aa-cards--single .aa-card--overlay .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .brand_mt .aa-cards--single .aa-card--overlay .aa-blog-article__title,.brand_mt .aa-cards--single .aa-card--overlay .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.brand_mt .aa-cards--single .aa-card--overlay .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-cards--single .aa-card--overlay h2 {
    color: #fff
}

.brand_mt .aa-cards--single .aa-newsletter-form {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .brand_mt .aa-cards--single .aa-newsletter-form {
        margin-left:120px;
        margin-right: 120px;
        padding-left: 0;
        padding-right: 0
    }
}

.brand_mt .aa-cards--single .aa-newsletter-form input[type=email] {
    background-color: transparent;
    border-color: #0c4554;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase
}

.brand_mt .aa-cards--single .aa-newsletter-form input[type=email]::-webkit-input-placeholder {
    color: #fff
}

.brand_mt .aa-cards--single .aa-newsletter-form input[type=email]::-moz-placeholder {
    color: #fff
}

.brand_mt .aa-cards--single .aa-newsletter-form input[type=email]:-ms-input-placeholder {
    color: #fff
}

.brand_mt .aa-cards--single .aa-newsletter-form input[type=email]::-ms-input-placeholder {
    color: #fff
}

.brand_mt .aa-cards--single .aa-newsletter-form input[type=email]::placeholder {
    color: #fff
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-cards--single .aa-newsletter-form .hs-search-field__input,.brand_mt .aa-cards--single .aa-newsletter-form .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-cards--single .aa-newsletter-form .hs-input {
    background-color: transparent;
    height: auto
}

.brand_mt .aa-cards--single .aa-newsletter-form .hs-form ol label,.brand_mt .aa-cards--single .aa-newsletter-form .hs-form ul label {
    color: #0c4554
}

.brand_mt .aa-cards--single .aa-newsletter-form .legal-consent-container .hs-form-booleancheckbox-display p {
    color: #fff
}

.brand_mt .aa-cards--single .aa-newsletter-form .hs-richtext p {
    color: #fff;
    padding-bottom: 30px;
    text-align: center
}

.brand_mt .aa-cards--single .aa-newsletter-form .hs-submit input {
    background-color: #0c4554;
    font-weight: 400;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    width: 100%
}

.brand_mt .aa-cards--nobg {
    background-repeat: no-repeat;
    background-size: cover
}

.brand_mt .aa-cards--nobg .aa-cards__inner {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width: 1200px) {
    .brand_mt .aa-cards--nobg .aa-cards__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px
    }
}

.brand_mt .aa-cards--nobg .aa-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%
}

.brand_mt .aa-cards--nobg .aa-card__header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    margin-bottom: 55px;
    margin-top: 0
}

.brand_mt .aa-cards--nobg .aa-card__content {
    padding: 0
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 40px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input::-moz-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    margin-bottom: 40px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 40px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 40px
}

.aa-article__content .aa-quote__inner .aa-quote__content .brand_mt .aa-cards--nobg .aa-card__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-cards--nobg .aa-card__content .aa-quote .aa-blockquote:before,.aa-article__content .brand_mt .aa-cards--nobg .aa-card__content blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-cards--nobg .aa-card__content .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .brand_mt .aa-cards--nobg .aa-card__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .brand_mt .aa-cards--nobg .aa-card__content .hs-search-field__input::placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.brand_mt .aa-cards--nobg .aa-card__content .aa-article__content blockquote:before,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.brand_mt .aa-cards--nobg .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.brand_mt .aa-cards--nobg .aa-card__content .aa-quote .aa-article__content .aa-blockquote:before,.brand_mt .aa-cards--nobg .aa-card__content .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-cards--nobg .aa-card__content .aa-quote__inner .quote,.brand_mt .aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.brand_mt .aa-cards--nobg .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.brand_mt .aa-cards--nobg .aa-card__content .subtitle,.brand_mt .aa-quote .aa-article__content .aa-cards--nobg .aa-card__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-cards--nobg .aa-card__content .quote {
    margin-bottom: 40px
}

.brand_mt .aa-cards--nobg .aa-card__content p:last-of-type {
    margin-bottom: 30px
}

.brand_mt .aa-card--overlay {
    background-blend-mode: multiply,normal;
    background-color: #525252;
    position: relative
}

.brand_mt .extra-pb {
    padding-bottom: 450px
}

@media (min-width: 768px) {
    .brand_mt .extra-pb {
        padding-bottom:640px
    }
}

.aa-cards--products {
    padding-left: 20px;
    padding-right: 20px
}

.aa-cards--products .aa-cards__inner {
    padding: 0
}

.aa-cards--products .aa-cards__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.aa-cards--products .aa-cards__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1440px
}

.aa-cards--products .aa-cards__body a {
    color: #fff
}

.aa-cards--products .aa-card {
    margin-bottom: 20px;
    max-width: 480px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-cards--products .aa-card {
        margin-bottom:40px;
        margin-right: 40px;
        max-width: calc(33.33333% - 26.66667px)
    }

    .aa-cards--products .aa-card:last-of-type,.aa-cards--products .aa-card:nth-of-type(3n+3) {
        margin-right: 0
    }
}

.aa-cards--products .aa-card__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    min-height: 450px;
    position: relative;
    text-align: center
}

.aa-cards--products .aa-card__header:after {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(19,90,120,.1)),to(rgba(19,90,120,.1)));
    background: linear-gradient(0deg,rgba(19,90,120,.1),rgba(19,90,120,.1));
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    width: 100%
}

.aa-cards--products .aa-card__header .aa-card-header-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    z-index: 23
}

.aa-article-cards__header .aa-cards--products .aa-card__header .aa-card-header-text .title,.aa-blog-article--cta .aa-blog-article__body .aa-cards--products .aa-card__header .aa-card-header-text .aa-blog-article__title,.aa-cards--products .aa-card__header .aa-card-header-text .aa-article-cards__header .title,.aa-cards--products .aa-card__header .aa-card-header-text .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-cards--products .aa-card__header .aa-card-header-text .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-cards--products .aa-card__header .aa-card-header-text .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-cards--products .aa-card__header .aa-card-header-text .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-cards--products .aa-card__header .aa-card-header-text .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-cards--products .aa-card__header .aa-card-header-text h1,.aa-cards--products .aa-card__header .aa-card-header-text h2,.aa-cards--products .aa-card__header .aa-card-header-text h3,.aa-cards--products .aa-card__header .aa-card-header-text h4,.aa-cards--products .aa-card__header .aa-card-header-text h5,.aa-cards--products .aa-card__header .aa-card-header-text h6,.blog-advanced .aa-blog-article__body .aa-cards--products .aa-card__header .aa-card-header-text .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-cards--products .aa-card__header .aa-card-header-text .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-cards--products .aa-card__header .aa-card-header-text .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-cards--products .aa-card__header .aa-card-header-text .aa-blog-article__title {
    color: #fff
}

.aa-cards--products .aa-card__header .hover-text {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

.aa-cards--products .aa-card__header .hover-text a {
    text-decoration: none
}

.aa-cards--products .aa-card__header .hover-text a img {
    margin-left: 10px;
    width: 30px
}

.aa-cards--products .aa-card__header:hover .hover-text {
    max-height: 500px;
    opacity: 1;
    -webkit-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in;
    visibility: visible
}

.aa-cards--products .aa-card__header:hover:after {
    background: rgba(27,56,61,.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%
}

.aa-riders {
    background-size: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative
}

@media (min-width: 768px) {
    .aa-riders {
        background-position:0 550px;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 290px
    }
}

.aa-riders:after {
    background: linear-gradient(79.17deg,#fff 20.53%,hsla(0,0%,100%,0) 54.34%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-riders .aa-riders__inner {
    position: relative;
    width: 100%;
    z-index: 2
}

@media (min-width: 992px) {
    .aa-riders .aa-riders__inner {
        max-width:1680px
    }
}

.aa-riders .aa-riders__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .aa-riders .aa-riders__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.aa-riders .aa-riders__body .aa-rider {
    width: 100%
}

@media (min-width: 768px) {
    .aa-riders .aa-riders__body .aa-rider {
        max-width:50%
    }
}

.aa-riders .aa-riders__body .aa-rider .rider-stats {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 65px;
    padding: 10px;
    width: 100%
}

@media (min-width: 576px) {
    .aa-riders .aa-riders__body .aa-rider .rider-stats {
        padding:30px
    }
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    text-align: center;
    width: 50%;
    word-break: normal
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat:first-of-type {
    border-bottom: 1px solid #f1f1f1
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(2) {
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(3) {
    border-bottom: 1px solid #f1f1f1
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(4) {
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(5) {
    border-bottom: none
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(6) {
    border-left: 1px solid #f1f1f1
}

@media (min-width: 992px) {
    .aa-riders .aa-riders__body .aa-rider .rider-stats .stat {
        width:33.33333%
    }

    .aa-riders .aa-riders__body .aa-rider .rider-stats .stat:first-of-type {
        border-bottom: 1px solid #f1f1f1
    }

    .aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(2),.aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(3) {
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1
    }

    .aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(4) {
        border-bottom: none;
        border-left: none
    }

    .aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(5),.aa-riders .aa-riders__body .aa-rider .rider-stats .stat:nth-of-type(6) {
        border-bottom: none;
        border-left: 1px solid #f1f1f1
    }
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat img,.aa-riders .aa-riders__body .aa-rider .rider-stats .stat p {
    margin-bottom: 20px
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat p:first-of-type {
    margin-bottom: 10px
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat p:last-of-type {
    opacity: .7
}

.aa-riders .aa-riders__body .aa-rider .rider-stats .stat strong {
    color: #0c4554;
    font-size: 22px;
    font-weight: 900;
    line-height: 24px
}

@media (min-width: 992px) {
    .aa-riders .aa-riders__body .aa-rider .rider-stats .stat strong {
        font-size:28px
    }
}

.aa-riders .aa-riders__body .aa-rider--image {
    background: url(../img/slider1bg.png),#696969;
    background-blend-mode: multiply,normal;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 130% 0 0;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .aa-riders .aa-riders__body .aa-rider--image {
        padding-top:65%
    }
}

.aa-riders .aa-riders__body .aa-rider--image img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.aa-riders .aa-riders__body .aa-rider--image .rider-button {
    background-color: #0c4554;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 90px;
    margin-top: -45px;
    padding: 28px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: 80%
}

@media (min-width: 768px) {
    .aa-riders .aa-riders__body .aa-rider--image .rider-button {
        bottom:0;
        margin-bottom: -45px;
        margin-top: 0;
        top: auto;
        width: 50%
    }
}

@media (min-width: 992px) {
    .aa-riders .aa-riders__body .aa-rider--image .rider-button {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width: 1200px) {
    .aa-riders .aa-riders__body .aa-rider--image .rider-button {
        font-size:26px
    }
}

.aa-riders .aa-riders__body .aa-rider--image .rider-button:after {
    border: solid #0c4554;
    border-width: 0 44px 44px 0;
    bottom: 13px;
    content: "";
    display: inline-block;
    height: 0;
    padding: 10px;
    position: absolute;
    right: -33px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0
}

.aa-riders .aa-riders__body .aa-rider--image .rider-button .icon-arrow {
    margin-left: auto
}

.aa-riders .aa-riders__body .aa-rider--image .navigate-buttons {
    bottom: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0
}

@media (min-width: 1440px) {
    .aa-riders .aa-riders__body .aa-rider--image .navigate-buttons {
        right:-90px
    }
}

.aa-riders .aa-riders__body .aa-rider--image .navigate-buttons a {
    margin-bottom: -2px;
    margin-right: -1px
}

.aa-riders .aa-riders__body .aa-rider--image .navigate-buttons img {
    height: 90px;
    position: relative;
    width: 90px
}

.aa-riders .aa-riders__body .aa-rider--text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px
}

@media (min-width: 992px) {
    .aa-riders .aa-riders__body .aa-rider--text {
        padding-top:0
    }
}

@media (min-width: 1600px) {
    .aa-riders .aa-riders__body .aa-rider--text {
        padding-left:120px;
        padding-right: 120px
    }
}

.aa-rider-bio {
    background-color: #000;
    padding-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-rider-bio {
        padding-top:140px
    }
}

@media (min-width: 1200px) {
    .aa-rider-bio {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.aa-rider-bio__inner {
    width: 100%
}

.aa-rider-bio__inner .aa-column--image {
    background-blend-mode: saturation;
    background-position: 50%;
    background-size: cover;
    height: 400px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .aa-rider-bio__inner .aa-column--image {
        height:650px;
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .aa-rider-bio__inner .aa-column--image {
        height:700px
    }
}

.aa-rider-bio__inner .aa-column--image img {
    height: 100%;
    width: auto
}

.aa-rider-bio__inner .aa-column--image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-rider-bio__inner .aa-columns--background {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .aa-rider-bio__inner .aa-columns--background {
        margin-bottom:60px
    }
}

.stages {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    outline: none;
    padding-bottom: 45px;
    padding-top: 75px;
    width: 100%
}

@media (min-width: 992px) {
    .stages {
        padding-bottom:175px;
        padding-top: 175px
    }
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .stages .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .stages .aa-blog-article__title,.stages .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.stages .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.stages h2 {
    font-size: 30px;
    line-height: 40px
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .stages .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .stages .aa-blog-article__title,.stages .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.stages .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.stages h2 {
        font-size:40px;
        line-height: 50px
    }
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .stages .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .stages .aa-blog-article__title,.stages .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.stages .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.stages h2 {
        font-size:60px;
        line-height: 70px
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-search-field__input::-webkit-input-placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.stages .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #0c4554
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-search-field__input::-moz-placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.stages .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #0c4554
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-search-field__input:-ms-input-placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.stages .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #0c4554
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-search-field__input::-ms-input-placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.stages .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #0c4554
}

.aa-article__content .aa-quote__inner .aa-quote__content .stages .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .stages .aa-blockquote:before,.aa-article__content .stages blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .stages .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .stages .aa-blockquote:before,.brand_mt .aa-quote__inner .stages .quote,.stages .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.stages .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.stages .aa-article__content blockquote:before,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.stages .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.stages .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.stages .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.stages .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.stages .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.stages .brand_mt .aa-quote__inner .quote,.stages .subtitle {
    color: #0c4554
}

.stages--rosa-bg {
    background-color: #ffdde0
}

.stages--blue-bg {
    background-color: #00009b;
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages--blue-bg .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-search-field__input::-webkit-input-placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.stages--blue-bg .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages--blue-bg .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-search-field__input::-moz-placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.stages--blue-bg .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages--blue-bg .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-search-field__input:-ms-input-placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.stages--blue-bg .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages--blue-bg .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-search-field__input::-ms-input-placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.stages--blue-bg .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-article-cards__header .stages--blue-bg .title,.aa-article__content .aa-quote__inner .aa-quote__content .stages--blue-bg .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .stages--blue-bg .aa-blockquote:before,.aa-article__content .stages--blue-bg blockquote:before,.aa-blog-article--cta .aa-blog-article__body .stages--blue-bg .aa-blog-article__title,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages--blue-bg .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .stages--blue-bg .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .stages--blue-bg .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .stages--blue-bg .hs-search-field__input::placeholder,.blog-advanced .aa-blog-article__body .stages--blue-bg .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .stages--blue-bg .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .stages--blue-bg .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .stages--blue-bg .aa-blog-article__title,.brand_mt .aa-quote .aa-article__content .stages--blue-bg .aa-blockquote:before,.brand_mt .aa-quote__inner .stages--blue-bg .quote,.stages--blue-bg .aa-article-cards__header .title,.stages--blue-bg .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.stages--blue-bg .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.stages--blue-bg .aa-article__content blockquote:before,.stages--blue-bg .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.stages--blue-bg .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.stages--blue-bg .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.stages--blue-bg .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.stages--blue-bg .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.stages--blue-bg .blog-advanced .aa-blog-article__body .aa-blog-article__title,.stages--blue-bg .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.stages--blue-bg .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.stages--blue-bg .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.stages--blue-bg .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.stages--blue-bg .brand_mt .aa-quote__inner .quote,.stages--blue-bg .subtitle,.stages--blue-bg a:not(.button),.stages--blue-bg h1,.stages--blue-bg h2,.stages--blue-bg h3,.stages--blue-bg h4,.stages--blue-bg p,.stages--blue-bg span {
    color: #fff
}

.stages--whitesmoke-bg {
    background-color: #f2f2f2
}

.stages__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1200px
}

@media (min-width: 992px) {
    .stages__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.stages__text {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .stages__text {
        padding-right:60px
    }
}

@media (min-width: 1440px) {
    .stages__text {
        padding-left:120px;
        padding-right: 0
    }
}

.stages__text p:first-of-type {
    color: #0c4554;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px
}

.stages--blue-bg .stages__text p:first-of-type {
    color: #fff
}

.stages__text ul {
    max-width: 360px;
    padding: 0
}

@media (min-width: 768px) {
    .stages__text ul {
        max-width:100%
    }
}

@media (min-width: 992px) {
    .stages__text ul {
        max-width:360px
    }
}

.stages__text ul li {
    list-style: none;
    margin-left: 30px;
    position: relative
}

.stages__text ul li:not(:last-of-type) {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .stages__text ul li:not(:last-of-type) {
        margin-bottom:45px
    }
}

.stages__text ul li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.22 1 5.952 5.868-5.951 5.87M1 6.868l16.859-.095-16.86.095z' stroke='%2300009B' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: -30px;
    position: absolute;
    top: 10px;
    width: 20px
}

.stages__text ul li strong:first-of-type {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px
}

.stages--blue-bg .stages__text ul li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.22 1 5.952 5.868-5.951 5.87M1 6.868l16.859-.095-16.86.095z' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E")
}

.stages__image {
    max-width: 480px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.stages--reversed .stages__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .stages--reversed .stages__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.stages--reversed .stages__inner .stages__image {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .stages--reversed .stages__inner .stages__image {
        padding-bottom:0;
        padding-left: 0;
        padding-right: 0
    }
}

.stages--reversed .stages__inner .stages__text {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .stages--reversed .stages__inner .stages__text {
        padding-bottom:0;
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width: 1440px) {
    .stages--reversed .stages__inner .stages__text {
        padding-bottom:0;
        padding-left: 0;
        padding-right: 120px
    }
}

.stages-appendix {
    background-color: #000;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 100%;
    z-index: 3
}

@media (min-width: 768px) {
    .stages-appendix__inner {
        margin-left:60px;
        margin-right: 60px
    }
}

@media (min-width: 1440px) {
    .stages-appendix__inner {
        margin-left:240px;
        margin-right: 240px
    }
}

.stages-appendix__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 15px 0
}

@media (min-width: 1200px) {
    .stages-appendix__inner ul {
        padding:20px 0
    }
}

.stages-appendix__inner ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    list-style: none;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 25%
}

@media (min-width: 992px) {
    .stages-appendix__inner ul li {
        text-align:left
    }
}

.stages-appendix__inner ul li a {
    color: grey;
    text-decoration: none
}

.stages-appendix__progress {
    background-color: #686868;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.15);
    box-shadow: 0 3px 4px rgba(0,0,0,.15);
    height: 6px;
    position: relative;
    width: 100%
}

.stages-appendix__progress:after {
    background-color: #0c4554;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    width: 20%
}

.stages-appendix__inner ul li {
    color: #fff
}

.stages-appendix__inner ul li a {
    color: inherit
}

.stages-appendix__inner ul li:first-of-type {
    color: #fff;
    font-weight: 900
}

.stages-appendix--40 ul li:first-of-type {
    color: #686868
}

.stages-appendix--40 ul li:nth-of-type(2) {
    color: #fff;
    font-weight: 900
}

.stages-appendix--40 .stages-appendix__progress:after {
    width: 40%
}

.stages-appendix--60 ul li:first-of-type,.stages-appendix--60 ul li:nth-of-type(2) {
    color: #686868;
    font-weight: 500
}

.stages-appendix--60 ul li:nth-of-type(3) {
    color: #fff;
    font-weight: 900
}

.stages-appendix--60 .stages-appendix__progress:after {
    width: 60%
}

.stages-appendix--80 ul li:first-of-type,.stages-appendix--80 ul li:nth-of-type(2),.stages-appendix--80 ul li:nth-of-type(3) {
    color: #686868;
    font-weight: 500
}

.stages-appendix--80 ul li:nth-of-type(4) {
    color: #fff;
    font-weight: 900
}

.stages-appendix--80 .stages-appendix__progress:after {
    width: 80%
}

.stages-appendix--100 ul li:first-of-type,.stages-appendix--100 ul li:nth-of-type(2),.stages-appendix--100 ul li:nth-of-type(3),.stages-appendix--100 ul li:nth-of-type(4) {
    color: #686868;
    font-weight: 500
}

.stages-appendix--100 ul li:nth-of-type(5) {
    color: #fff;
    font-weight: 900
}

.stages-appendix--100 .stages-appendix__progress:after {
    width: 100%
}

.stages-appendix--hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .3s cubic-bezier(.17,.67,.83,.67);
    transition: .3s cubic-bezier(.17,.67,.83,.67)
}

.stages-appendix--hide .stages-appendix__progress {
    -webkit-box-shadow: none;
    box-shadow: none
}

.aa-dogs-grid {
    background-size: 0;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .aa-dogs-grid {
        background-repeat:no-repeat;
        background-size: cover
    }
}

.aa-dogs-grid__inner {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .aa-dogs-grid__inner {
        padding-left:60px;
        padding-right: 60px
    }
}

@media (min-width: 992px) {
    .aa-dogs-grid__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width: 1200px) {
    .aa-dogs-grid__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-dogs-grid__header {
    text-align: center
}

.aa-dogs-grid__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-dogs-grid__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-dogs-grid__header h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-dogs-grid__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-dogs-grid__header .aa-blog-article__title {
    color: #fff;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .aa-dogs-grid__header {
        text-align:left
    }

    .aa-dogs-grid__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-dogs-grid__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-dogs-grid__header h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-dogs-grid__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-dogs-grid__header .aa-blog-article__title {
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .aa-dogs-grid__header {
        padding-left:0;
        padding-right: 0
    }
}

.aa-dogs-grid__body {
    border-top: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 35px
}

.aa-dogs-grid__body .grid-item {
    margin: 0 0 100px;
    width: 100%
}

.aa-dogs-grid__body .grid-item .description {
    padding-right: 0
}

.aa-dogs-grid__body .grid-item:nth-child(odd) {
    margin-right: 0
}

.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input::-webkit-input-placeholder {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
    text-transform: none
}

.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input::-moz-placeholder {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
    text-transform: none
}

.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input:-ms-input-placeholder {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
    text-transform: none
}

.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input::-ms-input-placeholder {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
    text-transform: none
}

.aa-article__content .aa-dogs-grid__body .grid-item blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-dogs-grid__body .grid-item .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-dogs-grid__body .grid-item .aa-blockquote:before,.aa-dogs-grid__body .grid-item .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-dogs-grid__body .grid-item .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-dogs-grid__body .grid-item .aa-article__content blockquote:before,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-dogs-grid__body .grid-item .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-dogs-grid__body .grid-item .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-dogs-grid__body .grid-item .brand_mt .aa-quote__inner .quote,.aa-dogs-grid__body .grid-item .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-dogs-grid__body .grid-item .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-dogs-grid__body .grid-item .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-dogs-grid__body .grid-item .quote {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
    text-transform: none
}

@media (min-width: 768px) {
    .aa-dogs-grid__body .grid-item {
        width:49%
    }

    .aa-dogs-grid__body .grid-item .description {
        padding-right: 35px
    }

    .aa-dogs-grid__body .grid-item:nth-child(odd) {
        margin-right: 2%
    }

    .aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input::-webkit-input-placeholder {
        margin-bottom: 35px
    }

    .aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input::-moz-placeholder {
        margin-bottom: 35px
    }

    .aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input:-ms-input-placeholder {
        margin-bottom: 35px
    }

    .aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input::-ms-input-placeholder {
        margin-bottom: 35px
    }

    .aa-article__content .aa-dogs-grid__body .grid-item blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-dogs-grid__body .grid-item .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-dogs-grid__body .grid-item .aa-blockquote:before,.aa-dogs-grid__body .grid-item .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-dogs-grid__body .grid-item .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-dogs-grid__body .grid-item .aa-article__content blockquote:before,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-dogs-grid__body .grid-item .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-dogs-grid__body .grid-item .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-dogs-grid__body .grid-item .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-dogs-grid__body .grid-item .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-dogs-grid__body .grid-item .brand_mt .aa-quote__inner .quote,.aa-dogs-grid__body .grid-item .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-dogs-grid__body .grid-item .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-dogs-grid__body .grid-item .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-dogs-grid__body .grid-item .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-dogs-grid__body .grid-item .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-dogs-grid__body .grid-item .quote {
        margin-bottom: 35px
    }
}

@media (min-width: 992px) {
    .aa-dogs-grid__body .grid-item .description {
        padding-right:90px
    }
}

.aa-dogs-grid__body .grid-item .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-dogs-grid__body .grid-item .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-dogs-grid__body .grid-item h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-dogs-grid__body .grid-item .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-dogs-grid__body .grid-item .aa-blog-article__title {
    font-style: normal
}

.aa-dogs-grid__body .grid-item .image {
    background-position: 50%;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    height: auto;
    padding-bottom: 100%;
    width: 100%
}

.aa-dogs-grid__body .grid-item .image:after {
    display: none
}

.aa-accomplishments {
    background-size: 0;
    padding-bottom: 500px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .aa-accomplishments {
        background-repeat:no-repeat;
        background-size: cover
    }
}

.aa-accomplishments__inner {
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .aa-accomplishments__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px
    }
}

.aa-accomplishment__header {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1200px) {
    .aa-accomplishment__header {
        padding-left:0;
        padding-right: 0
    }
}

.aa-accomplishment__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-accomplishment__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-accomplishment__header h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-accomplishment__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-accomplishment__header .aa-blog-article__title {
    color: #fff
}

.aa-accomplishment__body {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 25px;
    margin-right: 25px
}

@media (min-width: 992px) {
    .aa-accomplishment__body {
        margin-left:0;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px
    }
}

.aa-accomplishment__body .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 50px;
    max-width: 190px;
    padding-bottom: 10px;
    padding-top: 55px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-accomplishment__body .item {
        padding-bottom:55px
    }

    .aa-accomplishment__body .item:nth-of-type(3) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .aa-accomplishment__body .item:nth-of-type(3) {
        margin-right:50px
    }

    .aa-accomplishment__body .item:nth-of-type(4) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .aa-accomplishment__body .item:nth-of-type(4) {
        margin-right:50px
    }

    .aa-accomplishment__body .item:nth-of-type(5) {
        margin-right: 0
    }
}

.aa-accomplishment__body .item span {
    color: #0c4554;
    font-size: 32px;
    font-weight: 900;
    line-height: 24px;
    margin-bottom: 5px
}

.aa-accomplishment__body .item p {
    color: #fff
}

.aa-accomplishments--overlay:after {
    background: linear-gradient(180deg,#000 18.3%,transparent 57.57%),linear-gradient(2.74deg,#000 9.97%,transparent 100.5%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-accordion__inner {
    margin: 0 auto;
    max-width: 1440px;
    padding-top: 30px
}

.aa-accordion__header {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 460px;
    margin-bottom: -260px;
    padding-left: 20px;
    padding-top: 60px;
    position: relative;
    text-align: center
}

@media (min-width: 1200px) {
    .aa-accordion__header {
        height:785px;
        margin-bottom: -420px;
        padding-top: 160px
    }
}

.aa-accordion__header>* {
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .aa-accordion__header {
        padding-left:0
    }
}

.aa-accordion__header:after {
    background: rgba(0,0,0,.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 20px
}

.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input::-moz-placeholder {
    margin-bottom: 20px
}

.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 20px
}

.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 20px
}

.aa-accordion__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-accordion__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-accordion__header .aa-article__content blockquote:before,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-accordion__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-accordion__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-accordion__header .brand_mt .aa-quote__inner .quote,.aa-accordion__header .subtitle,.aa-article__content .aa-accordion__header blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-accordion__header .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-accordion__header .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-accordion__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-accordion__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-accordion__header .quote {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input::-webkit-input-placeholder {
        margin-bottom:50px
    }

    .aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input::-moz-placeholder {
        margin-bottom: 50px
    }

    .aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input:-ms-input-placeholder {
        margin-bottom: 50px
    }

    .aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input::-ms-input-placeholder {
        margin-bottom: 50px
    }

    .aa-accordion__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-accordion__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-accordion__header .aa-article__content blockquote:before,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-accordion__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-accordion__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-accordion__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-accordion__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-accordion__header .brand_mt .aa-quote__inner .quote,.aa-accordion__header .subtitle,.aa-article__content .aa-accordion__header blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-accordion__header .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-accordion__header .aa-blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-accordion__header .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-accordion__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-accordion__header .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-accordion__header .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-accordion__header .quote {
        margin-bottom: 50px
    }
}

.aa-accordion__body {
    padding-bottom: -30px;
    position: relative;
    z-index: 2
}

.body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px
}

@media (min-width: 768px) {
    .body__inner {
        padding:0 20px
    }
}

.accordion-column {
    height: 100%;
    width: 100%
}

@media (min-width: 768px) {
    .accordion-column {
        margin-right:10px;
        max-width: calc(33.33333% - 10px)
    }
}

.accordion-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    background-color: #0c4554;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    opacity: .9;
    width: 100%
}

.accordion-column:first-of-type,.accordion-column:nth-of-type(-n+3) {
    margin-top: 0
}

@media (min-width: 1200px) {
    .accordion-column:nth-of-type(-n+3) {
        margin-top:0
    }

    .accordion-column:nth-child(3n) {
        margin-right: 0
    }
}

.accordion-column:last-of-type {
    margin-right: 0
}

.accordion-box__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.14);
    box-shadow: 0 4px 30px rgba(0,0,0,.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.accordion-box__header .link-box__image {
    padding-left: 20px
}

.accordion-box__header .link-box__image p {
    color: #0c4554
}

.accordion-box__header .accordion-button {
    background-color: #e5e5e5;
    display: inline-block;
    margin-left: auto;
    padding: 15px 25px
}

.accordion-box__header .accordion-button svg {
    fill: #000;
    height: 14px;
    width: 20px
}

.accordion-box__header .accordion-button:hover svg {
    fill: #fff
}

.accordion-box__body {
    width: 100%
}

.accordion-box.open {
    opacity: 1
}

.accordion-box.open .accordion-button svg {
    fill: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion-box.open .accordion-box__inner {
    height: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.accordion-box__inner {
    height: 260px;
    overflow: hidden;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    width: 100%
}

@media (min-width: 768px) {
    .accordion-box__inner {
        padding-left:25px;
        padding-right: 25px
    }
}

@media (min-width: 1200px) {
    .accordion-box__inner {
        height:420px;
        padding-left: 45px;
        padding-right: 45px
    }
}

.accordion-box__inner a,.accordion-box__inner p {
    color: #fff
}

.aa-columns--form .aa-column--form .accordion-box__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .accordion-box__inner .hs-button,.accordion-box__inner .aa-button,.accordion-box__inner .aa-columns--form .aa-column--form .hs-button,.accordion-box__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.accordion-box__inner .subscription-page .hs-button.primary,.subscription-page .accordion-box__inner .hs-button.primary {
    margin-top: 40px
}

@media (min-width: 768px) {
    .aa-columns--form .aa-column--form .accordion-box__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .accordion-box__inner .hs-button,.accordion-box__inner .aa-button,.accordion-box__inner .aa-columns--form .aa-column--form .hs-button,.accordion-box__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.accordion-box__inner .subscription-page .hs-button.primary,.subscription-page .accordion-box__inner .hs-button.primary {
        font-size:12px;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .aa-columns--form .aa-column--form .accordion-box__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .accordion-box__inner .hs-button,.accordion-box__inner .aa-button,.accordion-box__inner .aa-columns--form .aa-column--form .hs-button,.accordion-box__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.accordion-box__inner .subscription-page .hs-button.primary,.subscription-page .accordion-box__inner .hs-button.primary {
        font-size:18px;
        padding-right: 20px
    }
}

.accordion-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 260px
}

@media (min-width: 1200px) {
    .accordion-image {
        height:420px
    }
}

.accordion-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%
}

.blog-advanced .aa-blog-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.blog-advanced .aa-blog-articles .aa-blog-articles__inner {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-articles .aa-blog-articles__inner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px
    }
}

@media (min-width: 1200px) {
    .blog-advanced .aa-blog-articles .aa-blog-articles__inner {
        max-width:1200px
    }
}

@media (min-width: 1440px) {
    .blog-advanced .aa-blog-articles .aa-blog-articles__inner {
        padding-left:0;
        padding-right: 0
    }
}

.blog-advanced .aa-blog-articles .aa-blog-articles__header {
    width: 100%
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-articles .aa-blog-articles__header {
        max-width:720px
    }
}

.blog-advanced .aa-blog-articles--grid {
    width: 100%
}

@media (min-width: 1200px) {
    .blog-advanced .aa-blog-articles--grid {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.blog-advanced .aa-blog-articles--grid .aa-blog-articles__inner {
    max-width: 1440px
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--grid .aa-blog-articles__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article {
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article:after {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type {
        margin-right:32px;
        max-width: calc(70.83333% - 32px)
    }
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title {
    color: #fff
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--grid .aa-blog-article:nth-of-type(2) {
        max-width:29.16667%
    }

    .blog-advanced .aa-blog-articles--grid .aa-blog-article:nth-of-type(3) {
        margin-right: 32px;
        max-width: calc(41.66667% - 32px)
    }

    .blog-advanced .aa-blog-articles--grid .aa-blog-article:nth-of-type(4) {
        max-width: 58.33333%
    }

    .blog-advanced .aa-blog-articles--grid .aa-blog-article {
        padding-left: 4.16667%;
        padding-right: 4.16667%
    }
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article__body,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header {
    z-index: 10
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--grid .aa-blog-article__header {
        max-width:540px
    }
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title {
    color: #fff;
    text-decoration: none
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title:hover {
    text-decoration: underline
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article__body {
    padding-top: 0
}

.aa-article-cards__header .blog-advanced .aa-blog-articles--grid .aa-blog-article__body .title,.aa-blog-article--cta .blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-blog-article__title,.aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-blockquote,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-articles--grid .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-article-cards__header .title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-blog-article__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-quote__inner .aa-quote__content .aa-blockquote,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body .brand_mt .aa-quote .aa-blockquote,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body a:not(.aa-button),.blog-advanced .aa-blog-articles--grid .aa-blog-article__body blockquote,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body h1,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body h2,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body h3,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body h4,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body h5,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body h6,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body ol,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body p,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body span,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body strong,.blog-advanced .aa-blog-articles--grid .aa-blog-article__body ul,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__body .aa-blog-article__title,.brand_mt .aa-quote .blog-advanced .aa-blog-articles--grid .aa-blog-article__body .aa-blockquote {
    color: #fff
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--grid .aa-blog-article__body {
        max-width:420px
    }
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article__meta .aa-blog-article__date {
    margin-bottom: 0;
    margin-right: 16px
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--grid .aa-blog-article__meta .aa-blog-article__date {
        margin-right:32px
    }
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article--cta {
    background-color: #f1f1f1;
    padding: 0
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article--cta .aa-blog-article__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article--cta .aa-blog-article__text,.blog-advanced .aa-blog-articles--grid .aa-blog-article--cta .aa-blog-article__title {
    color: #000!important
}

.blog-advanced .aa-blog-articles--grid .aa-blog-article--cta:after {
    display: none
}

.blog-advanced .aa-blog-articles--cards {
    width: 100%
}

@media (min-width: 1200px) {
    .blog-advanced .aa-blog-articles--cards {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

.blog-advanced .aa-blog-articles--cards.aa-background {
    background-color: #f1f1f1
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article__body {
    background-color: #fff;
    padding: 32px 16px
}

@media (min-width: 1200px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article__body {
        padding:32px
    }
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article {
    margin-bottom: 32px;
    padding: 0
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article:hover {
    -webkit-box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1)
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article {
        margin-right:32px;
        max-width: calc(33.33333% - 22px)
    }

    .blog-advanced .aa-blog-articles--cards .aa-blog-article:nth-of-type(3n+3) {
        margin-right: 0
    }

    .blog-advanced .aa-blog-articles--condensed .aa-blog-article {
        margin-right: 32px;
        max-width: calc(33.33333% - 22px);
        padding-bottom: 32px
    }

    .blog-advanced .aa-blog-articles--condensed .aa-blog-article:nth-of-type(3n+3) {
        margin-right: 0;
        max-width: calc(33.33333% - 22px)
    }
}

@media (min-width: 1200px) {
    .blog-advanced .aa-blog-articles--condensed .aa-blog-article {
        max-width:33.33333%;
        padding: 14px 14px 32px
    }

    .blog-advanced .aa-blog-articles--condensed .aa-blog-article:nth-of-type(3n+3) {
        max-width: 33.33333%
    }

    .blog-advanced .aa-blog-articles--condensed .aa-blog-article:not(:last-of-type) {
        margin-right: 0
    }
}

.blog-advanced .aa-blog-articles--condensed .aa-blog-article__body {
    padding-top: 32px
}

.blog-advanced .aa-blog-articles--related .aa-blog-articles__inner {
    border-top: 4px solid #f1f1f1
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--related .aa-blog-articles__inner .aa-blog-article {
        margin-bottom:0
    }
}

.blog-advanced .aa-blog-articles--list .aa-blog-articles--list__inner {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--list .aa-blog-articles--list__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 960px;
        padding-left: 0;
        padding-right: 0
    }
}

.blog-advanced .aa-blog-articles--list .aa-blog-article {
    border-bottom: 4px solid #f1f1f1;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-top: 16px
}

.blog-advanced .aa-blog-articles--list .aa-blog-article:not(:last-of-type) {
    margin-right: auto
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--list .aa-blog-article {
        padding:32px 120px
    }
}

.blog-advanced .aa-blog-articles__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width: 1200px) {
    .blog-advanced .aa-blog-articles__body {
        padding-left:0;
        padding-right: 0
    }
}

.blog-advanced .aa-blog-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 64px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

.blog-advanced .aa-blog-article:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    text-decoration: none
}

.blog-advanced .aa-blog-article__image {
    background-repeat: no-repeat;
    height: 200px;
    width: 100%
}

@media (min-width: 1440px) {
    .blog-advanced .aa-blog-article__image {
        height:270px;
        width: 100%
    }
}

.blog-advanced .aa-blog-article__category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none
}

.blog-advanced .aa-blog-article__category:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 5px;
    width: 23px
}

.blog-advanced .aa-blog-article__category:hover {
    text-decoration: underline
}

.blog-advanced .aa-blog-article__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

.blog-advanced .aa-blog-article__body .aa-blog-article__title {
    text-decoration: none
}

.blog-advanced .aa-blog-article__body .aa-blog-article__title:hover {
    text-decoration: underline
}

.blog-advanced .aa-blog-article__body .aa-blog-article__text {
    margin-bottom: 25px
}

.blog-advanced .aa-blog-article__body .aa-blog-article__date {
    display: block;
    margin-bottom: 15px
}

.blog-advanced .aa-blog-article__body .aa-blog-article__author {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: auto
}

.blog-advanced .aa-blog-article__date {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.blog-advanced .aa-blog-article__author {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        background-color: #fff;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0;
        max-width: 100%;
        padding: 32px
    }

    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__body {
        max-width: 50%;
        padding-left: 0;
        padding-right: 120px
    }
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__image {
    position: relative
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__image {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        height: 100%;
        order: 2
    }
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__blob {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #0c4554;
    bottom: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    justify-content: center;
    position: absolute;
    right: 40px;
    width: 70px
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__blob:before {
    border-bottom: 50px solid transparent;
    border-right: 25px solid #0c4554;
    border-top: 50px solid transparent;
    content: "";
    left: -25px;
    position: absolute;
    top: 0
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__blob:after {
    border-bottom: 50px solid transparent;
    border-left: 25px solid #0c4554;
    border-top: 50px solid transparent;
    content: "";
    position: absolute;
    right: -25px;
    top: 0
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__blob {
        height:150px;
        left: -55px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100px
    }

    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__blob:before {
        border-bottom: 75px solid transparent;
        border-right: 40px solid #0c4554;
        border-top: 75px solid transparent;
        content: "";
        left: -40px;
        position: absolute;
        top: 0
    }

    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__blob:after {
        border-bottom: 75px solid transparent;
        border-left: 40px solid #0c4554;
        border-top: 75px solid transparent;
        content: "";
        position: absolute;
        right: -40px;
        top: 0
    }
}

.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__blob p {
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__blob p {
        font-size:16px
    }
}

.blog-advanced .aa-blog-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1200px) {
    .blog-advanced .aa-blog-header {
        margin-left:auto;
        margin-right: auto;
        max-width: 1680px
    }
}

@media (min-width: 1440px) {
    .blog-advanced .aa-blog-header {
        padding-left:0;
        padding-right: 0
    }
}

.blog-advanced .aa-blog-header.aa-background {
    background-color: #f1f1f1
}

.blog-advanced .aa-blog-header__inner {
    width: 100%
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-header__inner {
        max-width:1200px;
        padding-left: 180px;
        padding-right: 180px
    }
}

.blog-advanced .aa-blog-header--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-header--center {
        margin-left:auto;
        margin-right: auto
    }
}

.blog-advanced .aa-blog-header--center .aa-tags__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aa-promoted-content {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(15%,#fff),color-stop(15%,#000),to(#000));
    background: linear-gradient(180deg,#fff 15%,#000 0,#000)
}

@media (min-width: 992px) {
    .aa-promoted-content {
        background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(20%,#000),color-stop(85%,#000),color-stop(85%,#fff));
        background: linear-gradient(180deg,#fff 20%,#000 0,#000 85%,#fff 0)
    }
}

.aa-promoted-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1680px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .aa-promoted-content__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-promoted-content__header {
    max-width: 480px;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-promoted-content__header {
        max-width:720px
    }
}

.aa-promoted-content__header img {
    display: block;
    height: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px
}

@media (min-width: 768px) {
    .aa-promoted-content__header img {
        max-width:300px
    }
}

@media (min-width: 992px) {
    .aa-promoted-content__header img {
        margin-bottom:0
    }
}

.aa-promoted-content__body {
    color: #fff;
    max-width: 960px
}

.aa-article-cards__header .aa-promoted-content__body .title,.aa-blog-article--cta .aa-blog-article__body .aa-promoted-content__body .aa-blog-article__title,.aa-promoted-content__body .aa-article-cards__header .title,.aa-promoted-content__body .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-promoted-content__body .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-promoted-content__body .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-promoted-content__body .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-promoted-content__body .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-promoted-content__body h1,.aa-promoted-content__body h2,.aa-promoted-content__body h3,.aa-promoted-content__body h4,.aa-promoted-content__body h5,.aa-promoted-content__body h6,.blog-advanced .aa-blog-article__body .aa-promoted-content__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-promoted-content__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-promoted-content__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-promoted-content__body .aa-blog-article__title {
    color: #fff;
    font-size: 30px;
    line-height: 30px
}

@media (min-width: 1440px) {
    .aa-article-cards__header .aa-promoted-content__body .title,.aa-blog-article--cta .aa-blog-article__body .aa-promoted-content__body .aa-blog-article__title,.aa-promoted-content__body .aa-article-cards__header .title,.aa-promoted-content__body .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-promoted-content__body .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-promoted-content__body .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-promoted-content__body .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-promoted-content__body .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-promoted-content__body h1,.aa-promoted-content__body h2,.aa-promoted-content__body h3,.aa-promoted-content__body h4,.aa-promoted-content__body h5,.aa-promoted-content__body h6,.blog-advanced .aa-blog-article__body .aa-promoted-content__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-promoted-content__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-promoted-content__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-promoted-content__body .aa-blog-article__title {
        font-size:45px;
        line-height: 60px
    }
}

.aa-promoted-content__body .aa-subtitle {
    color: #fff;
    margin-bottom: 10px
}

.bg--primary-gradient {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(15%,#fff),color-stop(15%,#fa5935),to(#fa5935));
    background: linear-gradient(180deg,#fff 15%,#fa5935 0,#fa5935)
}

@media (min-width: 992px) {
    .bg--primary-gradient {
        background:-webkit-gradient(linear,left top,left bottom,color-stop(15%,#fff),color-stop(15%,#fa5935),color-stop(85%,#fa5935),color-stop(85%,#fff));
        background: linear-gradient(180deg,#fff 15%,#fa5935 0,#fa5935 85%,#fff 0)
    }
}

.aa-promoted-content {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(15%,#fff),color-stop(15%,#021d32),to(#021d32));
    background: linear-gradient(180deg,#fff 15%,#021d32 0,#021d32)
}

@media (min-width: 992px) {
    .aa-promoted-content {
        background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(20%,#021d32),color-stop(85%,#021d32),color-stop(85%,#fff));
        background: linear-gradient(180deg,#fff 20%,#021d32 0,#021d32 85%,#fff 0)
    }
}

.bg--primary-gradient {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(15%,#fff),color-stop(15%,#2360fd),to(#2360fd));
    background: linear-gradient(180deg,#fff 15%,#2360fd 0,#2360fd)
}

@media (min-width: 992px) {
    .bg--primary-gradient {
        background:-webkit-gradient(linear,left top,left bottom,color-stop(15%,#fff),color-stop(15%,#2360fd),color-stop(85%,#2360fd),color-stop(85%,#fff));
        background: linear-gradient(180deg,#fff 15%,#2360fd 0,#2360fd 85%,#fff 0)
    }
}

.aa-qp-promoted-content {
    padding-left: 20px;
    padding-right: 20px
}

.aa-qp-promoted-content .aa-promoted-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .aa-qp-promoted-content .aa-promoted-content__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-qp-promoted-content .aa-promoted-content__header {
    max-width: 100%
}

@media (min-width: 992px) {
    .aa-qp-promoted-content .aa-promoted-content__header {
        max-width:600px
    }
}

@media (min-width: 1440px) {
    .aa-qp-promoted-content .aa-promoted-content__header {
        margin-left:120px
    }
}

@media (min-width: 1600px) {
    .aa-qp-promoted-content .aa-promoted-content__header {
        margin-left:360px
    }
}

.aa-qp-promoted-content .aa-promoted-content__body {
    margin-bottom: 30px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-qp-promoted-content .aa-promoted-content__body {
        margin-bottom:0;
        margin-left: auto
    }
}

.aa-qp-promoted-content .aa-promoted-content__body img {
    height: auto;
    width: 100%
}

.aa-qp-promoted-content .button-group {
    margin-top: 30px
}

.aa-qp-promoted-content--full {
    padding-right: 0
}

.aa-qp-promoted-content--full .aa-promoted-content__header {
    padding-right: 20px
}

@media (min-width: 992px) {
    .aa-qp-promoted-content--full .aa-promoted-content__header {
        padding-right:0
    }
}

.aa-cards--icons,.aa-qp-promoted-content--np .aa-promoted-content__inner {
    padding-bottom: 0;
    padding-top: 0
}

.aa-cards--icons .aa-cards__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-cards--icons .aa-cards__inner {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 1440px) {
    .aa-cards--icons .aa-cards__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-cards--icons .aa-cards__header {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1440px) {
    .aa-cards--icons .aa-cards__header {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 576px) {
    .aa-cards--icons .aa-cards__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.aa-cards--icons .aa-cards__footer .aa-button,.aa-cards--icons .aa-cards__footer .aa-columns--form .aa-column--form .hs-button,.aa-cards--icons .aa-cards__footer .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-cards--icons .aa-cards__footer .subscription-page .hs-button.primary,.aa-columns--form .aa-column--form .aa-cards--icons .aa-cards__footer .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-cards--icons .aa-cards__footer .hs-button,.subscription-page .aa-cards--icons .aa-cards__footer .hs-button.primary {
    padding-left: 20px;
    padding-right: 20px
}

.aa-cards--icons .aa-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 360px;
    width: 100%
}

.aa-cards--icons .aa-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.aa-cards--icons .aa-card .aa-card__header {
    height: 87px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 87px
}

.aa-cards--icons .aa-card .aa-card__content .aa-button,.aa-cards--icons .aa-card .aa-card__content .aa-columns--form .aa-column--form .hs-button,.aa-cards--icons .aa-card .aa-card__content .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-cards--icons .aa-card .aa-card__content .subscription-page .hs-button.primary,.aa-columns--form .aa-column--form .aa-cards--icons .aa-card .aa-card__content .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-cards--icons .aa-card .aa-card__content .hs-button,.subscription-page .aa-cards--icons .aa-card .aa-card__content .hs-button.primary {
    display: block;
    margin-top: 30px
}

.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 10px
}

.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input::-moz-placeholder {
    margin-bottom: 10px
}

.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-article__content .aa-cards--icons .aa-card .aa-card__content blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-cards--icons .aa-card .aa-card__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-cards--icons .aa-card .aa-card__content .aa-blockquote:before,.aa-cards--icons .aa-card .aa-card__content .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-cards--icons .aa-card .aa-card__content .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-cards--icons .aa-card .aa-card__content .aa-article__content blockquote:before,.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-cards--icons .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-cards--icons .aa-card .aa-card__content .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-cards--icons .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-cards--icons .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-cards--icons .aa-card .aa-card__content .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-cards--icons .aa-card .aa-card__content .brand_mt .aa-quote__inner .quote,.aa-cards--icons .aa-card .aa-card__content .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-cards--icons .aa-card .aa-card__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons .aa-card .aa-card__content .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-cards--icons .aa-card .aa-card__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-cards--icons .aa-card .aa-card__content .quote {
    margin-bottom: 10px
}

.aa-cards--icons .aa-card:last-of-type {
    margin-right: 0
}

@media (min-width: 576px) {
    .aa-cards--icons .aa-card {
        margin-left:0;
        margin-right: 30px;
        max-width: calc(50% - 15px)
    }

    .aa-cards--icons .aa-card:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .aa-cards--icons .aa-card {
        margin-right:30px;
        max-width: calc(25% - 22.5px)
    }

    .aa-cards--icons .aa-card:nth-of-type(2n+2) {
        margin-right: 30px
    }

    .aa-cards--icons .aa-card:last-of-type {
        margin-right: 0
    }
}

.aa-cards--icons-v2 .aa-cards__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-cards--icons-v2 .aa-cards__inner {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 1440px) {
    .aa-cards--icons-v2 .aa-cards__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-cards--icons-v2 .aa-cards__header {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1440px) {
    .aa-cards--icons-v2 .aa-cards__header {
        padding-left:0;
        padding-right: 0
    }
}

.aa-cards--icons-v2 .aa-cards__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 576px) {
    .aa-cards--icons-v2 .aa-cards__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.aa-cards--icons-v2 .aa-cards__footer .aa-button,.aa-cards--icons-v2 .aa-cards__footer .aa-columns--form .aa-column--form .hs-button,.aa-cards--icons-v2 .aa-cards__footer .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-cards--icons-v2 .aa-cards__footer .subscription-page .hs-button.primary,.aa-columns--form .aa-column--form .aa-cards--icons-v2 .aa-cards__footer .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-cards--icons-v2 .aa-cards__footer .hs-button,.subscription-page .aa-cards--icons-v2 .aa-cards__footer .hs-button.primary {
    padding-left: 20px;
    padding-right: 20px
}

.aa-cards--icons-v2 .aa-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 360px;
    width: 100%
}

.aa-cards--icons-v2 .aa-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.aa-cards--icons-v2 .aa-card .aa-card__header {
    height: 87px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 87px
}

.aa-cards--icons-v2 .aa-card .aa-card__content .aa-button,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-columns--form .aa-column--form .hs-button,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-cards--icons-v2 .aa-card .aa-card__content .subscription-page .hs-button.primary,.aa-columns--form .aa-column--form .aa-cards--icons-v2 .aa-card .aa-card__content .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-cards--icons-v2 .aa-card .aa-card__content .hs-button,.subscription-page .aa-cards--icons-v2 .aa-card .aa-card__content .hs-button.primary {
    display: block;
    margin-top: 30px
}

.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 10px
}

.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input::-moz-placeholder {
    margin-bottom: 10px
}

.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 10px
}

.aa-article__content .aa-cards--icons-v2 .aa-card .aa-card__content blockquote:before,.aa-article__content .aa-quote__inner .aa-quote__content .aa-cards--icons-v2 .aa-card .aa-card__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-cards--icons-v2 .aa-card .aa-card__content .aa-blockquote:before,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-article__content blockquote:before,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.aa-cards--icons-v2 .aa-card .aa-card__content .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.aa-cards--icons-v2 .aa-card .aa-card__content .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.aa-cards--icons-v2 .aa-card .aa-card__content .brand_mt .aa-quote__inner .quote,.aa-cards--icons-v2 .aa-card .aa-card__content .subtitle,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .aa-cards--icons-v2 .aa-card .aa-card__content .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .aa-cards--icons-v2 .aa-card .aa-card__content .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .aa-cards--icons-v2 .aa-card .aa-card__content .aa-blockquote:before,.brand_mt .aa-quote__inner .aa-cards--icons-v2 .aa-card .aa-card__content .quote {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .aa-cards--icons-v2 .aa-card:last-of-type {
        margin-right:0
    }
}

@media (min-width: 576px) {
    .aa-cards--icons-v2 .aa-card {
        margin-left:0;
        margin-right: 30px;
        max-width: calc(50% - 15px)
    }

    .aa-cards--icons-v2 .aa-card:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .aa-cards--icons-v2 .aa-card {
        margin-right:30px;
        max-width: calc(33.33333% - 20px)
    }

    .aa-cards--icons-v2 .aa-card:nth-of-type(2n+2) {
        margin-right: 30px
    }

    .aa-cards--icons-v2 .aa-card:nth-of-type(3n+3) {
        margin-right: 0
    }

    .aa-cards--icons-four .aa-card {
        margin-right: 30px;
        max-width: calc(25% - 22.5px)
    }

    .aa-cards--icons-four .aa-card:nth-of-type(2n+2) {
        margin-right: 30px
    }

    .aa-cards--icons-four .aa-card:last-of-type {
        margin-right: 0
    }
}

.aa-cards--icons-four .aa-cards__inner {
    max-width: 1200px
}

.aa-banner {
    background-color: #e4f2ff;
    border-bottom: 2px solid #93cbff;
    position: fixed;
    width: 100%;
    z-index: 10
}

.aa-banner.is-closed {
    display: none
}

.aa-banner__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 6px 20px;
    position: relative
}

@media (min-width: 1600px) {
    .aa-banner__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-banner__inner p {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .aa-banner__inner p {
        margin-bottom:0
    }
}

.aa-banner__inner .close {
    cursor: pointer;
    font-size: 34px;
    margin-bottom: 0;
    position: absolute;
    right: 10px;
    top: 10px
}

@media (min-width: 1200px) {
    .aa-banner__inner .close {
        font-size:24px;
        margin-bottom: 20px;
        position: relative
    }
}

.aa-banner__inner a {
    color: #000;
    font-weight: 700
}

.aa-cookie-widget--open .aa-banner {
    margin-top: -30px
}

.aa-banner-v2 {
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 91
}

.aa-banner-v2__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
    text-align: center
}

@media (min-width: 768px) {
    .aa-banner-v2__inner {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between
    }
}

.aa-banner-v2__inner .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-banner-v2__inner .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-banner-v2__inner h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-banner-v2__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-banner-v2__inner .aa-blog-article__title {
    color: #fff;
    font-style: normal;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .aa-banner-v2__inner .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-banner-v2__inner .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-banner-v2__inner h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-banner-v2__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-banner-v2__inner .aa-blog-article__title {
        margin-bottom:0
    }
}

.aa-banner-v2__inner a {
    background-color: #0c4554;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .aa-banner-v2__inner a {
        margin-right:70px
    }
}

.aa-banner-v2__inner a:hover {
    background-color: rgba(35,205,253,.8)
}

.aa-banner-v2__inner .close {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 0
}

@media (min-width: 768px) {
    .aa-banner-v2__inner .close {
        bottom:auto;
        top: -15px
    }
}

.aa-banner-v2.is-closed {
    display: none
}

.quote-slider {
    padding-left: 20px;
    padding-right: 20px
}

.quote-slider .slick-next,.quote-slider .slick-prev {
    cursor: pointer;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

@media (min-width: 992px) {
    .quote-slider .slick-next,.quote-slider .slick-prev {
        height:45px;
        width: 25px
    }
}

.quote-slider .slick-prev {
    left: 10px
}

@media (min-width: 992px) {
    .quote-slider .slick-prev {
        left:-100px
    }
}

@media (min-width: 1200px) {
    .quote-slider .slick-prev {
        left:-200px
    }
}

.quote-slider .slick-next {
    right: 10px
}

@media (min-width: 992px) {
    .quote-slider .slick-next {
        right:-100px
    }
}

@media (min-width: 1200px) {
    .quote-slider .slick-next {
        right:-200px
    }
}

.quote-slider .slick-disabled {
    opacity: 0;
    pointer-events: none
}

.quote-slider .hexagon-single {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.quote-slider .hexagon-single .hexagon {
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    visibility: hidden
}

.quote-slider .hexagon-single .hexagon-in1 {
    height: 100%;
    overflow: hidden;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    width: 100%
}

.quote-slider .hexagon-single .hexagon-in2 {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    visibility: visible;
    width: 100%
}

.quote-slider .hexagon-single .hexagon1 {
    height: 100px;
    width: 200px
}

.qoute-slider__body {
    max-width: 720px;
    text-align: center
}

.qoute-slider__body,.quote-text {
    margin-left: auto;
    margin-right: auto
}

.quote-text {
    margin-bottom: 45px;
    width: 280px
}

@media (min-width: 768px) {
    .quote-text {
        width:400px
    }
}

@media (min-width: 992px) {
    .quote-text {
        width:100%
    }
}

.quote-text .aa-subtitle {
    margin-bottom: 30px
}

.quote-image {
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 120px
}

.quote-author p {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px
}

.quote-author p:last-of-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0
}

.related-information {
    padding-left: 20px;
    padding-right: 20px
}

.related-information ul {
    list-style: none;
    margin-top: 0;
    padding-left: 20px
}

.related-information ul li:before {
    color: #0c4554;
    content: "\2022";
    display: inline-block;
    font-weight: 700;
    margin-left: -20px;
    width: 10px
}

.related-information__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

@media (min-width: 768px) {
    .related-information__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.related-information__header {
    border-bottom: 1px solid rgba(0,0,0,.9);
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .related-information__header {
        border-bottom:none;
        border-right: 1px solid rgba(0,0,0,.9);
        max-width: 780px;
        padding-bottom: 0;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .related-information__header {
        padding-right:60px
    }
}

@media (min-width: 768px) {
    .related-information__body {
        max-width:420px;
        padding-left: 30px
    }
}

@media (min-width: 992px) {
    .related-information__body {
        padding-left:60px
    }
}

.related-information__body .icon-container {
    height: 120px;
    margin: 30px auto 45px;
    width: 120px
}

@media (min-width: 768px) {
    .related-information__body .icon-container {
        margin-left:0;
        margin-right: 0;
        margin-top: 0
    }
}

.related-information__footer {
    margin-top: 45px;
    max-width: 1200px
}

.related-information__footer,.related-information__footer a {
    margin-left: auto;
    margin-right: auto
}

.hero-3d__inner {
    position: relative
}

.hero-3d__inner .hero-image img {
    height: auto;
    width: 100%
}

.aa-columns--form .aa-column--form .hero-3d__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hero-3d__inner .hs-button,.hero-3d__inner .aa-button,.hero-3d__inner .aa-columns--form .aa-column--form .hs-button,.hero-3d__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.hero-3d__inner .subscription-page .hs-button.primary,.subscription-page .hero-3d__inner .hs-button.primary {
    font-size: 14px;
    left: 43%;
    max-width: 250px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

@media (min-width: 576px) {
    .aa-columns--form .aa-column--form .hero-3d__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hero-3d__inner .hs-button,.hero-3d__inner .aa-button,.hero-3d__inner .aa-columns--form .aa-column--form .hs-button,.hero-3d__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.hero-3d__inner .subscription-page .hs-button.primary,.subscription-page .hero-3d__inner .hs-button.primary {
        left:7%;
        max-width: 350px;
        top: 83%;
        -webkit-transform: translateY(-83%);
        transform: translateY(-83%)
    }
}

@media (min-width: 1200px) {
    .aa-columns--form .aa-column--form .hero-3d__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hero-3d__inner .hs-button,.hero-3d__inner .aa-button,.hero-3d__inner .aa-columns--form .aa-column--form .hs-button,.hero-3d__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.hero-3d__inner .subscription-page .hs-button.primary,.subscription-page .hero-3d__inner .hs-button.primary {
        font-size:18px;
        left: 14%;
        top: 80%;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }
}

.aa-columns--form .aa-column--form .hero-3d--center .hero-3d__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hero-3d--center .hero-3d__inner .hs-button,.hero-3d--center .hero-3d__inner .aa-button,.hero-3d--center .hero-3d__inner .aa-columns--form .aa-column--form .hs-button,.hero-3d--center .hero-3d__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.hero-3d--center .hero-3d__inner .subscription-page .hs-button.primary,.subscription-page .hero-3d--center .hero-3d__inner .hs-button.primary {
    left: 45%;
    top: 58%;
    -webkit-transform: translateY(-58%);
    transform: translateY(-58%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 576px) {
    .aa-columns--form .aa-column--form .hero-3d--center .hero-3d__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hero-3d--center .hero-3d__inner .hs-button,.hero-3d--center .hero-3d__inner .aa-button,.hero-3d--center .hero-3d__inner .aa-columns--form .aa-column--form .hs-button,.hero-3d--center .hero-3d__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.hero-3d--center .hero-3d__inner .subscription-page .hs-button.primary,.subscription-page .hero-3d--center .hero-3d__inner .hs-button.primary {
        left:47%;
        top: 54%;
        -webkit-transform: translateY(-54%);
        transform: translateY(-54%);
        -webkit-transform: translateX(-47%);
        transform: translateX(-47%)
    }
}

@media (min-width: 1200px) {
    .aa-columns--form .aa-column--form .hero-3d--center .hero-3d__inner .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .hero-3d--center .hero-3d__inner .hs-button,.hero-3d--center .hero-3d__inner .aa-button,.hero-3d--center .hero-3d__inner .aa-columns--form .aa-column--form .hs-button,.hero-3d--center .hero-3d__inner .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.hero-3d--center .hero-3d__inner .subscription-page .hs-button.primary,.subscription-page .hero-3d--center .hero-3d__inner .hs-button.primary {
        left:50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.aa-columns-basic {
    padding-left: 20px;
    padding-right: 20px
}

.aa-columns-basic__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

.aa-columns-basic__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .aa-columns-basic__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .aa-columns-basic__body:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.aa-columns-basic__body:last-of-type {
    margin-bottom: 0
}

.aa-column-basic-text {
    padding-left: 20px;
    padding-right: 20px
}

.aa-column-basic-text .aa-subtitle {
    margin-bottom: 20px
}

.aa-column-basic-text .aa-button,.aa-column-basic-text .aa-button--outline-white,.aa-column-basic-text .aa-columns--form .aa-column--form .hs-button,.aa-column-basic-text .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-column-basic-text .subscription-page .hs-button.primary,.aa-columns--form .aa-column--form .aa-column-basic-text .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-column-basic-text .hs-button,.subscription-page .aa-column-basic-text .hs-button.primary {
    color: #fff;
    margin-top: 30px
}

@media (min-width: 1200px) {
    .aa-columns-basic__body:nth-of-type(2n) .aa-column-basic-text,.aa-columns-basic__body:nth-of-type(odd) .aa-column-basic-text {
        padding-left:60px;
        padding-right: 60px
    }
}

@media (min-width: 1440px) {
    .aa-columns-basic__body:nth-of-type(2n) .aa-column-basic-text,.aa-columns-basic__body:nth-of-type(odd) .aa-column-basic-text {
        padding-left:120px;
        padding-right: 120px
    }
}

.aa-column-basic {
    max-width: 720px
}

.aa-column-basic-image {
    min-height: 300px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-column-basic-image {
        max-width:600px
    }
}

@media (min-width: 1200px) {
    .aa-column-basic-image {
        max-width:720px
    }
}

.aa-columns-basic--reversed .aa-columns-basic__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .aa-columns-basic--reversed .aa-columns-basic__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .aa-columns-basic--reversed .aa-columns-basic__body:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-columns-basic--reversed .aa-columns-basic__body:last-of-type,.aa-columns-basic-no-margin .aa-columns-basic__body {
    margin-bottom: 0
}

.aa-columns-basic--video {
    position: relative
}

.aa-column-basic.aa-column-basic--video {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 157px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width: 576px) {
    .aa-column-basic.aa-column-basic--video {
        min-height:400px
    }
}

.aa-column-basic.aa-column-basic--video .video {
    background-size: cover;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    visibility: hidden;
    width: 100%
}

.aa-column-basic.aa-column-basic--video .video.playing {
    visibility: visible
}

@media (min-width: 992px) {
    .aa-column-basic.aa-column-basic--video .video {
        bottom:auto;
        top: 0
    }
}

.aa-column-basic.aa-column-basic--video .video--bg {
    height: auto;
    left: 50%;
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 0
}

.aa-column-basic.aa-column-basic--video-auto .video {
    visibility: visible
}

.aa-play-basic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 60px;
    z-index: 100
}

@media (min-width: 768px) {
    .aa-play-basic {
        height:80px;
        width: 80px
    }
}

.aa-play-basic:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 17.5px 0 17.5px 23px;
    content: "";
    display: block;
    height: 0;
    margin-left: 6px;
    margin-top: 2px;
    position: relative;
    width: 0;
    z-index: 100
}

@media (min-width: 768px) {
    .aa-play-basic:before {
        border-width:35px 0 35px 46px
    }
}

.aa-play-basic:hover {
    cursor: pointer
}

.aa-column-basic--video--embed {
    position: relative;
    width: 100%
}

.aa-column-basic--video--embed>div {
    height: 100%!important
}

.aa-qp-slider-cards {
    padding-left: 20px;
    padding-right: 20px
}

.aa-qp-slider-cards .next-arrow,.aa-qp-slider-cards .prev-arrow {
    cursor: pointer
}

.aa-qp-slider-cards .next-arrow svg,.aa-qp-slider-cards .prev-arrow svg {
    fill: #000
}

.aa-qp-slider-cards .next-arrow.slick-disabled,.aa-qp-slider-cards .prev-arrow.slick-disabled {
    opacity: .2;
    visibility: visible
}

.aa-qp-slider-cards .next-arrow {
    margin-left: 5px
}

.aa-qp-slider-cards .slider-nav-arrows {
    height: 18px;
    margin-left: auto
}

.aa-qp-slider-cards__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

.aa-qp-slider-cards__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    max-width: 1440px;
    position: relative
}

.aa-blog-article--cta .aa-blog-article__body .aa-qp-slider-cards__header .aa-blog-article__title,.aa-qp-slider-cards__header .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-qp-slider-cards__header .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-qp-slider-cards__header h3,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-qp-slider-cards__header .aa-blog-article__title {
    margin-bottom: 0
}

.aa-qp-slider-cards__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px
}

.aa-qp-slider-cards__body .slick-list {
    margin: 0 -15px
}

@media (min-width: 576px) {
    .aa-qp-slider-cards__body .slick-list {
        margin:0 -15px
    }
}

@media (min-width: 1200px) {
    .aa-qp-slider-cards__body .slick-list {
        margin:0 -30px
    }
}

.aa-qp-slider-cards-card {
    color: #000;
    margin: 0 15px;
    text-decoration: none;
    width: 100%
}

@media (min-width: 576px) {
    .aa-qp-slider-cards-card {
        margin:0 15px
    }
}

@media (min-width: 1200px) {
    .aa-qp-slider-cards-card {
        margin:0 30px
    }
}

.aa-article-cards__header .aa-qp-slider-cards-card:hover .title,.aa-blog-article--cta .aa-blog-article__body .aa-qp-slider-cards-card:hover .aa-blog-article__title,.aa-qp-slider-cards-card:hover .aa-article-cards__header .title,.aa-qp-slider-cards-card:hover .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-qp-slider-cards-card:hover .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-qp-slider-cards-card:hover .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-qp-slider-cards-card:hover .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-qp-slider-cards-card:hover .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-qp-slider-cards-card:hover h1,.aa-qp-slider-cards-card:hover h2,.aa-qp-slider-cards-card:hover h3,.aa-qp-slider-cards-card:hover h4,.aa-qp-slider-cards-card:hover h5,.aa-qp-slider-cards-card:hover h6,.blog-advanced .aa-blog-article__body .aa-qp-slider-cards-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-qp-slider-cards-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-qp-slider-cards-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-qp-slider-cards-card:hover .aa-blog-article__title {
    text-decoration: underline
}

.aa-qp-slider-cards-card__header {
    height: 290px;
    margin-bottom: 20px;
    width: auto
}

.aa-qp-slider-cards__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    max-width: 1440px
}

.aa-columns--form .aa-column--form .aa-qp-slider-cards__footer .hs-button,.aa-qp-slider-cards__footer .aa-button,.aa-qp-slider-cards__footer .aa-columns--form .aa-column--form .hs-button,.aa-qp-slider-cards__footer .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-qp-slider-cards__footer .subscription-page .hs-button.primary,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-qp-slider-cards__footer .hs-button,.subscription-page .aa-qp-slider-cards__footer .hs-button.primary {
    margin-left: auto;
    margin-right: auto
}

.aa-hero-columns {
    padding-left: 20px;
    padding-right: 20px
}

.aa-hero-columns .aa-play-basic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: auto;
    z-index: 100
}

.aa-hero-columns .aa-play-basic:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='86' height='69' viewBox='0 0 126 109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.587 0h72.089L126 54.5 99.676 109h-72.09L0 54.5 27.587 0z' fill='%23fff'/%3E%3Cpath d='M78 53.5 54.75 66.923V40.077L78 53.5z' fill='%23FF5917'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    content: "";
    display: block;
    height: 69px;
    margin-left: 6px;
    margin-top: 2px;
    position: relative;
    width: 86px;
    z-index: 100
}

@media (min-width: 992px) {
    .aa-hero-columns .aa-play-basic:before {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='126' height='109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.587 0h72.089L126 54.5 99.676 109h-72.09L0 54.5 27.587 0z' fill='%23fff'/%3E%3Cpath d='M78 53.5 54.75 66.923V40.077L78 53.5z' fill='%23FF5917'/%3E%3C/svg%3E");
        height: 109px;
        width: 126px
    }
}

.aa-hero-columns .aa-play-basic:hover {
    cursor: pointer
}

.aa-hero-columns__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

@media (min-width: 992px) {
    .aa-hero-columns__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-hero-columns__header {
    margin-bottom: 30px;
    max-width: 600px
}

@media (min-width: 992px) {
    .aa-hero-columns__header {
        margin-bottom:0
    }
}

.aa-hero-columns__header .aa-subtitle {
    margin-bottom: 10px
}

.aa-columns--form .aa-column--form .aa-hero-columns__header .hs-button,.aa-hero-columns__header .aa-button,.aa-hero-columns__header .aa-columns--form .aa-column--form .hs-button,.aa-hero-columns__header .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-hero-columns__header .subscription-page .hs-button.primary,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-hero-columns__header .hs-button,.subscription-page .aa-hero-columns__header .hs-button.primary {
    margin-top: 20px
}

.aa-hero-columns__body {
    max-width: 600px;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .aa-hero-columns__body {
        margin-left:auto
    }
}

.aa-hero-columns__body .aa-video-box,.aa-hero-columns__body .video {
    max-width: 100%
}

.aa-hero-video-page {
    padding-left: 20px;
    padding-right: 20px
}

.aa-hero-video-page .aa-play-basic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: auto;
    z-index: 100
}

.aa-hero-video-page .aa-play-basic:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='86' height='69' viewBox='0 0 126 109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.587 0h72.089L126 54.5 99.676 109h-72.09L0 54.5 27.587 0z' fill='%23fff'/%3E%3Cpath d='M78 53.5 54.75 66.923V40.077L78 53.5z' fill='%23FF5917'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    content: "";
    display: block;
    height: 69px;
    margin-left: 6px;
    margin-top: 2px;
    position: relative;
    width: 86px;
    z-index: 100
}

@media (min-width: 992px) {
    .aa-hero-video-page .aa-play-basic:before {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='126' height='109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.587 0h72.089L126 54.5 99.676 109h-72.09L0 54.5 27.587 0z' fill='%23fff'/%3E%3Cpath d='M78 53.5 54.75 66.923V40.077L78 53.5z' fill='%23FF5917'/%3E%3C/svg%3E");
        height: 109px;
        width: 126px
    }
}

.aa-hero-video-page .aa-play-basic:hover {
    cursor: pointer
}

.aa-hero-video-page__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

.aa-hero-video-page__header {
    position: relative
}

.aa-hero-video-page__header .video {
    max-width: 100%
}

.aa-hero-video-page__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    text-align: center
}

.aa-hero-video-page__body .aa-subtitle {
    margin-bottom: 10px
}

.aa-columns--form .aa-column--form .aa-hero-video-page__body .hs-button,.aa-hero-video-page__body .aa-button,.aa-hero-video-page__body .aa-columns--form .aa-column--form .hs-button,.aa-hero-video-page__body .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-hero-video-page__body .subscription-page .hs-button.primary,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-hero-video-page__body .hs-button,.subscription-page .aa-hero-video-page__body .hs-button.primary {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.aa-benefits {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-benefits {
        min-height:950px
    }
}

.aa-benefits .aa-subtitle {
    margin-bottom: 20px
}

.aa-benefits-item__inner {
    max-width: 1200px
}

.aa-benefits__header {
    text-align: center
}

.aa-benefits__header img {
    height: auto;
    width: 100%
}

.aa-benefits__header .aa-subheading {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.aa-benefits__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 0;
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-benefits__body {
        height:800px;
        padding-bottom: 0;
        padding-top: 0
    }

    .aa-benefits-item {
        border-radius: 4px;
        cursor: pointer;
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 12
    }

    .aa-benefits-item:hover {
        z-index: 22
    }

    .aa-benefits-item:hover,.aa-benefits-item:hover .aa-benefits-item__inner:before {
        background-color: #0c4554
    }

    .aa-benefits-item:hover .aa-benefits-item__inner:after {
        background-color: #0c4554;
        border: 2px solid #0c4554
    }

    .aa-benefits-item:hover .aa-benefits-item__inner .aa-benefits-item__link {
        opacity: 1;
        visibility: visible
    }
}

.aa-benefits-item__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    padding: 20px;
    position: relative;
    text-align: center
}

.aa-quote__inner .aa-quote__content .aa-blockquote, .brand_mt .aa-quote .aa-blockquote, blockquote {
  font-family: "Synonym", sans-serif;
  line-height: 50px;
}

@media (min-width: 1200px) {
    .aa-benefits-item__inner:before {
        background-color:#fff;
        content: "";
        height: 2px;
        left: 99%;
        position: absolute;
        top: 49.5%;
        -webkit-transform: translateY(-50%) opacity(1);
        transform: translateY(-50%) opacity(1);
        width: 170px
    }

    .aa-benefits-item__inner:after {
        border: 2px solid #fff;
        border-radius: 50%;
        content: "";
        height: 10px;
        position: absolute;
        right: -71%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px
    }
}

.aa-benefits-item__inner .aa-benefits-item__link {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .aa-benefits-item__inner .aa-benefits-item__link {
        opacity:0;
        visibility: hidden
    }
}

.aa-benefits-item__inner .aa-benefits-item__title {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0
}

.aa-benefits-item__inner p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px
}

@media (min-width: 1200px) {
    .aa-benefits-item--left .aa-benefits-item__inner:before {
        background-color:#fff;
        content: "";
        height: 2px;
        left: -65%;
        position: absolute;
        top: 49.5%;
        -webkit-transform: translateY(-50%) opacity(1);
        transform: translateY(-50%) opacity(1);
        width: 170px
    }

    .aa-benefits-item--left .aa-benefits-item__inner:after {
        border: 2px solid #fff;
        border-radius: 50%;
        content: "";
        height: 10px;
        left: -69%;
        position: absolute;
        right: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px
    }

    .aa-benefits-item.aa-benefits-item--small .aa-benefits-item__inner:before {
        left: 93.5%;
        width: 70px
    }

    .aa-benefits-item.aa-benefits-item--small .aa-benefits-item__inner:after {
        right: -25%
    }

    .aa-benefits-item.aa-benefits-item--big .aa-benefits-item__inner:before {
        left: 99%;
        width: 240px
    }

    .aa-benefits-item.aa-benefits-item--big .aa-benefits-item__inner:after {
        right: -98%
    }

    .aa-benefits-item.aa-benefits-item--left.aa-benefits-item--big .aa-benefits-item__inner:before {
        left: -94%;
        width: 240px
    }
}

.aa-benefits-item.aa-benefits-item--left.aa-benefits-item--big .aa-benefits-item__inner:after {
    left: -98%
}

@media (min-width: 1200px) {
    .aa-benefits-item.aa-benefits-item--left.aa-benefits-item--small .aa-benefits-item__inner:before {
        left:-23%;
        width: 70px
    }
}

.aa-benefits-item.aa-benefits-item--left.aa-benefits-item--small .aa-benefits-item__inner:after {
    left: -27%
}

.bg-black.aa-benefits .aa-benefits-item__inner,.bg-black.aa-benefits .aa-benefits-item__title,.bg-black.aa-benefits .aa-benefits__header,.bg-black.aa-benefits .aa-benefits__title {
    color: #fff
}

.aa-video-index {
    padding-left: 20px;
    padding-right: 20px
}

.aa-video-index__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1550px
}

.aa-video-index__header {
    text-align: center
}

@media (min-width: 992px) {
    .aa-video-index__header {
        margin-left:55px;
        margin-right: 55px
    }

    .aa-video-index__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 55px
    }
}

.aa-video-index-card {
    color: #000;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    text-decoration: none;
    width: 100%
}

@media (min-width: 992px) {
    .aa-video-index-card {
        margin-bottom:55px;
        margin-left: 0;
        margin-right: 55px;
        max-width: calc(33.33333% - 55px)
    }

    .aa-video-index-card:nth-last-of-type(3n+3) {
        margin-bottom: 0
    }
}

.aa-video-index-card__header {
    min-height: 290px;
    position: relative
}

.aa-video-index-card__header .aa-video-index-card-play {
    height: 85px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px
}

.aa-video-index-card__body {
    margin-top: 20px
}

.aa-video-index__tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-video-index__tags {
        margin:0 auto
    }
}

@media (min-width: 1200px) {
    .aa-video-index__tags {
        max-width:1200px;
        padding-bottom: 45px;
        padding-left: 0
    }
}

.aa-video-index__tag {
    background-color: #ffded1;
    border-radius: 110px;
    color: #444;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 8px 25px;
    text-decoration: none
}

.aa-video-index__tag:not(:last-of-type) {
    margin-right: 15px
}

.aa-video-index__tag:hover {
    text-decoration: none
}

.aa-video-index__tag.is-active,.aa-video-index__tag:hover {
    background-color: #0c4554;
    color: #fff
}

.aa-video-index__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

.aa-video-index__footer .pagination {
    color: #696969;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    padding: 5px 15px
}

.aa-video-index__footer .pagination.is-active,.aa-video-index__footer .pagination:hover {
    background-color: #0c4554;
    color: #fff
}

.aa-accordion-v2 {
    padding-left: 20px;
    padding-right: 20px
}

.aa-accordion-v2 .aa-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

.aa-accordion-v2-item {
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
    padding-bottom: 35px;
    padding-top: 35px
}

.aa-accordion-v2-item:first-of-type {
    border-top: 1px solid #c7c7c7
}

.aa-accordion-v2-item:last-of-type {
    margin-bottom: 0
}

.aa-accordion-v2-item__header {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.aa-accordion-v2-item__header:after,.aa-accordion-v2-item__header:before {
    background-color: #292929;
    content: "";
    height: 2px;
    position: absolute;
    right: 25px;
    top: calc(50% - 1px);
    width: 14px
}

@media (min-width: 992px) {
    .aa-accordion-v2-item__header:after,.aa-accordion-v2-item__header:before {
        right:45px
    }
}

.aa-accordion-v2-item__header:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.aa-accordion-v2-item__header.is-active:before {
    display: none
}

.aa-accordion-v2-item__header.is-active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.aa-accordion-v2-item__header p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px
}

@media (min-width: 768px) {
    .aa-accordion-v2-item__header p {
        font-size:18px;
        line-height: 23px
    }
}

.aa-accordion-v2-item__header .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-accordion-v2-item__header h4,.blog-advanced .aa-blog-article__body .aa-accordion-v2-item__header .aa-blog-article__title {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .aa-accordion-v2-item__header .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-accordion-v2-item__header h4,.blog-advanced .aa-blog-article__body .aa-accordion-v2-item__header .aa-blog-article__title {
        font-size:26px;
        line-height: 34px
    }
}

.aa-accordion-v2-item__body {
    display: none;
    max-width: 1200px;
    padding-bottom: 40px;
    padding-top: 20px
}

.aa-index__header {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-index__header {
        padding-top:100px
    }
}

@media (min-width: 992px) {
    .aa-index__header {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px
    }
}

@media (min-width: 1200px) {
    .aa-index__header {
        max-width:1200px
    }
}

@media (min-width: 1440px) {
    .aa-index__header {
        padding-left:0;
        padding-right: 0
    }
}

.aa-index__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-index__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-index__header h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-index__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-index__header .aa-blog-article__title {
    font-size: 50px;
    margin: 0
}

@media (min-width: 768px) {
    .aa-index__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-index__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-index__header h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-index__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-index__header .aa-blog-article__title {
        margin-bottom:20px;
        max-width: 840px
    }
}

@media (min-width: 992px) {
    .aa-index__header .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-index__header .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-index__header h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-index__header .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-index__header .aa-blog-article__title {
        margin-bottom:50px
    }
}

.aa-tags {
    padding-left: 20px;
    padding-right: 20px
}

.aa-tags__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border-bottom: 1px solid #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-tags__inner {
        margin:0 auto
    }
}

@media (min-width: 1200px) {
    .aa-tags__inner {
        max-width:1200px;
        padding-bottom: 45px;
        padding-left: 0
    }
}

.aa-tag {
    background-color: #eee;
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 5px 20px;
    text-decoration: none
}

.aa-tag:not(:last-of-type) {
    margin-right: 15px
}

.aa-tag:hover {
    background-color: #0c4554;
    color: #fff;
    text-decoration: none
}

.articles-overview__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .articles-overview__inner {
        margin:0 auto;
        max-width: 720px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px
    }
}

.article-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-bottom: 1px solid #dadce0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none
}

.article-preview .article-preview__date {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.article-preview .title {
    color: #0c4554;
    font-weight: 300;
    text-decoration: none
}

@media (min-width: 1440px) {
    .article-preview .title {
        font-size:44px;
        line-height: 52px
    }
}

.article-preview .title:hover {
    text-decoration: underline
}

.aa-articles-overview {
    background-color: #f7f5f2;
    padding-top: 30px
}

@media (min-width: 992px) {
    .aa-articles-overview {
        padding-top:90px
    }
}

.aa-articles-overview--inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-articles-overview--inner {
        margin:0 auto;
        max-width: 720px;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-article-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none
}

.aa-article-preview:not(:last-of-type) {
    margin-bottom: 30px
}

.aa-article-preview .aa-article-preview-title {
    color: #000;
    font-family: Fira Sans,Arial,sans-serif;
    text-decoration: none
}

@media (min-width: 1440px) {
    .aa-article-preview .aa-article-preview-title {
        font-size:34px;
        line-height: 42px
    }
}

.aa-article-preview .aa-article__description p {
    color: #61666b
}

@media (min-width: 1440px) {
    .aa-article-preview .aa-article__description {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 992px) {
    .aa-article-preview:not(:last-of-type) {
        margin-bottom:60px
    }
}

.aa-article-preview__image {
    height: 200px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-article-preview__image {
        height:250px
    }
}

@media (min-width: 992px) {
    .aa-article-preview__image {
        height:360px
    }
}

.aa-article-preview__content {
    padding: 20px
}

@media (min-width: 992px) {
    .aa-article-preview__content {
        padding:50px 60px
    }
}

.blog-overview {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50%
}

@media (min-width: 992px) {
    .blog-overview {
        background-size:25%;
        margin: 0 auto;
        max-width: 100%
    }
}

@media (min-width: 1440px) {
    .blog-overview {
        margin-bottom:-120px;
        padding-bottom: 240px
    }
}

.aa-pagination {
    margin: 20px
}

@media (min-width: 992px) {
    .aa-pagination {
        margin:35px auto;
        max-width: 720px
    }
}

.aa-pagination ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0
}

.aa-pagination li {
    list-style-type: none
}

.aa-pagination li:not(:last-of-type) {
    margin-right: 20px
}

.aa-pagination li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 25px
}

.aa-pagination li a:hover {
    background-color: #0c4554;
    color: #fff
}

.blog .aa-columns {
    margin-bottom: 0
}

.aa-blog-article--cta {
    position: relative
}

.aa-blog-article--cta .aa-blog-article__image {
    opacity: 1;
    visibility: visible
}

.aa-blog-article--cta .aa-blog-article__body--teaser {
    display: block
}

.aa-blog-article--cta .aa-blog-article__body {
    color: #fff;
    display: block;
    opacity: 1;
    padding: 30px;
    text-align: center;
    -webkit-transition: none;
    transition: none
}

@media (min-width: 992px) {
    .aa-blog-article--cta .aa-blog-article__body {
        padding-top:63px
    }
}

.aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title {
    color: inherit;
    margin-bottom: 15px;
    text-decoration: none
}

.aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title:hover {
    text-decoration: none
}

.aa-blog-article--cta .aa-blog-article__body .aa-blog-article__text {
    margin-bottom: 0
}

.aa-blog-article--cta .aa-blog-article__body .aa-button,.aa-blog-article--cta .aa-blog-article__body .aa-columns--form .aa-column--form .hs-button,.aa-blog-article--cta .aa-blog-article__body .aa-wysiwyg--v2 .aa-wysiwyg--form .hs-button,.aa-blog-article--cta .aa-blog-article__body .subscription-page .hs-button.primary,.aa-columns--form .aa-column--form .aa-blog-article--cta .aa-blog-article__body .hs-button,.aa-wysiwyg--v2 .aa-wysiwyg--form .aa-blog-article--cta .aa-blog-article__body .hs-button,.subscription-page .aa-blog-article--cta .aa-blog-article__body .hs-button.primary {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    min-width: 210px;
    width: auto
}

.aa-blog-article--cta .aa-blog-article__body .hs-submit .actions {
    text-align: center
}

.aa-blog-article--cta .aa-blog-article__body .hs-submit input[type=submit] {
    line-height: 17px;
    margin-left: 0;
    min-width: 0;
    text-align: center;
    width: auto;
    width: 100%
}

.aa-blog-article--cta .aa-blog-article__body--form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    position: absolute;
    visibility: hidden
}

.aa-blog-article--cta .aa-blog-article__body--form .hs-form {
    text-align: left
}

.aa-blog-article--cta .aa-blog-article__body--form .hs-form-field span,.aa-blog-article--cta .aa-blog-article__body--form .hs-form-field>label {
    color: #000!important;
    font-size: 16px;
    line-height: 24px
}

.aa-blog-article--cta .aa-blog-article__body--form .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-blog-article--cta .aa-blog-article__body--form .hs-input,.aa-search-results .hs-search-field__bar .aa-blog-article--cta .aa-blog-article__body--form .hs-search-field__input {
    border: 1px solid #f1f1f1
}

.aa-blog-article--cta .aa-blog-article__body--form .hs-richtext {
    font-size: 12px;
    line-height: 18px
}

.aa-blog-article--cta .aa-blog-article__body--form .hs-richtext p {
    color: #000;
    font-size: inherit;
    line-height: inherit
}

.aa-blog-article--cta .aa-blog-article__body--form a,.aa-blog-article--cta .aa-blog-article__body--form p {
    color: #000!important
}

.aa-blog-article--cta .aa-blog-article__body--form .aa-blog-article__back-button {
    color: #000!important;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-top: 40px
}

.aa-blog-article--cta .aa-blog-article__body--form .legal-consent-container .hs-form-booleancheckbox-display p {
    color: #000
}

.aa-blog-article--cta.is-active .aa-blog-article__image {
    background-color: #f1f1f1;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    visibility: hidden
}

.aa-blog-article--cta.is-active .aa-blog-article__body--teaser {
    display: none
}

.aa-blog-article--cta.is-active .aa-blog-article__body {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    visibility: hidden
}

.aa-blog-article--cta.is-active .aa-blog-article__body--form {
    color: #000;
    height: 100%;
    opacity: 1;
    position: static;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    visibility: visible
}

.aa-blog-articles--grid .aa-blog-article.aa-blog-article--cta {
    padding: 0
}

.aa-blog-articles--grid .aa-blog-article.aa-blog-article--cta:after {
    display: none
}

.blog-basic .aa-hero {
    max-width: 100%
}

.aa-blog-index-hero .aa-blog-index-hero {
    height: 260px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-blog-index-hero .aa-blog-index-hero {
        height:560px
    }
}

.aa-article-cards__header .aa-blog-hero .title,.aa-blog-hero .aa-article-cards__header .title,.aa-blog-hero h1 {
    margin-bottom: 0
}

.aa-blog-hero .aa-blog-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.aa-blog-hero .aa-blog-hero__header {
    height: 260px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-blog-hero .aa-blog-hero__header {
        height:560px
    }
}

.aa-blog-hero .aa-blog-hero__body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-blog-hero .aa-blog-hero__body {
        max-width:1200px
    }
}

@media (min-width: 1200px) {
    .aa-blog-hero .aa-blog-hero__body {
        padding-left:0;
        padding-right: 0
    }
}

.aa-blog-hero .aa-tags__inner {
    border-bottom: none;
    margin-left: 0;
    max-width: 100%;
    padding-bottom: 0
}

.aa-blog-hero .aa-tags {
    padding: 0
}

.aa-blog-hero .aa-tag {
    background-color: rgba(35,205,253,.2);
    border-radius: 110px;
    font-size: 12px;
    font-weight: 400
}

.aa-blog-hero .aa-tag--current {
    background-color: #0c4554;
    color: #fff
}

.aa-blog-articles .aa-card {
    color: #000
}

.aa-blog-articles .aa-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.aa-blog-article--cta .aa-blog-article__body .aa-blog-articles .aa-card:hover .aa-blog-article__title,.aa-blog-articles .aa-card:hover .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-blog-articles .aa-card:hover .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-blog-articles .aa-card:hover .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-blog-articles .aa-card:hover h3,.aa-blog-articles .aa-card:hover h4,.blog-advanced .aa-blog-article__body .aa-blog-articles .aa-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-articles .aa-card:hover .aa-blog-article__title {
    text-decoration: underline
}

.aa-blog-articles .aa-card__body {
    margin-bottom: 20px;
    padding-top: 28px
}

.aa-blog-articles .aa-card__footer {
    margin-top: auto
}

.aa-blog-articles .aa-card__body,.aa-blog-articles .aa-cards--articles .aa-card__footer {
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.aa-blog-article--cta .aa-blog-article__body .aa-blog-articles .aa-card__body .aa-blog-article__title,.aa-blog-articles .aa-card__body .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-blog-articles .aa-card__body .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-blog-articles .aa-card__body h3,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-articles .aa-card__body .aa-blog-article__title {
    margin-top: 10px
}

.aa-blog-articles .aa-cards--articles .article-pre-text {
    font-size: 16px;
    line-height: 24px
}

.aa-blog-articles .article-date {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px
}

.aa-blog-articles__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-blog-articles__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-blog-articles__inner .aa-cards__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

@media (min-width: 992px) {
    .aa-blog-articles__inner .aa-cards__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-blog-articles__inner .aa-cards__inner .aa-card {
    max-width: 100%
}

@media (min-width: 576px) {
    .aa-blog-articles__inner .aa-cards__inner .aa-card {
        max-width:calc(50% - 15px)
    }
}

@media (min-width: 992px) {
    .aa-blog-articles__inner .aa-cards__inner .aa-card {
        margin-right:30px;
        max-width: calc(33.33333% - 20px)
    }

    .aa-blog-articles__inner .aa-cards__inner .aa-card:last-of-type {
        margin-right: 0
    }
}

.aa-blog-articles__inner .aa-cards__inner .aa-card__header {
    height: 240px;
    margin-left: 0;
    margin-right: 0
}

.aa-blog-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    color: #0c4554;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-bottom: 44px;
    width: 100%
}

.aa-blog-article,.aa-blog-article:hover {
    text-decoration: none
}

.aa-blog-article--cta .aa-blog-article__body .aa-blog-article:hover .aa-blog-article__title,.aa-blog-article:hover .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-blog-article:hover .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-blog-article:hover .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-blog-article:hover h3,.aa-blog-article:hover h4,.blog-advanced .aa-blog-article__body .aa-blog-article:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article:hover .aa-blog-article__title {
    text-decoration: underline
}

@media (min-width: 768px) {
    .aa-blog-article {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aa-blog-article .aa-blog-article__image {
    background-position: 50%;
    background-size: cover;
    height: 250px;
    margin-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .aa-blog-article .aa-blog-article__image {
        -webkit-box-flex:0;
        -ms-flex: 0 0 294px;
        flex: 0 0 294px;
        height: auto;
        margin-right: 20px;
        min-height: 195px
    }
}

.aa-blog-article .aa-blog-article__body {
    -webkit-box-flex: 0;
    color: #000;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    font-size: 16px;
    line-height: 24px;
    padding-top: 28px
}

@media (min-width: 768px) {
    .aa-blog-article .aa-blog-article__body {
        padding-top:0
    }
}

.aa-blog-article .aa-blog-article__body h4,.aa-blog-article .blog-advanced .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-article .aa-blog-article__body .aa-blog-article__title {
    font-weight: 700
}

.aa-blog-article .aa-blog-article__body .article-pre-text {
    padding-bottom: 15px
}

.aa-blog-article .aa-blog-article__body .article-date {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px
}

.aa-blog-articles.aa-cards--articles .aa-cards__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.aa-blog-articles:last-child .aa-blog-article:last-child {
    border-bottom: 0
}

.aa-article__inner {
    margin-top: 100px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-article__inner {
        margin-top:200px
    }
}

.aa-article__inner .aa-focus-box {
    padding-top: 0
}

.aa-article__header {
    width: 100%
}

@media (min-width: 992px) {
    .aa-article__header {
        margin:0 auto;
        max-width: 1680px
    }
}

.aa-article__header strong {
    font-weight: 700;
    margin-bottom: 15px
}

.aa-article__header p {
    font-weight: 400
}

@media (min-width: 992px) {
    .aa-article__header p {
        font-size:20px
    }
}

.article__share a {
    color: #0c4554
}

.article__share a:hover .icon {
    fill: #0c4554
}

.article__share .icon {
    height: 30px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 30px
}

.aa-header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    .aa-header__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .aa-header__content {
        margin-bottom:100px;
        margin-top: 100px;
        min-height: 680px
    }
}

.aa-header__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-header__text {
        margin-bottom:0;
        max-height: 100%;
        max-width: 50%;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .aa-header__text {
        padding-left:0;
        padding-right: 140px
    }
}

.aa-header__text p {
    color: #000
}

.aa-article-cards__header .aa-header__text .title,.aa-header__text .aa-article-cards__header .title,.aa-header__text h1 {
    text-transform: uppercase
}

.aa-header__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-blend-mode: multiply,normal;
    background-color: #525252;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .aa-header__image {
        height:380px;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .aa-header__image {
        height:580px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .aa-header__image {
        height:680px
    }
}

.aa-header__image .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-header__image .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-header__image h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-header__image .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-header__image .aa-blog-article__title {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    width: 100%
}

@media (min-width: 768px) {
    .aa-header__image .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-header__image .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-header__image h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-header__image .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-header__image .aa-blog-article__title {
        margin-left:auto;
        margin-right: auto;
        max-width: 960px
    }
}

.article__share {
    margin-left: auto
}

.article__share a {
    color: #a8a9b0;
    text-decoration: none
}

.article__share a:hover {
    color: #000
}

.article__share a:not(:last-of-type) {
    margin-right: 10px
}

.article__share span {
    font-size: 20px
}

.article__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (min-width: 992px) {
    .article__tags {
        margin:0 auto;
        max-width: 720px
    }
}

.article__tags ul li a {
    color: #000
}

.article__tags strong {
    margin-right: 10px
}

.aa-article__content {
    margin: 0 auto;
    max-width: 1680px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    width: 100%
}

.aa-article__content p:first-of-type {
    margin: 0 auto 35px
}

.aa-article__content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-article__content h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-article__content .aa-blog-article__title {
    font-size: 26px
}

@media (min-width: 1200px) {
    .aa-article__content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-article__content h2,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-article__content .aa-blog-article__title {
        font-size:34px
    }
}

.aa-article__content .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-article__content h3,.aa-blog-article--cta .aa-blog-article__body .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-article__content .aa-blog-article__title {
    font-size: 20px;
    font-weight: 400
}

@media (min-width: 1200px) {
    .aa-article__content .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-article__content h3,.aa-blog-article--cta .aa-blog-article__body .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-article__content .aa-blog-article__title {
        font-size:28px
    }
}

.aa-article__content .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-article__content h4,.blog-advanced .aa-blog-article__body .aa-article__content .aa-blog-article__title {
    font-weight: 700
}

@media (min-width: 1200px) {
    .aa-article__content .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-article__content h4,.blog-advanced .aa-blog-article__body .aa-article__content .aa-blog-article__title {
        font-size:20px
    }
}

.aa-article__content span.cta-wrapper {
    display: block
}

.aa-article__content a {
    color: #0c4554;
    text-decoration: none
}

.aa-article__content *+img {
    margin-top: 30px
}

@media (min-width: 768px) {
    .aa-article__content *+img {
        margin-top:50px
    }
}

.aa-article__content img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

.aa-article__content figcaption {
    color: #807f83;
    font-style: normal
}

@media (min-width: 1440px) {
    .aa-article__content figcaption {
        font-size:16px
    }
}

.aa-article__content img+figcaption {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .aa-article__content img+figcaption {
        margin-bottom:50px
    }
}

.aa-article__content ol,.aa-article__content ul {
    margin-bottom: 30px;
    margin-top: 0
}

.aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-article__content .brand_mt .aa-quote .aa-blockquote,.aa-article__content blockquote,.aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote,.brand_mt .aa-quote .aa-article__content .aa-blockquote {
    padding-top: 100px;
    position: relative
}

.aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.aa-article__content blockquote:before,.aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.brand_mt .aa-quote .aa-article__content .aa-blockquote:before {
    content: '"';
    font-size: 110px;
    left: 50%;
    position: absolute;
    top: 70px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.aa-article__content:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .aa-article__content {
        max-width:1680px;
        width: 100%
    }

    .aa-article__content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        width: 100%
    }

    .aa-article-cards__header .aa-article__content .title,.aa-article__content .aa-article-cards__header .title,.aa-article__content .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-article__content .article__tags,.aa-article__content .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-article__content .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-article__content a,.aa-article__content div,.aa-article__content figcaption,.aa-article__content h1,.aa-article__content h2,.aa-article__content h3,.aa-article__content h4,.aa-article__content h5,.aa-article__content h6,.aa-article__content ol,.aa-article__content p,.aa-article__content span,.aa-article__content ul,.aa-blog-article--cta .aa-blog-article__body .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-article__content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-article__content .aa-blog-article__title {
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
        width: 100%
    }

    .aa-article__content ol,.aa-article__content ul {
        margin-bottom: 40px
    }

    .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-article__content .brand_mt .aa-quote .aa-blockquote,.aa-article__content blockquote,.aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote,.brand_mt .aa-quote .aa-article__content .aa-blockquote {
        margin: 0 auto;
        max-width: 960px
    }
}

.hs-responsive-embed {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .hs-responsive-embed {
        margin-bottom:50px
    }
}

.article__author {
    border-top: 2px solid #e9eceb
}

.article__author__inner {
    margin: 0 20px;
    padding: 30px 0
}

@media (min-width: 992px) {
    .article__author__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 720px;
        padding-bottom: 50px;
        padding-top: 50px;
        width: 100%
    }

    .article__author__inner .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.article__author__inner .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.article__author__inner h2,.article__author__inner p,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .article__author__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .article__author__inner .aa-blog-article__title {
        font-size: 18px
    }
}

.aa-related-articles {
    background-color: #f4f4f4;
    padding: 20px
}

@media (min-width: 768px) {
    .aa-related-articles {
        padding:60px 40px 120px
    }
}

.aa-related-title {
    font-weight: 400
}

@media (min-width: 1200px) {
    .aa-related-title {
        margin:0 auto 30px;
        max-width: 1440px;
        padding-right: 0
    }
}

.aa-related-articles__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width: 992px) {
    .aa-related-articles__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .aa-related-articles__inner {
        margin:0 auto;
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0
    }
}

.page-front .aa-aa-related-articles__inner {
    padding-top: 0
}

.aa-meta-info {
    margin-bottom: 20px;
    margin-top: 15px
}

.aa-article__meta ul,.article__tags ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.aa-article__meta ul li,.article__tags ul li {
    position: relative
}

.aa-article__meta ul li:not(:first-of-type):before,.article__tags ul li:not(:first-of-type):before {
    color: #000;
    content: "•";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.aa-article__meta {
    -ms-flex-line-pack: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-content: flex-end;
    border-bottom: 1px solid #807f83;
    color: #0c4554;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    justify-content: space-between;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 576px) {
    .aa-article__meta {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 992px) {
    .aa-article__meta {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 18px;
        margin: 0 auto;
        max-width: 1200px;
        padding-bottom: 20px;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .aa-article__meta {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 1440px) {
    .aa-article__meta {
        padding-left:0;
        padding-right: 0
    }
}

.aa-article__meta a {
    color: #0c4554;
    text-decoration: none
}

.aa-article__meta p {
    color: #000;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 10px
}

.aa-article__meta p strong {
    color: #0c4554;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px
}

.aa-article__meta ul {
    max-width: 960px;
    padding-bottom: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .aa-article__meta ul {
        padding-bottom:0;
        padding-right: 0
    }
}

.aa-article__meta li {
    color: #0c4554
}

.aa-article__meta .social img {
    height: 40px;
    width: 40px
}

@media (min-width: 992px) {
    .aa-article__meta .social img {
        height:36px;
        width: 36px
    }
}

.blog-post .aa-subtitle {
    color: #0c4554;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.aa-blog-post-hero .back-arrow {
    font-size: 16px;
    font-weight: 600;
    left: 10%;
    line-height: 26px;
    position: absolute;
    text-decoration: none;
    top: 20%;
    z-index: 21
}

.aa-blog-post-content,.aa-blog-post-hero__inner,.aa-blog-post-share__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1200px) {
    .aa-blog-post-content,.aa-blog-post-hero__inner,.aa-blog-post-share__inner {
        padding-left:0;
        padding-right: 0
    }
}

.aa-article-cards__header .aa-blog-post-content .title,.aa-article-cards__header .aa-blog-post-hero__inner .title,.aa-article-cards__header .aa-blog-post-share__inner .title,.aa-blog-article--cta .aa-blog-article__body .aa-blog-post-content .aa-blog-article__title,.aa-blog-article--cta .aa-blog-article__body .aa-blog-post-hero__inner .aa-blog-article__title,.aa-blog-article--cta .aa-blog-article__body .aa-blog-post-share__inner .aa-blog-article__title,.aa-blog-post-content .aa-article-cards__header .title,.aa-blog-post-content .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-blog-post-content .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-blog-post-content .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-blog-post-content .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-blog-post-content .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-blog-post-content .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-blog-post-content .brand_mt .aa-quote .aa-blockquote,.aa-blog-post-content a,.aa-blog-post-content blockquote,.aa-blog-post-content h1,.aa-blog-post-content h2,.aa-blog-post-content h3,.aa-blog-post-content h4,.aa-blog-post-content h5,.aa-blog-post-content h6,.aa-blog-post-content li,.aa-blog-post-content p,.aa-blog-post-content span,.aa-blog-post-content ul,.aa-blog-post-hero__inner .aa-article-cards__header .title,.aa-blog-post-hero__inner .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-blog-post-hero__inner .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-blog-post-hero__inner .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-blog-post-hero__inner .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-blog-post-hero__inner .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-blog-post-hero__inner .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-blog-post-hero__inner .brand_mt .aa-quote .aa-blockquote,.aa-blog-post-hero__inner a,.aa-blog-post-hero__inner blockquote,.aa-blog-post-hero__inner h1,.aa-blog-post-hero__inner h2,.aa-blog-post-hero__inner h3,.aa-blog-post-hero__inner h4,.aa-blog-post-hero__inner h5,.aa-blog-post-hero__inner h6,.aa-blog-post-hero__inner li,.aa-blog-post-hero__inner p,.aa-blog-post-hero__inner span,.aa-blog-post-hero__inner ul,.aa-blog-post-share__inner .aa-article-cards__header .title,.aa-blog-post-share__inner .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-blog-post-share__inner .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-blog-post-share__inner .blog-advanced .aa-blog-article__body .aa-blog-article__title,.aa-blog-post-share__inner .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.aa-blog-post-share__inner .blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.aa-blog-post-share__inner .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-blog-post-share__inner .brand_mt .aa-quote .aa-blockquote,.aa-blog-post-share__inner a,.aa-blog-post-share__inner blockquote,.aa-blog-post-share__inner h1,.aa-blog-post-share__inner h2,.aa-blog-post-share__inner h3,.aa-blog-post-share__inner h4,.aa-blog-post-share__inner h5,.aa-blog-post-share__inner h6,.aa-blog-post-share__inner li,.aa-blog-post-share__inner p,.aa-blog-post-share__inner span,.aa-blog-post-share__inner ul,.aa-quote__inner .aa-quote__content .aa-blog-post-content .aa-blockquote,.aa-quote__inner .aa-quote__content .aa-blog-post-hero__inner .aa-blockquote,.aa-quote__inner .aa-quote__content .aa-blog-post-share__inner .aa-blockquote,.blog-advanced .aa-blog-article__body .aa-blog-post-content .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-blog-post-hero__inner .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-blog-post-share__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-post-content .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-post-hero__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-post-share__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-post-content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-post-hero__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-post-share__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-post-content .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-post-hero__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-post-share__inner .aa-blog-article__title,.brand_mt .aa-quote .aa-blog-post-content .aa-blockquote,.brand_mt .aa-quote .aa-blog-post-hero__inner .aa-blockquote,.brand_mt .aa-quote .aa-blog-post-share__inner .aa-blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.aa-blog-post-content img,.aa-blog-post-hero__inner img,.aa-blog-post-share__inner img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.aa-blog-post-hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(17,22,52,.4);
    box-shadow: inset 0 0 0 1000px rgba(17,22,52,.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    position: relative;
    text-align: center
}

@media (min-width: 768px) {
    .aa-blog-post-hero {
        height:100%;
        min-height: 660px
    }
}

.aa-blog-post-hero * {
    color: #fff
}

.aa-blog-post-hero:after {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aa-blog-post-hero .aa-blog-post-hero__inner {
    margin-top: 100px;
    z-index: 10
}

@media (min-width: 768px) {
    .aa-blog-post-hero .aa-blog-post-hero__inner {
        margin-top:0;
        padding-bottom: 0;
        padding-top: 80px
    }
}

.aa-blog-post-hero .aa-blog-post-hero__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: block;
    justify-content: center;
    margin-top: 10px
}

.aa-blog-post-hero .aa-blog-post-hero__footer>span {
    display: inline-block
}

.aa-blog-post-hero .aa-blog-post-hero__footer .aa-blog-article__date {
    font-size: 12px;
    line-height: 15px;
    margin-left: 40px
}

.aa-blog-post-hero .aa-blog-post-hero__footer .aa-blog-article__author {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-left: 20px
}

.aa-blog-post-share__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1200px
}

.aa-blog-post-share__inner .aa-blog-post-tags {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    max-width: 480px;
    width: 100%
}

.aa-blog-post-share__inner .aa-blog-post-tags a {
    color: #000;
    text-decoration: none
}

.aa-blog-post-share__inner .aa-blog-post-tags a:hover {
    text-decoration: underline
}

.aa-blog-post-share__inner .aa-blog-post-tags a:not(:last-child) {
    margin-right: 25px
}

.aa-blog-post-share__inner .aa-blog-post-social {
    margin-left: auto;
    max-width: 240px;
    text-align: right;
    width: 100%
}

.aa-blog-post-share__inner .aa-blog-post-social a:not(:last-child) {
    margin-right: 10px
}

.aa-blog-post-share__inner .aa-blog-post-social a {
    text-decoration: none
}

.aa-blog-post-share__inner .aa-blog-post-social svg.icon {
    fill: #0c4554;
    height: 45px;
    width: 45px
}

.aa-blog-post-share__inner .aa-blog-post-social a:hover svg.icon {
    fill: #56d8fd
}

.aa-blog-post-content hr {
    margin-bottom: 30px
}

.aa-blog-post-content img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.aa-blog-post-content .hs-cta-img {
    height: auto;
    width: auto
}

.related-articles .aa-cards {
    padding-top: 0
}

.related-articles .aa-cards .aa-card {
    color: #0c4554;
    margin-bottom: 0;
    margin-top: 30px;
    max-width: 360px
}

@media (min-width: 992px) {
    .related-articles .aa-cards .aa-card {
        margin-right:20px;
        margin-top: 0
    }
}

.related-articles .aa-cards .aa-card:first-of-type {
    margin-top: 0
}

@media (min-width: 992px) {
    .related-articles .aa-cards .aa-card:last-of-type {
        margin-right:0
    }
}

.aa-blog-article--cta .aa-blog-article__body .related-articles .aa-cards .aa-card:hover .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .related-articles .aa-cards .aa-card:hover .aa-blog-article__title,.related-articles .aa-cards .aa-card:hover .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.related-articles .aa-cards .aa-card:hover .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.related-articles .aa-cards .aa-card:hover h3 {
    color: #000
}

.related-articles .aa-cards .aa-card__header {
    height: 238px;
    margin-left: 0;
    margin-right: 0
}

.related-articles .aa-cards .aa-card__body {
    color: #000
}

.related-articles .aa-cards__inner {
    max-width: 1200px
}

.related-articles .aa-cards__header {
    border-top: 1px solid #f1f1f1;
    text-align: left
}

.related-articles .aa-card__footer .article-author {
    color: #000
}

.aa-landing-page {
    margin-top: 0
}

.aa-lp-vignette {
    color: #fff;
    font-weight: 400
}

@media (min-width: 1440px) {
    .aa-lp-vignette {
        font-size:20px;
        line-height: 30px
    }
}

.aa-panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 100%
}

@media (min-width: 768px) {
    .aa-panels {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.aa-panels__inner {
    width: 100%
}

@media (min-width: 768px) {
    .aa-panels__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px
    }
}

@media (min-width: 1440px) {
    .aa-panels__inner {
        max-width:100%;
        width: 100%
    }
}

.aa-panels__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .aa-panels__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.aa-panel {
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .aa-panel {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .aa-panel {
        max-width:720px
    }
}

@media (min-width: 1200px) {
    .aa-panel {
        padding-left:0;
        padding-right: 0
    }
}

.aa-panel>ol,.aa-panel>ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.aa-panel>ul {
    list-style: disc
}

.aa-panel>ol {
    list-style: decimal
}

.aa-panel img {
    margin-bottom: 30px;
    max-width: 100%
}

@media (min-width: 768px) {
    .aa-panel img {
        margin-bottom:60px
    }
}

.aa-panel .aa-quote__inner .aa-quote__content .aa-blockquote,.aa-panel .brand_mt .aa-quote .aa-blockquote,.aa-panel blockquote,.aa-quote__inner .aa-quote__content .aa-panel .aa-blockquote,.brand_mt .aa-quote .aa-panel .aa-blockquote {
    font-family: Roboto,serif;
    margin: 0;
    text-align: left
}

.aa-panel *+blockquote,.aa-panel .aa-quote__inner .aa-quote__content *+.aa-blockquote,.aa-panel .brand_mt .aa-quote *+.aa-blockquote,.aa-quote__inner .aa-quote__content .aa-panel *+.aa-blockquote,.brand_mt .aa-quote .aa-panel *+.aa-blockquote {
    margin-top: 25px
}

.aa-panel:first-of-type {
    max-width: 100%;
    padding: 40px 30px;
    width: 100%
}

@media (min-width: 768px) {
    .aa-panel:first-of-type {
        padding:80px 120px
    }
}

@media (min-width: 992px) {
    .aa-panel:first-of-type {
        padding-left:10px;
        padding-right: 10px
    }
}

@media (min-width: 1600px) {
    .aa-panel:first-of-type {
        padding-left:10px;
        padding-right: 10px
    }
}

@media (min-width: 1440px) {
    .aa-panel:first-of-type {
        max-width:50%;
        padding-bottom: 60px;
        padding-left: 120px;
        padding-right: 120px;
        width: 100%
    }
}

.aa-panel__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px
}

@media (min-width: 992px) {
    .aa-panel__body {
        margin:0 auto;
        padding: 60px 20px 0;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .aa-panel__body {
        padding:60px 100px 0 30px
    }
}

@media (min-width: 1440px) {
    .aa-panel__body {
        margin-left:auto;
        margin-right: 120px;
        max-width: 720px;
        padding: 120px 0 0
    }
}

.aa-panel__body:first-of-type {
    margin-right: 0;
    padding-top: 0
}

.aa-article-cards__header .aa-panel__body .title,.aa-panel__body .aa-article-cards__header .title,.aa-panel__body h1 {
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word
}

.aa-blog-article--cta .aa-blog-article__body .aa-panel__body .aa-blog-article__title,.aa-panel__body .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.aa-panel__body .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.aa-panel__body h3,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-panel__body .aa-blog-article__title {
    margin-bottom: 5px
}

@media (min-width: 1440px) {
    .aa-panel__body li,.aa-panel__body p {
        font-size:20px;
        line-height: 30px
    }
}

.aa-panel__body a {
    color: #000
}

.aa-panel__body a:hover {
    color: #0c4554
}

.aa-panel:last-of-type {
    background-color: #f1f1f1;
    padding: 80px 20px 100px
}

@media (min-width: 992px) {
    .aa-panel:last-of-type {
        max-width:50%;
        width: 100%
    }
}

@media (min-width: 1600px) {
    .aa-panel:last-of-type {
        max-width:50%;
        width: 100%
    }
}

.aa-landing-form {
    background-color: #fff;
    padding: 60px
}

@media (min-width: 768px) {
    .aa-landing-form {
        margin-left:auto;
        margin-right: auto;
        max-width: 480px
    }
}

@media (min-width: 1600px) {
    .aa-landing-form {
        max-width:720px
    }
}

.aa-landing-form .aa-search-results .hs-search-field__bar .hs-search-field__input,.aa-landing-form .hs-input,.aa-search-results .hs-search-field__bar .aa-landing-form .hs-search-field__input {
    background-color: hsla(0,0%,100%,.25);
    border-color: #000;
    border-radius: 0;
    color: #000
}

.aa-landing-form .hs-form-field,.aa-landing-form .hs-form-field span,.aa-landing-form .hs-richtext p {
    color: #000
}

.aa-landing-form .hs-submit input {
    background-color: #0c4554
}

.aa-landing-form .hs-submit input:hover {
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.25);
    box-shadow: 0 4px 30px rgba(0,0,0,.25)
}

.aa-landing-form legend {
    font-size: 12px
}

.aa-landing-form .hs-error-msg {
    color: #000;
    margin-top: 10px;
    padding-left: 22px;
    position: relative
}

.aa-landing-form .hs-error-msg:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23BA6970'/%3E%3Cpath d='m8.593 3.732-.12 5.508H7.5l-.132-5.508h1.224zm-.6 6.744c.24 0 .44.08.6.24a.8.8 0 0 1 .24.588.84.84 0 0 1-.24.6c-.16.16-.36.24-.6.24a.8.8 0 0 1-.588-.24.84.84 0 0 1-.24-.6.8.8 0 0 1 .24-.588.8.8 0 0 1 .588-.24z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.aa-landing-form .aa-search-results .hs-search-field__bar .invalid.error.hs-search-field__input,.aa-landing-form .hs-input.invalid.error,.aa-search-results .hs-search-field__bar .aa-landing-form .invalid.error.hs-search-field__input {
    background-color: rgba(35,205,253,.1);
    border: 1px solid #ba6970
}

.aa-landing-form__header {
    color: #000;
    font-weight: 300;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .aa-landing-form__header {
        margin-bottom:25px
    }
}

.brand_mt .aa-landing-page {
    margin-top: 0
}

.brand_mt .aa-lp-vignette {
    color: #fff;
    font-weight: 400
}

@media (min-width: 1440px) {
    .brand_mt .aa-lp-vignette {
        font-size:20px;
        line-height: 30px
    }
}

.brand_mt .aa-panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-panels {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.brand_mt .aa-panels__inner {
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-panels__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 1440px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-panels__inner {
        max-width:100%;
        width: 100%
    }
}

.brand_mt .aa-panels__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .brand_mt .aa-panels__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.brand_mt .aa-panel {
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-panel {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-panel {
        max-width:600px
    }
}

@media (min-width: 1200px) {
    .brand_mt .aa-panel {
        padding-left:0;
        padding-right: 0
    }
}

.brand_mt .aa-panel>ol,.brand_mt .aa-panel>ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.brand_mt .aa-panel>ul {
    list-style: disc
}

.brand_mt .aa-panel>ol {
    list-style: decimal
}

.brand_mt .aa-panel img {
    margin-bottom: 30px;
    max-width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-panel img {
        margin-bottom:60px
    }
}

.aa-quote__inner .aa-quote__content .brand_mt .aa-panel .aa-blockquote,.brand_mt .aa-panel .aa-quote .aa-blockquote,.brand_mt .aa-panel .aa-quote__inner .aa-quote__content .aa-blockquote,.brand_mt .aa-panel blockquote,.brand_mt .aa-quote .aa-panel .aa-blockquote {
    font-family: Roboto,serif;
    margin: 0;
    text-align: left
}

.aa-quote__inner .aa-quote__content .brand_mt .aa-panel *+.aa-blockquote,.brand_mt .aa-panel *+blockquote,.brand_mt .aa-panel .aa-quote *+.aa-blockquote,.brand_mt .aa-panel .aa-quote__inner .aa-quote__content *+.aa-blockquote,.brand_mt .aa-quote .aa-panel *+.aa-blockquote {
    margin-top: 25px
}

.brand_mt .aa-panel:first-of-type {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
}

@media (min-width: 768px) {
    .brand_mt .aa-panel:first-of-type {
        padding-left:120px;
        padding-right: 120px;
        padding-top: 120px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-panel:first-of-type {
        padding-left:10px;
        padding-right: 10px
    }
}

@media (min-width: 1600px) {
    .brand_mt .aa-panel:first-of-type {
        padding-left:10px;
        padding-right: 10px
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-panel:first-of-type {
        max-width:50%;
        padding-bottom: 60px;
        padding-left: 120px;
        padding-right: 120px;
        width: 100%
    }
}

.brand_mt .aa-panel__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px
}

@media (min-width: 992px) {
    .brand_mt .aa-panel__body {
        margin:0 auto;
        padding: 0 60px;
        width: 100%
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-panel__body {
        margin-left:auto;
        margin-right: 120px;
        max-width: 720px;
        padding: 120px 0 0
    }
}

.brand_mt .aa-panel__body:first-of-type {
    margin-right: 0
}

.aa-article-cards__header .brand_mt .aa-panel__body .title,.brand_mt .aa-panel__body .aa-article-cards__header .title,.brand_mt .aa-panel__body h1 {
    font-weight: 400
}

.brand_mt .aa-panel__body .aa-lp-vignette {
    color: #000
}

.aa-blog-article--cta .aa-blog-article__body .brand_mt .aa-panel__body .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .brand_mt .aa-panel__body .aa-blog-article__title,.brand_mt .aa-panel__body .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.brand_mt .aa-panel__body .blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.brand_mt .aa-panel__body h3 {
    margin-bottom: 5px
}

@media (min-width: 1440px) {
    .brand_mt .aa-panel__body li,.brand_mt .aa-panel__body p {
        font-size:20px;
        line-height: 30px
    }
}

.brand_mt .aa-panel__body a {
    color: #000
}

.brand_mt .aa-panel__body a:hover {
    color: #0c4554
}

.brand_mt .aa-panel:last-of-type {
    background-color: #0c4554;
    padding: 100px 20px
}

@media (min-width: 768px) {
    .brand_mt .aa-panel:last-of-type {
        padding:100px
    }
}

@media (min-width: 992px) {
    .brand_mt .aa-panel:last-of-type {
        max-width:50%;
        width: 100%
    }
}

@media (min-width: 1600px) {
    .brand_mt .aa-panel:last-of-type {
        max-width:50%;
        padding-top: 120px;
        width: 100%
    }
}

.brand_mt .aa-landing-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

@media (min-width: 992px) {
    .brand_mt .aa-landing-form {
        width:100%
    }
}

@media (min-width: 1440px) {
    .brand_mt .aa-landing-form {
        max-width:720px;
        padding: 120px 0 0 10px
    }
}

.aa-search-results .hs-search-field__bar .brand_mt .aa-landing-form .hs-search-field__input,.brand_mt .aa-landing-form .aa-search-results .hs-search-field__bar .hs-search-field__input,.brand_mt .aa-landing-form .hs-input {
    background-color: hsla(0,0%,100%,.25);
    border-color: #fff;
    border-radius: 0;
    color: #fff
}

.brand_mt .aa-landing-form .hs-form-field,.brand_mt .aa-landing-form .hs-form-field span,.brand_mt .aa-landing-form .hs-richtext p {
    color: #fff
}

.brand_mt .aa-landing-form .hs-submit input {
    background-color: #000
}

.brand_mt .aa-landing-form .hs-submit input:hover {
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.25);
    box-shadow: 0 4px 30px rgba(0,0,0,.25)
}

.brand_mt .hs-error-msg {
    color: #fff
}

.brand_mt .aa-landing-form__header {
    color: #fff;
    display: block;
    font-weight: 300;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .brand_mt .aa-landing-form__header {
        margin-bottom:25px
    }
}

.aa-panel:first-of-type {
    padding-left: 20px;
    padding-right: 20px
}

.aa-article-cards__header .aa-panel__body .title,.aa-panel__body .aa-article-cards__header .title,.aa-panel__body h1 {
    font-weight: 700;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.aa-landing-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 16px;
    width: 100%
}

@media (min-width: 992px) {
    .aa-landing-form {
        padding:60px 50px
    }
}

.aa-landing-form__header {
    display: block;
    margin-bottom: 25px;
    text-align: center
}

.aa-landing-form .hs-submit input {
    height: auto
}

.aa-landing-form .hs-submit input:hover {
    background-color: rgba(35,205,253,.7);
    -webkit-box-shadow: none;
    box-shadow: none
}

.aa-landing-form .hs-button {
    margin-left: 0;
    max-width: 100%
}

.aa-error-page__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 30px
}

@media (min-width: 768px) {
    .aa-error-page__text {
        height:100vh;
        margin: 0 auto;
        max-width: 360px;
        width: 100%
    }
}

@media (min-width: 992px) {
    .aa-error-page__text {
        padding:0
    }
}

.aa-article-cards__header .aa-error-page__text .title,.aa-error-page__text .aa-article-cards__header .title,.aa-error-page__text h1 {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .aa-article-cards__header .aa-error-page__text .title,.aa-error-page__text .aa-article-cards__header .title,.aa-error-page__text h1 {
        margin-bottom:30px
    }
}

.aa-error-page__text p {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .aa-error-page__text p {
        margin-bottom:30px
    }
}

.aa-password_page__inner {
    padding: 30px
}

@media (min-width: 992px) {
    .aa-password_page__inner {
        margin:60px auto 0;
        max-width: 960px;
        padding: 0;
        width: 100%
    }
}

.aa-password_page .hs_cos_wrapper_type_password_prompt form {
    margin-top: 30px
}

.aa-password_page .hs_cos_wrapper_type_password_prompt form label {
    display: none
}

.aa-password_page .hs_cos_wrapper_type_password_prompt input[type=password] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px!important;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 576px) {
    .aa-password_page .hs_cos_wrapper_type_password_prompt input[type=password] {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto
    }

    .aa-password_page .hs_cos_wrapper_type_password_prompt input[type=submit] {
        margin-left: 15px
    }
}

.aa-search-results {
    padding-left: 20px;
    padding-right: 20px
}

.aa-search-results__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.aa-search-results__header {
    margin-bottom: 50px
}

.aa-article-cards__header .aa-search-results__header .title,.aa-search-results__header .aa-article-cards__header .title,.aa-search-results__header h1 {
    margin-bottom: 0
}

.aa-search-results .hs-search-results li,.aa-search-results .hs-search-results ul {
    margin: 0;
    padding: 0
}

.aa-search-results .hs-search-results li {
    list-style: none
}

.aa-search-results .hs-search-results li:not(:last-of-type) {
    margin-bottom: 35px
}

.aa-search-results .hs-search-results .hs-search-results__title {
    display: block
}

.aa-search-results .hs-search-results .hs-search-results__description {
    margin-top: 5px
}

.aa-search-results .hs-search-results .hs-search-highlight {
    background-color: rgba(35,205,253,.5);
    font-weight: 500
}

.aa-search-results .hs-search-results .hs-search-results__pagination {
    margin-top: 35px
}

.aa-search-results .hs-search-results .hs-search-results__next-page {
    float: right
}

.aa-search-results .hs-search-field__bar {
    margin-bottom: 35px
}

.aa-search-results .hs-search-field__bar .hs-search-field__input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23888' d='M443.5 420.2 336.7 312.4c20.9-26.2 33.5-59.4 33.5-95.5 0-84.5-68.5-153-153.1-153S64 132.5 64 217s68.5 153 153.1 153c36.6 0 70.1-12.8 96.5-34.2l106.1 107.1c3.2 3.4 7.6 5.1 11.9 5.1 4.1 0 8.2-1.5 11.3-4.5 6.6-6.3 6.8-16.7.6-23.3zm-226.4-83.1c-32.1 0-62.3-12.5-85-35.2-22.7-22.7-35.2-52.9-35.2-84.9 0-32.1 12.5-62.3 35.2-84.9 22.7-22.7 52.9-35.2 85-35.2s62.3 12.5 85 35.2c22.7 22.7 35.2 52.9 35.2 84.9 0 32.1-12.5 62.3-35.2 84.9-22.7 22.7-52.9 35.2-85 35.2z'/%3E%3C/svg%3E");
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    font-size: 16px;
    height: 50px;
    line-height: 1;
    min-height: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-top: 5px;
    width: 100%
}

@media (min-width: 576px) {
    .aa-search-results .hs-search-field__bar .hs-search-field__input {
        background-size:25px 25px;
        font-size: 18px;
        height: 60px;
        min-height: 60px;
        padding-left: 55px
    }
}

.aa-search-results .hs-search-field__bar .subscription-page .hs-search-field__input,.subscription-page .aa-search-results .hs-search-field__bar .hs-search-field__input,.subscription-page .hs-input {
    max-width: 100%
}

.subscription-page .hs-button.primary {
    margin-left: 0;
    padding-left: 20px
}

.subscription-page .email-prefs .item {
    background: #f1f1f1;
    border: 1px solid #686868;
    border-radius: 3px;
    color: #000;
    padding: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.subscription-page .email-prefs .item.checked {
    background: #0c4554;
    border-color: #0290b8;
    color: #fff
}

.subscription-page .email-prefs .item.checked p {
    color: #fff
}

.subscription-page .email-prefs .item p {
    color: inherit
}

.subscription-page .email-prefs .fakelabel {
    display: block;
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.subscription-page .email-prefs .subscribe-options .header {
    margin-bottom: 5px
}

.js-enabled .subscription-page .email-prefs input[type=checkbox] {
    pointer-events: none
}

.subscription-page .success {
    background: #0c4554;
    border: 1px solid #0290b8;
    border-radius: 3px;
    color: #fff;
    padding: 30px
}

.subscription-page .success p {
    color: inherit
}

.subscription-page .hs_cos_wrapper_type_email_simple_subscription #content>div {
    margin-bottom: 25px;
    padding: 0!important
}

.subscription-page .hs_cos_wrapper_type_email_simple_subscription input[type=email] {
    border-color: #000;
    color: #000;
    font-size: 19px!important;
    padding-left: 10px!important;
    padding-right: 10px!important
}

#email-prefs-form p.header {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

.blog-advanced .aa-blog-post-header__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width: 1440px) {
    .blog-advanced .aa-blog-post-header__inner {
        padding-left:0;
        padding-right: 0
    }
}

.blog-advanced .aa-blog-post__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.blog-advanced .aa-blog-post__body .aa-blog-post__info {
    width: 100%
}

.blog-advanced .aa-blog-post__body .aa-blog-post__title {
    padding-top: 30px
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post__body .aa-blog-post__title {
        padding-top:0
    }
}

.blog-advanced .aa-blog-post__body .aa-blog-article__author {
    margin-left: 20px
}

.blog-advanced .aa-blog-post-header__image {
    height: 300px;
    width: 100%
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-header__image {
        height:400px
    }
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post-header__image {
        margin-bottom:0;
        max-width: 50%;
        min-height: 350px;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .blog-advanced .aa-blog-post-header__image {
        height:100%;
        margin-bottom: 0;
        max-height: 420px;
        max-width: 600px
    }
}

.blog-advanced .aa-blog-post__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1200px;
    padding-top: 20px
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post__footer {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 50px
    }
}

.blog-advanced .aa-blog-post__footer ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-advanced .aa-blog-post__footer ul li:not(:last-of-type) {
    margin-right: 10px
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post__footer ul li:not(:last-of-type) {
        margin-right:20px
    }
}

.blog-advanced .aa-blog-post__footer ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post__footer ul li a {
        font-size:16px;
        line-height: 20px
    }
}

.blog-advanced .aa-blog-post__footer ul li a:hover {
    opacity: .7
}

.blog-advanced .aa-blog-post__footer ul a {
    text-decoration: none
}

.blog-advanced .aa-blog-post__footer .aa-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    padding-top: 16px
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post__footer .aa-social {
        margin-left:auto
    }
}

.blog-advanced .aa-blog-post-content__inner {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-content__inner {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post-content__inner {
        padding-left:0;
        padding-right: 0
    }
}

.blog-advanced .aa-blog-post-content__inner span.cta-wrapper {
    display: block
}

.blog-advanced .aa-blog-post-content__inner *+img {
    margin-top: 30px
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-content__inner *+img {
        margin-top:50px
    }
}

.blog-advanced .aa-blog-post-content__inner img {
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-content__inner img {
        margin-bottom:50px
    }
}

.blog-advanced .aa-blog-post-content__inner ol,.blog-advanced .aa-blog-post-content__inner ul {
    margin-bottom: 30px;
    margin-top: 0
}

.blog-advanced .aa-blog-post-content__inner p a {
    display: inline;
    text-decoration: none
}

.blog-advanced .aa-blog-post-content__inner p a:hover {
    text-decoration: underline
}

@media (min-width: 992px) {
    .aa-article-cards__header .blog-advanced .aa-blog-post-content__inner .title,.aa-blog-article--cta .aa-blog-article__body .blog-advanced .aa-blog-post-content__inner .aa-blog-article__title,.blog-advanced .aa-blog-article__body .aa-blog-post-content__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-post-content__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-post-content__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article__header .aa-blog-post-content__inner .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner .aa-article-cards__header .title,.blog-advanced .aa-blog-post-content__inner .aa-blog-article--cta .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner .aa-blog-article__body .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner .aa-blog-articles--grid .aa-blog-article__header .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner .article__tags,.blog-advanced .aa-blog-post-content__inner a,.blog-advanced .aa-blog-post-content__inner h1,.blog-advanced .aa-blog-post-content__inner h2,.blog-advanced .aa-blog-post-content__inner h3,.blog-advanced .aa-blog-post-content__inner h4,.blog-advanced .aa-blog-post-content__inner h6,.blog-advanced .aa-blog-post-content__inner hr,.blog-advanced .aa-blog-post-content__inner img,.blog-advanced .aa-blog-post-content__inner ol,.blog-advanced .aa-blog-post-content__inner p,.blog-advanced .aa-blog-post-content__inner span,.blog-advanced .aa-blog-post-content__inner ul {
        display:block;
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
        width: 100%
    }

    .blog-advanced .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-post-content__inner .aa-blog-article__title,.blog-advanced .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-post-content__inner .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner .aa-blog-articles--cards .aa-blog-article--featured .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner .aa-blog-articles--grid .aa-blog-article:first-of-type .aa-blog-article__header .aa-blog-article__title,.blog-advanced .aa-blog-post-content__inner h2 {
        font-size: 45px;
        font-weight: 700;
        line-height: 50px;
        word-break: keep-all
    }

    .blog-advanced .aa-blog-post-content__inner ol,.blog-advanced .aa-blog-post-content__inner ul {
        margin-bottom: 40px
    }
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 520px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post--plus .aa-blog-post-hero {
        min-height:740px;
        padding-left: 0;
        padding-right: 0
    }
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-hero:after {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    z-index: 10
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post--plus .aa-blog-post-hero__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 840px
    }
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-title {
    color: #fff;
    text-align: center
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post--plus .aa-blog-post-hero__body {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center
    }
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-hero__categories {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post--plus .aa-blog-post-hero__categories {
        margin-bottom:0
    }
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-hero__categories a {
    color: #fff;
    margin-bottom: 0;
    text-decoration: none
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-hero__categories a:hover {
    text-decoration: underline
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-hero__categories a:not(:last-of-type) {
    margin-right: 10px
}

.blog-advanced .aa-blog-post--plus .aa-read-time {
    font-weight: 400;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post--plus .aa-read-time {
        border-left:2px solid #fff;
        margin-left: 16px;
        padding-left: 16px
    }
}

.aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote,.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote,.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote,.blog-advanced .aa-blog-post--plus blockquote,.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote {
    background-color: #0c4554;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    padding-bottom: 90px;
    padding-top: 90px
}

@media (min-width: 768px) {
    .aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote,.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote,.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote,.blog-advanced .aa-blog-post--plus blockquote,.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote {
        font-size:40px;
        line-height: 46px;
        padding-left: 40px
    }
}

.aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote p,.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote p,.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote p,.blog-advanced .aa-blog-post--plus blockquote p,.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote p {
    color: #fff;
    max-width: 960px
}

.aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote strong,.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote strong,.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote strong,.blog-advanced .aa-blog-post--plus blockquote strong,.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote strong {
    color: #fff
}

.aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote p:first-of-type,.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote p:first-of-type,.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote p:first-of-type,.blog-advanced .aa-blog-post--plus blockquote p:first-of-type,.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote p:first-of-type {
    font-style: normal;
    margin-bottom: 16px
}

.aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus blockquote p:nth-of-type(2),.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(2) {
    font-size: 26px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus blockquote p:nth-of-type(2),.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(2) {
        margin-top:32px
    }
}

@media (min-width: 992px) {
    .aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote p:nth-of-type(2),.blog-advanced .aa-blog-post--plus blockquote p:nth-of-type(2),.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(2) {
        font-size:47px;
        line-height: 59px
    }
}

.aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(3),.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote p:nth-of-type(3),.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote p:nth-of-type(3),.blog-advanced .aa-blog-post--plus blockquote p:nth-of-type(3),.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(3) {
    margin-bottom: 0
}

.aa-quote__inner .aa-quote__content .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(4),.blog-advanced .aa-blog-post--plus .aa-quote__inner .aa-quote__content .aa-blockquote p:nth-of-type(4),.blog-advanced .aa-blog-post--plus .brand_mt .aa-quote .aa-blockquote p:nth-of-type(4),.blog-advanced .aa-blog-post--plus blockquote p:nth-of-type(4),.brand_mt .aa-quote .blog-advanced .aa-blog-post--plus .aa-blockquote p:nth-of-type(4) {
    font-style: normal
}

.blog-advanced .aa-blog-post--plus .aa-blog-post-content__inner .takeaways {
    color: #0c4554
}

.blog-advanced .aa-blog-post--plus .aa-blog-articles__header {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.blog-advanced .aa-blog-post-intro {
    width: 100%
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post-intro {
        margin-left:auto;
        margin-right: auto;
        max-width: 1200px
    }
}

.blog-advanced .aa-blog-post-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-intro__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.blog-advanced .aa-blog-post-intro__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-intro__header {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: none;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        max-width: 180px;
        padding-top: 0
    }
}

@media (min-width: 1440px) {
    .blog-advanced .aa-blog-post-intro__header {
        padding-left:0;
        padding-right: 60px
    }
}

.blog-advanced .aa-blog-post-intro__header .aa-avatar {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-intro__header .aa-avatar {
        margin-bottom:15px
    }
}

.blog-advanced .aa-blog-post-intro__header .aa-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-intro__header .aa-social {
        display:block
    }
}

.blog-advanced .aa-blog-post-intro__meta {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    margin-left: 15px
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-intro__meta {
        margin-left:0
    }
}

.blog-advanced .aa-blog-post-intro__meta .aa-blog-article__author {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 8px
}

.blog-advanced .aa-blog-post-intro__body {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .blog-advanced .aa-blog-post-intro__body {
        max-width:720px;
        padding-left: 32px
    }
}

@media (min-width: 992px) {
    .blog-advanced .aa-blog-post-intro__body {
        padding-left:60px
    }
}

.blog-advanced .aa-avatar {
    border-radius: 50%;
    height: 80px;
    width: 80px
}

@media (min-width: 768px) {
    .blog-advanced .aa-avatar {
        height:120px;
        width: 120px
    }
}

.blog-advanced .aa-social p {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.blog-advanced .aa-social .aa-social__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 20px
}

@media (min-width: 768px) {
    .blog-advanced .aa-social .aa-social__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0
    }
}

.blog-advanced .aa-social .aa-social__inner a {
    display: block
}

.blog-advanced .aa-social .aa-social__inner a:not(:last-of-type) {
    margin-right: 10px
}

.blog-advanced .aa-social .aa-social__inner svg {
    height: 32px;
    width: 32px
}

.blog-advanced .aa-social .aa-social__inner svg:hover {
    opacity: .7
}

.sk-blog .aa-blog-post-intro__meta {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    width: 100%
}

.sk-blog .aa-blog-post-intro__meta span {
    display: inline-block;
    width: auto
}

.sk-blog .aa-blog-post-intro {
    padding-bottom: 0;
    padding-top: 0
}

.sk-blog .aa-blog-post-intro__inner {
    position: relative
}

@media (min-width: 992px) {
    .sk-blog .aa-blog-post-intro__inner {
        position:absolute
    }
}

.sk-blog .aa-blog-post-intro__header {
    padding-bottom: 20px;
    padding-top: 0
}

@media (min-width: 768px) {
    .sk-blog .aa-blog-post-intro__header {
        padding-bottom:0;
        padding-top: 0
    }
}

.sk-front-page .header {
    background-color: #fff
}

.sk-front-page main {
    background-color: #001b48;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.sk-front-page .background-container {
    background-position: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .sk-front-page .background-container {
        background-position:50%;
        background-size: cover
    }
}

.sk-front-page .background-container:after {
    background: linear-gradient(359.78deg,rgba(0,27,72,.4) 93.2%,rgba(0,27,72,0) 99.82%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 900px;
    width: 100%
}

@media (min-width: 768px) {
    .sk-front-page .background-container:after {
        content:none
    }
}

.sk-front-page .aa-hero {
    display: block;
    min-height: calc(100vh - 100px);
    position: relative
}

@media (min-width: 768px) {
    .sk-front-page .aa-hero {
        min-height:650px
    }
}

@media (min-width: 992px) {
    .sk-front-page .aa-hero {
        min-height:915px
    }
}

@media (min-width: 1200px) {
    .sk-front-page .aa-hero {
        min-height:calc(100vh - 100px)
    }
}

.sk-front-page .aa-hero .aa-hero__inner {
    padding-top: 150px
}

@media (min-width: 768px) {
    .sk-front-page .aa-hero .aa-hero__inner {
        padding-top:220px
    }
}

@media (min-width: 992px) {
    .sk-front-page .aa-hero .aa-hero__inner {
        padding-top:290px
    }
}

.aa-article-cards__header .sk-front-page .aa-hero .aa-hero__body .title,.sk-front-page .aa-hero .aa-hero__body .aa-article-cards__header .title,.sk-front-page .aa-hero .aa-hero__body h1 {
    color: #0c4554;
    margin-bottom: 50px
}

@media (min-width: 576px) {
    .aa-article-cards__header .sk-front-page .aa-hero .aa-hero__body .title,.sk-front-page .aa-hero .aa-hero__body .aa-article-cards__header .title,.sk-front-page .aa-hero .aa-hero__body h1 {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .aa-article-cards__header .sk-front-page .aa-hero .aa-hero__body .title,.sk-front-page .aa-hero .aa-hero__body .aa-article-cards__header .title,.sk-front-page .aa-hero .aa-hero__body h1 {
        font-size:80px;
        line-height: 101px
    }
}

.sk-front-page .aa-hero .aa-hero__body p {
    color: #000;
    font-weight: 400
}

@media (min-width: 768px) {
    .sk-front-page .aa-hero .aa-hero__body p {
        max-width:540px
    }
}

.sk-front-page .aa-hero .aa-hero__footer {
    margin-bottom: 0;
    margin-top: 50px
}

@media (min-width: 576px) {
    .sk-front-page .aa-hero .aa-hero__footer {
        margin-top:35px
    }
}

@media (min-width: 768px) {
    .sk-front-page .aa-hero .aa-hero__footer {
        margin-bottom:130px;
        margin-top: 90px
    }
}

@media (min-width: 992px) {
    .sk-front-page .aa-hero .aa-hero__footer {
        margin-top:135px
    }
}

@media (min-width: 1200px) {
    .sk-front-page .aa-hero .aa-hero__footer {
        margin-top:155px
    }
}

@media (min-width: 1600px) {
    .sk-front-page .aa-hero .aa-hero__footer {
        margin-top:195px
    }
}

.sk-front-page .aa-hero.no-footer {
    padding-bottom: 100px
}

@media (min-width: 576px) {
    .sk-front-page .aa-hero.no-footer {
        padding-bottom:215px
    }
}

@media (min-width: 768px) {
    .sk-front-page .aa-hero.no-footer {
        padding-bottom:290px
    }
}

@media (min-width: 992px) {
    .sk-front-page .aa-hero.no-footer {
        padding-bottom:355px
    }
}

@media (min-width: 1200px) {
    .sk-front-page .aa-hero.no-footer {
        padding-bottom:374px
    }
}

@media (min-width: 1600px) {
    .sk-front-page .aa-hero.no-footer {
        padding-bottom:415px
    }
}

.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center {
    position: relative;
    z-index: 10
}

@media (min-width: 768px) {
    .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-wysiwyg__inner {
        margin-left:auto;
        margin-right: auto;
        max-width: 540px
    }
}

.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-wysiwyg__header {
    margin-bottom: 30px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-article__content .aa-quote__inner .aa-quote__content .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-blockquote:before,.aa-article__content .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-blockquote:before,.brand_mt .aa-quote__inner .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .quote,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-article__content blockquote:before,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .brand_mt .aa-quote__inner .quote,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .subtitle {
    color: #fff
}

.aa-article-cards__header .sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .title,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .aa-article-cards__header .title,.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center h1 {
    margin-bottom: 0
}

.sk-front-page .aa-wysiwyg--v2.aa-wysiwyg--wide.aa-wysiwyg--center .button-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 55px;
    width: 100%
}

.sk-front-page .aa-columns--front {
    margin-top: 400px
}

@media (min-width: 576px) {
    .sk-front-page .aa-columns--front {
        margin-top:300px
    }
}

@media (min-width: 768px) {
    .sk-front-page .aa-columns--front {
        margin-top:0
    }
}

.sk-front-page .aa-columns--front .aa-columns__inner {
    max-width: 100%;
    padding-top: 60px
}

@media (min-width: 768px) {
    .sk-front-page .aa-columns--front .aa-columns__inner {
        padding-top:0
    }
}

.sk-front-page .aa-columns--front .aa-column--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 10
}

@media (min-width: 992px) {
    .sk-front-page .aa-columns--front .aa-column--text {
        min-height:625px
    }
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-article-cards__header .sk-front-page .aa-columns--front .aa-column--text .title,.aa-article__content .aa-quote__inner .aa-quote__content .sk-front-page .aa-columns--front .aa-column--text .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .sk-front-page .aa-columns--front .aa-column--text .aa-blockquote:before,.aa-article__content .sk-front-page .aa-columns--front .aa-column--text blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .sk-front-page .aa-columns--front .aa-column--text .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .sk-front-page .aa-columns--front .aa-column--text .aa-blockquote:before,.brand_mt .aa-quote__inner .sk-front-page .aa-columns--front .aa-column--text .quote,.sk-front-page .aa-columns--front .aa-column--text .aa-article-cards__header .title,.sk-front-page .aa-columns--front .aa-column--text .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.sk-front-page .aa-columns--front .aa-column--text .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.sk-front-page .aa-columns--front .aa-column--text .aa-article__content blockquote:before,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.sk-front-page .aa-columns--front .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.sk-front-page .aa-columns--front .aa-column--text .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.sk-front-page .aa-columns--front .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.sk-front-page .aa-columns--front .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.sk-front-page .aa-columns--front .aa-column--text .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.sk-front-page .aa-columns--front .aa-column--text .brand_mt .aa-quote__inner .quote,.sk-front-page .aa-columns--front .aa-column--text .subtitle,.sk-front-page .aa-columns--front .aa-column--text h1,.sk-front-page .aa-columns--front .aa-column--text p {
    color: #fff
}

.sk-front-page .aa-columns--front .aa-column--text .link {
    color: #fff;
    margin-top: 40px;
    text-decoration: none
}

.sk-front-page .aa-columns--front .aa-column--text .link-arrow {
    position: relative
}

.sk-front-page .aa-columns--front .aa-column--text .link-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.707 8.707a1 1 0 0 0 0-1.414L25.343.929a1 1 0 1 0-1.414 1.414L29.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364zM0 9h31V7H0v2z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    height: 16px;
    left: 20px;
    position: absolute;
    top: 4px;
    width: 32px
}

.sk-front-page .aa-columns--front .aa-column--text:hover {
    background-size: cover
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #000
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #000
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #000
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #000
}

.aa-article-cards__header .sk-front-page .aa-columns--front .aa-column--text:hover .title,.aa-article__content .aa-quote__inner .aa-quote__content .sk-front-page .aa-columns--front .aa-column--text:hover .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .sk-front-page .aa-columns--front .aa-column--text:hover .aa-blockquote:before,.aa-article__content .sk-front-page .aa-columns--front .aa-column--text:hover blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .sk-front-page .aa-columns--front .aa-column--text:hover .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--front .aa-column--text:hover .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .sk-front-page .aa-columns--front .aa-column--text:hover .aa-blockquote:before,.brand_mt .aa-quote__inner .sk-front-page .aa-columns--front .aa-column--text:hover .quote,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-article-cards__header .title,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-article__content blockquote:before,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.sk-front-page .aa-columns--front .aa-column--text:hover .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.sk-front-page .aa-columns--front .aa-column--text:hover .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.sk-front-page .aa-columns--front .aa-column--text:hover .brand_mt .aa-quote__inner .quote,.sk-front-page .aa-columns--front .aa-column--text:hover .link,.sk-front-page .aa-columns--front .aa-column--text:hover .subtitle,.sk-front-page .aa-columns--front .aa-column--text:hover h1,.sk-front-page .aa-columns--front .aa-column--text:hover p {
    color: #000
}

.sk-front-page .aa-columns--front .aa-column--text:hover .link-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.707 8.707a1 1 0 0 0 0-1.414L25.343.929a1 1 0 1 0-1.414 1.414L29.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364zM0 9h31V7H0v2z' fill='%23000'/%3E%3C/svg%3E")
}

.sk-front-page .aa-columns--front .aa-column--text:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
    max-width: none
}

@media (min-width: 1200px) {
    .sk-front-page .aa-columns--front .aa-column--text:nth-of-type(2n) {
        padding-left:240px;
        padding-right: 120px
    }
}

.sk-front-page .aa-columns--front .aa-column--text:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 0;
    max-width: none
}

@media (min-width: 1200px) {
    .sk-front-page .aa-columns--front .aa-column--text:nth-of-type(odd) {
        padding-left:120px;
        padding-right: 240px
    }
}

.sk-front-page .aa-columns--wide {
    position: relative;
    z-index: 10
}

.sk-front-page .aa-columns--wide .aa-columns__inner {
    max-width: 1680px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .sk-front-page .aa-columns--wide .aa-column--image {
        margin-left:-120px
    }
}

.sk-front-page .aa-columns--wide .aa-column--text {
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (min-width: 768px) {
    .sk-front-page .aa-columns--wide .aa-column--text {
        margin-left:0;
        padding-left: 40px
    }
}

@media (min-width: 1200px) {
    .sk-front-page .aa-columns--wide .aa-column--text {
        margin-left:auto;
        padding-left: 0
    }
}

.sk-front-page .aa-columns--wide .aa-column--text>* {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    margin-bottom: 35px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    margin-bottom: 35px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    margin-bottom: 35px
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    margin-bottom: 35px
}

.aa-article__content .aa-quote__inner .aa-quote__content .sk-front-page .aa-columns--wide .aa-column--text .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .sk-front-page .aa-columns--wide .aa-column--text .aa-blockquote:before,.aa-article__content .sk-front-page .aa-columns--wide .aa-column--text blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .sk-front-page .aa-columns--wide .aa-column--text .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-columns--wide .aa-column--text .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .sk-front-page .aa-columns--wide .aa-column--text .aa-blockquote:before,.brand_mt .aa-quote__inner .sk-front-page .aa-columns--wide .aa-column--text .quote,.sk-front-page .aa-columns--wide .aa-column--text .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.sk-front-page .aa-columns--wide .aa-column--text .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.sk-front-page .aa-columns--wide .aa-column--text .aa-article__content blockquote:before,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.sk-front-page .aa-columns--wide .aa-column--text .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.sk-front-page .aa-columns--wide .aa-column--text .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.sk-front-page .aa-columns--wide .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.sk-front-page .aa-columns--wide .aa-column--text .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.sk-front-page .aa-columns--wide .aa-column--text .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.sk-front-page .aa-columns--wide .aa-column--text .brand_mt .aa-quote__inner .quote,.sk-front-page .aa-columns--wide .aa-column--text .subtitle {
    margin-bottom: 35px
}

.sk-front-page .aa-columns--wide .aa-column--text .button-group {
    margin-top: 45px
}

.aa-quote__inner .aa-quote__content .sk-front-page .aa-quote .aa-blockquote span,.brand_mt .sk-front-page .aa-quote .aa-blockquote span,.sk-front-page .aa-quote .aa-quote__inner .aa-quote__content .aa-blockquote span,.sk-front-page .aa-quote blockquote span,.sk-front-page .brand_mt .aa-quote .aa-blockquote span {
    color: #0c4554
}

.sk-front-page .aa-quote .button-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 45px
}

.sk-front-page .aa-article-cards {
    padding-bottom: 135px;
    position: relative;
    z-index: 10
}

.sk-front-page .aa-article-cards .aa-article-cards__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input::-webkit-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-input::-webkit-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-webkit-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-webkit-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input::-moz-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-input::-moz-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-moz-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-moz-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-moz-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input:-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-input:-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input:-ms-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input:-ms-input-placeholder {
    color: #fff
}

.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input::-ms-input-placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-input::-ms-input-placeholder,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::-ms-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::-ms-input-placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::-ms-input-placeholder {
    color: #fff
}

.aa-article__content .aa-quote__inner .aa-quote__content .sk-front-page .aa-article-cards .aa-article-cards__header .aa-blockquote:before,.aa-article__content .brand_mt .aa-quote .sk-front-page .aa-article-cards .aa-article-cards__header .aa-blockquote:before,.aa-article__content .sk-front-page .aa-article-cards .aa-article-cards__header blockquote:before,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input,.aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input::placeholder,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-input,.aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-input::placeholder,.aa-quote__inner .aa-quote__content .aa-article__content .sk-front-page .aa-article-cards .aa-article-cards__header .aa-blockquote:before,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input,.aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .sk-front-page .aa-article-cards .aa-article-cards__header .hs-search-field__input::placeholder,.brand_mt .aa-quote .aa-article__content .sk-front-page .aa-article-cards .aa-article-cards__header .aa-blockquote:before,.brand_mt .aa-quote__inner .sk-front-page .aa-article-cards .aa-article-cards__header .quote,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-article__content .brand_mt .aa-quote .aa-blockquote:before,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-article__content blockquote:before,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input,.sk-front-page .aa-article-cards .aa-article-cards__header .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder,.sk-front-page .aa-article-cards .aa-article-cards__header .brand_mt .aa-quote .aa-article__content .aa-blockquote:before,.sk-front-page .aa-article-cards .aa-article-cards__header .brand_mt .aa-quote__inner .quote,.sk-front-page .aa-article-cards .aa-article-cards__header .subtitle,.sk-front-page .aa-article-cards .aa-article-cards__header .title,.sk-front-page .aa-article-cards .aa-article-cards__header h1 {
    color: #fff
}

.sk-front-page .aa-article-cards .aa-article-card {
    background-color: transparent
}

.sk-front-page .aa-article-cards .aa-article-card .aa-article-card__content>* {
    color: #fff
}

.sk-front-page .aa-article-cards .aa-article-cards__footer .aa-button--outline {
    z-index: 1
}

.typ-branding__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

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

.error {
  display: block;
  min-height: 0;
}

/* Bezpieczne selektory dla modułu z formularzem - używają charakterystycznych klas tego modułu */
.hs_cos_wrapper_type_module .aa-columns .aa-column--text h1,
.aa-columns--form .aa-column--text h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text h2,
.aa-columns--form .aa-column--text h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-semibold);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.26;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text h3,
.aa-columns--form .aa-column--text h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-medium);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text h4,
.aa-columns--form .aa-column--text h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-regular);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text h5,
.aa-columns--form .aa-column--text h5 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text h6,
.aa-columns--form .aa-column--text h6 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text p,
.aa-columns--form .aa-column--text p {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text ul,
.aa-columns--form .aa-column--text ul {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text ol,
.aa-columns--form .aa-column--text ol {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-type: decimal;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text li,
.aa-columns--form .aa-column--text li {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text ul ul,
.aa-columns--form .aa-column--text ul ul {
  list-style-type: circle;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text ul ul ul,
.aa-columns--form .aa-column--text ul ul ul {
  list-style-type: square;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text ol ol,
.aa-columns--form .aa-column--text ol ol {
  list-style-type: lower-alpha;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text ol ol ol,
.aa-columns--form .aa-column--text ol ol ol {
  list-style-type: lower-roman;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text blockquote,
.aa-columns--form .aa-column--text blockquote {
  font-size: var(--font-size-lg);
  font-style: italic;
  font-weight: var(--font-weight-regular);
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid var(--color-gray, #e5e5e5);
  background-color: rgba(0, 0, 0, 0.02);
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text code,
.aa-columns--form .aa-column--text code {
  font-size: var(--font-size-sm);
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-weight: var(--font-weight-regular);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text pre,
.aa-columns--form .aa-column--text pre {
  font-size: var(--font-size-sm);
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
  margin: 1rem 0;
  line-height: 1.4;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text pre code,
.aa-columns--form .aa-column--text pre code {
  background-color: transparent;
  padding: 0;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text table,
.aa-columns--form .aa-column--text table {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text th,
.aa-columns--form .aa-column--text th {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  padding: 0.75rem;
  text-align: left;
  border-bottom: 2px solid var(--color-gray, #e5e5e5);
  background-color: rgba(0, 0, 0, 0.02);
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text td,
.aa-columns--form .aa-column--text td {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  padding: 0.75rem;
  border-bottom: 1px solid var(--color-gray, #e5e5e5);
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text tr:hover,
.aa-columns--form .aa-column--text tr:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text strong,
.hs_cos_wrapper_type_module .aa-columns .aa-column--text b,
.aa-columns--form .aa-column--text strong,
.aa-columns--form .aa-column--text b {
  font-weight: 700;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text em,
.hs_cos_wrapper_type_module .aa-columns .aa-column--text i,
.aa-columns--form .aa-column--text em,
.aa-columns--form .aa-column--text i {
  font-style: italic;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text u,
.aa-columns--form .aa-column--text u {
  text-decoration: underline;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text s,
.hs_cos_wrapper_type_module .aa-columns .aa-column--text del,
.aa-columns--form .aa-column--text s,
.aa-columns--form .aa-column--text del {
  text-decoration: line-through;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text mark,
.aa-columns--form .aa-column--text mark {
  background-color: rgba(255, 255, 0, 0.3);
  padding: 0.1rem 0.2rem;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text small,
.aa-columns--form .aa-column--text small {
  font-size: var(--font-size-sm);
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text a,
.aa-columns--form .aa-column--text a {
  color: var(--color-marine-blue, #0066cc);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text a:hover,
.aa-columns--form .aa-column--text a:hover {
  color: var(--color-neptune, #004499);
  text-decoration: none;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text a:visited,
.aa-columns--form .aa-column--text a:visited {
  color: var(--color-deep-sea-green, #006644);
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text hr,
.aa-columns--form .aa-column--text hr {
  border: none;
  height: 1px;
  background-color: var(--color-gray, #e5e5e5);
  margin: 2rem 0;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text img,
.aa-columns--form .aa-column--text img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1rem 0;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text figure,
.aa-columns--form .aa-column--text figure {
  margin: 1.5rem 0;
  text-align: center;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text figcaption,
.aa-columns--form .aa-column--text figcaption {
  font-size: var(--font-size-sm);
  color: var(--color-gray, #666);
  margin-top: 0.5rem;
  font-style: italic;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text sub,
.aa-columns--form .aa-column--text sub {
  vertical-align: sub;
  font-size: smaller;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text sup,
.aa-columns--form .aa-column--text sup {
  vertical-align: super;
  font-size: smaller;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text kbd,
.aa-columns--form .aa-column--text kbd {
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--color-gray, #ccc);
  border-radius: 3px;
  padding: 0.1rem 0.3rem;
  font-size: var(--font-size-sm);
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text abbr,
.aa-columns--form .aa-column--text abbr {
  text-decoration: underline dotted;
  cursor: help;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text dl,
.aa-columns--form .aa-column--text dl {
  margin: 1rem 0;
}
  
.hs_cos_wrapper_type_module .aa-columns .aa-column--text dt,
.aa-columns--form .aa-column--text dt {
  font-weight: var(--font-weight-semibold);
  margin-top: 0.5rem;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text dd,
.aa-columns--form .aa-column--text dd {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.hs_cos_wrapper_type_module .aa-columns .aa-column--text address,
.aa-columns--form .aa-column--text address {
  font-style: italic;
  margin: 1rem 0;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 3px solid var(--color-gray, #ccc);
}

.hs-form-39798af3-d8bf-4689-9aca-afa9d5c8a346_ada9e9d7-cf4f-47f7-ab99-737f23a2d767 fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.aa-columns--form .aa-column--form .aa-search-results .hs-search-field__bar .hs-search-field__input, .aa-columns--form .aa-column--form .hs-input, .aa-search-results .hs-search-field__bar .aa-columns--form .aa-column--form .hs-search-field__input {
  border-radius: 0px !important;
}

.aa-cards__header > h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 70px
}

.hs-form-39798af3-d8bf-4689-9aca-afa9d5c8a346_621284fd-3b99-4185-bc2f-567ce5a0e283 fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-form-39798af3-d8bf-4689-9aca-afa9d5c8a346_6f734fca-fb12-4e5b-9dc2-2507c62adcb3 fieldset.form-columns-1 .hs-input {
    min-width: 100% !important;
}

select > .hs-form-39798af3-d8bf-4689-9aca-afa9d5c8a346_05604c0f-e8f9-43c2-bbf1-7854256b269c fieldset.form-columns-1 .hs-input {
    min-width: 100% !important;
    width: 100% !important;
}

.input > .hs-input {
  width: 100% !important;
}

.hs-fieldtype-select select {
  width: 100% !important;
}

.aa-article__content .aa-quote__inner .aa-quote__content .aa-blockquote:before, .aa-article__content .brand_mt .aa-quote .aa-blockquote:before, .aa-article__content blockquote:before, .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input, .aa-newsletter__content .aa-newsletter-form .hs-email .aa-search-results .hs-search-field__bar .hs-search-field__input::placeholder, .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input, .aa-newsletter__content .aa-newsletter-form .hs-email .hs-input::placeholder, .aa-quote__inner .aa-quote__content .aa-article__content .aa-blockquote:before, .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input, .aa-search-results .hs-search-field__bar .aa-newsletter__content .aa-newsletter-form .hs-email .hs-search-field__input::placeholder, .aa-subtitle, .brand_mt .aa-quote .aa-article__content .aa-blockquote:before, .brand_mt .aa-quote__inner .quote, .subtitle { 
  font-weight: 700;
  font-family: inherit;
}

.span12 widget-span widget-type-cell  {
  font-family: "Synonym", sans-serif;
}