@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

a{
    text-decoration: none;
}

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

article{
    overflow: hidden;
}

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

.icon-keyboard_arrow_down:before {
    content: "\e903"
}

.icon-zoom_in:before {
    content: "\e900"
}

.icon-keyboard_arrow_left:before {
    content: "\e901"
}

.icon-keyboard_arrow_right:before {
    content: "\e902"
}

.content {
    line-height: 1.375em
}

.content h1,
.content .h1 {
    margin-bottom: .3125em
}

.content h2,
.content .h2 {
    margin-bottom: .41667em
}

.content h3,
.content .h3 {
    margin-bottom: .53571em
}

.content h4,
.content .h4 {
    margin-bottom: .83333em
}

.content h5,
.content .h5 {
    margin-bottom: .9375em
}

.content h6,
.content .h6 {
    margin-bottom: .9375em
}

.content p,
.content .p {
    margin-bottom: .9375em
}

.content a {
    text-decoration: underline
}

.content img,
.content svg {
    display: inline-block;
    vertical-align: top
}

.content sub,
.content sup {
    font-size: .625em;
    line-height: 1.2em;
    position: relative
}

.content sub {
    bottom: -.75em
}

.content sup {
    top: -.75em
}

.content ol,
.content ul {
    margin-bottom: .9375em
}

.content ol li,
.content ul li {
    position: relative;
    padding-left: .9375em;
    margin-bottom: .3125em
}

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

.content ol li:before,
.content ul li:before {
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (max-width: 899px) {
    .content ol,
    .content ul {
        padding-left: .9375em
    }
}

.content ol {
    counter-reset: my-counter
}

.content ol li:before {
    content: counter(my-counter) "."
}

.content ul li:before {
    content: '•'
}

.content figcaption {
    margin-top: .46875em;
    color: #999
}

.content figcaption a {
    color: #999
}

.content .spacer {
    height: 1.875em
}

.content .notes {
    font-size: .875em;
    line-height: 1.375em;
    margin-top: 2.14286em;
    margin-bottom: 2.14286em;
    color: #999
}

.content .notes a {
    color: #999
}

@media screen and (max-width: 899px) {
    .content .notes {
        padding-left: .9375em
    }
}

.content>*:last-child {
    margin-bottom: 0
}

.form-alert {
    margin-bottom: .9375em
}

.form-alert.has-error-custom {
    color: red
}

.form-alert.has-error-custom a {
    color: red
}

.form-alert.has-success-custom {
    color: green
}

.form-alert.has-success-custom a {
    color: green
}

.form-group-custom {
    margin-bottom: .625em
}

.form-group-custom.has-error-custom .form-control-custom {
    border-color: red
}

.label-custom {
    font-size: .75em;
    line-height: 1.2em;
    display: block;
    padding-top: .23333em;
    padding-bottom: .23333em;
    text-transform: uppercase
}

.form-control-custom {
    font-size: 1em;
    line-height: 1.2em;
    position: relative;
    display: block;
    min-width: 100%;
    padding-left: .875em;
    padding-right: .875em;
    padding-top: .43125em;
    padding-bottom: .43125em;
    border: 1px solid transparent;
    background: #fff;
    font-family: "MB Corpo S Title", sans-serif;
    color: #000
}

.form-control-custom::-webkit-input-placeholder {
    color: #595959
}

.form-control-custom:-moz-placeholder {
    color: #595959;
    opacity: 1
}

.form-control-custom::-moz-placeholder {
    color: #595959;
    opacity: 1
}

.form-control-custom:-ms-input-placeholder {
    color: #595959
}

.form-control-custom::-ms-input-placeholder {
    color: #595959
}

.form-checkboxes {
    margin-top: .9375em
}

.form-checkboxes .checkbox-custom {
    font-size: .75em;
    line-height: 1.2em;
    position: relative;
    display: block;
    padding-left: 2.5em;
    padding-top: .23333em;
    padding-bottom: .23333em
}

.form-checkboxes .checkbox-custom>input {
    visibility: hidden;
    position: absolute
}

.form-checkboxes .checkbox-custom>input+.check-icon,
.form-checkboxes .checkbox-custom>input+.radio-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1.66667em;
    height: 1.66667em;
    border: 1px solid transparent;
    background: #fff;
    cursor: pointer
}

