/*!
Theme Name: XPO
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xpo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

XPO is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.Layout-errorMessage-wrap:before, .Layout-successMessage-wrap:before, .Layout-warningMessage-wrap:before, .fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa-pull-left.Layout-errorMessage-wrap:before, .fa-pull-left.Layout-successMessage-wrap:before, .fa-pull-left.Layout-warningMessage-wrap:before, .fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa-pull-right.Layout-errorMessage-wrap:before, .fa-pull-right.Layout-successMessage-wrap:before, .fa-pull-right.Layout-warningMessage-wrap:before, .fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-address-book:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-instagram-square:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-rocket-launch:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/fa-brands-400.eot);
    src: url(assets/fonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"), url(assets/fonts/fa-brands-400.woff2) format("woff2"), url(assets/fonts/fa-brands-400.woff) format("woff"), url(assets/fonts/fa-brands-400.ttf) format("truetype"), url(assets/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/fa-light-300.eot);
    src: url(assets/fonts/fa-light-300d41d.eot?#iefix) format("embedded-opentype"), url(assets/fonts/fa-light-300.woff2) format("woff2"), url(assets/fonts/fa-light-300.woff) format("woff"), url(assets/fonts/fa-light-300.ttf) format("truetype"), url(assets/fonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(assets/fonts/fa-solid-900.eot);
    src: url(assets/fonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"), url(assets/fonts/fa-solid-900.woff2) format("woff2"), url(assets/fonts/fa-solid-900.woff) format("woff"), url(assets/fonts/fa-solid-900.ttf) format("truetype"), url(assets/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.Layout-errorMessage-wrap:before, .Layout-successMessage-wrap:before, .Layout-warningMessage-wrap:before, .fa, .fas {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900
}

*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tbody, tfoot, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body, html {
    color: #6f6f6f;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.6
}

@media (min-width: 1025px) {
    body, html {
        font-size: 18px
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    background: #fff;
    box-sizing: border-box
}

body, html {
    position: relative
}

body {
    background-color: #fff;
    color: #6f6f6f;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    padding-top: 60px
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

h1, h2, h3 {
    margin: 0 0 8px
}

p {
    margin: 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

figcaption {
    color: #333;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 8px
}

hr {
    margin: 16px 0
}

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

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #0a5fbe;
    cursor: pointer;
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:hover {
    color: #0a5fbf;
    text-decoration: underline
}

ol, ul {
    margin-bottom: 16px
}

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

ol li, ul li {
    position: relative
}

/*ol li:before, ul li:before {*/
/*    color: #c00;*/
/*    position: absolute*/
/*}*/

ul li {
    margin-bottom: -4px;
    padding-left: 16px;
}

/*ul li:before {*/
/*    background: #c00;*/
/*    border-radius: 50%;*/
/*    content: "";*/
/*    height: 8px;*/
/*    left: 0;*/
/*    top: 8px;*/
/*    width: 8px*/
/*}*/

ul li:last-child {
    margin-bottom: 0
}

ul li ul {
    padding-top: 16px
}

ul li ul li:before {
    background: #fff;
    border: 1px solid #c00
}

ol[type=a] li {
    counter-increment: alpha
}

ol[type=a] li:before {
    content: counter(alpha, lower-alpha) "."
}

ol li {
    counter-increment: list;
    list-style-type: none;
    margin-left: 24px
}

