*,
:before,
:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline-color: #1e54b5
}

html {
    overflow-y: scroll;
    min-height: 100%;
    margin: 0 0 1px;
    font-size: 100.01%;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -ms-content-zooming: none;
    -ms-overflow-style: scrollbar
}

body {
    min-height: 100%;
    background: var(--coal);
    font-size: 76%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*!Theme ---------*/

:root {
    --white: #ffffff;
    --seashell: #f1f1f1;
    --alto: #e0e0e0;
    --silver: #cccccc;
    --dusty: #979797;
    --boulder: #787878;
    --dove: #626262;
    --shaft: #2c2c2c;
    --coal: #141414;
    --black: #000000;
    --red: #ff0000;
    --matterhorn: #524040;
    --diesel: #1a0000;
    --mahogany: #c33432;
    --orange: #e35534;
    --forest: #2f9c2b;
    --picton: #45b8ed;
    --horizon: #577ea7;
    --iron: #d3d6db;
    --pigeon: #9fb4d9;
    --chambray: #365899;
    --manatee: #90949c;
    --athens: #f6f7f9;
    --wedgewood: #5d76b2;
    --dodger: #4e81ff
}


/*!Defaults ---------*/

body,
textarea,
input,
select,
option,
button {
    color: var(--coal);
    font-family: open sans, Arial, Helvetica, sans-serif;
    line-height: 1.7
}

li,
dt,
dd,
p,
figure,
th,
td,
caption,
legend,
pre,
.list-b p,
.list-testimonials p,
.list-testimonials q {
    font-size: 1.6em
}

li *,
dt *,
dd *,
p *,
figure *,
th *,
td *,
legend * {
    font-size: 1em
}

ul,
ol,
dl,
p,
figure,
table,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    margin-bottom: 23px
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: open sans condensed, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.0187777778em
}

h1 {
    font-size: 4.3em
}

h2 {
    font-size: 2.8em
}

h3 {
    font-size: 2.6em
}

h4 {
    font-size: 2.4em
}

h5 {
    font-size: 2.2em
}

h6 {
    font-size: 2em
}

a {
    background: 0 0;
    color: #1e54b5;
    font-weight: 600;
    cursor: pointer;
    outline-width: 0;
    text-decoration: underline;
}

a span {
    cursor: pointer
}

[data-whatintent=mouse] a:hover {
    color: var(--matterhorn)
}

#nav>ul>li>ul li a,
#nav-main>ul>li>a,
.list-a a {
    font-weight: 400
}

ul,
ol,
dd,
blockquote {
    padding-left: 40px
}


/*!Repeatable ---------*/

.module-comments:after,
.footer-comment:after,
.footer-comments ul:after,
.list-comments:after,
.list-comments li:after,
.form-comments:after,
.module-comments:after,
.link-btn:after,
.list-news:after,
#breadcrumbs:after,
.list-b li:after,
.list-tags:after,
.module-block:after,
#nav>ul:after,
#content:after,
#top:after,
#footer:after,
form p:after,
.cols-a:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both
}

.list-comments .footer-comments li:before,
.list-comments h1 a+a:before,
.list-comments h2 a+a:before,
.list-comments h3 a+a:before,
.list-comments h4 a+a:before,
.list-comments h5 a+a:before,
.list-comments h6 a+a:before,
.list-c:before,
.list-news li:before,
.cols-a>*:before,
.link-btn.link-comment i:after,
.list-details li:before,
.heading-a h1:before,
.heading-a h2:before,
.heading-a h3:before,
.heading-a h4:before,
.heading-a h5:before,
.heading-a h6:before,
.list-b li:before,
.module-block:before,
.list-social i:after,
.list-a li:before,
#nav>ul>li>ul:after,
#nav>ul>li>ul:before,
#nav>ul>li:first-child>a:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    text-align: left;
    text-indent: -3000em;
    direction: ltr
}

#root:before,
#footer:before {
    content: "";
    display: block;
    position: absolute;
    left: -1000em;
    right: -1000em;
    top: 0;
    bottom: 0;
    z-index: -1
}

.popup-a .box-inset .close:before,
#breadcrumbs li:before,
#nav>ul>li.sub>a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: -10px 0 0;
    font-weight: 400;
    font-family: i;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    letter-spacing: normal
}

#top .list-social {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popup-a.shown .box-inset {
    -webkit-transform: none;
    transform: none
}

.popup-a.shown,
.popup-a.shown .box-inset,
.popup-a.shown .box-outer .close,
.popup-shown #root:after,
.fancybox-container.fancybox-is-open,
#content>.heading-a h1:before,
#content>.heading-a h2:before,
#content>.heading-a h3:before,
#content>.heading-a h4:before,
#content>.heading-a h5:before,
#content>.heading-a h6:before {
    visibility: visible;
    opacity: 1
}

.fancybox-container,
.heading-a h1:before,
.heading-a h2:before,
.heading-a h3:before,
.heading-a h4:before,
.heading-a h5:before,
.heading-a h6:before {
    visibility: hidden;
    opacity: 0
}

.form-comments>figure img,
.list-news img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%!important
}

#mobile,
#shadow {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.list-a .active a,
#nav>ul>li.active>a,
[disabled],
.disabled {
    cursor: default
}

[data-whatintent=mouse] .link-btn.link-comment a:hover,
.list-details a,
[data-whatintent=mouse] a:hover,
[data-whatintent=mouse] #nav .sub li a:hover,
.list-a .active a {
    text-decoration: underline
}

.list-details .link-btn a,
[data-whatintent=mouse] .list-details a:hover,
.list-social a,
[data-whatintent=mouse] .link-btn a:hover,
[data-whatintent=mouse] .list-tags a:hover,
#nav a,
.list-social a:hover,
a {
    text-decoration: none;
}


a.link-ideal {
    text-decoration: underline;
}

/*!Layout ---------*/

#root {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 105px
}

#root:before {
    background: var(--seashell)
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: 80px;
    background: #1e54b5
}