.form-checkboxes .checkbox-custom>input+.check-icon:after,
.form-checkboxes .checkbox-custom>input+.radio-icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    content: '';
    width: 1.5em;
    height: 1.5em;
    background-size: 1.5em 1.5em
}

.form-checkboxes .checkbox-custom>input+.check-icon:after {
    background-image: url(../images/check-icon.png)
}

.form-checkboxes .checkbox-custom>input+.radio-icon {
    border-color: #fff;
    border-radius: 50%
}

.form-checkboxes .checkbox-custom>input+.radio-icon:after {
    background-image: url(../images/radio-icon.png)
}

.form-checkboxes .checkbox-custom>input:checked+.check-icon:after,
.form-checkboxes .checkbox-custom>input:checked+.radio-icon:after {
    visibility: visible
}

.form-checkboxes .checkbox-custom a {
    text-decoration: underline
}

.form-checkboxes .form-group-inline .label-custom {
    display: inline-block;
    vertical-align: top;
    min-width: 4.6875em;
    margin-right: 1.875em
}

.form-checkboxes .form-group-inline .checkbox-custom {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.875em
}

.form-checkboxes .form-group-inline .checkbox-custom:last-child {
    margin-right: 0
}

.form-checkboxes .form-group-custom.has-error-custom .checkbox-custom {
    color: red
}

.form-checkboxes .form-group-custom.has-error-custom .checkbox-custom a {
    color: red
}

.form-checkboxes .form-group-custom.has-error-custom .checkbox-custom .check-icon,
.form-checkboxes .form-group-custom.has-error-custom .checkbox-custom .radio-icon {
    border-color: red
}

.help-block-custom {
    font-size: .75em;
    line-height: 1.2em;
    margin-top: .44167em;
    margin-bottom: .44167em
}

.help-block-custom a {
    text-decoration: underline
}

.form-button {
    margin-top: 1.40625em
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9)
}

.loading.is-active {
    display: block
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.5em;
    height: 2.5em
}

.cube-1,
.cube-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: .9375em;
    height: .9375em;
    background-color: #00adef;
    animation: sk-cubemove 1.8s infinite ease-in-out
}

.cube-2 {
    animation-delay: -0.9s
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(2.625em) rotate(-90deg) scale(0.5)
    }
    50% {
        transform: translateX(2.625em) translateY(2.625em) rotate(-179deg)
    }
    50.1% {
        transform: translateX(2.625em) translateY(2.625em) rotate(-180deg)
    }
    75% {
        transform: translateX(0px) translateY(2.625em) rotate(-270deg) scale(0.5)
    }
    100% {
        transform: rotate(-400deg)
    }
}

.clearfix-custom:before {
    content: '';
    display: table
}

.clearfix-custom:after {
    content: '';
    display: table;
    clear: both
}

.container-custom {
    width: 100%;
    max-width: 86.25em;
    padding-left: .9375em;
    padding-right: .9375em;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 1599px) {
    .container-custom {
        max-width: 75.625em
    }
}

@media screen and (max-width: 1199px) {
    .container-custom {
        max-width: 60.625em
    }
}

@media screen and (max-width: 899px) {
    .container-custom {
        max-width: 46.875em;
        padding-left: .9375em;
        padding-right: .9375em
    }
}

.overflow-hidden {
    overflow: hidden !important
}

.hidden-custom {
    display: none !important
}

@media screen and (min-width: 900px) {
    .hidden-desktop {
        display: none !important
    }
}

@media screen and (max-width: 899px) {
    .hidden-mobile {
        display: none !important
    }
}

.visible-custom {
    display: block !important
}

@media screen and (min-width: 900px) {
    .visible-desktop {
        display: block !important
    }
}

@media screen and (max-width: 899px) {
    .visible-mobile {
        display: block !important
    }
}

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

a[data-lity] {
    position: relative;
    display: inline-block;
    vertical-align: top
}

a[data-lity]:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.7)
}

