@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/assets/webfonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(/assets/webfonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(/assets/webfonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(/assets/webfonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(/assets/webfonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.mtx-heading {
    font-weight: bold;
    margin: 0;
}
.mtx-heading--1 {
    font-size: 26px;
}
.mtx-heading--2 {
    font-size: 20px;
}
.mtx-heading--3 {
    font-size: 20px;
}
@media (min-width: 992px) {
    .mtx-heading--1 {
        font-size: 40px;
        line-height: 50px;
    }
    .mtx-heading--2 {
        font-size: 36px;
        line-height: 40px;
    }
    .mtx-heading--3 {
        font-size: 26px;
        line-height: 30px;
    }
    .mtx-heading--4 {
        font-size: 20px;
        line-height: 22px;
    }
}

.mtx-lead {
    font-size: 16px;
}
@media (min-width: 992px) {
    .mtx-lead {
        font-size: 26px;
        line-height: 32px;
    }
}

.mtx-btn {
    display: inline-block;
    padding: 15px;
    color: #fff;
    background-color: #0070bd;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    font-size: inherit;
    text-decoration: none;
}
.mtx-btn:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("https://cdn.optimizely.com/img/7398083153/a3474b78f45541c8a73559bafe587e14.png");
    margin-left: 7.5px;
    margin-bottom: -1px;
}
.mtx-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0061a4;
    cursor: pointer;
}
.mtx-btn--primary {
    background-color: #fb8512;
}
.mtx-btn--primary:hover {
    background-color: #ef7804;
}
.mtx-btn--secondary {
    background-color: #74b1db;
}
.mtx-btn--secondary:hover {
    background-color: #60a6d6;
}
.mtx-btn--block {
    display: block;
    width: 100%;
}
.mtx-btn--no-arrow:after {
    display: none;
}

.mtx-icon-btn {
    background: none;
    border: none;
    padding: 0;
    display: block;
    height: 30px;
    width: 30px;
}
.mtx-icon-btn:hover {
    cursor: pointer;
}

.mtx-img {
    width: 100%;
}

.mtx-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.mtx-container--slim {
    max-width: 900px;
}
@media (min-width: 470px) {
    .mtx-container {
        padding: 0 45px;
    }
}
@media (min-width: 992px) {
    .mtx-container {
        max-width: 1440px;
        padding: 0 30px;
    }
    .mtx-container--slim {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    .mtx-container {
        padding: 0;
    }
}

body.mtx-modal-open {
    overflow: hidden;
}

.mobilesafari body.mtx-modal-open {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
}

.mtx-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    background-color: rgba(17, 17, 17, 0.8);
    padding: 15px;
    overflow: scroll;
    display: none;
    z-index: 3;
    -webkit-overflow-scrolling: touch !important;
    z-index: 9999999999999;
}
.mtx-modal__inner {
    max-width: 900px;
    margin: auto;
    border-radius: 3px;
    overflow: hidden;
}
.mtx-modal__header {
    background-color: #0861a2;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mtx-modal__body {
    background-color: #fff;
    padding: 30px 15px;
    position: relative;
}
.mtx-modal__body h2 {
    margin-bottom: 30px;
}
.mtx-modal__body--blue {
    background-color: #0070bd;
    color: #fff;
}
.mtx-modal.is-active {
    display: block;
}
.mtx-modal__lead {
    margin-bottom: 30px;
}
.mtx-modal__login {
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 50%;
    text-align: right;
}
.mtx-modal__login:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("https://cdn.optimizely.com/img/7398083153/a3474b78f45541c8a73559bafe587e14.png");
    margin-left: 7.5px;
    margin-bottom: -1px;
}
.mtx-modal__ctas .mtx-btn:first-child {
    margin-bottom: 15px;
}
.mtx-modal--paywall {
    z-index: 9999999999999999999;
}
.mtx-modal--paywall .mtx-heading--2 {
    margin-bottom: 30px;
}
.mtx-modal--paywall .mtx-modal__inner {
    max-width: 1320px;
}
@media (min-width: 992px) {
    .mtx-modal {
        padding: 60px;
    }
    .mtx-modal--paywall {
        padding: 30px 60px;
    }
    .mtx-modal--paywall .mtx-price-tables {
        padding-left: 30px;
    }
    .mtx-modal--paywall .mtx-modal__body {
        padding: 60px 60px 90px 60px;
    }
    .mtx-modal--paywall .mtx-modal__login {
        right: 60px;
        bottom: 40px;
    }
    .mtx-modal--paywall .mtx-sign-up__logo {
        position: absolute;
        bottom: 40px;
        left: 60px;
    }
    .mtx-modal__header {
        padding: 15px 30px;
    }
    .mtx-modal__body {
        padding: 30px;
    }
    .mtx-modal__lead {
        max-width: 85%;
    }
    .mtx-modal__ctas {
        display: flex;
        margin-top: 30px;
    }
    .mtx-modal__ctas .mtx-btn:first-child {
        margin-bottom: 0;
        margin-right: 7.5px;
    }
    .mtx-modal__ctas .mtx-btn:last-child {
        margin-left: 7.5px;
    }
}

.mtx-sticky-cta {
    background-color: #0070bd;
    color: #fff;
    bottom: -69px;
    left: 0;
    width: 100%;
    padding: 7.5px 0;
    position: fixed;
    transition: all 0.5s ease;
    text-align: center;
    z-index: 999999999999;
}
.mtx-sticky-cta p {
    margin: 0;
    display: none;
}
.mtx-sticky-cta a {
    color: #fff;
    display: none;
}
.mtx-sticky-cta.is-fixed {
    bottom: 0;
}
.mtx-sticky-cta .mtx-heading {
    display: none;
}
.mtx-sticky-cta .mtx-btn {
    display: block;
    margin: 0 auto;
}
.mtx-sticky-cta .mtx-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.88em;
}
@media (min-width: 700px) {
    .mtx-sticky-cta .mtx-heading {
        display: block;
    }
}
@media (min-width: 1000px) {
    .mtx-sticky-cta a {
        display: block;
    }
    .mtx-sticky-cta .mtx-btn {
        margin: 0;
    }
}
@media (min-width: 1300px) {
    .mtx-sticky-cta p {
        display: block;
    }
}

