@charset "utf-8";

/* Magnific Popup CSS */

.aw-tutorials-popup.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000001;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    opacity: 0.8;
}

.aw-tutorials-popup.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000002;
    width: 100%;
    height: 100%;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.aw-tutorials-popup .mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.tutorial_link_highlighted {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg' fill='%23ef5b34'%3E%3Cpath d='M8.2 4L6.17 6.03c-.227.227-.227.57 0 .8a.52.52 0 0 0 .4.17.52.52 0 0 0 .4-.17l2.86-2.86a.558.558 0 0 0 .165-.47.558.558 0 0 0-.166-.47L6.97.17a.552.552 0 0 0-.8 0c-.227.23-.227.573 0 .8L8.2 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h7.7z' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
    color: #ef5b34 !important;
    text-decoration: none;
}

@media all and (max-width: 900px) {

    .aw-tutorials-popup .mfp-container{
        padding-right: 6px;
        padding-left: 6px;
    }
}

.aw-tutorials-popup .mfp-container:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.aw-tutorials-popup .mfp-align-top .mfp-container:before {
    display: none;
}

.aw-tutorials-popup .mfp-content {
    position: relative;
    z-index: 1045;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}

.aw-tutorials-popup .mfp-inline-holder .mfp-contentt {
    width: 100%;
    cursor: auto;
}

.aw-tutorials-popup.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.aw-tutorials-popup .mfp-preloader {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 1044;
    margin-top: -0.8em;
    width: auto;
    color: #ccc;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.aw-tutorials-popup .mfp-preloader a {
    color: #ccc;
}

.aw-tutorials-popup .mfp-preloader a:hover {
    color: #fff;
}

.aw-tutorials-popup .mfp-s-ready .mfp-preloader {
    display: none;
}

.aw-tutorials-popup .mfp-s-error .mfp-content {
    display: none;
}

/* start state */

.aw-tutorials-popup .aw-tutorials-popup-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/*
	====== Zoom effect ======
	*/

.aw-tutorials-popup.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* animate in */

.aw-tutorials-popup--zoom-in.mfp-ready .aw-tutorials-popup-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.aw-tutorials-popup--zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

.aw-tutorials-popup--zoom-in.mfp-removing .aw-tutorials-popup-with-anim {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.aw-tutorials-popup--zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-hide {
    display: none !important;
}


.is-aw-tutorial-open .introjs-overlay {
    right: 320px !important;
}

.is-aw-tutorial-open .page-main-actions .page-actions._fixed {
    right: 320px;
}

.is-aw-tutorial-open .aw-tutorials-popup .mfp-container {
    padding-right: 328px;
}

.aw-tutorials-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000100;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    background: #f6f6f7;
    color: #333;
    will-change: transform;
}

.is-aw-tutorial-open .aw-tutorials-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.aw-tutorials-panel__header {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 11px;
    background: #315aa5;
    text-align: center;
    cursor: pointer;
}

.aw-tutorials-panel__title {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.aw-tutorials-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none !important;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 38 38"><path data-name="Rectangle 1 copy 3" fill="%23fff" d="M19 0A19 19 0 1 1 0 19 19 19 0 0 1 19 0zm0 1.781A17.219 17.219 0 1 1 1.781 19 17.219 17.219 0 0 1 19 1.781zM10 18h18v2H10v-2z" fill-rule="evenodd"/></svg>') 50% 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    box-shadow: none !important;
    text-indent: 200%;
    white-space: nowrap;
}

.aw-tutorials-panel__close:hover,
.aw-tutorials-panel__close:active,
.aw-tutorials-panel__close:focus {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 38 38"><path data-name="Rectangle 1 copy 3" fill="%23fff" d="M19 0A19 19 0 1 1 0 19 19 19 0 0 1 19 0zm0 1.781A17.219 17.219 0 1 1 1.781 19 17.219 17.219 0 0 1 19 1.781zM10 18h18v2H10v-2z" fill-rule="evenodd"/></svg>') 50% 50% no-repeat;
    opacity: .8;
}

.aw-tutorials-panel__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 10px;
    border: solid #d8d8d8;
    border-width: 0 1px;
}

.aw-tutorials-panel__description {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0;
    margin-bottom: 10px;
}