a[data-lity]:after {
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    content: '\e900';
    font-family: 'icomoon'
}

a[data-lity]:hover:after {
    color: #00adef
}

.lity {
    background: rgba(0, 0, 0, 0.7)
}

.lity-content:after {
    display: none
}

.lity-close {
    font-size: 0;
    line-height: 0;
    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    transition: border 100ms linear
}

.lity-close:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    transition: background 100ms linear
}

.lity-close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    transition: background 100ms linear
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active {
    font-size: 0;
    line-height: 0;
    background: rgba(0, 0, 0, 0.7)
}

.lity-close:hover:before,
.lity-close:hover:after,
.lity-close:focus:before,
.lity-close:focus:after,
.lity-close:active:before,
.lity-close:active:after {
    background: #00adef
}

.lity-close:active {
    top: 0
}

.slick-slide>div,
.slick-slide>div>div {
    vertical-align: top
}

.slick-disabled,
.slick-hidden {
    opacity: 0
}

.default-slider {
    position: relative
}

.default-slider .image {
    position: relative;
    text-align: center
}

.default-slider .image img,
.default-slider .image svg {
    display: inline-block;
    vertical-align: top
}

.default-slider .image figure {
    text-align: left
}

.default-slider .image figcaption {
    margin-top: .46875em;
    color: #999
}

.default-slider .image figcaption a {
    color: #999
}

.default-slider .caption {
    margin-top: .46875em;
    color: #999
}

.default-slider .caption a {
    color: #999
}

.default-slider .slider-nav a,
.default-slider .slider-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.875em;
    height: 1.875em
}

.default-slider .slider-nav a .icon,
.default-slider .slider-nav button .icon {
    position: absolute;
    left: 50%;
    top: calc(50% - .03125em);
    transform: translateX(-50%);
    display: block;
    width: .9375em;
    height: 2px
}

.default-slider .slider-nav a .icon:before,
.default-slider .slider-nav button .icon:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: .9375em;
    height: 2px;
    background: #fff;
    box-shadow: 1px 1px 0 #000;
    transition: all 200ms linear
}

.default-slider .slider-nav a .icon:after,
.default-slider .slider-nav button .icon:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: .9375em;
    height: 2px;
    background: #fff;
    box-shadow: 1px 1px 0 #000;
    transition: all 200ms linear
}

.default-slider .slider-nav a.prev-arrow,
.default-slider .slider-nav button.prev-arrow {
    left: .9375em
}

.default-slider .slider-nav a.prev-arrow .icon:before,
.default-slider .slider-nav button.prev-arrow .icon:before {
    transform: rotate(-45deg);
    transform-origin: left bottom
}

.default-slider .slider-nav a.prev-arrow .icon:after,
.default-slider .slider-nav button.prev-arrow .icon:after {
    transform: rotate(45deg);
    transform-origin: left top
}

.default-slider .slider-nav a.next-arrow,
.default-slider .slider-nav button.next-arrow {
    right: .9375em
}

.default-slider .slider-nav a.next-arrow .icon:before,
.default-slider .slider-nav button.next-arrow .icon:before {
    transform: rotate(45deg);
    transform-origin: right bottom
}

.default-slider .slider-nav a.next-arrow .icon:after,
.default-slider .slider-nav button.next-arrow .icon:after {
    transform: rotate(-45deg);
    transform-origin: right top
}

.default-slider .slider-nav a:hover .icon:before,
.default-slider .slider-nav button:hover .icon:before {
    background: #00adef
}

.default-slider .slider-nav a:hover .icon:after,
.default-slider .slider-nav button:hover .icon:after {
    background: #00adef
}

.default-slider .slider-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    overflow: hidden
}

.default-slider .slider-dots ul {
    font-size: 0;
    line-height: 0;
    white-space: nowrap
}

.default-slider .slider-dots ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.default-slider .slider-dots ul li:last-child {
    margin-right: 0
}

.default-slider .slider-dots ul li button {
    position: relative;
    width: 30px;
    height: 3px;
    padding-top: 15px;
    padding-bottom: 15px
}

.default-slider .slider-dots ul li button:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 100%;
    height: 3px;
    background: #fff
}

