.btn,
a:hover {
    cursor: pointer
}

.btn-default,
body {
    background-color: #fff
}

.btn,
.nb-link--semiad-btn {
    white-space: nowrap;
    user-select: none
}

.bigfoot-dark,
.boxes,
.btn-block,
.clearall,
.nb-brands,
.nb-extras--2:after {
    clear: both
}

body {
    overflow-x: hidden;
    overflow-y: scroll !important
}

.bigfoot-dark,
.nb-extras,
.noscroll,
header {
    overflow: hidden
}

a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
p,
select,
span {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #232323;
    margin: 0;
    padding: 0
}

a,
a:hover {
    color: #333
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-family: Ubuntu, sans-serif;
    font-weight: 700
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: 1em;
    text-decoration: none
}

h1 {
    font-size: 3em
}

h2 {
    font-size: 2.5em
}

h3 {
    font-size: 2.2em
}

h4 {
    font-size: 1.8em
}

h5 {
    font-size: 1.6em
}

h6 {
    font-size: 1.5em
}

p {
    font-size: 1.4em;
    margin: 1em 0 0
}

p strong {
    font-size: 1em;
    font-weight: 600
}

h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p {
    margin-top: 1em !important
}

.header-inner,
section {
    margin: 0 auto;
    width: 80%
}

.center {
    text-align: center
}

.right {
    text-align: right !important
}

.hidden {
    display: none
}

.visible {
    display: block
}

.visible-cell-desktop {
    display: table-cell
}

.visible-phone-inline,
li.visible-phone {
    display: none
}

.hidden-tablet {
    display: block
}

.visible-tablet {
    display: none
}

.hidden-tablet-inline {
    display: inline-block
}

.hidden-desktop {
    display: none !important
}

.hidden-mobile {
    display: block
}

iframe[name=google_conversion_frame] {
    max-height: 0
}

.brand-color {
    color: #2DA7DE
}

.noscroll {
    right: 0;
    left: 0
}

@media (max-width:98em) {

    .header-inner,
    section {
        width: 95%
    }

    .hidden-tablet {
        display: none
    }

    .visible-tablet {
        display: block
    }
}

@media (min-width:48em) {
    .hidden-desktop {
        display: none
    }
}

@media (max-width:48em) {

    .header-inner,
    section {
        width: 100%
    }

    .hidden-mobile,
    .hidden-phone,
    .hidden-phone-inline {
        display: none
    }

    .visible-phone {
        display: block
    }

    .visible-cell-desktop {
        display: none !important
    }
}

@media (min-width:1600px) {

    .header-inner,
    .popup-box,
    section {
        width: 1280px
    }
}

.breadcrumbs {
    background: #fff;
    border-bottom: 1px solid #ebebec;
    padding: 1em 0
}

.btn,
.btn-brand.active,
.btn-brand:active,
.btn-default.active,
.btn-default:active,
.btn-green.active,
.btn-green:active,
.open>.dropdown-toggle.btn-brand,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-green {
    background-image: none
}

ul.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.breadcrumb li {
    display: inline-block;
    margin: 0;
    padding: 0
}

ul.breadcrumb li a,
ul.breadcrumb li a span,
ul.breadcrumb li span {
    margin: 0;
    padding: 0;
    color: #85878a;
    font-size: 1.3em;
    font-weight: 500
}

.breadcrumbs p {
    color: #333;
    font-size: 1.3em
}

.breadcrumbs p strong {
    font-weight: 600
}

.breadcrumbs p a,
.breadcrumbs p a:hover {
    font-weight: 600;
    color: #85878a;
    font-size: 1em;
    text-decoration: underline
}

ul.breadcrumb li a {
    text-decoration: none
}

ul.breadcrumb li a:hover {
    text-decoration: underline
}

ul.breadcrumb li a span {
    font-weight: 600;
    font-size: 1em
}

ul.breadcrumb li div.divider {
    color: #85878a;
    font-size: 1em;
    display: inline-block;
    margin: 0 .2em;
    padding: 0
}

.breadcrumbs p {
    margin: 0
}

