html,
body {
    width: 100%;
    background-color: #171717;
}
@font-face {
    font-family: "Segoe UI Regular";
    src: url("../fonts/Segoe-UI-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI Regular Italic";
    src: url("../fonts/Segoe-UI-Regular-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI Bold";
    src: url("../fonts/Segoe-UI-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI Bold Italic";
    src: url("../fonts/Segoe-UI-Bold-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI Semibold";
    src: url("../fonts/Segoe-UI-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Segoe UI Semibold Italic";
    src: url("../fonts/Segoe-UI-Semibold-Italic.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
body,
h1,
h2,
a,
h3,
p,
li {
    font-family: "Segoe UI Regular";
    font-size: 16px;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

hr {
    width: 100%;
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
    border: 0;
    border-top: 1px solid #ffffff;
    opacity: 0.8;
    margin-bottom: 0;
}
sup {
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
}
.col2--p {
    font-size: 24px;
    line-height: 27px;
    font-family: "Segoe UI Regular";
    padding-top: 2.5rem;
}

.inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
}
.row-hero {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.row-hero .col-8 {
    padding: 0;
}

.row-hero .col-4 {
    padding: 0;
}
.m-hero {
    width: 100%;
    display: flex;
    background: url("../images/d-hero-background.png");
    box-sizing: border-box;
    background-position: right;
    background-size: 134% 1100px;
    background-repeat: no-repeat;
    justify-content: center;
    padding: 0 32px;
}
.m-hero--inner {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 32px;
}
.m-hero-content {
    top: 16%;
    position: relative;
}

.m-hero .laptop {
    width: 100%;
    top: -11%;
    position: relative;
}
.m-hero h1 {
    font-size: 76px;
    font-family: "Segoe UI Semibold";
    color: #ffffff;
    line-height: 79px;
}
.m-hero p {
    color: #ffffff;
    font-family: "Segoe UI Semibold";
    font-size: 24px;
    line-height: 29px;
    max-width: 372px;
    padding-top: 22px;
}

.a-btn {
    font-size: 16px;
    padding: 8px 26px;
    background: #0078d7;
    color: #fff;
    text-decoration: none;
    font-family: "Segoe UI Bold";
}

.m-header {
    padding: 82px 0 62px 0;
    width: 100%;
    background: #fff;
}

/* Features */

.features {
    background-color: #171717;
}

/* Modern Devices */

.m-modern-devices {
    background-color: #171717;
    padding: 3rem 0;
}
.m-modern-devices h2 {
    color: #fff;
    font-size: 30px;
    padding: 0;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}
.u-flex {
    display: flex;
}
.u-flex--space {
    display: flex;
    justify-content: space-between;
}
.m-text {
    font-size: 18px;
    line-height: 26px;
    padding: 32px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.m-header img:first-child {
    width: 165px;
    align-self: center;
}

.m-header img:last-child {
    width: 515px;
    align-self: center;
}

.u-neg-m {
    padding-right: 32px;
}

.m-dark--blue {
    background: url("../images/modern-banner.png");
    padding: 64px 0 32px 32px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.m-dark--blue h2,
.m-dark--blue p {
    width: 100%;
    max-width: 1440px;
    text-align: left;
    padding: 0 32px;
    color: #fff;
}

.m-dark--blue h2 {
    font-size: 51.25px;
    font-family: "Segoe UI Semibold";
    line-height: 60px;
    padding-bottom: 32px;
}

.m-dark--blue p {
    font-size: 30.25px;
    line-height: 35px;
    padding-bottom: 16px;
    max-width: 796px;
}

.o-card {
    width: 100%;
    max-width: 1440px;
    margin: 32px auto;
    background-color: #171717;
    display: flex;
    color: #ffff;
}

.o-card--content--row {
    width: 100%;
    display: flex;
}

.o-card--overview {
    width: 15%;
    align-self: center;
    height: 100%;
}

.o-card--content--col:first-child {
    width: 40%;
    padding-left: 0;
    border-right: 3px solid #fff;
}

.o-card--content--col {
    padding: 16px 16px 0 16px;
    margin-bottom: 13px;
}

.o-card--content {
    width: 85%;
    border-left: 3px solid #fff;
}

.apps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.m-2col {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 32px 40px 32px;
    /* display: flex; */
}
.m-2col > p {
    width: 45%;
    line-height: 34px;
}
.icon-box {
    background-image: url("../images/banner.png");
    box-sizing: border-box;
    display: flex;
    padding: 32px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.icon-box p {
    color: #ffffff;
    font-size: 25px;
}

.main--cta {
    margin-top: 45px;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding: 45px 0;
}

.main--cta a {
    color: #ffffff;
    font-size: 25px;
    font-family: "Segoe UI Semibold";
    text-decoration: none;
    display: block;
}

.upgrade--cta {
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.upgrade--cta a {
    color: #ffffff;
    font-size: 25px;
    font-family: "Segoe UI Semibold";
    text-decoration: none;
    margin-bottom: 60px;
    display: block;
}

.lm {
    color: #ffffff;
    text-decoration: none;
    margin-top: 32px;
    display: block;
    font-size: 35px;
    font-weight: 600;
}
.icon-box h3 {
    color: #ffffff;
    font-size: 50px;
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
    line-height: 52px;
    font-family: "Segoe UI Semibold";
}
.heading {
    font-size: 36px;
    font-family: "Segoe UI Semibold";
    color: #ffffff;
    text-align: left;
    padding: 47px 0 50.5px 47px;
    /* padding-left: 32px;
    padding-bottom: 21px; */
}
.icon-box-work {
    margin-right: 10%;
    width: 70%;
}
.icon-rows {
    width: 30%;
}
.icon--row {
    margin-bottom: 32px;
}
.icon--row {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}
.icon--row p {
    display: inline-block;
    margin-left: 32px;
    font-size: 25px;
    color: #ffffff;
}
.icon {
    height: 40px;
    display: inline-block;
}
.app img {
    height: 50px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

div.app p {
    font-size: 12px;
    text-align: center;
}

.o-card--content--row:first-child {
    width: 100%;
    border-bottom: 3px solid #fff;
    margin-left: 16px;
}

.o-card--content--row p {
    padding: 16px 8px 8px 8px;
    font-size: 17.5px;
}
.u-no-border {
    border: 0 !important;
    /* width: 31% !important; */
}
.u-tag {
    background-color: #fff;
    color: #171717;
    font-size: 14px;
    width: 100px;
    padding: 6px 10px;
    text-align: center;
    font-family: "Segoe UI Semibold";
}

.o-card .o-card--overview .u-highlight {
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    padding-top: 8px;
    font-family: "Segoe UI Semibold";
}

p.u-title {
    padding-top: 0;
    font-size: 20px;
    padding-bottom: 12px;
    font-family: "Segoe UI Regular";
}
p.u-additional {
    padding: 8px 0 0 16px;
}

.o-card--overview p:last-child {
    font-size: 26px;
    line-height: 28px;
    font-family: "Segoe UI Semibold";
    color: #fff;
}

.m-text--small {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px 35px 32px;
}
.m-text--small p {
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
}
.m-product--features p {
    padding: 16px;
}
.m-product--features ul {
    color: #ffffff;
    padding: 0 2.2rem;
}
.m-product-list {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.m-product-list--item {
    margin-right: 16px;
    padding-bottom: 16px;
    background-color: #333333;
    border-radius: 0 0 4px 4px;
}
.m-product-list--item:last-child {
    margin-right: 0;
}
.m-product--image img {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
}

.m-product--image {
    padding: 16px;
    background-color: #f1f1f1;
    border-radius: 4px 4px 0 0;
}

.m-product--title p {
    font-size: 22px;
    padding: 16px 16px 0 16px;
    font-family: "Segoe UI Semibold";
    color: #ffffff;
}
.u-strikethrough {
    text-decoration: line-through;
    opacity: 0.8;
}
.m-product--price p {
    font-size: 16px;
    padding: 16px 16px 0 16px;
    color: #ffffff;
}
.m-product-list--item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 300ms;
}
.m-product-list--item {
    transition: all 300ms;
}
.m-faq {
    padding-bottom: 32px;
}
.m-faq h3 {
    font-size: 22px;
}
.m-faq,
.m-footer--inner,
.m-product-list,
.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 32px;
    margin: 0 auto;
}

.m-faq--items {
    display: flex;
    flex-wrap: wrap;
}
.m-faq--item {
    width: 100%;
    padding-bottom: 32px;
    cursor: pointer;
    font-size: 19px;
}
.m-faq--item i {
    color: #0d7fd9;
    padding-right: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    display: inline-block;
}
.m-faq--item p {
    display: inline;
    font-size: 19px;
}
.m-faq--overflow {
    display: none;
    font-size: 12px;
}
.m-faq--overflow p {
    opacity: 0.7;
    font-size: 14px;
    padding-left: 24px;
    display: inline-block;
}
.m-terms p {
    font-size: 20px;
    line-height: 24px;
    font-family: "Segoe UI Regular";
    margin-bottom: 1rem;
    overflow-wrap: break-word;
    color: #ffffff;
}
.m-terms h3 {
    color: #ffffff;
    font-size: 50px;
    padding-right: 100px;
    line-height: 53px;
    font-family: "Segoe UI Semibold";
    margin-top: 0;
    padding-bottom: 2rem;
}
.m-terms--link {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.m-terms--link:hover {
    text-decoration: underline;
    color: #fff;
}
.m-terms {
    padding-top: 50.5px;
    padding-bottom: 65.5px;
    background-color: #333333;
}

.m-footer {
    background: #171717;
}
.margin-over {
    margin-bottom: 35px !important;
}
.m-footer--inner {
    padding: 32px;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.m-social img {
    height: 24px;
    padding-right: 12px;
}
.m-social {
    width: 100%;
    margin-bottom: 12px;
}
.m-social a {
    text-decoration: none;
}
.m-copy p {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
}
.m-copy a {
    color: #ffffff;
    font-size: 23px;
}

#back-to-top {
    padding: 16px;
    transition: all 300ms;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 32px;
    right: 32px;
    display: none;
}
#back-to-top i {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

#back-to-top.show {
    display: block;
}
#back-to-top.show:hover {
    background: #000;
    transition: all 300ms;
}
.row {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.col-3,
.col-4,
.col-6,
.col-8,
.col-12 {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px;
}
.col-8 {
    width: 62%;
}

.col-4 {
    width: 38%;
}

.col-6 {
    width: 50%;
}
.m-col-2 {
    background-color: #171717;
    color: #fff;
    padding: 4rem 0;
}

.m-col-2 .side-by-side {
    padding-bottom: 70px;
}
.m-col-2 .side-by-side:nth-child(4) {
    padding-bottom: 0px;
}

.m-col-2 img {
    width: 100%;
}
.m-col-2 ul {
    padding: 0 1rem;
    margin: 0;
}
.m-col-2 li {
    line-height: 33px;
}

.m-col-2-content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.m-col-2 h3 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 1rem;
    font-weight: 600;
}
.partner {
    padding: 3rem 0;
    background-color:  #cfcfcf;
}

.partner .container .row {
    max-width: 1440px;
}
.partner h3 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    padding-bottom: 30px;
}

.partner p {
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 96px;
    max-width: 460px;
}
.partner img {
    width: 100%;
    height: auto;
}
.partner a {
    font-size: 34.5px;
    line-height: 48px;
    font-weight: 600;
    text-decoration: none;
    color: #333333;
}

.office-icons {
    display: flex;
    padding-bottom: 20px;
}

.office-icons-group {
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 18px;
    max-width: 235px;
}

.office-icons-group img {
    width: 100%;
}

@media screen and (min-width: 1228px) {
    .m-hero {
        margin-bottom: -3rem;
    }
}

@media screen and (max-width: 1150px) {
    .heading {
        padding-left: 0;
        font-size: 35px;
    }
    .main--cta {
        width: 100%;
    }
    .m-dark--blue h2 {
        font-size: 48px;
        line-height: 52px;
    }
    .m-dark--blue p {
        font-size: 28px;
        line-height: 30px;
    }
    .m-hero p {
        font-size: 16px;
    }
    .m-hero--inner {
        padding: 0 32px;
    }
    .m-terms h3 {
        padding-right: 0;
        font-size: 24px;
        line-height: 29px;
    }
    .col2--p {
        padding-top: 0;
    }
    .o-card--content--col {
        width: 50%;
        flex-basis: 100%;
        padding-left: 0;
        margin-right: 16px;
        border-right: 0 !important;
    }
    .o-card--content--col:first-child {
        border-bottom: none;
    }
    .m-text--small p br {
        display: none;
    }

    .m-text--small p:last-child {
        padding-top: 20px;
    }
    .apps {
        justify-content: space-between;
        padding-bottom: 4px;
    }
    .o-card--content--row {
        flex-wrap: wrap;
    }
    .o-card--content--col {
        padding: 0;
    }
}

@media screen and (max-width: 1060px) {
    .m-2col {
        flex-wrap: wrap;
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .icon-box-work {
        margin-right: 0;
        width: 100%;
    }
    .icon-box {
        width: 100%;
        margin: 0 auto;
        margin-right: 0;
        display: block;
        background-image: url("../images/banner-mobile.png");
    }
    .icon--row {
        margin-bottom: 12px;
    }
    .partner img {
        padding-top: 3rem;
    }

    .m-2col > p {
        width: 100%;
    }

    .icon--row:last-child {
        margin-bottom: 0;
    }
    .m-header img:first-child {
        width: 70px;
    }
    .m-header img:last-child {
        width: 150px;
    }
    .m-hero h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .m-hero .laptop {
        position: static;
    }
    .o-card .o-card--overview .u-highlight,
    .o-card--overview p:last-child {
        font-size: 20px;
        line-height: 25px;
    }
    .m-copy p,
    .m-copy a {
        font-size: 16px;
    }
    .m-col-2 h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .m-col-2 img {
        padding-bottom: 3rem;
    }
}
@media screen and (max-width: 980px) {
    .m-header {
        padding: 40px 0 38px 0;
    }
}
@media screen and (max-width: 900px) {
    .o-card--overview {
        padding-left: 0;
    }
    .mob-rem {
        display: none;
    }
    .m-hero p {
        max-width: 100%;
    }
    .m-hero {
        padding: 0 32px 47px;
    }
    .m-hero-content br {
        display: none;
    }
    .m-dark--blue h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .m-dark--blue p {
        font-size: 22px;
        line-height: 24px;
    }
}

@media screen and (max-width: 820px) {
    .m-hero p {
        padding-right: 32px;
        bottom: 23px;
        width: auto;
    }

    .m-hero h1 {
        font-size: 50px;
        line-height: 52px;
    }
    .partner h3 {
        padding-top: 30px;
        font-size: 25px;
        line-height: 28px;
    }
    .partner p {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 22px;
    }
    .partner a {
        font-size: 20px;
        line-height: 23px;
    }
}

@media screen and (max-width: 767px) {
    .main--cta,
    .upgrade--cta {
        text-align: left;
    }
    .main--cta {
        padding: 25px 0;
    }
    .upgrade--cta {
        width: 100%;
    }
    .m-hero p {
        position: static;
        width: 100%;
        text-align: left;
    }
    p.u-additional {
        padding: 20px 0 0 0;
    }
    p.u-title {
        padding-top: 18px;
    }
    .col-md-12 {
        width: 100%;
    }
    .side-by-side .row,
    .row-hero {
        flex-wrap: wrap;
    }
    .side-by-side-padd {
        padding: 0;
    }
    .m-col-2 .side-by-side {
        padding-bottom: 15px;
    }

    .o-card--content--row:first-child {
        border-top: 3px solid #fff;
        margin: 36px 0 0;
    }
    .o-card {
        flex-wrap: wrap;
    }
    .o-card--content--col {
        margin-right: 0;
    }
    .o-card--overview {
        width: 100%;
        flex-basis: 100%;
    }
    .o-card--content {
        border: 0 !important;
        width: 100%;
    }
    .o-card--content--row {
        margin-left: 0 !important;
    }
    .m-product-list {
        flex-wrap: wrap;
    }
    .m-product-list--item {
        flex-basis: 100%;
        margin-bottom: 16px;
    }

    .m-dark--blue h2,
    .m-dark--blue p {
        padding-left: 0;
    }
    .m-dark--blue h2 br {
        display: none;
    }
    .u-tag {
        margin-bottom: 8px;
    }
    .u-wrap {
        flex-wrap: wrap;
    }
    .m-hide-2 {
        display: none;
    }

    .icon--row .icon {
        width: 40px;
        height: auto;
    }

    .m-hero h1 {
        font-size: 45px;
        line-height: 48px;
    }
    .m-hero p {
        font-size: 12px;
        line-height: 15px;
    }
    .m-hero-content {
        position: static;
    }
    .partner {
        padding: 0 0 3rem;
    }
    .partner p {
        max-width: 430px;

    }
    .partner h3 {
        padding-top: 30px;
    }
    .partner a {
        display: inline-block;
        padding: 0 8px;
        line-height: 37px;
        padding-bottom: 3px;
        background-color: #ec008c;
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        text-decoration: none;
    }
    .partner img {
        padding-top: 0;
    }
    .partner .container .row .col-6:nth-child(2),
    .partner .side-by-side {
        padding: 0;
    }

    .office-icons-group {
        padding-right: 0;
        max-width: 100%;
    }

    .office-icons-group img {
        padding-top: 25px;
    }
    .apps {
        width: 100%;
        flex-wrap: wrap;
    }
    .app {
        padding-bottom: 16px;
    }
    .m-product-list--item {
        margin-right: 0;
    }

    .m-terms p,
    .m-terms--link {
        padding-right: 0;
        font-size: 10px;
        line-height: 13px;
    }

    .m-hide {
        display: none;
    }
    .m-dark--blue h2 {
        font-size: 24px;
        line-height: 27px;
    }
    .m-dark--blue p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
    }
    .m-modern-devices h2 {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    .icon-box h3 br {
        display: none;
    }
    .icon-box-work p {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    .icon-box a {
        padding-bottom: 32px;
        font-size: 18px;
        line-height: 21px;
    }
    .icon-row p {
        font-size: 20px;
        line-height: 23px;
    }
    .flex-row {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 660px) {
    .icon-box {
        flex-wrap: wrap;
    }
    .m-2col > p {
        font-size: 18px;
        line-height: 20px;
    }
    .icon-box h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .icon--row:last-child {
        margin-bottom: 32px;
    }
    .icon--row p {
        text-align: left;
    }
}

@media screen and (max-width: 614px) {
    .m-hero--inner {
        flex-wrap: wrap;
    }
    .m-hero .laptop {
        position: static;
        height: auto;
        width: 100%;
        margin-top: -30px;
    }

    .m-hero h1 {
        position: static;
        width: 100%;
        text-align: left;
        padding-top: 32px;
        padding-bottom: 12px;
    }
    .m-hero h1 br {
        display: none;
    }

    .m-hero {
        height: auto;
    }
}

@media screen and (max-width: 560px) {
    p.u-title {
        padding-left: 6px;
    }
    .container {
        padding: 0 32px;
    }
    .app {
        width: 30%;
    }
    .office-icons {
        display: block;
    }
}