.default-slider .slider-dots ul li.slick-active button:before {
    background: #00adef
}

@media screen and (max-width: 899px) {
    .default-slider.has-round-dots .slider-dots ul li button {
        width: 10px
    }
}

.default-tabs .tabs-nav {
    margin-bottom: 1.875em
}

.default-tabs .tabs-nav ul:before {
    content: '';
    display: table
}

.default-tabs .tabs-nav ul:after {
    content: '';
    display: table;
    clear: both
}

.default-tabs .tabs-nav ul li {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px
}

.default-tabs .tabs-nav ul li:last-child {
    margin-right: 0
}

.default-tabs .tabs-nav ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding-left: .875em;
    padding-right: .875em;
    padding-top: .43125em;
    padding-bottom: .43125em;
    border: 1px solid transparent;
    background: #333;
    text-align: center;
    transition: all 100ms linear
}

.default-tabs .tabs-nav ul li a:hover {
    color: #00adef
}

.default-tabs .tabs-nav ul li.is-active a {
    background: #262626;
    color: #00adef
}

.default-tabs>.list>.list-item {
    display: none
}

.default-tabs>.list>.list-item.is-active {
    display: block
}

*.has-tooltip {
    position: relative;
    cursor: pointer
}

*.has-tooltip:hover .tooltip-custom {
    display: block
}

.tooltip-custom {
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    left: 50%;
    top: -.9375em;
    transform: translate(-50%, -100%);
    opacity: 0.9;
    display: none;
    width: 100%;
    padding-left: .9375em;
    padding-right: .9375em;
    padding-top: .9375em;
    padding-bottom: .9375em;
    background: #000;
    color: #fff;
    text-align: center
}

.tooltip-custom:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    position: absolute
}

.tooltip-custom a {
    color: #fff
}

.button,
a.button {
    font-size: 1em;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding-left: .875em;
    padding-right: .875em;
    padding-top: .43125em;
    padding-bottom: .43125em;
    border: 1px solid transparent;
    background: #00adef;
    font-family: "MB Corpo S Title", sans-serif;
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    transition: all 100ms linear
}

.button:hover,
a.button:hover {
    background: #0088bc
}

.button.is-default,
a.button.is-default {
    background: transparent
}

.button.has-icon,
a.button.has-icon {
    padding-left: 1.875em
}

.button.has-icon [class^="icon-"],
.button.has-icon [class*=" icon-"],
a.button.has-icon [class^="icon-"],
a.button.has-icon [class*=" icon-"] {
    font-size: 1.25em;
    line-height: 1em;
    position: absolute;
    left: .46875em;
    top: 50%;
    transform: translateY(-50%)
}

.close-button {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.8);
    transition: border 100ms linear;
    background: rgba(0, 0, 0, 0.8);
    transition: border 100ms linear
}

.close-button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    transition: background 100ms linear
}

.close-button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    transition: background 100ms linear
}

.close-button:hover,
.close-button:focus,
.close-button:active {
    background: rgba(0, 0, 0, 0.8)
}

.close-button:hover:before,
.close-button:hover:after,
.close-button:focus:before,
.close-button:focus:after,
.close-button:active:before,
.close-button:active:after {
    background: #00adef
}

.main-header {
    position: relative;
    z-index: 100;
    background: #000
}

.main-header-fixed {
    width: 100%
}

.main-header-fixed:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background 100ms linear
}

