<!-- DO NOT MODIFY CODE ABOVE THIS LINE-- >
/* Fonts Definitions */
@import url(fonts.min.css);
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html,
body {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
html {
    margin: 0;
    background-color: #fff
}
body {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #515A59;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.content-wrapper {
    display: block;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    max-width: 1120px
}
.cols-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}
.col {
    position: relative;
    width: 100%;
    display: block
}
.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
    .no-gutters > .col,
    .no-gutters > .col {
        padding-right: 0;
        padding-left: 0
    }
.cell-padding {
    padding: 32px
}
.v-padding {
    padding: 32px 0
}
.h-padding {
    padding: 0 32px
}
.no-h-padding.h-padding,
.no-h-padding .h-padding {
    padding-left: 0;
    padding-right: 0
}
@media(min-width:768px) {
    .no-h-padding-d.h-padding,
    .no-h-padding-d .h-padding {
        padding-left: 0;
        padding-right: 0
    }
}
@media(max-width:767px) {
    .no-h-padding-m.h-padding,
    .no-h-padding-m .h-padding {
        padding-left: 0;
        padding-right: 0
    }
}
@media(max-width:1024px) {
    .cell-padding {
        padding: 24px
    }
    .v-padding {
        padding: 24px 0
    }
    .h-padding {
        padding: 0 24px
    }
    .sds-module .sds-td.no-bg {
        padding: 0 24px
    }
}
.grid-col {
    width: 100%
}
.col-1 {
    max-width: 64px
}
.col-2 {
    max-width: 160px
}
.col-3 {
    max-width: 256px
}
.col-4 {
    max-width: 352px
}
.col-5 {
    max-width: 448px
}
.col-6 {
    max-width: 544px
}
.col-7 {
    max-width: 640px
}
.col-8 {
    max-width: 736px
}
.col-9 {
    max-width: 832px
}
.col-10 {
    max-width: 928px
}
.col-11 {
    max-width: 1024px
}
.col-12 {
    max-width: 1120px
}
@media(max-width:1183px) {
    .content-wrapper {
        max-width: 940px
    }
    .col-1 {
        max-width: 48px
    }
    .col-2 {
        max-width: 128px
    }
    .col-3 {
        max-width: 208px
    }
    .col-4 {
        max-width: 288px
    }
    .col-5 {
        max-width: 368px
    }
    .col-6 {
        max-width: 448px
    }
    .col-7 {
        max-width: 528px
    }
    .col-8 {
        max-width: 608px
    }
    .col-9 {
        max-width: 688px
    }
    .col-10 {
        max-width: 768px
    }
    .col-11 {
        max-width: 848px
    }
    .col-12 {
        max-width: 928px
    }
}
@media(max-width:1023px) {
    .content-wrapper {
        max-width: 612px
    }
    .col-1-tablet {
        max-width: 21px
    }
    .col-2-tablet {
        max-width: 74px
    }
    .col-3-tablet {
        max-width: 127px
    }
    .col-4-tablet {
        max-width: 180px
    }
    .col-5-tablet {
        max-width: 233px
    }
    .col-6-tablet {
        max-width: 286px
    }
    .col-7-tablet {
        max-width: 339px
    }
    .col-8-tablet {
        max-width: 392px
    }
    .col-9-tablet {
        max-width: 445px
    }
    .col-10-tablet {
        max-width: 498px
    }
    .col-11-tablet {
        max-width: 551px
    }
    .col-12-tablet {
        max-width: 604px
    }
}
@media(max-width:767px) {
    .content-wrapper {
        max-width: 320px
    }
    .col-1-mobile {
        max-width: 22px
    }
    .col-2-mobile {
        max-width: 32px
    }
    .col-3-mobile {
        max-width: 58px
    }
    .col-4-mobile {
        max-width: 88px
    }
    .col-5-mobile {
        max-width: 118px
    }
    .col-6-mobile {
        max-width: 148px
    }
    .col-7-mobile {
        max-width: 178px
    }
    .col-8-mobile {
        max-width: 208px
    }
    .col-9-mobile {
        max-width: 238px
    }
    .col-10-mobile {
        max-width: 268px
    }
    .col-11-mobile {
        max-width: 298px
    }
    .col-12-mobile {
        max-width: 328px
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
    .embed-responsive:before {
        display: block;
        content: ""
    }
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }
.embed-responsive-21by9:before {
    padding-top: 42.85714%
}
.embed-responsive-16by9:before {
    padding-top: 56.25%
}
.embed-responsive-3by4:before {
    padding-top: 133.33333%
}
.embed-responsive-1by1:before {
    padding-top: 100%
}
.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: rowwrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}
.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}
.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}
.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}
.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}
.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}
.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}
.row-fluid-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}
.row-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
    .no-gutters > .span,
    .no-gutters > .span {
        padding-right: 0;
        padding-left: 0
    }
.span {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}
.span-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.span-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}
.span-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.span-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}
.span-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.span-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.span-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}
.span-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.span-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.span-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}
.span-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.span-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.span-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}
.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}
.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}
.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}
.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}
.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}
.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}
.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}
.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}
.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}
.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}
.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}
.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}
.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}
.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}
.offset-1 {
    margin-left: 8.33333%
}
.offset-2 {
    margin-left: 16.66667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.33333%
}
.offset-5 {
    margin-left: 41.66667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.33333%
}
.offset-8 {
    margin-left: 66.66667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.33333%
}
.offset-11 {
    margin-left: 91.66667%
}
@media(min-width:576px) {
    .span-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .span-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .span-sm-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .span-sm-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .span-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .span-sm-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .span-sm-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .span-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .span-sm-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .span-sm-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .span-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .span-sm-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .span-sm-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .span-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}
@media(min-width:768px) {
    .span-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .span-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .span-md-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .span-md-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .span-md-3,
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .span-md-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .span-md-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .span-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .span-md-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .span-md-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .span-md-9,
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .span-md-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .span-md-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .span-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}
@media(min-width:1025px) {
    .span-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .span-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .span-lg-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .span-lg-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .span-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .span-lg-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .span-lg-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .span-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .span-lg-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .span-lg-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .span-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .span-lg-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .span-lg-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .span-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}
@media(min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}
@media(min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}
.float-left {
    float: left !important
}
.float-right {
    float: right !important
}
.float-none {
    float: none !important
}
@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}
@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}
@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}
.overflow-auto {
    overflow: auto !important
}
.overflow-hidden {
    overflow: hidden !important
}
.position-static {
    position: static !important
}
.position-relative {
    position: relative !important
}
.position-absolute {
    position: absolute !important
}
.position-fixed {
    position: fixed !important
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}
.fixed-top {
    top: 0
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
.fixed-bottom {
    bottom: 0
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.text-upper {
    text-transform: uppercase
}
.text-lower {
    text-transform: lowercase
}
.halign-left {
    margin-left: 0;
    margin-right: auto
}
.halign-center {
    margin-left: auto;
    margin-right: auto
}
.halign-right {
    margin-left: auto;
    margin-right: 0
}
.valign-top {
    vertical-align: top
}
.valign-middle {
    vertical-align: middle
}
.valign-bottom {
    vertical-align: bottom
}
strong,
.bold,
.em {
    font-weight: bold
}
.clear {
    clear: both
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden
}
.clearfix {
    zoom: 1
}
img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}
video {
    max-width: 100%;
    height: auto
}
pre {
    overflow-x: auto
}
table pre {
    white-space: pre-wrap
}
.comment {
    margin: 10px 0 10px 0
}
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
    audio:not([controls]) {
        display: none
    }
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0
}
.wp-float-right {
    float: right;
    margin: 0 0 20px 20px
}
img {
    height: auto
}
.clear:before {
    display: table;
    clear: both;
    content: ''
}
.clearfix:after {
    display: table;
    clear: both;
    content: ''
}
iframe[src*="google.com"] {
    max-width: 100%
}
.box-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 22px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 22px 0px
}
.boxed-col {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 28px 0px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 28px 0px
}
.no-bg-img {
    background-image: none !important
}
.os-module {
    position: relative;
    z-index: 2
}
.ltr {
    direction: ltr
}
.rtl {
    direction: rtl
}
.body-container-wrapper {
    position: relative;
    overflow: hidden
}
.push-up,
.logo-band,
.toc,
.animtxt,
.tb {
    position: relative;
    z-index: 1
}
.push-up {
    z-index: 3
}
.push-up-10 {
    margin-top: -10px
}
.push-up-20 {
    margin-top: -20px
}
.push-up-25 {
    margin-top: -25px
}
.push-up-30 {
    margin-top: -30px
}
.push-up-40 {
    margin-top: -40px
}
.push-up-50 {
    margin-top: -50px
}
.push-up-60 {
    margin-top: -60px
}
.push-up-70 {
    margin-top: -70px
}
.push-up-80 {
    margin-top: -80px
}
.push-up-90 {
    margin-top: -90px
}
.push-up-100 {
    margin-top: -100px
}
.push-up-125 {
    margin-top: -125px
}
.push-up-150 {
    margin-top: -150px
}
.push-up-175 {
    margin-top: -175px
}
.push-up-200 {
    margin-top: -200px
}
.push-up-250 {
    margin-top: -250px
}
.push-up-300 {
    margin-top: -300px
}
.push-up-350 {
    margin-top: -350px
}
.push-up-400 {
    margin-top: -400px
}
.push-up-450 {
    margin-top: -450px
}
.push-up-500 {
    margin-top: -500px
}
.push-up-550 {
    margin-top: -550px
}
.push-up-600 {
    margin-top: -600px
}
.font-small {
    font-size: 16px
}
@media(max-width:1024px) {
    .os-lp .mobile-menu-trigger,
    .os-lp .mobile-menu {
        display: block
    }
    .os-lp .content-wrapper {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}
@media(max-width:768px) {
    .os-lp .content-wrapper {
        max-width: 610px
    }
}
.hs-form ul,
.hs-form li {
    margin: 0;
    padding: 0;
    list-style: none
}
.hs-form label {
    color: #a7adba;
    font-size: 14px
}
    .hs-form label.hs-form-booleancheckbox-display {
        font-size: 12px;
        color: #23272b;
        display: inline-block;
        line-height: 20px
    }
.hs-form input:not([type="submit"]):not([type="checkbox"]),
.hs-form select {
    width: 100%;
    height: 48px;
    font-size: 17px;
    padding: 12px;
    border: 1px solid #edeef2
}
.form-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    color: #23272b
}
.hs-form select.error,
.hs-form textarea.error,
.hs-form input[type="text"].error,
.hs-form input[type="password"].error,
.hs-form input[type="datetime"].error,
.hs-form input[type="datetime-local"].error,
.hs-form input[type="date"].error,
.hs-form input[type="month"].error,
.hs-form input[type="time"].error,
.hs-form input[type="week"].error,
.hs-form input[type="number"].error,
.hs-form input[type="email"].error,
.hs-form input[type="url"].error,
.hs-form input[type="search"].error,
.hs-form input[type="tel"].error,
.hs-form input[type="color"].error {
    border: 1px solid #ff6060
}
.hs-form .hs-error-msgs label {
    color: #ff6060
}
.hs-form ul.hs-error-msgs {
    margin: 5px 0 !important;
    list-style: none;
    padding: 0
}
    .hs-form ul.hs-error-msgs li {
        line-height: 1;
        margin-bottom: 0
    }
    .hs-form ul.hs-error-msgs.inputs-list label {
        font-size: 14px;
        text-transform: none;
        color: red
    }
    .hs-form ul.hs-error-msgs label:before {
        content: "!";
        display: inline-block;
        margin-right: 5px;
        color: red
    }
.hs-form input[type="submit"] {
    position: relative;
    word-wrap: break-word;
    font-size: 14px;
    margin: 25px auto 0 auto;
    letter-spacing: .5px;
    font-weight: normal;
    width: 150px;
    height: 48px;
    line-height: 1.2;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Raleway', 'Arial', sans-serif;
    vertical-align: middle;
    padding: 15px 30px;
    background-color: #f88701;
    color: #fff;
    border: 1.5px solid transparent;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}
    .hs-form input[type="submit"]:hover,
    .hs-form input[type="submit"]:focus {
        border-color: #f88701;
        color: #f88701;
        background-color: transparent
    }