.mtx-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mtx-feature-list__item {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    min-width: 50%;
    font-weight: 700;
    min-height: 19px;
}
.mtx-feature-list__item .tooltip {
    display: none;
}
.mtx-feature-list__item .tooltip__close {
    background: none;
    border: none;
    padding: 0;
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: #0862a2;
    padding: 3px 7px 5px 3px;
}
.mtx-feature-list__item.active .tooltip {
    display: block;
    background-color: #0862a2;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 200px;
}
.mtx-feature-list__item.active .tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #0862a2 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}
@media (min-width: 992px) {
    .mtx-feature-list__item.active .tooltip {
        left: auto;
        bottom: 30px;
        right: 0;
        margin-right: -93px;
    }
}
.mtx-feature-list__item a {
    position: relative;
}
.mtx-feature-list__item a:hover {
    cursor: pointer;
    text-decoration: none;
}
.mtx-feature-list__item:before {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    border-radius: 50%;
    background: url("https://cdn.optimizely.com/img/7398083153/ccc756722b4d4380a2ee5edf88bf0ff7.png");
    position: absolute;
    left: 0;
    top: 3px;
}
.mtx-feature-list__item + .mtx-feature-list__item {
    margin-top: 15px;
}
.mtx-feature-list__item--na {
    color: #ccc;
}
.mtx-feature-list__item--na:before {
    width: 10px;
    background: url("https://cdn.optimizely.com/img/7398083153/0a762fd3c29545ff984ab5318c69c490.png");
}