#logo {
    position: absolute;
    top: 0;
    left: 5px;
    width: 110px;
    height: 100%;
    background-image: url(../img/logo.png);
    background-position: 0 50%;
    background-repeat: no-repeat
}

#logo a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-indent: -3000em
}

#skip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    line-height: 1.5
}

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

#skip a {
    display: block;
    position: absolute;
    left: -3000em;
    top: 0;
    min-width: 200px;
    padding: 8px 16px;
    background: #1e54b5;
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: none
}

#skip a:focus,
#skip a:active {
    left: 0
}

#nav {
    position: absolute;
    top: 0;
    left: 232px;
    text-transform: uppercase
}

#nav>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#nav>ul>li {
    position: relative
}

#nav>ul>li>a {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 8px;
    color: var(--white);
    line-height: 80px
}

[data-whatintent=mouse] #nav>ul>li:hover>a,
#nav>ul>li.active>a {
    color: var(--alto)
}

#nav>ul>li.sub {
    margin-right: 10px
}

#nav>ul>li.sub>a {
    padding-right: 15px
}

#nav>ul>li.sub>a:before {
    content: "\e900";
    left: auto;
    right: 0;
    width: auto;
    font-size: 6px
}

#nav>ul>li.sub>a.toggle {
    overflow: hidden;
    position: absolute;
    top: -3000em;
    bottom: auto;
    right: -10px;
    z-index: 9;
    width: 30px;
    text-indent: -3000em;
    text-align: left
}

.mobile #nav>ul>li.sub>a.toggle,
#nav>ul>li.sub>a.toggle:focus {
    top: 0;
    bottom: 0
}

#nav>ul>li>ul {
    display: none;
    position: absolute;
    left: -18px;
    top: 100%;
    z-index: 3;
    list-style: none;
    width: 200px;
    margin: 0;
    padding: 15px 0
}

#nav>ul>li>ul:after {
    border-radius: 0 0 5px 5px;
    background: var(--white)
}

#nav>ul>li>ul:before {
    top: 4px;
    z-index: -2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    border-radius: 0 0 5px 5px
}

#nav>ul>li>ul li {
    font-size: .8em
}

#nav>ul>li>ul li a {
    display: block;
    padding: 3px 28px;
    color: var(--black);
    text-decoration: none
}

#top .list-social {
    position: absolute;
    top: 50%;
    right: 13px;
    margin: 0 -3px
}

#top .list-social li {
    padding-left: 3px;
    padding-right: 3px
}

#top .list-social i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

#nav-main {
    margin-top: -25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--alto);
    text-transform: uppercase
}

#nav-main>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#nav-main>ul>li {
    font-size: 1.2em
}

#nav-main>ul>li>a {
    display: block;
    padding: 0 11px;
    color: var(--dove);
    line-height: 32px
}

[data-whatintent=mouse] #nav-main>ul>li>a:hover {
    color: var(--boulder)
}

#content {
    position: relative;
    z-index: 4;
    width: 1240px;
    margin: 0 auto 75px;
    padding: 23px 36px 16px;
    background: #fff
}

#content>.heading-a h1:before,
#content>.heading-a h2:before,
#content>.heading-a h3:before,
#content>.heading-a h4:before,
#content>.heading-a h5:before,
#content>.heading-a h6:before {
    left: -36px
}

#footer {
    position: relative;
    z-index: 2;
    width: 1240px;
    margin: 0 auto;
    padding: 52px 42px 5px
}

#footer:before {
    background: var(--coal)
}

#footer,
#footer a {
    color: var(--seashell)
}

#footer hr {
    background: var(--shaft)
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    margin-bottom: 9px;
    font-family: open sans, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    letter-spacing: .1em;
    text-transform: uppercase
}

#footer ul {
    list-style: none;
    margin-bottom: 20px;
    margin-left: -20px;
    padding: 0;
    text-transform: uppercase
}

#footer li {
    width: 25%;
    margin-bottom: 8px;
    border-left: 20px solid transparent;
    font-size: 1.8em
}

#footer .list-a {
    margin-left: -12px;
    text-transform: none
}

#footer .list-a li {
    width: auto;
    margin-bottom: 10px;
    border-left-width: 0;
    font-size: 1.2em
}

#footer .list-a li:before {
    background: var(--shaft)
}

#footer .list-a a {
    color: var(--dusty)
}

[data-whatintent=mouse] #footer .list-a a:hover,
#footer .list-a .active a {
    color: var(--white)
}

#footer .list-social {
    margin-bottom: 18px;
    margin-left: -7px
}

#footer .list-social li {
    width: auto;
    border-left-width: 0
}

#breadcrumbs {}

#breadcrumbs ul {
    list-style: none;
    margin-left: -11px;
    margin-right: -17px;
    padding: 0
}

#breadcrumbs li {
    float: left;
    position: relative;
    z-index: 2;
    margin: 0 0 10px 11px;
    padding-right: 17px;
    font-size: 1.1em
}

#breadcrumbs li:before {
    content: "\e902";
    left: auto;
    right: 0;
    width: auto;
    color: #1e54b5;
    font-size: 9px
}

#breadcrumbs a {
    font-weight: 700
}


/*!Columns ---------*/

.cols-a {
    padding-right: 360px;
}

.cols-a>* {
    position: relative;
    z-index: 2;
    float: right;
    width: 360px;
    margin-right: -360px;
    padding-left: 70px
}

.cols-a>*:before {
    left: 34px;
    width: 2px;
    background: var(--seashell)
}

.cols-a>*:first-child {
    float: left;
    width: 100%;
    margin-right: 0;
    padding-left: 0
}


/*!Modules ---------*/

.module-block {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    padding: 43px 26px 0
}

.module-block:before {
    top: 16px;
    border: 1px solid var(--alto);
    background: var(--seashell)
}

.module-block>h1:first-child,
.module-block>h2:first-child,
.module-block>h3:first-child,
.module-block>h4:first-child,
.module-block>h5:first-child,
.module-block>h6:first-child {
    display: block;
    float: left;
    margin: -41px 0 12px -16px;
    padding: 6px 9px;
    border-left: 29px solid #1e54b5;
    background: var(--coal);
    color: var(--white);
    font-family: open sans, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase
}