.diagonal-gray-bg {
    display: block;
    top: 670px;
    position: absolute;
    left: 50%;
    width: 10000px;
    height: 1522px;
    background: #f5f6f9;
    -webkit-transform: translate(-5000px) rotate(-7deg);
    -ms-transform: translate(-5000px) rotate(-7deg);
    transform: translate(-5000px) rotate(-7deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: 0
}
@media(max-width:1024px) {
    .diagonal-gray-bg {
        height: 1708px
    }
}
@media(max-width:768px) {
    .diagonal-gray-bg {
        height: 2320px
    }
}
@media(max-width:767px) {
    .diagonal-gray-bg {
        height: 2575px
    }
}
@media(max-width:375px) {
    .diagonal-gray-bg {
        height: 2940px
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 15px 0;
    font-weight: 900;
    line-height: 1.4em;
    color: #3B4550;
    font-family: 'Raleway', 'Arial', sans-serif
}
h1,
.h1 {
    font-size: 60px;
    line-height: 1.15
}
h2,
.h2 {
    font-size: 42px
}
h3,
.h3 {
    font-size: 28px
}
h4,
.h4 {
    font-size: 24px
}
h5,
.h5 {
    font-size: 20px
}
h6,
.h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500
}
.top-banner h6 {
    margin-bottom: 0;
    line-height: 1
}
p {
    margin: 0 0 1.4em 0;
    padding: 0;
    line-height: 1.8
}
    h1:last-child,
    h1:only-child,
    h2:last-child,
    h2:only-child,
    h3:last-child,
    h3:only-child,
    h4:last-child,
    h4:only-child,
    h5:last-child,
    h5:only-child,
    h6:last-child,
    h6:only-child,
    p:last-child,
    p:only-child {
        margin-bottom: 0
    }
a {
    color: #87C05D;
    text-decoration: none
}
    a:hover,
    a:focus {
        text-decoration: underline
    }
ul {
    padding: 0 0 0 20px;
    list-style: disc;
    margin: 0 0 0 20px
}
    ul li {
        padding: 0;
        margin: 0
    }
img {
    border: 0;
    max-width: 100%;
    height: auto
}
@media(max-width:1183px) {
    h1,
    .h1 {
        font-size: 42px
    }
    h2,
    .h2 {
        font-size: 34px
    }
}
@media(max-width:1023px) {
    h1,
    .h1 {
        font-size: 28px
    }
}
.header-container-wrapper {
    position: fixed;
    height: 96px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}
body:not(.header-over-ban) .body-container-wrapper {
    padding-top: 96px
}
body:not(.header-over-ban) .header-container-wrapper,
.scroll-resize .header-container-wrapper {
    -webkit-box-shadow: inset 0 -1px 0 0 #edeef2;
    box-shadow: inset 0 -1px 0 0 #edeef2;
    background-color: #fff
}
.header-over-ban .top-container .h-overlap-pchl {
    height: 96px
}
body:not(.scroll-resize) .osh-light .primary-ghost-cta {
    color: #fff
}
.osh-logo {
    position: absolute;
    top: 50%;
    left: 20px;
    line-height: 1;
    transform: translateY(-50%);
}
.osh-logo-img {
    width: 215px;
    height: 48px;
}
/*
body:not(.scroll-resize) .osh-light .osh-logo path,
body:not(.scroll-resize) .osh-light .osh-logo polygon,
body:not(.scroll-resize) .osh-light .osh-logo rect {
    fill: #fff;
}
*/
/*
body.scroll-resize .osh-light .osh-logo path,
body.scroll-resize .osh-light .osh-logo polygon,
body.scroll-resize .osh-light .osh-logo rect {
    fill: red;
}
*/
body.scroll-resize .osh-light .osh-logo .logo-white-to-gray {
    fill: #3B4550;
}
.osh-ctas {
    position: absolute;
    /*    top: 30px;*/
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.osh-cta1 {
    margin-right: 16px
}
.osh-mm-search {
    margin-left: 200px;
    margin-right: 400px;
    text-align: center
}
.osh-mm-search-wrapper {
    display: inline-block;
    text-align: left;
    margin-top: 20px
}
.osh-mm ul,
.osh-mm ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', Helvetica, sans-serif
}
.osh-mm .hs-menu-wrapper > ul {
    height: 56px
}
.osh-mm .hs-menu-depth-1 {
    float: left;
    position: relative
}
    .osh-mm .hs-menu-depth-1 > a {
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        padding: 20px 15px;
        letter-spacing: .5px;
        color: #3B4550;
        text-transform: uppercase;
        position: relative;
        text-decoration: none !important;
        display: block;
        z-index: 2
    }
    .osh-mm .hs-menu-depth-1.hs-item-has-children > a {
        padding-right: 55px
    }
        .osh-mm .hs-menu-depth-1.hs-item-has-children > a:after {
            content: '';
            display: inline-block;
            border: 1px solid #0a3aa1;
            border-width: 0 0 1px 1px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            height: 6px;
            width: 6px;
            position: absolute;
            right: 33px;
            top: 24px
        }
body:not(.scroll-resize) .osh-light .osh-mm .hs-menu-depth-1 > a {
    color: #fff
}
body:not(.scroll-resize) .osh-light .osh-mm .hs-menu-depth-1.hs-item-has-children > a:after {
    border-color: #fff
}
.osh-mm .hs-menu-depth-1:hover > a,
.osh-mm .hs-menu-depth-1.active > a,
.osh-mm .hs-menu-depth-1.active-branch > a,
.osh-mm .hs-menu-depth-1 > a:hover,
.osh-mm .hs-menu-depth-1 > a:focus {
    color: #81BB5B !important
}
    .osh-mm .hs-menu-depth-1.active > a:after,
    .osh-mm .hs-menu-depth-1.active-branch > a:after,
    .osh-mm .hs-menu-depth-1.hs-item-has-children:hover > a:after,
    .osh-mm .hs-menu-depth-1.hs-item-has-children > a:hover:after,
    .osh-mm .hs-menu-depth-1.hs-item-has-children > a:focus:after {
        border-color: #81BB5B !important
    }
.osh-mm .hs-menu-depth-1.hs-item-has-children > ul {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    padding-top: 56px;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 14px 0 rgba(11, 63, 165, 0.1);
    box-shadow: 0 6px 14px 0 rgba(11, 63, 165, 0.1);
    background-color: #fff
}
.osh-mm .hs-menu-depth-1.hs-item-has-children:hover > ul {
    display: block
}
.osh-mm .hs-menu-depth-2 > a {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    padding: 18px 25px 16px;
    letter-spacing: .5px;
    color: #81BB5B;
    text-transform: uppercase;
    position: relative;
    text-decoration: none !important;
    display: block
}
    .osh-mm .hs-menu-depth-2 > a:hover,
    .osh-mm .hs-menu-depth-2 > a:focus,
    .osh-mm .hs-menu-depth-2.active > a {
        background-color: #c3e2f4;
        color: #81BB5B;
    }
@media(max-width:1300px) {
    .osh-mm-search {
        margin-left: 200px;
        margin-right: 450px;
        text-align: center
    }
    .osh-mm .hs-menu-depth-1 > a {
        padding: 20px 10px;
        font-size: 12px;
    }
    .osh-mm .hs-menu-depth-1.hs-item-has-children > a {
        padding-right: 30px
    }
        .osh-mm .hs-menu-depth-1.hs-item-has-children > a:after {
            right: 20px
        }
    .osh-mm .hs-menu-depth-2 > a {
        font-size: 12px;
        padding: 18px 15px 16px
    }
}
@media(max-width:1024px) {
    .osh-mm {
        display: none !important
    }
    .osh-logo {
        left: 62px
    }
    .osh-logo-img {
        width: 118px;
        height: 33px
    }
}
@media(max-width:768px) {
    .osh-logo-img {
        width: 108px;
        height: 30px
    }
    .osh-ctas {
        top: 30px
    }
    .osh-cta {
        max-width: 120px !important;
        font-size: 11px !important;
        padding: 10px 10px 9px !important
    }
}
@media(max-width:475px) {
    .header-container-wrapper {
        height: 63px
    }
    body:not(.header-over-ban) .body-container-wrapper {
        padding-top: 63px
    }
    .header-over-ban .top-container .h-overlap-pchl {
        height: 63px
    }
    .osh-logo {
        top: 20px
    }
    .osh-logo-img {
        width: 81px;
        height: 23px
    }
    .osh-ctas {
        display: none
    }
}
.header-container-wrapper-lp {
    position: absolute;
    width: 100%;
    z-index: 10
}
.osh-lp {
    text-align: center
}
.osh-logo-lp {
    display: inline-block;
    margin-top: 60px;
    position: relative;
    z-index: 1
}
.mobile-menu .mm-items {
    border-top: 1px solid #e3e6e8
}
    .mobile-menu .mm-items ul,
    .mobile-menu .mm-items li {
        list-style: none;
        padding: 0;
        margin: 0
    }
.mobile-menu .hs-menu-children-wrapper {
    display: none
}
.mobile-menu .hs-item-has-children.active > .hs-menu-children-wrapper {
    display: block
}
.mobile-menu li.hs-menu-item {
    position: relative
}
.mobile-menu ul a {
    display: block;
    padding: 27px 62px 27px 52px;
    text-decoration: none;
    font-size: 14px;
    color: #2F4265;
    line-height: 20px;
}
.mobile-menu .mm-main-menu .hs-menu-depth-1 > a {
    font-weight: normal;
    font-size: 16px;
}
.mobile-menu .hs-menu-depth-2 > a {
    line-height: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: normal
}
.mobile-menu .hs-menu-depth-2 > ul {
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 4px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 4px 0px inset
}
.mobile-menu .hs-menu-depth-3 > a {
    padding-left: 44px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f3
}
.mobile-menu .hs-menu-depth-3 > ul {
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 -1px 2px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.07) 0 -1px 2px 0px inset;
    border-bottom: 1px solid #e3e6e8;
    padding-bottom: 5px
}
.mobile-menu .hs-menu-depth-4 > a {
    padding-left: 64px;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
    border: 0
}
.mobile-menu a:hover,
.mobile-menu li.active > a,
.mobile-menu li.active-branch > a,
.mobile-menu li.active > i,
.mobile-menu li.active-branch > i {
    color: #0ab5dd
}
.mobile-menu li.active > a,
.mobile-menu li.active-branch > a {
    color: #0ab5dd;
    font-weight: bold
}
.mobile-menu li.active > a {
    background-color: #f4fdff
}
.mobile-menu li > ul {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
.mobile-menu li.active > ul,
.mobile-menu li.active-branch > ul {
    display: block
}
.mobile-menu .hs-item-has-children > i {
    width: 50px;
    float: right;
    text-align: center;
    font-size: 14px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 44px;
}
    .mobile-menu .hs-item-has-children > i:before,
    .mobile-menu .hs-item-has-children > i:after {
        content: "";
        display: block;
        height: 9px;
        width: 2px;
        background-color: #445b6b;
        position: absolute;
        top: 20px;
        left: 22px;
        -webkit-transform: translateX(6px) rotate(45deg);
        -ms-transform: translateX(6px) rotate(45deg);
        transform: translateX(6px) rotate(45deg);
    }
    .mobile-menu .hs-item-has-children > i:after {
        -webkit-transform: translateZ(6px) rotate(-45deg);
        transform: translateZ(6px) rotate(-45deg);
    }
.mobile-menu .hs-menu-depth-2 > i {
    height: 36px
}
    .mobile-menu .hs-menu-depth-2 > i:before,
    .mobile-menu .hs-menu-depth-2 > i:after {
        top: 15px
    }
.mobile-menu .hs-menu-depth-3 > i {
    height: 30px
}
    .mobile-menu .hs-menu-depth-3 > i:before,
    .mobile-menu .hs-menu-depth-3 > i:after {
        top: 13px
    }
.mobile-menu .hs-item-has-children.expanded > i:before {
    -webkit-transform: translateX(6px) rotate(-45deg);
    -ms-transform: translateX(6px) rotate(-45deg);
    transform: translateX(6px) rotate(-45deg)
}
.mobile-menu .hs-item-has-children.expanded > i:after {
    -webkit-transform: translateZ(6px) rotate(45deg);
    transform: translateZ(6px) rotate(45deg)
}
.mobile-menu .hs-menu-depth-1.expanded > a {
    background-color: #f0f2f3;
    font-weight: bold
}
.mobile-menu .hs-menu-depth-2.expanded > a {
    line-height: 19px;
    padding-top: 8px;
    padding-bottom: 8px
}
.mobile-menu .hs-menu-depth-3.expanded > a {
    padding-left: 60px
}
.mobile-menu .close-menu {
    padding: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    margin-left: auto;
    display: block;
    font-size: 24px;
    color: #000;
    margin: 5px 0 5px auto;
    position: relative;
    cursor: pointer
}
    .mobile-menu .close-menu:before,
    .mobile-menu .close-menu:after {
        content: '';
        display: block;
        height: 32px;
        width: 2px;
        background-color: #445b6b;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotateZ(45deg)
    }
    .mobile-menu .close-menu:after {
        -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotateZ(-45deg)
    }
    .mobile-menu .close-menu:hover {
        color: #0ab5dd
    }
.mobile-menu .mm-logo {
    margin: 24px 0 0 24px;
    display: block;
    top: 0;
    left: 0;
    position: absolute
}
.mm-account-links {
    margin: 15px 24px 24px 24px
}
    .mm-account-links .osh-cta {
        max-width: 50% !important;
        padding: 10px !important;
        font-size: 13px !important
    }
.mobile-menu .mm-bottom {
    padding-top: 10px;
    padding-bottom: 30px
}
.mobile-menu .header-main-cta {
    position: static !important;
    margin: 0 auto;
    max-width: 400px
}
    .mobile-menu .header-main-cta a {
        background-color: #445b6b;
        color: #fff;
        border-color: #445b6b;
        padding: 15px 10px;
        font-size: 15px;
        text-align: center;
        width: 100%
    }
        .mobile-menu .header-main-cta a:hover,
        .mobile-menu .header-main-cta a:focus {
            background-color: #fff;
            color: #445b6b;
            border-color: #445b6b
        }
@media(min-width:1025px) {
    .mobile-menu {
        display: none
    }
    .mobile-menu-trigger {
        display: none;
        position: absolute !important
    }
}
@media(max-width:1024px) {
    .mobile-menu-trigger {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border: 0;
        position: fixed;
        z-index: 9999999;
        top: 33px;
        left: 10px;
        border-radius: 4px
    }
    .scroll-resize .mobile-menu-trigger:before {
        width: 0
    }
    .mobile-menu-trigger > span {
        display: inline-block;
        height: 14px;
        width: 22px;
        float: right;
        margin: 9px 3px;
        line-height: 14px;
        border: 2px solid #0a3aa1;
        border-width: 2px 0
    }
        .mobile-menu-trigger > span:before {
            display: inline-block;
            content: '';
            height: 2px;
            width: 22px;
            margin-top: 4px;
            background-color: #0a3aa1;
            float: left
        }
    .mobile-menu {
        height: 100%;
        width: 500px;
        position: fixed !important;
        right: -500px;
        top: 0;
        z-index: 99999999;
        overflow: auto;
        background: #fff;
        color: #aaa;
        -webkit-transition: all ease .4s;
        -o-transition: all ease .4s;
        transition: all ease .4s
    }
        .mobile-menu.slide {
            right: 0;
            -webkit-transition: all ease .4s;
            -o-transition: all ease .4s;
            transition: all ease .4s
        }
    body.show-mobile-menu:after {
        content: "";
        background-color: rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99997
    }
    body.header-light:not(.scroll-resize) .mobile-menu-trigger > span {
        border-color: #fff
    }
        body.header-light:not(.scroll-resize) .mobile-menu-trigger > span:before {
            background-color: #fff
        }
}
@media(max-width:500px) {
    .mobile-menu {
        width: 100%;
        right: -100%
    }
}
@media(max-width:475px) {
    .mobile-menu-trigger {
        top: 14px
    }
}
.osf {
    padding-top: 80px;
    background: linear-gradient(270deg, #161616 0%, #373E47 100%);
}
.osft {
    padding: 0 24px
}
.osft-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1760px
}
.osf-col {
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 40px
}
.osf-col1 {
    width: 25%;
    margin-right: 5%
}
.osf-col2 {
    width: 21%
}
.osf-col3 {
    width: 17%
}
.osf-col4 {
    width: 15%
}
.osf-col5 {
    width: 11%;
    margin-right: 0
}
.osf-logo {
    margin-bottom: 24px;
    display: block
}
.osf-col1-address {
    margin-bottom: 40px;
    color: #FFF;
    line-height: 1.8;
    font-size: 14px
}
.osf-app-download img {
    width: 108px;
    margin-bottom: 16px !important
}
.osf-app-download a {
    display: inline-block;
    max-width: 47%
}
    .osf-app-download a:first-child {
        margin-right: 5% !important
    }
.osf-badges {
    margin-top: 32px
}
.osf-col-title {
    font-size: 16px;
    font-weight: 900;
    color: #CCCFDA;
    margin-bottom: 20px
}
.osf-col-menu ul,
.osf-col-menu li {
    list-style: none;
    padding: 0;
    margin: 0
}
    .osf-col-menu li a {
        font-size: 12px;
        font-weight: 600;
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 8px 0
    }
        .osf-col-menu li:hover a,
        .osf-col-menu li a:hover,
        .osf-col-menu li a:focus {
            color: #81BB5B
        }
@media(max-width:1120px) {
    .osf-logo {
        width: 107px
    }
    .osf-app-download img {
        margin: 0 0 10px !important
    }
    .osf-col-title {
        font-size: 20px
    }
    .osf-col-menu li a {
        font-size: 14px;
        padding: 4px 0
    }
}
@media(max-width:1023px) {
    .osft {
        padding: 0 12px
    }
    .osf-col1 {
        width: 100%;
        margin-right: 0;
        padding-top: 40px;
        border-top: 1px solid #edeef2;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .osf-col2 {
        width: 28.5%
    }
    .osf-col3 {
        width: 24.5%
    }
    .osf-col4 {
        width: 22.5%
    }
    .osf-col5 {
        width: 18.5%;
        margin-right: 0
    }
    .osf-col1 .osf-col-title {
        padding-right: 300px
    }
    .osf-app-download {
        position: absolute;
        top: 40px;
        right: 0;
        width: 300px;
        text-align: right
    }
        .osf-app-download a:first-child img {
            margin-right: 16px !important
        }
    .osf-badges {
        margin-top: 0px
    }
}
@media(max-width:767px) {
    .osf-col1 > * {
        display: block;
        max-width: 350px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    .osf-col1 > .osf-logo {
        width: auto;
        text-align: center
    }
    .osf-col2 {
        width: 48%;
        margin-right: 4%
    }
    .osf-col3 {
        width: 48%;
        margin-right: 0
    }
    .osf-col4 {
        width: 48%;
        margin-right: 4%;
        clear: both
    }
    .osf-col5 {
        width: 48%;
        margin-right: 0
    }
    .osf-app-download {
        position: static;
        text-align: center;
        margin-bottom: 30px;
        width: 100%
    }
}
.social-media-widget > a {
    display: inline-block;
    height: 34px;
    width: 34px;
    margin: 0 25px 10px 0;
    text-decoration: none;
    font-size: 16px
}
    .social-media-widget > a:focus,
    .social-media-widget > a:hover {
        text-decoration: none
    }
    .social-media-widget > a:last-child {
        margin-right: 0
    }
    .social-media-widget > a > span {
        display: block;
        height: 34px;
        width: 34px;
        margin: 0;
        line-height: 34px;
        text-align: center;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: #000;
        color: #fff;
        border-radius: 50%
    }
    .social-media-widget > a:hover > span {
        background: #81BB5B;
        color: #fff
    }
.os-footer-bottom-wrapper {
    font-size: 14px;
    padding: 0 24px
}
    .os-footer-bottom-wrapper > .content-wrapper {
        padding: 40px 0;
        max-width: 1760px
    }
    .os-footer-bottom-wrapper .osfb-col {
        width: 25%;
        float: left;
        margin-right: 5%;
        position: relative;
        margin-bottom: 0
    }
    .os-footer-bottom-wrapper .osfb-col2 {
        width: 37%
    }
    .os-footer-bottom-wrapper .osfb-col3 {
        float: right;
        margin-right: 0;
        text-align: right
    }
    .os-footer-bottom-wrapper .copyright-text {
        padding: 8px 0;
        font-size: 14px;
        color: #C9C7C7
    }
    .os-footer-bottom-wrapper .osfb-col-menu ul {
        list-style: none;
        padding: 0;
        margin: 0
    }
    .os-footer-bottom-wrapper .osfb-col-menu li {
        display: inline-block;
        margin: 0 20px 0 0
    }
        .os-footer-bottom-wrapper .osfb-col-menu li a {
            font-size: 14px;
            color: #C9C7C7;
            font-weight: 400
        }
        .os-footer-bottom-wrapper .osfb-col-menu li:last-child {
            margin-right: 0
        }
.push-right {
    float: right;
    margin-right: 0;
    text-align: right
}
@media(max-width:1023px) {
    .os-footer-bottom-wrapper {
        padding: 0 12px
    }
        .os-footer-bottom-wrapper > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
        .os-footer-bottom-wrapper .osfb-col1,
        .os-footer-bottom-wrapper .osfb-col2 {
            float: none;
            width: 50%;
            margin: auto;
            text-align: center;
            border: 0
        }
        .os-footer-bottom-wrapper .osfb-col3 {
            width: 100%;
            text-align: center;
            margin-top: 30px
        }
        .os-footer-bottom-wrapper .copyright-text {
            padding: 4px 0
        }
        .os-footer-bottom-wrapper .osfb-col1.push-right {
            margin-top: 30px
        }
}
@media(max-width:767px) {
    .os-footer-bottom-wrapper .osfb-col {
        width: 100%;
        text-align: center
    }
    .os-footer-bottom-wrapper > div > div:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .os-footer-bottom-wrapper > div > div:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .os-footer-bottom-wrapper > div > div:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}
.oslpf {
    font-size: 12px;
    padding: 0 24px
}
    .oslpf > .content-wrapper {
        padding: 40px 0
    }
.oslpf-col {
    width: auto;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 0
}
.oslpf-col2 {
    float: right
}
.oslpf-col-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.oslpf-col-menu li {
    display: inline-block;
    margin: 0 20px 0 0
}
    .oslpf-col-menu li a {
        font-size: 12px;
        color: #0a3aa1
    }
        .oslpf-col-menu li a:hover,
        .oslpf-col-menu li a:focus {
            color: #141416;
            text-decoration: none
        }
    .oslpf-col-menu li:last-child {
        margin-right: 0
    }
@media(max-width:540px) {
    .oslpf-col {
        width: 100%;
        margin: 0;
        text-align: center;
        float: none
    }
    .oslpf-col2 {
        margin-top: 20px
    }
}
.text-color1 {
    color: #0a3aa1
}
.border-color1 {
    border-color: #0a3aa1 !important
}
.bg-color1 {
    background-color: #35608E;
}
.text-color2 {
    color: #c3e2f4
}
.border-color2 {
    border-color: #c3e2f4
}
.bg-color2 {
    background-color: #c3e2f4
}
.text-color3 {
    color: #222f3e
}
.border-color3 {
    border-color: #222f3e !important
}
.bg-color3 {
    background-color: #222f3e
}
.bg-color4 {
    background-color: #F3F3F3
}
.text-color4 {
    color: #2f4265
}
.bg-color4.hbcc {
    color: #2f4265
}
.bg-color4 h1,
.bg-color4 h2,
.bg-color4 h3,
.bg-color4 h4,
.bg-color4 h5,
.bg-color4 h6 {
    color: #3B4550;
}
.bg-color5 {
    background-color: #2e194c;
    background-image: -o-linear-gradient(55deg, rgba(46, 24, 76, 1) 0%, rgba(67, 35, 110, 1) 100%);
    background-image: linear-gradient(35deg, rgba(46, 24, 76, 1) 0%, rgba(67, 35, 110, 1) 100%);
    background-image: url();
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.bg-color6 {
    background-color: #2e194c;
    background-image: -o-linear-gradient(55deg, rgba(46, 24, 76, 1) 0%, rgba(67, 35, 110, 1) 100%);
    background-image: linear-gradient(35deg, rgba(46, 24, 76, 1) 0%, rgba(67, 35, 110, 1) 100%)
}
.bg-color7 {
    background-color: #87C05D;
    background-image: url(), -o-linear-gradient(90deg, #51ACBC 0%, #87C05D 89.77%);
    background-image: url(), linear-gradient(90deg, #51ACBC 0%, #87C05D 89.77%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.bg-color8 {
    background-image: url();
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.bg-color9 {
    background-image: url();
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.bg-color10 {
    background-image: url();
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.bg-color11 {
    background-image: url();
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.bg-color12 {
    background-image: url();
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.bg-color13 {
    background-image: url();
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.dark-bg,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg .h1,
.dark-bg .h2,
.dark-bg .h3,
.dark-bg .h4,
.dark-bg .h5,
.dark-bg .h6 {
    color: #fff
}
    .dark-bg a:not([class]) {
        color: #f88701
    }
.gradient-blue1 {
    background-color: #010710;
    background-image: -o-linear-gradient(82.48deg, #010710 1.76%, #0C2441 68.84%);
    background-image: linear-gradient(82.48deg, #010710 1.76%, #0C2441 68.84%);
}
.gradient-blue2 {
    background-color: #00e3f7;
    background-image: -o-linear-gradient(328deg, #00e5f8, #02dff4 10%, #03d9f1 19%, #04d2ed 29%, #05ccea 39%, #05c6e6 49%, #05c6e6 49%, #05c4e5 58%, #05c3e4 68%, #06c1e3 78%, #06c0e2 87%, #06bee1 97%);
    background-image: linear-gradient(122deg, #00e5f8, #02dff4 10%, #03d9f1 19%, #04d2ed 29%, #05ccea 39%, #05c6e6 49%, #05c6e6 49%, #05c4e5 58%, #05c3e4 68%, #06c1e3 78%, #06c0e2 87%, #06bee1 97%)
}
.pipes-pattern-bg {
    position: relative
}
    .pipes-pattern-bg:before,
    .pipes-pattern-bg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        bottom: 0;
        background: repeat-y transparent;
        z-index: 1
    }
    .pipes-pattern-bg:before {
        background-image: url();
        background-position: left top;
        width: 1900px
    }
    .pipes-pattern-bg:after {
        background-image: url();
        background-position: right top;
        width: 1800px
    }
    .pipes-pattern-bg > * {
        z-index: 3;
        position: relative
    }
.home-pipes-pattern-bg:before,
.home-pipes-pattern-bg:after {
    height: calc(100% - 200px)
}
@media(max-width:1900px) {
    .pipes-pattern-bg:before {
        width: 100%
    }
}
@media(max-width:1800px) {
    .pipes-pattern-bg:after {
        width: 100%
    }
}
@media(max-width:1023px) {
    .pipes-pattern-bg:before {
        background-position: left -70px top
    }
    .pipes-pattern-bg:after {
        background-position: right -70px top
    }
}
.cta_button,
.cta-button {
    position: relative;
    word-wrap: break-word;
    font-size: 18px;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Rajdhani', 'Arial', sans-serif;
    vertical-align: middle
}
    .cta_button *,
    .cta-button * {
        cursor: pointer;
        line-height: 1.125 !important
    }
.primary-cta,
.secondary-cta,
.white-cta,
.primary-ghost-cta {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    text-decoration: none !important;
    border-width: 1.5px;
    border-style: solid;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}
.primary-cta {
    background-color: #81BB5B;
    color: #fff;
    border-color: #81BB5B;
}
    .primary-cta:hover,
    .primary-cta:focus {
        background-color: transparent;
        color: #81BB5B;
        border-color: #81BB5B;
    }
.secondary-cta {
    background-color: #81BB5B;
    color: #fff;
    border-color: #81BB5B
}
    .secondary-cta:hover,
    .secondary-cta:focus {
        background-color: transparent;
        color: #81BB5B;
        border-color: #81BB5B
    }
.white-cta {
    background-color: #fff;
    color: #81BB5B;
    border-color: #81BB5B
}
    .white-cta:hover,
    .white-cta:focus {
        background-color: #81BB5B;
        color: #fff !important;
        border-color: #81BB5B
    }
.primary-ghost-cta {
    background-color: transparent;
    color: #121212;
    border-color: #81BB5B;
}
.dark-bg .primary-ghost-cta {
    color: #fff
}
.primary-ghost-cta:hover,
.primary-ghost-cta:focus {
    background-color: #81BB5B;
    color: #fff !important;
    border-color: #81BB5B;
}
.xsmall-cta {
    width: 120px
}
.small-cta {
    width: 160px
}
.medium-cta {
    width: 200px
}
.large-cta {
    width: 240px
}
.xlarge-cta {
    width: 280px
}
.xxlarge-cta {
    width: 320px
}
.xxxlarge-cta {
    width: 360px
}
.cta-width-auto,
.width-auto-cta {
    width: auto
}
.thin-cta {
    padding: 12px 15px
}
.regular-cta {
    padding: 16px 20px
}
.fat-cta {
    padding: 20px 25px
}
.lkbtn-list.inline-btns {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: 30px
}
    .lkbtn-list.inline-btns .lkbtn-item {
        display: inline-block;
        vertical-align: middle
    }
.lkbtn-item .wistia_click_to_play {
    height: auto !important;
    width: auto !important
}
.lkbtn-list.inline-btns .os-button {
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px)
}
.lkbtn-list > .lkbtn-item .lkbtn-stacker {
    margin-top: 5px
}
.lkbtn-list > .lkbtn-item:first-child .lkbtn-stacker {
    margin-top: 0
}
.link-button .lkbtn-list.inline-btns {
    margin-top: 0
}
@media screen and (max-width:767px) {
    .lkbtn-list .os-button {
        margin-bottom: 20px
    }
}
.video-play-btn {
    background-color: #81BB5B;
    text-decoration: none !important;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    padding: 18px 20px 12px;
    border-left: 56px solid #347644;
    color: #fff
}
    .video-play-btn .duration {
        display: block;
        font-size: 10px;
        cursor: pointer;
        color: #141416;
        margin-top: 3px
    }
    .video-play-btn:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -30px;
        height: 0;
        width: 0;
        border: 6px solid #FFF;
        border-color: transparent transparent transparent #FFF;
        margin-top: -5px
    }
    .video-play-btn:hover,
    .video-play-btn:focus {
        background-color: #fff;
        color: #141416
    }
        .video-play-btn:hover .duration,
        .video-play-btn:focus .duration {
            color: #141416
        }
@media(max-width:767px) {
    .lkbtn-list.inline-btns .lkbtn-item,
    .lkbtn-list.inline-btns .wistia_embed,
    .lkbtn-list.inline-btns .wistia_click_to_play,
    .body-container .cta-button {
        display: block;
        max-width: 100%;
        width: 100%
    }
}
@media(max-width:768px) {
    .reset-padding-m {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    .reset-padding-top-m {
        padding-top: 40px !important
    }
    .reset-padding-bottom-m {
        padding-bottom: 40px !important
    }
    .remove-padding-m {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }
}
@media(max-width:1024px) {
    .reset-padding-1024 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    .reset-padding-top-1024 {
        padding-top: 40px !important
    }
    .reset-padding-bottom-1024 {
        padding-bottom: 40px !important
    }
}
@media(max-width:1023px) {
    .reset-padding-1023 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    .reset-padding-top-1023 {
        padding-top: 40px !important
    }
    .reset-padding-bottom-1023 {
        padding-bottom: 40px !important
    }
}
@media(max-width:768px) {
    .reset-padding-768 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    .reset-padding-top-768 {
        padding-top: 40px !important
    }
    .reset-padding-bottom-768 {
        padding-bottom: 40px !important
    }
}
@media(max-width:767px) {
    .reset-padding-767 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    .reset-padding-top-767 {
        padding-top: 40px !important
    }
    .reset-padding-bottom-767 {
        padding-bottom: 40px !important
    }
}
.horispacer {
    margin: 0 auto
}
.single-spacer {
    height: 40px
}
.double-spacer {
    height: 80px
}
.half-spacer {
    height: 20px
}
@media(max-width:768px) {
    .m8-spacer.reduce-on-mobile {
        height: 40px
    }
}
.c3c-heading {
    margin-bottom: 48px
}
.c3c-card {
    position: relative;
    border: solid 1px #dcdfe6;
    background-color: #fff;
    margin-bottom: 32px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 12px 0 #edeef2;
    box-shadow: 0 8px 12px 0 #edeef2;
    overflow: hidden
}
    .c3c-card:hover {
        border-color: #9a9eaa
    }
.c3cc-wrapper {
    height: 100%;
    position: relative;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}
.c3cc-top {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start
}
.c3cc-bottom {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.c3cc-image-wrapper {
    position: relative;
    padding-bottom: 62.35%;
    overflow: hidden
}
.c3cc-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none
}
.c3cc-content {
    padding: 32px 24px 16px
}
.c3cc-summary {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.87
}
.c3ccl-label {
    display: block;
    font-size: 13px;
    letter-spacing: .7px
}
.c3cc-link {
    padding: 16px 24px 32px;
    position: relative;
}
    .c3cc-link:after {
        content: '';
        position: absolute;
        width: 52px;
        height: 4px;
        background: #81BB5B;
        left: 24px;
        bottom: 24px;
    }
    .c3cc-link .link-button {
        font-size: 16px;
        font-weight: 900;
        letter-spacing: .7px;
        color: #3B4550;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding-right: 24px
    }
        .c3cc-link .link-button:after {
            color: #81BB5B;
            content: "";
            display: inline-block;
            width: 9px;
            height: 9px;
            border-top: 1px solid;
            -webkit-transform-origin: 50%;
            -ms-transform-origin: 50%;
            transform-origin: 50%;
            border-right: 1px solid;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) rotateZ(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg)
        }
        .c3cc-link .link-button:before {
            color: #81BB5B;
            content: "";
            display: block;
            width: 15px;
            border-top: 1px solid;
            -webkit-transform-origin: 50%;
            -ms-transform-origin: 50%;
            transform-origin: 50%;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }
        .c3cc-link .link-button:hover {
            color: #141416;
            text-decoration: none
        }
.c3cc-summary {
    margin-top: 24px
}
    .c3cc-summary ul {
        margin: 0
    }
.lb-heading {
    margin-bottom: 35px
}
.lb-logo-wrapper {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 32px;
    max-width: 140px;
    display: inline-block
}
    .lb-logo-wrapper:last-child {
        margin-right: 0
    }
.lb-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    vertical-align: middle
}
@media(max-width:1023px) {
    .lb-logos {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .lb-logo-wrapper {
        max-width: 120px;
        max-height: 50px;
        margin: 16px 8px
    }
}
@media(max-width:767px) {
    .lb-logos {
        display: block !important;
        text-align: center
    }
    .lb-logo-wrapper {
        max-width: calc(33% - 18px);
        width: 100%;
        max-height: 40px
    }
    .lb-logo {
        max-width: 80px;
        max-height: 40px
    }
}
.osmv-headline {
    margin-bottom: 30px
}
@media(max-width:767px) {
    .osmv .content-wrapper {
        max-width: 600px
    }
}
@media(max-width:767px) {
    .osi .content-wrapper {
        max-width: 600px
    }
}
.uwc-wrapper {
    background-color: #fff;
    position: relative;
    padding-right: 30%;
    border-radius: 5px
}
.uwc-content {
    border-radius: 5px 0 0 5px;
    border: solid 1.5px #edeef2;
    border-right: 0;
    padding: 50px 60px 60px 60px
}
.uwc-date {
    font-size: 30px;
    color: #747780;
    font-weight: 300;
    margin-bottom: 35px
}
.uwc-type {
    margin-bottom: 15px;
    font-weight: 700;
}
.uwc-title {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 17px
}
.uwc-details {
    font-size: 18px;
    margin-bottom: 30px
}
.uwc-photo {
    width: 30%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 30%;
    border-radius: 0 5px 5px 0
}
@media(max-width:1024px) {
    .uwc-wrapper {
        padding-right: 35%
    }
    .uwc-content {
        padding: 24px 32px 32px 32px
    }
    .uwc-date {
        font-size: 24px;
        margin-bottom: 25px
    }
    .uwc-title {
        font-size: 24px
    }
    .uwc-details {
        font-size: 14px;
        margin-bottom: 20px
    }
    .uwc-photo {
        width: 35%
    }
}
@media(max-width:768px) {
    .uwc-wrapper {
        padding-right: 0
    }
    .uwc-content {
        padding: 40px;
        border-radius: 5px;
        border: solid 1.5px #edeef2
    }
    .uwc-date {
        font-size: 20px;
        margin-bottom: 25px
    }
    .uwc-type {
        font-size: 13px
    }
    .uwc-title {
        font-size: 20px
    }
    .uwc-photo {
        display: none
    }
}
@media(max-width:375px) {
    .uwc-content {
        padding: 24px
    }
    .awc-button {
        max-width: 100% !important;
        width: 100% !important
    }
}
@media(max-width:1023px) {
    .txt1col .halign-left {
        margin-left: auto
    }
}
.txt2col-ws-btn-prefix-title {
    font-size: 14px;
    font-weight: 500
}
.txt2col-ws-item {
    position: relative;
    padding: 0 32px
}
.txt2col-ws-item-custom-width > div {
    position: relative
}
.txt2col-ws-item:last-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% + 70px);
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.txt2col-ws-item:last-child .txt2col-ws-item-custom-width div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: -40px;
    left: auto;
    display: none
}
.txt2col-ws-item:last-child .txt2col-ws-item-custom-width > div:before,
.txt2col-ws-item:last-child:before {
    background: #fff;
    opacity: .27
}
.no-background .txt2col-ws-wrapper:last-child:before,
.no-background .txt2col-ws-item:last-child .txt2col-ws-item-custom-width > div:before {
    background: #000;
    opacity: .10
}
@media(max-width:768px) {
    .txt2col-ws-wrapper .span-md-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .txt2col-ws-item {
        margin-bottom: 80px
    }
        .txt2col-ws-item:last-child {
            margin-bottom: 0
        }
            .txt2col-ws-item:last-child:before {
                display: none
            }
            .txt2col-ws-item:last-child .txt2col-ws-item-custom-width > div:before {
                display: block
            }
}
@media(max-width:767px) {
    .txt2col-ws-item:last-child .txt2col-ws-item-custom-width div:before {
        width: 1000px;
        left: -500px
    }
}
.imgtxt-custom-width {
    z-index: 3 !important
}
    .imgtxt-custom-width .imgtxt-wrapper {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
        .imgtxt-custom-width .imgtxt-wrapper.ltr .imgtxt-image {
            direction: rtl
        }
        .imgtxt-custom-width .imgtxt-wrapper.rtl .imgtxt-image {
            direction: ltr
        }
.imgtxt-image {
    text-align: center;
    position: relative
}
.imgtxt-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88
}
@media(min-width:1600px) {
    .imgtxt-move-image-top-bottom .imgtxt-text {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .imgtxt-move-image-top .imgtxt-text {
        padding-top: 60px
    }
    .imgtxt-move-image-bottom .imgtxt-text {
        padding-bottom: 60px
    }
}
@media(min-width:1024px) and (max-width:1599px) {
    .imgtxt-move-image-top-bottom .imgtxt-text {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .imgtxt-move-image-top .imgtxt-text {
        padding-top: 40px
    }
    .imgtxt-move-image-bottom .imgtxt-text {
        padding-bottom: 40px
    }
    .imgtxt-move-image-top .imgtxt-wrapper {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .imgtxt-move-image-bottom .imgtxt-wrapper {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
}
@media(min-width:1024px) {
    .imgtxt-image,
    .imgtxt-text {
        width: 50% !important
    }
    .imgtxt-custom-width .imgtxt-wrapper .imgtxt-img {
        max-width: calc(50vw - 30px)
    }
}
.imgtxt-custom-width .imgtxt-img {
    position: relative !important
}
.imgtxt-move-image-top-bottom .imgtxt-img {
    top: -30px;
    bottom: -30px;
    height: calc(100% + 60px)
}
.imgtxt-move-image-top .imgtxt-img {
    top: -30px
}
.imgtxt-move-image-bottom .imgtxt-img {
    bottom: -30px
}
@media(max-width:1024px) {
    .imgtxt-wrapper {
        display: block
    }
    .imgtxt .imgtxt-image,
    .imgtxt .imgtxt-text {
        width: 100%
    }
    .imgtxt-custom-width .imgtxt-text {
        font-size: 14px !important
    }
}
@media(max-width:1023px) {
    .imgtxt .imgtxt-image {
        margin-bottom: 30px !important
    }
    .imgtxt .imgtxt-image,
    .imgtxt .imgtxt-text {
        padding: 0 !important
    }
    .imgtxt-custom-width .imgtxt-wrapper .imgtxt-img {
        width: 660px
    }
    .imgtxt-move-image-top .imgtxt-img {
        top: -30px;
        margin-bottom: 0 !important
    }
    .imgtxt-move-image-bottom .imgtxt-img {
        bottom: 0
    }
    .imgtxt [class*="span"] {
        display: block
    }
    .imgtxt-text {
        margin-bottom: 40px
    }
}
@media(max-width:767px) {
    .imgtxt-custom-width .imgtxt-wrapper .imgtxt-img {
        width: 350px
    }
}
.ittl .ittl-headline {
    margin-bottom: 50px
}
.ittl-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.ittl-item {
    margin-top: 50px
}
.ittl-item-icon {
    display: inline-block
}
.ittl-item-icon-wrap {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-right: 10px
}
.ittl-item-left .ittl-item-icon {
    margin-right: 20px
}
.ittl-icon-img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.ittl-item-text-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #3B4550;
}
.span-md-3 .ittl-item-text-title {
    font-size: 20px
}
.ittl-item-left-inline .ittl-item-text-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.text-center .ittl-item-left-inline .ittl-item-text-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.ittl-top {
    position: relative
}
.ittl-item-text-content {
    font-size: 16px;
    font-weight: 300
}
.ittl-link {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .46px;
    color: #81BB5B;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 24px
}
    .ittl-link:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        left: 0;
        top: 0
    }
    .ittl-link .rm-arrow {
        position: relative;
        right: -20px;
        -webkit-transition: all ease .4s;
        -o-transition: all ease .4s;
        transition: all ease .4s
    }
        .ittl-link .rm-arrow:before {
            content: "";
            display: block;
            width: 13px;
            border-top: 1px solid;
            -webkit-transform-origin: 50%;
            -ms-transform-origin: 50%;
            transform-origin: 50%;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }
        .ittl-link .rm-arrow:after {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            border-top: 1px solid;
            -webkit-transform-origin: 50%;
            -ms-transform-origin: 50%;
            transform-origin: 50%;
            border-right: 1px solid;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) rotateZ(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg)
        }
.ittl-item:nth-child(1),
.ittl-2-cols .ittl-item:nth-child(1),
.ittl-2-cols .ittl-item:nth-child(2),
.ittl-3-cols .ittl-item:nth-child(1),
.ittl-3-cols .ittl-item:nth-child(2),
.ittl-3-cols .ittl-item:nth-child(3),
.ittl-4-cols .ittl-item:nth-child(1),
.ittl-4-cols .ittl-item:nth-child(2),
.ittl-4-cols .ittl-item:nth-child(3),
.ittl-4-cols .ittl-item:nth-child(4) {
    margin-top: 0
}
.ittl-2-cols .ittl-list-item {
    width: 50%
}
.ittl-3-cols .ittl-item {
    width: 33.33%
}
.ittl-4-cols .ittl-item {
    width: 25%
}
.ittl-5-cols .ittl-item {
    width: 20%
}
@media(max-width:1024px) {
    .ittl-3-cols .ittl-item,
    .ittl-4-cols .ittl-item {
        width: 50%
    }
    .ittl-5-cols .ittl-item {
        width: 33.33%
    }
}
@media(max-width:768px) {
    .ittl-item-icon-wrap {
        width: 40px;
        height: 40px
    }
    .ittl-item-text-title {
        font-size: 20px
    }
}
@media(max-width:767px) {
    .ittl-item {
        padding: 0 !important
    }
    .ittl-3-cols .ittl-item,
    .ittl-5-cols .ittl-item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}
@media(max-width:640px) {
    .ittl-2-cols .ittl-item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}
@media(max-width:540px) {
    .ittl-4-cols .ittl-item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}
@media(min-width:640px) {
    .ittl-item-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.ittl .animation-element {
    opacity: 0
}
.ittl .in-view.animation-element {
    -webkit-animation: fl-fade-in 1s ease;
    animation: fl-fade-in 1s ease
}
.ittl .in-view.animation-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
@-webkit-keyframes fl-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fl-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.ts-wrapper {
    padding-top: 140px;
    position: relative;
    overflow: hidden;
    border-top: solid 1px #edeef2
}
.ts-testimonials {
    position: relative
}
.ts-testimonial {
    position: relative;
    left: 2px
}
    .ts-testimonial.active {
        left: 0
    }
.tst-images-wrapper {
    position: relative;
    text-align: right
}
.tst-background {
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    top: -64px;
    left: 0;
    z-index: 1;
    max-width: 70%
}
.tst-headshot {
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 70%
}
.tst-signature {
    margin-bottom: 32px
}
.tst-name {
    display: block;
    font-size: 21px;
    font-weight: 900;
    line-height: .78;
    letter-spacing: .6px;
    color: #3B4550;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 10px;
    position: relative
}
    .tst-name:after {
        content: '';
        position: absolute;
        width: 52px;
        height: 4px;
        background: #81BB5B;
        left: 0;
        bottom: 0;
    }
.tst-title,
.tst-company {
    display: block;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .5px;
    color: #2f3135
}
.tst-title {
    color: #2F3135;
}
.tst-company {
    font-weight: 600;
    text-transform: uppercase;
}
.tst-quote {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: .6px;
    margin: 0;
    color: #515A59;
}
.ts-navigation {
    position: absolute;
    top: 50px;
    right: 0;
    width: 116px;
    z-index: 3
}
.ts-previous,
.ts-next {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    position: relative;
    background-color: #81BB5B;
    color: #fff;
    cursor: pointer;
    float: left
}
.ts-next {
    margin-left: 20px;
}
    .ts-previous:hover,
    .ts-next:hover {
        background-color: #000;
        color: #fff
    }
    .ts-previous.inactive,
    .ts-next.inactive {
        background-color: #C9C7C7;
        color: #FFF;
        cursor: not-allowed
    }
    .ts-previous:before,
    .ts-next:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-top: 1px solid;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        position: absolute;
        top: 50%
    }
    .ts-previous:after,
    .ts-next:after {
        content: "";
        display: block;
        width: 24px;
        border-top: 1px solid;
        position: absolute;
        top: 50%
    }
.ts-previous:before {
    border-left: 1px solid;
    -webkit-transform: rotateZ(-45deg) translateY(-60%);
    -ms-transform: rotate(-45deg) translateY(-60%);
    transform: rotateZ(-45deg) translateY(-60%);
    right: 18px
}
.ts-previous:after {
    right: 12px
}
.ts-next:before {
    border-right: 1px solid;
    -webkit-transform: rotateZ(45deg) translateY(-60%);
    -ms-transform: rotate(45deg) translateY(-60%);
    transform: rotateZ(45deg) translateY(-60%);
    left: 18px
}
.ts-next:after {
    left: 12px
}
.ts-pages {
    font-size: 14px;
    letter-spacing: .4px;
    color: #9a9eaa;
    text-align: center;
    padding-top: 16px;
    clear: left
}
    .ts-pages i {
        font-style: normal
    }
@media(max-width:1183px) {
    .ts-wrapper {
        padding-top: 40px
    }
    .ts-navigation {
        position: relative;
        margin-left: auto;
        top: 0;
        right: 0;
        padding-bottom: 40px
    }
    .tst-quote {
        font-size: 16px
    }
}
@media(max-width:767px) {
    .tst-left {
        margin-bottom: 32px
    }
    .ts-navigation {
        margin-right: auto;
        padding-bottom: 24px
    }
    .tst-background {
        display: none
    }
    .tst-headshot {
        max-width: 100%
    }
}
.cic-headline {
    margin-bottom: 48px
}
.cic-tag {
    font-size: 11px;
    color: #f8890d;
    font-weight: 500;
    letter-spacing: .46px;
    margin-bottom: 8px
}
.cic-title {
    color: #141416
}
.cic-cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.cic-card {
    position: relative;
    border: solid 1px #dcdfe6;
    background-color: #fff;
    margin-bottom: 32px;
    overflow: hidden;
    margin-right: 32px
}
    .cic-card:last-child {
        margin-right: 0
    }
.cic-wrapper {
    padding: 24px;
    height: 100%
}
.cic-l {
    float: left;
    width: 39%
}
.cic-r {
    float: right;
    width: calc( 61% - 30px);
    height: 100%;
    position: relative;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.cic-r-bottom {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.cic-item-headline {
    font-size: 26px;
    color: #141416;
    margin-bottom: 20px
}
.cic-item-headline-spacer {
    margin: auto;
    background: #dcdfe6;
    height: 1px
}
.cic-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    line-height: 21px;
    margin: 20px auto 14px
}
    .cic-item-details dt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 5px;
        word-break: break-all
    }
    .cic-item-details dd {
        margin-left: auto;
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px);
        flex: 0 0 calc(100% - 70px);
        font-family: 'Raleway', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 5px
    }
@media(min-width:1024px) {
    .cic-card:nth-child(2n) {
        margin-right: 0
    }
}
@media(max-width:1023px) {
    .cic-card {
        margin-right: 0
    }
    .cic-l {
        float: left;
        width: 33%
    }
    .cic-r {
        float: right;
        width: calc( 67% - 30px)
    }
}
@media(max-width:767px) {
    .cic-card {
        margin-right: 0
    }
    .cic-l,
    .cic-r {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto
    }
    .cic-l {
        margin-bottom: 14px
    }
    .cic-image-wrapper {
        max-width: 80px
    }
    .cic-item-headline {
        margin-bottom: 10px
    }
    .cic-item-details {
        margin: 20px auto 10px
    }
}
.cv2-headline {
    margin-bottom: 48px
}
.cv2-tag {
    font-size: 11px;
    color: #81bb5b;
    font-weight: 500;
    letter-spacing: .46px;
    margin-bottom: 8px
}
.cv2-title {
    color: #141416
}
.cv2-cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.cv2-card {
    position: relative;
    border: solid 1px #dcdfe6;
    background-color: #fff;
    margin-bottom: 32px;
    -webkit-box-shadow: 0 8px 12px 0 #edeef2;
    box-shadow: 0 8px 12px 0 #edeef2;
    overflow: hidden;
    margin-right: 32px
}
    .cv2-card:last-child {
        margin-right: 0
    }
.cv2-wrapper {
    height: 100%;
    position: relative;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}
.cv2-top {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start
}
.cv2-bottom {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.cv2-image-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    -webkit-transition: -webkit-transform ease .4s;
    transition: -webkit-transform ease .4s;
    -o-transition: transform ease .4s;
    transition: transform ease .4s;
    transition: transform ease .4s, -webkit-transform ease .4s
}
.cv2-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none
}
.cv2-content {
    padding: 35px 35px 10px
}
.cv2-link {
    padding: 0 35px 35px
}
    .cv2-link .link-button {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .46px;
        color: #81bb5b;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        padding-right: 24px
    }
        .cv2-link .link-button:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            display: block;
            left: 0;
            top: 0
        }
        .cv2-link .link-button .rm-arrow {
            position: relative;
            right: -20px;
            -webkit-transition: all ease .4s;
            -o-transition: all ease .4s;
            transition: all ease .4s
        }
            .cv2-link .link-button .rm-arrow:before {
                content: "";
                display: block;
                width: 13px;
                border-top: 1px solid;
                -webkit-transform-origin: 50%;
                -ms-transform-origin: 50%;
                transform-origin: 50%;
                position: absolute;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            .cv2-link .link-button .rm-arrow:after {
                content: "";
                display: inline-block;
                width: 7px;
                height: 7px;
                border-top: 1px solid;
                -webkit-transform-origin: 50%;
                -ms-transform-origin: 50%;
                transform-origin: 50%;
                border-right: 1px solid;
                position: absolute;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%) rotateZ(45deg);
                -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotateZ(45deg)
            }
.cv2-card.with-link:hover {
    border-color: #81bb5b;
}
    .cv2-card.with-link:hover .cv2-image-wrapper {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-transition: -webkit-transform ease .4s;
        transition: -webkit-transform ease .4s;
        -o-transition: transform ease .4s;
        transition: transform ease .4s;
        transition: transform ease .4s, -webkit-transform ease .4s
    }
.cv2-card:hover .cv2-bottom .link-button .rm-arrow {
    right: -25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
@media(min-width:1024px) {
    .cv2-card:nth-child(3n) {
        margin-right: 0
    }
}
@media(max-width:1023px) {
    .cv2-card:nth-child(2n) {
        margin-right: 0
    }
}
@media(max-width:767px) {
    .cv2-card {
        margin-right: 0
    }
}
.with-slanted-bg {
    background: none transparent !important;
    overflow: hidden
}
.bansc {
    overflow: hidden
}
.with-bansc > div {
    position: relative;
    z-index: 2
}
.with-bansc .bansc {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 110%;
    height: 100%;
    z-index: 1;
}
.with-slanted-bg .bansc {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}
.with-slanted-bg .bansc-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 110%;
    height: 100%;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.bansc-g {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 50px));
    -ms-transform: translateX(calc(-50% - 50px));
    transform: translateX(calc(-50% - 50px));
    max-width: 1120px;
    width: 100%
}
.with-slanted-bg .bansc-g {
    margin-left: -50px
}
.bansc-s {
    background: no-repeat;
    position: absolute
}
.bansc-s1 {
    width: 776px;
    height: 913px;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='776' height='913' viewBox='0 0 776 913'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='49.731%25' x2='3.39%25' y1='53.39%25' y2='100.269%25'%3E%3Cstop offset='0%25' stop-color='%23C2E2F5' stop-opacity='0'/%3E%3Cstop offset='100%25' stop-color='%23C2E2F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='50%25' x2='50%25' y1='40.816%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23C2E2F5' stop-opacity='0'/%3E%3Cstop offset='100%25' stop-color='%23C2E2F5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='120' transform='translate(72 -294)'%3E%3Cpath stroke='url(%23a)' d='M84 84h403v403H84z' opacity='.16' transform='rotate(-45 285.5 285.5)'/%3E%3Ccircle cx='422.5' cy='925.5' r='221.5' stroke='url(%23b)' opacity='.174'/%3E%3C/g%3E%3C/svg%3E")*/
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='776'%20height='913'%20viewBox='0%200%20776%20913'%3E%3Cdefs%3E%3ClinearGradient%20id='a'%20x1='49.731%25'%20x2='3.39%25'%20y1='53.39%25'%20y2='100.269%25'%3E%3Cstop%20offset='0%25'%20stop-color='%23C2E2F5'%20stop-opacity='0'/%3E%3Cstop%20offset='100%25'%20stop-color='%23C2E2F5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='b'%20x1='50%25'%20x2='50%25'%20y1='40.816%25'%20y2='100%25'%3E%3Cstop%20offset='0%25'%20stop-color='%23C2E2F5'%20stop-opacity='0'/%3E%3Cstop%20offset='100%25'%20stop-color='%23C2E2F5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg%20fill='none'%20fill-rule='evenodd'%20stroke-width='120'%20transform='translate(72%20-294)'%3E%3Cpath%20stroke='url(%23a)'%20d='M84%2084h403v403H84z'%20opacity='.16'%20transform='rotate(-45%20285.5%20285.5)'/%3E%3Ccircle%20cx='422.5'%20cy='925.5'%20r='221.5'%20stroke='url(%23b)'%20opacity='.174'/%3E%3C/g%3E%3C/svg%3E");
}
.bansc-s2 {
    width: 1158px;
    height: 778px;
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1158' height='778' viewBox='0 0 1158 778'%3e%3cdefs%3e%3clinearGradient id='a' x1='50%25' x2='50%25' y1='40.816%25' y2='100%25'%3e%3cstop offset='0%25' stop-color='%23C2E2F5' stop-opacity='0'/%3e%3cstop offset='100%25' stop-color='%23C2E2F5'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='49.731%25' x2='3.39%25' y1='53.39%25' y2='100.269%25'%3e%3cstop offset='0%25' stop-color='%23C2E2F5' stop-opacity='0'/%3e%3cstop offset='100%25' stop-color='%23C2E2F5'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd' opacity='.16' transform='translate(75 -305)'%3e%3ccircle cx='504' cy='504' r='504' stroke='url(%23a)' stroke-width='150'/%3e%3ccircle cx='494' cy='554' r='136' stroke='url(%23a)' stroke-width='150'/%3e%3cpath stroke='url(%23b)' stroke-width='120' d='M293 95h403v403H293z' transform='rotate(-45 494.5 296.5)'/%3e%3c/g%3e%3c/svg%3e ")*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1158'%20height='778'%20viewBox='0%200%201158%20778'%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='50%25'%20x2='50%25'%20y1='40.816%25'%20y2='100%25'%3e%3cstop%20offset='0%25'%20stop-color='%23C2E2F5'%20stop-opacity='0'/%3e%3cstop%20offset='100%25'%20stop-color='%23C2E2F5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='b'%20x1='49.731%25'%20x2='3.39%25'%20y1='53.39%25'%20y2='100.269%25'%3e%3cstop%20offset='0%25'%20stop-color='%23C2E2F5'%20stop-opacity='0'/%3e%3cstop%20offset='100%25'%20stop-color='%23C2E2F5'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%20opacity='.16'%20transform='translate(75%20-305)'%3e%3ccircle%20cx='504'%20cy='504'%20r='504'%20stroke='url(%23a)'%20stroke-width='150'/%3e%3ccircle%20cx='494'%20cy='554'%20r='136'%20stroke='url(%23a)'%20stroke-width='150'/%3e%3cpath%20stroke='url(%23b)'%20stroke-width='120'%20d='M293%2095h403v403H293z'%20transform='rotate(-45%20494.5%20296.5)'/%3e%3c/g%3e%3c/svg%3e%20")
}
.bansc-g1 .bansc-s1 {
    top: 70px;
    left: -240px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.bansc-g1 .bansc-s2 {
    top: 90px;
    right: -320px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}
.bansc-g2 .bansc-s1 {
    top: 0;
    left: -350px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.bansc-g2 .bansc-s2 {
    top: 90px;
    right: -180px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}
@media(max-width:1600px) {
    .bansc-g1 .bansc-s2 {
        right: -200px
    }
    .bansc-g2 .bansc-s1 {
        left: -240px
    }
    .bansc-g2 .bansc-s2 {
        top: -60px;
        right: -310px
    }
}
@media(max-width:1024px) {
    .bansc-g1 .bansc-s1 {
        left: 150px;
        top: 120px;
        zoom: .7
    }
    .bansc-g1 .bansc-s2 {
        right: 50px;
        zoom: .7
    }
    .bansc-g2 .bansc-s1 {
        left: 90px;
        zoom: .7
    }
    .bansc-g2 .bansc-s2 {
        right: 73px;
        zoom: .7
    }
}
@media(max-width:768px) {
    .bansc-g1 .bansc-s1 {
        left: 124px;
        top: 160px;
        zoom: .55
    }
    .bansc-g1 .bansc-s2 {
        right: 70px;
        top: 120px;
        zoom: .55
    }
    .bansc-g2 .bansc-s1 {
        left: 60px;
        top: 70px;
        zoom: .55
    }
    .bansc-g2 .bansc-s2 {
        right: -50px;
        top: 10px;
        zoom: .55
    }
}
@media(max-width:600px) {
    .bansc-g1 .bansc-s1 {
        left: 124px;
        top: 308px;
        zoom: .35
    }
    .bansc-g1 .bansc-s2 {
        right: -130px;
        top: 120px;
        zoom: .35
    }
    .bansc-g2 .bansc-s1 {
        left: 110px;
        top: 50px;
        zoom: .35
    }
    .bansc-g2 .bansc-s2 {
        right: 50px;
        top: -10px;
        zoom: .35
    }
}
@media(max-width:1024px) {
    .animtxt-anim {
        -webkit-transform: scale(.875);
        -ms-transform: scale(.875);
        transform: scale(.875)
    }
}
@media(max-width:767px) {
    .animtxt-wrapper {
        direction: ltr !important
    }
    .animtxt-anim {
        -webkit-transform: scale(.675);
        -ms-transform: scale(.675);
        transform: scale(.675)
    }
    .animtxt-text {
        margin-top: 30px
    }
}
.animtxt-graph {
    position: relative;
    height: 180px;
    width: 169px;
    margin: auto
}
.animtxt-hs-line {
    height: 5px;
    width: 169px;
    background: #141416;
    position: absolute;
    bottom: 0
}
.animtxt-v-line {
    width: 4px;
    background: #141416;
    position: absolute;
    bottom: 5px;
    -webkit-transition: height 1s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: height 1s cubic-bezier(0.4, 0, 1, 1);
    transition: height 1s cubic-bezier(0.4, 0, 1, 1)
}
.animtxt-v1 {
    left: 10px;
    height: 21px
}
.animtxt-v1-dot {
    width: 16px;
    height: 16px;
    background: #f88701;
    position: absolute;
    left: 5px;
    bottom: 39px;
    border-radius: 100%;
    opacity: 0
}
.animtxt-v2 {
    left: 40px;
    height: 22px
}
.animtxt-v2-dot {
    width: 16px;
    height: 16px;
    background: #f88701;
    position: absolute;
    left: 34px;
    bottom: 113px;
    border-radius: 100%;
    opacity: 0
}
.animtxt-v3 {
    left: 74px;
    height: 53px;
    background: #0a3aa1
}
.animtxt-v3-dot {
    width: 16px;
    height: 16px;
    background: #f88701;
    position: absolute;
    left: 69px;
    bottom: 159px;
    border-radius: 100%;
    opacity: 0
}
.animtxt-v4 {
    left: 113px;
    height: 18px
}
.animtxt-v5 {
    left: 153px;
    height: 13px
}
.in-view .animtxt-v1 {
    height: 35px
}
.in-view .animtxt-v2 {
    height: 108px
}
.in-view .animtxt-v3 {
    height: 154px
}
.in-view .animtxt-v4 {
    height: 90px
}
.in-view .animtxt-v5 {
    height: 65px
}
.in-view .animtxt-v-dot {
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.in-view .animtxt-v2-dot {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}
.in-view .animtxt-v3-dot {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: blinklast;
    animation-name: blinklast;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes blink {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes blink {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes blinklast {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes blinklast {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.animtxt-cross-shape,
.animtxt-cross-shape-2 {
    width: 160px;
    height: 160px;
    position: relative;
    margin: auto
}
.animtxt-middot {
    background: #f88701;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.animtxt-blue-dot {
    background: #fff;
    border: 4px solid #0a3aa1;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}
.animtxt-top-dot {
    left: 50%;
    top: calc(50% - 24px)
}
.animtxt-bottom-dot {
    left: 50%;
    top: calc(50% + 24px)
}
.animtxt-left-dot {
    top: 50%;
    left: calc(50% - 24px)
}
.animtxt-right-dot {
    top: 50%;
    left: calc(50% + 24px)
}
.in-view .animtxt-top-dot {
    top: calc(50% - 35px)
}
.in-view .animtxt-bottom-dot {
    top: calc(50% + 35px)
}
.in-view .animtxt-left-dot {
    left: calc(50% - 35px)
}
.in-view .animtxt-right-dot {
    left: calc(50% + 35px)
}
.animtxt-cross-shape-inner:before,
.animtxt-cross-shape-inner:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #141416
}
.animtxt-cross-shape-inner:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 30px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}
.in-view .animtxt-cross-shape-inner:before {
    height: 52px
}
.animtxt-cross-shape-inner:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 4px;
    width: 30px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}
.in-view .animtxt-cross-shape-inner:after {
    width: 52px
}
.animtxt-cross-shape-wrap {
    height: 100%
}
    .animtxt-cross-shape:before,
    .animtxt-cross-shape:after,
    .animtxt-cross-shape-wrap:before,
    .animtxt-cross-shape-wrap:after,
    .animtxt-extra-line-animation {
        content: "";
        position: absolute;
        background: #141416
    }
.animtxt-cross-shape:before {
    width: 4px;
    height: 0;
    bottom: 0;
    left: 0
}
.animtxt-cross-shape:after {
    height: 4px;
    width: 0;
    top: 0;
    left: 50%
}
.animtxt-cross-shape-wrap:before {
    width: 4px;
    height: 0;
    top: 0;
    right: 0
}
.animtxt-cross-shape-wrap:after {
    height: 4px;
    width: 0;
    right: 0;
    bottom: 0
}
.animtxt-extra-line-animation {
    width: 0;
    height: 4px;
    top: 0;
    left: 0
}
.in-view .animtxt-cross-shape:before {
    height: 100%;
    -webkit-transition: all .5s linear 2s;
    -o-transition: all .5s linear 2s;
    transition: all .5s linear 2s
}
.in-view .animtxt-extra-line-animation {
    width: 50%;
    -webkit-transition: all .5s linear 2.5s;
    -o-transition: all .5s linear 2.5s;
    transition: all .5s linear 2.5s
}
.in-view .animtxt-cross-shape:after {
    width: 50%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}
.in-view .animtxt-cross-shape .animtxt-cross-shape-wrap:before {
    height: 100%;
    -webkit-transition: all .5s linear 1s;
    -o-transition: all .5s linear 1s;
    transition: all .5s linear 1s
}
.in-view .animtxt-cross-shape .animtxt-cross-shape-wrap:after {
    width: 100%;
    -webkit-transition: all .5s linear 1.5s;
    -o-transition: all .5s linear 1.5s;
    transition: all .5s linear 1.5s
}
.in-view .animtxt-cross-shape-2 .animtxt-cross-shape-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    height: 100%
}
    .in-view .animtxt-cross-shape-2 .animtxt-blue-dot,
    .in-view .animtxt-cross-shape-2 .animtxt-cross-shape-inner:before,
    .in-view .animtxt-cross-shape-2 .animtxt-cross-shape-inner:after {
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }
    .in-view .animtxt-cross-shape-2 .animtxt-cross-shape-inner:before {
        height: 140px
    }
    .in-view .animtxt-cross-shape-2 .animtxt-cross-shape-inner:after {
        width: 140px
    }
.in-view .animtxt-cross-shape-2 .animtxt-top-dot {
    left: 50%;
    top: calc(50% - 80px)
}
.in-view .animtxt-cross-shape-2 .animtxt-bottom-dot {
    left: 50%;
    top: calc(50% + 80px)
}
.in-view .animtxt-cross-shape-2 .animtxt-left-dot {
    top: 50%;
    left: calc(50% - 80px)
}
.in-view .animtxt-cross-shape-2 .animtxt-right-dot {
    top: 50%;
    left: calc(50% + 80px)
}
.animtxt-circle-shape {
    width: 152px;
    height: 152px;
    border: 4px solid #141416;
    border-radius: 100%;
    position: relative;
    margin: auto
}
    .animtxt-circle-shape:before {
        background: #fff;
        border: 6px solid #fff;
        border-radius: 100%;
        content: '';
        position: absolute;
        top: -13px;
        left: 50%;
        width: 24px;
        height: 24px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .animtxt-circle-shape:after {
        border: 4px solid #0a3aa1;
        border-radius: 100%;
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        width: 18px;
        height: 18px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
.animtxt-middot {
    background: #f88701;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}
.animtxt-line {
    width: 4px;
    height: calc(50% - 5px);
    left: 50%;
    margin-left: -2px;
    background: #141416;
    position: absolute;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: 0;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}
.in-view .animtxt-line {
    -webkit-transform: rotate(115deg);
    -ms-transform: rotate(115deg);
    transform: rotate(115deg)
}
.animtxt-number-animate {
    font-weight: 700;
    position: absolute;
    color: #a7adba;
    right: -60px;
    font-size: 24px;
    bottom: 10px
}
.fl-animation .animtxt-text {
    opacity: 0
}
.in-view.fl-fade-in .animtxt-text {
    -webkit-animation: fl-fade-in 1s ease;
    animation: fl-fade-in 1s ease
}
.in-view.fl-animation .animtxt-text {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
@keyframes fl-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.eb-table {
    width: 100%;
    line-height: 1.3
}
    .eb-table th,
    .eb-table td {
        padding: 12px
    }
.eb-head {
    background-color: #d7dce4;
    font-size: 18px
}
.eb-body {
    background-color: #fff;
    font-size: 15px
}
.eb-name {
    font-weight: 500
}
@media(max-width:1022px) {
    .eb-head {
        display: none
    }
    .eb-table,
    .eb-body,
    .eb-table tr,
    .eb-table th,
    .eb-table td {
        display: block;
        width: 100%;
        text-align: center
    }
    .eb-body {
        background: 0
    }
    .eb-table tr {
        margin-bottom: 24px;
        background-color: #fff;
        padding-bottom: 18px
    }
    .eb-table td {
        padding: 12px
    }
    .eb-name {
        background-color: #d7dce4;
        padding: 24px 12px !important;
        margin-bottom: 12px
    }
    .eb-location {
        font-weight: 500
    }
}
@media(max-width:768px) {
    .ftcta-cta {
        margin-top: 30px
    }
}
.pricing-table {
    font-size: 13px;
    text-align: center
}
.pt-plan,
.pt-price,
.pt-feature,
.pt-isfeature {
    width: 25%;
    padding: 18px;
    border-bottom: 1px solid #d7dce4;
    border-right: 1px solid #d7dce4
}
.pt-plan {
    padding: 24px 18px;
    border-top: 1px solid #d7dce4
}
.pt-price {
    padding: 24px 18px
}
.pt-feature {
    font-family: 'Raleway', 'Arial', sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: left;
    background-color: #d7dce4;
    border-top-color: #fff !important;
    border-bottom-color: #fff !important
}
    .pt-feature.pt-first {
        border-top-color: #d7dce4 !important
    }
    .pt-feature.pt-last {
        border-bottom-color: #d7dce4 !important
    }
.pt-isfeature {
    background-color: #fff;
    border-color: #d7dce4 !important
}
.pt-empty-cell {
    width: 25%;
    border: 1px solid #d7dce4
}
    .pt-empty-cell.pt-top {
        border-bottom: 0
    }
    .pt-empty-cell.pt-bottom {
        border-top: 0
    }
.ptp-value {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1
}
.ptp-currency {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 900;
}
.ptp-cta {
    margin-top: 16px;
    margin-bottom: 16px
}
.ptp-name {
    font-size: 22px;
    font-weight: 900
}
.ptp-description {
    font-size: 12px;
    font-style: normal;
    color: #3B4550
}
.ptp-microcopy {
    font-size: 12px;
    font-weight: 700;
}
.pt-popular .ptp-name,
.pt-popular .ptp-value,
.pt-popular .ptp-currency {
    color: #81BB5B
}
.pt-check {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #81BB5B;
    border-right: 2px solid #81BB5B;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}
.pt-nocheck {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 3px;
    background-color: #E48E3D;
}
.pt-features-mobile {
    display: none
}
.pt-sticky-nav {
    position: fixed;
    width: 100%;
    top: 96px;
    left: 0;
    background-color: #fff
}
@media(min-width:1023px) {
    .pt-popular {
        background-color: #fff;
        border-left: 1px solid #81BB5B !important;
        border-right: 1px solid #81BB5B !important
    }
        .pt-popular.pt-plan {
            border-top-width: 1px;
            border-top-color: #81BB5B !important
        }
        .pt-popular.pt-isfeature.pt-last {
            border-bottom-width: 1px;
            border-bottom-color: #81BB5B !important
        }
    .pt-fake-line {
        position: relative
    }
        .pt-fake-line:before {
            content: "";
            display: block;
            width: 50vw;
            height: 1px;
            background: #e3e5ea;
            position: absolute;
            bottom: 0
        }
        .pt-fake-line.pt-left:before {
            right: 100%
        }
        .pt-fake-line.pt-right:before {
            left: 100%
        }
}
@media(max-width:1022px) {
    .pt-plan,
    .pt-price {
        width: 50% !important;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        background-color: #fff;
        margin-top: 8px;
        border-bottom: 0
    }
    .pt-price {
        border-left: 0;
        border-top: 1px solid #d7dce4
    }
    .pt-plan {
        border-right: 0;
        border-left: 1px solid #d7dce4;
        text-align: left
    }
    .pt-isfeature {
        display: none;
        width: 100% !important;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        padding-right: 0
    }
        .pt-isfeature.pt-active {
            display: block
        }
    .pt-empty-cell {
        display: none
    }
    .pt-feature {
        display: none
    }
    .pt-isfeature:before {
        content: attr(data-feature);
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin-left: -4px;
        position: relative;
        z-index: 2;
        font-family: 'Raleway', 'Arial', sans-serif;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-right: 12px
    }
    .isf-wrapper {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-left: -4px
    }
    .pt-isfeature {
        position: relative
    }
        .pt-isfeature:after {
            content: "";
            display: block;
            width: 50%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #d7dce4;
            z-index: 1;
            border-bottom: 1px solid #fff
        }
    .pt-features-mobile {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        background-color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.57;
        text-align: left;
        color: #f88701;
        padding: 8px 18px;
        border: 1px solid #d7dce4;
        cursor: pointer;
        border-top: 0;
        position: relative
    }
        .pt-features-mobile:before {
            content: "";
            display: block;
            width: 94%;
            height: 1px;
            background-color: #d7dce4;
            position: absolute;
            left: 3%;
            top: 0
        }
        .pt-features-mobile > span:before {
            content: "Show "
        }
        .pt-features-mobile.pt-active > span:before {
            content: "Hide "
        }
        .pt-features-mobile:after {
            content: "+";
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            line-height: 17px;
            text-align: center;
            border: 1px solid;
            border-radius: 50%;
            margin-left: 6px
        }
        .pt-features-mobile.pt-active:after {
            content: "-"
        }
    .pt-sticky-nav {
        display: none !important
    }
}
@media(max-width:767px) {
    .pt-plan {
        width: 100% !important;
        text-align: center;
        border-bottom: 0;
        border-right: 1px solid #d7dce4;
        position: relative
    }
        .pt-plan:after {
            content: "";
            display: block;
            width: 80%;
            height: 1px;
            background-color: #d7dce4;
            position: absolute;
            left: 10%;
            bottom: 0
        }
    .pt-price {
        width: 100% !important;
        margin-top: 0;
        border-top: 0;
        border-bottom: 0;
        border-left: 1px solid #d7dce4
    }
    .pt-features-mobile {
        border-top: 0;
        text-align: center
    }
        .pt-features-mobile:before {
            width: 80%;
            left: 10%
        }
    .isf-wrapper {
        width: 32%
    }
    .pt-isfeature:before {
        width: 68%
    }
    .pt-isfeature:after {
        width: 68%
    }
}
.sihn {
    border-bottom: 1px solid #e3e5ea
}
.sihn-menu ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative
}
.sihn-menu li {
    display: table-cell;
    font-size: 13px;
    padding: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0 !important;
    width: 100%;
    position: relative;
    vertical-align: middle;
    overflow: hidden
}
    .sihn-menu li a {
        display: inline-block;
        text-decoration: none !important;
        color: #3B4550 !important;
        border: 0;
        position: relative;
        font-weight: 700;
    }
    .sihn-menu li.active a {
        color: #81BB5B !important;
    }
    .sihn-menu li a:before {
        content: '';
        display: block;
        position: absolute;
        height: 200px;
        width: 600px;
        left: -100px;
        top: -50px
    }
.sihn-line {
    display: block;
    position: absolute;
    background-color: #81BB5B;
    height: 4px;
    left: 0;
    bottom: 0;
    -webkit-transition: left 300ms, width 300ms;
    -o-transition: left 300ms, width 300ms;
    transition: left 300ms, width 300ms
}
@media(max-width:768px) {
    .sihn-menu li {
        font-size: 12px
    }
}
@media(max-width:767px) {
    .sihn {
        display: none
    }
}
.tsbox-headline {
    margin-bottom: 30px
}
.tsbox-item {
    font-size: 16px
}
.tsbox-testimonial {
    margin-bottom: 15px;
    font-weight: 300;
    font-style: italic;
    font-weight: 300;
    color: #23272b
}
.tsbox-author-img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin-right: 0
}
.tsbox-author-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.tsbox-author-position {
    font-size: 12px
}
.style1.tsbox-item {
    text-align: center;
    margin: auto
}
    .style1.tsbox-item img {
        margin-bottom: 15px
    }
@media(max-width:768px) {
    .tsbox-items {
        display: block !important
    }
    .tsbox-item {
        margin-bottom: 40px !important
    }
}
.tfc .tfc-left {
    width: 55%;
    padding-right: 30px
}
.tfc .tfc-left-wrapper {
    max-width: 530px
}
.tfc .tfc-video {
    margin-top: 40px
}
.tfc .tfc-form {
    background: #fff;
    color: #2f4265;
    width: 45%;
    padding: 30px
}
    .tfc .tfc-form h3 {
        color: #2f4265 !important
    }
.tfc .hs-form > div {
    margin-bottom: 10px;
    max-width: 415px;
    margin-left: auto;
    margin-right: auto
}
.tfc .tfc-form {
    font-size: 17px
}
    .tfc .tfc-form fieldset,
    .hs-form fieldset {
        border: 0;
    }
.tfc .hs-form label {
    color: #2f4265
}
.tfc .tfc-form input:not([type="submit"]):not([type="checkbox"]),
.tfc .tfc-form select {
    width: 100%;
    height: 48px;
    font-size: 17px;
    padding: 12px;
    border: 1px solid #edeef2;
    margin-bottom: 12px
}
.tfc .tfc-form input:not([type="submit"]):not([type="checkbox"]) {
    margin-bottom: 12px
}
.tfc .tfc-form textarea {
    width: 100%;
    height: 96px;
    margin-bottom: 12px;
    font-size: 17px;
    padding: 12px;
    border: 1px solid #edeef2
}
.tfc .tfc-form input[type='checkbox'] + label {
    font-size: 12px;
    color: #23272b;
    line-height: 20px;
    float: right;
    width: calc(100% - 30px)
}
    .tfc .tfc-form input[type='checkbox'] + label:after {
        content: "";
        display: table;
        clear: both
    }
.tfc .tfc-form .hs_submit {
    text-align: center
}
.tfc .tfc-form .hs-button {
    position: relative;
    word-wrap: break-word;
    font-size: 18px;
    margin: 25px auto 0 auto;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Rajdhani', 'Arial', sans-serif;
    vertical-align: middle;
    padding: 15px 30px;
    background-color: #81BB5B;
    color: #fff;
    border: 1.5px solid transparent;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}
    .tfc .tfc-form .hs-button:hover,
    .tfc .tfc-form .hs-button:focus {
        border-color: #81BB5B;
        color: #81BB5B;
        background-color: transparent
    }
.tfc .legal-consent-container {
    font-size: 12px
}
.tfc .tfc-form .error-message {
    display: none;
    color: #ff5c00;
    font-size: 14px;
    font-style: italic
}
@media(max-width:768px) {
    .tfc .tfc-wrapper {
        display: block !important;
        margin: 0 auto;
        max-width: 600px
    }
    .tfc .tfc-left {
        width: 100%;
        padding-right: 0
    }
    .tfc .tfc-form {
        width: 100%
    }
}
.ftc .ftc-bg-image {
    width: 50%;
    position: relative;
    overflow: hidden;
    min-height: 300px
}
    .ftc .ftc-bg-image img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 1000%
    }
.ftc .mobile-img {
    display: none
}
.ftc .wistia_embed {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.ftc .ftc-form {
    background: #fff;
    width: 50%;
    padding: 70px 60px
}
.ftc .hs-form > div {
    margin-bottom: 10px;
    max-width: 415px;
    margin-left: auto;
    margin-right: auto
}
.ftc .ftc-form input:not([type="submit"]):not([type="checkbox"]),
.ftc .ftc-form select {
    width: 100%;
    height: 48px;
    font-size: 17px;
    padding: 12px;
    border: 1px solid #edeef2
}
.ftc .ftc-form input:not([type="submit"]):not([type="checkbox"]),
.ftc .ftc-form select,
.ftc .ftc-form textarea {
    margin-bottom: 12px
}
.ftc .ftc-form {
    font-size: 17px
}
    .ftc .ftc-form input[type='checkbox'] + label {
        font-size: 12px;
        color: #23272b;
        line-height: 20px;
        float: right;
        width: calc(100% - 30px)
    }
        .ftc .ftc-form input[type='checkbox'] + label:after {
            content: "";
            display: table;
            clear: both
        }
    .ftc .ftc-form .hs_submit {
        text-align: center
    }
    .ftc .ftc-form .hs-button {
        position: relative;
        word-wrap: break-word;
        font-size: 14px;
        margin: 25px auto 0 auto;
        letter-spacing: .5px;
        font-weight: normal;
        line-height: 1.2;
        display: inline-block;
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Rajdhani', 'Arial', sans-serif;
        vertical-align: middle;
        padding: 15px 30px;
        background-color: #81BB5B;
        color: #fff;
        border: 1.5px solid transparent;
        -webkit-transition: ease-in-out .3s;
        -o-transition: ease-in-out .3s;
        transition: ease-in-out .3s
    }
        .ftc .ftc-form .hs-button:hover,
        .ftc .ftc-form .hs-button:focus {
            border-color: #81BB5B;
            color: #81BB5B;
            background-color: transparent
        }
    .ftc .ftc-form .error-message {
        display: none;
        color: #ff5c00;
        font-size: 14px;
        font-style: italic
    }
@media(max-width:768px) {
    .ftc-wrapper {
        display: block !important;
        margin: 0 auto;
        max-width: 600px
    }
    .ftc .ftc-bg-image,
    .ftc .ftc-form {
        width: 100%
    }
    .ftc .has-mobile-image .desktop-img {
        display: none
    }
    .ftc .has-mobile-image .mobile-img {
        display: block
    }
    .ftc .ftc-form {
        padding-top: 40px;
        padding-bottom: 40px
    }
}
@media(max-width:540px) {
    .ftc .ftc-form {
        padding: 30px
    }
}
[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;
}
.icon-search:before {
    content: "\e901";
}
.icon-play-icon:before {
    content: "\e900";
    color: #f88701;
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-linkedIn:before {
    content: "\f0e1";
}
.icon-youtube:before {
    content: "\f16a";
}
.library {
    padding: 52px 0 93px 0;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22fr 78fr;
    grid-template-columns: 22fr 78fr;
    grid-column-gap: 64px;
    max-width: 1600px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
    .library.full {
        max-width: 100%;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    /* Library Filters */
    .library .filters .item .title {
        background-color: #81BB5B;
        padding: 10px 37px 10px 10px;
        font-family: 'Raleway', 'Arial', sans-serif;
        font-weight: 900;
        font-size: 14px;
        line-height: 1;
        color: #FFF;
        cursor: pointer;
        position: relative;
        text-transform: uppercase;
        background-image: url('data:image/svg+xml;utf8,<svg%20width="7"%20height="5"%20viewBox="0%200%207%205"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M6.00009%200.404208C6.22561%200.184777%206.59494%200.181258%206.82501%200.396349C7.05507%200.611439%207.05876%200.963688%206.83324%201.18312L3.56585%204.3623L0.174914%201.1909C-0.0551121%200.975768%20-0.058729%200.623519%200.166835%200.40413C0.392399%200.184741%200.761728%200.181291%200.991753%200.396425L3.54953%202.78861L6.00009%200.404208Z"%20fill="white"/></svg>');
        background-size: 7px 5px;
        background-position: calc(100% - 20px) 50%;
        background-repeat: no-repeat;
    }
    .library .filters .item .inner {
        max-height: 0;
        -webkit-transition: max-height 0.15s ease-out;
        -o-transition: max-height 0.15s ease-out;
        transition: max-height 0.15s ease-out;
        overflow: hidden;
        margin-top: 1px;
    }
    .library .filters .item.open .inner {
        max-height: 1900px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
    }
    .library .filters .item.open .title {
        background-image: url('data:image/svg+xml;utf8,<svg%20width="7"%20height="5"%20viewBox="0%200%207%205"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M6.00009%204.59555C6.22561%204.81498%206.59494%204.8185%206.82501%204.60341C7.05507%204.38832%207.05876%204.03607%206.83324%203.81664L3.56585%200.637451L0.174914%203.80885C-0.0551121%204.02399%20-0.058729%204.37624%200.166835%204.59563C0.392399%204.81501%200.761728%204.81846%200.991753%204.60333L3.54953%202.21115L6.00009%204.59555Z"%20fill="white"/></svg>');
    }
    .library .filters .item .inner ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
        .library .filters .item .inner ul li {
            cursor: pointer;
        }
            .library .filters .item .inner ul li .label {
                background: #FFF;
                padding: 10px 58px 10px 38px;
                position: relative;
                font-size: 12px;
                line-height: 20px;
                font-weight: normal;
                color: #000;
                display: block;
                text-decoration: none;
                user-select: none;
            }
                .library .filters .item .inner ul li .label:before {
                    content: '';
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    border: 1px solid #E0E0E0;
                    top: 10px;
                    left: 10px;
                }
                .library .filters .item .inner ul li .label .check {
                    display: block;
                    width: 38px;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 9;
                    cursor: pointer;
                }
        .library .filters .item .inner ul > li[data-checked=true] > .label {
            font-weight: 700;
        }
            .library .filters .item .inner ul > li[data-checked=true] > .label:before {
                background-image: url('data:image/svg+xml;utf8,<svg%20width="12"%20height="9"%20viewBox="0%200%2012%209"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20d="M3.72667%207.05333L0.946667%204.27333L0%205.21333L3.72667%208.94L11.7267%200.94L10.7867%200L3.72667%207.05333Z"%20fill="%2381BB5B"/></svg>');
                background-size: 12px 10px;
                background-position: center center;
                background-repeat: no-repeat;
                border-color: #81BB5B;
            }
        .library .filters .item .inner ul li:not(:last-child) {
            margin-bottom: 1px;
        }
        .library .filters .item .inner ul li.has-children > .label {
            background-image: url('data:image/svg+xml;utf8,<svg%20width="7"%20height="5"%20viewBox="0%200%207%205"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M6.00009%200.404208C6.22561%200.184777%206.59494%200.181258%206.82501%200.396349C7.05507%200.611439%207.05876%200.963688%206.83324%201.18312L3.56585%204.3623L0.174914%201.1909C-0.0551121%200.975768%20-0.058729%200.623519%200.166835%200.40413C0.392399%200.184741%200.761728%200.181291%200.991753%200.396425L3.54953%202.78861L6.00009%200.404208Z"%20fill="black"/></svg>');
            background-size: 7px 5px;
            background-position: calc(100% - 20px) 50%;
            background-repeat: no-repeat;
        }
        .library .filters .item .inner ul li.has-children ul {
            max-height: 0;
            -webkit-transition: max-height 0.15s ease-out;
            -o-transition: max-height 0.15s ease-out;
            transition: max-height 0.15s ease-out;
            overflow: hidden;
        }
            .library .filters .item .inner ul li.has-children ul li:not(:last-child) {
                border-bottom: 1px solid #f5f6f9;
            }
        .library .filters .item .inner ul li.has-children.open > .label {
            margin-bottom: 1px;
            font-weight: 500;
            background-image: url('data:image/svg+xml;utf8,<svg%20width="7"%20height="5"%20viewBox="0%200%207%205"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M6.00009%204.59555C6.22561%204.81498%206.59494%204.8185%206.82501%204.60341C7.05507%204.38832%207.05876%204.03607%206.83324%203.81664L3.56585%200.637451L0.174914%203.80885C-0.0551121%204.02399%20-0.058729%204.37624%200.166835%204.59563C0.392399%204.81501%200.761728%204.81846%200.991753%204.60333L3.54953%202.21115L6.00009%204.59555Z"%20fill="black"/></svg>');
        }
        .library .filters .item .inner ul li.has-children.open ul {
            max-height: 1900px;
            -webkit-transition: max-height 0.5s ease-in-out;
            -o-transition: max-height 0.5s ease-in-out;
            transition: max-height 0.5s ease-in-out;
        }
            .library .filters .item .inner ul li.has-children.open ul li .label {
                padding-left: 72px;
            }
                .library .filters .item .inner ul li.has-children.open ul li .label:before {
                    left: 42px;
                }
    .library .filters .item .inner .search {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px;
        grid-template-columns: 1fr 24px;
        grid-column-gap: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        background: #E0E3ED;
    }
        .library .filters .item .inner .search input[type="text"] {
            background: #FFFFFF;
            border: 1px solid #E0E0E0;
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            padding: 0 10px;
        }
    .library .filters .subscription-box {
        background: #FFF;
        margin-top: 32px;
        padding: 44px 37px;
    }
        .library .filters .subscription-box h3 {
            font-weight: 900;
            font-size: 20px;
            line-height: 140%;
            text-align: center;
            color: #000000;
            margin-bottom: 11px;
        }
        .library .filters .subscription-box p {
            font-weight: 300;
            font-size: 14px;
            line-height: 170%;
            text-align: center;
            color: #777777;
            margin-bottom: 11px;
        }
        .library .filters .subscription-box form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
            .library .filters .subscription-box form input[type="text"] {
                background: #FFFFFF;
                border: 1px solid #E0E0E0;
                padding: 15px;
                font-size: 12px;
                line-height: 14px;
                text-align: center;
                color: #828282;
                margin-bottom: 11px;
                display: block;
                width: 100%;
            }
            .library .filters .subscription-box form .submit {
                background: #81BB5B;
                padding: 14px 35px;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                font-weight: 600;
                font-size: 12px;
                line-height: 15px;
                text-align: center;
                letter-spacing: 0.01em;
                text-transform: uppercase;
                color: #FFFFFF;
                cursor: pointer;
            }
    .library .filters .filter-cta,
    .library .filters .filter-bar {
        display: none;
    }
    /* Library Resources */
    .library .resources {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: repeat(3, calc((100% - 128px) / 3));
        grid-template-columns: repeat(3, calc((100% - 128px) / 3));
        grid-column-gap: 64px;
        grid-row-gap: 64px;
    }
        .library .resources .item {
            background: #FFF;
            padding-bottom: 100px;
            position: relative;
            -webkit-transition: 0.3s ease-out box-shadow;
            -o-transition: 0.3s ease-out box-shadow;
            transition: 0.3s ease-out box-shadow;
            overflow: hidden;
        }
body.user-stories .library .resources .item:not(.wide),
body.events-home .library .resources .item:not(.wide),
body.ebooks-home .library .resources .item:not(.wide),
body.tech-tips .library .resources .item:not(.wide),
body.videos .library .resources .item:not(.wide) {
    padding-bottom: 20px;
}
.library .resources .item .item_image {
    position: relative;
    display: block;
}
    .library .resources .item .item_image img.thumb {
        width: 100%;
        height: 203px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .library .resources .item .item_image .cat-icon-wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: translateX(calc(100% - 54px));
        -ms-transform: translateX(calc(100% - 54px));
        transform: translateX(calc(100% - 54px));
        background: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.3s ease-out transform;
        -o-transition: 0.3s ease-out transform;
        transition: 0.3s ease-out transform;
        height: 54px;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        overflow: hidden;
    }
body.blog-homepage .library .resources .item .item_image .cat-icon-wrapper,
body.user-stories .library .resources .item .item_image .cat-icon-wrapper,
body.events-home .library .resources .item .item_image .cat-icon-wrapper,
body.ebooks-home .library .resources .item .item_image .cat-icon-wrapper,
body.tech-tips .library .resources .item .item_image .cat-icon-wrapper,
body.videos .library .resources .item .item_image .cat-icon-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 54px !important;
    height: 54px !important;
}
    body.blog-homepage .library .resources .item .item_image .cat-icon-wrapper img,
    body.user-stories .library .resources .item .item_image .cat-icon-wrapper img,
    body.events-home .library .resources .item .item_image .cat-icon-wrapper img,
    body.ebooks-home .library .resources .item .item_image .cat-icon-wrapper img,
    body.tech-tips .library .resources .item .item_image .cat-icon-wrapper img,
    body.videos .library .resources .item .item_image .cat-icon-wrapper img {
        width: 54px !important;
        height: 54px !important;
    }
.library .resources .item .item_image .cat-icon-wrapper span {
    padding-right: 15px;
    display: inline-block;
}
body.blog-homepage .library .resources .item .item_image .cat-icon-wrapper span,
body.user-stories .library .resources .item .item_image .cat-icon-wrapper span,
body.events-home .library .resources .item .item_image .cat-icon-wrapper span,
body.ebooks-home .library .resources .item .item_image .cat-icon-wrapper span,
body.tech-tips .library .resources .item .item_image .cat-icon-wrapper span,
body.videos .library .resources .item .item_image .cat-icon-wrapper span {
    position: absolute;
    bottom: 9px;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 500;
    font-size: 8px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #C1C3C9;
    display: block !important;
}
.library .resources .item .item_image .cat-icon-wrapper:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.library .resources .item .item_content {
    padding: 33px 25px 0 25px;
    position: relative;
    background: #FFF;
}
    .library .resources .item .item_content .tags {
        font-weight: 600;
        font-size: 8px;
        font-family: 'Raleway', 'Arial', sans-serif;
        line-height: 10px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 13px;
    }
    .library .resources .item .item_content .title {
        display: block;
        font-weight: 900;
        font-size: 22px;
        font-family: 'Raleway', 'Arial', sans-serif;
        line-height: 140%;
        color: #3B4550;
        margin-bottom: 11px;
        -webkit-transition: 0.3s ease-out color;
        -o-transition: 0.3s ease-out color;
        transition: 0.3s ease-out color;
    }
    .library .resources .item .item_content .date {
        font-size: 10px;
        line-height: 130%;
        color: #828282;
        margin-bottom: 14px;
    }
    .library .resources .item .item_content .extract {
        font-weight: 300;
        font-size: 14px;
        line-height: 170%;
        color: #777777;
        margin-bottom: 14px;
    }
    .library .resources .item .item_content .cta a {
        font-weight: 600;
        font-size: 8px;
        font-family: 'Raleway', 'Arial', sans-serif;
        line-height: 10px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #87C05D;
        -webkit-transition: 0.3s ease-out color;
        -o-transition: 0.3s ease-out color;
        transition: 0.3s ease-out color;
    }
        .library .resources .item .item_content .cta a:after {
            content: '';
            display: inline-block;
            margin-left: 20px;
            width: 15px;
            height: 9px;
            background-image: url('data:image/svg+xml;utf8,<svg%20width="15"%20height="10"%20viewBox="0%200%2015%2010"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20d="M10.5%200.5L9.70687%201.29312L12.8456%204.4375H0V5.5625H12.8456L9.70687%208.70687L10.5%209.5L15%205L10.5%200.5Z"%20fill="%2387C05D"/></svg>');
            -webkit-transition: 0.3s ease-out background-image;
            -o-transition: 0.3s ease-out background-image;
            transition: 0.3s ease-out background-image;
        }
.library .resources .item .item_author {
    position: absolute;
    bottom: 37px;
    left: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
    grid-column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .library .resources .item .item_author img {
        border-radius: 100%;
        width: 30px;
        height: 30px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .library .resources .item .item_author .author_name {
        font-size: 12px;
        line-height: 130%;
        color: #000000;
    }
.library .resources .item:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}
    .library .resources .item:hover .item_content .title {
        color: #81BB5B;
    }
.library .resources .item .item_content .cta a {
    color: #81BB5B;
}
    .library .resources .item .item_content .cta a:after {
        background-image: url('data:image/svg+xml;utf8,<svg%20width="15"%20height="10"%20viewBox="0%200%2015%2010"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20d="M10.5%200.5L9.70687%201.29312L12.8456%204.4375H0V5.5625H12.8456L9.70687%208.70687L10.5%209.5L15%205L10.5%200.5Z"%20fill="%2387C05D"/></svg>');
    }
/* Wide Item */
.library .resources .item.wide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60fr 40fr;
    grid-template-columns: 60fr 40fr;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}
body.videos .library .resources .item.wide {
    -ms-grid-columns: 65fr 35fr;
    grid-template-columns: 65fr 35fr;
}
.library .resources .item.wide:not(:first-child):before,
.library .resources .item.wide:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E6E2E2;
}
.library .resources .item.wide:after {
    bottom: -32px;
}
.library .resources .item.wide:not(:first-child):before {
    top: -32px;
}
.library .resources .item.wide .item_image {
    position: relative;
}
    .library .resources .item.wide .item_image img.thumb {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
.library .resources .item.wide .item_content {
    padding: 62px 96px 88px 32px;
}
body.videos .library .resources .item.wide .item_content {
    padding: 62px 32px;
}
.library .resources .item.wide .item_content .title {
    font-size: 28px;
}
.library .resources .item.wide .item_author {
    position: absolute;
    bottom: 17px;
    left: 60%;
    margin-left: 32px;
}
.library .resources .other-material {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    padding-top: 70px;
    border-top: 1px solid #E6E2E2;
}
.library .resources .filter-result {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
    .library .resources .filter-result p {
        font-weight: 300;
        font-size: 16px;
        line-height: 32px;
        color: #000000;
        margin: 0;
    }
    .library .resources .filter-result ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 84%;
        padding: 0 0 0 32px;
        list-style: none;
        margin: 0;
    }
        .library .resources .filter-result ul li {
            background: #FFFFFF;
            border: 1px solid #E0E0E0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 100px;
            padding: 8px 37px 8px 13px;
            font-size: 12px;
            line-height: 1;
            color: #000000;
            cursor: pointer;
            position: relative;
        }
            .library .resources .filter-result ul li:not(:last-child) {
                margin-right: 8px;
            }
            .library .resources .filter-result ul li:after {
                content: '';
                position: absolute;
                top: calc(50% - 5px);
                right: 16px;
                width: 10px;
                height: 10px;
                background-image: url('data:image/svg+xml;utf8,<svg%20width="10"%20height="10"%20viewBox="0%200%2010%2010"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20d="M9.66671%201.27337L8.72671%200.333374L5.00004%204.06004L1.27337%200.333374L0.333374%201.27337L4.06004%205.00004L0.333374%208.72671L1.27337%209.66671L5.00004%205.94004L8.72671%209.66671L9.66671%208.72671L5.94004%205.00004L9.66671%201.27337Z"%20fill="%23C1C3C9"/></svg>');
                background-repeat: no-repeat;
            }
    .library .resources .filter-result.filter-empty {
        padding: 73px;
        background: #FFFFFF;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
        .library .resources .filter-result.filter-empty p {
            font-weight: 300;
            font-size: 16px;
            line-height: 20px;
            color: #000000;
            text-align: center;
            width: 100%;
        }
        .library .resources .filter-result.filter-empty ul {
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0;
        }
        .library .resources .filter-result.filter-empty .search {
            margin: 32px auto;
            width: auto;
            background: #87C05D;
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 40px;
            grid-template-columns: 1fr 40px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
            .library .resources .filter-result.filter-empty .search input[type="text"] {
                background: #FFFFFF;
                border: 1px solid #E0E0E0;
                width: 100%;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                padding: 0 10px;
            }
            .library .resources .filter-result.filter-empty .search input[type="image"] {
                width: 40px;
                height: 16px;
                -o-object-fit: contain;
                object-fit: contain;
                -o-object-position: center;
                object-position: center;
            }
/* Pager */
.library .resources .pager,
.search-result-wrapper .pager {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #E6E2E2;
    padding-top: 36px;
}
    .library .resources .pager a,
    .search-result-wrapper .pager a {
        display: inline-block;
        padding: 1px;
        width: 24px;
        height: 24px;
        text-align: center;
        text-decoration: none;
        margin: 0 16px;
        border-radius: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }
        .library .resources .pager a.current,
        .search-result-wrapper .pager a.current {
            background: #81BB5B;
            color: #FFF;
        }
        .library .resources .pager a img,
        .search-result-wrapper .pager a img {
            vertical-align: middle;
        }
    .library .resources .pager .pager_goto,
    .search-result-wrapper .pager .pager_goto {
        font-size: 12px;
        line-height: 14px;
        color: #000000;
    }
        .library .resources .pager .pager_goto input,
        .search-result-wrapper .pager .pager_goto input {
            width: 88px;
            height: 32px;
            background: #FFFFFF;
            border: 1px solid #E0E0E0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 10px;
            line-height: 32px;
            margin-left: 12px;
        }
/* CTA */
.library .resources > .cta {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #35608E;
    border-radius: 5px;
}
    .library .resources > .cta img {
        border-radius: 5px;
        width: 50%;
    }
.library .resources .cta .cta_content {
    width: 50%;
}
    .library .resources .cta .cta_content .inner {
        max-width: 420px;
    }
    .library .resources .cta .cta_content h2 {
        font-weight: 500;
        font-size: 28px;
        font-family: 'Raleway', 'Arial', sans-serif;
        line-height: 130%;
        color: #FFFFFF;
        margin-bottom: 8px;
    }
    .library .resources .cta .cta_content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
        margin-bottom: 16px;
    }
    .library .resources .cta .cta_content a {
        background: #81BB5B;
        padding: 14px 30px;
        font-family: 'Raleway', 'Arial', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF;
    }
@media(max-width: 1600px) {
    .library {
        max-width: 94%;
        grid-column-gap: 32px;
    }
        .library .resources {
            -ms-grid-columns: repeat(3, calc((100% - 64px) / 3));
            grid-template-columns: repeat(3, calc((100% - 64px) / 3));
            grid-column-gap: 32px;
        }
}
@media(max-width: 1279px) {
    .library {
        padding: 48px 0 203px 0;
        max-width: 90%;
        display: block;
    }
        .library .resources {
            grid-column-gap: 18px;
            grid-row-gap: 36px;
            -ms-grid-columns: repeat(3,calc((100% - 36px) / 3));
            grid-template-columns: repeat(3,calc((100% - 36px) / 3));
        }
            .library .resources .item .item_image img.thumb {
                height: 173px;
            }
            .library .resources .item .item_image .cat-icon-wrapper {
                -webkit-transform: translateX(calc(100% - 40px));
                -ms-transform: translateX(calc(100% - 40px));
                transform: translateX(calc(100% - 40px));
                height: 40px;
            }
                .library .resources .item .item_image .cat-icon-wrapper img {
                    width: 40px;
                    height: 40px;
                }
                .library .resources .item .item_image .cat-icon-wrapper span {
                    padding-right: 10px;
                }
            .library .resources .item .item_content {
                padding: 33px 16px 0 25px;
            }
            .library .resources .item.wide:not(:first-child):before {
                top: -18px;
            }
            .library .resources .item.wide:after {
                bottom: -18px;
            }
            .library .resources .item.wide .item_content {
                padding: 30px 25px 74px 27px;
            }
                .library .resources .item.wide .item_content .title {
                    font-size: 22px;
                }
            .library .resources .cta .cta_content .inner {
                max-width: 320px;
            }
            .library .resources .cta .cta_content h2 {
                font-size: 22px;
            }
            .library .resources .cta .cta_content p {
                font-size: 14px;
            }
        .library .filters .subscription-box {
            display: none;
        }
        .library .filters .filter-cta {
            display: block;
            margin-top: 3px;
            margin-left: -10px;
        }
        .library .filters .filter-bar {
            background: #FFF;
            max-width: 726px;
            margin: 0 auto;
            position: relative;
        }
            .library .filters .filter-bar.top-bar {
                border-top-left-radius: 14px;
                border-top-right-radius: 14px;
                display: block;
            }
            .library .filters .filter-bar.bottom-bar {
                border-bottom-left-radius: 14px;
                border-bottom-right-radius: 14px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 18px 48px 19px 48px;
            }
            .library .filters .filter-bar .btn-clear {
                font-size: 14px;
                line-height: 16px;
                -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
                color: #2F4265;
            }
            .library .filters .filter-bar .btn-apply {
                background: #F88701;
                padding: 14px 22px;
                font-size: 11px;
                font-weight: 500;
                line-height: 14px;
                text-align: center;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            .library .filters .filter-bar .btn-close {
                position: absolute;
                color: #2f4265;
                font-size: 24px;
                line-height: 14px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 24px;
                text-decoration: none;
            }
            .library .filters .filter-bar .title {
                width: 100%;
                text-align: center;
                font-weight: 400;
                font-size: 20px;
                color: #2F4265;
                padding: 21px 0 16px 0;
            }
        .library .filters .items-wrapper {
            background: rgba(0, 0, 0, 0.4);
            position: fixed;
            top: 0;
            left: -100vw;
            z-index: 99;
            width: 100vw;
            height: 100vh;
            opacity: 0;
            padding: 60px 0;
            -webkit-transition: opacity 0.3s ease-out;
            -o-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out;
            z-index: 9999;
        }
        .library .filters .items {
            padding: 38px 48px;
            background: #F5F6F9;
            overflow: scroll;
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: repeat(2, 50fr);
            grid-template-columns: repeat(2, 50fr);
            grid-column-gap: 32px;
            grid-row-gap: 16px;
            max-width: 726px;
            max-height: calc(100vh - 262px);
            margin: 0 auto;
        }
    body.filter-open {
        overflow: hidden;
    }
        body.filter-open .body-container-wrapper {
            z-index: 99;
        }
        body.filter-open .library .filters .items-wrapper {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            opacity: 1;
        }
}
@media(max-width: 1023px) {
    .library {
        padding: 48px 0 58px 0;
        max-width: 644px;
    }
        .library .resources {
            grid-column-gap: 16px;
            grid-row-gap: 36px;
            -ms-grid-columns: repeat(3,calc((100% - 32px) / 3));
            grid-template-columns: repeat(3,calc((100% - 32px) / 3));
        }
            .library .resources .item:not(.wide) .item_image {
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: 1;
            }
                .library .resources .item:not(.wide) .item_image img.thumb {
                    display: none;
                }
                .library .resources .item:not(.wide) .item_image .icon {
                    position: relative;
                }
            .library .resources .item .item_image .icon {
            }
            .library .resources .item .item_image .cat-icon-wrapper,
            .library .resources .item .item_image .cat-icon-wrapper img {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                width: 30px;
                height: 30px;
            }
    body.blog-homepage .library .resources .item .item_image .cat-icon-wrapper,
    body.user-stories .library .resources .item .item_image .cat-icon-wrapper,
    body.events-home .library .resources .item .item_image .cat-icon-wrapper,
    body.ebooks-home .library .resources .item .item_image .cat-icon-wrapper,
    body.tech-tips .library .resources .item .item_image .cat-icon-wrapper,
    body.videos .library .resources .item .item_image .cat-icon-wrapper,
    body.blog-homepage .library .resources .item .item_image .cat-icon-wrapper img,
    body.user-stories .library .resources .item .item_image .cat-icon-wrapper img,
    body.events-home .library .resources .item .item_image .cat-icon-wrapper img,
    body.ebooks-home .library .resources .item .item_image .cat-icon-wrapper img,
    body.tech-tips .library .resources .item .item_image .cat-icon-wrapper img,
    body.videos .library .resources .item .item_image .cat-icon-wrapper img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 40px !important;
        height: 40px !important;
    }
    .library .resources .item .item_image .cat-icon-wrapper span {
        display: none;
    }
    body.blog-homepage .library .resources .item .item_image .cat-icon-wrapper span,
    body.user-stories .library .resources .item .item_image .cat-icon-wrapper span {
        bottom: 5px;
    }
    .library .resources .item .item_content {
        padding: 33px 16px 0 25px;
    }
        .library .resources .item .item_content .title {
            font-size: 16px;
        }
        .library .resources .item .item_content .extract {
            display: none;
        }
    .library .resources .item.wide:not(:first-child):before {
        top: -16px;
    }
    .library .resources .item.wide:after {
        bottom: -16px;
    }
    .library .resources .item.wide .item_content {
        padding: 30px 25px 74px 27px;
    }
        .library .resources .item.wide .item_content .title {
            font-size: 18px;
        }
    .library .resources .cta .cta_content .inner {
        max-width: 320px;
    }
    .library .resources .cta .cta_content h2 {
        font-size: 22px;
    }
    .library .resources .cta .cta_content p {
        font-size: 14px;
    }
    .library .resources .pager a {
        display: inline-block;
        padding: 1px;
        width: 20px;
        height: 20px;
        margin: 0 12px;
        font-size: 12px;
        line-height: 20px;
    }
    .library .filters .filter-bar .title {
        font-size: 18px;
    }
}
@media(max-width: 767px) {
    .library {
        max-width: 300px;
    }
        .library .resources {
            grid-column-gap: 0;
            grid-row-gap: 20px;
            -ms-grid-columns: 100%;
            grid-template-columns: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
            .library .resources .item {
                padding: 0;
                -ms-grid-column: 1;
                grid-column: 1 / 1;
            }
                .library .resources .item.wide {
                    grid-column-gap: 0;
                    grid-row-gap: 0;
                    -ms-grid-columns: 100% !important;
                    grid-template-columns: 100% !important;
                }
                    .library .resources .item.wide:before,
                    .library .resources .item.wide:after {
                        display: none;
                    }
                    .library .resources .item.wide .item_image {
                    }
                        .library .resources .item.wide .item_image img.thumb {
                            position: relative;
                            width: 100%;
                            height: 173px;
                        }
    body.blog-homepage .library .resources .item .item_image .cat-icon-wrapper,
    body.user-stories .library .resources .item .item_image .cat-icon-wrapper,
    body.events-home .library .resources .item .item_image .cat-icon-wrapper,
    body.ebooks-home .library .resources .item .item_image .cat-icon-wrapper,
    body.tech-tips .library .resources .item .item_image .cat-icon-wrapper,
    body.videos .library .resources .item .item_image .cat-icon-wrapper,
    body.blog-homepage .library .resources .item .item_image .cat-icon-wrapper img,
    body.user-stories .library .resources .item .item_image .cat-icon-wrapper img,
    body.events-home .library .resources .item .item_image .cat-icon-wrapper img,
    body.ebooks-home .library .resources .item .item_image .cat-icon-wrapper img,
    body.tech-tips .library .resources .item .item_image .cat-icon-wrapper img,
    body.videos .library .resources .item .item_image .cat-icon-wrapper img {
        width: 30px !important;
        height: 30px !important;
    }
    .library .resources .item:not(.wide) .item_image {
        z-index: 2;
    }
    .library .resources .item .item_content {
        padding: 25px 20px !important;
    }
        .library .resources .item .item_content .title {
            font-size: 16px;
        }
    .library .resources .item .item_author {
        display: none !important;
    }
    .library .resources > .cta {
        min-height: 300px;
        padding: 72px 0 53px 0;
        position: relative;
    }
        .library .resources > .cta img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            z-index: 1;
        }
    .library .resources .cta .cta_content {
        width: 100%;
        max-width: 300px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3;
    }
    .library .filters .items {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 0;
        padding: 29px 27px;
        max-width: 353px;
    }
    .library .filters .filter-bar {
        max-width: 353px;
    }
        .library .filters .filter-bar.bottom-bar {
            padding: 18px 27px 19px 27px;
        }
}
@media(max-width: 375px) {
    library .filters .items {
        max-width: 280px;
    }
    .library .filters .filter-bar {
        max-width: 280px;
    }
}
/* Post Wrapper */
.post-wrapper {
    max-width: 80%;
    margin: 0 auto;
}
    .post-wrapper .post-breadcrumbs {
        padding: 35px 0 30px 0;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #828282;
        font-family: 'Raleway', Helvetica, sans-serif;
    }
        .post-wrapper .post-breadcrumbs a {
            color: #81BB5B;
        }
    .post-wrapper .post-header {
        position: relative;
    }
        .post-wrapper .post-header:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.5)));
            background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
            z-index: 1;
        }
        .post-wrapper .post-header .post-image {
            width: 100%;
            height: 700px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }
        .post-wrapper .post-header .post-meta {
            position: absolute;
            left: 17%;
            width: 66%;
            z-index: 2;
            bottom: 156px;
        }
            .post-wrapper .post-header .post-meta .post-date {
                font-size: 12px;
                line-height: 130%;
                color: #FFFFFF;
                margin-bottom: 8px;
            }
            .post-wrapper .post-header .post-meta .post-title {
                font-family: 'Raleway', Helvetica, sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 48px;
                line-height: 56px;
                color: #FFFFFF;
                margin-bottom: 28px;
            }
            .post-wrapper .post-header .post-meta .post-author {
                display: -ms-grid;
                display: grid;
                -ms-grid-columns: 30px 1fr;
                grid-template-columns: 30px 1fr;
                grid-column-gap: 8px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
                .post-wrapper .post-header .post-meta .post-author .post-author-thumb {
                    border-radius: 100%;
                    border: 1px solid #FFFFFF;
                    width: 30px;
                    height: 30px;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                }
                .post-wrapper .post-header .post-meta .post-author .post-author-name {
                    font-size: 12px;
                    font-weight: normal;
                    line-height: 130%;
                    color: #FFF;
                }
            .post-wrapper .post-header .post-meta .post-topics a {
                font-family: 'Raleway', Helvetica, sans-serif;
                font-size: 8px;
                line-height: 10px;
                font-weight: 600;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                color: #FFF;
            }
        .post-wrapper .post-header .post-read {
            position: absolute;
            min-width: 17%;
            left: 0;
            bottom: 0;
            padding: 24px 30px;
            z-index: 2;
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 35px 1fr;
            grid-template-columns: 35px 1fr;
            grid-column-gap: 10px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #F5F6F9;
            line-height: 1;
            font-size: 12px;
            color: #2F4265;
        }
            .post-wrapper .post-header .post-read strong {
                font-weight: 500;
            }
    .post-wrapper .post-content {
        padding: 92px 0 116px 0;
        max-width: 50vw;
        margin: 0 auto;
        color: #2F4265;
    }
        .post-wrapper .post-content figure {
            margin: 32px auto;
        }
            .post-wrapper .post-content figure img {
                width: 100%;
                height: auto;
            }
            .post-wrapper .post-content figure figcaption {
                max-width: 78%;
                margin: 16px auto 0 auto;
                font-style: italic;
                font-weight: 300;
                font-size: 13px;
                line-height: 170%;
                text-align: center;
                color: #000000;
            }
        .post-wrapper .post-content .post-content-cta {
            background-image: url();
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 143px 65px 135px 65px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
            .post-wrapper .post-content .post-content-cta .inner {
                max-width: 404px;
            }
                .post-wrapper .post-content .post-content-cta .inner h3 {
                    font-weight: 500;
                    font-size: 28px;
                    line-height: 130%;
                    color: #FFFFFF;
                    margin-bottom: 8px;
                }
                .post-wrapper .post-content .post-content-cta .inner p {
                    font-weight: 300;
                    font-size: 18px;
                    line-height: 160%;
                    color: #FFFFFF;
                    margin-bottom: 18px;
                }
                .post-wrapper .post-content .post-content-cta .inner .cta_button {
                    background: #81BB5B;
                    padding: 14px 30px;
                    color: #FFF;
                }
        .post-wrapper .post-content .post-content-cta-simple p {
            font-weight: 500;
            font-size: 20px;
            line-height: 140%;
            color: #2F4265;
            margin-bottom: 8px;
        }
        .post-wrapper .post-content .post-content-cta-simple a {
            font-weight: 300;
            font-size: 16px;
            line-height: 170%;
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
            color: #1651B0;
        }
.related-topics {
    padding-top: 103px;
    background: #FFF;
    margin-bottom: 2px;
}
    .related-topics .library .resources .item {
        border: 1px solid #E6E2E2;
    }
.video-meta {
    margin-bottom: 52px
}
    .video-meta .video-date {
        font-size: 12px;
        line-height: 130%;
        color: #2F4265;
        margin-bottom: 8px;
    }
    .video-meta .video-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 56px;
        color: #2F4265;
        margin-bottom: 10px;
    }
    .video-meta .video-topics {
    }
        .video-meta .video-topics a {
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 8px;
            line-height: 10px;
            font-weight: 600;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #2F4265;
        }
@media(max-width: 1279px) {
    .post-wrapper {
        max-width: 90%;
    }
        .post-wrapper .post-header .post-image {
            height: 656px;
        }
        .post-wrapper .post-header .post-meta {
            width: 70%;
            bottom: 50%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
        }
            .post-wrapper .post-header .post-meta .post-title {
                font-size: 34px;
                line-height: 1.3;
            }
        .post-wrapper .post-header .post-read {
            min-width: 15%;
            padding: 20px 30px 20px 18px;
            -ms-grid-columns: 30px 1fr;
            grid-template-columns: 30px 1fr;
        }
            .post-wrapper .post-header .post-read svg {
                width: 30px;
                height: 30px;
            }
        .post-wrapper .post-content {
            padding: 46px 0 60px 0;
            max-width: 63vw;
            font-size: 14px;
        }
            .post-wrapper .post-content figure figcaption {
                font-size: 13px;
            }
}
@media(max-width: 1023px) {
    .post-wrapper {
        max-width: 728px;
    }
        .post-wrapper .post-breadcrumbs {
            font-size: 12px;
            padding: 22px 0;
        }
        .post-wrapper .post-header .post-image {
            height: 442px;
        }
        .post-wrapper .post-header .post-meta {
            width: 546px;
            bottom: 75px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
            .post-wrapper .post-header .post-meta .post-title {
                font-size: 24px;
                margin-bottom: 16px;
            }
        .post-wrapper .post-header .post-read {
            min-width: 91px;
            padding: 14px;
            -ms-grid-columns: 100%;
            grid-template-columns: 100%;
            text-align: center;
            line-height: 1.3;
            font-size: 8px;
        }
            .post-wrapper .post-header .post-read svg {
                display: none;
            }
        .post-wrapper .post-content {
            padding: 56px 0 68px 0;
            max-width: 546px;
        }
            .post-wrapper .post-content figure figcaption {
                font-size: 12px;
            }
}
@media(max-width: 767px) {
    .post-wrapper {
        max-width: 100vw;
    }
        .post-wrapper .post-breadcrumbs {
            font-size: 10px;
            padding: 20px 28px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            overflow: hidden;
        }
        .post-wrapper .post-header .post-image {
            height: 250px;
        }
        .post-wrapper .post-header .post-meta {
            width: 100%;
            position: relative;
            bottom: initial;
            left: initial;
            padding: 32px 42px 68px 42px;
            background: #FFF;
        }
            .post-wrapper .post-header .post-meta .post-date {
                color: #828282;
            }
            .post-wrapper .post-header .post-meta .post-title {
                color: #1C2C47;
            }
            .post-wrapper .post-header .post-meta .post-author .post-author-name {
                color: #2F4265;
            }
        .post-wrapper .post-header .post-read {
            left: initial;
            right: 0;
        }
        .post-wrapper .post-content {
            padding: 37px 0 81px 0;
            max-width: 290px;
        }
            .post-wrapper .post-content figure {
                width: 100vw;
                margin-left: calc((100vw - 290px) / 2 * -1);
                margin-right: calc((100vw - 290px) / 2 * -1);
            }
                .post-wrapper .post-content figure figcaption {
                    max-width: 290px;
                }
            .post-wrapper .post-content .post-content-cta {
                background-image: url();
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                padding: 65px 32px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
}
/* Search Results */
.search-result-hero h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
}
.search-result-bar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 50fr);
    grid-template-columns: repeat(2, 50fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #2F4265;
}
    .search-result-bar select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 100px;
        padding: 8px 33px 8px 13px;
        outline: 0;
        position: relative;
        min-width: 170px;
        background-image: url('data:image/svg+xml;utf8,<svg%20width="7"%20height="5"%20viewBox="0%200%207%205"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M6.00009%200.404208C6.22561%200.184777%206.59494%200.181258%206.82501%200.396349C7.05507%200.611439%207.05876%200.963688%206.83324%201.18312L3.56585%204.3623L0.174914%201.1909C-0.0551121%200.975768%20-0.058729%200.623519%200.166835%200.40413C0.392399%200.184741%200.761728%200.181291%200.991753%200.396425L3.54953%202.78861L6.00009%200.404208Z"%20fill="black"/></svg>');
        background-size: 7px 5px;
        background-position: calc(100% - 20px) 50%;
        background-repeat: no-repeat;
    }
.search-result-wrapper {
    padding-top: 62px;
    padding-bottom: 118px;
}
    .search-result-wrapper .item {
        padding: 20px 0;
        border-bottom: 1px solid #dadada;
    }
        .search-result-wrapper .item + .item.type {
            margin-top: 92px;
        }
        .search-result-wrapper .item.type {
            border: none;
            padding-bottom: 0;
        }
            .search-result-wrapper .item.type .inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
                .search-result-wrapper .item.type .inner h2 {
                    font-size: 28px;
                    margin-left: 16px;
                }
            .search-result-wrapper .item.type a {
                text-transform: uppercase;
                font-weight: 600;
                font-size: 8px;
                line-height: 10px;
                letter-spacing: 0.05em;
                font-family: 'Raleway', Helvetica, sans-serif;
                color: #87C05D;
                margin: 16px 0 0 0;
            }
        .search-result-wrapper .item .topic {
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 8px;
            line-height: 10px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #2F4265;
            margin-bottom: 6px;
            display: block;
        }
        .search-result-wrapper .item .title {
            font-family: 'Raleway', Helvetica, sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 140%;
            color: #87C05D;
            margin-bottom: 4px;
            display: block;
        }
        .search-result-wrapper .item p {
            font-weight: 300;
            font-size: 14px;
            line-height: 170%;
            color: #777777;
        }
        .search-result-wrapper .item.empty p {
            font-size: 18px;
            line-height: 22px;
            color: #C1C3C9;
        }
/* Language Switcher */
.osh-lang {
    margin: 0 8px 0 12px;
}
    .osh-lang .hs_cos_wrapper_type_language_switcher {
        display: block;
        line-height: 1;
    }
    .osh-lang .globe_class {
        background-origin: content-box;
        height: 56px;
        width: 92px;
        border-radius: 3px;
        background: none;
        line-height: 16px;
        position: relative;
        overflow: hidden;
    }
        .osh-lang .globe_class:hover {
            overflow: visible;
        }
        .osh-lang .globe_class .lang_list_class {
            display: block !important;
            padding: 0 0 0 0;
            top: 0;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            width: 100%;
            border-radius: 3px;
            list-style: none;
            margin: 0;
        }
        .osh-lang .globe_class:hover .lang_list_class {
            background: #FFF;
            -webkit-box-shadow: 0 6px 14px 0 rgba(11,63,165,0.1);
            box-shadow: 0 6px 14px 0 rgba(11,63,165,0.1);
        }
        .osh-lang .globe_class .lang_list_class li {
            border: none;
            padding: 0;
            background-color: transparent;
        }
            .osh-lang .globe_class .lang_list_class li a {
                font-size: 13px;
                font-weight: normal;
                line-height: 20px;
                padding: 16px 30px;
                letter-spacing: .5px;
                color: #3B4550;
                text-transform: uppercase;
                position: relative;
                text-decoration: none !important;
                display: block;
                width: 92px;
                text-align: center;
            }
            .osh-lang .globe_class .lang_list_class li:not(:first-child) a:hover {
                background-color: #81BB5B;
                color: #FFF;
            }
            .osh-lang .globe_class .lang_list_class li:first-child a {
                padding: 20px 30px;
                color: #3B4550;
            }
                .osh-lang .globe_class .lang_list_class li:first-child a:before {
                    content: '';
                    display: block;
                    width: 16px;
                    height: 16px;
                    background-image: url('data:image/svg+xml;utf8,<svg%20width="16"%20height="16"%20viewBox="0%200%2016%2016"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M8%200C3.584%200%200%203.584%200%208C0%2012.416%203.584%2016%208%2016C12.416%2016%2016%2012.416%2016%208C16%203.584%2012.416%200%208%200ZM1.59976%208.00032C1.59976%207.51232%201.66376%207.03232%201.76776%206.57632L5.59176%2010.4003V11.2003C5.59176%2012.0803%206.31176%2012.8003%207.19176%2012.8003V14.3443C4.04776%2013.9443%201.59976%2011.2563%201.59976%208.00032ZM11.1921%2011.2001C11.9121%2011.2001%2012.5041%2011.6721%2012.7121%2012.3201C13.7521%2011.1841%2014.4001%209.66411%2014.4001%208.00012C14.4001%205.32012%2012.7361%203.01612%2010.3921%202.07212V2.40012C10.3921%203.28012%209.67207%204.00012%208.79207%204.00012H7.19207V5.60012C7.19207%206.04012%206.83207%206.40012%206.39207%206.40012H4.79207V8.00012H9.59207C10.0321%208.00012%2010.3921%208.36012%2010.3921%208.80012V11.2001H11.1921Z"%20fill="%233B4550"/></svg>');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    vertical-align: text-top;
                    position: absolute;
                    top: 22px;
                    left: 14px;
                }
                .osh-lang .globe_class .lang_list_class li:first-child a:after {
                    content: '';
                    display: block;
                    border: 1px solid #3B4550;
                    border-width: 0 0 1px 1px;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    height: 6px;
                    width: 6px;
                    position: absolute;
                    top: 25px;
                    right: 18px;
                }
body:not(.scroll-resize) .osh-light .osh-lang .globe_class .lang_list_class li:first-child a {
    color: #FFF;
}
    body:not(.scroll-resize) .osh-light .osh-lang .globe_class .lang_list_class li:first-child a:before {
        background-image: url('data:image/svg+xml;utf8,<svg%20width="16"%20height="16"%20viewBox="0%200%2016%2016"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M8%200C3.584%200%200%203.584%200%208C0%2012.416%203.584%2016%208%2016C12.416%2016%2016%2012.416%2016%208C16%203.584%2012.416%200%208%200ZM1.59976%208.00032C1.59976%207.51232%201.66376%207.03232%201.76776%206.57632L5.59176%2010.4003V11.2003C5.59176%2012.0803%206.31176%2012.8003%207.19176%2012.8003V14.3443C4.04776%2013.9443%201.59976%2011.2563%201.59976%208.00032ZM11.1921%2011.2001C11.9121%2011.2001%2012.5041%2011.6721%2012.7121%2012.3201C13.7521%2011.1841%2014.4001%209.66411%2014.4001%208.00012C14.4001%205.32012%2012.7361%203.01612%2010.3921%202.07212V2.40012C10.3921%203.28012%209.67207%204.00012%208.79207%204.00012H7.19207V5.60012C7.19207%206.04012%206.83207%206.40012%206.39207%206.40012H4.79207V8.00012H9.59207C10.0321%208.00012%2010.3921%208.36012%2010.3921%208.80012V11.2001H11.1921Z"%20fill="%23fff"/></svg>');
    }
    body:not(.scroll-resize) .osh-light .osh-lang .globe_class .lang_list_class li:first-child a:after {
        border-color: #fff;
    }
.osh-lang .globe_class:hover .lang_list_class li:first-child a {
    color: #3B4550 !important;
}
    .osh-lang .globe_class:hover .lang_list_class li:first-child a:before {
        background-image: url('data:image/svg+xml;utf8,<svg%20width="16"%20height="16"%20viewBox="0%200%2016%2016"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M8%200C3.584%200%200%203.584%200%208C0%2012.416%203.584%2016%208%2016C12.416%2016%2016%2012.416%2016%208C16%203.584%2012.416%200%208%200ZM1.59976%208.00032C1.59976%207.51232%201.66376%207.03232%201.76776%206.57632L5.59176%2010.4003V11.2003C5.59176%2012.0803%206.31176%2012.8003%207.19176%2012.8003V14.3443C4.04776%2013.9443%201.59976%2011.2563%201.59976%208.00032ZM11.1921%2011.2001C11.9121%2011.2001%2012.5041%2011.6721%2012.7121%2012.3201C13.7521%2011.1841%2014.4001%209.66411%2014.4001%208.00012C14.4001%205.32012%2012.7361%203.01612%2010.3921%202.07212V2.40012C10.3921%203.28012%209.67207%204.00012%208.79207%204.00012H7.19207V5.60012C7.19207%206.04012%206.83207%206.40012%206.39207%206.40012H4.79207V8.00012H9.59207C10.0321%208.00012%2010.3921%208.36012%2010.3921%208.80012V11.2001H11.1921Z"%20fill="%233B4550"/></svg>') !important;
    }
    .osh-lang .globe_class:hover .lang_list_class li:first-child a:after {
        border-color: #3B4550 !important;
    }
.osh-lang .globe_class .lang_list_class:after,
.osh-lang .globe_class .lang_list_class:before {
    display: none;
}
/* Search Box */
.osh-search {
    background: none;
    position: relative;
    border: none;
    padding-right: 10px;
    border-radius: 3px;
    z-index: 4;
}
    .osh-search svg {
        cursor: pointer;
    }
        .osh-search svg path {
            stroke: #3B4550;
        }
    .osh-search > .input {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
        .osh-search > .input input {
            background: none;
            border: none;
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 13px;
            color: #3B4550;
            width: 202px;
            height: 34px;
            line-height: 34px;
            padding: 0 10px;
            outline: 0;
            max-width: 0;
            overflow: hidden;
            -webkit-transition: 0.3s ease-out max-width;
            -o-transition: 0.3s ease-out max-width;
            transition: 0.3s ease-out max-width;
        }
        .osh-search > .input ::-webkit-input-placeholder {
            color: #3B4550;
            opacity: 0.5;
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 13px;
        }
        .osh-search > .input ::-moz-placeholder {
            color: #3B4550;
            opacity: 0.5;
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 13px;
        }
        .osh-search > .input :-ms-input-placeholder {
            color: #3B4550;
            opacity: 0.5;
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 13px;
        }
        .osh-search > .input ::-ms-input-placeholder {
            color: #3B4550;
            opacity: 0.5;
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 13px;
        }
        .osh-search > .input ::placeholder {
            color: #3B4550;
            opacity: 0.5;
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 13px;
        }
    .osh-search:hover {
        background: #FFF;
        border: 2px solid #3B4550;
    }
        .osh-search:hover svg path {
            stroke: #3B4550 !important;
        }
        .osh-search:hover > .input input {
            max-width: 320px;
            -webkit-transition: 0.3s ease-in max-width;
            -o-transition: 0.3s ease-in max-width;
            transition: 0.3s ease-in max-width;
        }
body:not(.scroll-resize) .osh-light .osh-search {
    border-color: transparent;
}
    body:not(.scroll-resize) .osh-light .osh-search svg path {
        stroke: #FFF
    }
@media(max-width: 1600px) {
    .osh-search > .input input {
        width: 100px;
    }
}
@media(min-width: 1025px) and (max-width: 1198px) {
    .osh-mm .hs-menu-depth-1 > a {
        padding: 20px 10px !important;
        font-size: 10px;
    }
    .osh-search > .input input {
        width: 100px;
    }
    .osh-lang .globe_class {
        width: 78px;
    }
        .osh-lang .globe_class .lang_list_class li a {
            padding: 16px 20px;
            width: 86px;
        }
        .osh-lang .globe_class .lang_list_class li:first-child a {
            padding: 20px 20px;
        }
}
@media(max-width: 1024px) {
    .mobile-menu.v2 .mm-account-links {
        position: relative;
        margin: 0 !important;
        padding: 48px 62px 71px 52px;
        display: none;
    }
        .mobile-menu.v2 .mm-account-links:before {
            content: '';
            position: absolute;
            top: 0;
            left: 52px;
            width: calc(100% - 114px);
            height: 1px;
            background: #E6E2E2;
        }
}
@media(max-width: 767px) {
    .mobile-menu.v2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 82px;
    }
        .mobile-menu.v2 .mm-items {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            border: none;
        }
        .mobile-menu.v2 .mm-bottom {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .mobile-menu.v2 .mm-account-links {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            display: block;
        }
        .mobile-menu.v2 .mm-logo {
            margin: 0;
            top: 21px;
            left: 50px;
        }
        .mobile-menu.v2 .close-menu {
            position: absolute;
            top: 20px;
            left: 11px;
            width: 25px;
            height: 25px;
        }
    .osh-ctas {
        /*     display: flex !important; */
        /*     top: 20px !important; */
    }
        .osh-ctas .osh-lang, .osh-ctas .osh-search {
            display: none;
        }
    .osh-search > .input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
        .osh-search > .input input {
            width: 100%;
            overflow: visible;
            max-width: 100%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .osh-search > .input svg {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
    .osh-search {
        border-width: 1px;
    }
        .osh-search:hover {
            border-color: #E0E0E0;
        }
            .osh-search:hover > .input input {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                color: #2f4265;
            }
            .osh-search:hover > .input svg {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }
    .osh-lang {
        width: 100%;
        margin: 16px 0;
    }
        .osh-lang .lang_switcher_class {
            display: block;
        }
        .osh-lang .globe_class {
            width: 100%;
            height: auto;
            overflow: visible;
        }
            .osh-lang .globe_class .lang_list_class {
                position: relative;
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }
            .osh-lang .globe_class:hover .lang_list_class {
                -webkit-box-shadow: none;
                box-shadow: none;
                background: none;
            }
            .osh-lang .globe_class .lang_list_class li a {
                border-bottom: 0;
                text-align: left;
                color: #2f4265;
                width: auto;
                padding-left: 10px;
                padding-right: 10px;
            }
            .osh-lang .globe_class .lang_list_class li:first-child a {
                padding-left: 30px !important;
                padding-right: 0px !important;
            }
                .osh-lang .globe_class .lang_list_class li:first-child a:before {
                    left: 0;
                }
                .osh-lang .globe_class .lang_list_class li:first-child a:after {
                    display: none;
                }
    .mobile-menu.v2 .mm-account-links .osh-cta {
        width: auto;
        padding: 0 0 0 28px !important;
        background: 0;
        border: 0;
        font-size: 12px !important;
        line-height: 20px !important;
        font-weight: 500;
        letter-spacing: .5px;
        color: #2f4265;
    }
        .mobile-menu.v2 .mm-account-links .osh-cta:before {
            content: '';
            display: block;
            width: 20px;
            height: 18px;
            background-image: url('data:image/svg+xml;utf8,<svg%20width="20"%20height="18"%20viewBox="0%200%2020%2018"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M12.5%204.75024C12.5%206.96024%2010.71%208.75024%208.5%208.75024C6.29%208.75024%204.5%206.96024%204.5%204.75024C4.5%202.54024%206.29%200.750244%208.5%200.750244C10.71%200.750244%2012.5%202.54024%2012.5%204.75024ZM10.5%204.75024C10.5%203.65024%209.6%202.75024%208.5%202.75024C7.4%202.75024%206.5%203.65024%206.5%204.75024C6.5%205.85024%207.4%206.75024%208.5%206.75024C9.6%206.75024%2010.5%205.85024%2010.5%204.75024ZM2.5%2014.7502C2.7%2014.1202%205.07%2013.0702%207.46%2012.8102L9.5%2010.8102C9.11%2010.7702%208.82%2010.7502%208.5%2010.7502C5.83%2010.7502%200.5%2012.0902%200.5%2014.7502V16.7502H9.5L7.5%2014.7502H2.5ZM12.97%2014.4202L18.1%209.25024L19.5%2010.6602L12.97%2017.2502L9.5%2013.7502L10.9%2012.3402L12.97%2014.4202Z"%20fill="%232F4265"/></svg>');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            vertical-align: text-top;
            position: absolute;
            top: 1px;
            left: 0;
        }
}
@media(max-width: 360px) {
    .osh-ctas {
        display: none !important;
    }
}
.presenter {
    margin-bottom: 12px;
}
/* 404 Specific */
body.page-404 .top-container h1 {
    color: #FFF;
    font-size: 404px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: -100px;
}
body.page-404 .library {
    padding-top: 0;
}
@media(max-width: 767px) {
    body.page-404 .top-container h1 {
        font-size: 180px;
        margin-bottom: -30px;
    }
}
/* .LV_validation_message { display: none; } */
.LV_valid {display: none;}
.LV_invalid {color: red;}