.mtx-price-table {
    margin-top: 45px;
}
.mtx-price-table__heading {
    /*background-color: #74b1db;*/
    color: #fff;
    padding: 15px;
    margin: 0;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mtx-price-table__heading--primary {
    background-color: #fb8512;
    border-top-left-radius: 0;
}
.mtx-price-table__heading--primary:before {
    content: "MOST POPULAR";
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #ef7804;
    padding: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mtx-price-table__sub-heading {
    margin-bottom: 30px;
}
.mtx-price-table .mtx-link--help {
    display: block;
    margin-bottom: 30px;
}
.mtx-price-table__feature-list {
    margin-bottom: 30px;
}
.mtx-price-table__body {
    padding: 15px;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #111;
}
@media (min-width: 992px) {
    .mtx-price-table {
        margin-top: 0;
    }
    .mtx-price-table__heading {
        padding: 15px 30px;
    }
    .mtx-price-table__heading:before {
        padding: 7.5px 30px;
    }
    .mtx-price-table__sub-heading {
        margin-bottom: 30px;
        width: 220px;
    }
    .mtx-price-table__body {
        padding: 30px;
    }
}

@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.mtx-modal {
    /*!
   * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
   * Copyright 2011-2017 The Bootstrap Authors
   * Copyright 2011-2017 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}
.mtx-modal .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .mtx-modal .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .mtx-modal .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .mtx-modal .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .mtx-modal .container {
        max-width: 1140px;
    }
}
.mtx-modal .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mtx-modal .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mtx-modal .col-1,
.mtx-modal .col-2,
.mtx-modal .col-3,
.mtx-modal .col-4,
.mtx-modal .col-5,
.mtx-modal .col-6,
.mtx-modal .col-7,
.mtx-modal .col-8,
.mtx-modal .col-9,
.mtx-modal .col-10,
.mtx-modal .col-11,
.mtx-modal .col-12,
.mtx-modal .col,
.mtx-modal .col-auto,
.mtx-modal .col-sm-1,
.mtx-modal .col-sm-2,
.mtx-modal .col-sm-3,
.mtx-modal .col-sm-4,
.mtx-modal .col-sm-5,
.mtx-modal .col-sm-6,
.mtx-modal .col-sm-7,
.mtx-modal .col-sm-8,
.mtx-modal .col-sm-9,
.mtx-modal .col-sm-10,
.mtx-modal .col-sm-11,
.mtx-modal .col-sm-12,
.mtx-modal .col-sm,
.mtx-modal .col-sm-auto,
.mtx-modal .col-md-1,
.mtx-modal .col-md-2,
.mtx-modal .col-md-3,
.mtx-modal .col-md-4,
.mtx-modal .col-md-5,
.mtx-modal .col-md-6,
.mtx-modal .col-md-7,
.mtx-modal .col-md-8,
.mtx-modal .col-md-9,
.mtx-modal .col-md-10,
.mtx-modal .col-md-11,
.mtx-modal .col-md-12,
.mtx-modal .col-md,
.mtx-modal .col-md-auto,
.mtx-modal .col-lg-1,
.mtx-modal .col-lg-2,
.mtx-modal .col-lg-3,
.mtx-modal .col-lg-4,
.mtx-modal .col-lg-5,
.mtx-modal .col-lg-6,
.mtx-modal .col-lg-7,
.mtx-modal .col-lg-8,
.mtx-modal .col-lg-9,
.mtx-modal .col-lg-10,
.mtx-modal .col-lg-11,
.mtx-modal .col-lg-12,
.mtx-modal .col-lg,
.mtx-modal .col-lg-auto,
.mtx-modal .col-xl-1,
.mtx-modal .col-xl-2,
.mtx-modal .col-xl-3,
.mtx-modal .col-xl-4,
.mtx-modal .col-xl-5,
.mtx-modal .col-xl-6,
.mtx-modal .col-xl-7,
.mtx-modal .col-xl-8,
.mtx-modal .col-xl-9,
.mtx-modal .col-xl-10,
.mtx-modal .col-xl-11,
.mtx-modal .col-xl-12,
.mtx-modal .col-xl,
.mtx-modal .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.mtx-modal .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.mtx-modal .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.mtx-modal .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.mtx-modal .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.mtx-modal .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.mtx-modal .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.mtx-modal .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.mtx-modal .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.mtx-modal .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.mtx-modal .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.mtx-modal .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.mtx-modal .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.mtx-modal .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.mtx-modal .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .mtx-modal .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .mtx-modal .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .mtx-modal .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .mtx-modal .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .mtx-modal .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mtx-modal .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .mtx-modal .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .mtx-modal .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mtx-modal .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .mtx-modal .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .mtx-modal .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .mtx-modal .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .mtx-modal .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .mtx-modal .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mtx-modal .offset-sm-0 {
        margin-left: 0;
    }
    .mtx-modal .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .mtx-modal .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .mtx-modal .offset-sm-3 {
        margin-left: 25%;
    }
    .mtx-modal .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .mtx-modal .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .mtx-modal .offset-sm-6 {
        margin-left: 50%;
    }
    .mtx-modal .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .mtx-modal .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .mtx-modal .offset-sm-9 {
        margin-left: 75%;
    }
    .mtx-modal .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .mtx-modal .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .mtx-modal .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .mtx-modal .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .mtx-modal .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .mtx-modal .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .mtx-modal .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mtx-modal .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .mtx-modal .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .mtx-modal .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mtx-modal .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .mtx-modal .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .mtx-modal .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .mtx-modal .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .mtx-modal .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .mtx-modal .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mtx-modal .offset-md-0 {
        margin-left: 0;
    }
    .mtx-modal .offset-md-1 {
        margin-left: 8.333333%;
    }
    .mtx-modal .offset-md-2 {
        margin-left: 16.666667%;
    }
    .mtx-modal .offset-md-3 {
        margin-left: 25%;
    }
    .mtx-modal .offset-md-4 {
        margin-left: 33.333333%;
    }
    .mtx-modal .offset-md-5 {
        margin-left: 41.666667%;
    }
    .mtx-modal .offset-md-6 {
        margin-left: 50%;
    }
    .mtx-modal .offset-md-7 {
        margin-left: 58.333333%;
    }
    .mtx-modal .offset-md-8 {
        margin-left: 66.666667%;
    }
    .mtx-modal .offset-md-9 {
        margin-left: 75%;
    }
    .mtx-modal .offset-md-10 {
        margin-left: 83.333333%;
    }
    .mtx-modal .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .mtx-modal .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .mtx-modal .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .mtx-modal .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .mtx-modal .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .mtx-modal .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mtx-modal .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .mtx-modal .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .mtx-modal .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mtx-modal .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .mtx-modal .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .mtx-modal .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .mtx-modal .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .mtx-modal .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .mtx-modal .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mtx-modal .offset-lg-0 {
        margin-left: 0;
    }
    .mtx-modal .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .mtx-modal .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .mtx-modal .offset-lg-3 {
        margin-left: 25%;
    }
    .mtx-modal .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .mtx-modal .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .mtx-modal .offset-lg-6 {
        margin-left: 50%;
    }
    .mtx-modal .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .mtx-modal .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .mtx-modal .offset-lg-9 {
        margin-left: 75%;
    }
    .mtx-modal .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .mtx-modal .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .mtx-modal .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .mtx-modal .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .mtx-modal .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .mtx-modal .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .mtx-modal .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mtx-modal .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .mtx-modal .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .mtx-modal .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mtx-modal .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .mtx-modal .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .mtx-modal .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .mtx-modal .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .mtx-modal .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .mtx-modal .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mtx-modal .offset-xl-0 {
        margin-left: 0;
    }
    .mtx-modal .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .mtx-modal .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .mtx-modal .offset-xl-3 {
        margin-left: 25%;
    }
    .mtx-modal .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .mtx-modal .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .mtx-modal .offset-xl-6 {
        margin-left: 50%;
    }
    .mtx-modal .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .mtx-modal .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .mtx-modal .offset-xl-9 {
        margin-left: 75%;
    }
    .mtx-modal .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .mtx-modal .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.mtx-banner {
    background-color: #0070bd;
    color: #fff;
    padding: 15px;
    margin-top: 45px;
}
.mtx-banner__img {
    display: none;
}
.mtx-banner .mtx-heading {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .mtx-banner {
        padding: 30px 30px 30px 310px;
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .mtx-banner__img {
        display: block;
        width: 250px;
        position: absolute;
        left: 30px;
        top: 30px;
    }
    .mtx-banner .mtx-btn {
        flex-grow: 0;
        flex-shrink: 0;
        min-width: 135px;
        margin-left: 30px;
    }
    .mtx-banner p {
        margin: 0;
    }
}