.main-header-fixed.is-active {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.main-header-fixed.is-active:before {
    background: #000
}

.main-header-fixed.is-active.is-translated {
    transform: none;
    transition: transform 200ms linear
}

.main-header-container {
    position: relative
}

.logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.logo img {
    display: inline-block;
    vertical-align: top
}

.logo-mb {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.logo-mb img {
    display: inline-block;
    vertical-align: top
}

@media screen and (min-width: 900px) {
    .main-header-container {
        height: 6em
    }
    .logo img {
        height: 2.5em
    }
    .logo-mb img {
        height: 4em
    }
}

@media screen and (max-width: 899px) {
    .main-header-container {
        height: 5em
    }
    .logo img {
        height: 2em
    }
    .logo-mb img {
        height: 3.125em
    }
}

.main-nav {
    position: relative;
    z-index: 100
}

.main-nav-fixed.is-active {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%
}

@media screen and (min-width: 900px) {
    .main-nav-trigger {
        display: none
    }
    .main-nav-absolute {
        position: absolute;
        left: 0;
        top: 1.875em;
        z-index: 100;
        width: 100%
    }
    .main-nav-container {
        background: rgba(26, 26, 26, 0.9)
    }
    .main-nav-close {
        display: none
    }
    .main-nav-block {
        padding-left: 1.875em;
        padding-right: 1.875em;
        padding-top: .49375em;
        padding-bottom: .49375em
    }
    .main-nav-block ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 1.875em
    }
    .main-nav-block ul li:last-child {
        margin-right: 0
    }
    .main-nav-block ul li a {
        transition: all 100ms linear
    }
    .main-nav-block ul li a:hover {
        color: #00adef
    }
    .main-nav-block ul li.is-active a {
        color: #00adef
    }
}

@media screen and (max-width: 899px) {
    .main-nav.is-open .main-nav-container {
        display: block
    }
    .main-nav-trigger {
        position: relative;
        display: block;
        padding-top: .9em;
        padding-bottom: .9em;
        background: #333
    }
    .main-nav-trigger:before {
        position: absolute;
        left: 0;
        top: -1px;
        content: '';
        width: 100%;
        height: 1px;
        background: #fff
    }
    .main-nav-c {
        position: relative;
        display: block;
        width: 100%;
        max-width: 86.25em;
        padding-left: .9375em;
        padding-right: .9375em;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 899px) and (max-width: 1599px) {
    .main-nav-c {
        max-width: 75.625em
    }
}

@media screen and (max-width: 899px) and (max-width: 1199px) {
    .main-nav-c {
        max-width: 60.625em
    }
}

@media screen and (max-width: 899px) and (max-width: 899px) {
    .main-nav-c {
        max-width: 46.875em;
        padding-left: .9375em;
        padding-right: .9375em
    }
}

@media screen and (max-width: 899px) {
    .main-nav-c [class^="icon-"],
    .main-nav-c [class*=" icon-"] {
        font-size: 1.25em;
        line-height: 1em;
        position: absolute;
        right: .9375em;
        top: 50%;
        transform: translateY(-50%)
    }
    .main-nav-container {
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        display: none;
        overflow: auto;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9)
    }
    .main-nav-close {
        position: fixed;
        z-index: 1;
        right: 0;
        top: 0
    }
    .main-nav-block {
        padding-left: .9375em;
        padding-right: .9375em;
        padding-top: 2.8125em;
        padding-bottom: 2.8125em;
        text-align: center
    }
    .main-nav-block ul {
        padding-top: 1.875em;
        padding-bottom: 1.875em
    }
    .main-nav-block ul li {
        margin-bottom: 1.875em
    }
    .main-nav-block ul li:last-child {
        margin-bottom: 0
    }
    .main-nav-block ul li a {
        transition: all 100ms linear
    }
    .main-nav-block ul li a:hover {
        color: #00adef
    }
    .main-nav-block ul li.is-active a {
        color: #00adef
    }
}


/*footer*/

footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #fff;
}

footer {
    display: block
}

ol, ul, li {
    list-style-type: none;
}

.contact-section,
.footer-section{
    background: black;
}

.footer-container {
    padding-top: 1.875em;
    padding-bottom: 1.875em
}

.footer-logo img {
    display: inline-block;
    vertical-align: top
}

.footer-nav {
    color: #ccc
}

.footer-nav a {
    color: #ccc
}

.footer-nav li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #ccc;
    transition: all 300ms ease-out
}

.footer-nav li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 1px;
    background: #ccc;
    transition: all 300ms ease-out
}

.footer-nav li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-nav li a:hover:after {
    width: 100%;
    background: #fff
}

@media screen and (min-width: 900px) {
    .footer-container {
        display: flex;
        flex-wrap: wrap;
        margin-left: -.9375em;
        margin-right: -.9375em
    }
}