.module-block>h1:first-child+*,
.module-block>h2:first-child+*,
.module-block>h3:first-child+*,
.module-block>h4:first-child+*,
.module-block>h5:first-child+*,
.module-block>h6:first-child+* {
    clear: both
}

.module-block .list-b li:before {
    left: -26px;
    right: -26px
}

.module-comments {
    margin-bottom: 8px
}

.popup-a {
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998
}

.popup-a .box-outer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    min-height: 100%;
    padding: 20px
}

.popup-a .box-outer>.close,
#root:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 997;
    text-indent: -3000em;
    cursor: pointer;
    opacity: 0
}

#root:after {
    position: fixed;
    background: rgba(0, 0, 0, .75)
}

.popup-a .box-inner {
    position: relative;
    z-index: 998;
    width: 700px;
    margin: 0
}

.popup-a .box-inset {
    visibility: hidden;
    padding: 40px;
    background: #fff;
    opacity: 0
}

.popup-a .box-inset .close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    color: var(--boulder);
    font-size: 18px;
    text-indent: -9999em
}

[data-whatintent=mouse] .popup-a .box-inset .close:hover {
    color: var(--black)
}

.popup-a .box-inset .close:before {
    content: "\e909"
}

.popup-a::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.popup-a.shown {
    z-index: 999
}

.popup-a h1,
.popup-a h2,
.popup-a h3,
.popup-a h4,
.popup-a h5,
.popup-a h6 {
    font-size: 3.3em
}

.popup-a .link-btn a {
    max-width: 400px;
    font-weight: 400
}

[data-whatintent=mouse] .popup-a .link-btn a:hover {
    opacity: .75
}


/*!Headers ---------*/

.heading-a {}

.heading-a h1,
.heading-a h2,
.heading-a h3,
.heading-a h4,
.heading-a h5,
.heading-a h6 {
    position: relative;
    z-index: 2;
    font-size: 3.8em
}

.heading-a h1:before,
.heading-a h2:before,
.heading-a h3:before,
.heading-a h4:before,
.heading-a h5:before,
.heading-a h6:before {
    top: 12px;
    bottom: 12px;
    left: -20px;
    width: 8px;
    background: #1e54b5
}


/*!Content ---------*/

.strong {
    font-weight: 700
}

.em {
    font-style: italic
}

.line-through {
    text-decoration: line-through
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase
}

#root .s11 {
    font-size: 11px
}

#root .s18 {
    font-size: 24px
}

.overlay-a {
    color: #1e54b5
}


/*!Links ---------*/

.link-a {
    font-size: 1.1em
}

.link-a a,
[data-whatintent=mouse] .link-a a:hover {
    color: var(--chambray);
    font-weight: 400
}

.link-a.a {
    padding: 7px 0 0 20px;
    border-top: 1px solid var(--athens)
}

.link-btn {
    font-size: 2.1em;
    text-transform: uppercase;
    text-align: center
}

.link-btn a {
    display: block;
    padding: 11px 24px;
    border-radius: 7px;
    background: #f90909;
    color: var(--white);
    font-weight: 700;
    line-height: 1.1666666667
}

[data-whatintent=mouse] .link-btn a:hover {
    opacity: .75;
    color: var(--white)
}

.link-btn .a {
    background: var(--dodger)
}

.link-btn .b {
    background: var(--seashell);
    color: var(--coal)
}

.link-btn.a {
    font-size: 1.4em;
    text-transform: none
}

.link-btn.a a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0
}

.link-btn.link-comment {}

.link-btn.link-comment a {
    position: relative;
    padding: 14px 0 14px 53px;
    border-radius: 0;
    background: 0 0;
    color: var(--coal);
    font-weight: 400
}

[data-whatintent=mouse] .link-btn.link-comment a:hover {
    opacity: 1
}

.link-btn.link-comment i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    background: var(--forest);
    color: var(--white);
    font-size: 18px;
    line-height: 40px;
    text-align: center
}

.link-btn.link-comment i:after {
    border-radius: 50%
}


/*!Animate Button ---------*/

.animate {
    transition: all .2s ease-in-out
}

.animate:hover {
    transform: scale(1.08);
    cursor: pointer
}


/*!Media ---------*/

img,
iframe,
object,
embed {
    max-width: 100%!important;
    border-style: none
}

