/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/3022b7");*/
@font-face {
    font-family: "Gibson";
    font-style: normal;
    font-weight: 400;
    src: url("https://pages.netcracker.com/rs/937-BYM-547/images/Gibson-Regular.eot");
    src: url("https://pages.netcracker.com/rs/937-BYM-547/images/Canada Type - Gibson-Regular.otf") format("opentype");
    src: url("https://pages.netcracker.com/rs/937-BYM-547/images/Canada Type - Gibson-Regular.woff") format("woff");
}

@font-face {
    font-family: "Gibson";
    font-style: normal;
    font-weight: 600;
    src: url("https://pages.netcracker.com/rs/937-BYM-547/images/Gibson-SemiBold.eot");
    src: url("https://pages.netcracker.com/rs/937-BYM-547/images/Canada Type - Gibson-SemiBold.otf") format("opentype");
    src: url("https://pages.netcracker.com/rs/937-BYM-547/images/Canada Type - Gibson-SemiBold.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
    font-family: "Gibson", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    margin: 0 auto;
    max-width: 1540px;
    padding-left: 190px;
    padding-right: 190px;
    width: calc(100% - 381px);

    @media (max-width: 1199px) {
        width: auto;
        margin: 0;
        padding-right: 70px;
        padding-left: 70px;
    }

    @media (max-width: 699px) {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Header */

.logo-wrapper {
    display: block;
    padding: 16px 0;

    img {
        max-width: 384px;
        width: 100%;
    }
}

#header {
    border-bottom: 1px solid #D1D6DA;
}

/* Content */

.main-container {
    display: flex;
    gap: 20px;

    @media (max-width: 1200px) {
        flex-wrap: wrap;
    }
}

#leftcontent {
    flex: 1 1 66%;
    border-left: 1px solid #D1D6DA;
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    @media (max-width: 1200px) {
        border-left: none;
        padding-left: 0;
        padding-right: 0;
    }
}

#rightcontent {
    border-right: 1px solid #D1D6DA;
    border-left: 1px solid #D1D6DA;
    border-top: 1px solid #D1D6DA;
    background: #F0F2F5 !important;
    margin-top: -1px;
    @media (max-width: 1200px) {
        margin: auto;
    }
}

#vendor-logo {
    height: 64px;
}

#vendor-logo img {
    max-width: 100%;
    object-fit: contain;
    height: 100%;
}

h1 {
    color: #0C2128;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;

    @media (max-width: 1199px) {
        font-size: 32px;
    }
}

#brochure-desc {
    color: #0C2128;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#brochure-desc div:not(:last-of-type) {
    margin-bottom: 16px;
}

#brochure-img {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#brochure-img img {
    width: 100%;
    max-width: 460px;
    border: 1px solid #D1D6DA;
}

.mktoForm {
    background: #F0F2F5 !important;
    width: auto !important;
    padding: 32px !important;
}

.mktoForm .mktoLabel {
    color: #465A6C;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.mktoOffset {
    display: none;
}

.mktoForm .mktoFormCol {
    width: 100%;
}

.mktoFieldWrap {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px !important;
    margin-bottom: 16px !important;
    position: relative;
}

#LblsubsribeMarketing {
    order: 2;
    max-width: 350px;
    width: calc(100% - 50px) !important;
    color: #0C2128;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-top: 0;
    margin-left: 8px;
}

.mktoHtmlText {
    max-width: 400px;
    width: 100% !important;
}

.mktoLogicalField {
    order: 1;
    display: flex;
    position: relative;
    flex: 0 1 24px;
    width: 24px !important;
    position: relative;
    padding: 0 !important;
    padding-right: 12px !important;
}

.mktoLogicalField label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    outline: none !important;
    margin-left: 0 !important;
}

.mktoLogicalField label::before {
    content: "";
    border-radius: 2px;
    border: 1px solid #A3ADB5;
    background: #FFF;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: -4px;
    outline: none !important;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out
}

.mktoLogicalField label::after {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 10px;
    left: 22px;
    top: 7px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #0c2128;
    outline: none !important
}

.mktoLogicalField input[type="checkbox"], .mktoLogicalField input[type="radio"] {
    opacity: 0;
    z-index: 1;
    outline: none;
    display: none;
}

.mktoLogicalField input[type="checkbox"]:checked + label::before, .mktoLogicalField input[type="radio"]:checked + label::before {
    background: #183147;
}