@media screen and (min-width: 900px) and (max-width: 899px) {
    .footer-container {
        margin-left: -.46875em;
        margin-right: -.46875em
    }
}

@media screen and (min-width: 900px) {
    .footer-logo {
        width: 100%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: .9375em;
        padding-right: .9375em
    }
}

@media screen and (min-width: 900px) and (max-width: 899px) {
    .footer-logo {
        padding-left: .46875em;
        padding-right: .46875em
    }
}

@media screen and (min-width: 900px) {
    .footer-logo img {
        max-height: 2.5em
    }
    .footer-logo-c {
        padding-right: .9375em
    }
    .footer-navs {
        width: 100%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: .9375em;
        padding-right: .9375em
    }
}

@media screen and (min-width: 900px) and (max-width: 899px) {
    .footer-navs {
        padding-left: .46875em;
        padding-right: .46875em
    }
}

@media screen and (min-width: 900px) {
    .footer-navs>.list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -.9375em;
        margin-right: -.9375em
    }
}

@media screen and (min-width: 900px) and (max-width: 899px) {
    .footer-navs>.list {
        margin-left: -.46875em;
        margin-right: -.46875em
    }
}

@media screen and (min-width: 900px) {
    .footer-navs>.list>.list-item {
        width: 100%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: .9375em;
        padding-right: .9375em
    }
}

@media screen and (min-width: 900px) and (max-width: 899px) {
    .footer-navs>.list>.list-item {
        padding-left: .46875em;
        padding-right: .46875em
    }
}

@media screen and (min-width: 900px) {
    .footer-nav li {
        margin-bottom: .9375em
    }
    .footer-nav li:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
    .footer-nav {
        font-size: .875em;
        line-height: 1.2em
    }
    .footer-nav li {
        margin-bottom: 1.07143em
    }
    .footer-nav li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 899px) {
    .footer-logo {
        margin-bottom: .9375em
    }
    .footer-logo img {
        height: 2em
    }
    .footer-navs>.list>.list-item {
        margin-bottom: .9375em
    }
    .footer-navs>.list>.list-item:last-child {
        margin-bottom: 0
    }
    .footer-nav {
        font-size: .875em;
        line-height: 1.2em;
        margin-bottom: -1.07143em
    }
    .footer-nav li {
        display: inline-block;
        vertical-align: top;
        margin-right: 1.07143em;
        margin-bottom: 1.07143em
    }
    .footer-nav li:last-child {
        margin-right: 0
    }
}

.lead-section {
    position: relative
}

@media screen and (min-width: 900px) {
    .lead-section {
        margin-bottom: 3.75em
    }
}

@media screen and (max-width: 899px) {
    .lead-section {
        margin-bottom: 2.8125em
    }
}

.lead-container {
    background: #fff;
    color: #000
}

.lead-container a {
    color: #000
}

@media screen and (min-width: 900px) {
    .lead-container {
        padding: 3.75em
    }
}

@media screen and (max-width: 899px) {
    .lead-container {
        padding-left: .9375em;
        padding-right: .9375em;
        padding-top: 1.875em;
        padding-bottom: 1.875em
    }
}

.lead-title {
    margin-bottom: 1.875em;
    text-align: center
}

.lead-title h2,
.lead-title .h2 {
    font-family: "MB Corpo A Title", serif
}

.lead-form {
    width: 30em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.lead-form .form-control-custom {
    background: #333;
    color: #fff
}

.lead-form .form-control-custom::-webkit-input-placeholder {
    color: #ccc
}

.lead-form .form-control-custom:-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.lead-form .form-control-custom::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.lead-form .form-control-custom:-ms-input-placeholder {
    color: #ccc
}

.lead-form .form-control-custom::-ms-input-placeholder {
    color: #ccc
}

.lead-form .form-checkboxes .checkbox-custom>input+.check-icon {
    border: 1px solid #333
}

.lead-form .form-checkboxes .checkbox-custom>input+.radio-icon {
    border: 1px solid #333
}

.lead-form .help-block-custom {
    color: #999
}

.lead-form .help-block-custom a {
    color: #999
}

.lead-form .form-button {
    text-align: center
}

.lead-form .button,
.lead-form a.button {
    color: #fff;
    min-width: 9.375em
}

@media screen and (max-width: 599px) {
    .lead-form .button,
    .lead-form a.button {
        display: block;
        width: 100%
    }
}

.lead-marketing-expand {
    position: relative;
    display: none;
    margin-top: .9375em;
    padding-top: .9375em
}

.lead-marketing-expand:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6
}