img {
    height: auto!important;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

figure {
    font-style: italic;
    text-align: center
}

figcaption {
    padding: 15px 0
}


/*!Lists ---------*/

.list-a {
    list-style: none;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0
}

.list-a li {
    position: relative;
    z-index: 2;
    margin-left: 12px;
    margin-right: 12px
}

.list-a li:before {
    top: 2px;
    bottom: 2px;
    left: auto;
    right: -12px;
    width: 1px;
    background: var(--alto)
}

.list-b {
    list-style: none;
    padding: 0;
    line-height: 1.75
}

.list-b li {
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
    font-size: 1em
}

.list-b li:before {
    top: auto;
    height: 1px;
    background: var(--alto)
}

.list-b h1,
.list-b h2,
.list-b h3,
.list-b h4,
.list-b h5,
.list-b h6 {
    margin-bottom: 0;
    font-family: open sans, Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    letter-spacing: 0;
    line-height: 1
}

.list-b p {
    margin-bottom: 19px
}

.list-c {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0 -20px 24px;
    padding: 0
}

.list-c:before {
    top: auto;
    left: 20px;
    right: 20px;
    height: 1px;
    background: var(--alto)
}

.list-c li {
    margin-bottom: 10px;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 1.4em
}

.list-c a {
    margin-left: 7px;
    padding: 1px 7px;
    border: 1px solid var(--alto);
    background: var(--seashell);
    font-size: .8571428571428571em;
    font-weight: 700
}

.list-comments {
    list-style: none;
    margin-bottom: 12px;
    padding: 0;
    line-height: 1.357142857142857
}

.list-comments li {
    margin-bottom: 25px;
    padding-left: 56px;
    font-size: 1em
}

.list-comments figure {
    float: left;
    width: 48px;
    margin-left: -56px
}

.list-comments h1,
.list-comments h2,
.list-comments h3,
.list-comments h4,
.list-comments h5,
.list-comments h6 {
    margin-bottom: 7px;
    font-family: open sans, Arial, Helvetica, sans-serif
}

.list-comments h1 a+a,
.list-comments h2 a+a,
.list-comments h3 a+a,
.list-comments h4 a+a,
.list-comments h5 a+a,
.list-comments h6 a+a {
    margin-left: 10px;
    position: relative;
    z-index: 2;
    color: var(--manatee);
    font-weight: 400
}

[data-whatintent=mouse] .list-comments h1 a+a:hover,
[data-whatintent=mouse] .list-comments h2 a+a:hover,
[data-whatintent=mouse] .list-comments h3 a+a:hover,
[data-whatintent=mouse] .list-comments h4 a+a:hover,
[data-whatintent=mouse] .list-comments h5 a+a:hover,
[data-whatintent=mouse] .list-comments h6 a+a:hover {
    color: var(--manatee)
}

.list-comments h1 a+a:before,
.list-comments h2 a+a:before,
.list-comments h3 a+a:before,
.list-comments h4 a+a:before,
.list-comments h5 a+a:before,
.list-comments h6 a+a:before {
    top: 50%;
    left: -7px;
    width: 2px;
    height: 2px;
    background: var(--manatee)
}

.list-comments p,
.list-comments h1,
.list-comments h2,
.list-comments h3,
.list-comments h4,
.list-comments h5,
.list-comments h6 {
    font-size: 1.4em
}

.list-comments p {
    margin-bottom: 10px
}

.list-comments a,
[data-whatintent=mouse] .list-comments a:hover {
    color: var(--chambray)
}

.list-comments ul {
    list-style: none;
    padding-left: 8px;
    border-left: 1px solid var(--iron)
}

.list-comments ul li {
    margin-bottom: 0;
    padding-left: 46px
}

.list-comments ul figure {
    width: 36px;
    margin-left: -46px
}

.list-comments .footer-comments {
    margin-bottom: 3px
}

.list-comments .footer-comments ul {
    float: left;
    margin-bottom: 11px;
    padding-left: 0;
    border-left: 0
}

.list-comments .footer-comments li {
    float: left;
    position: relative;
    z-index: 2;
    margin-right: 12px;
    padding-left: 0;
    font-size: 1.2em
}

.list-comments .footer-comments li:before {
    top: 50%;
    left: auto;
    right: -7px;
    width: 2px;
    height: 2px;
    background: var(--manatee)
}

.list-comments .footer-comments a {
    font-weight: 400
}

.list-comments .footer-comments ul+ul {
    margin-left: 12px
}

.list-comments .footer-comments ul+ul a,
[data-whatintent=mouse] .list-comments .footer-comments ul+ul a:hover,
.list-comments .footer-comments ul+ul {
    color: var(--manatee)
}

.list-comments .more {
    padding: 11px 10px;
    background: var(--athens);
    font-size: 1.2em
}

.list-comments .more a {
    font-weight: 700
}

.list-details {
    list-style: none;
    margin-bottom: 15px;
    padding: 9px 0 0;
    border-top: 1px solid var(--alto);
    border-bottom: 1px solid var(--alto);
    line-height: 1.5
}

.list-details li {
    position: relative;
    z-index: 2;
    margin-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1em
}

.list-details li:before {
    width: 1px;
    background: var(--alto)
}

.list-details li:first-child {
    padding-left: 0
}

.list-details li:last-child {
    margin-left: auto;
    padding-right: 0
}

.list-details .list-social {
    margin: 0 -2px
}

.list-details .list-social li {
    padding: 0 2px
}

.list-details .list-social li:last-child {
    padding-left: 8px;
    text-align: left
}

.list-details p {
    margin-bottom: 0;
    font-size: 1.5em
}

.list-details a,
[data-whatintent=mouse] .list-details a:hover {
    color: #1e54b5
}

.list-details .link-btn {
    font-family: open sans condensed, Arial, Helvetica, sans-serif;
    font-size: 2.4em
}

.list-details .link-btn a,
[data-whatintent=mouse] .list-details .link-btn a:hover {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0;
    color: var(--white)
}

.list-details .link-btn.link-comment {
    font-family: open sans, Arial, Helvetica, sans-serif
}

.list-details .link-btn.link-comment a,
[data-whatintent=mouse] .list-details .link-btn.link-comment a:hover {
    color: var(--coal)
}

.list-news {
    list-style: none;
    padding: 10px 10px 0;
    border-radius: 10px;
    background: var(--seashell)
}

.list-news li {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 1em
}

.list-news li:last-child {
    margin-bottom: 10px
}

.list-news li:before {
    background: var(--white)
}

.list-news figure {
    position: relative;
    margin: 0 -15px 15px;
    font-size: 1.1em
}

.list-news figure span {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 15px;
    z-index: 10;
    padding: 2px 10px;
    border-radius: 5px;
    background: #1e54b5;
    color: var(--white);
    font-family: open sans condens, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

.list-news figure span a,
[data-whatintent=mouse] .list-news figure span a:hover {
    display: block;
    margin: -2px -10px;
    padding: 2px 10px;
    color: var(--white)
}

.list-news h1,
.list-news h2,
.list-news h3,
.list-news h4,
.list-news h5,
.list-news h6 {
    margin-bottom: 15px;
    font-family: open sans, Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    line-height: 1.05
}

.list-news h1 a,
.list-news h2 a,
.list-news h3 a,
.list-news h4 a,
.list-news h5 a,
.list-news h6 a {
    font-weight: 700
}

.list-social {
    list-style: none;
    margin: 0 -7px 9px;
    padding: 0
}

.list-social li {
    margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px
}

.list-social i {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1e54b5;
    color: var(--white);
    font-size: 21px;
    line-height: 40px;
    text-align: center
}

.list-social i:after {
    border-radius: 50%
}

.list-social .icon-facebook {
    background: var(--wedgewood)
}

.list-social .icon-instagram {
    background: var(--horizon)
}

.list-social .icon-pinterest {
    background: var(--mahogany)
}

.list-social .icon-twitter {
    background: var(--picton)
}

.list-tags {
    list-style: none;
    margin-bottom: 11px;
    padding: 0;
    line-height: 1.2
}

.list-tags li {
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
    font-size: 1.2em
}

.list-tags a {
    display: block;
    padding: 5px 14px;
    border: 1px solid var(--alto);
    border-radius: 15px;
    background: var(--white)
}

[data-whatintent=mouse] .list-tags a:hover {
    border-color #1e54b5;
    background: #1e54b5;
    color: var(--white)
}

.list-testimonials {
    list-style: none;
    padding: 0
}

.list-testimonials li {
    list-style: none;
    margin-bottom: 36px;
    padding: 0;
    font-size: 1em
}

.list-testimonials .author {
    padding-left: 60px
}

.list-testimonials .author figure {
    overflow: hidden;
    margin-left: -60px;
    border-radius: 20px;
    margin-right: 10px
}

.list-testimonials .author p {
    float: left;
    width: 100%
}

.list-testimonials .author span {
    margin-right: 3px
}

.list-testimonials q {
    display: block;
    padding: 0 10px;
    font-style: italic
}


/*!Forms ---------*/

fieldset,
hr {
    min-width: 0;
    margin: 0;
    padding: 0;
    border-width: 0
}

form p {
    position: relative
}

legend {
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    white-space: normal
}

input,
select,
textarea {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: normal;
    text-align: left;
    text-transform: none;
    outline-width: 0
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

input,
select,
textarea,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    box-sizing: border-box;
    text-transform: none;
    outline-offset: -2px
}

input {}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-clear-button,
input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    visibility: hidden!important;
    height: auto;
    margin: 0
}

input::-o-outer-spin-button,
input::-o-inner-spin-button {
    appearance: none;
    margin: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    height: auto
}

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

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

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: 0 0;
    line-height: 1
}

