.align--left {
    text-align: left;
}
.align--center {
    text-align: center;
}
.align--right {
    text-align: right;
}
.columns {
    /*font-size: 0;*/
    display: block;
}
.columns .col {
    display: inline-block;
    vertical-align: top;
}
.columns--2 .col {
    width: 50%;
}
.columns--3 .col {
    width: 33.333%;
}
.columns--4 .col {
    width: 25%;
}
.columns--5 .col {
    width: 20%;
}
.columns--6 .col {
    width: 16.666%;
}
.columns--8 .col {
    width: 12.5%;
}
.columns--10 .col {
    width: 10%;
}
.fixed--top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.fixed--bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.flex--r-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex--v-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex--v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex--v-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex--v-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex--v-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.flex--h-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex--h-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex--h-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex--h-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex--h-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.inline-hack {
    font-size: 0;
}
.no-edge-margin > :first-child,
.no-first-margin > :first-child {
    margin-top: 0 !important;
}
.no-edge-margin > :last-child,
.no-last-margin > :last-child {
    margin-bottom: 0 !important;
}
.o--0 {
    opacity: 0;
}
.o--1 {
    opacity: 0.1;
}
.o--2 {
    opacity: 0.2;
}
.o--3 {
    opacity: 0.3;
}
.o--4 {
    opacity: 0.4;
}
.o--5 {
    opacity: 0.5;
}
.o--6 {
    opacity: 0.6;
}
.o--7 {
    opacity: 0.7;
}
.o--8 {
    opacity: 0.8;
}
.o--9 {
    opacity: 0.9;
}
.pos--rel {
    position: relative;
}
.pos--abs {
    position: absolute;
}
.pos--fix {
    position: fixed;
}
.z--0 {
    z-index: -1;
}
.z--1 {
    z-index: 1;
}
.z--2 {
    z-index: 2;
}
.z--3 {
    z-index: 3;
}
.z--4 {
    z-index: 4;
}
.z--5 {
    z-index: 5;
}
.z--6 {
    z-index: 6;
}
.z--7 {
    z-index: 7;
}
.z--8 {
    z-index: 8;
}
.z--9 {
    z-index: 9;
}
.z--10 {
    z-index: 10;
}
.z--max {
    z-index: 999;
}

.bg--white {
    background: #fff;
}
.bg--mav {
    background: #10171e;
}
.bg--mav .wireframe-grid__pretitle,
.bg--mav .inline-text-media__pretitle,
.bg--mav .textlayout__pretitle {
    color: #545b68;
}
.bg--mav .wireframe-grid__header,
.bg--mav .inline-text-media__header,
.bg--mav .textlayout__header,
.bg--mav .inline-text-media--next .arrow-link__label {
    color: #fff;
}
.bg--mav .wireframe-grid__text,
.bg--mav .inline-text-media__text,
.bg--mav .textlayout__text {
    color: #9fa3ab;
}
.bg--mav .inline-text-media--next .arrow-link .icon polygon {
    fill: #fff;
}
@media (max-width: 750px) {
    .bg--mav .inline-text-media--next {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 100px;
    }
}
.bg--proof {
    background: #272f36;
}
.bg--proof .inline-text-media__pretitle {
    color: #545b68;
}
.bg--proof .inline-text-media__header,
.bg--proof .inline-text-media--next .arrow-link__label {
    color: #fff;
}
.bg--proof .inline-text-media--next .arrow-link .icon polygon {
    fill: #fff;
}

.icon--right-arrow {
    width: 17px;
    height: 7px;
}

.bodyfont,
.content-editor p,
.content-editor h4,
.content-editor li,
.sp-form[sp-id="148380"] .sp-field label.sp-control-label,
.sp-form[sp-id="148380"] .sp-field .sp-checkbox-option span {
    margin: 20px 0;
    color: #626262;
    font-size: 1.125rem;
    line-height: 28px;
    word-wrap: break-word;
}
.bodyfont--small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
}
.bodyfont--smaller {

    font-size: 1rem;
    line-height: 27px;
}
.bodyfont--bold {
    font-weight: 700;
    color: #252529;
}
.bodyfont--list {
    margin: 40px 0;
}
.bodyfont--list li {
    margin: 15px 0;
}
.bodyfont--link {
    color: #ff360d;
    text-decoration: underline;
}
.bodyfont--link:hover {
    text-decoration: none;
}