@media (max-width:48em) {
    .breadcrumbs {
        display: none
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
    animation-name: focus-blue;
    animation-duration: .7s
}

.btn-full {
    display: block
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-brand {
    color: #fff;
    background-color: #66DE90;
    border-color: #66DE90
}

.btn-brand.active,
.btn-brand.focus,
.btn-brand:active,
.btn-brand:focus,
.btn-brand:hover,
.open>.dropdown-toggle.btn-brand {
    color: #fff;
    background-color: #062655;
    border-color: #062655
}

.btn-brand.active.focus,
.btn-brand.active:focus,
.btn-brand.active:hover,
.btn-brand:active.focus,
.btn-brand:active:focus,
.btn-brand:active:hover,
.open>.dropdown-toggle.btn-brand.focus,
.open>.dropdown-toggle.btn-brand:focus,
.open>.dropdown-toggle.btn-brand:hover {
    color: #fff;
    background-color: #49a469;
    border-color: #49a469
}

.btn-brand.disabled.focus,
.btn-brand.disabled:focus,
.btn-brand.disabled:hover,
.btn-brand[disabled].focus,
.btn-brand[disabled]:focus,
.btn-brand[disabled]:hover,
fieldset[disabled] .btn-brand.focus,
fieldset[disabled] .btn-brand:focus,
fieldset[disabled] .btn-brand:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-green {
    color: #fff;
    background-color: #66DE90;
    border-color: #66DE90;
    font-weight: 600
}

.btn-green.active,
.btn-green.focus,
.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.open>.dropdown-toggle.btn-green {
    background-color: #062655;
    border-color: #062655;
    color: #fff
}

.btn-green.focus,
.btn-green:focus {
    animation-name: focus-green;
    animation-duration: .7s
}

.btn-green.active.focus,
.btn-green.active:focus,
.btn-green.active:hover,
.btn-green:active.focus,
.btn-green:active:focus,
.btn-green:active:hover,
.open>.dropdown-toggle.btn-green.focus,
.open>.dropdown-toggle.btn-green:focus,
.open>.dropdown-toggle.btn-green:hover {
    color: #fff;
    background-color: #49a469;
    border-color: #49a469
}

.btn-green.disabled.focus,
.btn-green.disabled:focus,
.btn-green.disabled:hover,
.btn-green[disabled].focus,
.btn-green[disabled]:focus,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green.focus,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn.btn-cta,
.btn.btn-product {
    box-sizing: border-box;
    background: #66DE90;
    border: none;
    border-bottom: .2em solid #062655;
    border-radius: .2em;
    color: #fff;
    font-size: 2.4em;
    line-height: 1.8em;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    padding: .5em 1.2em !important;
    text-decoration: none;
    width: 100%
}

.btn.btn-cta:hover,
.btn.btn-product:hover {
    color: #fff;
    background: #d7e7fe;
    box-shadow: 0 0 4px 2px rgba(3, 166, 240, .15)
}

.btn.btn-product {
    position: relative;
    font-size: 1.8em;
    text-align: left
}

.btn.btn-product i.fa {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(0, -50%)
}

@media (max-width:48em) {
    .btn.btn-cta {
        font-size: 2em;
        width: 100%
    }

    .go-top {
        opacity: 0 !important
    }
}

.go-top {
    background: #fff;
    border: 1px solid #ebebec;
    position: fixed;
    bottom: 2em;
    right: 2em;
    padding: 1em;
    display: none;
    z-index: 9999
}

.go-top p {
    color: #232323;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0
}

.go-top p .fa {
    color: #232323;
    padding-right: .5em
}

.go-top:hover {
    background: #fafafa;
    cursor: pointer
}

header {
    border-bottom: 1px solid #ebebec;
    padding: 20px 0;
    position: relative;
    z-index: 5000
}

header .header-icon img {
    height: 48px;
    transform-origin: 50% 50%
}

header.no-shadow {
    border-bottom: none
}

header .desktop-menu {
    display: block
}

.mobile-menu {
    display: none
}

header ul.nav {
    list-style: none;
    margin: 0;
    padding: 0
}

header ul.nav li {
    display: inline-block;
    text-align: center;
    width: auto
}

header ul.nav li a {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 30px;
    color: #1a1a1e;
    margin: auto 17px;
    text-decoration: none;
    position: relative
}

.columnlist ul li.columnlist-letter,
.dictionary-item p {
    font-weight: 600
}

header ul.nav li:last-of-type a {
    margin-right: 0
}

header ul.nav li a:hover:after {
    width: 100%;
    left: 0
}

header ul.nav li a:after {
    content: "";
    display: block;
    height: 3px;
    left: 0;
    bottom: -5px;
    position: absolute;
    background: #0351ff;
    transition: width .4s ease 0s, left .4s ease 0s;
    width: 0
}

header ul.nav li.active a:after {
    width: 100%
}

header ul.nav li .fa {
    display: none
}

.mobile-menu {
    background: left bottom #fff;
    padding: 4em 0;
    background-size: cover;
    box-sizing: border-box;
    position: absolute;
    z-index: 90000;
    width: 100%
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 8000
}

.mobile-menu ul li a {
    display: block;
    color: #0351ff;
    font-size: 22px;
    padding: 10px 2em;
    text-align: center;
    z-index: 5000
}

.mobile-menu ul li .fa {
    display: none
}

#nb-hamburger {
    display: none;
    width: 30px;
    height: 18px;
    margin: 0 0 0 auto;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

#nb-hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #1a1a1e;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out
}

#nb-hamburger span:nth-child(1) {
    top: 0
}

#nb-hamburger span:nth-child(2),
#nb-hamburger span:nth-child(3) {
    top: 9px
}

#nb-hamburger span:nth-child(4) {
    top: 18px
}

#nb-hamburger.open span:nth-child(1),
#nb-hamburger.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%
}

#nb-hamburger.open span:nth-child(2) {
    transform: rotate(45deg)
}

#nb-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg)
}

@media (max-width:78em) {
    header {
        padding: 20px 2em
    }
}

@media (max-width:48em) {
    #nb-hamburger {
        display: inline-block
    }

    .mobile-menu,
    header .desktop-menu {
        display: none
    }
}

@media (min-width:48em) {
    header .desktop-menu {
        display: block
    }

    .mobile-menu {
        display: none
    }
}

.table {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    display: flex;
    flex-flow: row wrap;
    -ms-align-content: flex-start;
    align-content: flex-start
}

.opera-only :-o-prefocus,
.table {
    word-spacing: -.43em
}