ol li:before {
    content: counter(list) ".";
    left: -24px;
    text-align: right
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 8px
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

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

code, kbd, samp {
    background-color: #ededed;
    font-family: monospace, monospace;
    font-size: .9em
}

code {
    color: #c00;
    display: inline-block;
    padding: 0 8px
}

kbd, samp {
    padding: .2em .3em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=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 {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    margin-bottom: 32px
}

thead {
    background-color: #ededed
}

thead tr {
    border: none
}

tr {
    border-bottom: 2px solid #bbb
}

tr td {
    padding: 8px 16px
}

caption, th {
    text-align: left
}

th {
    font-weight: 700;
    padding: 16px
}

th, th a {
    color: #6f6f6f
}

th a {
    text-decoration: underline
}

caption {
    caption-side: top;
    padding-bottom: 16px
}

caption, strong {
    font-weight: 700
}

em {
    font-style: italic
}

progress {
    display: inline-block;
    vertical-align: baseline
}

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

[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-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

button, input, label, select, textarea {
    background: none;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: normal
}

button:-moz-submit-invalid, button:-moz-ui-invalid, button:invalid, input:-moz-submit-invalid, input:-moz-ui-invalid, input:invalid, label:-moz-submit-invalid, label:-moz-ui-invalid, label:invalid, select:-moz-submit-invalid, select:-moz-ui-invalid, select:invalid, textarea:-moz-submit-invalid, textarea:-moz-ui-invalid, textarea:invalid {
    box-shadow: none
}

@media screen and (device-aspect-ratio: 2/3) {
    button, input, label, select, textarea {
        font-size: 16px !important
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    button, input, label, select, textarea {
        font-size: 16px !important
    }
}

@media screen and (device-aspect-ratio: 375/667) {
    button, input, label, select, textarea {
        font-size: 16px !important
    }
}

@media screen and (device-aspect-ratio: 9/16) {
    button, input, label, select, textarea {
        font-size: 16px !important
    }
}

@media only screen and (device-width: 375px)and (device-height: 812px)and (-webkit-device-pixel-ratio: 3) {
    button, input, label, select, textarea {
        font-size: 16px !important
    }
}

input:focus {
    outline: 0
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 13px;
    width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box
}

::-webkit-search-decoration {
    display: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    overflow: visible;
    width: auto
}

::-webkit-file-upload-button {
    background: none;
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

select {
    -webkit-appearance: none;
    -moz-appearance: none
}

select::-ms-expand {
    display: none
}

select[multiple] {
    vertical-align: top
}

.Container {
    margin: 0 auto;
    max-width: 1440px;
    min-width: auto !important;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .Container--padx-lg {
        padding: 0 60px
    }
}

@media screen and (min-width: 769px) {
    .Container--padx-md {
        padding: 0 20px
    }
}

@media screen and (min-width: 1025px) {
    .Container--padx-md {
        padding: 0 60px
    }
}

.Container--padx-xs {
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .Container--padx-xs1 {
        padding: 0 0px;
    }
}
@media screen and (min-width: 1025px) {
    .Container--padx-xs {
        padding: 70px 60px
    }
}

@media screen and (min-width: 769px) {
    .Container--pull-md {
        margin: 0 -12px
    }
}

.Container-section--padx-mobile-only {
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .Container-section--padx-mobile-only {
        padding: 0
    }
}

.Container--condensed--lg, .Container--condensed--sm {
    margin: 0 auto;
    min-width: auto !important;
    width: 100%
}

@media screen and (min-width: 769px) {
    .Container--condensed--sm {
        max-width: 690px
    }
}

@media screen and (min-width: 1025px) {
    .Container--condensed--lg {
        max-width: 930px
    }
}

.Container--condensed--padx-mobile-only {
    padding: 0 20px
}

@media screen and (min-width: 769px) {
    .Container--condensed--padx-mobile-only {
        padding: 0
    }
}

.SectionTitle-group {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px
}

@media screen and (min-width: 1025px) {
    .SectionTitle-group {
        margin-bottom: 24px
    }
}

.SectionTitle--lg {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3
}

@media (min-width: 1025px) {
    .SectionTitle--lg {
        font-size: 36px
    }
}

.SectionTitle--sm {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px
}

.SectionTitle--underlined {
    border-bottom: 1px solid #bbb;
    color: #6f6f6f;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 16px;
    padding: 0 20px 8px;
    text-transform: uppercase;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .SectionTitle--underlined {
        padding: 0 0 8px
    }
}

.mt-1 {
    margin-top: 8px
}

@media screen and (min-width: 1025px) {
    .mt-1-lg {
        margin-top: 8px
    }
}

.mt-2 {
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .mt-2-lg {
        margin-top: 16px
    }
}

.mt-3 {
    margin-top: 24px
}

@media screen and (min-width: 1025px) {
    .mt-3-lg {
        margin-top: 24px
    }
}

.mt-4 {
    margin-top: 32px
}

@media screen and (min-width: 1025px) {
    .mt-4-lg {
        margin-top: 32px
    }
}

.mt-6 {
    margin-top: 48px
}

@media screen and (min-width: 1025px) {
    .mt-6-lg {
        margin-top: 48px
    }
}

.mt-8 {
    margin-top: 64px
}

@media screen and (min-width: 1025px) {
    .mt-8-lg {
        margin-top: 64px
    }
}

.mt-10 {
    margin-top: 80px
}

@media screen and (min-width: 1025px) {
    .mt-10-lg {
        margin-top: 80px
    }
}

.mt-12 {
    margin-top: 96px
}

@media screen and (min-width: 1025px) {
    .mt-12-lg {
        margin-top: 96px
    }
}

.mr-1 {
    margin-right: 8px
}

@media screen and (min-width: 1025px) {
    .mr-1-lg {
        margin-right: 8px
    }
}

.mr-2 {
    margin-right: 16px
}

@media screen and (min-width: 1025px) {
    .mr-2-lg {
        margin-right: 16px
    }
}

.mr-3 {
    margin-right: 24px
}

@media screen and (min-width: 1025px) {
    .mr-3-lg {
        margin-right: 24px
    }
}

.mr-4 {
    margin-right: 32px
}

@media screen and (min-width: 1025px) {
    .mr-4-lg {
        margin-right: 32px
    }
}

.mr-6 {
    margin-right: 48px
}

@media screen and (min-width: 1025px) {
    .mr-6-lg {
        margin-right: 48px
    }
}

.mr-8 {
    margin-right: 64px
}

@media screen and (min-width: 1025px) {
    .mr-8-lg {
        margin-right: 64px
    }
}

.mr-10 {
    margin-right: 80px
}

@media screen and (min-width: 1025px) {
    .mr-10-lg {
        margin-right: 80px
    }
}

.mr-12 {
    margin-right: 96px
}

@media screen and (min-width: 1025px) {
    .mr-12-lg {
        margin-right: 96px
    }
}

.mb-1 {
    margin-bottom: 8px
}

@media screen and (min-width: 1025px) {
    .mb-1-lg {
        margin-bottom: 8px
    }
}

.mb-2 {
    margin-bottom: 16px
}

@media screen and (min-width: 1025px) {
    .mb-2-lg {
        margin-bottom: 16px
    }
}

.mb-3 {
    margin-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .mb-3-lg {
        margin-bottom: 24px
    }
}

.mb-4 {
    margin-bottom: 32px
}

@media screen and (min-width: 1025px) {
    .mb-4-lg {
        margin-bottom: 32px
    }
}

.mb-6 {
    margin-bottom: 48px
}

@media screen and (min-width: 1025px) {
    .mb-6-lg {
        margin-bottom: 48px
    }
}

.mb-8 {
    margin-bottom: 64px
}

@media screen and (min-width: 1025px) {
    .mb-8-lg {
        margin-bottom: 64px
    }
}

.mb-10 {
    margin-bottom: 80px
}

@media screen and (min-width: 1025px) {
    .mb-10-lg {
        margin-bottom: 80px
    }
}

.mb-12 {
    margin-bottom: 96px
}

@media screen and (min-width: 1025px) {
    .mb-12-lg {
        margin-bottom: 96px
    }
}

.ml-1 {
    margin-left: 8px
}

@media screen and (min-width: 1025px) {
    .ml-1-lg {
        margin-left: 8px
    }
}

.ml-2 {
    margin-left: 16px
}

@media screen and (min-width: 1025px) {
    .ml-2-lg {
        margin-left: 16px
    }
}

.ml-3 {
    margin-left: 24px
}

@media screen and (min-width: 1025px) {
    .ml-3-lg {
        margin-left: 24px
    }
}

.ml-4 {
    margin-left: 32px
}

@media screen and (min-width: 1025px) {
    .ml-4-lg {
        margin-left: 32px
    }
}

.ml-6 {
    margin-left: 48px
}

@media screen and (min-width: 1025px) {
    .ml-6-lg {
        margin-left: 48px
    }
}

.ml-8 {
    margin-left: 64px
}

@media screen and (min-width: 1025px) {
    .ml-8-lg {
        margin-left: 64px
    }
}

.ml-10 {
    margin-left: 80px
}

@media screen and (min-width: 1025px) {
    .ml-10-lg {
        margin-left: 80px
    }
}

.ml-12 {
    margin-left: 96px
}

@media screen and (min-width: 1025px) {
    .ml-12-lg {
        margin-left: 96px
    }
}

.mx-1 {
    margin-left: 8px;
    margin-right: 8px
}

@media screen and (min-width: 1025px) {
    .mx-1-lg {
        margin-left: 8px;
        margin-right: 8px
    }
}

.mx-2 {
    margin-left: 16px;
    margin-right: 16px
}

@media screen and (min-width: 1025px) {
    .mx-2-lg {
        margin-left: 16px;
        margin-right: 16px
    }
}

.mx-3 {
    margin-left: 24px;
    margin-right: 24px
}

@media screen and (min-width: 1025px) {
    .mx-3-lg {
        margin-left: 24px;
        margin-right: 24px
    }
}

.mx-4 {
    margin-left: 32px;
    margin-right: 32px
}

@media screen and (min-width: 1025px) {
    .mx-4-lg {
        margin-left: 32px;
        margin-right: 32px
    }
}

.mx-6 {
    margin-left: 48px;
    margin-right: 48px
}

@media screen and (min-width: 1025px) {
    .mx-6-lg {
        margin-left: 48px;
        margin-right: 48px
    }
}

.mx-8 {
    margin-left: 64px;
    margin-right: 64px
}

@media screen and (min-width: 1025px) {
    .mx-8-lg {
        margin-left: 64px;
        margin-right: 64px
    }
}

.mx-10 {
    margin-left: 80px;
    margin-right: 80px
}

@media screen and (min-width: 1025px) {
    .mx-10-lg {
        margin-left: 80px;
        margin-right: 80px
    }
}

.mx-12 {
    margin-left: 96px;
    margin-right: 96px
}

@media screen and (min-width: 1025px) {
    .mx-12-lg {
        margin-left: 96px;
        margin-right: 96px
    }
}

.my-1 {
    margin-bottom: 8px;
    margin-top: 8px
}

@media screen and (min-width: 1025px) {
    .my-1-lg {
        margin-bottom: 8px;
        margin-top: 8px
    }
}

.my-2 {
    margin-bottom: 16px;
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .my-2-lg {
        margin-bottom: 16px;
        margin-top: 16px
    }
}

.my-3 {
    margin-bottom: 24px;
    margin-top: 24px
}

@media screen and (min-width: 1025px) {
    .my-3-lg {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

.my-4 {
    margin-bottom: 32px;
    margin-top: 32px
}

@media screen and (min-width: 1025px) {
    .my-4-lg {
        margin-bottom: 32px;
        margin-top: 32px
    }
}

.my-6 {
    margin-bottom: 48px;
    margin-top: 48px
}

@media screen and (min-width: 1025px) {
    .my-6-lg {
        margin-bottom: 48px;
        margin-top: 48px
    }
}

.my-8 {
    margin-bottom: 64px;
    margin-top: 64px
}

@media screen and (min-width: 1025px) {
    .my-8-lg {
        margin-bottom: 64px;
        margin-top: 64px
    }
}

.my-10 {
    margin-bottom: 80px;
    margin-top: 80px
}

@media screen and (min-width: 1025px) {
    .my-10-lg {
        margin-bottom: 80px;
        margin-top: 80px
    }
}

.my-12 {
    margin-bottom: 96px;
    margin-top: 96px
}

@media screen and (min-width: 1025px) {
    .my-12-lg {
        margin-bottom: 96px;
        margin-top: 96px
    }
}

.pt-1 {
    padding-top: 8px
}

@media screen and (min-width: 1025px) {
    .pt-1-lg {
        padding-top: 8px
    }
}

.pt-2 {
    padding-top: 16px
}

@media screen and (min-width: 1025px) {
    .pt-2-lg {
        padding-top: 16px
    }
}

.pt-3 {
    padding-top: 24px
}

@media screen and (min-width: 1025px) {
    .pt-3-lg {
        padding-top: 24px
    }
}

.pt-4 {
    padding-top: 32px
}

@media screen and (min-width: 1025px) {
    .pt-4-lg {
        padding-top: 32px
    }
}

.pt-6 {
    padding-top: 48px
}

@media screen and (min-width: 1025px) {
    .pt-6-lg {
        padding-top: 48px
    }
}

.pt-8 {
    padding-top: 64px
}

@media screen and (min-width: 1025px) {
    .pt-8-lg {
        padding-top: 64px
    }
}

.pt-10 {
    padding-top: 80px
}

@media screen and (min-width: 1025px) {
    .pt-10-lg {
        padding-top: 80px
    }
}

.pt-12 {
    padding-top: 96px
}

@media screen and (min-width: 1025px) {
    .pt-12-lg {
        padding-top: 96px
    }
}

.pr-1 {
    padding-right: 8px
}

@media screen and (min-width: 1025px) {
    .pr-1-lg {
        padding-right: 8px
    }
}

.pr-2 {
    padding-right: 16px
}

@media screen and (min-width: 1025px) {
    .pr-2-lg {
        padding-right: 16px
    }
}

.pr-3 {
    padding-right: 24px
}

@media screen and (min-width: 1025px) {
    .pr-3-lg {
        padding-right: 24px
    }
}

.pr-4 {
    padding-right: 32px
}

@media screen and (min-width: 1025px) {
    .pr-4-lg {
        padding-right: 32px
    }
}

.pr-6 {
    padding-right: 48px
}

@media screen and (min-width: 1025px) {
    .pr-6-lg {
        padding-right: 48px
    }
}

.pr-8 {
    padding-right: 64px
}

@media screen and (min-width: 1025px) {
    .pr-8-lg {
        padding-right: 64px
    }
}

.pr-10 {
    padding-right: 80px
}

@media screen and (min-width: 1025px) {
    .pr-10-lg {
        padding-right: 80px
    }
}

.pr-12 {
    padding-right: 96px
}

@media screen and (min-width: 1025px) {
    .pr-12-lg {
        padding-right: 96px
    }
}

.pb-1 {
    padding-bottom: 8px
}

@media screen and (min-width: 1025px) {
    .pb-1-lg {
        padding-bottom: 8px
    }
}

.pb-2 {
    padding-bottom: 16px
}

@media screen and (min-width: 1025px) {
    .pb-2-lg {
        padding-bottom: 16px
    }
}

.pb-3 {
    padding-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .pb-3-lg {
        padding-bottom: 24px
    }
}

.pb-4 {
    padding-bottom: 32px
}

@media screen and (min-width: 1025px) {
    .pb-4-lg {
        padding-bottom: 32px
    }
}

.pb-6 {
    padding-bottom: 48px
}

@media screen and (min-width: 1025px) {
    .pb-6-lg {
        padding-bottom: 48px
    }
}

.pb-8 {
    padding-bottom: 64px
}

@media screen and (min-width: 1025px) {
    .pb-8-lg {
        padding-bottom: 64px
    }
}

.pb-10 {
    padding-bottom: 80px
}

@media screen and (min-width: 1025px) {
    .pb-10-lg {
        padding-bottom: 80px
    }
}

.pb-12 {
    padding-bottom: 96px
}

@media screen and (min-width: 1025px) {
    .pb-12-lg {
        padding-bottom: 96px
    }
}

.pl-1 {
    padding-left: 8px
}

@media screen and (min-width: 1025px) {
    .pl-1-lg {
        padding-left: 8px
    }
}

.pl-2 {
    padding-left: 16px
}

@media screen and (min-width: 1025px) {
    .pl-2-lg {
        padding-left: 16px
    }
}

.pl-3 {
    padding-left: 24px
}

@media screen and (min-width: 1025px) {
    .pl-3-lg {
        padding-left: 24px
    }
}

.pl-4 {
    padding-left: 32px
}

@media screen and (min-width: 1025px) {
    .pl-4-lg {
        padding-left: 32px
    }
}

.pl-6 {
    padding-left: 48px
}

@media screen and (min-width: 1025px) {
    .pl-6-lg {
        padding-left: 48px
    }
}

.pl-8 {
    padding-left: 64px
}

@media screen and (min-width: 1025px) {
    .pl-8-lg {
        padding-left: 64px
    }
}

.pl-10 {
    padding-left: 80px
}

@media screen and (min-width: 1025px) {
    .pl-10-lg {
        padding-left: 80px
    }
}

.pl-12 {
    padding-left: 96px
}

@media screen and (min-width: 1025px) {
    .pl-12-lg {
        padding-left: 96px
    }
}

.px-1 {
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (min-width: 1025px) {
    .px-1-lg {
        padding-left: 8px;
        padding-right: 8px
    }
}

.px-2 {
    padding-left: 16px;
    padding-right: 16px
}

@media screen and (min-width: 1025px) {
    .px-2-lg {
        padding-left: 16px;
        padding-right: 16px
    }
}

.px-3 {
    padding-left: 24px;
    padding-right: 24px
}

@media screen and (min-width: 1025px) {
    .px-3-lg {
        padding-left: 24px;
        padding-right: 24px
    }
}

.px-4 {
    padding-left: 32px;
    padding-right: 32px
}

@media screen and (min-width: 1025px) {
    .px-4-lg {
        padding-left: 32px;
        padding-right: 32px
    }
}

.px-6 {
    padding-left: 48px;
    padding-right: 48px
}

@media screen and (min-width: 1025px) {
    .px-6-lg {
        padding-left: 48px;
        padding-right: 48px
    }
}

.px-8 {
    padding-left: 64px;
    padding-right: 64px
}

@media screen and (min-width: 1025px) {
    .px-8-lg {
        padding-left: 64px;
        padding-right: 64px
    }
}

.px-10 {
    padding-left: 80px;
    padding-right: 80px
}

@media screen and (min-width: 1025px) {
    .px-10-lg {
        padding-left: 80px;
        padding-right: 80px
    }
}

.px-12 {
    padding-left: 96px;
    padding-right: 96px
}

@media screen and (min-width: 1025px) {
    .px-12-lg {
        padding-left: 96px;
        padding-right: 96px
    }
}

.py-1 {
    padding-bottom: 8px;
    padding-top: 8px
}

@media screen and (min-width: 1025px) {
    .py-1-lg {
        padding-bottom: 8px;
        padding-top: 8px
    }
}

.py-2 {
    padding-bottom: 16px;
    padding-top: 16px
}

@media screen and (min-width: 1025px) {
    .py-2-lg {
        padding-bottom: 16px;
        padding-top: 16px
    }
}

.py-3 {
    padding-bottom: 24px;
    padding-top: 24px
}

@media screen and (min-width: 1025px) {
    .py-3-lg {
        padding-bottom: 24px;
        padding-top: 24px
    }
}

.py-4 {
    padding-bottom: 32px;
    padding-top: 32px
}

@media screen and (min-width: 1025px) {
    .py-4-lg {
        padding-bottom: 32px;
        padding-top: 32px
    }
}

.py-6 {
    padding-bottom: 48px;
    padding-top: 48px
}

@media screen and (min-width: 1025px) {
    .py-6-lg {
        padding-bottom: 48px;
        padding-top: 48px
    }
}

.py-8 {
    padding-bottom: 64px;
    padding-top: 64px
}

@media screen and (min-width: 1025px) {
    .py-8-lg {
        padding-bottom: 64px;
        padding-top: 64px
    }
}

.py-10 {
    padding-bottom: 80px;
    padding-top: 80px
}

@media screen and (min-width: 1025px) {
    .py-10-lg {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

.py-12 {
    padding-bottom: 96px;
    padding-top: 96px
}

@media screen and (min-width: 1025px) {
    .py-12-lg {
        padding-bottom: 96px;
        padding-top: 96px
    }
}

@keyframes spin-it {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.u-contentTitle {
    color: #c00;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px
}

@media (min-width: 1025px) {
    .u-contentTitle {
        font-size: 26px
    }
}

.u-contentHighlight, .u-contentSubtitle {
    color: #333;
    line-height: 1.3
}

.u-contentSubtitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px
}

@media (min-width: 1025px) {
    .u-contentSubtitle {
        font-size: 20px
    }
}

.u-contentHighlight {
    font-size: 18px;
    font-style: italic;
    margin: 16px 0
}

@media (min-width: 1025px) {
    .u-contentHighlight {
        font-size: 24px
    }
}

.u-contentText p {
    margin-bottom: 16px
}

.u-contentText p:last-child {
    margin-bottom: 0
}

.u-link--pdf {
    display: inline-block;
    padding-left: 24px;
    position: relative
}

.u-link--pdf:before {
    background: url(assets/img/pdf-link.svg) no-repeat;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 20px
}

.v-fade-enter {
    opacity: 0
}

.v-fade-enter-active, .v-fade-leave-active {
    transition: opacity .5s
}

.v-fade-leave-active {
    opacity: 0
}

.u-display--none {
    display: none !important
}

.u-mediaDisplay--gt--lg, .u-mediaDisplay--gt--md, .u-mediaDisplay--gt--sm, .u-mediaDisplay--gt--xl {
    display: none
}

@media screen and (min-width: 466px) {
    .u-mediaDisplay--gt--sm {
        display: block
    }

    .u-mediaDisplay--lt--sm {
        display: none
    }
}

@media screen and (min-width: 769px) {
    .u-mediaDisplay--gt--md {
        display: block
    }

    .u-mediaDisplay--lt--md {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    .u-mediaDisplay--gt--lg {
        display: block
    }

    .u-mediaDisplay--lt--lg {
        display: none
    }
}

@media screen and (min-width: 1440px) {
    .u-mediaDisplay--gt--xl {
        display: block
    }

    .u-mediaDisplay--lt--xl {
        display: none
    }
}

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

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

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

.text--bold, .u-text--bold {
    font-weight: 700
}

.text--accessible, .u-text--accessible {
    left: -99999px;
    position: absolute;
    top: -99999px;
    visibility: hidden
}

.text--ellipsis, .u-text--ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.youtubeLoader {
    height: 100%;
    position: absolute;
    width: 100%
}

.youtubeLoader-preview {
    cursor: pointer
}

.youtubeLoader-preview:hover .youtubeLoader-playBtn {
    background-color: red;
    opacity: 1
}

.youtubeLoader-posterImg {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.youtubeLoader-playBtn {
    background-color: #111;
    border-radius: 15px;
    color: #fff;
    font-size: 25px;
    left: 50%;
    opacity: .75;
    padding: 16px 32px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s
}

.youtubeLoader-iframe {
    background: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.arc-Datepicker-icon-double-left:after, .arc-Datepicker-icon-double-left:before, .arc-Datepicker-icon-double-right:after, .arc-Datepicker-icon-double-right:before, .arc-Datepicker-icon-left:before, .arc-Datepicker-icon-right:before {
    border-color: currentcolor;
    border-radius: 1px;
    border-style: solid;
    border-width: 2px 0 0 2px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    top: -1px;
    transform: rotate(-45deg) scale(.7);
    transform-origin: center;
    vertical-align: middle;
    width: 10px
}

.arc-Datepicker-icon-double-left:after {
    left: -4px
}

.arc-Datepicker-icon-double-right:before {
    left: 4px
}

.arc-Datepicker-icon-double-right:after, .arc-Datepicker-icon-double-right:before, .arc-Datepicker-icon-right:before {
    transform: rotate(135deg) scale(.7)
}

.arc-Datepicker-btn {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-sizing: border-box;
    color: #73879c;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 7px 15px;
    white-space: nowrap
}

.arc-Datepicker-btn:hover {
    border-color: #0a5fbe;
    color: #0a5fbe
}

.arc-Datepicker-btn-text {
    border: 0;
    line-height: inherit;
    padding: 0 4px;
    text-align: left
}

.arc-Datepicker-scrollbar {
    height: 100%
}

.arc-Datepicker-scrollbar:hover .arc-Datepicker-scrollbar-track {
    opacity: 1
}

.arc-Datepicker-scrollbar-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.arc-Datepicker-scrollbar-track {
    border-radius: 4px;
    bottom: 2px;
    opacity: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    transition: opacity .24s ease-out;
    width: 6px;
    z-index: 1
}

.arc-Datepicker-scrollbar-track .arc-Datepicker-scrollbar-thumb {
    background-color: hsla(220, 4%, 58%, .3);
    border-radius: inherit;
    cursor: pointer;
    height: 0;
    position: absolute;
    transition: background-color .3s;
    width: 100%
}

.arc-Datepicker-zoom-in-down-enter-active, .arc-Datepicker-zoom-in-down-leave-active {
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1)
}

.arc-Datepicker-zoom-in-down-enter, .arc-Datepicker-zoom-in-down-enter-from, .arc-Datepicker-zoom-in-down-leave-to {
    opacity: 0;
    transform: scaleY(0)
}

.arc-Datepicker-datepicker {
    display: inline-block;
    position: relative;
    width: 210px
}

.arc-Datepicker-datepicker svg {
    fill: currentColor;
    height: 1em;
    overflow: hidden;
    vertical-align: -.15em;
    width: 1em
}

.arc-Datepicker-datepicker-range {
    width: 320px
}

.arc-Datepicker-datepicker-inline {
    width: auto
}

.arc-Datepicker-input-wrapper {
    position: relative
}

.arc-Datepicker-input-wrapper .arc-Datepicker-icon-clear {
    display: none
}

.arc-Datepicker-input-wrapper:hover .arc-Datepicker-icon-clear {
    display: block
}

.arc-Datepicker-input-wrapper:hover .arc-Datepicker-icon-clear + .arc-Datepicker-icon-calendar {
    display: none
}

.arc-Datepicker-input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-sizing: border-box;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 1.4;
    padding: 6px 30px 6px 10px;
    width: 100%
}

.arc-Datepicker-input:focus, .arc-Datepicker-input:hover {
    border-color: #409aff
}

.arc-Datepicker-input.disabled, .arc-Datepicker-input:disabled {
    background-color: #f3f3f3;
    border-color: #ccc;
    color: #ccc;
    cursor: not-allowed
}

.arc-Datepicker-input:focus {
    outline: none
}

.arc-Datepicker-input::-ms-clear {
    display: none
}

.arc-Datepicker-icon-calendar, .arc-Datepicker-icon-clear {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle
}

.arc-Datepicker-icon-clear {
    cursor: pointer
}

.arc-Datepicker-icon-clear:hover {
    color: rgba(0, 0, 0, .8)
}

.arc-Datepicker-datepicker-main {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    color: #73879c;
    font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif
}

.arc-Datepicker-datepicker-popup {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin-bottom: 1px;
    margin-top: 1px;
    position: absolute;
    z-index: 2001
}

.arc-Datepicker-datepicker-sidebar {
    box-sizing: border-box;
    float: left;
    overflow: auto;
    padding: 6px;
    width: 100px
}

.arc-Datepicker-datepicker-sidebar + .arc-Datepicker-datepicker-content {
    border-left: 1px solid #e8e8e8;
    margin-left: 100px
}

.arc-Datepicker-datepicker-body {
    position: relative;
    user-select: none
}

.arc-Datepicker-btn-shortcut {
    display: block;
    line-height: 24px;
    padding: 0 6px
}

.arc-Datepicker-datepicker-header {
    border-bottom: 1px solid #e8e8e8;
    padding: 6px 8px
}

.arc-Datepicker-datepicker-footer {
    border-top: 1px solid #e8e8e8;
    padding: 6px 8px;
    text-align: right
}

.arc-Datepicker-calendar-range, .arc-Datepicker-time-range {
    display: flex
}

@media (max-width: 750px) {
    .arc-Datepicker-calendar-range, .arc-Datepicker-time-range {
        flex-direction: column
    }
}

.arc-Datepicker-calendar {
    box-sizing: border-box;
    padding: 6px 12px;
    width: 248px
}

.arc-Datepicker-calendar + .arc-Datepicker-calendar {
    border-left: 1px solid #e8e8e8
}

.arc-Datepicker-calendar-header, .arc-Datepicker-time-header {
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: center
}

.arc-Datepicker-btn-icon-double-left, .arc-Datepicker-btn-icon-left {
    float: left
}

.arc-Datepicker-btn-icon-double-right, .arc-Datepicker-btn-icon-right {
    float: right
}

.arc-Datepicker-calendar-header-label {
    font-size: 14px
}

.arc-Datepicker-calendar-decade-separator {
    margin: 0 2px
}

.arc-Datepicker-calendar-decade-separator:after {
    content: "~"
}

.arc-Datepicker-calendar-content {
    box-sizing: border-box;
    height: 224px;
    position: relative
}

.arc-Datepicker-calendar-content .cell {
    cursor: pointer
}

.arc-Datepicker-calendar-content .cell:hover {
    background-color: #f3f7fc;
    color: #73879c
}

.arc-Datepicker-calendar-content .cell.active {
    background-color: #0a5fbe;
    color: #fff
}

.arc-Datepicker-calendar-content .cell.hover-in-range, .arc-Datepicker-calendar-content .cell.in-range {
    background-color: #dae7f5;
    color: #73879c
}

.arc-Datepicker-calendar-content .cell.disabled {
    background-color: #f3f3f3;
    color: #ccc;
    cursor: not-allowed
}

.arc-Datepicker-calendar-week-mode .arc-Datepicker-date-row {
    cursor: pointer
}

.arc-Datepicker-calendar-week-mode .arc-Datepicker-date-row:hover {
    background-color: #f3f7fc
}

.arc-Datepicker-calendar-week-mode .arc-Datepicker-date-row.arc-Datepicker-active-week {
    background-color: #dae7f5
}

.arc-Datepicker-calendar-week-mode .arc-Datepicker-date-row .cell.active, .arc-Datepicker-calendar-week-mode .arc-Datepicker-date-row .cell:hover {
    background-color: transparent;
    color: inherit
}

.arc-Datepicker-week-number {
    opacity: .5
}

.arc-Datepicker-table {
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    height: 100%;
    table-layout: fixed;
    text-align: center;
    width: 100%
}

.arc-Datepicker-table th {
    font-weight: 500
}

.arc-Datepicker-table td, .arc-Datepicker-table th {
    padding: 0;
    vertical-align: middle
}

.arc-Datepicker-table-date td, .arc-Datepicker-table-date th {
    font-size: 12px;
    height: 32px
}

.arc-Datepicker-table-date .today {
    color: #236fc5
}

.arc-Datepicker-table-date .cell.not-current-month {
    background: none;
    color: #ccc
}

.arc-Datepicker-time {
    background: #fff;
    flex: 1;
    width: 224px
}

.arc-Datepicker-time + .arc-Datepicker-time {
    border-left: 1px solid #e8e8e8
}

.arc-Datepicker-date-time {
    height: 270px;
    position: relative;
    width: 248px
}

.arc-Datepicker-date-time .arc-Datepicker-time {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.arc-Datepicker-date-time-range {
    height: 270px;
    position: relative;
    width: 496px
}

.arc-Datepicker-date-time-range .arc-Datepicker-time-range {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.arc-Datepicker-time-header {
    border-bottom: 1px solid #e8e8e8
}

.arc-Datepicker-time-content {
    box-sizing: border-box;
    height: 224px;
    overflow: hidden
}

.arc-Datepicker-time-columns {
    display: flex;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.arc-Datepicker-time-column {
    border-left: 1px solid #e8e8e8;
    flex: 1;
    position: relative;
    text-align: center
}

.arc-Datepicker-time-column:first-child {
    border-left: 0
}

.arc-Datepicker-time-column .arc-Datepicker-time-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.arc-Datepicker-time-column .arc-Datepicker-time-list:after {
    content: "";
    display: block;
    height: 192px
}

.arc-Datepicker-time-column .arc-Datepicker-time-item {
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    line-height: 32px
}

.arc-Datepicker-time-column .arc-Datepicker-time-item:hover {
    background-color: #f3f7fc;
    color: #73879c
}

.arc-Datepicker-time-column .arc-Datepicker-time-item.active {
    background-color: transparent;
    color: #0a5fbe;
    font-weight: 700
}

.arc-Datepicker-time-column .arc-Datepicker-time-item.disabled {
    background-color: #f3f3f3;
    color: #ccc;
    cursor: not-allowed
}

.arc-Datepicker-time-option {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px
}

.arc-Datepicker-time-option:hover {
    background-color: #f3f7fc;
    color: #73879c
}

.arc-Datepicker-time-option.active {
    background-color: transparent;
    color: #0a5fbe;
    font-weight: 700
}

.arc-Datepicker-time-option.disabled {
    background-color: #f3f3f3;
    color: #ccc;
    cursor: not-allowed
}

.arc-Datepicker-calendar {
    padding: 0;
    width: 310px
}

.arc-Datepicker-calendar-header, .arc-Datepicker-time-header {
    background: #0a5fbe
}

.arc-Datepicker-calendar-content {
    height: 258px
}

.arc-Datepicker-calendar-content .cell:hover {
    background-color: rgba(10, 95, 190, .3)
}

.arc-Datepicker-icon-calendar {
    color: #6f6f6f;
    font-size: 22px
}

.arc-Datepicker-table {
    border-collapse: collapse
}

.arc-Datepicker-table tr {
    border: none
}

.arc-Datepicker-table-month td {
    padding: 16px 0
}

.arc-Datepicker-table-year td {
    padding: 10px
}

.arc-Datepicker-table-date thead {
    border-bottom: 2px solid #0a5fbe
}

.arc-Datepicker-table-date .today {
    color: #0a5fbe;
    font-weight: 700
}

.arc-Datepicker-table-date th {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0;
    text-align: center
}

.arc-Datepicker-table-date td {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 26px;
    padding: 5px
}

.arc-Datepicker-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.arc-Datepicker-btn:hover {
    border-color: initial;
    color: #fff
}

.arc-Datepicker-btn-icon-double-right {
    margin-right: 3%
}

.arc-Datepicker-btn-icon-double-left {
    margin-left: 3%
}

.arc-Datepicker-datepicker {
    width: 100%
}

.arc-Datepicker-datepicker-main {
    border: 2px solid #0a5fbe
}

.arc-Datepicker-zoom-in-down-enter-active, .arc-Datepicker-zoom-in-down-leave-active {
    opacity: 1;
    transition: opacity .8s cubic-bezier(.23, 1, .32, 1)
}

.arc-Datepicker-zoom-in-down-enter, .arc-Datepicker-zoom-in-down-leave-to {
    opacity: 0
}

.BackToTop-item {
    background: rgba(51, 51, 51, .45);
    bottom: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    color: #ededed;
    display: none;
    height: 32px;
    padding: 7px;
    position: fixed;
    right: 24px;
    text-align: center;
    width: 32px;
    z-index: 97
}

.BackToTop-item:hover {
    background: #333;
    transition: background .2s linear
}

.BlogArticleList-wrapper {
    margin: 24px 0
}

@media screen and (min-width: 1025px) {
    .BlogArticleList-wrapper {
        margin: 24px -12px
    }
}

.BlogArticleList-link, .BlogArticleList-linkImage {
    display: block
}

.BlogArticleList-linkImage {
    height: auto;
    width: 100%
}

.BlogArticleList-byLine, .BlogArticleList-category {
    font-weight: 700
}

.BlogArticleList-category {
    color: #c00;
    margin-bottom: 8px;
    text-transform: uppercase
}

.BlogArticleList-title {
    color: #333;
    display: inline-block;
    font-weight: 500;
    line-height: 1.1
}

.BlogArticleList-title:hover {
    color: #000
}

.BlogArticleList-title a {
    color: inherit
}

@media screen and (min-width: 1025px) {
    .BlogArticleList--vertical {
        padding: 12px
    }
}

.BlogArticleList--vertical .BlogArticleList-content {
    padding: 16px 20px 24px
}

@media screen and (min-width: 1025px) {
    .BlogArticleList--vertical .BlogArticleList-content {
        padding: 16px 0 24px
    }
}

.BlogArticleList--vertical .BlogArticleList-byLine, .BlogArticleList--vertical .BlogArticleList-category {
    font-size: 16px
}

.BlogArticleList--vertical .BlogArticleList-byLine {
    margin-bottom: 12px
}

.BlogArticleList--vertical .BlogArticleList-title {
    font-size: 20px
}

@media (min-width: 1025px) {
    .BlogArticleList--vertical .BlogArticleList-title {
        font-size: 24px
    }
}

.BlogArticleList--vertical .BlogArticleList-copy {
    font-size: 16px;
    height: 70px;
    line-height: 1.3
}

@media (min-width: 1025px) {
    .BlogArticleList--vertical .BlogArticleList-copy {
        font-size: 18px
    }
}

@media screen and (min-width: 1025px) {
    .BlogArticleList--vertical .BlogArticleList-copy {
        height: 80px
    }
}

.BlogArticleList--horizontal, .BlogArticleList--horizontal .BlogArticleList {
    margin-bottom: 24px
}

.BlogArticleList--horizontal .BlogArticleList-link {
    display: none;
    float: left;
    margin-right: 16px;
    width: 180px
}

@media screen and (min-width: 1440px) {
    .BlogArticleList--horizontal .BlogArticleList-link {
        display: block
    }
}

.BlogArticleList--horizontal .BlogArticleList-link-image {
    height: auto;
    max-width: unset;
    width: 100%
}

.BlogArticleList--horizontal .BlogArticleList-category {
    font-size: 14px
}

@media (min-width: 1025px) {
    .BlogArticleList--horizontal .BlogArticleList-category {
        font-size: 16px
    }
}

@media (min-width: 1440px) {
    .BlogArticleList--horizontal .BlogArticleList-category {
        font-size: 14px
    }
}

.BlogArticleList--horizontal .BlogArticleList-content {
    float: left;
    width: 100%
}

@media screen and (min-width: 1440px) {
    .BlogArticleList--horizontal .BlogArticleList-content {
        width: calc(100% - 196px)
    }
}

.BlogArticleList--horizontal .BlogArticleList-byLine, .BlogArticleList--horizontal .BlogArticleList-title {
    margin-bottom: 4px
}

.BlogArticleList--horizontal .BlogArticleList-title {
    font-size: 16px
}

@media (min-width: 1025px) {
    .BlogArticleList--horizontal .BlogArticleList-title {
        font-size: 18px
    }
}

.BlogArticleList--horizontal .BlogArticleList-byLine {
    font-size: 12px
}

@media (min-width: 1025px) {
    .BlogArticleList--horizontal .BlogArticleList-byLine {
        font-size: 14px
    }
}

.BlogArticleList--horizontal .BlogArticleList-copy {
    font-size: 14px;
    line-height: 1.3
}

@media (min-width: 1025px) {
    .BlogArticleList--horizontal .BlogArticleList-copy {
        font-size: 16px
    }
}

.BlogContent-image {
    display: block;
    width: 100%
}

.Button {
    background-clip: padding-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    text-align: center;
    transition: background-color .1s;
    width: auto
}

.Button, .Button:focus, .Button:hover {
    text-decoration: none
}

.Button:disabled {
    cursor: default
}

.Button--primary--blue, .Button--primary--dark, .Button--secondary--blue, .Button--secondary--dark {
    letter-spacing: .04px
}

.Button--primary {
    background-color: #fff;
    color: #333
}

.Button--primary:hover {
    background-color: hsla(0, 0%, 100%, .6);
    border-color: hsla(0, 0%, 100%, .6);
    color: #333
}

.Button--primary--blue:disabled, .Button--primary--blue:disabled:hover, .Button--primary--dark:disabled, .Button--primary--dark:disabled:hover, .Button--primary--red:disabled, .Button--primary--red:disabled:hover, .Button--primary:disabled {
    background-color: #bbb;
    border-color: #bbb;
    color: #ededed
}

.Button--primary, .Button--primary--blue, .Button--primary--dark, .Button--primary--red {
    padding: 12px 20px
}

.Button--primary--dark {
    background-color: #333;
    color: #fff
}

.Button--primary--dark:hover {
    background-color: rgba(51, 51, 51, .7);
    color: #fff
}

.Button--primary--blue {
    background-color: #0a5fbe;
    color: #fff
}

.Button--primary--blue:hover {
    background-color: rgba(10, 95, 190, .7);
    color: #fff
}

.Button--primary--red {
    background-color: #c00;
    color: #fff
}

.Button--primary--red:hover {
    background-color: #a32622;
    color: #fff
}

.Button--secondary {
    border: 1px solid #fff;
    color: #fff
}

.Button--secondary:hover {
    background-color: hsla(0, 0%, 100%, .3);
    color: #fff
}

.Button--secondary:disabled {
    background-color: initial;
    border-color: #bbb;
    color: #bbb
}

.Button--secondary--blue:disabled, .Button--secondary--blue:disabled:hover, .Button--secondary--dark:disabled, .Button--secondary--dark:disabled:hover {
    background-color: #ededed;
    border-color: #bbb;
    color: #bbb
}

.Button--secondary, .Button--secondary--blue, .Button--secondary--dark {
    padding: 11px 20px
}

.Button--secondary--dark {
    background-color: #fff;
    border: 1px solid #333;
    color: #333
}

.Button--secondary--dark:hover {
    background-color: #d6d6d6;
    color: #333
}

.Button--secondary--blue {
    background-color: #fff;
    border: 1px solid #0a5fbe;
    color: #0a5fbe
}

.Button--secondary--blue:hover {
    background-color: #d0dff6
}

.Button--fullWidth {
    width: 100%
}

.Button--icon {
    padding-right: 48px
}

.Button-icon {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.CalloutBand {
    padding: 48px 0;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .CalloutBand {
        padding: 96px
    }
}

.CalloutBand-copy, .CalloutBand-title {
    margin: 0 auto;
    padding: 0 32px;
    width: 100%
}

@media screen and (min-width: 466px) {
    .CalloutBand-copy, .CalloutBand-title {
        max-width: 100%
    }
}

@media screen and (min-width: 769px) {
    .CalloutBand-copy, .CalloutBand-title {
        max-width: 75%
    }
}

@media screen and (min-width: 1025px) {
    .CalloutBand-copy, .CalloutBand-title {
        max-width: 800px
    }
}

@media screen and (min-width: 1440px) {
    .CalloutBand-copy, .CalloutBand-title {
        max-width: 1042px
    }
}

.CalloutBand-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px
}

@media (min-width: 1025px) {
    .CalloutBand-title {
        font-size: 36px
    }
}

@media screen and (min-width: 1025px) {
    .CalloutBand-title {
        line-height: 1.3
    }
}

.CalloutBand-title--emphasized {
    font-size: 30px
}

@media (min-width: 1025px) {
    .CalloutBand-title--emphasized {
        font-size: 50px
    }
}

.CalloutBand-copy {
    font-size: 18px
}

@media (min-width: 1025px) {
    .CalloutBand-copy {
        font-size: 20px
    }
}

.CardGrid {
    padding-top: 48px
}

@media screen and (min-width: 1025px) {
    .CardGrid {
        padding-top: 96px
    }
}

.CardGrid-cardTitle, .CardGrid-title {
    color: #000;
    font-weight: 700
}

.CardGrid-title {
    font-size: 24px;
    margin-bottom: 48px;
    text-align: center
}

@media (min-width: 1025px) {
    .CardGrid-title {
        font-size: 36px
    }
}

@media screen and (min-width: 1025px) {
    .CardGrid-title {
        margin-bottom: 64px
    }
}

.CardGrid-image {
    height: auto;
    margin-bottom: 72px;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .CardGrid-image {
        margin-bottom: 48px
    }
}

.CardGrid-card {
    margin-bottom: 72px;
    position: relative
}

@media screen and (min-width: 1025px) {
    .CardGrid-card {
        margin-bottom: 64px
    }

    .CardGrid-card:nth-child(odd) {
        padding-right: 12px
    }

    .CardGrid-card:nth-child(2n+2) {
        padding-left: 12px
    }

    .CardGrid-card:nth-child(2n+2) .CardGrid-button {
        left: 12px
    }
}

.CardGrid-card--withButton {
    padding-bottom: 88px
}

.CardGrid-cardContent {
    padding: 0 20px;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .CardGrid-cardContent {
        padding: 0;
        text-align: left
    }
}

.CardGrid-cardTitle {
    font-size: 24px;
    margin-bottom: 24px
}

@media (min-width: 1025px) {
    .CardGrid-cardTitle {
        font-size: 26px
    }
}

.CardGrid-button {
    bottom: 0;
    position: absolute;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .CardGrid-button {
        text-align: left
    }
}

.ContentBlock--bg-gray {
    background-color: #fbfbfb;
    color: #000
}

.ContentBlock--bg-black {
    background-color: #000;
    color: #fff
}

.ContentBlock--bg-black a {
    color: #c00
}

@media screen and (min-width: 1440px) {
    .ContentBlock--type-image {
        max-height: 800px
    }
}

.ContentBlock--type-text {
    display: flex
}

@media screen and (min-width: 1440px) {
    .lego-position--left .ContentBlock--type-text {
        justify-content: flex-end
    }
}

.ContentBlock--type-video-embedded {
    background-color: #000;
    display: flex;
    /*margin-left: -50px;*/
}

.ContentBlock--type-video-youtube {
    padding-bottom: 60%
}

@media screen and (min-width: 1025px) {
    .ContentBlock--type-video-youtube {
        padding-bottom: 75%
    }
}

@media screen and (min-width: 1440px) {
    .ContentBlock--type-video-youtube {
        padding-bottom: 600px
    }
}

.ContentBlock-container {
    padding: 48px 20px;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .ContentBlock-container {
        align-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        padding: 96px 60px;
    }
}

@media screen and (min-width: 1440px) {
    .lego-position--left .ContentBlock-container, .lego-position--right .ContentBlock-container {
        width: 720px
    }
}

.ContentBlock-copy, .ContentBlock-title {
    flex-basis: 100%;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .ContentBlock-copy, .ContentBlock-title {
        text-align: left
    }
}

.ContentBlock-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3
}

@media (min-width: 1025px) {
    .ContentBlock-title {
        font-size: 36px;
    }
}

.ContentBlock--bg-gray .ContentBlock-title, .ContentBlock--bg-white .ContentBlock-title {
    color: #000
}

.ContentBlock-copy {
    margin-top: 24px
}

.ContentBlock-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .ContentBlock-buttons {
        justify-content: flex-start
    }
}

.ContentBlock-button {
    margin-top: 16px
}

.ContentBlock-button:first-of-type {
    margin-right: 16px
}

.ContentBlock-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 74%;
    margin-top: 109px;
    object-fit: cover;
    width: 100%
}

.ContentBlock-embeddedVideo {
    width: 100%
}

@media screen and (min-width: 1440px) {
    .ContentBlock-embeddedVideo {
        max-height: 600px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 1440px) {
    .ContentBlock-embeddedVideo1 {
        max-height: 750px;
    }
}

@media screen and (min-width: 1025px) {
    /*.ContentBlock-embeddedVideo {*/
    /*    object-fit: cover*/
    /*}*/
}

@media screen and (min-width: 466px) {
    .ContentHighlighter {
        display: flex
    }
}

.ContentHighlighter--light {
    background-color: #ededed
}

.ContentHighlighter-content {
    flex: 1;
    padding: 16px
}

@media screen and (min-width: 769px) {
    .ContentHighlighter-content {
        padding: 24px
    }
}

.ContentHighlighter-imageContainer {
    flex-basis: 32%;
    overflow: hidden;
    position: relative
}

@media screen and (min-width: 769px) {
    .ContentHighlighter-imageContainer {
        flex-basis: auto
    }
}

.ContentHighlighter-image {
    display: block;
    width: 100%
}

@media screen and (min-width: 769px) {
    .ContentHighlighter-image {
        height: 100%;
        left: 50%;
        max-width: unset;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto
    }
}

.ContentHighlighter-imageSpacer {
    display: none
}

@media screen and (min-width: 769px) {
    .ContentHighlighter-imageSpacer {
        display: block
    }
}

.CookieToast {
    background: #c00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    left: 1%;
    padding: 16px 48px;
    position: fixed;
    text-align: center;
    transition: transform .4s;
    width: 98%;
    z-index: 100
}

.CookieToast--slideOut {
    transform: translateY(100%)
}

.CookieToast--hidden {
    display: none
}

.CookieToast-link {
    color: #fff;
    text-decoration: underline
}

.CookieToast-link:hover {
    color: #bbb
}

.CookieToast-buttonWrap {
    display: inline-block;
    margin: 0 16px
}

.CookieToast .Form-checkbox + .Form-checkbox-label {
    color: inherit
}

.CookieToast .Form-checkbox + .Form-checkbox-label--hidden {
    display: none
}

.DownloadFile {
    background: #fff;
    margin: 12px 0
}

@media screen and (min-width: 769px) {
    .DownloadFile {
        padding: 0 12px
    }
}

.DownloadFile-card {
    border-bottom: 1px solid #bbb;
    box-sizing: border-box;
    color: inherit;
    padding: 24px 0 96px;
    position: relative;
    text-decoration: none
}

@media screen and (min-width: 769px) {
    .DownloadFile-card {
        padding-top: 32px
    }
}

@media screen and (min-width: 1025px) {
    .DownloadFile-card {
        padding-top: 64px
    }
}

@media screen and (min-width: 769px) {
    .DownloadFile-card {
        border: 1px solid #bbb
    }
}

.DownloadFile-card:hover {
    text-decoration: none
}

.DownloadFile-card:hover .DownloadFile-label {
    text-decoration: underline
}

.DownloadFile-card:hover .DownloadFile-type {
    color: #0a5fbe
}

.DownloadFile:last-child .DownloadFile-card {
    border-bottom: unset
}

@media screen and (min-width: 769px) {
    .DownloadFile:last-child .DownloadFile-card {
        border: 1px solid #bbb
    }
}

.DownloadFile-wrap {
    margin: 48px 0
}

@media screen and (min-width: 1025px) {
    .DownloadFile-wrap {
        margin: 96px 0
    }
}

.DownloadFile-title {
    color: #c00;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px
}

.DownloadFile-copy {
    color: #6f6f6f;
    font-size: 18px;
    margin-bottom: 40px
}

@media screen and (min-width: 769px) {
    .DownloadFile-list {
        margin: 0 -12px
    }
}

.DownloadFile-content, .DownloadFile-download, .DownloadFile-size, .DownloadFile-type {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 32px
}

.DownloadFile-download {
    bottom: 0;
    color: #0a5fbe;
    position: absolute;
    width: 100%
}

.DownloadFile-type {
    color: #333;
    font-size: 46px;
    line-height: 1;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative
}

.DownloadFile-type-image, .DownloadFile-type-video {
    left: 50%;
    max-width: unset;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 1025px) {
    .DownloadFile-type {
        margin-bottom: 24px
    }
}

.DownloadFile-size {
    color: #bbb;
    font-size: 16px;
    margin-bottom: 8px
}

.DownloadFile-name {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 8px 16px;
    text-align: center
}

@media (min-width: 1025px) {
    .DownloadFile-name {
        font-size: 26px
    }
}

.DownloadFile-link {
    text-align: center
}

.DownloadFile-icon {
    font-size: 40px
}

@media (min-width: 1025px) {
    .DownloadFile-icon {
        font-size: 50px
    }
}

.DownloadFile-label {
    display: none;
    font-size: 14px
}

@media (min-width: 1025px) {
    .DownloadFile-label {
        font-size: 16px
    }
}

@media screen and (min-width: 466px) {
    .DownloadFile-label {
        display: block
    }
}

.FactSheet {
    background-color: #000;
    color: #fff;
    padding: 48px 0 16px
}

@media screen and (min-width: 1025px) {
    .FactSheet {
        padding-top: 96px
    }
}

.FactSheet-subtitle, .FactSheet-title {
    margin-bottom: 24px;
    padding: 0 12px;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .FactSheet-subtitle, .FactSheet-title {
        margin-bottom: 56px;
        padding: 0;
        text-align: left
    }
}

.FactSheet-title {
    font-size: 32px;
    font-weight: 700
}

@media (min-width: 1025px) {
    .FactSheet-title {
        font-size: 36px
    }
}

@media screen and (min-width: 1025px) {
    .FactSheet-column {
        align-content: flex-start;
        margin-bottom: 104px;
        padding-bottom: 48px;
        position: relative
    }

    .FactSheet-column:first-of-type {
        padding-right: 32px
    }

    .FactSheet-column:nth-of-type(2) {
        padding-left: 32px
    }
}

.FactSheet-colTitle {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    width: 100%
}

@media (min-width: 1025px) {
    .FactSheet-colTitle {
        font-size: 26px
    }
}

@media screen and (min-width: 1025px) {
    .FactSheet-colTitle {
        text-align: left
    }
}

.FactSheet-listItem, .FactSheet-numberText {
    font-size: 16px
}

@media (min-width: 1025px) {
    .FactSheet-listItem, .FactSheet-numberText {
        font-size: 18px
    }
}

.FactSheet-listItem {
    border-top: 1px solid #6f6f6f;
    margin: 16px 0;
    padding: 16px 0 0 24px
}

@media screen and (min-width: 1025px) {
    .FactSheet-listItem {
        height: 150px
    }
}

@media screen and (min-width: 1440px) {
    .FactSheet-listItem {
        padding-top: 32px
    }
}

.FactSheet-listItem:first-of-type {
    border-top: none
}

.FactSheet-listItem:before {
    background-color: #fff;
    height: 3px;
    left: 12px;
    top: 27px;
    width: 3px
}

@media screen and (min-width: 1440px) {
    .FactSheet-listItem:before {
        top: 44px
    }
}

.FactSheet-button {
    margin-top: 32px;
    max-width: max-content
}

@media screen and (min-width: 1025px) {
    .FactSheet-button {
        bottom: 0;
        position: absolute
    }
}

.FactSheet-accordion {
    margin: 48px 0 64px
}

.FactSheet-accordion-item {
    border-bottom: 1px solid #bbb
}

.FactSheet-accordion-item:first-of-type {
    border-top: 1px solid #bbb
}

.FactSheet-accordion-item--expanded .FactSheet-accordion-expandIcon {
    transform: rotate(180deg)
}

.FactSheet-accordion-expandBtn {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    height: 96px;
    padding: 0 16px;
    position: relative;
    text-align: left;
    width: 100%
}

.FactSheet-accordion-expandBtn:focus {
    outline: none
}

.FactSheet-accordion-expandIcon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 32px
}

.FactSheet-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s
}

.FactSheet-accordion-bodyPanel {
    margin: 0 12px 32px
}

@media screen and (min-width: 1025px) {
    .FactSheet-numbers .lego {
        padding-right: 16px
    }
}

.FactSheet-numberBlock {
    margin-bottom: 48px;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .FactSheet-numberBlock {
        text-align: left
    }
}

.FactSheet-numberTitle {
    display: block;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px
}

@media (min-width: 1025px) {
    .FactSheet-numberTitle {
        font-size: 40px
    }
}

@media (min-width: 1440px) {
    .FactSheet-numberTitle {
        font-size: 50px
    }
}

.FloatBar {
    background-color: #fff;
    border-bottom: 2px solid #6f6f6f;
    top: 60px;
    z-index: 2
}

@media screen and (min-width: 769px)and (min-height: 640px) {
    .FloatBar {
        position: -webkit-sticky;
        position: sticky
    }
}

@media screen and (min-width: 1025px) {
    .SubmissionForm--centered {
        margin: 0 auto;
        width: 50%
    }
}

.SubmissionForm-content {
    padding: 32px
}

@media screen and (min-width: 1025px) {
    .SubmissionForm-content {
        padding: 48px
    }
}

@media screen and (min-width: 1440px) {
    .SubmissionForm-content {
        padding: 48px 96px;
        margin-left: -125px;
    }
}

[v-cloak] {
    color: transparent !important;
    user-select: none
}

.Form-tabForm {
    margin-top: 16px
}

.Form-note {
    font-size: 12px;
    margin-bottom: 16px
}

@media (min-width: 1025px) {
    .Form-note {
        font-size: 14px
    }
}

.Form-group {
    display: inline-block;
    min-inline-size: auto;
    padding: 0;
    position: relative;
    width: 100%
}

.Form-group--align-left, .Form-group--align-right {
    align-items: flex-end;
    display: flex
}

.Form-group--align-left {
    justify-content: flex-start
}

.Form-group--align-right {
    justify-content: flex-end
}

.Form-group--inline {
    align-items: flex-start;
    display: flex
}

.Form-group--inline .Button {
    white-space: nowrap
}

.Form-label {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.143;
    margin-bottom: 8px
}

.Form-label--required--file .Form-file-labelText:after, .Form-label--required:after {
    color: #d50000;
    content: " *"
}

.Form-label--file {
    background-color: #fff;
    margin: 27px 0 0;
    min-height: 40px;
    position: relative;
    width: 100%
}

.Form-label--slider {
    margin-bottom: 12px
}

.Form-inputWrapper {
    position: relative
}

.Form-input, .Form-textarea, .Form.UserAuth-form input, .Form.UserAuth-form label {
    color: #6f6f6f;
    display: block;
    font-size: 16px;
    width: 100%
}

@media (min-width: 1025px) {
    .Form-input, .Form-textarea, .Form.UserAuth-form input, .Form.UserAuth-form label {
        font-size: 14px
    }
}

.Form-input--inline, .Form-textarea--inline, .Form.UserAuth-form input--inline, .Form.UserAuth-form label--inline {
    display: inline-block;
    margin-right: 8px;
    width: auto
}

.Form-input, .Form-textarea, .Form.UserAuth-form input {
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: none;
    padding: 0 8px;
    position: relative
}

.Form-input:focus, .Form-textarea:focus, .Form.UserAuth-form input:focus {
    outline: 2px solid #0a5fbe
}

.Form-input, .Form.UserAuth-form input {
    height: 40px;
    line-height: 40px
}

.Form-input::placeholder, .Form.UserAuth-form input::placeholder {
    color: #bbb;
    font-size: 20px;
    transform: translateY(2px)
}

.Form-input--withIcon {
    padding-right: 40px
}

.Form-select {
    left: -9999px;
    position: absolute
}

.Form-select-optgroupItem, .Form-select-optionItem {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
    white-space: nowrap
}

.Form-select-optgroupItem:before, .Form-select-optionItem:before {
    content: none
}

.Form-select-optionItem {
    cursor: pointer
}

.Form-select-optionItem--active, .Form-select-optionItem:hover {
    background-color: #0a5fbe;
    color: #fff
}

.Form-select-optgroupItem {
    background-color: #fbfbfb;
    border-bottom: 1px solid #6f6f6f;
    font-weight: 700
}

.Form-textarea {
    height: 10em;
    padding: 8px;
    resize: vertical
}

.Form-textarea:focus {
    outline: 2px solid #0a5fbe
}

.Form-dropdown {
    position: relative
}

.Form-dropdown-display {
    background: #fff url(assets/img/caret-down.svg) no-repeat right 10px center;
    background-size: 9px 14px;
    border: 1px solid #bbb;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 24px 0 16px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Form-dropdown-display--focus, .Form-dropdown-display:focus {
    outline: 2px solid #0a5fbe
}

.Form-dropdown-searchContainer {
    background-color: #fff;
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 1
}

.Form-dropdown-search {
    border: 1px solid #bbb;
    padding: 8px 32px 8px 16px;
    width: 100%
}

.Form-dropdown-searchIcon {
    color: #bbb;
    position: absolute;
    right: 17px;
    top: 17px
}

.Form-dropdown-dropdown {
    background-color: #fff;
    border: 1px solid #bbb;
    display: none;
    max-height: 250px;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 1001
}

.Form-dropdown-dropdown--active {
    display: block
}

.Form-dropdown-dropdown--down {
    top: 42px
}

.Form-dropdown-dropdown--up {
    bottom: 42px
}

.Form-dropdown-select--search {
    margin-top: 16px
}

.Form-dropdown-multiple {
    padding: 12px 12px 0
}

.Form-checkbox:checked, .Form-checkbox:not(:checked), .Form-radio:checked, .Form-radio:not(:checked), .Form-switch:checked, .Form-switch:not(:checked) {
    left: -9999px;
    position: absolute
}

.Form-checkbox + .Form-checkbox-label, .Form-checkbox + .Form-radio-label, .Form-checkbox + .Form-switch-label, .Form-radio + .Form-checkbox-label, .Form-radio + .Form-radio-label, .Form-radio + .Form-switch-label, .Form-switch + .Form-checkbox-label, .Form-switch + .Form-radio-label, .Form-switch + .Form-switch-label {
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    margin: 8px 0;
    padding-left: 39px;
    position: relative;
    user-select: none
}

.Form-checkbox + .Form-checkbox-label:after, .Form-checkbox + .Form-checkbox-label:before, .Form-checkbox + .Form-radio-label:after, .Form-checkbox + .Form-radio-label:before, .Form-checkbox + .Form-switch-label:after, .Form-checkbox + .Form-switch-label:before, .Form-radio + .Form-checkbox-label:after, .Form-radio + .Form-checkbox-label:before, .Form-radio + .Form-radio-label:after, .Form-radio + .Form-radio-label:before, .Form-radio + .Form-switch-label:after, .Form-radio + .Form-switch-label:before, .Form-switch + .Form-checkbox-label:after, .Form-switch + .Form-checkbox-label:before, .Form-switch + .Form-radio-label:after, .Form-switch + .Form-radio-label:before, .Form-switch + .Form-switch-label:after, .Form-switch + .Form-switch-label:before {
    content: "";
    position: absolute
}

.Form-disconnectedCheckLabel {
    margin: 12px 0 24px
}

.Form-check {
    margin-bottom: 20px
}

.Form-check--dropdown {
    margin-bottom: 12px
}

.Form-checkbox + .Form-checkbox-label:before {
    background: #fff;
    border: 1px solid #bbb;
    height: 25px;
    left: 0;
    top: -5px;
    transition: background .2s, border-color .2s;
    width: 25px
}

.Form-checkbox + .Form-checkbox-label:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 2px 2px;
    height: 7px;
    left: 11px;
    margin: -5px 0 0 -5px;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: border-color .2s;
    width: 14px
}

.Form-checkbox:checked + .Form-checkbox-label:before {
    background: #0a5fbe
}

.Form-checkbox:checked + .Form-checkbox-label:after {
    border-color: #fff
}

.Form-checkbox:not(:checked) + .Form-checkbox-label:after {
    opacity: 0;
    transform: scale(0)
}

.Form-checkbox:focus + .Form-checkbox-label:before {
    border: 2px solid #0a5fbe
}

.Form-checkbox--inline .Form-check {
    float: left;
    width: 275px
}

.Form-radio + .Form-radio-label:after, .Form-radio + .Form-radio-label:before {
    background-color: #fff;
    border-radius: 50%
}

.Form-radio + .Form-radio-label:before {
    border: 1px solid #bbb;
    height: 25px;
    left: 0;
    top: -5px;
    width: 25px
}

.Form-radio + .Form-radio-label:after {
    height: 11px;
    left: 7px;
    opacity: 0;
    top: 2px;
    transition: opacity .3s;
    width: 11px
}

.Form-radio:checked + .Form-radio-label:before {
    background: #0a5fbe
}

.Form-radio:checked + .Form-radio-label:after {
    color: #fff;
    opacity: 1
}

.Form-radio:not(:checked) + .Form-radio-label:after {
    opacity: 0
}

.Form-radio:focus + .Form-radio-label:before {
    border: 2px solid #0a5fbe
}

.Form-switch + .Form-switch-label {
    float: left;
    line-height: 30px;
    max-width: 125px;
    padding-left: 0
}

.Form-switch + .Form-switch-label:after, .Form-switch + .Form-switch-label:before {
    bottom: 0;
    display: block;
    left: 130px;
    top: 0;
    transition: all .2s ease-in
}

.Form-switch + .Form-switch-label:before {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 30px;
    height: 30px;
    width: 60px
}

.Form-switch + .Form-switch-label:after {
    background-color: #6f6f6f;
    border-radius: 50%;
    height: 20px;
    margin-left: 5px;
    top: 5px;
    width: 20px
}

.Form-switch:checked + .Form-switch-label:before {
    background-color: #0a5fbe
}

.Form-switch:checked + .Form-switch-label:after {
    background-color: #fff;
    margin-left: 34px
}

.Form-switch:focus + .Form-switch-label:before {
    border-color: #0a5fbe;
    border-width: 2px
}

.Form-switch:active:not(:disabled) + .Form-switch-label:before {
    background-color: #fff
}

.Form-switch:active:not(:disabled) + .Form-switch-label:after {
    background-color: #fff;
    border: 6px solid #0a5fbe;
    height: 32px;
    margin-left: 0;
    opacity: .3;
    top: -1px;
    width: 32px
}

.Form-switch:checked:active:not(:disabled) + .Form-switch-label:after {
    margin-left: 28px
}

.Form-file {
    left: -9999px;
    position: absolute
}

.Form-file-labelText {
    display: block;
    position: absolute;
    top: -23px
}

.Form-file-button, .Form-file-name {
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute
}

.Form-file-name {
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    left: 0;
    overflow: hidden;
    padding: 0 83px 0 8px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .Form-file-name {
        padding-right: 108px
    }
}

.Form-file-button {
    border: 1px solid #0a5fbe;
    color: #0a5fbe;
    right: 0;
    text-align: center;
    width: 75px;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .Form-file-button {
        width: 100px
    }
}

.Form-file-button:focus {
    outline: none
}

.Form-file-preview--active {
    border: 1px solid #bbb;
    padding: 48px 8px 8px
}

.Form-file-img {
    display: block;
    margin: 0 auto;
    width: 80%
}

.Form-file:focus + .Form-label--file .Form-file-name {
    border: 2px solid #0a5fbe
}

.Form-fieldsetInnerWrapper {
    align-items: inherit;
    display: inherit;
    flex-flow: inherit;
    justify-content: inherit
}

.Form-legend {
    color: #6f6f6f;
    font-weight: 500;
    margin-bottom: 12px
}

.Form-legend .Form-legend-label {
    font-size: 14px;
    line-height: 1.143
}

.Form-iconBtn {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 22px;
    height: 40px;
    padding: 0 8px;
    position: absolute;
    right: 1px;
    top: 0
}

.Form-label ~ .Form-iconBtn {
    top: 27px
}

.Form-iconBtn:active, .Form-iconBtn:focus {
    color: #0a5fbe;
    outline: none
}

.Form-messages {
    font-size: 12px;
    line-height: 1.167
}

.Form-messages:after, .Form-messages:before {
    clear: both;
    content: "";
    display: table
}

.Form--error .Form-checkbox-label:before, .Form--error .Form-dropdown-display, .Form--error .Form-file-name, .Form--error .Form-input, .Form--error .Form-radio-label:before, .Form--error .Form-textarea {
    border-color: #d50000
}

.Form--success .Form-dropdown-display, .Form--success .Form-input, .Form--success .Form-textarea {
    border-color: #69d755
}

.Form-errors {
    color: #d50000;
    display: none
}

.Form-errors.filled {
    display: flex
}

.Form-error, .Form-helpText {
    margin-top: 7px
}

.Form-error {
    margin-right: 8px;
    padding: 0
}

.Form-error:before {
    color: #d50000;
    content: "* ";
    position: static
}

.Form-helpText {
    color: #6f6f6f;
    font-style: italic
}

.Form-dropdown-display--disabled, .Form-file:disabled + .Form-label .Form-file-name, .Form-file:disabled + .Form-label .Form-file-preview, .Form-generic--disabled, .Form-input:disabled, .Form-textarea:disabled, .Form.UserAuth-form input:disabled {
    background-color: #ededed;
    color: #bbb;
    cursor: default
}

.Form-file:disabled + .Form-label .Form-file-preview {
    opacity: .4
}

.Form-checkbox:disabled + .Form-checkbox-label, .Form-checkbox:disabled + .Form-radio-label, .Form-checkbox:disabled + .Form-switch-label, .Form-radio:disabled + .Form-checkbox-label, .Form-radio:disabled + .Form-radio-label, .Form-radio:disabled + .Form-switch-label, .Form-switch:disabled + .Form-checkbox-label, .Form-switch:disabled + .Form-radio-label, .Form-switch:disabled + .Form-switch-label {
    cursor: default
}

.Form-checkbox:disabled + .Form-checkbox-label:before, .Form-checkbox:disabled + .Form-radio-label:before, .Form-checkbox:disabled + .Form-switch-label:before, .Form-radio:disabled + .Form-checkbox-label:before, .Form-radio:disabled + .Form-radio-label:before, .Form-radio:disabled + .Form-switch-label:before, .Form-switch:disabled + .Form-checkbox-label:before, .Form-switch:disabled + .Form-radio-label:before, .Form-switch:disabled + .Form-switch-label:before {
    background-color: #ededed
}

.Form-checkbox:disabled + .Form-checkbox-label:after {
    border-color: #bbb
}

.Form-radio:disabled + .Form-radio-label:after, .Form-radio:disabled + .Form-switch-label:after, .Form-switch:disabled + .Form-radio-label:after, .Form-switch:disabled + .Form-switch-label:after {
    background-color: #bbb
}

.Header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    left: 0;
    line-height: 50px;
    padding: 0 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.Header--search:after {
    border-bottom: 2px solid #c00;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.Header-Divider {
    border: 1px solid #f0f0f0;
    height: 0;
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 99
}

.Header, .Header-primary, .Header-siteName {
    vertical-align: top
}

.Header, .Header-primary {
    height: 92px;
    line-height: 60px
}

@media screen and (min-width: 1025px) {
    .Header, .Header-primary {
        height: 92px;
        line-height: 60px
    }
}

.Header-logo {
    float: left;
    height: 100%
}

.Header-logoLink, .Header-primaryNav, .Header-siteName {
    float: left
}

.Header-logoLink {
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: 8px
}

@media screen and (min-width: 769px) {
    .Header-logoLink {
        margin-right: 16px
    }
}

.Header-siteName {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    padding-left: 8px;
    position: relative
}

@media screen and (min-width: 769px) {
    .Header-siteName {
        padding-left: 16px
    }
}

@media (min-width: 1025px) {
    .Header-siteName {
        font-size: 14px
    }
}

.Header-siteName:hover {
    color: #6f6f6f;
    text-decoration: none
}

.Header-siteName:before {
    border-left: 1px solid #333;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.Header-primary {
    margin-left: 50px;
    font-size: 0;
    /*margin: 0 auto;*/
    max-width: 1440px;
    position: relative
}

.Header-utilityNav {
    display: none;
    float: right
}

.Header-utilityNav .Header-topLink {
    font-size: 12px
}

@media screen and (min-width: 1100px) {
    .Header-utilityNav {
        display: inline-block
    }
}

.Header-primaryNav {
    display: none;
    margin-left: 8px
}

@media screen and (min-width: 1100px) {
    .Header-primaryNav {
        display: inline-block
    }
}

.Header-desktopElement {
    float: left
}

.Header-subnavIcon {
    font-size: 9px;
    line-height: 60px;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%)
}

.Header-item, .Header-subItem {
    font-weight: 500
}

.Header-item:before, .Header-subItem:before {
    content: none
}

.Header-links {
    display: inline-block;
    font-size: 0;
    text-align: right
}

.Header-item {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0 8px;
    position: relative
}

.Header-item:hover .Header-topLink {
    color: #000;
    text-decoration: none
}

.Header-item:hover .Header-topLink:after {
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.Header-item button {
    cursor: pointer;
    vertical-align: inherit
}

.Header-item--open .Header-subLinks, .Header-item:hover .Header-subLinks {
    display: block
}

.Header-item--hasSubNav {
    padding-right: 22px
}

.Header-subItem {
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0
}

.Header-subLinks {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    display: none;
    line-height: 1;
    max-height: 600px;
    overflow: auto;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 60px;
    width: 225px
}

.Header-subLinks--single {
    padding: 16px;
    width: 525px
}

.Header-subLink {
    color: #000
}

.Header-subLink:hover {
    text-decoration: none
}

.Header-subLink--active:after, .Header-subLink--selected:after {
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.Header-topLink {
    color: #000
}

.Header-topLink--active:after, .Header-topLink--selected:after {
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.Header-topLink {
    cursor: pointer;
    display: inline-block;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

.Header-topLink--btn {
    background-color: #c00;
    border: 1px solid #c00;
    color: #fff;
    line-height: normal;
    padding: 8px 16px
}

.Header-topLink--btn:hover {
    color: #c00
}

.Header-topLink--btn > i {
    margin-left: 8px
}

.Header-item--open .Header-topLink--btn, .Header-item:hover .Header-topLink--btn {
    background-color: #c00;
    color: #fff
}

.Header-subLink {
    display: block;
    padding: 16px
}

.Header-subLink:hover {
    background: #333;
    color: #fff
}

.Header-nav {
    align-items: center;
    justify-content: flex-end
}

.Header-nav-list {
    display: flex;
    flex-direction: column;
    left: 0;
    margin-bottom: 0;
    max-height: 0;
    position: absolute;
    top: 50px;
    transition: max-height .3s ease-in
}

.Header-nav-list:after {
    background: transparent;
    content: "";
    display: block;
    height: 100px;
    padding-top: 100px
}

@media screen and (min-width: 1025px) {
    .Header-nav-list {
        display: inline-block;
        max-height: inherit;
        position: static;
        text-align: right
    }

    .Header-nav-list:after {
        content: none
    }
}

.Header-nav-item, .Header-nav-link {
    display: inline-block
}

.Header-nav-item {
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    padding: 0;
    vertical-align: text-bottom
}

.Header-nav-item:before {
    background-color: transparent;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 56px;
    width: 100%
}

.Header-nav-item--active:before {
    background-color: #c00
}

.Header-nav-item:hover:before {
    background-color: none
}

@media screen and (min-width: 1025px) {
    .Header-nav-item:hover:before {
        background-color: #c00
    }
}

.Header-nav-item.Header--open.Header-nav-item--hasSubNav, .Header-nav-item:hover.Header-nav-item--hasSubNav {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.Header-nav-item.Header--open.Header-nav-item--hasSubNav .Header-subNav, .Header-nav-item:hover.Header-nav-item--hasSubNav .Header-subNav {
    display: block
}

.Header-nav-item.Header--open.Header-nav-item--hasSubNav:before, .Header-nav-item:hover.Header-nav-item--hasSubNav:before {
    background-color: #fff;
    z-index: 1
}

.Header-nav-item:first-child {
    border-top: 2px solid #ededed
}

@media screen and (min-width: 1025px) {
    .Header-nav-item:first-child {
        border: none
    }
}

.Header-nav-item--spacer {
    background: transparent;
    height: 50px;
    padding-top: 50px
}

.Header-nav-item--spacer:before {
    content: none
}

.Header-nav-button, .Header-nav-link {
    color: #6f6f6f;
    font-size: 16px;
    padding: 0 8px;
    position: relative;
    text-align: left;
    width: 100%
}

@media (min-width: 1025px) {
    .Header-nav-button, .Header-nav-link {
        font-size: 20px
    }
}

.Header-nav-button:hover, .Header-nav-link:hover {
    text-decoration: none
}

.Hero {
    align-items: center;
    color: #fff;
    display: flex;
    height: 563px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Hero-image, .Hero-video {
    left: 50%;
    max-width: unset;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 1025px) {
    .Hero {
        height: 700px
    }
    .Hero.Hero1 {
        height: 300px
    }
}

.Hero:after {
    background: rgba(0, 0, 0, .4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.Hero-content {
    position: relative;
    text-align: center;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .Hero-content {
        text-align: left
    }

    .Hero-subtitle, .Hero-title {
        max-width: 530px
    }
}
@media screen and (min-width: 1025px) {
    .Hero-content1 {
        text-align: center;
        margin-left: 400px;
    }
}
.Hero-content1 {
    position: relative;
    text-align: center;
    z-index: 1
}

.Hero-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3
}

@media (min-width: 1025px) {
    .Hero-title {
        font-size: 36px
    }
}

.Hero-subtitle {
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .Hero-subtitle {
        margin-top: 24px
    }
}

.Hero-buttons {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px
}

@media screen and (min-width: 1025px) {
    .Hero-buttons {
        justify-content: flex-start
    }
}

.Hero-buttons .Button {
    margin: 0 8px
}

.Hero-buttons .Button:first-child {
    margin-top: 48px;
}

.Hero-buttons .Button:nth-of-type(2) {
    margin-top: 16px
}


.Hero-buttons1 {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px
}

@media screen and (min-width: 1025px) {
    .Hero-buttons1 {
        justify-content: flex-start
    }
}

.Hero-buttons1 .Button {
    margin: 0 8px
}

.Hero-buttons1 .Button:first-child {
    margin-top: 48px;
    margin-left: 183px;
}

.Hero-buttons1 .Button:nth-of-type(2) {
    margin-top: 16px
}

.Hero-image, .Hero-video {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100%;
    min-width: 100%
}

.InfoCardWrapper {
    padding: 16px 8px 0
}

@media screen and (min-width: 1025px) {
    .InfoCardWrapper {
        padding: 64px 16px 0
    }
}

.InfoCardWrapper .Grid .lego {
    position: static
}

.InfoCard {
    z-index: 1
}

.InfoCard--isExpanded .InfoCard-pointingCaret {
    opacity: 1
}

.InfoCard--isExpanded .InfoCard-expanded {
    border-top: 1px solid #6f6f6f;
    box-shadow: 0 4px 4px -1px rgba(0, 0, 0, .3);
    display: block;
    z-index: 1
}

.InfoCard-card {
    height: 160px
}

.InfoCard--expandable .InfoCard-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 24px 0 0
}

@media screen and (min-width: 1025px) {
    .InfoCard--expandable .InfoCard-card {
        padding: 24px 32px 0
    }
}

.InfoCard--compact .InfoCard-card {
    height: 100%;
    padding: 24px 0 16px
}

@media screen and (min-width: 1025px) {
    .InfoCard--compact .InfoCard-card {
        padding: 24px 32px 0
    }
}

.InfoCard-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 16px
}

@media (min-width: 1025px) {
    .InfoCard-title {
        font-size: 20px
    }
}

.InfoCard-subTitle {
    font-size: 16px
}

.InfoCard-pointingCaret {
    flex: 1;
    margin-bottom: -2px;
    opacity: 0;
    position: relative;
    z-index: 2
}

.InfoCard-pointingCaret:after, .InfoCard-pointingCaret:before {
    border-style: solid;
    border-width: 0 20px 22px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    width: 0
}

.InfoCard-pointingCaret:before {
    border-color: transparent transparent #6f6f6f;
    bottom: 1px
}

.InfoCard-pointingCaret:after {
    border-color: transparent transparent #fff;
    bottom: -1px
}

.InfoCard-expanded {
    display: none;
    margin: 1px calc(-50vw + 50%) 0;
    overflow: hidden;
    position: relative
}

.InfoCard-expanded, .InfoCard-expandedInner {
    background-color: #fff
}

.InfoCard-nav--left, .InfoCard-nav--right {
    align-items: center;
    color: #bbb;
    cursor: pointer;
    display: none;
    font-size: 72px;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 80px
}

@media screen and (min-width: 769px) {
    .InfoCard-nav--left, .InfoCard-nav--right {
        display: flex
    }
}

@media screen and (min-width: 1440px) {
    .InfoCard-nav--left, .InfoCard-nav--right {
        width: 120px
    }
}

.InfoCard-nav--left {
    left: 0
}

.InfoCard-nav--right {
    right: 0
}

.InfoCard-expandedClose {
    cursor: pointer;
    font-size: 28px;
    padding: 0 0 8px 8px;
    position: absolute;
    right: 16px;
    top: 16px
}

@media screen and (min-width: 769px) {
    .InfoCard-expandedClose {
        right: 112px
    }
}

@media screen and (min-width: 1440px) {
    .InfoCard-expandedClose {
        right: 152px
    }
}

.InfoCard-expandedContentWrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 48em;
    padding: 32px 16px
}

@media screen and (min-width: 769px) {
    .InfoCard-expandedContentWrapper {
        padding: 48px
    }
}

@media screen and (min-width: 1440px) {
    .InfoCard-expandedContentWrapper {
        padding: 48px 16px
    }
}

.InfoCard-copy {
    margin-top: 8px
}

.InfoCard-title--expanded {
    color: #c00;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px
}

@media (min-width: 1025px) {
    .InfoCard-title--expanded {
        font-size: 18px
    }
}

@media (min-width: 1440px) {
    .InfoCard-title--expanded {
        font-size: 24px
    }
}

.InfoCard-subTitle--expanded {
    margin-bottom: 16px
}

@media screen and (min-width: 769px) {
    .InfoCard:nth-of-type(odd).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw - 12px + var(--scrollbarWidthHalf)) 0 calc(-50vw + 100% + 12px + var(--scrollbarWidthHalf))
    }

    .InfoCard:nth-of-type(2n+2).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw + 100% + 12px + var(--scrollbarWidthHalf)) 0 calc(-50vw - 12px - var(--scrollbarWidthHalf))
    }
}

@media screen and (min-width: 1025px) {
    .InfoCard:nth-of-type(3n+1).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw - 50% - 24px + var(--scrollbarWidthHalf)) 0 calc(-50vw + 150% + 24px + var(--scrollbarWidthHalf))
    }

    .InfoCard:nth-of-type(3n+2).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw + 50% + var(--scrollbarWidthHalf)) 0
    }

    .InfoCard:nth-of-type(3n+3).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw + 150% + 24px + var(--scrollbarWidthHalf)) 0 calc(-50vw - 50% - 24px + var(--scrollbarWidthHalf))
    }
}

@media screen and (min-width: 1440px) {
    .InfoCard:nth-of-type(4n+1).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw - 100% - 36px + var(--scrollbarWidthHalf)) 0 calc(-50vw + 200% + 36px + var(--scrollbarWidthHalf))
    }

    .InfoCard:nth-of-type(4n+2).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw - 12px + var(--scrollbarWidthHalf)) 0 calc(-50vw + 100% + 12px + var(--scrollbarWidthHalf))
    }

    .InfoCard:nth-of-type(4n+3).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw + 100% + 12px + var(--scrollbarWidthHalf)) 0 calc(-50vw - 12px + var(--scrollbarWidthHalf))
    }

    .InfoCard:nth-of-type(4n+4).InfoCard--isExpanded .InfoCard-expanded {
        margin: 1px calc(-50vw + 200% + 36px + var(--scrollbarWidthHalf)) 0 calc(-50vw - 100% - 36px + var(--scrollbarWidthHalf))
    }
}