.aw-tutorials-panel__header_talk {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.aw-tutorials-group {

    margin-bottom: 10px;
}

.aw-tutorials-group:last-child{
    margin-bottom: 0;
}

.aw-tutorials-group__title {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 4px;
    font-weight: bold;
}

.aw-tutorials-group__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aw-tutorials-group__item {
    margin-bottom: 4px;
}

.aw-tutorials-group__item:last-child{
    margin-bottom: 0;
}

.aw-tutorials-group__link:link,
.aw-tutorials-group__link:visited {
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 9px 15px 9px 23px;
    border: 1px solid #dde1e4;
    border-radius: 4px;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M8.2 4L6.17 6.03c-.227.227-.227.57 0 .8a.52.52 0 0 0 .4.17.52.52 0 0 0 .4-.17l2.86-2.86a.558.558 0 0 0 .165-.47.558.558 0 0 0-.166-.47L6.97.17a.552.552 0 0 0-.8 0c-.227.23-.227.573 0 .8L8.2 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h7.7z' fill-rule='evenodd'/%3E%3C/svg%3E") 9px 15px no-repeat;
    color: #333;
    text-decoration: none;
}

.aw-tutorials-group__link--current:link,
.aw-tutorials-group__link--current:visited,
.aw-tutorials-group__link:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg' fill='%23ef5b34'%3E%3Cpath d='M8.2 4L6.17 6.03c-.227.227-.227.57 0 .8a.52.52 0 0 0 .4.17.52.52 0 0 0 .4-.17l2.86-2.86a.558.558 0 0 0 .165-.47.558.558 0 0 0-.166-.47L6.97.17a.552.552 0 0 0-.8 0c-.227.23-.227.573 0 .8L8.2 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h7.7z' fill-rule='evenodd'/%3E%3C/svg%3E");
    color: #ef5b34;
    text-decoration: none;
}

.aw-tutorial-talk {
    padding-bottom: 15px;
    padding-left: 80px;
    margin-bottom: 10px;
}

.aw-tutorial-talk__photo {
    float: left;
    margin-left: -70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d8d8d8;
    box-shadow: 0 0 0 1px #d8d8d8;
}

.aw-tutorial-talk__name {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 2px;
    color: #7b7e89;
}

.aw-tutorial-talk__text {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
    font-weight: 600;
}

.aw-tutorial-talk__action-wrapper {
    margin: 0;
}

.aw-tutorial-talk__action {
    padding: 0 20px;
    height: 36px;
    outline: none;
    border: none !important;
    border-radius: 4px;
    background: #315aa5;
    box-shadow: none !important;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    font-family: inherit;
    line-height: 36px;
    cursor: pointer;
}

.aw-tutorial-talk__action:hover,
.aw-tutorial-talk__action:active,
.aw-tutorial-talk__action:focus {
    background: #3968bf;
    color: #fff;
}

.aw-demo-controls {
    position: fixed;
    right: 20px;
    z-index: 2;
    will-change: transform;
    bottom: 45px;
}

.is-aw-tutorial-open .aw-demo-controls {
    display: none;
}

.aw-demo-controls__button {
    padding: 0 20px;
    border: none !important;
    border-radius: 4px;
    background-position: 20px 50% !important;
    background-repeat: no-repeat !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    font-family: inherit;
    line-height: 40px;
}

.aw-demo-controls__button:not(:first-child) {
    margin-left: 16px;
}

.aw-demo-controls__button--tutorials {
    padding-left: 52px;
    background-color: #315aa5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='17' viewBox='0 0 22 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M11.447.106a1 1 0 0 0-.895 0l-10 5c-.2.1-.354.274-.445.464-.06.122-.107.33-.107.432 0 0 .11.423 1 .93.89.506 3 1.35 3 1.35v4.903a1 1 0 0 0 .553.895C6.273 14.94 8.04 16 11 16c2.96 0 4.73-1.06 6.447-1.92.34-.17.553-.516.553-.895V8.28l3.372-1.348a1.002 1.002 0 0 0 .075-1.824l-10-5.002zM16 12.546l-.975.496a8.904 8.904 0 0 1-8.05 0L6 12.547V9.003l4.628 1.884c.12.048.246.07.372.07a.966.966 0 0 0 .372-.072L16 9.002v3.545zM3 5.89L11 2l8 3.89L11 9 3 5.89z'/%3E%3Cpath d='M0 6h1.6v7H0z'/%3E%3Crect y='14' width='1.6' height='3' rx='10'/%3E%3C/g%3E%3C/svg%3E");
}

.aw-demo-controls__button--tutorials:hover,
.aw-demo-controls__button--tutorials:focus,
.aw-demo-controls__button--tutorials:active{
    background-color: #3968bf;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='17' viewBox='0 0 22 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M11.447.106a1 1 0 0 0-.895 0l-10 5c-.2.1-.354.274-.445.464-.06.122-.107.33-.107.432 0 0 .11.423 1 .93.89.506 3 1.35 3 1.35v4.903a1 1 0 0 0 .553.895C6.273 14.94 8.04 16 11 16c2.96 0 4.73-1.06 6.447-1.92.34-.17.553-.516.553-.895V8.28l3.372-1.348a1.002 1.002 0 0 0 .075-1.824l-10-5.002zM16 12.546l-.975.496a8.904 8.904 0 0 1-8.05 0L6 12.547V9.003l4.628 1.884c.12.048.246.07.372.07a.966.966 0 0 0 .372-.072L16 9.002v3.545zM3 5.89L11 2l8 3.89L11 9 3 5.89z'/%3E%3Cpath d='M0 6h1.6v7H0z'/%3E%3Crect y='14' width='1.6' height='3' rx='10'/%3E%3C/g%3E%3C/svg%3E");
}

.aw-talk-to-us {
    position: relative;
    margin: 20px auto;
    max-width: 700px;
    width: 100%;
}