.table-cell {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.table.table-vertical {
    align-items: center
}

.table.table-vertical .table-cell {
    vertical-align: middle
}

.cell-1-2,
.cell-1-3,
.cell-1-4,
.cell-1-6,
.cell-10,
.cell-2-3,
.cell-20,
.cell-3-4,
.cell-30,
.cell-33,
.cell-40,
.cell-60,
.cell-70,
.cell-80 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.cell-1-2 {
    width: 50%
}

.cell-1-3 {
    width: 33.3333%
}

.cell-2-3 {
    width: 66.6667%
}

.cell-1-4 {
    width: 25%
}

.cell-3-4 {
    width: 75%
}

.cell-10 {
    width: 10%
}

.cell-20 {
    width: 20%
}

.cell-1-6 {
    width: 16.6667%
}

.cell-33 {
    width: 33.3333%
}

.cell-30 {
    width: 30%
}

.cell-40 {
    width: 40%
}

.cell-60 {
    width: 60%
}

.cell-70 {
    width: 70%
}

.cell-80 {
    width: 80%
}

.cell-1 {
    width: 100%
}

.cell-right {
    text-align: right
}

@media screen and (max-width:98em) {

    .cell-lg-1-2,
    .cell-lg-1-3,
    .cell-lg-1-4,
    .cell-lg-1-6,
    .cell-lg-10,
    .cell-lg-2-3,
    .cell-lg-20,
    .cell-lg-3-4,
    .cell-lg-30,
    .cell-lg-33,
    .cell-lg-40,
    .cell-lg-60,
    .cell-lg-70,
    .cell-lg-80 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .cell-lg-1-2 {
        width: 50%
    }

    .cell-lg-1-3 {
        width: 33.3333%
    }

    .cell-lg-2-3 {
        width: 66.6667%
    }

    .cell-lg-1-4 {
        width: 25%
    }

    .cell-lg-3-4 {
        width: 75%
    }

    .cell-lg-10 {
        width: 10%
    }

    .cell-lg-20 {
        width: 20%
    }

    .cell-lg-1-6 {
        width: 16.6667%
    }

    .cell-lg-33 {
        width: 33.3333%
    }

    .cell-lg-30 {
        width: 30%
    }

    .cell-lg-40 {
        width: 40%
    }

    .cell-lg-60 {
        width: 60%
    }

    .cell-lg-70 {
        width: 70%
    }

    .cell-lg-80 {
        width: 80%
    }

    .cell-lg-1 {
        width: 100%
    }
}

@media screen and (max-width:70em) {

    .cell-md-1-2,
    .cell-md-1-3,
    .cell-md-1-4,
    .cell-md-1-6,
    .cell-md-10,
    .cell-md-2-3,
    .cell-md-20,
    .cell-md-3-4,
    .cell-md-30,
    .cell-md-33,
    .cell-md-40,
    .cell-md-60,
    .cell-md-70,
    .cell-md-80 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .cell-md-1-2 {
        width: 50%
    }

    .cell-md-1-3 {
        width: 33.3333%
    }

    .cell-md-2-3 {
        width: 66.6667%
    }

    .cell-md-1-4 {
        width: 25%
    }

    .cell-md-3-4 {
        width: 75%
    }

    .cell-md-10 {
        width: 10%
    }

    .cell-md-20 {
        width: 20%
    }

    .cell-md-1-6 {
        width: 16.6667%
    }

    .cell-md-33 {
        width: 33.3333%
    }

    .cell-md-30 {
        width: 30%
    }

    .cell-md-40 {
        width: 40%
    }

    .cell-md-60 {
        width: 60%
    }

    .cell-md-70 {
        width: 70%
    }

    .cell-md-80 {
        width: 80%
    }

    .cell-md-1 {
        width: 100%
    }
}

@media screen and (max-width:78em) {

    .cell-sm-1-2,
    .cell-sm-1-3,
    .cell-sm-1-4,
    .cell-sm-1-6,
    .cell-sm-10,
    .cell-sm-2-3,
    .cell-sm-20,
    .cell-sm-3-4,
    .cell-sm-30,
    .cell-sm-33,
    .cell-sm-40,
    .cell-sm-60,
    .cell-sm-70,
    .cell-sm-80 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .cell-sm-1-2 {
        width: 50%
    }

    .cell-sm-1-3 {
        width: 33.3333%
    }

    .cell-sm-2-3 {
        width: 66.6667%
    }

    .cell-sm-1-4 {
        width: 25%
    }

    .cell-sm-3-4 {
        width: 75%
    }

    .cell-sm-10 {
        width: 10%
    }

    .cell-sm-20 {
        width: 20%
    }

    .cell-sm-1-6 {
        width: 16.6667%
    }

    .cell-sm-33 {
        width: 33.3333%
    }

    .cell-sm-30 {
        width: 30%
    }

    .cell-sm-40 {
        width: 40%
    }

    .cell-sm-60 {
        width: 60%
    }

    .cell-sm-70 {
        width: 70%
    }

    .cell-sm-80 {
        width: 80%
    }

    .cell-sm-1 {
        width: 100%
    }

    .table-flip {
        display: flex
    }

    .table-flip .cell-flip-1 {
        order: 1
    }

    .table-flip .cell-flip-2 {
        order: 2
    }
}

@media screen and (max-width:750px) {

    .cell-xs-1-2,
    .cell-xs-1-3,
    .cell-xs-1-4,
    .cell-xs-1-6,
    .cell-xs-10,
    .cell-xs-2-3,
    .cell-xs-20,
    .cell-xs-3-4,
    .cell-xs-30,
    .cell-xs-33,
    .cell-xs-40,
    .cell-xs-60,
    .cell-xs-70,
    .cell-xs-80 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .cell-xs-1-2 {
        width: 50%
    }

    .cell-xs-1-3 {
        width: 33.3333%
    }

    .cell-xs-2-3 {
        width: 66.6667%
    }

    .cell-xs-1-4 {
        width: 25%
    }

    .cell-xs-3-4 {
        width: 75%
    }

    .cell-xs-10 {
        width: 10%
    }

    .cell-xs-20 {
        width: 20%
    }

    .cell-xs-1-6 {
        width: 16.6667%
    }

    .cell-xs-33 {
        width: 33.3333%
    }

    .cell-xs-30 {
        width: 30%
    }

    .cell-xs-40 {
        width: 40%
    }

    .cell-xs-60 {
        width: 60%
    }

    .cell-xs-70 {
        width: 70%
    }

    .cell-xs-80 {
        width: 80%
    }

    .cell-xs-1 {
        width: 100%
    }

    .table-flip {
        display: flex
    }

    .table-flip .cell-flip-1 {
        order: 1
    }

    .table-flip .cell-flip-2 {
        order: 2
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .table-flip {
        display: flex;
        display: -webkit-flex
    }

    .table-flip .cell-flip-1 {
        order: 1;
        -webkit-order: 1
    }

    .table-flip .cell-flip-2 {
        order: 2;
        -webkit-order: 2
    }
}

.diagonal {
    background: repeating-linear-gradient(-55deg, #f4f4f4, #f4f4f4 10px, #fff 10px, #fff 20px)
}

.diagonal-green {
    background: repeating-linear-gradient(-55deg, #30d576, #30d576 10px, #2ecc71 10px, #2ecc71 20px)
}

h1+.columnlist,
h2+.columnlist,
h3+.columnlist,
h4+.columnlist,
h5+.columnlist,
h6+.columnlist,
p+.columnlist,
span+.columnlist {
    margin-top: 1em
}

.columnlist+h1,
.columnlist+h2,
.columnlist+h3,
.columnlist+h4,
.columnlist+h5,
.columnlist+h6,
.columnlist+p,
.columnlist+span {
    margin-bottom: 1em
}

.columnlist ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.columnlist ul>li {
    display: inline-block;
    width: 100%
}

div.columnlist {
    -ms-column-count: 6;
    -o-column-count: 6;
    column-count: 6;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    column-gap: 15px;
    columns: 6
}

div.columnlist.columnlist-4-2 {
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -ms-column-gap: 10px;
    -o-column-gap: 10px;
    column-gap: 10px;
    columns: 4
}

div.columnlist.columnlist-3-2 {
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -ms-column-gap: 10px;
    -o-column-gap: 10px;
    column-gap: 10px;
    columns: 3
}

.dictionary-item {
    background: #fafafa;
    border-bottom: 2px solid #d0d1d5;
    padding: 2em
}

div.columnlist ul li p {
    margin-top: .5em !important;
    margin-bottom: .5em !important
}

.dictionary-item span {
    font-size: 1.5em
}

.dictionary-item span a {
    font-size: 1em
}

@media screen and (max-width:98em) {
    div.columnlist {
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
        -ms-column-gap: 15px;
        -o-column-gap: 15px;
        column-gap: 15px;
        columns: 4
    }

    div.columnlist.columnlist-4-2 {
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
        -ms-column-gap: 10px;
        -o-column-gap: 10px;
        column-gap: 10px;
        columns: 4
    }

    div.columnlist.columnlist-3-2 {
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
        -ms-column-gap: 10px;
        -o-column-gap: 10px;
        column-gap: 10px;
        columns: 3
    }
}

.nb-link--semiad {
    color: #3b3f48;
    text-align: left;
    box-sizing: border-box
}

.nb-link--semiad-img {
    margin-right: 10px
}

.nb-link--semiad-img img {
    width: 100%
}

.nb-link-semiad-pre {
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 10px
}

.nb-link--semiad-box {
    background: #fff;
    border: 1px solid #dddfe2;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .02), 0 1px 2px rgba(0, 0, 0, .14);
    display: inline-block;
    padding: 10px;
    box-sizing: border-box
}

.nb-link--semiad-body p,
.nb-link--semiad-body span {
    font-size: 1.4em;
    margin: 0;
    box-sizing: border-box
}

.nb-link--semiad-body-header {
    font-weight: 600;
    margin-bottom: 10px !important
}

.nb-link--semiad-body span {
    display: block;
    font-weight: 600;
    margin-top: 10px
}

.nb-link--semiad-body span a,
.nb-link--semiad-body span a:visited {
    font-size: 1em;
    font-weight: 400;
    color: #3b3f48;
    text-decoration: none
}

.nb-link--semiad-body p a,
.nb-link--semiad-body p a:visited {
    font-size: 1em;
    color: #0059b3;
    text-decoration: none
}

.nb-link--semiad-body p a:hover,
.nb-link--semiad-body span a:hover {
    text-decoration: underline
}

.nb-link--semiad-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px
}

.nb-extras--btn,
.nb-link--semiad--big .nb-link--semiad-btn {
    white-space: normal !important;
    line-height: 22px !important;
    box-sizing: border-box
}

.nb-link--semiad-btn:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.nb-link--semiad-btn:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

p.nb-link--semiad-site {
    font-size: 1.3em;
    font-weight: 400
}

p.nb-link--semiad-site a,
p.nb-link--semiad-site a:hover,
p.nb-link--semiad-site a:visited,
p.nb-link-semiad-pre a,
p.nb-link-semiad-pre a:hover,
p.nb-link-semiad-pre a:visited {
    font-size: 1em;
    font-weight: 600;
    color: #006621
}

.nb-link--semiad--big,
.nb-link--semiad-box,
.nb-order--page-box {
    box-sizing: border-box
}

.nb-link--semiad--big a,
.nb-link--semiad--big a h2,
.nb-link--semiad--big a p,
.nb-link--semiad--big a span {
    text-decoration: none !important
}

.nb-link--semiad--big .nb-link--semiad-box {
    background: #fffedd !important;
    padding: 20px !important
}

.nb-link--semiad--big img {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box
}

.nb-link--semiad--big .nb-link--semiad-body p,
.nb-link--semiad--big .nb-link--semiad-body span {
    font-size: 1.6em !important
}

.nb-link--semiad--big .nb-link--semiad-body p a,
.nb-link--semiad--big .nb-link--semiad-body p a:visited {
    font-weight: 400 !important
}

.nb-link--semiad--big .nb-link--semiad-body span a,
.nb-link--semiad--big .nb-link--semiad-body span a:visited {
    font-weight: 600 !important
}

.nb-link--semiad--big .nb-link--semiad-btn {
    padding: 18px !important;
    font-size: 18px !important;
    margin-top: 20px !important;
    text-align: center !important;
    width: 100% !important
}

.cell-regular-right,
.table-cell-right {
    text-align: right
}

.nb-link--semiad--big h2.nb-link--semiad-body-header a {
    color: #3b3f48 !important
}

.nb-link--semiad--big a:hover,
.nb-link--semiad--big p.nb-link-semiad-pre a {
    text-decoration: underline !important
}

.bigfoot-dark p a.btn:hover,
.nb-extras--item a,
.nb-extras--services-item a {
    text-decoration: none
}

@media (max-width:48em) {
    .nb-link--semiad-box {
        width: 100%;
        max-width: 100%
    }

    .nb-link--semiad-img {
        margin-right: 0
    }

    .nb-link--semiad-img img {
        width: 33.33%;
        margin-bottom: 10px
    }

    .nb-link--semiad--big .nb-link--semiad-img img {
        width: 100%;
        margin-bottom: 20px
    }

    .nb-link--semiad--big h2.nb-link--semiad-body-header {
        font-size: 2em
    }

    .nb-link--semiad--big .nb-link--semiad-body p,
    .nb-link--semiad--big .nb-link--semiad-body span {
        font-size: 1.4em !important
    }

    .nb-link--semiad--big .nb-link--semiad-btn {
        padding: 16px !important;
        font-size: 16px !important
    }
}

.table-regular {
    display: table !important
}

.table-regular-block {
    width: 100%
}

.table-regular-right {
    float: right !important
}

.table-regular .table-row {
    display: table-row;
    width: 100%
}

.table-regular .table-row-group {
    display: table-row-group
}

.table-regular-cell {
    display: table-cell;
    vertical-align: middle !important
}

.cell-regular-1-2 {
    width: 50%
}

.cell-regular-1-3 {
    width: 33.33%
}

.cell-regular-2-3 {
    width: 66.66%
}

.cell-regular-1-4 {
    width: 25%
}

.cell-regular-3-4 {
    width: 75%
}

.cell-regular-10 {
    width: 10%
}

.cell-regular-15 {
    width: 15%
}

.cell-regular-20 {
    width: 20%
}

.cell-regular-1-6 {
    width: 16.666666%
}

.cell-regular-33 {
    width: 33.333333%
}

.cell-regular-70 {
    width: 70%
}

.cell-regular-30 {
    width: 30%
}

.cell-regular-35 {
    width: 35%
}

.cell-regular-45 {
    width: 45%
}

.cell-regular-80 {
    width: 80%
}

.cell-regular-60 {
    width: 60%
}

.cell-regular-40 {
    width: 40%
}

.cell-regular-1 {
    display: block !important;
    width: 100% !important
}

.cell-relative {
    position: relative;
    z-index: 500
}

.cell-center {
    text-align: center
}

.table-center {
    margin: 0 auto
}

.table-padding-bottom,
.table-padding-left,
.table-padding-right,
.table-padding-top {
    padding-bottom: 1em
}

.cell-top,
.table-top .table-cell {
    vertical-align: top !important
}

.cell-vertical,
.table-top .table-cell.cell-vertical {
    vertical-align: middle !important
}

.cell-regular-top,
.cell-top-left-10,
.nb-steps .table-regular-cell {
    vertical-align: top !important
}

.table-float-right {
    float: right
}

.cell-divider {
    padding: 1em
}

.gutter-1-2 {
    padding: .5em
}

.table-regular .table-regular-cell.visible-phone {
    display: none !important
}

.cell-top-left-10 {
    text-align: left;
    padding-left: 10px !important
}

@media (max-width:1100px) {

    .table-regular .cell-regular-responsive-tablet,
    .table-regular.table-regular-responsive-tablet .table-cell-regular {
        display: block;
        width: 100%
    }
}

@media (max-width:48em) {

    .table-regular .regular-cell-responsive,
    .table-regular.table-regular-responsive .table-regular-cell {
        display: block;
        width: 100% !important
    }

    .cell-divider {
        padding: 0
    }

    .table-regular .table-regular-cell.hidden-phone {
        display: none !important
    }

    .table-regular .table-regular-cell.visible-phone {
        display: block !important
    }

    .cell-top-left-10 {
        padding-left: 0;
        padding-top: 10px
    }
}

#nb-hero,
body,
html {
    width: 100%;
    height: 100%
}

#nb-hero {
    min-height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

#nb-hero.nb-hero-clip {
    height: 90%;
    min-height: 800px;
    clip-path: polygon(0 0, 3600px 0, 3600px 87%, 0 100%)
}

#nb-hero header {
    background: 0 0 !important;
    border-bottom: none !important;
    box-shadow: none !important
}

.nb-hero--inner {
    margin: 0;
    top: 50%;
    left: 50%;
    width: 600px;
    transform: translate(-50%, -60%);
    box-sizing: border-box
}

.nb-hero--footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 2em
}