input[type=checkbox] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox
}

input[type=radio] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
    appearance: radio
}

input[type=color] {
    padding: 0;
    cursor: pointer
}

input[type=date] {
    display: -webkit-inline-flex
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]::-o-outer-spin-button,
input[type=number]::-o-inner-spin-button {
    -o-appearance: none;
    margin: 0
}

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

select {
    line-height: 1;
    text-overflow: '';
    text-indent: .01px
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: block;
    overflow: visible;
    position: relative;
    z-index: 3;
    height: auto;
    margin: 0;
    box-shadow: none;
    text-transform: none;
    text-indent: 0;
    cursor: pointer;
    outline-width: 0;
    -webkit-appearance: button;
    appearance: button;
    -webkit-font-smoothing: inherit
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: none
}

button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
    border-color: var(--silver);
    background: var(--silver);
    cursor: default
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit
}

:-ms-input-placeholder {
    opacity: 1;
    color: inherit
}

::-ms-input-placeholder {
    opacity: 1;
    color: inherit
}

::placeholder {
    opacity: 1;
    color: inherit
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

:focus::-ms-input-placeholder {
    opacity: 0
}

:focus::placeholder {
    opacity: 0
}

form {}

label {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 400
}

input,
select,
textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--silver);
    background: var(--white)
}

input {
    height: 32px;
    padding: 0 10px
}

input[type=date] {
    line-height: 30px
}

select {
    padding: 7px 7px 7px 12px;
    line-height: normal
}

.gecko select {
    padding-left: 7px
}

textarea {
    height: 56px;
    min-height: 56px;
    padding: 10px
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    overflow: hidden;
    /* float: left; */
    padding: 2px 12px;
    border-radius: 0;
    border: 0;
    background: var(--pigeon);
    color: var(--white);
    font-weight: 700
}

.form-comments {
    margin-bottom: 24px;
    padding-left: 56px
}

.form-comments>* {
    float: left;
    width: 100%;
    border: 1px solid var(--iron);
    background: var(--athens)
}

.form-comments>figure {
    width: 48px;
    margin-left: -56px;
    border: 0
}

.form-comments p {
    margin-bottom: 0;
    font-size: 1.4em
}

.form-comments input,
.form-comments select,
.form-comments textarea {
    border: 0;
    border-bottom: 1px solid var(--iron)
}

.form-comments .list-c {
    padding: 8px 12px 0
}

.form-comments .list-c li {
    margin-bottom: 8px;
    font-size: 1.2em
}

.form-comments .list-c input {
    margin-right: 10px
}

.form-comments .list-c button {
    font-size: 1.166666666666667em
}

.form-comments .list-c label {
    cursor: pointer
}


/*!Helpers ---------*/

*,
*:before,
*:after {
    transition: visibility .4s cubic-bezier(.4, 0, .2, 1) 0s, color .4s cubic-bezier(.4, 0, .2, 1) 0s, background-color .4s cubic-bezier(.4, 0, .2, 1) 0s, border-color .4s cubic-bezier(.4, 0, .2, 1) 0s, opacity .4s cubic-bezier(.4, 0, .2, 1) 0s;
    -webkit-transition-delay: -.1s;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

#mobile {
    transition: all .4s cubic-bezier(.4, 0, .2, 1) 0s;
    -webkit-transition-delay: -.1s
}

.popup-a .close {
    transition: all .4s ease-in-out 0s
}

option,
#nav>ul>li>a {
    transition: none
}

.clear {
    clear: both
}

.hidden,
#root .desktop-hide,
#root .tablet-only,
#root .mobile-only,
#nav em,
.list-details .list-social li:before,
.list-details li:first-child:before,
.list-details li:last-child:before,
.list-social span,
.list-b li:last-child:before,
#breadcrumbs li:last-child:before,
.list-details .list-social li:last-child:before,
.cols-a>*:first-child:before,
.form-comments .list-c:before,
.list-comments .footer-comments li:last-child:before {
    position: absolute;
    left: -3000em;
    top: 0;
    right: auto;
    bottom: auto
}