.InfoList {
    text-align: center
}

@media screen and (min-width: 1025px) {
    .InfoList {
        text-align: left
    }
}

.InfoList--gray {
    background: #fbfbfb
}

.InfoList--gray .InfoList-itemTitle, .InfoList--gray .InfoList-title, .InfoList--light .InfoList-itemTitle, .InfoList--light .InfoList-title {
    color: #000
}

.InfoList--dark {
    background: #000;
    color: #fff
}

.InfoList--dark .InfoList-title {
    text-align: center
}

.InfoList-interior {
    padding-bottom: 48px;
    padding-top: 48px
}

.InfoList-itemTitle, .InfoList-title {
    line-height: 1.3
}

.InfoList-title {
    font-size: 30px
}

@media (min-width: 1025px) {
    .InfoList-title {
        font-size: 36px
    }
}

.InfoList-title--padded {
    margin-bottom: 64px
}

.InfoList-itemTitle, .InfoList-subtitle, .InfoList-title {
    margin-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .InfoList-subtitle {
        width: 50%
    }

    .InfoList-list {
        margin: 0 -32px
    }
}

.InfoList-item {
    align-content: flex-start;
    margin-bottom: 32px;
    padding-top: 32px
}

@media screen and (min-width: 1025px) {
    .InfoList-item {
        padding: 16px 32px 0
    }
}