@media (max-width: 400px) {
    .accordion__info .bodyfont--small {
        padding-right: 0;
    }
}
.arrow-link__label {
    letter-spacing: -0.01em;
    margin: 0 12px 0 0;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.arrow-link__label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #04caf7;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.arrow-link__label--white-underline::before {
    background: rgba(255, 255, 255, 0.5);
}
.arrow-link__label--no-underline::before {
    content: none;
}
.arrow-link__label.font--white + .icon polygon {
    fill: #fff;
    opacity: 0.6;
}
.arrow-link__label.font--red .icon polygon {
    fill: #ff360d;
    opacity: 0.6;
}
.arrow-link .icon {
    position: relative;
    top: -1px;
    opacity: 0.5;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.arrow-link .icon--play-small {
    width: 10px;
    height: 11px;
}
.arrow-link .icon--play-small path {
    fill: #fff;
}
.arrow-link--down .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 4px;
}
@media (any-hover: hover) {
    .arrow-link:hover .arrow-link__label,
    .arrow-link:hover .icon {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    .arrow-link:hover .arrow-link__label::before {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
}

.inline-text-img__img {
    width: 50%;
    left: 50%;
    max-width: 750px;
}
.inline-text-img--flipped .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.inline-text-img--flipped .inline-text-img__img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.inline-text-img--about-us {
    margin-bottom: 140px;
}
@media (max-width: 960px) {
    .inline-text-img .container {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
    }
    .inline-text-img__img {
        left: auto;
        max-width: none;
        width: 100%;
        margin-bottom: 60px;
    }
    .inline-text-img__text {
        width: 100%;
        max-width: 520px;
    }
    .inline-text-img--flipped .container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .inline-text-img--flipped .inline-text-img__img {
        -webkit-transform: none;
        transform: none;
    }
    .inline-text-img--about-us {
        border-bottom: 1px solid #eee;
        padding-bottom: 100px;
        margin-bottom: 100px;
    }
    .inline-text-img--about-us .container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .inline-text-img--about-us .inline-text-img__text {
        max-width: 70%;
    }
}
@media (max-width: 750px) {
    .inline-text-img--about-us .inline-text-img__text {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .next-page {
        height: 400px;
    }
}
@media (max-width: 400px) {
    .next-page {
        height: 340px;
    }
}
.img-grid-v1__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 30px 0;
}
.img-grid-v1__row--flip {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.img-grid-v1__media {
    background: #eee center no-repeat;
    background-size: cover;
    height: 0;
}
.img-grid-v1__media--1 {
    width: 62.65%;
    padding-bottom: 41.8%;
    margin-right: 30px;
}
.img-grid-v1__media--2 {
    width: 20%;
    padding-bottom: 30%;
}
.img-grid-v1__media--3 {
    width: 32.7%;
    padding-bottom: 21.88%;
    margin-right: 30px;
}
.img-grid-v1__media--4 {
    width: 50%;
    padding-bottom: 34%;
}
@media (max-width: 1200px) {
    .img-grid-v1__row {
        margin: 20px 0;
    }
    .img-grid-v1__media--1,
    .img-grid-v1__media--3 {
        margin-right: 20px;
    }
}
@media (max-width: 600px) {
    .img-grid-v1__row {
        margin: 10px 0;
    }
    .img-grid-v1__media--1,
    .img-grid-v1__media--3 {
        margin-right: 10px;
    }
}
.img-grid-v2__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 24px 0;
}
.img-grid-v2__row--flip {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.img-grid-v2__media {
    background: #eee center no-repeat;
    background-size: cover;
    height: 0;
}
.img-grid-v2__media--1 {
    width: calc(25% - 24px);
    padding-bottom: 22%;
    margin-right: 24px;
    margin-left: 15%;
}
.img-grid-v2__media--2 {
    width: 60%;
    padding-bottom: 52%;
}
.img-grid-v2__media--3 {
    width: calc(60% - 24px);
    padding-bottom: 42%;
    margin-right: 24px;
}
.img-grid-v2__media--4 {
    width: 40%;
    padding-bottom: 26%;
}
@media (max-width: 600px) {
    .img-grid-v2__row {
        margin: 10px 0;
    }
    .img-grid-v2__media--1,
    .img-grid-v2__media--3 {
        margin-right: 10px;
    }
}

.split-media__img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee center no-repeat;
    background-size: cover;
}
.split-media__text {
    max-width: 400px;
}
.split-media__text .header,
.split-media__text .content-editor h1,
.content-editor .split-media__text h1,
.split-media__text .content-editor h2,
.content-editor .split-media__text h2,
.split-media__text .content-editor h3,
.content-editor .split-media__text h3 {
    margin: 40px 0 20px;
}
.split-media__text .arrow-link {
    margin: 20px 0 0;
}
.split-media--flip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.split-media--flip .split-media__col--text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 120px 140px 120px 80px;
}
@media (max-width: 1200px) {
    .split-media__col {
        min-height: 500px;
    }
    .split-media__col--text,
    .split-media--flip .split-media__col--text {
        padding: 100px 80px 110px;
    }
}
@media (max-width: 1200px) {
    .split-media__text .header,
    .split-media__text .content-editor h1,
    .content-editor .split-media__text h1,
    .split-media__text .content-editor h2,
    .content-editor .split-media__text h2,
    .split-media__text .content-editor h3,
    .content-editor .split-media__text h3 {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 42px;
        margin: 30px 0 20px;
    }
}
@media (max-width: 960px) {
    .split-media__col--text,
    .split-media--flip .split-media__col--text {
        padding: 100px 40px 110px;
    }
}
@media (max-width: 750px) {
    .split-media__col {
        width: 100%;
        min-height: 0;
    }
    .split-media__col--media {
        height: 60vw;
    }
    .split-media__col--text,
    .split-media--flip .split-media__col--text {
        padding: 60px 30px 70px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .split-media__text {
        max-width: 540px;
    }
    .split-media--flip {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 500px) {
    .split-media__col--text,
    .split-media--flip .split-media__col--text {
        padding: 50px 30px 60px;
    }
}
@media (max-width: 400px) {
    .split-media__text .header,
    .split-media__text .content-editor h1,
    .content-editor .split-media__text h1,
    .split-media__text .content-editor h2,
    .content-editor .split-media__text h2,
    .split-media__text .content-editor h3,
    .content-editor .split-media__text h3 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
        margin: 20px 0;
    }
}
.media-fader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.media-fader__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: center no-repeat;
    background-size: cover;
    transition: opacity 1s ease;
}
.media-fader__item.active {
    opacity: 1;
    z-index: 2;
}
.text-img-grid {
    background: #f6f6f6 -200px 80px no-repeat;
    background-size: 1200px auto;
    background-attachment: fixed;
    padding: 100px 0 0;
    overflow: hidden;
}
.text-img-grid::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    height: 20%;
    z-index: 0;
}
.text-img-grid__text {
    max-width: 500px;
    padding: 80px 0 0;
}
.text-img-grid__text.not-inview .text-img-grid__pretitle,
.text-img-grid__text.not-inview .header__notch,
.text-img-grid__text.not-inview .header__line,
.text-img-grid__text.not-inview .text-img-grid__info,
.text-img-grid__text.not-inview .text-img-grid__list {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
}
.text-img-grid__info {
    max-width: 380px;
    margin: 20px 0 15px; font-size: 17px;
}
.text-img-grid__list-item {
    margin: 8px 0;
}
.text-img-grid .img-grid-v2 {
    padding-left: 40%;
}
@media (max-width: 1400px) {
    .text-img-grid__text {
        padding: 20px 0 0;
    }
    .text-img-grid__info {
        margin: 20px 0 32px;
    }
}
@media (max-width: 1200px) {
    .text-img-grid {
        padding: 100px 0 0;
    }
    .text-img-grid::after {
        height: 40px;
    }
    .text-img-grid .img-grid-v2 {
        padding-left: 45%;
    }
}
@media (max-width: 1080px) {
    .text-img-grid::after {
        height: 20px;
    }
    .text-img-grid__text {
        padding: 10px 0 0;
    }
    .text-img-grid__header .header__line {
        margin-left: 0;
    }
    .text-img-grid .img-grid-v2 {
        padding-left: 42%;
    }
}
@media (max-width: 960px) {
    .text-img-grid {
        padding: 100px 0 0;
        background-size: 900px auto;
    }
    .text-img-grid::after {
        height: 60px;
    }
    .text-img-grid__text {
        position: relative;
        padding: 0;
    }
    .text-img-grid__header {
        margin: 30px 0 20px;
    }
    .text-img-grid .img-grid-v2 {
        padding-left: 0;
        margin-top: -80px;
    }
    .text-img-grid .img-grid-v2__media--1 {
        width: calc(35% - 24px);
        padding-bottom: 20%;
    }
    .text-img-grid .img-grid-v2__media--2 {
        width: 50%;
        padding-bottom: 36%;
    }
    .text-img-grid .img-grid-v2__media--3 {
        padding-bottom: 38%;
    }
    .text-img-grid .img-grid-v2__media--4 {
        padding-bottom: 24%;
    }
}
@media (max-width: 750px) {
    .text-img-grid .img-grid-v2 {
        margin-top: -40px;
    }
}
@media (max-width: 600px) {
    .text-img-grid::after {
        height: 7vw;
    }
    .text-img-grid__header {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 42px;
    }
    .text-img-grid .img-grid-v2 {
        margin-top: 0;
    }
    .text-img-grid .img-grid-v2__media--1 {
        width: calc(35% - 10px);
    }
    .text-img-grid .img-grid-v2__media--3 {
        width: calc(60% - 10px);
    }
}
@media (max-width: 400px) {
    .text-img-grid__header {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
    }
    .text-img-grid .img-grid-v2 {
        margin-top: 40px;
    }
}
.our-product h2{font-size: 36px;padding-top: 6%;line-height: 45px;}
.head-blue{color: #04caf7 !important;}