[hidden],
template,
#nav>ul>li.sub>a.toggle:before,
#mobile,
#shadow,
.popup-a,
.popup-a .box-inset,
.popup-a .box-outer>.close {
    display: none
}

article,
aside,
details,
dialog,
div,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
[data-whatintent=mouse] #nav>ul>li:hover>ul,
#nav>ul>li.toggle>ul,
.list-social i,
.popup-a.ready,
.popup-a.shown,
.popup-a.shown .box-inset,
.popup-a.shown .box-outer .close {
    display: block
}

hr {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 4px;
    margin: 20px 0 22px;
    padding: 0;
    border: 0;
    border-top: 0;
    background: var(--seashell);
    font-size: 0
}

ul ul,
ul ol,
ol ol,
ol ul,
#nav>ul,
#logo,
#top .list-social,
#top .list-social li,
.list-testimonials,
.list-b,
.module-block .list-b li:last-child,
#breadcrumbs ul,
.form-comments .list-c,
.list-details .list-social li {
    margin-bottom: 0
}

#root .m12 {
    margin-bottom: 12px
}


/*!Miscellaneous ---------*/

audio,
canvas,
iframe,
img,
svg,
video {
    border-width: 0;
    vertical-align: middle
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]),
video[autoplay]:not([muted]) {
    display: none
}

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

::selection {
    background: #1e54b5;
    color: var(--white);
    text-shadow: none
}

::-moz-selection {
    background: #1e54b5;
    color: var(--white);
    text-shadow: none
}


/*!Outlines ---------*/

[data-whatinput=keyboard] a:focus,
[data-whatinput=keyboard] button:focus,
[data-whatinput=keyboard] input:focus,
[data-whatinput=keyboard] select:focus,
[data-whatinput=keyboard] textarea:focus {
    outline-width: 2px;
    outline-style: solid
}

[data-whatintent=mouse] input:focus,
[data-whatintent=mouse] select:focus,
[data-whatintent=mouse] textarea:focus {
    outline: none
}


/*!Animations ---------*/

[data-whatintent=mouse] .link-btn.a a:hover i:after,
[data-whatintent=mouse] .list-social i:hover:after {
    -webkit-animation: sonar .45s ease-out;
    animation: sonar .45s ease-out
}

[data-whatintent=mouse] .list-social i:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

[data-whatintent=mouse] #top .list-social i:hover:after,
[data-whatintent=mouse] #footer .list-social i:hover:after {
    -webkit-animation: sonar-light .45s ease-out;
    animation: sonar-light .45s ease-out
}

.popup-a.shown .box-inset,
.popup-a.unshown .box-inset {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.popup-a.shown .box-inset {
    -webkit-animation-name: anim-open;
    animation-name: anim-open
}

.popup-a.unshown .box-inset {
    -webkit-animation-name: anim-close;
    animation-name: anim-close
}

@keyframes sonar {
    0% {
        opacity: .3
    }
    40% {
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px rgba(255, 255, 255, .9), 0 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px rgba(255, 255, 255, .9), 0 0 0 10px rgba(0, 0, 0, .2);
        opacity: .5
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px rgba(255, 255, 255, .9), 0 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px rgba(255, 255, 255, .9), 0 0 0 10px rgba(0, 0, 0, .2);
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@keyframes sonar-light {
    0% {
        opacity: .3
    }
    40% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .9), 0 0 10px 10px rgba(255, 255, 255, .8), 0 0 0 10px rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .9), 0 0 10px 10px rgba(255, 255, 255, .8), 0 0 0 10px rgba(255, 255, 255, .2);
        opacity: .5
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .9), 0 0 10px 10px rgba(255, 255, 255, .8), 0 0 0 10px rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .9), 0 0 10px 10px rgba(255, 255, 255, .8), 0 0 0 10px rgba(255, 255, 255, .2);
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@-webkit-keyframes anim-open {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes anim-open {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes anim-close {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@keyframes anim-close {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}


/*!Flexbox ---------*/

.popup-a .link-btn,
.popup-a .box-outer,
.list-comments .footer-comments,
.list-c,
.list-c li,
.cols-a,
.list-details,
.list-details li,
#breadcrumbs ul,
.list-testimonials .author,
.list-social li,
.list-social,
#footer ul,
.list-a,
#nav-main>ul,
#nav>ul {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.list-comments .footer-comments,
.list-c,
.list-c li,
.cols-a,
.list-details,
.list-details li,
#breadcrumbs ul,
.list-testimonials .author,
.list-social,
#footer ul,
.list-a,
#nav-main>ul,
#nav>ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-details li {
    -webkit-flex-direction: column;
    flex-direction: column
}

.popup-a .link-btn,
.popup-a .box-outer,
.list-details li,
.list-social {
    -webkit-justify-content: center;
    justify-content: center
}

#nav-main>ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.list-c {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.list-details .list-social li:last-child {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.popup-a .box-outer,
.list-c li,
#breadcrumbs ul,
.list-testimonials .author,
.list-social li {
    -webkit-align-items: center;
    align-items: center
}


/*!Icons ---------*/

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

[class^=icon-],
[class*=" icon-"] {
    font-family: i!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-caret-down:before {
    content: "\e900"
}

.icon-caret-left:before {
    content: "\e901"
}

.icon-caret-right:before {
    content: "\e902"
}

.icon-caret-up:before {
    content: "\e903"
}

.icon-comment:before {
    content: "\e904"
}

.icon-facebook:before {
    content: "\e905"
}

.icon-instagram:before {
    content: "\e906"
}

.icon-pinterest:before {
    content: "\e907"
}

.icon-twitter:before {
    content: "\e908"
}

.icon-x:before {
    content: "\e909"
}

@media only screen and (max-width:78.750em) {
    #content,
    #footer {
        width: 980px
    }
    #top {}
    #nav {
        left: 150px
    }
    #nav>ul>li {
        font-size: 1.4em
    }
}