.InfoList-item--piped {
    border-bottom: 1px solid #333;
    padding-bottom: 32px
}

@media screen and (min-width: 1025px) {
    .InfoList-item--piped {
        border-bottom: 0;
        border-right: 1px solid #333;
        padding-bottom: 0
    }
}

.InfoList-item--piped:last-child {
    border: 0
}

.InfoList-item.InfoList-item--hasButton .InfoList-itemCopy {
    padding-bottom: 24px
}

.InfoList-itemTitle {
    font-size: 20px;
    font-weight: 500
}

.InfoList-item.InfoList-item--piped {
    margin-bottom: 0 !important
}

.MobileHeader-side-nav {
    background-color: #fff;
    bottom: 0;
    color: #525252;
    display: flex;
    flex-direction: column;
    height: calc(100% - 3rem);
    left: -100vw;
    overflow: hidden;
    position: fixed;
    top: 60px;
    transition: visibility 1ms cubic-bezier(.2, 0, 1, .9) .11s, left .11s cubic-bezier(.2, 0, 1, .9) 1ms;
    visibility: hidden;
    width: 100%;
    z-index: 8000
}

.MobileHeader-side-nav--open {
    left: 0;
    overflow-y: auto;
    transition: visibility 1ms cubic-bezier(.2, 0, 1, .9) 0ms, left .11s cubic-bezier(.2, 0, 1, .9) 1ms;
    visibility: visible;
    margin-top: 18px;
}