#nb-hero.nb-hero-dbg .nb-hero--inner {
    padding: 2em;
    background: rgba(0, 0, 0, .5);
    border-radius: 2em
}

@media screen and (max-width:48em) {

    div.columnlist,
    div.columnlist.columnlist-3-2,
    div.columnlist.columnlist-4-2 {
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -ms-column-gap: 15px;
        -o-column-gap: 15px;
        column-gap: 15px;
        columns: 2
    }

    #nb-hero {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative
    }

    #nb-hero,
    #nb-hero.nb-hero-clip {
        height: auto;
        min-height: auto
    }

    .nb-hero--inner {
        position: relative;
        top: 0;
        left: 0;
        width: 70%;
        transform: none;
        padding: 2em;
        margin: 0 auto
    }

    .nb-hero--footer {
        display: none
    }

    #nb-hero.nb-hero-dbg .nb-hero--inner {
        padding: 2em;
        background: rgba(0, 0, 0, 0);
        border-radius: 0
    }
}

@media screen and (max-width:45em) {
    .nb-hero--inner {
        width: 100%
    }
}

.nb-hero--inner {
    position: relative;
    font-size: 1em
}

.nb-hero--inner img.nb-hero--red-dot {
    position: absolute;
    top: -75px;
    right: -75px;
    width: 150px
}