@media only screen and (max-width:62.5em) {
    #content,
    #footer {
        width: 720px
    }
    li,
    dt,
    dd,
    p,
    figure,
    th,
    td,
    caption,
    legend,
    pre,
    .list-b p,
    .list-testimonials p,
    .list-testimonials q {
        font-size: 1.4em
    }
    ul,
    ol,
    dl,
    p,
    figure,
    table,
    pre,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    legend {
        margin-bottom: 15px
    }
    h1,
    .heading-a h1,
    .heading-a h2,
    .heading-a h3,
    .heading-a h4,
    .heading-a h5,
    .heading-a h6 {
        font-size: 2.5em
    }
    h2 {
        font-size: 2em
    }
    h3 {
        font-size: 1.8em
    }
    h4,
    h5,
    h6 {
        font-size: 1.6em
    }
    #root {
        padding-top: 80px
    }
    #top {
        height: 60px
    }
    #logo {
        left: 20px
    }
    #skip {}
    #skip a {
        min-width: 0
    }
    #skip a:focus,
    #skip a:active {
        right: 0
    }
    #skip li {
        font-size: 1.3em
    }
    #top>.menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 5px;
        z-index: 2000;
        width: 50px;
        height: 49px;
        color: var(--seashell);
        text-decoration: none;
        text-indent: -3000em;
        text-align: left
    }
    #top>.menu:before,
    #top>.menu:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        width: 30px;
        margin: 0 0 0 -15px;
        height: 13px;
        border-bottom: 3px solid var(--seashell)
    }
    #top>.menu:before {
        top: 13px;
        border-top: 3px solid var(--seashell)
    }
    #top>.menu:after {
        bottom: 13px
    }
    #mobile {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        left: -250px;
        right: auto;
        top: 60px;
        bottom: 0;
        z-index: 100;
        width: 100%;
        max-width: 240px;
        margin: 0;
        border-top: 1px solid var(--alto);
        background: var(--seashell);
        line-height: 1.55
    }
    #mobile>ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    #mobile>ul>li {
        position: relative;
        float: none;
        margin: 0;
        border-bottom: 1px solid var(--alto);
        font-size: 1.6em
    }
    #mobile>ul>li>a {
        display: block;
        position: relative;
        z-index: 1;
        float: none;
        padding: 8px 20px;
        color: #1e54b5;
        text-transform: none;
        text-decoration: none
    }
    #mobile>ul>li.sub>a {
        padding-right: 60px
    }
    #mobile>ul>li.sub>a.toggle {
        display: block;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        width: 41px;
        height: 41px;
        padding: 0;
        text-align: left;
        text-indent: -3000em;
        cursor: pointer
    }
    #mobile>ul>li.sub>a.toggle:before {
        content: "\e902";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        margin: -10px 0 0;
        color: #1e54b5;
        font-family: i;
        font-size: 10px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        text-indent: 0
    }
    #mobile>ul>li.sub.toggle>a.toggle:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    #mobile>ul>li>ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid #1e54b5;
        background: rgba(0, 0, 0, .05)
    }
    #mobile>ul>li>ul li {
        position: relative;
        margin: 0;
        padding: 0;
        font-size: 14px
    }
    #mobile>ul>li>ul li a {
        display: block;
        padding: 4px 20px;
        color: #1e54b5;
        font-weight: 400;
        text-decoration: none
    }
    #mobile .list-social {
        padding: 10px 0
    }
    #mobile .list-social li {
        padding: 5px;
        border-bottom: 0
    }
    #mobile .list-social a {
        padding: 0
    }
    #shadow {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 60px;
        z-index: 99;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .25);
        text-align: left;
        text-indent: -3000em;
        opacity: 0;
        cursor: pointer
    }
    .menu-active #mobile {
        left: 0
    }
    .menu-active #shadow {
        visibility: visible;
        opacity: 1
    }
    #content {
        margin-bottom: 20px
    }
    #footer {}
    #footer li {
        width: 33%
    }
    .cols-a {
        padding-right: 0
    }
    .cols-a>* {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-left: 0
    }
    .popup-a {}
    .popup-a h1,
    .popup-a h2,
    .popup-a h3,
    .popup-a h4,
    .popup-a h5,
    .popup-a h6 {
        font-size: 2.3em
    }
    .popup-a .link-btn {
        font-size: 1.4em
    }
    .link-btn {
        font-size: 1.8em
    }
    .list-details {}
    .list-details li:last-child {
        margin-left: 0
    }
    .list-details li:last-child:before {
        bottom: 0;
        left: 0
    }
    .list-details .link-btn {
        font-size: 1.8em
    }
    .list-news {}
    .list-news h1,
    .list-news h2,
    .list-news h3,
    .list-news h4,
    .list-news h5,
    .list-news h6 {
        font-size: 1.6em
    }
    #mobile>ul>li.toggle>ul {
        display: block
    }
    #nav,
    #nav-main,
    #top .list-social,
    #mobile em {
        display: none
    }
    #root .desktop-hide,
    #root .tablet-only {
        position: relative;
        left: 0;
        top: 0
    }
    #root .desktop-only,
    #root .tablet-hide,
    .cols-a>*:before,
    .heading-a h1:before,
    .heading-a h2:before,
    .heading-a h3:before,
    .heading-a h4:before,
    .heading-a h5:before,
    .heading-a h6:before {
        position: absolute;
        left: -3000em;
        top: -3000em;
        right: auto;
        bottom: auto
    }
}

@media only screen and (max-width:47.5em) {
    #content,
    #footer {
        width: auto
    }
    #content,
    #footer {
        padding-left: 20px;
        padding-right: 20px
    }
    #footer {
        padding-top: 20px;
        padding-bottom: 0
    }
    #footer hr {
        height: 2px;
        margin-top: 10px;
        margin-bottom: 12px
    }
    #footer ul {
        margin-bottom: 10px
    }
    #footer li {
        width: 50%;
        margin-bottom: 2px;
        font-size: 1.3em
    }
    #footer .list-a {
        margin-bottom: 10px
    }
    #footer .list-a li {
        margin-bottom: 2px
    }
    #root .tablet-hide,
    #root .mobile-only {
        position: relative;
        left: 0;
        top: 0
    }
    #root .tablet-only,
    #root .mobile-hide {
        position: absolute;
        left: -3000em;
        top: -3000em;
        right: auto;
        bottom: auto
    }
}