.MobileHeader-side-nav-menu-section {
    background-color: #fff;
    height: 100%;
    left: -100%;
    overflow-y: auto;
    position: absolute;
    transition: left .15s cubic-bezier(.2, 0, 1, .9);
    width: 100%;
    z-index: 0
}

.MobileHeader-side-nav-menu-section-submenu {
    left: 100%
}

.MobileHeader-side-nav-menu-section-submenu--open {
    left: -100%
}

.MobileHeader-side-nav-menu-section--open {
    left: 0;
    z-index: 1
}

.MobileHeader-content {
    display: flex
}

@media screen and (min-width: 1100px) {
    .MobileHeader-content {
        display: none
    }
}

.MobileHeader-nav--open {
    overflow: hidden
}

.MobileHeader--overlay {
    background-color: red;
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 1000
}

.MobileHeader--overlay--active {
    background-color: hsla(0, 0%, 9%, .5);
    display: block;
    height: 100vh;
    opacity: 1;
    width: 100vw
}

.MobileHeader-search {
    display: none;
    cursor: pointer
}

.MobileHeader-search--form {
    flex: 98%;
    padding: 5px 0
}

.MobileHeader-search--form .Form-iconBtn {
    color: #333
}

.MobileHeader-search--form .Grid--form .Form-group {
    padding: 4px
}

.MobileHeader-search--form .Form-input {
    border: none
}

.MobileHeader-search--form .Form-input:focus {
    outline: none
}

.MobileHeader-search--form .Form-messages {
    display: none
}

.MobileHeader-search--open .MobileHeader-burgerBar:first-child {
    left: 50%;
    top: 6px;
    width: 0
}

.MobileHeader-search--open .MobileHeader-burgerBar:nth-child(2) {
    transform: rotate(90deg)
}



.MobileHeader--actions {
    display: flex;
    flex: 2%;
    justify-content: flex-end;
    margin-top: 22px
}

.MobileHeader-burger {
    background-color: transparent;
    cursor: pointer;
    height: 14px;
    margin-left: 24px;
    min-width: inherit !important;
    outline: none;
    position: relative;
    transform: rotate(0deg);
    transition: rotate .5s ease-in-out;
    width: 20px !important;
    top:17px;
}

@media screen and (min-width: 769px) {
    .MobileHeader-burger {
        margin-left: 24px
    }
}