.nb-hero--inner h2 {
    font-size: 5em;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 0 #000
}

@media screen and (max-width:48em) {
    .nb-hero--inner h2 {
        font-size: 3em
    }

    #nb-hero.nb-hero-dbg.nb-hero--dabadee header {
        background: #1b2031 !important
    }

    #nb-hero.nb-hero--dabadee {
        background-image: none !important
    }

    #nb-hero.nb-hero-dbg.nb-hero--dabadee .nb-hero--inner {
        background: 0 0
    }

    #nb-hero.nb-hero--dabadee,
    #nb-hero.nb-hero-dbg.nb-hero--dabadee {
        background: #3d445d !important;
        background: linear-gradient(135deg, #3d445d 0, #6f7ca9 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d445d', endColorstr='#6f7ca9', GradientType=1) !important
    }
}

.nb-hero--footer .fa {
    font-size: 5em;
    color: #fff
}

#nb-hero.nb-hero-clip .nb-hero--footer {
    display: none
}

.bounce {
    animation: bounce 5s ease-in-out 2s infinite
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-16px)
    }

    60% {
        transform: translateY(-15px)
    }
}

#nb-megashark {
    min-height: 800px;
    height: 1100px;
    max-height: 1100px;
    padding-bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

#nb-megashark.nb-megashark-clip {
    height: 100%;
    min-height: 800px;
    clip-path: polygon(0 0, 3600px 0, 3600px 87%, 0 100%)
}

#nb-megashark header {
    background: 0 0 !important;
    border-bottom: none !important
}

.nb-megashark--inner {
    padding: 4em 0;
    margin: 0;
    box-sizing: border-box
}

@media screen and (max-width:78em) {

    #nb-megashark,
    #nb-megashark.nb-megashark-clip {
        height: auto;
        min-height: auto
    }

    .nb-megashark--inner {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
        padding: 2em;
        margin: 0 auto
    }

    .nb-megashark--table .nb-megashark--table-cell-1,
    .nb-megashark--table .nb-megashark--table-cell-2 {
        width: 50% !important
    }
}

@media screen and (max-width:850px) {
    #nb-megashark {
        background-size: contain !important;
        min-height: auto;
        height: auto;
        max-height: none
    }

    .nb-megashark--table .nb-megashark--table-cell-1,
    .nb-megashark--table .nb-megashark--table-cell-2 {
        display: block;
        width: 100% !important
    }
}

@media screen and (max-width:30em) {
    #nb-megashark {
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        position: relative
    }
}

@media screen and (max-width:45em) {
    .nb-megashark--inner {
        width: 100%
    }
}

.nb-megashark--billboard {
    padding: 4em 0;
    width: 70%
}

.nb-megashark--billboard h2,
.nb-megashark--billboard h3 {
    color: #333
}

.nb-megashark--billboard h2 {
    font-size: 6em
}

.nb-megashark--billboard h3 {
    margin-top: 20px
}

@media screen and (max-width:78em) {
    .nb-megashark--billboard h2 {
        font-size: 5em
    }

    .nb-megashark--billboard {
        width: 100%;
        padding: 2em
    }
}