/* ========== */

.leadform * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  #leadform {
    margin: 25px auto;
  }
  
  #leadform p {
    all: revert;
  }
  
  #leadform .container-form {
    max-width: 550px;
    margin: 0 auto;
  }
  
  #leadform .form_inner {
    padding: 0 72px;
  }
  
  #form {
    padding: 40px 0;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(0, #000 50%, transparent 50%), linear-gradient(0, #000 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
    animation: marching-ants 400ms infinite linear;
    background-color: #F1F1F0;
  }
  
  @keyframes marching-ants {
    0% {
      background-position: 0 0, 20px 100%, 0 20px, 100% 0;
    }
  
    100% {
      background-position: 20px 0, 0 100%, 0 0, 100% 20px;
    }
  }
  
  #leadform .form__title {
    font-family: 'Oswald';
  }
  
  #leadform .form__title-h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-align: center !important;
    margin: 0;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #000000;
  }
  
  #leadform .form__title-h2 {
    font-style: normal;
    font-weight: 700;
    margin: 5px 0;
    font-size: 40px;
    line-height: 130%;
    text-align: center !important;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #D42323;
  }
  
  #leadform .form__requirement {
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 14px 27px;
    margin: 25px 0 20px;
    background: linear-gradient(0deg, rgba(245, 187, 0, 0.1), rgba(245, 187, 0, 0.1)), #FFFFFF;
    border: 2px solid #F5BB00;
  }
  
  #leadform .form__label {
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #000000;
    bottom: 10px;
    margin-top: 10px;
    display: block;
  }
  
  #leadform .form__input {
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    font-weight: 100;
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    margin: 10px 0 0;
    height: 45px;
  }
  
  #leadform .form__price {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    width: calc(100% - 8px);
    margin: 30px auto 0;
    padding: 16px 0;
  }
  
  #leadform .price__old {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #9B9B9B;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5em;
    gap: .5em;
  }
  
  
  #leadform .price__new {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: .15em .5em;
  }
  #leadform .price__new {
     flex-direction: column;
  }
  #leadform .price__text {
     text-align: center;
  }
  #leadform .price__new .price__price {
     font-size: 1.5em;
     font-weight: bold;
  }
  
  #leadform .oldPriceAndLabelForLandingInfoApi {
    text-decoration: line-through;
  }
  
  #leadform .priceAndLabelForLandingInfoApi {
    font-size: 1.15em;
    color: #D42323;
  }
  
  #leadform .form_understar {
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: .8rem;
    line-height: 18px;
    text-align: center !important;
    color: #000000;
    margin: 10px;
  }
  
  #leadform .form-button {
    display: inline;
    background-color: #ED6D37;
    border-radius: 5px;
    border: none;
    width: 100%;
    text-align: center;
    padding: 9px 0 10px;
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
    transition: .5s background-color;
  }
  
  #leadform .form-button:hover {
    background-color: #a74e28;
  }
  
  #leadform .form-bottom {
    margin-top: 20px;
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    background: #FFEEE1;
    border: 4px solid #ED6D37;
    border-radius: 10px;
    text-align: center;
    padding: 23px 40px;
  }
  
  #leadform .bottom_h1 {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center !important;
    font-size: 32px;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: .25em;
  }
  
  #leadform .bottom_h2 {
    font-weight: 600;
    text-align: center !important;
    font-size: 20px;
    line-height: 130%;
    margin: 0;
    text-transform: uppercase;
  }
  
  #leadform .bottom__update {
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    text-align: center !important;
    background-color: #FFFFFF;
    padding: 8px 0;
    margin: 12px 0 22px;
  }
  
  #leadform .update-red {
    color: #D42323;
    text-transform: uppercase;
  }
  
  #leadform .bottom_underinfo {
    font-weight: 300;
    font-size: 16px;
    text-align: center !important;
    margin: 0;
    line-height: 130%;
  }
  
  @media screen and (max-width:550px) {
    #form {
      padding: 4.8vh 0;
    }
  
    #leadform .form_inner {
      padding: 0 4.2vw;
    }
  
    #leadform .form__requirement {
      font-size: 14px;
      padding: 1em;
    }
  
    #leadform .form__label {
      font-size: 16px;
    }
  
    #leadform .form__input {
      font-size: 16px;
    }
  
    #leadform .form-bottom {
      padding: 2.3vw 2vh;
    }
  
    #leadform .form__title-h1 {
      font-size: 28px;
    }
  
    #leadform .form__title-h2 {
  /*    font-size: 30px;*/
    }
  
    #leadform .price__old {
      font-size: 16px;
    }
  
    #leadform .price__new {
      font-size: 24px;
    }
  
  
    #leadform .bottom_h1 {
      font-size: 2rem;
    }
  
    #leadform .bottom_h2 {
      font-size: 1.2rem;
    }
  
    #leadform .bottom__update {
      font-size: 1rem;
    }
  
    #leadform .bottom_underinfo {
      font-size: 1rem;
    }
  }
  
  @media screen and (max-width:375px) {
    #leadform .form__title-h1 {
      font-size: 20px;
    }
  
    #leadform .form__title-h2 {
      font-size: 34px;
    }
  
    #leadform .price__new {
      font-size: 20px;
    }
  }
  
  #leadform .price__specific {
    padding: 0 10px;
  }
  
  #leadform .form-img {
    width: 100%;
    max-width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  
  }
  
  #leadform .form-img img {
    width: 100%;
    max-width: 100%;
  }
  
  @media screen and (max-width: 425px) {
    #leadform .form__price {
      flex-direction: column;
    }
  }
  @media screen and (max-width:480px) {
    #leadform .form-img {
      margin-bottom: 10px;
    }
  }