.lead-marketing-expand.is-active {
    display: block
}

.button.to-lead {
    position: fixed;
    right: 1.875em;
    bottom: 0em;
    display: block;
    min-width: 9.375em;
    background: #0088bc
}

.button.to-lead:hover {
    background: #006389
}

@media screen and (max-width: 899px) {
    .button.to-lead {
        right: .9375em
    }
}

.overlay {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7)
}

.overlay.is-active {
    display: block
}

.overlay-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30em;
    max-width: 100%;
    background: #fff;
    color: #333
}

.overlay-container a {
    color: #333
}

.overlay-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0
}

.overlay-title {
    margin-bottom: 1.40625em
}

.overlay-title h2,
.overlay-title .h2 {
    font-family: "MB Corpo A Title", serif
}

.overlay-block {
    position: relative;
    padding: 1.875em
}

.hotspots-figure {
    position: relative;
    padding-top: 56.25%;
    background-image: url(../images/hotspots-image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media screen and (min-width: 900px) {
    .hotspots-block {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
    .hotspots-block>.list>.list-item {
        display: none
    }
    .hotspots-block>.list>.list-item.is-active {
        display: block
    }
    .hotspot {
        position: absolute;
        z-index: 1;
        right: 2.8125em;
        bottom: 2.8125em;
        width: 33.33333%;
        background: #fff;
        color: #333
    }
    .hotspot a {
        color: #333
    }
    .hotspot-close {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0
    }
    .hotspot-title {
        margin-bottom: 1.40625em
    }
    .hotspot-container {
        position: relative;
        padding: 1.875em
    }
}

@media screen and (max-width: 899px) {
    .hotspots-block {
        margin-top: 1.875em
    }
    .hotspots-block>.list>.list-item {
        margin-bottom: 1.875em
    }
    .hotspots-block>.list>.list-item:last-child {
        margin-bottom: 0
    }
    .hotspot-close {
        display: none
    }
    .hotspot-title {
        margin-bottom: 1.40625em
    }
}

@media screen and (min-width: 900px) {
    .hotspots-nav>.list>.list-item.is-active .hotspot-nav-marker:before {
        display: block
    }
    .hotspot-nav-link:hover .hotspot-nav-marker:before {
        display: block
    }
    .hotspot-nav {
        position: absolute;
        transform: translate(-50%, -50%)
    }
    .hotspot-nav.is-first {
        left: 26.746%;
        top: 27.4286%
    }
    .hotspot-nav.is-second {
        left: 41.5079%;
        top: 31.1429%
    }
    .hotspot-nav.is-second .hotspot-nav-tooltip {
        width: auto;
        white-space: nowrap
    }
    .hotspot-nav.is-third {
        left: 52.3651%;
        top: 29.2857%
    }
    .hotspot-nav.is-fourth {
        left: 50.5556%;
        top: 47.4286%
    }
    .hotspot-nav.is-fifth {
        left: 40.3175%;
        top: 65.8571%
    }
    .hotspot-nav-marker {
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 3px solid #00adef
    }
    .hotspot-nav-marker:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00adef
    }
    .hotspot-nav-tooltip {
        position: absolute;
        left: 50%;
        top: -.9375em;
        transform: translate(-50%, -100%);
        opacity: 0.8;
        width: 9.375em;
        padding-left: .9375em;
        padding-right: .9375em;
        padding-top: .46875em;
        padding-bottom: .46875em;
        background: #000;
        text-align: center
    }
    .hotspot-nav-tooltip:before {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 100%);
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #000;
        position: absolute
    }
    .hotspot-nav-tooltip p {
        font-size: .875em;
        line-height: 1.2em
    }
}

@media screen and (max-width: 899px) {
    .hotspots-nav {
        display: none
    }
}