.mktoLogicalField input[type="checkbox"]:checked + label::after, .mktoLogicalField input[type="radio"]:checked + label::after {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M4.23253 7.45706L1.27147 4.496L0 5.76747L4.23253 10L12.9611 1.27147L11.6896 0L4.23253 7.45706Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.mktoLogicalField input[type="checkbox"]:disabled + label, .mktoLogicalField input[type="radio"]:disabled + label {
    opacity: 0.65
}

.mktoLogicalField input[type="checkbox"]:disabled + label::before, .mktoLogicalField input[type="radio"]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: 400 !important;
    width: auto !important;
    margin-bottom: 6px;
    padding-top: 0;
}

.mktoForm input[type=text], .mktoForm input[type=tel], .mktoForm input[type=email] {
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid #D1D6DA !important;
    background: #FFF !important;
}

.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
    float: right !important;
    padding-left: 4px !important;
    color: #E3475A;
    font-size: 16px;
}

.mktoForm .mktoError {
    bottom: -50px !important;
}

.statement {
    color: #465A6C;
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
}

.statement a {
    color: #465A6C;
    line-height: 120%;
}

.mktoButtonWrap {
    margin-left: 0 !important;
}

.mktoForm button.mktoButton, .mktoButton {
    display: inline-block;
    max-width: 290px;
    width: 100% !important;
    border-radius: 4px;
    background: #183147 !important;
    background-image: none !important;
    color: #FFF !important;

    /* paragraph/MD/semibold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    text-transform: capitalize !important;
    text-align: left !important;
    border: none !important;
    text-decoration: none;
    padding: 13px 17px 13px 21px;
    margin-bottom: 25px;
    position: relative;
    padding: 12px 20px !important;
    padding-right: 50px !important;
}

.mktoButton:after, .mktoForm button.mktoButton:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.25 4.5L15.75 12L8.25 19.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

mktoButton:hover, .mktoForm button.mktoButton:hover {
    background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3)),#183147 !important;
}

    /* Footer */

#footer {
    padding: 64px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #183147;
}

.mktoForm .mktoError {
    bottom: -34px !important;
    left: 0 !important;
    right: auto !important;
}

#social {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.footer-content {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
}

.footer-content a {
    color: #FFF;
}

/* Modal */

button.close {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    font-size: 35px;
    top: 10px;
    color: #A3ADB5;
    font-weight: 300;
    font-family: serif;
    cursor: pointer;
}

button.close:hover {
    color: black;
}

.share-buttons-container a {
    display: inline-block;
    height: 32px;
    align-items: center;
    border-bottom: none;
    margin: 0 9px;
}

.share-buttons-container .icon {
    width: 48px;
    transition: 0.3s;
    border-radius: 5px;
    margin-right: 20px;
    fill: #fff;
    background-color: #4E79A0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal.fade.in {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=60);
    opacity: .6;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background: #F1F0EC;
    padding: 40px 20px;
}

@media (min-width: 768px){
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

.modal-body .mktoButton {
    width: auto;
}

h4.modal-title {
    font-size: 32px;
    line-height: 38px;
    color: #183147;
    letter-spacing: 0;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

h5 {
    font-size: 16px;
    color: #0C2128;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: normal;
    margin-top: 19px;
    margin-bottom: 16px;
}

h5 span:last-of-type {
    font-style: italic;
}

.learn-more-title, .modal-share-title {
    font-size: 26px;
    color: #465A6C;
    line-height: 31px;
}

.learn-more-text {
    font-size: 16px;
    color: #0C2128;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 25px;
}

.learn-more-text a {
    text-decoration: none;
    color: #4E79A0;
}

.learn-more-text a:hover {
    color: #E3475A;
}

button.close {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    font-size: 35px;
    top: 10px;
    color: #A3ADB5;
    font-weight: 300;
    font-family: serif;
    cursor: pointer;
}

button.close:hover {
    color: black;
}

.share-buttons-container a {
    display: inline-block;
    height: 32px;
    align-items: center;
    border-bottom: none;
    margin: 0 9px;
}

.share-buttons-container .icon {
    width: 48px;
    transition: 0.3s;
    border-radius: 5px;
    margin-right: 20px;
    fill: #fff;
    background-color: #4E79A0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#thank-you-text {
    padding: 20px;
}

#thank-you-text .title {
    font-size: 24px;
    color: #465A6C;
    line-height: 29px;
    font-weight: normal;
    margin-bottom: 20px;
}

#thank-you-text .download {
    margin-bottom: 25px;
}

#thank-you-text a {
    color: #4E79A0;
    text-decoration: none;
}

#thank-you-text a:hover {
    text-decoration: underline;
}