@media screen and (min-width: 1100px) {
    .MobileHeader-burger--primary {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    .MobileHeader-burger--utility {
        display: none
    }
}

.MobileHeader-burgerBar {
    bottom: 0px;
    background-color: #333;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%
}

.MobileHeader-burgerBar:first-child {
    top: 0
}

.MobileHeader-burgerBar:nth-child(2), .MobileHeader-burgerBar:nth-child(3) {
    top: 6px
}

.MobileHeader-search--open .MobileHeader-burgerBar:nth-child(4) {
    top: 12px;
    display: none;
}

.MobileHeader-links {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    height: calc(100% - 3rem);
    left: -100vw;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    transition: visibility 1ms cubic-bezier(.2, 0, 1, .9) .11s, left .11s cubic-bezier(.2, 0, 1, .9) 1ms;
    visibility: hidden;
    width: 100vw;
    z-index: 8000
}

.MobileHeader-links--open {
    left: 0;
    overflow-y: auto;
    transition: visibility 1ms cubic-bezier(.2, 0, 1, .9) 0ms, left .11s cubic-bezier(.2, 0, 1, .9) 1ms;
    visibility: visible
}

.MobileHeader-overlay {
    background-color: #333;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s;
    width: 100%;
    z-index: 98
}

.MobileHeader-overlay--open {
    opacity: .85
}

@media screen and (min-width: 1100px) {
    .MobileHeader-overlay {
        display: none
    }
}

.MobileHeader-item, .MobileHeader-subItem {
    margin-bottom: 0
}

.MobileHeader-item:before, .MobileHeader-subItem:before {
    content: none
}

.MobileHeader-subItem, .MobileHeader-subLinks {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    min-height: 50px
}

.MobileHeader-subLinks--search, .MobileHeader-subLinks--track {
    background: #333;
    padding: 0 40px
}

.MobileHeader-subLinks--search .Form-label, .MobileHeader-subLinks--track .Form-label {
    color: #fff
}

.MobileHeader-item {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    min-height: 50px
}

.MobileHeader-item-primaryNav {
    font-size: 18px;
    font-weight: 700
}

.MobileHeader-item-utilityNav {
    font-size: 16px;
    font-weight: 500
}

.MobileHeader-item--label {
    color: #000;
    cursor: context-menu;
    font-size: 18px;
    font-weight: 700
}

.MobileHeader-spacer {
    background: transparent;
    height: 100px
}

.MobileHeader-spacer:before {
    content: none
}

.MobileHeader-Divider {
    background: #fff;
    height: 46px !important;
    list-style-type: none;
    margin: 0
}

.MobileHeader-Divider:before {
    content: none
}

.MobileHeader-topLink, .MobileHeader-topLink:active {
    color: #000;
    display: block
}

.MobileHeader-trigger {
    color: #c00;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 50px;
    left: 0;
    margin-right: 10px;
    outline: none;
    top: 0;
    width: 40px
}

.MobileHeader-trigger:before {
    position: absolute;
    top: 18px
}

.MobileHeader-item-primaryNav.MobileHeader-item {
    background: #fff;
    color: #000;
    width: 100%;
    display:block;
    border-top: outset;
}

.MobileHeader-item--back {
    color: #c00;
    cursor: pointer
}

.MobileHeader-item--back i {
    margin-right: 8px
}

.MobileHeader-subLink {
    color: #333;
    display: block;
    font-weight: 500
}

.Modal {
    align-items: center;
    background-color: rgba(51, 51, 51, .4);
    border-radius: 2px;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in;
    visibility: hidden;
    z-index: 1000
}

.Modal--active {
    opacity: 1;
    visibility: visible
}

.Modal--noscroll {
    overflow: hidden
}

.Modal-close {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #0a5fbe;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 31px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 31px
}

@media (min-width: 1025px) {
    .Modal-close {
        font-size: 36px
    }
}

@media screen and (min-width: 1025px) {
    .Modal-close {
        height: 57px;
        width: 57px
    }
}

.Modal-box {
    background-color: #fff;
    margin: auto;
    opacity: 0;
    position: relative;
    width: auto
}

.Modal-box:focus {
    outline: none
}

.Modal-box--active {
    opacity: 1
}

.Modal-box--md {
    width: calc(100vw - 32px)
}

@media screen and (min-width: 466px) {
    .Modal-box--md {
        max-width: 466px
    }
}

@media screen and (min-width: 769px) {
    .Modal-box--md {
        max-width: 600px
    }
}

.Modal-box--video {
    height: 245px;
    padding-bottom: 15px;
    width: calc(100vw - 32px)
}

@media screen and (min-width: 466px) {
    .Modal-box--video {
        height: 275px
    }
}

@media screen and (min-width: 769px) {
    .Modal-box--video {
        height: 445px
    }
}

@media screen and (min-width: 1025px) {
    .Modal-box--video {
        height: 535px
    }
}

@media screen and (min-width: 466px) {
    .Modal-box--video {
        max-width: 466px
    }
}

@media screen and (min-width: 769px) {
    .Modal-box--video {
        max-width: 768px
    }
}

@media screen and (min-width: 1025px) {
    .Modal-box--video {
        max-width: 930px
    }
}

.Modal-box .Modal-content {
    padding: 32px 16px
}

@media screen and (min-width: 1025px) {
    .Modal-box .Modal-content {
        padding: 56px 32px
    }
}

.Modal-statusBar {
    bottom: 0;
    height: 15px;
    position: absolute;
    width: 100%
}

.Modal-statusBar--default {
    background-color: #c00
}

.Modal-statusBar--error {
    background-color: #d50000
}

.Modal-statusBar--info {
    background-color: #0a5fbe
}

.Modal-statusBar--success {
    background-color: #1b5e20
}

.Modal-statusBar--warning {
    background-color: #ff6400
}

.Multimedia-content, .Multimedia-item:before {
    bottom: 10px;
    height: calc(100% - 20px);
    left: 10px;
    position: absolute;
    width: calc(100% - 20px)
}

@media screen and (min-width: 1025px) {
    .Multimedia-content, .Multimedia-item:before {
        bottom: 15px;
        height: calc(100% - 30px);
        left: 15px;
        width: calc(100% - 30px)
    }
}

.Multimedia {
    padding: 48px 0
}

@media screen and (min-width: 1025px) {
    .Multimedia {
        padding: 96px 0
    }
}

.Multimedia-items {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

@media screen and (min-width: 1025px) {
    .Multimedia-items {
        margin: -15px
    }
}

.Multimedia-item {
    overflow: hidden;
    padding: 10px;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .Multimedia-item {
        padding: 15px
    }
}

.Multimedia-item, .Multimedia-item--sizer {
    width: 100%
}

@media screen and (min-width: 769px) {
    .Multimedia-item, .Multimedia-item--sizer {
        width: 50%
    }
}

@media screen and (min-width: 1025px) {
    .Multimedia-item, .Multimedia-item--sizer {
        width: 33.33333%
    }
}

.Multimedia-item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .7));
    box-shadow: inset 0 -80px 40px 0 rgba(0, 0, 0, .5);
    content: "";
    opacity: 0;
    transition: opacity .4s
}

.Multimedia--mobile .Multimedia-item:before, .Multimedia-item:hover:before {
    opacity: 1
}

.Multimedia-image {
    display: block;
    width: 100%
}

.Multimedia-content {
    align-items: flex-start;
    bottom: -300px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    justify-content: flex-end;
    opacity: 0;
    padding: 20px;
    transition: bottom .4s ease-out, opacity .5s ease-in .1s
}

@media screen and (min-width: 1440px) {
    .Multimedia-content {
        padding: 30px
    }
}

.Multimedia--mobile .Multimedia-content, .Multimedia-item:hover .Multimedia-content {
    bottom: 10px;
    opacity: 1
}

@media screen and (min-width: 1025px) {
    .Multimedia--mobile .Multimedia-content, .Multimedia-item:hover .Multimedia-content {
        bottom: 15px
    }
}

.Multimedia-copy {
    color: #fff
}

.Multimedia-copy p {
    margin-top: 8px
}

.Multimedia-button {
    margin-top: 16px
}

@media screen and (min-width: 1440px) {
    .Multimedia-button {
        margin-top: 60px
    }
}

.Multimedia--mobile .Multimedia-button {
    background-color: hsla(0, 0%, 100%, .1)
}

.NumbersBlock {
    display: flex;
    flex-wrap: wrap
}

.NumbersBlock-item {
    flex: 0 0 50%;
    margin: 16px 0;
    padding: 0 16px;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .NumbersBlock-item {
        flex: 1
    }
}

.NumbersBlock-item:before {
    content: none
}

.NumbersBlock-icon, .NumbersBlock-title {
    color: #c00
}

.NumbersBlock-icon {
    font-size: 40px;
    margin-bottom: 32px
}

@media (min-width: 1025px) {
    .NumbersBlock-icon {
        font-size: 60px
    }
}

.NumbersBlock-title {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px
}

@media (min-width: 1025px) {
    .NumbersBlock-title {
        font-size: 30px
    }
}

@media screen and (min-width: 1025px) {
    .NumbersBlock-title {
        font-weight: 400;
        line-height: 1.3
    }
}

.NumbersBlock-text {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1025px) {
    .NumbersBlock-text {
        font-size: 20px
    }
}

@media screen and (min-width: 1025px) {
    .NumbersBlock-text {
        font-weight: 500;
        line-height: 1.3
    }
}

.Pill {
    border: 1px solid #0a5fbe;
    border-radius: 20px;
    color: #0a5fbe;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px 12px;
    white-space: nowrap
}

.Pill:last-of-type {
    margin-right: 0
}

.Pill:hover, .Pill:hover a {
    color: #fff;
    text-decoration: none
}

.Pill:hover {
    background-color: #0a5fbe
}

.Pill-list {
    margin-bottom: 16px
}

@media screen and (min-width: 1025px) {
    .Pill-list {
        margin-bottom: 24px
    }
}

@media screen and (min-width: 769px) {
    .ProfileBlock {
        padding: 0 20px
    }
}

@media screen and (min-width: 1025px) {
    .ProfileBlock {
        padding: 0
    }
}

.ProfileBlock-header {
    color: #333;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 24px;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .ProfileBlock-header {
        margin-bottom: 32px
    }
}

.ProfileBlock-item {
    margin-bottom: 0;
    margin-top: 40px;
    padding: 0
}

@media screen and (min-width: 769px) {
    .ProfileBlock-item {
        border-top: 1px solid #bbb;
        display: flex;
        margin-top: 0;
        padding: 24px 0
    }
}

.ProfileBlock-item:before {
    content: none
}

.ProfileBlock-item:first-child {
    border-top: none;
    margin: 0
}

.ProfileBlock-content {
    flex: 1;
    margin-bottom: 24px
}

@media screen and (min-width: 769px) {
    .ProfileBlock-content {
        margin-bottom: 0;
        padding-right: 32px
    }
}

.ProfileBlock-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px
}

.ProfileBlock-button {
    margin-top: 24px
}

@media screen and (min-width: 769px) {
    .ProfileBlock-imageContainer {
        width: 35%
    }
}

.ProfileBlock-image {
    display: block;
    width: 100%
}

.ProgressTracker-floater {
    background-color: #fff;
    padding: 8px 0 32px;
    position: absolute;
    width: 100%;
    z-index: 10
}

@media screen and (min-width: 769px) {
    .ProgressTracker-floater {
        padding-top: 16px
    }
}

@media screen and (min-width: 1025px) {
    .ProgressTracker-floater {
        padding-bottom: 72px;
        padding-top: 24px
    }
}

.ProgressTracker-floater:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, hsla(0, 0%, 100%, 0) 9px);
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%
}

.ProgressTracker-grid, .ProgressTracker-lego {
    display: flex;
    justify-content: center
}

.ProgressTracker-lego {
    position: relative
}

.ProgressTracker-lego--connector {
    align-self: center;
    flex: 0 1 160px
}

@media screen and (min-width: 1025px) {
    .ProgressTracker-lego--connector {
        max-width: 280px
    }
}

.ProgressTracker-lego:first-of-type {
    margin-left: 24px
}

@media screen and (min-width: 769px) {
    .ProgressTracker-lego:first-of-type {
        margin-left: 90px
    }
}

.ProgressTracker-lego:last-of-type {
    margin-right: 24px
}

@media screen and (min-width: 769px) {
    .ProgressTracker-lego:last-of-type {
        margin-right: 90px
    }
}

.ProgressTracker-itemStatus--complete + .ProgressTracker-lego--connector .ProgressTracker-circleConnector {
    background-color: #69d755
}

.ProgressTracker-circle {
    background-color: #fff;
    border: 2px solid #bbb;
    border-radius: 50%;
    height: 36px;
    position: relative;
    width: 36px;
    z-index: 1
}

.ProgressTracker-circle--neutral, .ProgressTracker-circle--pending {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    justify-content: center
}

.ProgressTracker-circle--neutral {
    color: #bbb
}

.ProgressTracker-circle--pending {
    border-color: #69d755;
    color: #69d755
}

.ProgressTracker-circle--complete, .ProgressTracker-circle--failed {
    align-items: center;
    display: flex !important;
    font-size: 28px;
    justify-content: center
}

.ProgressTracker-circle--complete {
    background-color: #69d755;
    border-color: #69d755;
    color: #fff
}

.ProgressTracker-circle--failed {
    background-color: #d50000;
    border-color: #d50000;
    color: #fff
}

.ProgressTracker-ring {
    left: -4px;
    position: absolute;
    top: -4px
}

.ProgressTracker-ringCircle {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset .35s
}

.ProgressTracker-label {
    color: #bbb;
    display: none;
    font-size: 16px;
    left: -72px;
    line-height: 1.25;
    position: absolute;
    text-align: center;
    top: 3em;
    width: 180px
}

@media screen and (min-width: 1025px) {
    .ProgressTracker-label {
        display: block
    }
}

.ProgressTracker-label.complete, .ProgressTracker-label.failed, .ProgressTracker-label.pending {
    color: #6f6f6f;
    font-weight: 600
}

.ProgressTracker-circleConnector {
    background-color: #bbb;
    display: block;
    height: 2px;
    width: calc(100% - 40px)
}

.ProgressTracker-formWrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 112px;
    max-width: 930px;
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .ProgressTracker-formWrapper {
        margin-top: 192px;
        padding: 0
    }
}

.ProgressTracker-formSection {
    display: none;
    opacity: 0;
    transition: opacity .8s
}

.ProgressTracker-formSection--visible {
    display: block;
    opacity: 1
}

.ProgressTracker-submitFloater {
    align-items: center;
    background-color: #6f6f6f;
    bottom: 0;
    display: flex;
    height: 60px;
    margin: 16px 0 32px;
    padding-left: 16px;
    position: sticky
}

.SearchResults {
    margin: 16px 0
}

@media screen and (min-width: 1025px) {
    .SearchResults {
        margin: 32px 0
    }
}

.SearchResults-count {
    margin-bottom: 32px
}

@media screen and (min-width: 1025px) {
    .SearchResults-count {
        margin-bottom: 48px
    }
}

.SearchResults-item {
    margin-bottom: 32px;
    padding-left: 0
}

.SearchResults-item:before {
    content: none
}

.SearchResults-itemSite {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: underline
}

@media (min-width: 1025px) {
    .SearchResults-itemSite {
        font-size: 14px
    }
}

.SearchResults-itemTitle {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1025px) {
    .SearchResults-itemTitle {
        font-size: 24px
    }
}

.SearchResults-itemTitle:hover {
    color: initial;
    text-decoration: none
}

.SearchResults-itemBlurb {
    font-size: 16px;
    line-height: 1.3
}

.SearchResults-sidebarTitle {
    border-bottom: 1px solid #6f6f6f;
    color: #6f6f6f;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 16px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.SearchResults-sidebarItem {
    margin-bottom: 32px;
    padding: 0
}

.SearchResults-sidebarItem:before {
    content: none
}

.SearchResults-sidebarItemTitle {
    font-size: 16px;
    font-weight: 700
}

@media (min-width: 1025px) {
    .SearchResults-sidebarItemTitle {
        font-size: 18px
    }
}

.SearchResults-sidebarItemLink {
    color: #333
}

.SearchResults-sidebarItemBlurb {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 16px
}

.SideMenu {
    background: #ededed;
    font-size: 18px;
    padding: 32px 24px 32px 48px;
    position: relative
}

.SideMenu-list {
    padding: 0 0 0 16px
}

@media screen and (min-width: 1025px) {
    .SideMenu-list {
        padding: 0
    }
}

.SideMenu-list--primary .SideMenu-arrow {
    left: -24px
}

.SideMenu-list--secondary .SideMenu-arrow {
    left: -8px
}

.SideMenu-list--closed {
    display: none
}

.SideMenu-arrow, .SideMenu-uxIcon {
    font-size: 16px
}

.SideMenu-arrowIcon, .SideMenu-uxIcon {
    line-height: 30px
}

.SideMenu-arrow {
    position: absolute;
    width: 100%
}

.SideMenu-item {
    color: #6f6f6f;
    margin-bottom: 8px;
    padding-left: 0
}

.SideMenu-item:before {
    content: none
}

.SideMenu-item--secondary {
    padding-left: 16px
}

.SideMenu-item--primary, .SideMenu-item--primary .SideMenu-link, .SideMenu-item--secondary, .SideMenu-item--secondary .SideMenu-link {
    line-height: 30px
}

.SideMenu-item--primary--active .SideMenu-link--active, .SideMenu-item--secondary--active .SideMenu-link--active {
    color: #000
}

.SideMenu-item--secondary--active:before {
    background: #c00;
    border-radius: 0;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 5px
}

.SideMenu-item--tertiary, .SideMenu-item--tertiary .SideMenu-link {
    line-height: 30px
}

.SideMenu-item--tertiary--active {
    font-weight: 700
}

.SideMenu-link {
    color: #6f6f6f;
    display: block;
    line-height: 30px
}

.SideMenu-link--tertiary {
    color: #c00
}

.Sidebar {
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px);
    padding: 16px 16px 0;
    position: sticky;
    top: 60px
}

@media screen and (min-width: 1025px) {
    .Sidebar {
        overflow: auto;
        padding: 48px 16px 0
    }
}

.Sidebar--responsive {
    border-radius: 4px;
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .4);
    height: 79px;
    left: 50%;
    min-height: auto;
    position: fixed;
    top: auto;
    transform: translateX(-50%);
    transition: height .4s;
    width: calc(100% - 32px);
    z-index: 98
}

@media screen and (min-width: 769px) {
    .Sidebar--responsive {
        max-width: 769px
    }
}

@media screen and (min-width: 1025px) {
    .Sidebar--responsive {
        border-radius: 0;
        box-shadow: none;
        max-width: 100%;
        min-height: calc(100vh - 60px);
        position: sticky;
        top: 60px;
        transform: none;
        width: 100%
    }
}

.Sidebar--responsive--open {
    height: calc(100vh - 190px)
}

@media screen and (max-height: 550px) {
    .Sidebar--responsive--open {
        height: calc(100vh - 70px)
    }
}

