/*Banner*/

/* 
fluid-container
so-b-background-image-custom
    container
    so-b-outer-flex-container-custom
        so-b-inner-container-custom
            so-b-banner-title
    img
    img-responsive
    so-b-background-image-mobile-custom
    so-b-mobile-visible
*/



@media (max-width: 767.8px) {
    .so-b-mobile-visible {
        display: block;
    }

    .so-b-none-mobile-visible {
        display: none;
    }

    .so-b-container {
        height: 100%;
        margin-bottom: 20px;
        padding: 0 !important;
        margin: 0 !important;
    }

    .so-b-banner-title {
        min-height: 56px;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
}

.so-b-image-left {
    background-image: url('/Styles/images/support_overview/banner_1x_optimized.png');
    background-repeat: no-repeat;
    height: 214px;
    background-position-y: center;
    background-position-x: left;
    border-radius: 10px 0px 0px 10px;
    margin-left: 0px;
    background-size: cover;
}

}

@media (max-width: 549px) {
    .so-b-image-left {
        height: 214px;
    }
}

@media (min-width: 550px) and (max-width: 658px) {
    .so-b-image-left {
        height: 244px;
    }
}

@media (min-width: 659px) and (max-width: 767.8px) {
    .so-b-image-left {
        height: 274px;
    }
}

@media (min-width: 767.9px) {
    .so-b-mobile-visible {
        display: none;
    }

    .so-b-none-mobile-visible {
        display: block;
    }

    .so-b-background-image-custom {
        background-image: url(/Styles/images/support_overview/banner_2x.png);
        background-repeat: no-repeat;
        width: 100%;
        background-size: auto;
        background-position-y: center;
        position: absolute;
    }
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-b-container {
        height: 495px;
        margin-left: 0px !important;
        width: 100% !important;
    }
}

@media (min-width: 1000px) {
    .so-b-container {
        height: 440px;
        margin-left: 0px !important;
        width: 100% !important;
    }
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-b-banner-title {
        width: 588px;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 40px;
        font-weight: 900;
        letter-spacing: -0.7px;
        line-height: 46px;
        text-align: center;
        margin-top: 20px;
    }

    .so-b-inner-container-custom {
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
    }

    .so-b-background-image-custom {
        background-position-x: -30px;
        background-position-y: 0;
        top: 260px;
        height: 380px;
        left: 0px;
    }

    .so-b-background-image-custom {
        background-size: cover;
    }

    .so-b-container-margin-bottom-30 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-b-banner-title {
        height: 114px;
        width: 286px;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
    }

    .so-b-inner-container-custom {
        margin-left: 60px;
        margin-top: 151px;
    }

    .so-b-background-image-custom {
        background-position-x: 60px;
        background-position-y: 0;
        height: 440px;
        left: 20%;
        overflow: hidden;
        max-width: 80vw;
    }

    .so-b-background-image-custom {
        background-size: cover;
    }
}

@media (min-width: 1240px) {
    .so-b-banner-title {
        height: 138px;
        width: 359px;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 40px;
        font-weight: 900;
        letter-spacing: -0.7px;
        line-height: 46px;
    }

    .so-b-inner-container-custom {
        margin-left: 80px;
        margin-top: 151px;
    }

    .so-b-background-image-custom {
        background-position-x: 0px;
        background-position-y: 0;
        height: 440px;
        left: 37%;
    }

    .so-b-background-image-custom {
        background-size: contain;
    }
}

/*default*/

.so-b-background-image-mobile-custom {
    display: none;
}