.aw-talk-to-us__header {
    padding: 24px 40px;
    border-radius: 4px 4px 0 0;
    background-color: #4176d9;
    color: #fff;
}

.aw-talk-to-us__title {
    margin: 0 0 8px;
    color: inherit;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.aw-talk-to-us__description {
    margin: 0;
}

.aw-talk-to-us__content {
    padding: 40px;
    border-radius: 0 0 4px 4px;
    background-color: #f2f2f2;
}

.aw-talk-to-us__content--rounded {
    border-radius: 4px;
}

.aw-talk-to-us__form {}

.aw-talk-to-us__close {
    padding: 0;
    border: none !important;
    background: none;
    box-shadow: none !important;
    color: #4176d9;
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
    font-family: inherit;
    line-height: 20px;
    cursor: pointer;
}

.aw-talk-to-us__close:hover,
.aw-talk-to-us__close:focus {
    background: none;
    color: #4984f2;
}

.aw-talk-to-us__close:active {
    background: none;
    color: #3968bf;
}

.aw-talk-to-us-form {
    box-sizing: border-box;
}

.aw-talk-to-us-form__fields {

@include clearfix;
}

.aw-talk-to-us-form__field {
    margin: 0 0 20px;
}

.aw-talk-to-us-form__label {
    display: block;
    margin-bottom: 5px;
}

.aw-talk-to-us-form__textfield.aw-talk-to-us-form__textfield {
    display: inline-block;
    box-sizing: border-box;
    padding: 13px 20px;
    width: 100%;
    height: auto;
    border: 1px solid #a6aab3;
    border-radius: 4px;
    background: #fff;
    vertical-align: top;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
}

.aw-talk-to-us-form__textfield.aw-talk-to-us-form__textfield:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px #456fe5;
}

.aw-talk-to-us-form__error {
    display: none;
}

.aw-talk-to-us-form__submit-wrapper {

@include clearfix;
    margin: 0;
    line-height: 50px;
}

.aw-talk-to-us-form__submit {
    display: inline-block;
    float: right;
    box-sizing: border-box;
    padding: 0 50px;
    height: 50px;
    outline: none;
    border: none !important;
    border-radius: 4px;
    background: #1fc064;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    font-family: inherit;
    line-height: 50px;
}

.aw-talk-to-us-form__submit:hover,
.aw-talk-to-us-form__submit:active {
    color: #fff;
}

.aw-talk-to-us-form__submit:hover {
    background: #7ed977;
}

.aw-talk-to-us-form__submit:active {
    background: #60a65b;
}

.aw-talk-to-us-form__submit.is-disabled {
    opacity: .3;
    pointer-events: none;
}

.aw-talk-to-us-thank-you {
    position: relative;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 40px;
    width: 550px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}

.aw-talk-to-us-thank-you__title {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 30px;
}

.aw-talk-to-us-thank-you__text {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 24px;
}

.aw-talk-to-us-thank-you__close-wrapper {
    margin: 0;
}

.aw-talk-to-us-thank-you__close {
    display: inline-block;
    padding: 0 50px;
    height: 50px;
    outline: none;
    border: none !important;
    border-radius: 4px;
    background: #1fc064;
    box-shadow: none !important;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    font-family: inherit;
    line-height: 50px;
}

.aw-talk-to-us-thank-you__close:hover,
.aw-talk-to-us-thank-you__close:active,
.aw-talk-to-us-thank-you__close:focus {
    color: #fff;
}

.aw-talk-to-us-thank-you__close:hover,
.aw-talk-to-us-thank-you__close:focus {
    background: #7ed977;
}

.aw-talk-to-us-thank-you__close:active {
    background: #60a65b;
}

/* Configure button */
.button2--orange {
    background: #ef5b34 none repeat scroll 0 0;
}
.button2--orange:hover {
    background: #fa7a64 none repeat scroll 0 0;
}

.button2:hover, .button2:active {
    color: #fff !important;
}

.button2:focus {
    background: #ef5b34 none repeat scroll 0 0;
    color: #fff !important;
}
.product__buy-button-wrapper {
    padding-top: 20px;
    text-align: center;
}
.product__buy-button.button2 {
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    padding: 0 30px;
    text-decoration: none;
    border: none;
}

.product__buy-button {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}

.buy-button-title {
    margin: 0 0 6px;
    font-size: 14px;
}
.buy-button-wrapper {
    padding-top:30px;
    text-align: center;
}
.buy-button-wrapper .back-link {
    display: inline-block;
    margin: 30px 0;
}

@media only screen and (min-width: 992px) {
    .is-aw-tutorial-open {
        padding-right: 320px;
    }
}

/*media*/
@media only screen and (min-width : 1040px) {
    .introjs-tooltip {
        font-size: 20px;
        line-height: 30px;
        padding: 25px;
    }
    .aw-talk-to-us-form__fields .aw-talk-to-us-form__field {
        float: right;
        max-width: 300px;
        width: 100%;
    }
    .aw-talk-to-us-form__fields .aw-talk-to-us-form__field:first-child {
        float: left;
    }
}