.Sidebar--scrollLock {
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .Sidebar--scrollLock {
        overflow: visible
    }
}

.Sidebar-mobileHeader {
    display: flex;
    margin-bottom: 16px
}

.Sidebar-mobileTitle {
    color: #c00;
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    margin: 0
}

.Sidebar-mobileExpandBtn {
    background-color: #fff;
    border: 1px solid #333;
    height: 38px;
    width: 38px
}

.Sidebar-mobileExpandBtn:focus {
    border-color: #0a5fbe;
    box-shadow: 0 0 4px 0 #0a5fbe;
    outline: none
}

.Sidebar-mobileExpandBtnLabel {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.Sidebar-scrollarea {
    flex: 1;
    margin: 16px 0;
    overflow: auto
}

.SocialIcon {
    float: left
}

.SocialIcon-size--small {
    font-size: 25px;
    line-height: 25px;
    margin-right: 8px
}

.SocialIcon-size--large {
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px
}

.SocialIcon-size--large:last-child, .SocialIcon-size--small:last-child {
    margin-right: 0
}

.SocialIcon-color--white {
    color: #fff
}

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

.SocialIcon-color--gray:hover, .SocialIcon-color--white:hover {
    color: #6f6f6f
}

.Spinner {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .5);
    bottom: 0;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1002
}

.Spinner--constrained {
    min-height: 80px;
    position: absolute
}

.Spinner--fullscreen {
    position: fixed
}

.Spinner--relative {
    min-height: 80px
}

.Spinner-wheel {
    animation: spin-it 2s linear infinite;
    border: 8px solid #0a5fbe;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: block;
    margin: 0 auto
}

.Spinner-wheel--medium {
    height: 50px;
    width: 50px
}

.Spinner-wheel--large {
    height: 70px;
    width: 70px
}

.Star {
    align-items: center;
    display: flex;
    flex-direction: column
}

.Star-star, .Star-stars {
    margin: 0
}

.Star-star {
    color: #c00;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding: 0 4px
}

@media (min-width: 1025px) {
    .Star-star {
        font-size: 36px
    }
}

.Star-star:before {
    content: none
}

.SubHeader {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 50px;
    padding: 0 16px;
    width: 100%
}

.SubHeader-subnavIcon {
    font-size: 9px;
    padding-left: 5px
}

.SubHeader-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: inherit;
    justify-content: center
}

.SubHeader-button, .SubHeader-link {
    color: #000;
    cursor: pointer;
    display: block;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 10px
}

@media screen and (min-width: 1025px) {
    .SubHeader-button, .SubHeader-link {
        margin: 0 20px
    }
}

@media screen and (min-width: 1440px) {
    .SubHeader-button, .SubHeader-link {
        margin: 0 31px
    }
}

.SubHeader-button:hover, .SubHeader-link:hover {
    color: #000;
    text-decoration: none
}

@media screen and (min-width: 1025px) {
    .SubHeader-secondary {
        background: #fff;
        height: 60px;
        margin-top: 0;
        position: fixed;
        top: 60px;
        z-index: 98
    }

    .SubHeader-tertiary {
        background: #ededed;
        margin-top: 0;
        min-height: 60px;
        position: fixed;
        top: 120px;
        z-index: 98
    }

    .SubHeader-button, .SubHeader-link {
        display: inline-block;
        font-weight: 500;
        position: relative
    }

    .SubHeader-button--selected, .SubHeader-link--selected {
        background-color: #f0f0f0
    }

    .SubHeader-button--active, .SubHeader-link--active {
        color: #c00;
        font-weight: 700
    }

    .SubHeader-button--secondary--active, .SubHeader-button--secondary:hover, .SubHeader-link--secondary--active, .SubHeader-link--secondary:hover {
        background-color: #f0f0f0
    }

    .SubHeader-button--secondary:first-child, .SubHeader-link--secondary:first-child {
        margin-left: 0
    }

    .SubHeader-button--tertiary--active, .SubHeader-link--tertiary--active {
        color: #c00;
        font-weight: 700
    }

    .SubHeader-button--tertiary:hover:before, .SubHeader-link--tertiary:hover:before {
        background-color: #c00;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .SubHeader-button--tertiary:first-child, .SubHeader-link--tertiary:first-child {
        margin-left: 0
    }
}

.SubHeader-anchor {
    position: absolute
}

.Superheader {
    background-color: #333;
    color: #fff;
    line-height: 1.1;
    padding: 24px 0;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 769px) {
    .Superheader {
        padding: 40px 0
    }
}

.Ovs-main .Superheader {
    position: relative
}

.Superheader--sticky {
    padding: 16px 0;
    position: sticky;
    top: 60px;
    z-index: 2
}

@media screen and (min-width: 769px) {
    .Superheader--sticky {
        padding: 24px 0
    }
}

.Superheader--sticky .Superheader-content {
    align-items: center
}

@media screen and (min-width: 769px) {
    .Superheader--sticky .Superheader-content {
        display: flex
    }
}

.Superheader--sticky .Superheader-title {
    font-size: 24px;
    line-height: 1.3
}

@media (min-width: 1025px) {
    .Superheader--sticky .Superheader-title {
        font-size: 36px
    }
}

@media screen and (min-width: 769px) {
    .Superheader--sticky .Superheader-title {
        margin: 0 16px 0 0
    }
}

@media screen and (min-width: 1025px) {
    .Superheader--sticky .Superheader-title {
        margin: 0 32px 0 0
    }
}

.Superheader--sticky .Superheader-form {
    flex: 1;
    margin-top: 0
}

.Superheader-title {
    font-size: 24px;
    font-weight: 700
}

@media (min-width: 1025px) {
    .Superheader-title {
        font-size: 50px
    }
}

.Superheader-linkbar, .Superheader-subtitle {
    margin-top: 16px
}

@media screen and (min-width: 769px) {
    .Superheader-linkbar, .Superheader-subtitle {
        margin-top: 24px
    }
}

@media screen and (min-width: 1025px) {
    .Superheader-linkbar, .Superheader-subtitle {
        margin-top: 32px
    }
}

.Superheader-subtitle {
    font-size: 16px
}

@media (min-width: 1025px) {
    .Superheader-subtitle {
        font-size: 26px
    }
}

.Superheader-linkbar {
    align-items: center;
    display: flex;
    justify-content: center
}

.Superheader-form {
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .Superheader-form {
        margin-top: 32px
    }
}

.Superheader-downloadBtn + .Superheader-socialIcons {
    margin-left: 16px
}

@media screen and (min-width: 769px) {
    .Superheader-downloadBtn + .Superheader-socialIcons {
        margin-left: 32px
    }
}

.Superheader-socialIcon {
    margin-left: 8px
}

.Superheader-socialIcon:first-child {
    margin-left: 0
}

.Superhero {
    position: relative
}

.Superhero-videoContainer {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 60px);
    overflow: hidden;
    padding: 20px;
    position: relative
}

.Superhero-videoContainer-image, .Superhero-videoContainer-video {
    left: 50%;
    max-width: unset;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 1025px) {
    .Superhero-videoContainer {
        padding: 0 60px
    }
}

.Superhero-videoContainer-video {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100%;
    min-width: 100%
}

.Superhero-form, .Superhero-title {
    width: 100%;
    z-index: 1
}

.Superhero-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center
}

@media (min-width: 1025px) {
    .Superhero-title {
        font-size: 50px
    }
}

@media screen and (min-width: 1025px) {
    .Superhero-title {
        transform: translateY(-60px)
    }
}

.Superhero-formGroup {
    display: flex;
    margin: 32px auto;
    max-width: 650px
}

@media screen and (min-width: 769px) {
    .Superhero-formGroup {
        margin-top: 48px
    }
}

@media screen and (min-width: 1025px) {
    .Superhero-formGroup {
        margin-top: 16px;
        max-width: 800px
    }
}

.Superhero-input, .Superhero-searchButton {
    font-size: 16px;
    height: 40px
}

@media (min-width: 1025px) {
    .Superhero-input, .Superhero-searchButton {
        font-size: 20px
    }
}

@media screen and (min-width: 769px) {
    .Superhero-input, .Superhero-searchButton {
        height: 50px
    }
}

@media screen and (min-width: 1440px) {
    .Superhero-input, .Superhero-searchButton {
        height: 60px
    }
}

.Superhero-input {
    border: none;
    padding-left: 22px
}

@media screen and (min-width: 769px) {
    .Superhero-input {
        line-height: 50px
    }
}

@media screen and (min-width: 1440px) {
    .Superhero-input {
        line-height: 60px
    }
}

.Superhero-input::placeholder {
    color: #bbb
}

.Superhero-searchButton {
    background-clip: border-box;
    background-color: #c00;
    border-color: #c00;
    color: #fff;
    font-weight: 400;
    padding-left: 0;
    padding-right: 56px
}

@media screen and (min-width: 769px) {
    .Superhero-searchButton {
        padding-left: 16px
    }
}

@media screen and (min-width: 1025px) {
    .Superhero-searchButton {
        padding-left: 22px
    }
}

.Superhero-searchButton:hover {
    background-color: #a32622;
    border-color: #a32622;
    color: #fff
}

.Superhero-searchButtonLabel {
    display: none
}

@media screen and (min-width: 769px) {
    .Superhero-searchButtonLabel {
        display: inline
    }
}

.Superhero-searchButtonIcon {
    right: 18px
}

@media screen and (min-width: 1025px) {
    .Superhero-searchButtonIcon {
        right: 22px
    }
}

.Superhero-overlay {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.Superhero-buttons {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .Superhero-buttons {
        bottom: 0;
        flex-direction: row;
        justify-content: center;
        position: absolute
    }
}

.Superhero-button {
    border-bottom: 1px solid #bbb
}

@media screen and (min-width: 1025px) {
    .Superhero-button {
        border-bottom: none
    }

    .Superhero-button:after {
        background-color: #ededed;
        content: "";
        display: block;
        height: 70%;
        position: absolute;
        top: 15%;
        width: 2px
    }

    .Superhero-button:first-of-type:after {
        content: none
    }
}

.Superhero-button .Button {
    color: #c00;
    font-size: 20px;
    line-height: 1.3;
    padding: 32px 20px;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .Superhero-button .Button {
        min-width: 210px;
        padding: 29px 24px
    }

    .Superhero-button .Button:hover {
        background-color: #fff
    }
}

.Tabs {
    border-bottom: 1px solid #bbb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 48px
}

@media screen and (min-width: 769px) {
    .Tabs {
        flex-direction: row
    }
}

.Tabs-tab {
    border-bottom: 4px solid transparent;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    padding: 8px 20px
}

@media (min-width: 1025px) {
    .Tabs-tab {
        font-size: 20px
    }
}

@media screen and (min-width: 769px) {
    .Tabs-tab {
        margin-bottom: -1px;
        margin-left: 5px;
        margin-top: 0
    }
}

.Tabs-tab:hover {
    text-decoration: none
}

.Tabs-tab:first-child {
    margin-top: 0
}

@media screen and (min-width: 769px) {
    .Tabs-tab:first-child {
        margin-left: 0
    }
}

.Tabs-tab--active {
    border-bottom-color: #c00
}

.Toast {
    align-items: center;
    background: #fff;
    border-top-style: solid;
    border-top-width: 4px;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, .2);
    color: #333;
    display: flex;
    left: 50%;
    opacity: 0;
    padding: 20px 16px 16px;
    position: fixed;
    text-align: center;
    top: 16px;
    transform: translate(-50%, -100px);
    transition: transform .3s, opacity .4s;
    z-index: 100
}

.Toast--show {
    opacity: 1;
    transform: translate(-50%)
}

.Toast--success {
    border-top-color: #1b5e20
}

.Toast--success .Toast-icon {
    color: #1b5e20
}

.Toast--error {
    border-top-color: #d50000
}

.Toast--error .Toast-icon {
    color: #d50000
}

.Toast--warning {
    border-top-color: #ff6400
}

.Toast--warning .Toast-icon {
    color: #ff6400
}

.Toast--info {
    border-top-color: #0a5fbe
}

.Toast--info .Toast-icon {
    color: #0a5fbe
}

.Toast-icon {
    font-size: 30px;
    line-height: 1
}

.Toast-message {
    margin: 0 88px 0 24px
}

.Toast-close {
    cursor: pointer;
    font-size: 16px
}

.Tree-item {
    margin: 0;
    padding: 0;
    position: relative
}

.Tree-item:before {
    content: none
}

.Tree-childList {
    padding: 0
}