.so-b-outer-flex-container-custom {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

@media (max-width: 519px) {
    .so-b-mobile-visible {
        display: block;
    }

    .so-b-none-mobile-visible {
        display: none !important;
    }

    .so-b-background-image-mobile-custom {
        display: block;
    }
}

@media (min-width: 520px) and (max-width: 639px) {
    .so-b-mobile-visible {
        display: block;
    }

    .so-b-none-mobile-visible {
        display: none !important;
    }
}

@media (min-width: 640px) and (max-width: 767.8px) {
    .so-b-mobile-visible {
        display: block;
    }

    .so-b-none-mobile-visible {
        display: none !important;
    }

    .so-b-background-image-mobile-custom {
        display: block;
    }
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-b-mobile-visible {
        display: none !important;
    }

    .so-b-none-mobile-visible {
        display: block;
    }

    .so-b-background-image-mobile-custom {
        display: block;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-b-mobile-visible {
        display: none !important;
    }

    .so-b-none-mobile-visible {
        display: block;
    }
}

@media (min-width: 1240px) {
    .so-b-mobile-visible {
        display: none !important;
    }

    .so-b-none-mobile-visible {
        display: block;
    }
}



/*Secondary nav*/

/* 
    so-hp-nav 
        hp-nav-item-icon-wrap
            hp-nav-item-icon 
            hp-nav-item-btn
*/

.so-hp-nav .container {
    margin-top: 20px;
    margin-bottom: 3px;
}

.so-hp-nav-item {
    width: 22.2vw;
    text-align: center;
}

.so-hp-nav-item-icon {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}

.so-hp-nav-item-text {
    display: block;
    padding: 0 3px;
}

.so-hp-nav-wrap {
    white-space: nowrap;
    font-size: 0;
}

.so-hp-nav-item {
    display: inline-flex;
    flex-direction: column;
    white-space: normal;
    font-size: 14px;
    flex-basis: 0;
}

.so-hp-nav:before {
    left: 15px;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.so-hp-nav:after {
    right: 15px;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

/*
 container  
 container-support-overview 
	 so-rsx-connector-nav  
	 rsx-connector-nav-support-overview	 
		 so-rsx-connector-areas 
			 so-rsx-connector-area  
			 rsx-connector-area-support-overview  
			 test2 
				 so-hp-nav-item-icon-wrap 
					 hp-nav-item-icon					 
				 mobility test" 
					 rsx-icon  
					 icon-more-details-pill 
				 so-menu-flyout 
					 so-menu-flyout-root 
						 so-sub-nav-root 
							 so-no-sub-nav 
								 so-sub-nav-level-1 
*/

/*generic*/
.so-padding-left-5 {
    padding-left: 5px;
}

.so-padding-right-5 {
    padding-right: 5px;
}

.so-rsx-connector-nav {
    top: 55px;
    bottom: 0;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    z-index: 999999;
    width: auto;
    position: static;
    float: left;
    margin-top: 12px;
    background: none;
    transform: none;
    overflow: visible;
    z-index: 1;
}

.so-rsx-connector-areas {
    display: inline-block;
    padding-left: 0px;
}

.so-rsx-connector-nav .so-rsx-connector-area {
    display: inline-block;
    overflow: inherit;
    max-height: 1000px;
    min-width: 90px;
    outline: none;
    text-align: center;
}

.so-rsx-connector-nav > ul {
    font-size: 0;
    margin-bottom:0px;
}

.so-rsx-connector-area {
    background-color: transparent;
    vertical-align: top;
    text-align: center;
}

.so-mobile-visible {
    display: none;
}

.so-mobile-visible {
    display: block;
}

/*mobile view #1*/
@media (max-width: 767.8px) {
    .so-sn-mobile-visible {
        display: block;
    }

    .so-sn-none-mobile-visible {
        display: none;
    }

    .so-hp-nav {
        padding-left: -15px;
    }

    .so-sn-mobile-padding-left-0 {
        padding-left: 0px !important;
    }

    .container-support-overview {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-bottom: 0px;
        background-color: white;
        margin-left: 15px;
        margin-right: 15px;
        border: none;
    }

    .mte-content-and-footer {
        padding-bottom: 0px;
    }

    .container-support-overview-carousel {
        margin-bottom: 30px;
        background-color: white;
    }

    .how-can-we-help-today {
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -0.4px;
        text-align: center;
        margin-top: 45px;
        margin-bottom: 30px;
        margin-left: 0%;
        line-height: 28px;
    }

    .so-hp-nav-item-btn {
        height: 36px;
        width: 60px;
        color: #00549A;
        font-family: Arial;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
    }

    .so-rsx-connector-area {
        /* min-width: 92px;*/
        max-width: 92px;
        width: calc(20vw);
    }

    .so-mobile-areas > ul, ol {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .so-rsx-connector-nav {
        /* width:1000px; */
        width: 100%;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        .so-rsx-connector-nav::-webkit-scrollbar {
            overflow-y: scroll;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* Internet Explorer 10+ */
        }

        .so-rsx-connector-nav::-webkit-scrollbar {
            width: 0;
            height: 0;
        }

    .so-sn-mte-div-line-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 18px;
        margin-right: 25px;
    }
}

@media (min-width: 767.9px) {
    .so-sn-mte-div-line-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 22px;
        margin-right: 25px;
    }

    .modal-backdrop.in {
        display: none;
    }

    .so-hp-nav {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/*pad view*/
@media (min-width: 767.9px) and (max-width: 999px) {
    .so-sn-mobile-visible {
        display: none;
    }

    .so-sn-none-mobile-visible {
        display: block;
    }

    .so-rsx-connector-areas {
/*        padding-bottom: 50px;
*/    }

    .container-support-overview {
        background-color: white;
        width: 100%;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-bottom: 30px;
    }
    .mte-content-and-footer {
        padding-bottom:0px;
    }
    .how-can-we-help-today {
        height: 38px;
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .so-hp-nav-item-btn {
        min-width: 110px;
        max-width: 110px;
        height: 22px;
        color: rgba(0,84,154,0);
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        color: #0066a4;
    }

    .so-rsx-connector-area {
        min-width: 110px;
        max-width: 110px;
    }

    .so-rsx-connector-nav {
        width: 1000px;
        max-height: 150px;
    }

        .so-rsx-connector-nav.so-none-mobile-visible {
            display: flex;
            align-items: center;
            align-content: center;
            flex-direction: column;
            width: 100%;
        }
}
/*laptop view*/
@media (min-width: 1000px) and (max-width: 1239px) {
    .so-sn-mobile-visible {
        display: none;
    }

    .so-sn-none-mobile-visible {
        display: block;
    }

    .so-rsx-connector-areas {
/*        padding-bottom: 50px;
*/    }

    .container-support-overview {
        background-color: white;
        width: 100%;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-bottom: 30px;
    }

    .how-can-we-help-today {
        height: 38px;
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .so-hp-nav-item-btn {
        min-width: 180px;
        max-width: 180px;
        height: 22px;
        color: rgba(0,84,154,0);
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        color: #0066a4;
    }

    .so-rsx-connector-area {
        min-width: 150px;
        max-width: 150px;
    }

    .so-rsx-connector-nav {
        width: 100%;
        max-height: 150px;
    }

        .so-rsx-connector-nav.so-none-mobile-visible {
            display: flex;
            align-items: center;
            align-content: center;
            flex-direction: column;
            width: 100%;
        }
}

@media(min-width: 1240px) {
    .so-sn-mobile-visible {
        display: none;
    }

    .so-sn-none-mobile-visible {
        display: block;
    }

    .so-hp-nav-wrap {
        padding-left: 0px;
    }

    .so-rsx-connector-areas {
/*        padding-bottom: 50px;
*/    }

    .container-support-overview {
        background-color: white;
        width: 100%;
        /*        border: 2px solid #f5f5f5;
*/
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-bottom: 30px;
    }

    .how-can-we-help-today {
        height: 38px;
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .so-hp-nav-item-btn {
        min-width: 180px;
        max-width: 180px;
        height: 22px;
        color: rgba(0,84,154,0);
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        color: #0066a4;
    }

    .so-rsx-connector-area {
        min-width: 180px;
        max-width: 180px;
    }

    .so-rsx-connector-nav {
        width: 1300px;
        max-height: 150px;
    }

        .so-rsx-connector-nav.so-none-mobile-visible {
            display: flex;
            align-items: center;
            align-content: center;
            flex-direction: column;
            width: 100%;
        }
}

/* Menu flyout styles */
.so-menu-flyout {
    opacity: 0;
    height: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    background-color: white;
}

@media (max-width: 767.8px) {
    .so-hp-nav-item-icon {
        width: 60px;
    }

    .so-hp-nav-item-icon-wrap {
        display: block;
        width: 60px;
        height: 60px;
        background-color: #005599;
        border-radius: 50%;
        position: relative;
        margin: 0 auto 10px;
    }

    .most-requested-topic {
        height: 22px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        /*        padding-top: 101px;
*/
        padding-top: 0px;
        padding-left: 30px;
    }

    .so-menu-flyout-visible .so-sub-nav-root {
        /*        padding-top: 41px;
*/
        padding-top: 10px;
        height: 100%;
    }

    .so-menu-flyout.so-menu-flyout-visible {
        opacity: 1;
        z-index: 20;
        background-color: white;
        width: 290px;
        padding-top: 0;
        padding-bottom: 0;
        left: 0%;
        margin-left: 0px;
        top: 50% !important;
        height: auto;
        max-height: none;
        max-width: 290px;
        overflow: auto;
        position: fixed;
        top: 150px;
        left: 50%;
        /* bring your own prefixes */
        transform: translate(-50%, -50%);
        box-shadow: 0 14px 36px 0 rgba(0,0,0,0.3);
    }


    /*.modal.so-topic-modal.so-topic-modal_lis .modal-dialog .so-mobile-new.modal-title*/
    .modal.mte-device-modal.mte-device-modal_lis .modal-dialog .so-mobile-new.modal-title {
        min-height: 53px;
        color: #111111 !important;
        font-family: 'rsx-font-black' !important;
        font-weight: 200;
        font-size: 24px;
        letter-spacing: -0.4px;
        width: 100%;
    }
    /*.modal.mte-device-modal .modal-dialog .so-mobile-new.modal-content*/
    .modal.mte-device-modal .modal-dialog .so-mobile-new.modal-content {
        box-sizing: border-box;
        max-height: 600px;
        width: 100%;
        border: 0px solid transparent;
        background-color: #F4F4F4;
        /*        box-shadow: 0 14px 36px 0 rgba(0,0,0,0.3);
*/ border-radius: 10px 10px 0 0;
        margin: auto;
    }
    /*.so-mobile-new.modal-header*/
    .so-mobile-new.modal-header {
        width: 90%;
        height: 70px;
        border-radius: 10px 10px 0 0;
        background-color: #FFFFFF;
        border: 0px solid transparent;
    }

    .multiline {
        padding: 12px !important;
    }
    /* .mte-device-modal__manufacturers-pane-desc */
    .mte-device-modal__manufacturers-pane-desc {
        display: none;
    }
    /* .so-mobile-new.modal.fade.mte-device-modal.mte-device-modal_lis */
    .so-mobile-new.modal.fade.mte-device-modal.mte-device-modal_lis {
        margin-top: 30px;
        background-color: transparent;
        position: absolute;
        width: 320px;
        left: 50%;
        margin-left: -160px;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    /* .so-mobile-new.mte-device-modal__manufacturers-pane */
    .so-mobile-new.mte-device-modal__manufacturers-pane {
        height: 522px;
        padding-left: 0;
        padding-right: 0;
    }
    /* .so-mobile-new.modal.mte-device-modal.mte-device-modal_lis .modal-dialog .modal-body */
    .so-mobile-new.modal.mte-device-modal.mte-device-modal_lis .modal-dialog .modal-body {
        border: 0px solid transparent;
        background-color: #FFFFFF;
    }
    /*so-mobile-new.mte-device-modal__devices-pane*/
    .so-mobile-new.mte-device-modal__devices-pane {
        height: auto;
        width: auto;
    }
    /*.modal.modal.mte-device-modal.mte-device-modal_lis .modal-dialog .so-mobile-new.modal-header*/
    .modal.modal.mte-device-modal.mte-device-modal_lis .modal-dialog .so-mobile-new.modal-header {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 0px solid transparent;
        background-color: #F4F4F4;
        width: 290px;
    }
    /* .so-mobile-new.mte-device-modal_lis .close.mte-device-modal__close-btn */
    .so-mobile-new.mte-device-modal_lis .close.mte-device-modal__close-btn {
        right: 10px;
        margin-right: 0px;
        margin-top: -18px;
        z-index: 1000;
    }

    .so-mobile-new.modal.modal.mte-device-modal .modal-dialog {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 290px;
        height: inherit;
        background-color: transparent;
        transform: translate(-50%, -50%);
    }

    .modal:before {
        height: auto;
        margin-top: -20px;
    }

    .for_mobile_os {
        margin-top: -20px !important;
    }

    .so-menu-flyout-visible .so-no-sub-nav {
        padding-left: 10px;
    }

    .so-mobile-areas {
        width: 550px;
        display: block;
        margin: 0 auto 0 auto;
    }

    .so-mobile-scrollable-areas {
        overflow: scroll;
        width: 530px;
        display: block
    }
}

@media(min-width: 767.9px) {
    .so-hp-nav-item-icon {
        width: 72px;
    }

    .so-hp-nav-item-icon-wrap {
        display: block;
        width: 72px;
        height: 72px;
        background-color: #005599;
        border-radius: 50%;
        position: relative;
        margin: 0 auto 10px;
    }

    .most-requested-topic {
        height: 22px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        padding-top: 28px;
        padding-left: 26px;
    }

    .so-menu-flyout-visible .so-sub-nav-root {
        padding-top: 28px;
        height: 100%;
    }

    .so-menu-flyout.so-menu-flyout-visible {
        box-sizing: border-box;
        width: 290px;
        border: 1px solid #E1E1E1;
        background-color: white;
        box-shadow: 0 14px 36px 0 rgba(0,0,0,0.3);
        opacity: 1;
        position: relative;
        z-index: 20;
        padding-top: 0;
        padding-bottom: 0;
        left: 0%;
        margin-left: 0px;
        top: 15px;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .so-menu-flyout-visible .so-no-sub-nav {
        padding-left: 2px;
    }

    div.so-menu-flyout-up-arrow {
        margin-top: 10px;
        border: 1px solid #cdd1da;
        min-width: 180px;
        border-radius: 0px;
        min-height: auto;
        padding: 6px 10px 5px 9px;
        background: #ffffff;
        position: absolute;
        top: 24px;
        left: 0;
        z-index: 501;
    }

    div.first.so-menu-flyout-up-arrow:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 14%;
        margin-left: 8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #cdd1da transparent;
        border-width: 10px;
    }

    div.first.so-menu-flyout-up-arrow:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 15%;
        margin-left: 8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 8px;
    }

    div.so-menu-flyout-up-arrow:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 44%;
        margin-left: 8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #cdd1da transparent;
        border-width: 10px;
    }

    div.so-menu-flyout-up-arrow:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 45%;
        margin-left: 8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 8px;
    }

    div.last.so-menu-flyout-up-arrow:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 75%;
        margin-left: 8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #cdd1da transparent;
        border-width: 10px;
    }

    div.last.so-menu-flyout-up-arrow:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 76%;
        margin-left: 8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 8px;
    }

    .so-menu-flyout.so-menu-flyout-visible {
        top: 0px;
    }
}

.rsx-mode-aliant .so-menu-flyout,
.mode-aliant .so-menu-flyout {
    top: 55px;
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-menu-flyout.so-menu-flyout-visible {
        left: -93px;
    }

    .so-menu-flyout.first.so-menu-flyout-visible {
        left: -3px;
    }

    .so-menu-flyout.last.so-menu-flyout-visible {
        left: -183px;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-menu-flyout.so-menu-flyout-visible {
        left: -73px;
    }

    .so-menu-flyout.first.so-menu-flyout-visible {
        left: 13px;
    }

    .so-menu-flyout.last.so-menu-flyout-visible {
        left: -153px;
    }
}

@media(min-width: 1240px) {
    .so-menu-flyout.so-menu-flyout-visible {
        left: -53px;
    }

    .so-menu-flyout.first.so-menu-flyout-visible {
        left: 30px;
    }

    .so-menu-flyout.last.so-menu-flyout-visible {
        left: -143px;
    }
}

.so-menu-flyout-visible .so-sub-nav-header {
    padding: 30px 30px 0 30px;
    margin: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #111;
}

.so-menu-flyout-visible ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.so-menu-flyout-visible .so-menu-flyout-root {
    position: relative;
    min-height: 0px;
    text-align: left;
    background-color: white;
}


.so-menu-flyout-visible .so-sub-nav-root > li:last-child {
    padding-bottom: 10px;
}

.so-menu-flyout-visible .so-sub-nav-level-1 {
    padding: 10px 18px;
    display: block;
    border-left: 0px solid #f0f0f0;
    font-size: 1.5rem;
    position: relative;
    line-height: normal;
    font-family: Arial;
}

    .so-menu-flyout-visible .so-sub-nav-level-1:after {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQTdGOTE3RDZFMDkxMUU4ODU1MkE2RDY0QTMwNUEyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQTdGOTE3RTZFMDkxMUU4ODU1MkE2RDY0QTMwNUEyMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNBN0Y5MTdCNkUwOTExRTg4NTUyQTZENjRBMzA1QTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNBN0Y5MTdDNkUwOTExRTg4NTUyQTZENjRBMzA1QTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vo8LxgAAAZJJREFUeNpMUEsvA2EUvfP55q1GR6tECYJ6rTyasJCQSCxEIiQeYWHDmv9gKSzEokIkrCQWVlJBjNZKKhYI2oSUeCeD6mg7046vXnGX955z7jmHmlw7hFdNbwYKkCwyfi2eBIqCv0HRuOGe2zzdn/ee+qLxZEMWT4Np/gOkTJPhGQxqWIXl3YuNSEyvEjlMQN8oZBVZf3djsTu/LPft6vzetrB95ovpqRoLz3wpoWTKBC1hHNSX2buKyh3GTfApZ0W58H4kjBKBxYDSMnoyBWShuF25rc4Kx2Pw/KFgSQkqxF91RkvvKPA0BtnCQqFNDFcVyMdHty9Dj6FnKYKgAxnkBYMR2AggW2BR4PJpOKpqINozobbQOoXTkdO5WToD1gPhVcUX6uFkAfraXGN2C+dBCFEgCQzsnNwtp4+0hYOBVtdYnsR7Ih8JQMSl5D26XvTuhYZwFg+D7ZXjDonzqNE4USb1vsf0uq1AeIRUDf1tFRNOWZh50wjzp2/M0tjf2VQ6y3NYc1qFafU98cX8nU8BBgAJEJrPXAOh1QAAAABJRU5ErkJggg==');
        color: #00549a;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 15px;
    }

    .so-menu-flyout-visible .so-sub-nav-level-1:hover {
        border-left-color: #00549a;
        background-color: #e1e1e1;
        text-decoration: none;
    }

.so-menu-flyout-visible .so-no-sub-nav {
}

    .so-menu-flyout-visible .so-no-sub-nav .so-sub-nav-level-1:after {
        content: none;
    }

    .so-menu-flyout-visible .so-no-sub-nav .so-sub-nav-level-1 {
        color: #00549a;
        display: inline-flex;
    }

.so-menu-flyout.so-menu-flyout-visible li.so-menu-flyout-item-active > .so-sub-nav-level-1 {
    border-left-color: #00549a;
    background-color: #F4F4F4;
    font-weight: bold;
}

    .so-menu-flyout.so-menu-flyout-visible li.so-menu-flyout-item-active > .so-sub-nav-level-1:after {
        content: "";
    }

.so-menu-flyout-visible .so-sub-nav-level-1 span {
    display: block;
    font-size: 1.2rem;
}

.so-menu-flyout-visible .so-sub-nav-group {
    width: 180%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    background-color: white;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .225s;
    -o-transition: opacity .225s;
    transition: opacity .225s;
}

.so-menu-flyout-visible .so-enter-animation .so-sub-nav-group,
.so-menu-flyout-visible .so-enter-animation .so-sub-nav-group a,
.so-menu-flyout-visible .so-enter-animation .sub-nav-item {
    color: white;
}

.so-menu-flyout-visible .so-enter-offset .sub-nav-item {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    overflow: hidden;
}

.so-menu-flyout-visible .pre-enter-fadein .sub-nav-item,
.so-menu-flyout-visible .enter-fadein .sub-nav-item {
    opacity: 0;
}

.so-menu-flyout-has-been-expanded .so-sub-nav-group {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.so-menu-flyout-visible .so-sub-nav-large {
    width: 230%;
}

.so-menu-flyout.so-menu-flyout-visible li.so-menu-flyout-item-active .so-sub-nav-group {
    position: absolute;
    left: 214px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.so-menu-flyout-visible .sub-nav-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    overflow-y: hidden;
    -webkit-transition: opacity .225s, -webkit-transform .225s;
    transition: opacity .225s, -webkit-transform .225s;
    -o-transition: opacity .225s, transform .225s;
    transition: opacity .225s, transform .225s;
    transition: opacity .225s, transform .225s, -webkit-transform .225s;
}

    .so-menu-flyout-visible .sub-nav-item ul {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 30px;
        padding-right: 30px;
        height: 100%;
        padding-top: 30px;
    }

    .so-menu-flyout-visible .sub-nav-item .sub-nav-level4 {
        padding-top: 20px;
    }

    .so-menu-flyout-visible .sub-nav-item:not(:last-child) ul {
        border-right: 1px solid #e2e2e2;
    }

    .so-menu-flyout-visible .sub-nav-item ul > li {
        margin-bottom: 1.5rem;
    }

        .so-menu-flyout-visible .sub-nav-item ul > li a {
            display: block;
            color: #555;
            font-size: 1.3rem;
            line-height: normal;
        }

            .so-menu-flyout-visible .sub-nav-item ul > li a:hover {
                color: #00549a;
                text-decoration: underline;
            }

    .so-menu-flyout-visible .sub-nav-item .sub-nav-links-two-columns,
    .so-menu-flyout-visible .sub-nav-item .sub-nav-links-three-columns {
        -webkit-column-gap: 30px;
        column-gap: 30px;
        -webkit-column-fill: auto;
        column-fill: auto;
        height: 280px;
    }

.so-menu-flyout-visible .sub-nav-links-two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
}

.so-menu-flyout-visible .sub-nav-links-three-columns {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style-position: inside;
}
/* } */

@media (max-width: 767.8px) {
    .so-menu-flyout-overlay {
        background-color: transparent;
        left: 0;
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 19;
        display: none;
    }

        .so-menu-flyout-overlay,
        .so-menu-flyout-overlay:active,
        .so-menu-flyout-overlay:focus {
            outline: 0;
            border: none;
        }
}

@media (max-width: 767.8px) {
    .so-menu-flyout-visible + .so-menu-flyout-overlay {
        display: block;
    }

    .modal-backdrop {
        opacity: 0.2;
    }
}

@media (max-width: 767.8px) {

    .modal.mte-device-modal {
        padding: 0;
        background: transparent;
    }

    .so-mobile-new.modal.modal.mte-device-modal .modal-dialog {
        /* position: absolute; */
        top: 0;
        bottom: 0;
        margin: auto;
        width: 290px;
        height: inherit;
        background-color: transparent;
        max-height: 0px;
    }

    .so-menu-flyout.so-menu-flyout-visible {
        opacity: 1;
        z-index: 20;
        background-color: white;
        width: 90%;
        padding-top: 0;
        padding-bottom: 0;
        left: 0%;
        margin-left: 0px;
        top: 250px;
        height: auto;
        max-height: none;
        overflow: auto;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
    }

    .so-menu-flyout-visible .so-menu-flyout-root {
        position: relative;
        min-height: 0px;
        text-align: left;
        background-color: white;
    }

    .most-requested-topic {
        height: 22px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        padding-top: 0px;
        padding-left: 30px;
    }

    .modal.modal.mte-device-modal.mte-device-modal_lis .modal-dialog .so-mobile-new.modal-header {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 0px solid transparent;
        background-color: transparent;
        width: 100%;
        /*        top: -170px;*/
        height: 40px;
    }

    .modal.mte-device-modal .modal-dialog .so-mobile-new.modal-content {
        box-sizing: border-box;
        max-height: 600px;
        width: 100%;
        border: 0px solid transparent;
        background-color: #F4F4F4;
        box-shadow: 0 14px 36px 0 rgba(0,0,0,0.3);
        border-radius: 10px 10px 0 0;
        margin: auto;
        top: 0px;
        align-items: center;
    }

    .modal-dialog .modal-content .modal-header .so-mobile-new.close {
        /*        margin: -35px -25px 0 15px;
        padding: 15px;
*/
        margin: -15px -10px 0 0;
        border: 0;
    }

    .modal-backdrop.fade {
        opacity: 0.5 !important;
    }

    .mte-device-modal_lis .close.mte-device-modal__close-btn:before, .mte-device-modal_lis .close.mte-device-modal__close-btn:after {
        content: "";
        width: 2px;
        height: 16px;
        display: block;
        background-color: #999999;
        position: absolute;
        top: 50%;
        left: 50%;
    }
}

/*
    Quick Links
*/

/*   
    quick-links-title
        quick-links
            quick-link-wrapper
                so-ql-quick-links__item-image
                quick-links__item-label
                mte_repairs
                quick-link

*/

@media (max-width: 767.8px) {
    .so-ql-mobile-visible {
        display: block;
    }

    .so-ql-none-mobile-visible {
        display: none !important;
    }

    .quick-links-wrapper {
        padding: 0;
        width: 100%;
        margin: 0px 0px 45px 0px;
    }

    .so-ql-mobile-flex {
        display: inline-flex;
        width: 100%;
        align-content: center;
        align-items: center;
    }

    .quick-links-title {
        height: 28px;
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .quick-links {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        background-color: #FFFFFF;
    }

    .quick-link-wrapper {
        box-sizing: border-box;
        padding-top: 5px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 5px;
        align-items: center;
        text-align: center;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
        height: auto;
        display: flex;
        align-content: center;
        align-items: center;
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        min-width: 250px;
    }

        .quick-link-wrapper:hover {
            border: 1px solid #E1E1E1;
            border-radius: 10px;
            background-color: #FFFFFF;
            box-shadow: 0 20px 25px 0 rgba(0,0,0,0.2);
        }

    .so-ql-quick-links__item-image {
        min-height: 90px;
        max-height: 90px;
        min-width: 90px;
        max-width: 90px;
    }

    .quick-link {
        width: 100%;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-left: 10px;
    }

    .track-an-order {
        line-height: 22px;
        text-align: center;
    }

    .quick-links__item-label {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        display: block;
        margin-left: 30px;
        text-align: left;
    }

    .activate-smart-thing {
        height: 22px;
        width: 184px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-ql-mobile-visible {
        display: none !important;
    }

    .so-ql-none-mobile-visible {
        display: block;
    }

    .quick-links-wrapper {
        width: 100%;
        min-width: calc(96vw);
    }

    .quick-links-title {
        height: 38px;
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .quick-links {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
/*        height: 245px;
*/        background-color: #FFFFFF;
    }

    .rectangle {
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
    }

    .quick-link-wrapper {
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
        text-align: center;
        min-height: 177px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
        display: flex;
        flex-direction: column;
    }

        .quick-link-wrapper:hover {
            border: 1px solid #E1E1E1;
            border-radius: 10px;
            background-color: #FFFFFF;
            box-shadow: 0 20px 25px 0 rgba(0,0,0,0.2);
        }

    .so-ql-quick-links__item-image {
        min-height: 100px;
        max-height: 100px;
    }

    .quick-link {
        width: 100%;
        height: 22px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-left: 10px;
    }

    .quick-links__item-label {
        height: 22px;
        margin-left: -5px;
        color: #003778;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        display: block;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .activate-smart-thing {
        height: 22px;
        width: 184px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-ql-mobile-visible {
        display: none !important;
    }

    .so-ql-none-mobile-visible {
        display: block;
    }

    .quick-links-wrapper {
        width: 100%;
        min-width: calc(96vw);
    }

    .quick-links-title {
        height: 38px;
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .quick-links {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
/*        height: 245px;
*/        background-color: #FFFFFF;
    }

    .rectangle {
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
    }

    .quick-link-wrapper {
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
        text-align: center;
        height: 177px;
        /*width: 218px;*/
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
    }

        .quick-link-wrapper:hover {
            border: 1px solid #E1E1E1;
            border-radius: 10px;
            background-color: #FFFFFF;
            box-shadow: 0 20px 25px 0 rgba(0,0,0,0.2);
        }

    .so-ql-quick-links__item-image {
        min-height: 100px;
        max-height: 100px;
    }

    .quick-link {
        width: 100%;
        height: 22px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-left: 10px;
    }

    .quick-links__item-label {
        height: 22px;
        /*        width: 184px;
*/ margin-left: -5px;
        color: #003778;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        display: block;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .activate-smart-thing {
        height: 22px;
        width: 184px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }
}

@media(min-width: 1240px) {
    .so-ql-mobile-visible {
        display: none !important;
    }

    .so-ql-none-mobile-visible {
        display: block;
    }

    .quick-links-wrapper {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 1240px;
    }

    .quick-links-title {
        height: 38px;
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .quick-links {
        background-color: #FFFFFF;
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
/*        height: 245px;
*/    }

    .quick-link-wrapper {
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
        text-align: center;
        height: 177px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
    }

        .quick-link-wrapper:hover {
            border: 1px solid #E1E1E1;
            border-radius: 10px;
            background-color: #FFFFFF;
            box-shadow: 0 20px 25px 0 rgba(0,0,0,0.2);
        }

    .so-ql-quick-links__item-image {
        min-height: 100px;
        max-height: 100px;
    }

    .quick-link {
        width: 100%;
        height: 22px;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-left: 10px;
    }

    .quick-links__item-label {
        height: 22px;
        width: 100%;
        color: #003778;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        display: block;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-left: 0px;
    }
}

.mte-content-and-footer {
    background-color: white;
}
/*
    Video Support
*/

/* DESKTOP
so-vs-wrapper 
so-none-mobile-visible
    so-vs-title
	    so-vs-sub-title
            bgWhite 
            so-cstm-video-card-container
			    so-cstm-video-card
				    video-port txtNeverUnderline
*/

/* MOBILE
so-vs-wrapper 
so-mobile-visible
	so-vs-title
		so-vs-sub-title	
            bgWhite
            row_carousel
				carousel
					carousel__viewport
						carousel__slide
							carousel__snapper
								video-port txtNeverUnderline
                                ----------------------------
									carousel_subtitle
									carousel__prev
									carousel__next
                                carousel__navigation
									carousel__navigation-list
										carousel__navigation-item
											carousel__navigation-button
*/
/*all*/
.so-vs-wrapper {
    display: block;
}

.mte-content-and-footer {
    background-color: white;
}

.bgWhite {
    background-color: #fff;
}

.bgLightGrey {
    background-color: #F1F1F1;
}

a.txtNeverUnderline, a.txtNeverUnderline:hover, a.txtNeverUnderline:focus {
    text-decoration: none !important;
}
<!-- .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
-->
img {
    vertical-align: middle;
    border: 0;
}

@media (max-width: 767.8px) {
    /*all*/
    .so-mobile-visible {
        display: block;
    }

    .so-none-mobile-visible {
        display: none;
    }

    .so-vs-title {
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -0.4px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .so-vs-sub-title {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    /*popup*/
    .video-popup-mobile {
        position: fixed;
        top: -30px;
        left: 0px;
        z-index: 100009!important;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        text-align: center;
    }

    .video-holder {
        max-width: 90% !important;
        height: auto;
        padding: 0px;
        position: relative;
        margin: auto;
        margin-top: 0px;
        width: auto;
        top: 30%;
    }

    .video-wrapper, .video-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: calc(70vh);
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        bottom: 20px;
        height: 0;
    }

    .video-close-1, .video-close-2, .video-close-3, .video-close-4, .video-close-5, .video-close-6 {
        position: absolute;
        z-index: 1000;
        width: 20px;
        background-color: #eeeeee;
        top: 5px;
        right: 5px;
        color: #333333;
        text-decoration: none;
        cursor: pointer;
        border-radius: 20px;
        height: 20px;
        text-align: center;
        transform: rotate(45deg);
        font-size: 20px;
        padding-top: 2px;
    }

        .video-close-1:hover, .video-close-2:hover, .video-close-3:hover, .video-close-4:hover, .video-close-5:hover, .video-close-6:hover {
            background: rgba(0, 0, 0, 0);
            color: white !important;
            transition: .15s linear all;
        }
    /*Carousel*/
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    * {
        box-sizing: border-box;
        scrollbar-color: transparent transparent; /* thumb and track color */
        scrollbar-width: 0px;
    }

        *::-webkit-scrollbar {
            width: 0;
        }

        *::-webkit-scrollbar-track {
            background: transparent;
        }

        *::-webkit-scrollbar-thumb {
            background: transparent;
            border: none;
        }

    * {
        -ms-overflow-style: none;
    }

    ol, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel {
        position: relative;
        padding-top: 75%;
        filter: drop-shadow(0 0 10px #0003);
        perspective: 100px;
    }

    .carousel__viewport {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        overflow-x: scroll;
        counter-reset: item;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        height: 373.25px;
        width: 535px;
    }

    .carousel__slide {
        position: relative;
        flex: 0 0 100%;
        width: 100%;
        background-color: transparent;
        counter-increment: item;
        height: 90%
    }

        .carousel__slide:nth-child(even) {
            background-color: transparent;
        }

        .carousel__slide:before {
            content: counter(item);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%,-40%,70px);
            color: #fff;
            font-size: 2em;
        }

    .carousel__snapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        scroll-snap-align: center;
    }

    @media (hover: hover) {
        .carousel__snapper {
            animation-name: tonext, snap;
            animation-timing-function: ease;
        }

        .carousel__slide:last-child .carousel__snapper {
            animation-name: tostart, snap;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .carousel__snapper {
            animation-name: none;
        }
    }

    .carousel:hover .carousel__snapper,
    .carousel:focus-within .carousel__snapper {
        animation-name: none;
    }

    .carousel__navigation {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        top: 340px;
    }

    .carousel__navigation-list,
    .carousel__navigation-item {
        display: inline-block;
    }

    .carousel__navigation-button {
        display: inline-block;
        box-sizing: border-box;
        height: 10px;
        width: 10px;
        border: 1px solid #555555;
        background-clip: content-box;
        border-radius: 50%;
        font-size: 0;
        transition: transform 0.1s;
    }

    .carousel::before,
    .carousel::after,
    .carousel__prev,
    .carousel__next {
        position: absolute;
        top: 0;
        margin-top: 30%;
        width: 4rem;
        height: 4rem;
        transform: translateY(-50%);
        border-radius: 50%;
        font-size: 0;
        outline: 0;
    }

    .carousel::before,
    .carousel__prev {
        left: 2rem;
    }

    .carousel::after,
    .carousel__next {
        right: 2rem;
    }

    .so-video-port::after {
        position: absolute;
        top: 0;
        margin-top: 30%;
        width: 4rem;
        height: 4rem;
        transform: translateY(-50%);
        border-radius: 50%;
        font-size: 0;
        outline: 0;
    }

    .so-video-port::after {
        margin: auto;
        top: 50%;
        left: 47%;
    }


    .so-video-port::after {
        content: '';
        z-index: 1;
        background-color: #333;
        background-size: 1.5rem 1.5rem;
        background-repeat: no-repeat;
        background-position: center center;
        color: #fff;
        font-size: 2.5rem;
        line-height: 4rem;
        text-align: center;
        pointer-events: none;
        opacity: 50%;
    }

    .so-video-port::after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
    }

    .carousel_subtitle {
        height: 56px;
        width: 260px;
        color: #111111;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        background-color: transparent;
        margin: auto;
        padding-top: 20px
    }

    .row_carousel {
        padding-left: 0px;
        padding-right: 0px;
        height: 380px;
        width: 535px;
    }
}

@media (min-width: 767.9px) {
    .so-cstm-video-card-container {
        display: flex;
        flex-direction: row;
        padding: 0px 15px 0px 15px;
    }

    /*popup*/
    .video-popup-desktop {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100009!important;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        text-align: center;
        display: block;
        position: fixed;
        z-index: 100009 !important;
    }

    .video-holder {
        max-width: 70% !important;
        height: auto;
        padding: 0px;
        position: relative;
        margin: auto;
        margin-top: 60px;
        top: 30px;
    }

    .video-wrapper, .video-iframe {
        height: 80%;
    }

    .video-wrapper, .video-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: calc(70vh);
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        bottom: 20px;
        height: 0;
    }

    .video-close-1, .video-close-2, .video-close-3, .video-close-4, .video-close-5, .video-close-6 {
        position: absolute;
        z-index: 1000;
        width: 30px;
        background-color: #eeeeee;
        top: 0px;
        right: -40px;
        color: #333333;
        text-decoration: none;
        cursor: pointer;
        border-radius: 30px;
        height: 30px;
        text-align: center;
        transform: rotate( 45deg );
        font-size: 30px;
        padding-top: 6px;
    }

        .video-close-1:hover, .video-close-2:hover, .video-close-3:hover, .video-close-4:hover, .video-close-5:hover, .video-close-6:hover {
            background: rgba(0, 0, 0, 0.5);
            color: white !important;
            transition: .15s linear all;
        }

    .video_subtitle {
        height: 18px;
        width: 100%;
        color: #003778;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        background-color: transparent;
        margin: auto;
        padding-top: 20px
    }

        .video_subtitle a {
            color: #111111;
        }

            .video_subtitle a:hover {
                color: #003778;
            }

    .carousel::before,
    .carousel::after,
    .carousel__prev,
    .carousel__next {
        position: absolute;
        top: 0;
        margin-top: 30%;
        width: 4rem;
        height: 4rem;
        transform: translateY(-50%);
        border-radius: 50%;
        font-size: 0;
        outline: 0;
    }

    .carousel::before,
    .carousel__prev {
        left: 2rem;
    }

    .carousel::after,
    .carousel__next {
        right: 2rem;
    }

    .so-video-port::after {
        position: absolute;
        top: 0;
        margin-top: 30%;
        width: 4rem;
        height: 4rem;
        transform: translateY(-50%);
        border-radius: 50%;
        font-size: 0;
        outline: 0;
    }

    .so-video-port::after {
        margin: auto;
        top: 46%;
        left: 46%;
    }

    .so-video-port::after {
        content: '';
        z-index: 1;
        background-color: #333;
        background-size: 1.5rem 1.5rem;
        background-repeat: no-repeat;
        background-position: center center;
        color: #fff;
        font-size: 2.5rem;
        line-height: 4rem;
        text-align: center;
        pointer-events: none;
        opacity: 50%;
    }

    .so-video-port::after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
    }
}

@media(min-width: 767.9px) and (max-width: 999px) {
    /*all*/
    .so-mobile-visible {
        display: none;
    }

    .so-none-mobile-visible {
        display: block;
    }

    .so-vs-items-wrapper {
        margin: 0 auto 0px auto;
        display: inline-flex;
        width: 100%;
        min-width: calc(99vw)
    }

        .so-vs-items-wrapper .so-cstm-video-card {
            margin-right: 0px;
            margin-bottom: 0px;
            min-width: 229px;
            max-width: calc(32vw);
        }

    .so-vs-title {
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .so-vs-sub-title {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media(min-width: 1000px) and (max-width: 1239px) {
    /*all*/
    .so-mobile-visible {
        display: none;
    }

    .so-none-mobile-visible {
        display: block;
    }

    .so-vs-items-wrapper {
        margin: 0 auto 0px auto;
        display: inline-flex;
        width: 100%;
        min-width: calc(99vw);
        max-width: calc(99vw);
    }

        .so-vs-items-wrapper .so-cstm-video-card {
            margin-right: 0px;
            margin-bottom: 0px;
            min-width: 303px
        }

    .so-vs-title {
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .so-vs-sub-title {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media(min-width: 1240px) {
    /*all*/
    .so-mobile-visible {
        display: none;
    }

    .so-none-mobile-visible {
        display: block;
    }

    .so-vs-items-wrapper {
        margin: 0 auto 0px auto;
        display: inline-flex;
        width: 100%;
        min-width: 1240px;
        max-width: 1240px;
    }

        .so-vs-items-wrapper .so-cstm-video-card {
            margin-right: 0px;
            margin-bottom: 0px;
            /*        max-width: 395px
*/
        }

    .so-vs-title {
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .so-vs-sub-title {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* Community forum*/

.mte-content-and-footer {
    background-color: white;
}

img {
    vertical-align: middle;
    border: 0;
}

.so-cf-center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767.8px) {
    /*all*/
    .so-mobile-visible {
        display: block;
    }

    .so-none-mobile-visible {
        display: none;
    }

    .so-cf-items-wrapper {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        border-radius: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 30px 0px 0px 0px;
        border-radius: 10px;
        overflow: hidden;
    }

    .so-cf-items-wrapper-2 {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        min-width: calc(80vw);
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
    }

    .so-cf-item-text {
        margin: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 100%;
    }

    .so-cf-bg-mobile {
        margin-top: 20px;
        margin-bottom: 20px;
        min-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/Styles/images/support_overview/LEFT_1x.png');
        background-position: left center;
        border-radius: 10px 10px 10px 10px;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
        background-size: cover;
    }

    .so-cf-bg {
        width: 147px;
        border-radius: 20px;
        background-color: #003778;
    }

    .so-cf-title {
        height: 28px;
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
        margin-top: 30px;
    }

    .so-cf-body-copy {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        text-align: center;
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.so-cf-dynamic-group {
    height: 35px;
    width: 147px;
    margin-top: 30px;
}

.so-cf-bg {
    height: 35px;
    border-radius: 20px;
    background-color: #003778;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-now {
    height: 17px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
}

}

@media (min-width: 767.9px) {
    /*all*/
    .so-mobile-visible {
        display: none;
    }

    .so-none-mobile-visible {
        display: block;
    }

    .so-cf-dynamic-group {
        height: 35px;
        width: 147px;
        margin-top: 30px;
    }

    .so-cf-bg-mobile {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .so-cf-bg {
        height: 35px;
        border-radius: 20px;
        background-color: #003778;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .join-now {
        height: 17px;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

        .join-now:hover {
            color: white;
        }
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-cf-items-wrapper {
        height: 100%;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        min-width: calc(92vw);
        margin-top:30px;
    }

    .so-cf-items-wrapper-2 {
        display: flex;
        height: 300px;
        width: 100%;
        border-radius: 10px;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
    }

    .so-cf-title {
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
    }

    .so-cf-body-copy {
        width: 100%;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-top: 20px;
    }

    .so-cf-dynamic-group {
        height: 35px;
        width: 147px;
        margin-top: 30px;
    }

    .so-cf-item-text {
        margin: auto;
        min-width: 315px;
    }

    .so-cf-bg {
        height: 35px;
        border-radius: 20px;
        background-color: #003778;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .join-now {
        height: 17px;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

        .join-now:hover {
            color: white;
        }

    .so-cf-image-left {
        background-image: url('/Styles/images/support_overview/left_2x.png');
        background-repeat: no-repeat;
        height: 297px;
        background-position-y: center;
        background-position-x: left;
        border-radius: 10px 0px 0px 10px;
        margin-left: -20px;
        background-size: cover;
    }

    .so-cf-image-right {
        background-image: url('/Styles/images/support_overview/right_2x.png');
        background-repeat: no-repeat;
        height: 297px;
        background-position-y: center;
        background-position-x: right;
        border-radius: 0px 10px 10px 0px;
        margin-right: -16px;
        background-size: cover;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-cf-items-wrapper {
        height: 100%;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        min-width: calc(93.7vw);
        margin-top: 30px;
    }

    .so-cf-items-wrapper-2 {
        display: flex;
        height: 300px;
        width: 100%;
        border-radius: 10px;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
    }

    .so-cf-title {
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
    }

    .so-cf-body-copy {
        width: 100%;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-top: 20px;
    }

    .so-cf-dynamic-group {
        height: 35px;
        width: 147px;
        margin-top: 30px;
    }

    .so-cf-item-text {
        margin: auto;
        min-width: 325px;
    }

    .so-cf-bg {
        height: 35px;
        border-radius: 20px;
        background-color: #003778;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .join-now {
        height: 17px;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

        .join-now:hover {
            color: white;
        }

    .so-cf-image-left {
        background-image: url('/Styles/images/support_overview/left_2x.png');
        background-repeat: no-repeat;
        height: 297px;
        min-width: 250px;
        background-position-y: center;
        background-position-x: left;
        border-radius: 10px 0px 0px 10px;
        margin-left: -20px;
        background-size: cover;
    }

    .so-cf-image-right {
        background-image: url('/Styles/images/support_overview/right_2x.png');
        background-repeat: no-repeat;
        height: 297px;
        min-width: 250px;
        background-position-y: center;
        background-position-x: right;
        border-radius: 0px 10px 10px 0px;
        margin-right: -16px;
        background-size: cover;
    }
}

@media(min-width: 1240px) {
    .so-cf-items-wrapper {
        margin: 0 auto;
        height: 100%;
        max-width: 1240px;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 30px;
    }

    .so-cf-items-wrapper-2 {
        display: flex;
        height: 300px;
        width: 100%;
        border-radius: 10px;
        min-width: 1175px;
        max-width: 1175px;
        box-shadow: inset 0 0 80px 30px rgba(0,0,0,0.05);
    }

    .so-cf-title {
        width: 100%;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
        text-align: center;
    }

    .so-cf-body-copy {
        width: 100%;
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-top: 20px;
    }

    .so-cf-dynamic-group {
        height: 35px;
        width: 147px;
        margin-top: 30px;
    }

    .so-cf-item-text {
        margin: auto;
        width: 489px;
    }

    .so-cf-bg {
        height: 35px;
        border-radius: 20px;
        background-color: #003778;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .join-now {
        height: 17px;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

        .join-now:hover {
            color: white;
        }

    .so-cf-image-left {
        background-image: url('/Styles/images/support_overview/left_2x.png');
        background-repeat: no-repeat;
        height: 297px;
        min-width: 300px;
        background-position-y: center;
        background-position-x: left;
        border-radius: 10px 0px 0px 10px;
        margin-left: -20px;
        background-size: contain;
    }

    .so-cf-image-right {
        background-image: url('/Styles/images/support_overview/right_2x.png');
        background-repeat: no-repeat;
        height: 297px;
        min-width: 300px;
        background-position-y: center;
        background-position-x: right;
        border-radius: 0px 10px 10px 0px;
        margin-right: -16px;
        background-size: contain;
    }
}










/*
    Mobile apps
*/

/* DESKTOP
so-ma-wrapper
so-none-mobile-visible
    so-ma-title
	    so-ma-sub-title
            bgWhite

            so-ma-cstm-video-card-container
			    so-ma-cstm-video-card
				    video-port txtNeverUnderline
*/

/* MOBILE
so-ma-wrapper
so-mobile-visible
	so-ma-title
		so-ma-sub-title
            bgWhite
            row_carousel
				so-ma-carousel
					so-ma-carousel__viewport
						so-ma-carousel__slide
							so-ma-carousel__snapper
								video-port txtNeverUnderline
                                ----------------------------
									carousel_subtitle
									so-ma-carousel__prev
									so-ma-carousel__next
                                so-ma-carousel__navigation
									so-ma-carousel__navigation-list
										so-ma-carousel__navigation-item
											so-ma-carousel__navigation-button
*/
/*all*/
.so-ma-wrapper {
    display: block;
}

.mte-content-and-footer {
    background-color: white;
}

.bgWhite {
    background-color: #fff;
}

a.txtNeverUnderline, a.txtNeverUnderline:hover, a.txtNeverUnderline:focus {
    text-decoration: none !important;
}
<!-- .so-ma-img-responsive, .thumbnail > so-ma-img, .thumbnail a > so-ma-img, .carousel-inner > .item > so-ma-img, .carousel-inner > .item > a > so-ma-img {
    display: block;
    overflow: hidden;
}
-->
so-ma-img {
    vertical-align: middle;
    border: 0;
}

@media (max-width: 767.8px) {
    .so-ma-items-wrapper {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .so-ma-items-wrapper-2 {
        border-radius: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .so-ma-cstm-video-card-container {
        display: flex;
        flex-direction: column;
        padding: 0px 40px 40px 40px;
    }

    .so-ma-items-wrapper .so-ma-cstm-video-card {
        margin-right: 15px;
        margin-bottom: 0px;
    }
    /*all*/
    .so-mobile-visible {
        display: block;
    }

    .so-none-mobile-visible {
        display: none;
    }

    .so-ma-title {
        color: #111111;
        font-family: rsx-font-black;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -0.4px;
        text-align: center;
        padding-bottom: 10px;
    }

    .so-ma-sub-title {
        color: #111111;
        font-family: Arial;
        font-size: 18px !important;
        letter-spacing: 0;
        text-align: center;
        padding-bottom: 30px;
    }

    .so-ma-item-image {
        height: 60px;
    }

    .so-ma-item-title {
        height: 24px;
        width: 200px;
        color: #111111;
        font-family: rsx-font-black;
        font-size: 22px;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 16px;
    }

    .so-ma-item-sub-title {
        height: 36px;
        width: 200px;
        color: #555555;
        font-family: Arial;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .so-ma-download {
        margin-top: 0px;
    }

    .so-ma-download_bg {
        height: 35px;
        width: 183px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .so-ma-download-app {
        height: 17px;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

    /*Carousel*/
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    * {
        box-sizing: border-box;
        scrollbar-color: transparent transparent; /* thumb and track color */
        scrollbar-width: 0px;
    }

        *::-webkit-scrollbar {
            width: 0;
        }

        *::-webkit-scrollbar-track {
            background: transparent;
        }

        *::-webkit-scrollbar-thumb {
            background: transparent;
            border: none;
        }

    * {
        -ms-overflow-style: none;
    }

    ol, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .so-ma-carousel {
        position: relative;
        padding-top: 75%;
        filter: drop-shadow(0 0 10px #0003);
        perspective: 100px;
        height: 424px;
    }

    .so-ma-carousel__viewport {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        overflow-x: scroll;
        counter-reset: item;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .so-ma-carousel__slide {
        position: relative;
        flex: 0 0 100%;
        width: 100%;
        background-color: transparent;
        counter-increment: item;
        height: 10%
    }

        .so-ma-carousel__slide:nth-child(even) {
            background-color: transparent;
        }

        .so-ma-carousel__slide:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%,-40%,70px);
            color: #fff;
            font-size: 2em;
        }

    .so-ma-carousel__snapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        scroll-snap-align: center;
    }

    @media (hover: hover) {
        .so-ma-carousel__snapper {
            animation-name: tonext, snap;
            animation-timing-function: ease;
        }

        .so-ma-carousel__slide:last-child .so-ma-carousel__snapper {
            animation-name: tostart, snap;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .so-ma-carousel__snapper {
            animation-name: none;
        }
    }

    .carousel:hover .so-ma-carousel__snapper,
    .carousel:focus-within .so-ma-carousel__snapper {
        animation-name: none;
    }

    .so-ma-carousel__navigation {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        top: 265px;
        text-align: center;
    }

    .so-ma-carousel__navigation-list,
    .so-ma-carousel__navigation-item {
        display: inline-block;
    }

    .so-ma-carousel__navigation-button {
        display: inline-block;
        box-sizing: border-box;
        height: 10px;
        width: 10px;
        border: 1px solid #555555;
        background-clip: content-box;
        border-radius: 50%;
        font-size: 0;
        transition: transform 0.1s;
    }

    .so-ma-carousel__navigation-item a[tabindex]:focus {
        background-color: #555555;
        outline: none;
    }

    .carousel_subtitle {
        height: 56px;
        width: 260px;
        color: #111111;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        background-color: transparent;
        margin: auto;
        padding-top: 20px
    }

    .row_carousel {
        padding-left: 0px;
        padding-right: 0px;
    }

    .so-ma-cstm-video-card {
        margin-right: 15px;
        margin-bottom: 0px;
    }

    .so-ma-item-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        align-content: center;
        padding-left: 15px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        height: 265px;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12);
    }

        .so-ma-item-wrapper:hover {
            box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.2);
        }

    .so-ma-item-wrapper-2 {
        box-sizing: border-box;
        height: 265px;
        width: 260px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        text-align: center;
        align-items: center;
        align-content: center;
        display: flex;
        flex-direction: column;
    }

    .so-ma-img-responsive {
        margin: 30px auto 0px auto;
    }
}



@media (min-width: 767.9px) {
    .so-ma-item-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        align-content: center;
        height: 311px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        box-shadow: 0 6px 25px 0 rgba(0,0,0,0.12);
    }

        .so-ma-item-wrapper:hover {
            box-shadow: 0 20px 25px 0 rgba(0,0,0,0.2);
        }

    .so-ma-cstm-video-card-container {
        display: flex;
        flex-direction: row;
        padding: 0px 40px 40px 40px;
    }

    .so-ma-items-wrapper {
        margin: 0 auto;
        display: inline-flex;
        width: 100%;
    }

        .so-ma-items-wrapper .so-ma-cstm-video-card {
            margin-right: 15px;
            margin-bottom: 0px;
        }


    .video_subtitle {
        height: 18px;
        width: 100%;
        color: #003778;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        background-color: transparent;
        margin: auto;
        padding-top: 20px
    }
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-ma-item-wrapper {
        min-width: 100%;
    }

    /*all*/
    .so-mobile-visible {
        display: none;
    }

    .so-none-mobile-visible {
        display: block;
    }

    .so-ma-item-wrapper {
        height: 329px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
    }

    .so-ma-title {
        color: #111111;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
    }

    .so-ma-sub-title {
        height: 44px;
        width: 708px;
        color: #111111;
        font-family: Arial;
        font-size: 18px !important;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }

    .so-ma-item-image {
        height: 72px;
    }

    .so-ma-item-title {
        color: #111111;
        font-family: rsx-font-black;
        font-size: 24px;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 26px;
        text-align: center;
        margin-top: 40px;
    }

    .so-ma-item-sub-title {
        color: #555555;
        font-family: Arial;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        margin-top: 10px;
        height: 36px;
        width: 166px;
    }

    .so-ma-download {
        margin-top: 25px;
    }

    .so-ma-download_bg {
        height: 35px;
        width: 183px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .so-ma-download-app {
        height: 17px;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

    .so-ma-cstm-video-card {
        box-sizing: border-box;
        height: 281.09px;
        width: 226px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        margin-right: 30px;
    }

    .so-ma-img-responsive {
        margin-top: 30px;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-ma-item-wrapper {
        min-width: 100%;
    }
    /*all*/
    .so-mobile-visible {
        display: none;
    }

    .so-none-mobile-visible {
        display: block;
    }

    .so-ma-title {
        color: #111111;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
    }

    .so-ma-sub-title {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }

    .so-ma-item-image {
        height: 72px;
    }

    .so-ma-item-title {
        color: #111111;
        font-family: rsx-font-black;
        font-size: 24px;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 26px;
        text-align: center;
        margin-top: 30px;
    }

    .so-ma-item-sub-title {
        color: #555555;
        font-family: Arial;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        margin-top: 10px;
        width: 248px;
        height: 36px;
    }

    .so-ma-download {
        margin-top: 30px;
    }

    .so-ma-download_bg {
        height: 35px;
        width: 183px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .so-ma-download-app {
        height: 17px;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

    .so-ma-cstm-video-card {
        box-sizing: border-box;
        height: 329px;
        width: 300px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        margin-right: 30px;
    }

    .so-ma-img-responsive {
        margin-top: 45px;
    }
}

@media(min-width: 1240px) {
    .so-ma-item-wrapper {
        min-width: 100%;
    }
    /*all*/
    .so-mobile-visible {
        display: none;
    }

    .so-none-mobile-visible {
        display: block;
    }

    .so-ma-title {
        color: #111111;
        font-family: rsx-font-black;
        font-size: 32px !important;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 28px;
        text-align: center;
    }

    .so-ma-sub-title {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }

    .so-ma-item-image {
        height: 72px;
    }

    .so-ma-item-title {
        color: #111111;
        font-family: rsx-font-black;
        font-size: 24px;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 26px;
        text-align: center;
        margin-top: 30px;
    }

    .so-ma-item-sub-title {
        color: #555555;
        font-family: Arial;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        margin-top: 10px;
        height: 25px;
        width: 350px;
    }

    .so-ma-download {
        margin-top: 30px;
    }

    .so-ma-download_bg {
        height: 35px;
        width: 183px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .so-ma-download-app {
        height: 17px;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

    .so-ma-cstm-video-card {
        box-sizing: border-box;
        height: 311px;
        width: 380px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        background-color: #FFFFFF;
        margin-right: 30px;
    }

    .so-ma-img-responsive {
        margin-top: 45px;
    }
}




.caret-down:before {
    content: '\e012';
    font-family: 'bell-icon';
    display: inline-block;
    font-size: 12px;
    color: #003676;
    font-weight: 900;
    transform: rotate(90deg);
}

.so-margin-top-45 {
    margin-top: 45px;
}

.so-margin-right-0 {
    margin-right: 0px;
}


@media (max-width: 767.8px) {
    .so-container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 767.9px) and (max-width: 999px) {
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-container {
        width: 990px;
    }
}

@media(min-width: 1240px) {
    .so-container {
        width: 1230px;
    }
}

body {
    background-color: white !important;
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-ie-min-width {
        width: 100%;
        min-width: 723px;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-ie-min-width {
        width: 100%;
        min-width: 960px;
    }
}

@media(min-width: 1240px) {
    .so-ie-min-width {
        width: 100%;
        min-width: 1200px;
    }
}

@media (min-width: 767.9px) {
    .so-sub-nav-level-1-before:before {
        font-family: 'bell-icon';
        position: relative;
        top: .6em;
        content: "\00a0\e608";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: .1;
        font-size: 1.05em;
        padding-right: 8px;
    }

    .so-sub-nav-level-1-after::before {
        font-family: 'bell-icon';
        position: relative;
        top: .2em;
        content: "\00a0\e608";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: .1;
        font-size: 1.25em;
        padding-right: 8px;
    }
}


/*Carousel*/

@media (min-width: 767.9px) {
    .so-vs2-mobile-visible {
        display: none;
    }

    .so-vs2-none-mobile-visible {
        display: block;
    }
}

@media (max-width: 767.8px) {
    .so-vs2-mobile-visible {
        display: block;
    }

    .so-vs2-none-mobile-visible {
        display: none;
    }

    .so-vs-img {
        max-height: calc(50vw);
    }

    .carousel__snapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        scroll-snap-align: center;
    }

    @media (hover: hover) {
        .carousel__snapper {
            animation-name: tonext, snap;
            animation-timing-function: ease;
        }

        .carousel__slide:last-child .carousel__snapper {
            animation-name: tostart, snap;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .carousel__snapper {
            animation-name: none;
        }
    }

    .carousel:hover .carousel__snapper,
    .carousel:focus-within .carousel__snapper {
        animation-name: none;
    }

    .so-item-inner {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        align-items: center;
        /*        min-height: 350px;
                */
    }

    .so-image-carousel-height {
        height: 301px;
        overflow: hidden;
    }

    .pad-20 {
        padding: 20px;
    }

    .pad-20-bottom-0 {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
    }

    .so-items-carousel .slick-dots {
        margin-top: -15px;
    }

    .so-comment {
        color: #111111;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        text-align: center;
    }

        .so-comment a {
            color: #111111;
        }

            .so-comment a:hover {
                color: #003778;
            }

    .so-title {
        color: #111111;
        font-family: rsx-font-black;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -0.4px;
        text-align: center;
        margin-bottom: 10px;
    }

    .so-sub-title {
        color: #111111;
        font-family: Arial;
        font-size: 18px;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    @media (max-width: 767.8px) {
        .so-mobile-visible {
            display: block;
        }
    }

    .so-item-inner-gradient {
        background-color: transparent;
    }


    .so-container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .txtCenter {
        text-align: center;
    }

    .so-items-sliders {
    }

    .so-invisible {
        visibility: hidden;
    }

    .so-items-sliders .slick-slide {
        position: relative;
        left: -15px;
    }

    .so-items-sliders .slick-slide {
        left: 0;
    }

    .event-card {
        padding: 0 7.5px;
    }

    .slick-initialized .slick-slide {
        float: left;
        height: 100%;
        min-height: 1px;
        display: block;
        padding: 0;
    }

    .so-item {
        padding: 0 7.5px;
    }

    .so-ma-item {
        padding: 0 7.5px;
        height: 285px;
    }

    .so-borderRadiusAll10 {
        border-radius: 10px
    }

    .so-overflowHidden {
        overflow: hidden
    }

    .so-height-auto-important {
        height: auto !important;
    }
}

.so-sn-container-bk-color-white {
    background-color: white;
    margin-bottom: 20px;
}

.so-border-radius-10 {
    border-radius: 10px;
}

.so-sn-margin-bottom-20 {
    margin-bottom: 20px;
}

.so-margin-bottom-15 {
    margin-bottom: 15px;
}

.so-margin-bottom-0 {
    margin-bottom: 0px;
}


@media (max-width: 767.8px) {
    .so-all-items-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        margin: 0px 0px 45px 0px;
        padding-bottom: 20px;
    }

    .so-all-items-wrapper-2 {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: normal;
        background-color: white;
        border: 2px solid #f5f5f5;
    }
}

@media (min-width: 767.9px) and (max-width: 999px) {
    .so-all-items-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .so-all-items-wrapper-2 {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: normal;
        background-color: white;
        height: 300px;
        width: 100%;
        border: 2px solid #f5f5f5;
        margin-left: 32px;
        margin-right: 30px;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .so-all-items-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        padding-bottom: 20px;
    }

    .so-all-items-wrapper-2 {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: normal;
        background-color: white;
        height: 300px;
        width: 100%;
        border: 2px solid #f5f5f5;
        margin-left: 32px;
        margin-right: 30px;
    }
}

@media(min-width: 1240px) {
    .so-all-items-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        padding-bottom: 20px;
    }

    .so-all-items-wrapper-2 {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: normal;
        background-color: white;
        height: 300px;
        width: 100%;
        border: 2px solid #f5f5f5;
        margin-left: 32px;
        margin-right: 30px;
    }
}

.so-ma-app-img {
    height: 100%;
    width: 100%;
    padding: 0 1px 0 1px;
}

.so-ma-item-img-container {
    min-height: 117px;
    max-height: 117px;
}

.mte-content-and-footer {
    background-color: white;
}

.video-holder [class^='video-close-'] {
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-holder [class^='video-close-']:hover {
        text-decoration: none;
    }

.container.so-b-container {
    position: relative;
    overflow: hidden
}




.so-rsx-connector-area {
    position: relative;
}

.so-hp-nav-item-btn:after,
#so-hp-nav-item-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}





/*popup*/
.video-popup-desktop {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100009 !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    text-align: center;
    display: block;
    position: fixed;
    z-index: 100009 !important;
}

/*.video-holder {
    max-width: 70% !important;
    height: auto;
    padding: 0px;
    position: relative;
    margin: auto;
    margin-top: 60px;
    top: 30px;
}
*/
.video-wrapper, .video-iframe {
    height: 80%;
}

.video-wrapper, .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(70vh);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    bottom: 20px;
    height: 0;
}


/*popup*/
.video-popup-mobile {
    position: fixed;
    top: -30px;
    left: 0px;
    z-index: 100009 !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    text-align: center;
}


@media(min-width: 767.9px) and (max-width: 999px) {
    .so-b-inner-container-custom-pi {
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-top: 0px;
        align-items: center;
    }
    .so-b-banner-title-pi {
        width: 588px;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 40px;
        font-weight: 900;
        letter-spacing: -0.7px;
        line-height: 46px;
        text-align: center;
        margin-top: 20px;
    }
    .so-b-banner-img-pi {
        margin-top: 149px;
        height: 380px;
        left: 0px;
        padding-left: 78px;
    }
}
@media(min-width: 1000px) and (max-width: 1239px) {

    .so-b-inner-container-custom-pi {
        margin-left: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .so-b-banner-title-pi {
        height: 114px;
        min-width: 286px;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 38px;
    }
    .so-b-banner-img-pi {
        height: 380px;
        left: 0px;
        margin-left: -15vw;
        zoom: 1.16;
        padding-left: 76px;
    }
}

@media(min-width: 1240px) {
    .so-b-inner-container-custom-pi {
        margin-left: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .so-b-banner-title-pi {
        height: 138px;
        min-width: 359px;
        color: #111111 !important;
        font-family: rsx-font-black;
        font-size: 40px;
        font-weight: 900;
        letter-spacing: -0.7px;
        line-height: 46px;
    }
    .so-b-banner-img-pi {
        height: 380px;
        left: 0px;
        margin-left: -10vw;
        zoom: 1.16;
        padding-left: 138px;
    }
}




/* for so2 */
@media (max-width: 767.8px) {
	.so2-is-mobile{
		display:block!important;
	}
	.so2-is-desktop{
		display:none!important;
	}	
	.so2-section-flex {
		flex-direction: column;
		margin-bottom:-30px;
	}
	.so2-item img {
		display: block;
		width: 101%;
		height: auto;
		margin: auto;
		border-radius:9px;
	}
	.so2-item .desc-container{
		width:100%;
		margin-bottom:30px;
	}
	.so2-item .desc-container-inner{
		text-align:left;
	} 
	.so2-item .img-container{
		width:100%; 
		overflow-x:hidden;
	}
	.so2-item{
		padding-top:30px;
	}
	.phone-in-hand {
		margin-left:-8%;
	}
	.so2-ma-item-wrapper{
		margin-bottom:30px;
		margin-left: -40px;
		margin-right: -40px;
	}
	.so2-item-title {
		font-size: 22px;
	}

}

@media (min-width: 767.9px) and (max-width: 999px) {
	.so2-is-mobile{
		display:none!important;
	}
	.so2-is-desktop{
		display:block!important;
	}
	.so2-section-flex {
		flex-direction: row;
	}
	.container {
		width: auto;
	}
	.so2-section-flex {
		min-width: calc(98vw);
		max-width: calc(98vw);
	}
	.so2-item .desc-container{
		width:75%;
		flex-flow: column;
		vertical-align: top;
		margin-top: 30px;
		margin-top: 50px;
		margin-bottom: 30px;
		min-height:185px;
	}
	.so2-item .desc-container-inner{
		text-align:left;
	} 
	.so2-item .img-container{
	    display: flex;
		justify-content: center;
		width: 55%;
		overflow: hidden;	
	}
	.so2-item{
		padding-top:0px;
	}
	.so2-item img {
		background-size: cover;
		min-height: 280px;
		max-height: 280px;
		padding-top:20px;
		border-radius:9px;
	}
	.so2-item {
	}
	.so2-left-margin-adjust{
		margin-left:-55px;
		margin-right:-55px;
	}
	.so2-left-margin-adjust-fr{
		margin-left:-85px;
		margin-right:-85px;
	}
	.phone-in-hand-left-margin{
		position: relative;
		left: calc(100% - 180px);
	}
	.desc-container-fr{
		width:60%!important;
		margin-left:-15px;
		margin-right:15px;
	}
}

@media (min-width: 1000px) and (max-width: 1239px)
{
	.so2-is-mobile{
		display:none!important;
	}
	.so2-is-desktop{
		display:block!important;
	}
	.so2-section-flex {
		min-width: calc(98vw);
		max-width: calc(98vw);
		flex-direction: row;
	}
	.so2-item .desc-container{
		width:60%;
		flex-flow: column;
		vertical-align: top;
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.so2-item .desc-container-fr{
		width:60%;
		flex-flow: column;
		vertical-align: top;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.so2-item .desc-container-inner{
		text-align:left;
	} 
	.so2-item .img-container{
	    display: flex;
		justify-content: center;
		width: 40%;
		overflow: hidden;
	}
	.so2-item{
		padding-top:0px;
	}	
	.so2-item img {
		background-size: cover;
		height: auto;
		width: auto;
		min-width: 240px;
		max-width: 240px;
		padding-top:20px;
		border-radius:9px;
	}
	.phone-in-hand-left-margin{
		margin-left:-15px;
	}
}

@media (min-width: 1240px) {
	.so2-is-mobile{
		display:none!important;
	}
	.so2-is-desktop{
		display:block!important;
	}
	.so2-section-flex {
		min-width: 1240px;
		max-width: 1240px;
		flex-direction: row;
	}
	.so2-item .desc-container{
		width:60%;
		flex-flow: column;
		vertical-align: top;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	
	.so2-item .desc-container-fr{
		width:60%;
		flex-flow: column;
		vertical-align: top;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.so2-item .desc-container-inner{
		text-align:left;
	} 
	.so2-item .img-container{
	    display: flex;
		justify-content: center;
		width: 40%;
		overflow: hidden;	
	}
	.so2-item{
		padding-top:0px;
	}	
	.so2-item img {
		background-size: cover;
		height: auto;
		width: auto;
		min-width: 240px;
		max-width: 240px;
		padding-top:20px;
		border-radius:9px;
	}
	.phone-in-hand-left-margin{
		margin-left:5px;
	}
}

@media (min-width:767.9px) {
	.so2-item {
		display: flex;
		flex-direction: row-reverse
	}
	.so2-item>div:first-child {
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px
	}
	.margin-r-auto {
		margin-right: auto
	}
	.so2-item-title {
		font-size: 24px;
	}
}

@media (min-width:767.9px) and (max-width:999px) {
	.so2-item>div {
		width: 50%
	}
}

/* shared */
.so2-section-flex {
    display: inline-flex;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	margin-top:30px;
}

/* shared */
.so2-section-flex a:hover{
	text-decoration:none;
}

/* shared */
.so2-section-flex a > span:first-child:hover{
	text-decoration:underline;
}


/* shared */
.so2-ma-item-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-content: center;
    border-radius: 10px;
}


/* shared */
.so2-item-title {
    color: #111111!important;
    font-family: 'rsx-font-black';
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    display: block;
    text-align: left;
}

/* shared */
.so2-item>div:first-child {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

/* shared */
.so2-item>div:first-child {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}

/* shared */
.so2-item{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    color: #555;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 25px 0 rgba(0,0,0,0.12);
	width:100%; 
}

.so2-item:hover {
    box-shadow: 0 20px 25px 0 rgba(0,0,0,0.2);
}


#akamai_support {
    color: green;
}