@media screen and (max-width:850px) {
    .nb-megashark--billboard {
        width: 60%
    }

    .nb-megashark--billboard h2 {
        font-size: 3em
    }

    #nb-megashark.nb-megashark--dabadee header {
        background: #fff !important
    }

    #nb-megashark.nb-megashark--dabadee {
        background-image: none !important
    }

    #nb-megashark.nb-megashark--dabadee .nb-megashark--inner {
        background: 0 0;
        padding: 1em
    }

    #nb-megashark.nb-megashark--dabadee {
        background: #3d445d !important;
        background: linear-gradient(135deg, #3d445d 0, #6f7ca9 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d445d', endColorstr='#6f7ca9', GradientType=1) !important
    }

    #nb-megashark.nb-megashark--dabadee .nb-megashark--billboard {
        display: none
    }

    #nb-megashark.nb-megashark--dabadee .leazard {
        background: 0 0;
        box-shadow: none
    }
}

@media screen and (max-width:550px) {
    .nb-megashark--billboard {
        width: 80%
    }
}

@media screen and (max-width:450px) {
    .nb-megashark--billboard {
        width: 100%
    }
}

.nb-megashark--inner {
    position: relative;
    font-size: 1em
}

.nb-megashark--inner h2 {
    font-size: 5em;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.bigfoot-dark .btn.btn-join:hover,
.boxes .nb--big-ass-button:hover,
.nb--big-ass-button:hover {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.nb-steps {
    background: #fff;
    border-bottom: 1px solid #ebebec;
    text-align: center;
    padding: 6em 0
}

.nb-step {
    padding: 2em
}

.nb-step p,
.nb-step span {
    margin: 0
}

.nb-steps p {
    font-weight: 600
}

.nb-step p {
    color: #232323;
    font-size: 2.6em;
    margin-bottom: 20px
}

.nb-step span {
    color: #444;
    font-size: 1.8em
}

@media screen and (max-width:48em) {
    .nb-steps {
        padding: 2em 0
    }

    .nb-step p {
        color: #232323;
        font-size: 2.3em;
        margin-bottom: 20px
    }

    .nb-step span {
        color: #444;
        font-size: 1.5em
    }
}

.nb-extras {
    margin-top: 20px;
    text-align: left
}

.nb-extras--blue {
    background: #edf2fe
}

.nb-extras--pretext h2,
.nb-extras--pretext p {
    color: #484848
}

.nb-extras--pretext h2 {
    font-size: 20px !important;
    margin: 0 !important
}

.nb-extras--pretext p {
    font-size: 15px !important;
    margin: 5px 0 0 !important
}

.nb-extras--2 {
    margin: 20px 0;
    padding: 0
}

.nb-extras--1 .nb-extras--item {
    width: 100%
}

.nb-extras--2 .nb-extras--item {
    width: 50%
}

.nb-extras--3 .nb-extras--item {
    width: 33%
}

.nb-extras--2>.nb-extras--item:nth-child(1) {
    padding-right: 5px
}

.nb-extras--2>.nb-extras--item:nth-child(2) {
    padding-left: 5px
}

.nb-extras--item {
    display: inine-block;
    float: left;
    box-sizing: border-box
}

.nb-extras--item-image-wrapper {
    display: block;
    position: relative
}

.nb-extras--item-icon {
    position: absolute;
    width: 35px;
    right: 10px;
    bottom: -18px
}

.nb-extras--item-image {
    width: 100%
}

.nb-extras--item-text {
    padding: 10px 0 0
}

.nb-extras--item-text span {
    font-size: 13px;
    font-weight: 600;
    color: #333
}

.nb-extras--item-text p {
    color: #0059b3;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 0
}

.nb-extras--btn,
.nb-extras--services-btn .btn.btn-default {
    font-weight: 600;
    color: #fff;
    transition: all .2s ease-in-out
}

.nb-extras--btn {
    display: block;
    border-radius: 5px;
    padding: 18px !important;
    font-size: 18px !important;
    margin-top: 20px !important;
    text-align: center !important;
    width: 100% !important
}

.nb-extras--btn.nb-extras--btn-orange {
    background-color: #ff6300;
    background-image: linear-gradient(45deg, #ff6300 37%, #ff4600 100%)
}

.nb-extras--services {
    clear: both;
    padding: 10px 0 0;
    box-sizing: border-box
}

.nb-extras--services-list {
    margin: 0 0 20px;
    box-sizing: border-box
}

.nb-extras--services-list-header {
    margin: 10px 0 20px;
    text-align: center
}

.nb-extras--services-list-header p {
    margin: 0;
    font-size: 14px
}

.nb-extras--services-item-inner img {
    width: 50px;
    display: block;
    margin: 0
}

.nb-extras--services-item-inner svg {
    width: 30px;
    margin: 0
}

.nb-extras--services-item-inner p {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.nb-extras--services-item-inner span {
    font-size: 14px
}

.nb-extras--services-item {
    background: #fff;
    border: 1px solid #f1f4f7;
    border-radius: 0;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 5px
}

.nb-extras--services-item:hover {
    border-color: #0059b3
}

.nb-extras--services-item-inner {
    padding: 5px
}

.nb-extras--services-item-inner-text {
    padding: 0 10px
}

.nb-extras--services-item-table {
    display: table;
    width: 100%
}

.nb-extras--services-item-cell {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    border-left: 1px solid #f1f4f7
}

.nb-extras--services-item-cell-2 {
    width: 20%;
    background: #fafcfc;
    text-align: center
}

.nb-extras--services-btn {
    text-align: center;
    margin: 10px 0
}

.nb-extras--services-btn .btn.btn-default {
    border: none;
    background-color: #ff6300;
    background-image: linear-gradient(45deg, #ff6300 37%, #ff4600 100%)
}

.nb-extras--services-btn .btn.btn-default span {
    font-size: 1em;
    font-weight: inherit;
    color: inherit
}

.nb-extras--services-btn .btn.btn-default:hover {
    background-color: #ff4600;
    background-image: linear-gradient(45deg, #ff4600 37%, #ff6300 100%);
    transition: all .2s ease-in-out
}

.nb-extras--services-item-inner .table-cell {
    display: table-cell !important
}

@media (max-width:48em) {
    .nb-extras {
        padding: 15px 0 0;
        text-align: center;
        border-top: 1px solid #dddfe2
    }

    .nb-extras--item,
    .nb-extras--services-item-inner {
        text-align: left
    }

    .nb-extras.nb-extras--singel-ad {
        padding: 15px
    }

    .nb-extras--2>.nb-extras--item:nth-child(1) {
        padding-right: 1px
    }

    .nb-extras--2>.nb-extras--item:nth-child(2) {
        padding-left: 1px
    }

    .nb-extras--item-text span {
        font-size: 12px
    }

    .nb-extras--item-text p {
        font-size: 15px
    }

    .nb-extras--item-icon {
        width: 25px;
        right: 10px;
        bottom: -10px
    }

    .nb-extras--pretext {
        width: 70%;
        margin: 0 auto;
        display: inline-block
    }

    .nb-extras--services-item-inner p {
        font-size: 14px
    }

    .nb-extras--services-item-inner span {
        font-size: 12px
    }

    .nb-extras--services-item-cell-2 {
        width: 15%
    }

    .nb-extras--services-item-cell-2 .nb-extras--services-item-inner {
        text-align: center !important
    }

    .nb-extras--services-item-inner svg {
        width: 20px
    }

    .nb-extras--services-item-inner .table-cell {
        display: table-cell !important
    }
}

.hide {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    height: 0
}

.visible-phone {
    display: none
}

.hidden-phone {
    display: block
}

.hidden-phone-cell {
    display: table-cell
}

.hidden-phone-inline {
    display: inline-block
}

@media (max-width:48em) {
    .visible-phone {
        display: block
    }

    .hidden-phone,
    .hidden-phone-cell,
    .hidden-phone-inline {
        display: none
    }
}

@media (min-width:48em) {
    .hidden-phone-inline {
        display: inline-block !important
    }

    .hidden-phone {
        display: block !important
    }

    .hidden-phone-cell {
        display: table-cell !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    .hidden-phone,
    .hidden-tablet {
        display: none !important
    }

    .visible-phone {
        display: block !important
    }
}

.bigfoot-dark {
    position: relative;
    background: #fff;
    background: rgba(243, 244, 249, .3);
    border-top: 1px solid rgba(10, 89, 235, .05);
    padding: 6em 0
}

.bigfoot-dark img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.bigfoot-dark img.bigfoot--logo {
    position: relative;
    height: 36px;
    z-index: 6
}

.bigfoot-dark img.bigfoot--bg {
    position: absolute;
    right: -50px;
    top: -100px;
    width: 1200px;
    z-index: 5
}

.bigfoot-dark .bigfoot--menu {
    position: relative;
    z-index: 6;
    padding: 40px 0 20px
}

.bigfoot-dark h5 {
    color: #1d2432;
    font-size: 1.7em;
    font-weight: 500;
    margin: 1em 0
}

.bigfoot-dark p a,
.bigfoot-dark ul li a {
    color: #1d2432;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none
}

.bigfoot-dark ul li p {
    font-size: 1em;
    color: rgba(255, 255, 255, .8)
}

.bigfoot-dark ul li ul {
    list-style: none;
    margin-top: .5em
}

.bigfoot-dark ul li ul li {
    font-size: 1em
}

.bigfoot-dark ul li ul li:before {
    content: "\2022";
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 10px;
    margin-left: 5px
}

.bigfoot-dark p {
    color: #4A5155;
    font-size: 1.3em;
    margin: 0 0 .5em
}

.bigfoot-dark ul {
    list-style: none;
    padding: 0 10px 0 0
}

.bigfoot-dark ul li {
    font-size: 1.3em;
    padding: .2em 0
}

.bigfoot-dark p a.btn-default {
    color: #333;
    margin: 1em 0 .5em
}

.bigfoot-dark p a:hover,
.bigfoot-dark ul li a:hover {
    text-decoration: underline
}

.bigfoot-width-70 {
    width: 70%
}

@media (max-width:78em) {
    .bigfoot-dark {
        padding: 6em 2em
    }

    .bigfoot-dark ul {
        padding: 0
    }

    .bigfoot-width-70 {
        width: 70%;
        margin: 0 auto
    }
}

@media (max-width:48em) {
    .bigfoot-dark ul li ul li:before {
        content: none
    }

    .bigfoot-dark ul li ul li {
        padding: 0;
        margin: 0
    }

    .bigfoot-dark p a,
    .bigfoot-dark ul li a {
        display: block;
        padding: .3em 0
    }

    .bigfoot-dark p a.btn {
        display: inline-block;
        padding: .7em
    }
}

@media screen and (max-width:78em) {
    .bigfoot-dark {
        text-align: center
    }
}

.bigfoot-dark .btn.btn-join {
    margin: 1em 0 .5em;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    background-color: #2DA7DE;
    border-color: #2DA7DE;
    padding: 10px 20px;
    transition: all .2s ease-in-out
}

.bigfoot-dark .btn.btn-join:hover {
    background-color: #2DA7DE;
    border-color: #2DA7DE
}

.bigfoot-join {
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 4px
}

@media (max-width:98em) {
    .bigfoot-dark {
        padding: 6em 2em
    }
}

@media (max-width:48em) {
    .bigfoot-join {
        max-width: 70%;
        margin: 20px auto 0
    }

    .bigfoot-dark ul li ul li:before {
        content: none
    }

    .bigfoot-dark ul li ul li {
        padding: 0;
        margin: 0
    }

    .bigfoot-dark p a,
    .bigfoot-dark ul li a {
        display: block;
        padding: .3em 0
    }

    .bigfoot-dark p a.btn {
        display: inline-block;
        padding: .7em
    }
}

.nb-brands .nb-brands--logo,
.nb-brands img {
    box-sizing: border-box;
    display: inline-block
}

.nb-brands {
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    padding: 40px 0 20px
}

.nb-brands.nb-brands-dark {
    background: #32323E
}

.nb-brands--inner {
    text-align: center;
    width: 800px;
    margin: 0 auto
}

.nb-brands--title {
    padding-bottom: 5px
}

.nb-brands--title p {
    color: #929292;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600 !important
}

.nb-brands--title p a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none
}

.nb-brands--title p a:hover {
    text-decoration: underline
}

.nb-brands img {
    margin: 0;
    width: 100%
}

.nb-brands .nb-brands--logo {
    padding: 0 10px;
    width: 24%
}

@media (max-width:1000px) {
    .nb-brands--inner {
        width: 100%
    }
}

@media (max-width:650px) {
    .nb-brands .nb-brands--logo {
        width: 49%
    }

    .nb-brands img {
        width: 90%
    }

    .nb-brands--title p {
        width: 60%;
        display: inline-block;
        margin: 0 auto
    }
}

footer.footer-dark {
    color: #fff;
    background: #2c3775;
    background: rgba(243, 244, 249, .3);
    border-top: 1px solid rgba(10, 89, 235, .05);
    text-align: center
}

footer.footer-dark ul {
    display: block;
    margin: 0 !important
}

footer.footer-dark ul li a {
    font-size: 1.2em;
    font-weight: 600;
    color: #1d2432
}

footer.footer-dark {
    font-size: 1.1em;
    padding: 0
}

footer.footer-dark ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2em
}

footer.footer-dark a {
    text-decoration: none
}

footer.footer-dark ul li a:hover {
    text-decoration: underline;
    color: #1d2432
}

footer.footer-dark .footer {
    color: #1d2432;
    font-size: 13px;
    font-weight: 400;
    padding: 2em
}

@media (max-width:48em) {

    footer.footer-dark,
    footer.footer-dark ul {
        padding: 0 !important;
        margin: 0 !important
    }

    footer.footer-dark li {
        display: block !important;
        margin: 0 !important;
        border-bottom: 1px solid #4b4b4b
    }

    footer.footer-dark li a {
        display: block;
        padding: 1.5em 0
    }

    footer.footer-dark .footer {
        padding: 1em
    }
}

@media (max-width:650px) {
    footer.footer-dark .footer {
        display: inline-block;
        margin: 0 auto;
        width: 60%
    }
}

.boxes {
    background: #f3f4f9;
    background: rgba(243, 244, 249, .3);
    z-index: 10;
    position: relative;
    margin: 0;
    padding: 4em 0 6em
}

.boxes-wrapper {
    padding: 0;
    text-align: center
}

.box1,
.box2,
.box3 {
    padding: 2em
}

.boxes-wrapper i {
    color: #eb5935;
    font-size: 3em;
    padding: 0 0 .5em
}

.boxes-wrapper h4 {
    color: #1d2432;
    font-size: 3em;
    font-weight: 700
}

.boxes-wrapper img,
.boxes-wrapper svg {
    width: 90px;
    margin-bottom: 45px
}

.boxes-wrapper p {
    font-size: 1.5em;
    color: #1d2432;
    padding: 0;
    margin: 1em 0 0
}

.boxes .nb--big-ass-button,
.nb--big-ass-button {
    display: inline-block;
    border: none !important;
    font-family: Ubuntu, sans-serif !important;
    font-size: 1.4em !important;
    font-weight: 700 !important;
    background-color: #0351ff;
    color: #fff !important;
    padding: 20px 40px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.boxes .nb--big-ass-button:hover,
.nb--big-ass-button:hover {
    background-color: #0351ff
}

@media (max-width:48em) {
    .boxes {
        margin: 0;
        padding: 2em
    }

    .boxes-wrapper {
        border: none;
        padding: 2em 0
    }

    .box1 {
        padding: 0 2em
    }

    .box2 {
        padding: 4em 2em
    }

    .box3 {
        padding: 0 2em
    }
}

.boxes.boxes--inverted {
    background-color: #062655;
    padding: 10em 0
}

.boxes.boxes--inverted h4,
.boxes.boxes--inverted p {
    color: #fff
}

.boxes.boxes--inverted .nb--big-ass-button {
    background: #4eca22;
    color: #fff !important;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.boxes.boxes--inverted .nb--big-ass-button:hover {
    background: #4eca22;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.boxes.boxes--inverted .box1,
.boxes.boxes--inverted .box2,
.boxes.boxes--inverted .box3 {
    padding: 3em
}

.boxes.boxes--inverted .boxes-wrapper img,
.boxes.boxes--inverted .boxes-wrapper svg {
    width: 90px
}

@media (max-width:750px) {
    .boxes.boxes.boxes--inverted {
        padding: 2em
    }

    .boxes.boxes--inverted .boxes-wrapper img,
    .boxes.boxes--inverted .boxes-wrapper svg {
        width: 60px;
        margin-bottom: 20px
    }
}

.boxes--figure {
    padding: 90px 0
}

.boxes--figure.boxes--figure--no-bottom-padding {
    padding: 90px 0 0
}

.boxes--figure .boxes--figure-container {
    display: flex;
    align-items: center;
    margin-bottom: 90px
}

.boxes--figure .boxes--figure-container:last-of-type {
    margin-bottom: 0
}

.boxes--figure-container.boxes--figure-right .boxes--figure-item:last-of-type {
    order: -1
}

.boxes--figure .boxes--figure-item {
    width: 50%
}

.boxes--figure .boxes--figure-billboard {
    padding: 90px 90px 90px 0
}

.boxes--figure-left .boxes--figure-billboard {
    padding-left: 0
}

.boxes--figure-right .boxes--figure-billboard {
    padding-left: 90px;
    padding-right: 0
}

.boxes--figure h3 {
    color: #1d2432;
    font-size: 4.7em;
    font-weight: 700
}

.boxes--figure-billboard p {
    margin: 30px 0 !important
}

.boxes--figure-billboard p:last-of-type {
    margin: 0 !important
}

.boxes--figure-billboard .nb--big-ass-button {
    font-size: 1em !important;
    margin: 0;
    padding: 15px 20px !important
}

.boxes--figure .boxes--figure-item figure {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden
}

.boxes--figure .boxes--figure-item figure img {
    object-fit: cover;
    display: block;
    max-width: 100%
}

@media (max-width:78em) {
    .boxes--figure {
        padding: 20px
    }

    .boxes--figure .boxes--figure-item figure {
        width: 80%;
        margin: 0 auto
    }

    .boxes--figure .boxes--figure-container {
        margin-bottom: 20px
    }

    .boxes--figure .boxes--figure-container:last-of-type {
        margin-bottom: 0
    }

    .boxes--figure-left .boxes--figure-billboard {
        padding-left: 0
    }

    .boxes--figure-right .boxes--figure-billboard {
        padding-left: 20px;
        padding-right: 0
    }

    .boxes--figure-billboard .nb--big-ass-button {
        font-size: 1em !important;
        padding: 15px 20px !important
    }

    .boxes--figure h3 {
        font-size: 4.4em
    }
}

@media (max-width:850px) {
    .boxes--figure .boxes--figure-container {
        flex-direction: column
    }

    .boxes--figure .boxes--figure-item {
        width: 100%
    }

    .boxes--figure .boxes--figure-item figure {
        width: 80%
    }

    .boxes--figure-item:last-of-type {
        order: -1 !important
    }

    .boxes--figure-left .boxes--figure-billboard,
    .boxes--figure-right .boxes--figure-billboard {
        padding: 0 0 20px
    }

    .boxes--figure .boxes--figure-billboard {
        padding: 20px 0
    }

    .boxes--figure h3 {
        font-size: 3.7em
    }
}