.Tree-expandAction, .Tree-link {
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Tree-expandAction {
    cursor: pointer;
    margin-left: 24px;
    user-select: none;
    white-space: nowrap
}

.Tree-expandAction + .Tree-childList {
    display: none;
    margin-left: 24px;
    padding-top: 0
}

.Tree-expandAction--active {
    color: #333;
    font-weight: 700
}

.Tree-expandAction--active > .Tree-expandIcon {
    transform: translateX(0)
}

.Tree-expandAction--active + .Tree-childList {
    display: block
}

.Tree-expandIcon {
    font-size: 32px;
    left: 0;
    line-height: 30px;
    position: absolute;
    transform: translateX(4px)
}

.Tree-linkIcon {
    display: inline;
    font-size: 14px;
    margin-right: 2px
}

.Tree-link {
    color: #6f6f6f;
    margin-left: -24px;
    padding-left: 24px
}

.Tree-link--active, .Tree-link:hover {
    background-color: #fff;
    text-decoration: none
}

.Tree-link--withIcon {
    color: #0a5fbe
}

.Tree-link--withIcon .Tree-linkLabel {
    text-decoration: underline
}

.ViewMore {
    margin-bottom: 24px
}

.vue-Modal {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.vue-Modal--active {
    overflow: hidden
}

.vue-Modal-animation-enter, .vue-Modal-animation-leave-to {
    opacity: 0
}

.vue-Modal-animation-enter-active, .vue-Modal-animation-leave-active {
    transition: opacity .3s
}

.vue-Modal-content {
    background-color: #fff;
    margin: 32px auto;
    max-width: 1000px;
    padding: 16px;
    position: relative;
    width: calc(100% - 32px);
    z-index: 1001
}

@media screen and (min-width: 1025px) {
    .vue-Modal-content {
        margin-top: 48px
    }
}

.vue-Modal-close {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 16px;
    top: 16px
}

.vue-Modal-close:focus, .vue-Modal-close:hover {
    color: #333
}

/*! nouislider - 14.0.3 - 10/10/2019 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.noUi-target {
    direction: ltr;
    position: relative
}

.noUi-base, .noUi-connects {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    left: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: flat;
    will-change: transform;
    z-index: 1
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    height: 28px;
    left: -17px;
    top: -6px;
    width: 34px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    left: auto;
    right: -17px
}

.noUi-target {
    background: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    cursor: default
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    background: #e8e7e6;
    content: "";
    display: block;
    height: 14px;
    left: 14px;
    position: absolute;
    top: 6px;
    width: 1px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    color: #999;
    position: absolute
}

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc;
    position: absolute
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    height: 80px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    height: 5px;
    margin-left: -1px;
    width: 2px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    height: 100%;
    left: 100%;
    padding: 0 10px;
    top: 0
}

.noUi-value-vertical {
    padding-left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    height: 2px;
    margin-top: -1px;
    width: 5px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.noUi-vertical .noUi-tooltip {
    right: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.noUi-target {
    background-color: #fff;
    box-shadow: none
}

.noUi-target[disabled] .noUi-connect {
    background-color: #ededed
}

.noUi-target[disabled] .noUi-handle {
    background-color: #bbb;
    border: none
}

.noUi-target[disabled] .noUi-handle:focus {
    box-shadow: none
}

.noUi-horizontal {
    height: 10px
}

.noUi-handle {
    border: 2px solid #0a5fbe;
    border-radius: 50%;
    box-shadow: none;
    transition: height .2s, width .2s, top .2s
}

.noUi-handle:after, .noUi-handle:before {
    content: none
}

.noUi-handle:focus {
    box-shadow: 0 0 0 2px rgba(10, 95, 190, .3);
    outline: none
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -12px
}

.noUi-active {
    border: 5px solid rgba(10, 95, 190, .3)
}

.noUi-horizontal .noUi-handle {
    height: 24px;
    top: -8px;
    width: 24px
}

.noUi-horizontal .noUi-handle.noUi-active {
    height: 30px;
    top: -11px;
    width: 30px
}

.noUi-connect {
    background-color: #0a5fbe
}

.Form-slider-values {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 10px
}

.Form-slider-value {
    line-height: 16px
}

.Form-slider-value:first-of-type {
    text-align: left
}

.Form-slider-value:last-of-type {
    text-align: right
}

.Form-slider-valueLabel {
    display: block
}

.g-recaptcha {
    margin-top: 24px
}

@media screen and (max-width: 466px) {
    .g-recaptcha {
        margin: 16px -12px 0
    }

    .g-recaptcha > div {
        width: 100% !important
    }

    .g-recaptcha > div > div {
        height: auto !important;
        margin: 4px auto !important;
        width: auto !important
    }

    .g-recaptcha iframe {
        transform: scale(.9)
    }

    .g-recaptcha #rc-imageselect {
        -webkit-transform: scale(.77);
        transform: scale(.77);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.Grecaptcha-disclaimer {
    color: #6f6f6f;
    font-size: 14px;
    font-style: italic;
    text-align: start
}

.grecaptcha-badge {
    visibility: hidden
}

.redoc-wrap li {
    margin: 0;
    padding: 0
}

.redoc-wrap li:before {
    content: none
}

.redoc-wrap code {
    background-color: inherit
}

.redoc-wrap .menu-content {
    height: calc(100% - 60px) !important;
    top: 60px !important
}

@media screen and (min-width: 1025px) {
    .redoc-wrap .menu-content {
        height: calc(100% - 60px) !important;
        top: 60px !important
    }
}

@keyframes ProgressBar {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

.lego-1 {
    width: 8.3333333333%
}

.lego-2 {
    width: 16.6666666667%
}

.lego-3 {
    width: 25%
}

.lego-4 {
    width: 33.3333333333%
}

.lego-5 {
    width: 41.6666666667%
}

.lego-6 {
    width: 50%
}

.lego-7 {
    width: 58.3333333333%
}

.lego-8 {
    width: 66.6666666667%
}

.lego-9 {
    width: 75%
}

.lego-10 {
    width: 83.3333333333%
}

.lego-11 {
    width: 91.6666666667%
}

.lego-12 {
    width: 100%;
}

@media screen and (min-width: 466px) {
    .lego-1-sm {
        width: 8.3333333333%
    }

    .lego-2-sm {
        width: 16.6666666667%
    }

    .lego-3-sm {
        width: 25%
    }

    .lego-4-sm {
        width: 33.3333333333%
    }

    .lego-5-sm {
        width: 41.6666666667%
    }

    .lego-6-sm {
        width: 50%
    }

    .lego-7-sm {
        width: 58.3333333333%
    }

    .lego-8-sm {
        width: 66.6666666667%
    }

    .lego-9-sm {
        width: 75%
    }

    .lego-10-sm {
        width: 83.3333333333%
    }

    .lego-11-sm {
        width: 91.6666666667%
    }

    .lego-12-sm {
        width: 100%
    }
}

@media screen and (min-width: 769px) {
    .lego-1-md {
        width: 8.3333333333%
    }

    .lego-2-md {
        width: 16.6666666667%
    }

    .lego-3-md {
        width: 25%
    }

    .lego-4-md {
        width: 33.3333333333%
    }

    .lego-5-md {
        width: 41.6666666667%
    }

    .lego-6-md {
        width: 50%
    }

    .lego-7-md {
        width: 58.3333333333%
    }

    .lego-8-md {
        width: 66.6666666667%
    }

    .lego-9-md {
        width: 75%
    }

    .lego-10-md {
        width: 83.3333333333%
    }

    .lego-11-md {
        width: 91.6666666667%
    }

    .lego-12-md {
        width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .lego-1-lg {
        width: 8.3333333333%
    }

    .lego-2-lg {
        width: 16.6666666667%
    }

    .lego-3-lg {
        width: 25%
    }

    .lego-4-lg {
        width: 33.3333333333%
    }

    .lego-5-lg {
        width: 41.6666666667%
    }

    .lego-6-lg {
        width: 50%
    }

    .lego-7-lg {
        width: 58.3333333333%
    }

    .lego-8-lg {
        width: 66.6666666667%
    }

    .lego-9-lg {
        width: 75%
    }

    .lego-10-lg {
        width: 83.3333333333%
    }

    .lego-11-lg {
        width: 91.6666666667%
    }

    .lego-12-lg {
        width: 100%
    }
}

@media screen and (min-width: 1440px) {
    .lego-1-xl {
        width: 8.3333333333%
    }

    .lego-2-xl {
        width: 16.6666666667%
    }

    .lego-3-xl {
        width: 25%
    }

    .lego-4-xl {
        width: 33.3333333333%
    }

    .lego-5-xl {
        width: 41.6666666667%
    }

    .lego-6-xl {
        width: 50%
    }

    .lego-7-xl {
        width: 58.3333333333%
    }

    .lego-8-xl {
        width: 66.6666666667%
    }

    .lego-9-xl {
        width: 75%
    }

    .lego-10-xl {
        width: 83.3333333333%
    }

    .lego-11-xl {
        width: 91.6666666667%
    }

    .lego-12-xl {
        width: 100%
    }
}

.lego-full {
    width: 100%
}

.lego-full-row {
    margin: 0 -24px;
    padding: 24px 48px
}

.Grid {
    margin: -1px;
    padding: 0
}

.Grid, .Grid .lego {
    display: flex;
    flex-wrap: wrap
}

.Grid .lego {
    min-width: 0;
    position: relative
}

.Grid .lego:not(.grid) > * {
    flex-basis: 100%;
    width: 100%
}

.Grid--with-gutter {
    margin: 24px 0
}

.Grid--with-gutter > .lego {
    padding: 12px
}

.Grid--full-bleed {
    margin: 0 -12px;
    padding: 0
}

.Grid--space-between {
    justify-content: space-between
}

.Grid--center {
    justify-content: center
}

.Grid--top {
    align-content: flex-start;
    align-items: flex-start
}

.Grid--bottom {
    align-content: flex-end;
    align-items: flex-end
}

.Grid--form {
    flex: 1;
    margin: 0 -12px
}

.Grid--form .Form-group {
    padding: 12px
}

.Layout--constrained {
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media screen and (min-width: 466px) {
    .Layout--constrained {
        max-width: 100%
    }
}

@media screen and (min-width: 769px) {
    .Layout--constrained {
        max-width: 769px
    }
}

@media screen and (min-width: 1025px) {
    .Layout--constrained {
        max-width: 1025px
    }
}

@media screen and (min-width: 1440px) {
    .Layout--constrained {
        max-width: 1440px
    }
}

.Layout--padded {
    padding: 16px
}

.Layout--spaced {
    margin-bottom: 16px
}

@media screen and (min-width: 1025px) {
    .Layout--spaced {
        margin-bottom: 70px
    }
}

.Layout--policy {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    margin-bottom: 48px;
    padding: 32px 24px 0
}

@media screen and (min-width: 466px) {
    .Layout--policy {
        padding: 32px 24px 0
    }
}

@media screen and (min-width: 769px) {
    .Layout--policy {
        padding: 48px
    }
}

@media screen and (min-width: 1025px) {
    .Layout--policy {
        padding: 48px
    }
}

@media screen and (min-width: 1440px) {
    .Layout--policy {
        padding: 48px
    }
}

@media screen and (max-width: 769px) {
    .Layout--policy {
        box-shadow: none
    }
}

.Layout--fullWidthForm {
    padding: 0 15%
}

.Layout-title {
    color: #c00;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1025px) {
    .Layout-title {
        font-size: 36px
    }
}

@media screen and (min-width: 1025px) {
    .Layout-title {
        margin-bottom: 24px
    }
}

.Layout-subtitle {
    border-bottom: 1px solid #6f6f6f;
    color: #6f6f6f;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 16px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.Layout-smallSubtitle {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .063em;
    line-height: 21px;
    text-transform: uppercase
}

.Layout-table--responsive {
    overflow-x: auto
}

.Layout-errorMessage-wrap, .Layout-successMessage-wrap, .Layout-warningMessage-wrap {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    margin: 16px auto;
    padding: 24px 16px 24px 80px;
    position: relative
}

.Layout-errorMessage-wrap:before, .Layout-successMessage-wrap:before, .Layout-warningMessage-wrap:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 40px;
    left: 20px;
    line-height: 1;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px
}

.Layout-successMessage-wrap {
    border-top: 7px solid #1b5e20
}

.Layout-successMessage-wrap:before {
    background: #1b5e20;
    content: ""
}

.Layout-errorMessage-wrap {
    border-top: 7px solid #d50000
}

.Layout-errorMessage-wrap:before {
    background: #d50000;
    content: ""
}

.Layout-warningMessage-wrap {
    border-top: 7px solid #ff6400
}

.Layout-warningMessage-wrap:before {
    background: #ff6400;
    content: ""
}

.Anchor {
    left: 0;
    position: absolute
}

.Anchor-wrap {
    position: relative
}

.ConfirmationModal-title {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    .ConfirmationModal-title {
        font-size: 36px
    }
}

.LoginModal-title {
    color: #c00;
    font-size: 24px;
    font-weight: 500
}

.Article {
    margin: 0 auto;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .Article {
        width: 750px
    }
}

@media screen and (min-width: 1440px) {
    .Article {
        width: 1343px;
    }
}

.Article .Grid--with-gutter {
    margin-top: 0
}

.Article-copy p, .Article-copy ul {
    margin-bottom: 32px
}

.Article-copy ul {
    padding-left: 30px
}

.Article-copy li {
    margin-bottom: 9px
}

.Article-copy li:last-child {
    margin-bottom: 0
}

.Article-sidebarTitle, .Article-socialIcons {
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .Article-sidebarTitle, .Article-socialIcons {
        margin-top: 32px
    }
}

.Article-socialIcons {
    float: none;
    margin-bottom: 16px
}

.Article-socialIcons:after, .Article-socialIcons:before {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 1025px) {
    .Article-socialIcons {
        float: right;
        margin-bottom: 32px
    }
}

.Article-sidebarTitle {
    border-bottom: 1px solid #6f6f6f;
    color: #6f6f6f;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 16px;
    padding-bottom: 5px;
    text-transform: uppercase
}

@media screen and (min-width: 1025px) {
    .HelpCenter-search--mock {
        display: none
    }
}

.Sidebar--responsive--open .HelpCenter-search--mock {
    display: none
}

.HelpCenter-search--mock input {
    background-color: #fff !important
}

.HelpCenter-search--real {
    display: none
}

@media screen and (min-width: 1025px) {
    .HelpCenter-search--real {
        display: block
    }
}

.Sidebar--responsive--open .HelpCenter-search--real {
    display: block
}

.HelpCenter-tree {
    padding: 0 16px
}

.HelpCenter-contentWrap {
    padding: 16px 32px
}

@media screen and (min-width: 1025px) {
    .HelpCenter-contentWrap {
        max-width: 864px;
        padding: 48px
    }
}

.HelpCenter-searchResult {
    margin-bottom: 16px
}

.HelpCenter-searchResult-content, .HelpCenter-searchResult-title, .HelpCenter-searchResult-url {
    margin-bottom: 0
}

.HelpCenter-componentExample {
    margin-top: 64px
}

.HelpCenter p, .HelpCenter ul {
    margin-bottom: 16px
}

.InterviewQuestionnaire--hidden {
    height: 0;
    left: -9999px;
    position: absolute
}

.InterviewQuestionnaire-content {
    overflow: hidden;
    position: relative
}

.InterviewQuestionnaire-listItem:before {
    background: transparent;
    border: 0;
    content: ""
}

.InterviewQuestionnaire-capabilities {
    margin: 32px 0
}

.InterviewQuestionnaire-addButton, .InterviewQuestionnaire-removeButton {
    color: #0a5fbe;
    cursor: pointer
}

.InterviewQuestionnaire-primaryQuestion, .InterviewQuestionnaire-probeQuestions {
    margin-bottom: 16px
}

.InterviewQuestionnaire-capability {
    border: 1px solid #ededed;
    margin-bottom: 32px
}

.InterviewQuestionnaire-capabilityContent, .InterviewQuestionnaire-title {
    padding: 16px 32px
}

.InterviewQuestionnaire-title {
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 24px
}

.InterviewQuestionnaire-description, .InterviewQuestionnaire-removeButton {
    font-size: 14px
}

.InterviewQuestionnaire-probeQuestions {
    font-size: 16px
}

.Footer {
    background-color: #fbfbfb
}

/*.Footer-wrapper {*/
/*    padding: 80px 0*/
/*}*/

.Footer-link, .Footer-logo, .Footer-social {
    margin-bottom: 24px;
    margin-left: 33px;
}

.Footer-logo {
    height: auto
}

@media screen and (min-width: 1025px) {
    .Footer-links {
        margin-bottom: 48px
    }
}

.Footer, .Footer-link {
    color: #333
}

.Footer-link {
    font-size: 16px;
    line-height: 1.3
}

.Footer-link:hover {
    color: #6f6f6f;
    text-decoration: none
}

@media screen and (max-width: 1025px) {
    .Footer-link {
        display: block
    }
}

@media screen and (min-width: 1025px) {
    .Footer-link {
        display: inline-block
    }
}

.Footer-link {
    width: 100%
}

@media screen and (min-width: 466px) {
    .Footer-link {
        width: 100%
    }
}

@media screen and (min-width: 769px) {
    .Footer-link {
        width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .Footer-link {
        width: 49%
    }
}

@media screen and (min-width: 1440px) {
    .Footer-link {
        width: 33%
    }
}

.Footer-copyright {
    font-size: 12px;
    margin-left: 40px;
}

.IeFix-logo {
    float: left
}

.IeFix-news-parent:after {
    clear: both;
    content: "";
    display: table
}

.IeFix-news-column {
    float: right
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tbody, tfoot, thead, time, tr, tt, u, ul, var, video {
        vertical-align: top
    }

    .Header-nav {
        text-align: right
    }
}



#Header-primaryNav > ul{
    width: 600px;
    margin:25px auto 0;
    margin-top:16px;
}

#Header-primaryNav > ul > li{
    list-style: none;
    display: inline-block;
    position:relative;
    padding:-2px;
}

#Header-primaryNav a{
    text-decoration:none;
}

#Header-primaryNav > ul > li > a{
    font-size:17px;
    padding:5px;
    /*background-color:#333;*/
    color:#000000;
}

#Header-primaryNav li ul{
    position:absolute;
    list-style:none;
    text-align:center;
    /*top:1px;*/
    font-size:15px;
    left:0;
    margin:0;
    padding:0;

    /* ДАННЫЕ СТРОКИ НУЖНЫ ДЛЯ ПРАВИЛЬНОЙ РАБОТЫ АНИМАЦИИ */
    max-height:0px;
    overflow:hidden;
    -webkit-transition:max-height 0.4s linear;
    -moz-transition:max-height 0.4s linear;
    transition:max-height 0.4s linear;
    /* КОНЕЦ */
}

#Header-primaryNav li:hover ul{
    max-height:300px;
}

#Header-primaryNav li ul li{
    /*background-color:#333;*/
    /*border-bottom:1px solid #888;*/
}

#Header-primaryNav li ul li:last-child{
    border-bottom:none;
}

/*#Header-primaryNav li ul li a{*/
/*    padding:5px 12px;*/
/*    color:#fff;*/
/*    display:block;*/
/*}*/

#Header-primaryNav li ul li:hover{
    /*background-color:#444;*/
}

/*#Header-primaryNav li ul li:first-child{*/
/*    margin-top:25px;*/
/*    position:relative;*/
/*}*/

/*#Header-primaryNav li ul li:first-child:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    border: 5px solid transparent;*/
/*    !*border-bottom-color: #333;*!*/
/*    left: 10px;*/
/*    top: -10px;*/
/*}*/

ul.sub-menu {
    background: white;
    width: 222px;
    top:59px;
}

li#menu-item-58{
padding-left: 0px;
    border-bottom: 1px solid #000000;
}
li#menu-item-57{
    padding-left: 0px;
    border-bottom: 1px solid #000000;
}
li#menu-item-60{
    padding-left: 0px;
    border-bottom: 1px solid #000000;
}
li#menu-item-60:after{
    padding-left: 0px;
    border-bottom: 1px solid #000000;
}

li#menu-item-58 a{
color: #000000;
}
li#menu-item-57 a{
    color: #000000;
}
li#menu-item-60 a{
    color: #000000;
}
li#menu-item-60 a{
    color: #000000;
}
li#menu-item-62.current-menu-item:after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 87%;
}
li#menu-item-63:hover::after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 81%;
}li#menu-item-62:hover::after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 87%;
}li#menu-item-69:hover::after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 82%;
}li#menu-item-68:hover::after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 73%;
}li#menu-item-67:hover::after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 82%;
}li#menu-item-66:hover::after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 85%;
}


li#menu-item-63.current-menu-item:after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 81%;
}li#menu-item-69.current-menu-item:after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 89%;
}li#menu-item-68.current-menu-item:after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 74%;
}li#menu-item-67.current-menu-item:after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 82%;
}li#menu-item-66.current-menu-item:after{
    background-color: #c00;
    bottom: 0;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    width: 84%;
}
input#nf-field-5 {
    height: 40px;
    line-height: 40px;
}input#nf-field-1 {
    height: 40px;
    line-height: 40px;
}input#nf-field-6 {
    height: 40px;
    line-height: 40px;
}input#nf-field-2 {
    height: 40px;
    line-height: 40px;
}input#nf-field-3 {
    height: 40px;
    line-height: 40px;
}

 /*Iphone 12 pro*/

@media only screen and (max-width: 480px) {

    h3.titleBlog{
        color:#d43b5b;
        font-size: 17px;
        margin: auto;
    }

    .Header-logoLink {
        align-items: center;
        display: flex;
        height: 100%;
        margin-right: 8px;
        margin-left: -59px;
    }

    body div#gtranslate_wrapper {
        position: fixed;
        top: 17px;
        right: 8%;
        z-index: 999999;
        width: 103px;
        margin-top: 6px;
        margin-right: 13px;
    }

    .ContentBlock-image {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 74%;
        margin-top: 109px;
        object-fit: cover;
        width: 100%;
        display: none;
    }

    .Hero-buttons1 .Button:first-child {
        margin-top: 15px;
        margin-right: 170px;
    }

    .Grid .lego:not(.grid) > * {
        flex-basis: 100%;
        width: 100%;
        text-align: center;
        margin-left: 1px;
    }

    .Footer-logo {
        height: auto;
        margin-left: -41px;
    }

    .fab {
        font-family: Font Awesome\ 5 Brands;
        font-weight: 400;
        margin-left: 67px;
    }

    .Grid .tbl {
        margin-top: 20px;
        width: 1000px;
        margin-left: 0px;
    }

    .CalloutBand-title {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        /* margin-bottom: 24px; */
        /*height: 16px;*/
    }

    img.Hero-image.js-lazy-load-image {
        width: 169%;
        margin-left: 16px;
    }

    .BackToTop-item {
        background: rgba(51, 51, 51, .45);
        bottom: 91px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
        color: #ededed;
        display: none;
        height: 32px;
        padding: 7px;
        position: fixed;
        right: 12px;
        text-align: center;
        width: 32px;
        z-index: 97;
        margin-right: 10px;
    }
    body .wp-call-button{
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 9999999999;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        /* transform: scale(0.8); */
        right: 7px;
        bottom: 20px;
        background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+) center/30px 30px no-repeat #fb8f24 !important;
    }
}
ul#menu-\%d0\%bc\%d0\%b5\%d0\%bd\%d1\%8e-\%d0\%b2-\%d1\%88\%d0\%b0\%d0\%bf\%d0\%ba\%d0\%b5{
    margin-top: 20px;
}
.menu-item a{
    background-color: transparent;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}
#menu-item-69.a:before{
    content:"";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    margin-left: .3em;
}
div#gtranslate_wrapper{
    position: fixed;
    top: 36px;
    right: 8%;
    z-index: 999999;
}
ul#menu-\%d0\%bc\%d0\%b5\%d0\%bd\%d1\%8e-\%d0\%b4\%d0\%bb\%d1\%8f-\%d1\%82\%d0\%b5\%d0\%bb\%d0\%b5\%d1\%84\%d0\%be\%d0\%bd\%d0\%b0 {
    margin-top: 48px;
}
.tbl{
    margin-top: 20px;
    width: 1000px;
    margin-left: 280px;
}
h3.bread{
    margin-top: 38px;
}
h3.titleBlog{
    color:#d43b5b;
    font-size: 20px;
}
div#wpadminbar {
    height: 46px;
    min-width: 240px;
    margin-top: -46px;
}



