.na-menu-fix {
    position: sticky;
    top: 0;
    z-index: 500
}

.mw-menu {
    box-shadow: 0 20px 18px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 500
}

.mw-menu-container {
    padding: 0 12px
}

.mw-menu-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.mw-submenu-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.mw-menu-col-7 {
    width: 60%
}

.mw-menu-mncol-1 {
    width: 100%
}

.mw-menu-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.mw-menu-logo {
    width: auto;
    display: flex;
    align-items: center
}

.mw-menu-logo-1 {
    width: 170px;
    height: 50px
}

.mw-menu-left-2 {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: auto
}

.mw-navigation-show-ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap
}

.mw-menu-tabs:hover {
    color: #0435b2
}

.mw-menu-tabs:hover .mw-navigation-show-a {
    color: #0435b2
}

.mw-menu-tabs {
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    color: #252525;
    padding: 38px 20px;
    position: relative;
    transition: all .3s ease
}

.mw-menu-tabs:before {
    content: '';
    position: absolute;
    bottom: 0;
    border: 12px solid transparent;
    border-bottom-color: #1563c5;
    opacity: 0;
    left: 50%;
    margin-left: -8px
}

.mw-menu-active .mw-menu-tabs:before {
    opacity: 1
}

.mw-menu-tabs::after {
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 5px;
    bottom: 25px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: all .3s ease
}

.mw-menu-tabs:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background: #e7f7ff;
    height: 40px;
    z-index: -1;
    padding: 0 2px
}

.mw-menu-tab-dwn {
    font-size: 10px;
    position: absolute;
    top: 41px;
    transition: all .4s ease-in-out;
    margin-left: 8px;
    transform: rotate(-90deg)
}

.mw-submenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 2px solid #1563c5;
    padding: 60px 36px;
    z-index: 70;
    top: 98%;
    box-shadow: 0 20px 18px rgba(0, 0, 0, .05)
}

.mw-menu-active .mw-submenu {
    display: block !important
}

.mw-submenu-col-1 {
    width: 44%
}

.mw-submenu-flex {
    display: flex;
    flex-wrap: wrap
}

.mw-menu-ttl-h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    color: #dadada
}

.mw-sub-content-ul {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    list-style-type: none
}

.mw-sub-content-li {
    padding-bottom: 20px
}

.mw-sub-content-lnk {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #767676;
    text-decoration: none;
    position: relative
}

.mw-sub-content-lnk:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: #000;
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.mw-sub-content-lnk:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

.mw-sub-content-lnk:hover {
    color: #252525
}

.drop-link-sup-tt {
    color: #fff;
    background: #e31837;
    vertical-align: middle;
    font-size: 9px;
    padding: 2px 3px;
    border-radius: 3px;
    font-weight: 500;
    margin-left: 2px
}

.mw-submenu-col-2 {
    width: 56%
}

.mw-submenu-col-3 {
    position: relative
}

.mw-submenu-col-3:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(/img-assets/nav-menu-images/about_.png) center center no-repeat;
    background-size: contain !important;
    width: 85px;
    height: 91px
}

.mw-menu-col3-ttl-p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    color: #474747;
    margin: 0;
    padding-top: 17px;
    padding-bottom: 38px;
    max-width: 473px
}

.mw-menu-col3-ttl-h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
    color: #737373;
    border-bottom: 1px solid #efefef;
    max-width: 388px;
    padding-bottom: 16px
}

.mw_hdr_star_icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
    background: url("/img-assets/nav-menu-images/star.svg") no-repeat center center;
    width: 27px;
    height: 27px;
    margin-right: 5px;
    margin-bottom: 2px
}

.mw-menu-col3-ttl-h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.4;
    margin: 0;
    max-width: 400px;
    padding-top: 20px;
    color: #252525;
    position: relative
}

.mw-blue-button {
    display: inline-block;
    background: #2587fb;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 65px 10px 30px;
    line-height: 170%;
    position: relative
}

.mw-blue-btn-spn {
    display: inline-block;
    padding-left: 5px;
    background: url(/img-assets/nav-menu-images/menu-right-arrow.svg) center center no-repeat;
    background-size: contain;
    width: 29px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 24px
}

.mw_hd_cloud:before {
    background: url("/img-assets/nav-menu-images/vps-performance.png") center center no-repeat
}

.mw-menu-right-ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: end;
    flex-flow: wrap row
}

.mw-menu-right-a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    text-decoration: none;
    padding: 0 9px;
    color: #252525;
    position: relative
}

.mw-menu-right-a2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    text-decoration: none;
    padding: 0 9px;
    color: #252525;
    position: relative
}

.mw-menu-login {
    border: 1px solid #373737;
    border-radius: 3px;
    padding: 7px 13px;
    display: block !important
}

.mw-menu-login:hover {
    color: #fff;
    background: #2569ce
}

.mw-menu-right-icon {
    padding: 0 4px
}

.mw-menu-right-a {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    color: #0c53bb
}

.mw-menu-icon {
    vertical-align: bottom;
    width: 22px;
    height: 22px
}

.mw-menu-right-sml {
    display: block;
    position: absolute;
    bottom: -18px;
    left: 55px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: #5b5b5b
}

.mw_menu_phn-li {
    display: block ruby
}

@media(min-width:992px) {
    .mw-menu-mob-show {
        display: none
    }
    .mw_menu_toggle {
        display: none
    }
}

@media(min-width:1132px) {
    .mw-menu-call-icon img {
        display: none
    }
}

@media(min-width:2050px) {
    .mw-menu {
        max-width: 2000px;
        margin: auto
    }
}

@media(min-width:1650px) {
    .mw-submenu-flex {
        width: 83%;
        margin-left: auto
    }
    .mw-featured-col-5 {
        margin-right: auto
    }
}

@media(max-width:1460px) {
    .mw-featured-col-5 {
        width: 40%
    }
}

@media(max-width:1354px) {
    .mw-menu-container {
        padding: 0 3px
    }
    .mw-menu-col3-ttl-h4 {
        max-width: 340px
    }
    .mw-menu-right-sml {
        font-size: 10px
    }
    .mw-menu-right-a {
        font-size: 18px
    }
    .mw-menu-right-a2 {
        font-size: 18px
    }
}

@media(max-width:1320px) {
    .mw-menu-logo-1 {
        width: 145px;
        height: 42px
    }
}

@media(max-width:1132px) {
    .mw-menu-logo-a {
        display: block
    }
    .mw-sub-content-lnk {
        font-size: 18px
    }
    .mw-menu-col3-ttl-p {
        font-size: 17px;
        line-height: 1.6
    }
    .mw-menu-col3-ttl-h4 {
        font-size: 22px;
        max-width: 276px
    }
    .mw-menu-col3-ttl-h3 {
        font-size: 32px
    }
    .mw-menu-right-ul {
        align-items: center
    }
    .mw-menu-call-icon img:first-child {
        display: inherit
    }
    .mw-menu-right-spn {
        display: none
    }
}

@media(min-width:1132px) and (max-width:1190px) {
    .mw-menu {
        padding: 0 4px
    }
    .mw-menu-logo-1 {
        width: 135px;
        height: 39px
    }
    .mw-menu-ttl-h3 {
        font-size: 30px
    }
}

@media(max-width:992px) {
    .mw-menu {
        overflow: hidden
    }
    .mw-menu {
        padding: 15px 20px
    }
    .mw-active {
        overflow: unset
    }
    .mw-navigation-show {
        width: 100%;
        position: absolute;
        left: 100%;
        right: 0;
        z-index: 99;
        transition: all .3s ease-in-out;
        top: 75px;
        overflow: auto;
        max-height: calc(100vh - 74px);
        display: block;
        box-shadow: 0 20px 18px rgba(0, 0, 0, .05);
        border-top: 1px solid
    }
    .mw-navigation-show.mw-active {
        left: 0
    }
    .mw-navigation-show-ul {
        display: block;
        background: #fff;
        padding-top: 25px;
        padding-bottom: calc(100% - 74px);
        overflow: hidden
    }
    .mw-menu-tabs {
        padding: 20px 0;
        padding-left: 32px;
        font-size: 18px;
        display: block
    }
    .mw-menu-tabs:before {
        left: 8%;
        margin-left: -22px
    }
    .mw-submenu {
        position: unset;
        box-shadow: none;
        padding: 50px 58px;
        border-bottom: 2px solid #1563c5;
        height: 100%
    }
    .mw-menu-tab-dwn {
        top: 26px
    }
    .mw-menu-ttl-h3 {
        font-size: 23px
    }
    .mw-sub-content-li {
        padding-bottom: 12px
    }
    .mw-sub-content-lnk {
        font-size: 16px
    }
    .mw-featured-col-5 {
        width: 555px
    }
    .mw-menu-col3-ttl-p {
        font-size: 14px;
        max-width: 295px;
        padding-top: 12px;
        padding-bottom: 28px
    }
    .mw-submenu-col-3:before {
        right: -18px
    }
    .mw-menu-col3-ttl-h4 {
        font-size: 20px;
        padding-bottom: 8px;
        max-width: 245px
    }
    .mw-blue-button {
        font-size: 16px
    }
    .mw-menu-col3-ttl-h3 {
        font-size: 28px
    }
    .mw-menu-right-a {
        line-height: 1;
        margin: 0 5px
    }
    .mw-menu-right-a2 {
        line-height: 1;
        margin: 0 5px
    }
    .mw-navigation-toggle span {
        display: block !important;
        margin-bottom: 6px;
        border-top: 2px solid #252525;
        width: 20px;
        transition: all .3s ease-in-out
    }
    .mw-active .mw-navigation-toggle span:first-child {
        transform: rotate(45deg) translate(2px, 0);
        margin-bottom: 0
    }
    .mw-active .mw-navigation-toggle span:nth-child(3) {
        transform: scale(0, 1)
    }
    .mw-active .mw-navigation-toggle span:nth-child(2) {
        transform: rotate(133deg) translate(-2px, 0);
        margin-bottom: 0
    }
    .mw-navigation-toggle {
        text-align: center;
        display: inline-block;
        margin: 0 0;
        cursor: pointer;
        background: 0 0;
        vertical-align: middle;
        padding: 5px 8px !important
    }
}

@media(max-width:900px) {
    .mw-submenu {
        padding: 2px 75px 45px 75px
    }
    .mw-menu-row {
        justify-content: space-between
    }
    .mw-featured-col-5,
    .mw-menu-col-7,
    .mw-submenu-col-1,
    .mw-submenu-col-2 {
        width: 100%
    }
    .mw-sub-col-1-content {
        padding-top: 30px
    }
    .mw-menu-ttl-h3 {
        font-size: 24px
    }
    .mw-sub-content-ul {
        padding-top: 16px
    }
    .mw-submenu-col-3 {
        padding-top: 30px
    }
    .mw-submenu-col-3:before {
        top: 22px
    }
    .mw-menu-col3-ttl-h3 {
        max-width: 300px
    }
}

@media(max-width:660px) {
    .mw-menu {
        padding: 15px 2px
    }
    .mw-navigation-show {
        top: 70px
    }
    .mw-menu-tabs:before {
        left: 10%;
        margin-left: -8px
    }
}

@media(max-width:510px) {
    .mw-menu-right-icon {
        padding: 0 0
    }
}

@media(max-width:470px) {
    .mw-menu-tabs:before {
        left: 12%;
        margin-left: -3px
    }
    .mw-submenu {
        padding: 2px 50px 45px 50px
    }
    .mw-sub-content-li {
        padding-bottom: 4px
    }
    .mw-sub-content-lnk {
        font-size: 14px
    }
    .mw-submenu-col-3:before {
        right: -40px;
        width: 54px
    }
    .mw-menu-col3-ttl-h4 {
        max-width: 235px
    }
    .mw-menu-col3-ttl-h3 {
        font-size: 26px
    }
    .mw-menu-right-a {
        padding: 0 4px
    }
    .mw-menu-right-a2 {
        padding: 0 4px
    }
}

@media(max-width:350px) {
    .mw-menu-col3-ttl-h4 {
        max-width: 200px
    }
    .mw-menu-col3-ttl-h3 {
        font-size: 21px
    }
    .mw-menu-right-a2 {
        font-size: 14px
    }
}

@media(min-width:1460px) {
    .mw-col-feature-5 {
        width: 40%
    }
}

.mw_hd_support::before {
    background: url("/img-assets/nav-menu-images/support_.png") center center no-repeat;
}

.mw-navigation-show-a {
    font-weight: 500 !important;
}

/* inc-footer-dotin style */

.f0t33r-mnwrapr {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

.f0t33r-mncol1 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.f0t33r-mncntnr {
    padding: 30px 10px
}

.f0t33r-txt_wrapr {
    width: 53%;
    padding-left: 5px;
    padding-right: 10px
}

.f0t33r-hdrtlt {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.f0t33r-hdrtxt {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin: 13px 0;
    line-height: 2;
    width: 90%
}

.f0t33r-form input[type=email]:invalid {
    border-color: #fff;
    background: #061a40;
    color: #5d7094;
    margin-right: 15px;
    border-radius: 10px
}

.f0t33r-form input[type=email] {
    width: 350px;
    padding: 15px 10px;
    border: 1px solid #fff;
    transition: all .3s ease-in-out
}

.f0t33r-form {
    align-items: unset;
    box-shadow: none;
    background: unset;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden
}

.btn-ftr-clr3 {
    padding: 12px;
    background: #60e2ff;
    color: #061a40;
    cursor: pointer;
    font-weight: 700;
    transition: all .3s ease-in-out;
    border: none
}

.btn-ftr-clr3:hover {
    color: #fff;
    background: #347dcf
}

.f0t03r_mail {
    position: relative
}

@media (max-width:1290px) {
    .f0t33r-txt_wrapr {
        width: 50%
    }
    .f0t33r-hdrtlt {
        font-size: 25px
    }
}

@media (max-width:1114px) {
    .f0t33r-mnwrapr {
        text-align: center
    }
    .f0t33r-hdrtxt {
        width: 100%
    }
}

@media (max-width:1070px) {
    .f0t33r-mncol1 {
        justify-content: center;
        padding: 15px
    }
}

@media (max-width:970px) {
    .f0t33r-txt_wrapr {
        width: 45%
    }
}

@media (max-width:890px) {
    .f0t33r-txt_wrapr {
        width: 100%
    }
}

@media (max-width:770px) {
    .f0t33r-form {
        justify-content: center
    }
    .f0t33r-form {
        margin-top: 0
    }
    .btn-ftr-clr3 {
        width: 30%;
        margin-top: 10px
    }
}

@media (max-width:565px) {
    .f0t33r-form input[type=email] {
        width: 60%
    }
    .f0t33r-txt_wrapr {
        text-align: center;
        padding-bottom: 10px
    }
    .f0t33r-hdrtlt {
        padding: 10px
    }
    .f0t33r-hdrtxt {
        padding-top: 10px
    }
    .btn-ftr-clr3 {
        width: 38%;
        margin: 19px auto 0
    }
    .f0t33r-form input[type=email]:invalid {
        width: 100%
    }
}

@media (max-width:365px) {
    .btn-ftr-clr3 {
        width: 50%
    }
    .f0t33r-form input {
        font-size: 11px
    }
}

@media (min-width:1490px) {
    .f0t33r-mnwrapr {
        max-width: 1240px
    }
    .f0t33r-txt_wrapr {
        width: 50%
    }
    .f0t33r-form {
        width: 50%
    }
    .btn-ftr-clr3 {
        padding: 12px 30px
    }
    .f0t33r-form input[type=email]:invalid {
        width: 65%
    }
    .f0t33r-mncol1 {
        width: 1400px
    }
    .f0t33r-txt_wrapr {
        width: 50%;
    }
    .f0t33r-form {
        width: 50%;
    }
    .f0t33r-form input[type="email"]:invalid {
        width: 65%;
    }
}

._f9s0m-sc-wrap {
    padding: 0 !important;
    opacity: 0.5;
}

._f9s0m-sc-wrap:hover {
    opacity: 1;
    background: unset !important;
}

/* inc-footer-docom & in style */

.f87h-ftr-mnwrapr {
    position: relative;
    margin-top: 55px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}

.f87h-ftr-mnwrapr:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .15)
}

.f6yt-ftr-col-copy {
    color: #d7d7d7;
    font-size: 11px
}

.f6yt-ftr-col-list {
    display: flex;
    flex-flow: row wrap
}

.f6yt-ftr-col-list li {
    position: relative
}

.f6yt-ftr-col-list li:not(:last-child) {
    margin-right: 25px
}

.f6yt-ftr-col-list a {
    display: inline-block;
    color: #d7d7d7;
    font-size: 13px;
    font-weight: 400;
    position: relative
}

.f6yt-ftr-col-list a:hover {
    color: #fff;
    text-decoration: underline
}

.f6yt-ftr-col-list li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    width: 1px;
    height: 100%;
    background: rgba(215, 215, 215, .2);
    display: none
}

.f0t3r_mncntnr {
    background: #061a40;
    padding: 50px 30px
}

.f67t3r-mnwrapr {
    max-width: 1150px;
    margin: 0 auto;
    border-top: 1px solid #0c3076;
    padding-top: 20px
}

.f3t303r-r0w {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.f3t303r-r0w .f3t303r-col:not(:last-child) {
    margin-right: calc(80px / 3)
}

._f3t303r-list li {
    margin: 10px 0;
    list-style: none
}

._f3t303r-list li a {
    position: relative;
    color: #d7d7d7;
    font-size: 13px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    display: inline-block;
    text-decoration: none
}

._f3t303r-list li a:hover {
    color: #fff;
}

._f3t303r-list li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: #fff;
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

._f3t303r-list li a:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

._f3t303r-list li._f3t303r-h3ad {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

._f3t303r-list:not(:last-child) {
    margin-bottom: 25px
}

._f3t303r-s0m3d {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

._f3t303r-s0m3d a {
    color: #1c2430;
    background: #505c6c;
    margin: 7px 10px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

._f3t303r-s0m3d a:hover {
    background: #fff
}

.f6yt-ftr-mnwrapr {
    margin-top: 35px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.f6yt-ftr-mncol-logo {
    max-width: 500px
}

.f6yt-ftr-logo {
    max-width: 110px;
    display: inline-block
}

.f6yt-ftr-logo img {
    display: block;
    width: 100%
}

.f6yt-ftr-info {
    font-size: 13px;
    color: #d7d7d7;
    margin-top: 20px
}

.f6yt-ftr-mncol-payments {
    display: flex;
    align-items: center;
    align-self: flex-start
}

._f9u7-wrapr {
    max-width: 360px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.f9u7-ftr-logo {
    height: 70px;
    margin: 1px
}

.f9u7-ftr-logo img {
    height: 70px;
    width: 70px;
    filter: grayscale(100);
    transition: all .3s ease-in-out
}

.f9u7-ftr-logo:hover img {
    filter: grayscale(0)
}

._f6yh-wrapr {
    width: 210px;
    margin-left: 15px;
    display: flex
}

._f6yh-logo {
    width: 100%
}

._f6yh-logo:first-child {
    margin-right: 5px
}

._f6yh-logo img {
    width: 100%
}

._f9u7-iftl {
    margin: auto;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

@media(max-width:1100px) {
    .f6yt-ftr-col-copy {
        text-align: center
    }
    .f6yt-ftr-col-list {
        width: 100%;
        justify-content: center;
        margin-top: 5px
    }
    .f6yt-ftr-col-list li:not(:last-child) {
        margin: 5px 10px
    }
    .f6yt-ftr-col-list li {
        margin: 5px 10px
    }
}

@media (max-width:920px) {
    .f6yt-ftr-mncol-payments {
        padding-top: 20px
    }
    .m2ec6-ftr-ulist {
        display: none
    }
    .f6yt-ftr-col-copy {
        width: 100%
    }
    .f6yt-ftr-mnwrapr {
        justify-content: center;
        text-align: center
    }
}

@media(max-width:750px) {
    .f6yt-ftr-mncol-logo,
    .f6yt-ftr-mncol-payments {
        max-width: 100%;
    }
    .f6yt-ftr-col-list {
        margin-top: 15px
    }
    .f6yt-ftr-col-list li:not(:last-child) {
        margin: 3px 10px
    }
    .f6yt-ftr-col-list li {
        margin: 3px 10px
    }
}

@media(max-width:500px) {
    ._f9u7-wrapr {
        justify-content: center
    }
    .f6yt-ftr-col-list {
        margin-top: 25px
    }
    .f6yt-ftr-col-list li:not(:last-child) {
        margin: 5px 0
    }
    .f6yt-ftr-col-list li {
        margin: 5px 0;
        width: 100%;
        text-align: center
    }
}

@media(max-width:550px) {
    ._f3t303r-head-lihide:after {
        transform: rotate(90deg);
    }
    .f3t303r-col {
        width: 100%;
        max-width: 320px
    }
    .f3t303r-r0w {
        justify-content: center
    }
    .f3t303r-r0w .f3t303r-col:not(:last-child) {
        margin: 10px auto
    }
    .f3t303r-r0w .f3t303r-col:not(:last-child) {
        margin: 0
    }
    ._f3t303r-s0m3d a {
        font-size: 24px;
        margin: 5px 15px 5px 0;
        padding: 10px 10px
    }
}

@media(min-width:1490px) {
    .f67t3r-mnwrapr {
        max-width: 1240px;
        padding: 20px 10px 0 10px
    }
}

.f67t3r-mncntnr {
    background: #05152c;
    padding: 50px 30px
}

._f85tr-list li {
    margin: 10px 0
}

._f85tr-list li a {
    color: #d7d7d7;
    font-size: 13px;
    font-weight: 400;
    transition: all .3s ease-in-out
}

._f85tr-list li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

._f85tr-list li._f85tr-h3ad {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

._f85tr-list:not(:last-child) {
    margin-bottom: 25px
}

._f85tr-s0m3d {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

._f85tr-s0m3d a {
    color: #1c2430;
    background: #505c6c;
    margin: 7px 10px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

._f85tr-s0m3d a:hover {
    background: #fff
}

.f6yt-ftr-logo img {
    display: block;
    width: 100%
}

._f6yh-wrapr {
    width: 210px;
    margin-left: 15px;
    display: flex
}

._f6yh-logo {
    width: 100%
}

._f6yh-logo:first-child {
    margin-right: 5px
}

._f6yh-logo img {
    width: 100%
}

._f87h-mnwrapr {
    position: relative;
    margin-top: 55px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}

._f87h-mnwrapr:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .15)
}

.f6yt-ftr-col-copy {
    color: #d7d7d7;
    font-size: 11px
}

.f6yt-ftr-col-list {
    display: flex;
    flex-flow: row wrap
}

.f6yt-ftr-col-list li {
    position: relative
}

.f6yt-ftr-col-list li:not(:last-child) {
    margin-right: 25px
}

.f6yt-ftr-col-list a {
    display: inline-block;
    color: #d7d7d7;
    font-size: 13px;
    font-weight: 400;
    position: relative
}

.f6yt-ftr-col-list a:hover {
    color: #fff;
    text-decoration: underline
}

.f6yt-ftr-col-list li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    width: 1px;
    height: 100%;
    background: rgba(215, 215, 215, .2);
    display: none
}

@media(max-width:550px) {
    .f85tr-r0w .f85tr-col:not(:last-child) {
        margin: 10px auto
    }
    .f85tr-col {
        width: 100%;
        margin: 0 auto;
        max-width: 320px
    }
    .f85tr-r0w .f85tr-col:not(:last-child) {
        margin: 0
    }
    .f85tr-col {
        margin: 0
    }
    [data-f3t303r-head] {
        cursor: pointer;
        position: relative;
        padding-right: 20px
    }
    [data-f3t303r-head]:after,
    [data-f3t303r-head]:before {
        content: '';
        position: absolute;
        top: 8px;
        right: 0;
        width: 12px;
        height: 1px;
        background: #fff;
        transition: all .3s ease-in-out
    }
    ._f85tr-s0m3d a {
        font-size: 24px;
        margin: 5px 15px 5px 0;
        padding: 10px 10px
    }
}

[data-xf247-popup] {
    display: none
}

.ftrbtm-mncntnr {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 20px 20px;
    background: #303948;
    color: #fff;
    font-size: 13px
}

.ftrbtm-mnwrapr {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.ftrbtm-colbtn {
    margin-right: 20px
}

.ftrbtm-btn-prim {
    color: #fc9c6f;
    border: 1px solid #fc9c6f;
    line-height: 1;
    padding: 5px 10px 6px;
    transition: all .3s ease-in-out
}

.ftrbtm-btn-prim:hover {
    background: #fc9c6f;
    color: #fff
}

.ftrbtm-col-big {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.ftrbtm-tollfree {
    margin-right: 20px;
    position: relative
}

.ftrbtm-tollfree:after {
    content: '';
    position: absolute;
    top: 10%;
    right: -10px;
    width: 1px;
    height: 80%;
    background: #fff
}

.ftrbtm-tollfree a {
    color: #fff
}

.ftrbtm-sales {
    display: none
}

.ftrbtm-sales a {
    color: #fff
}

@media screen and (max-width:1024px) {
    .ftrbtm-smslin {
        display: none
    }
    .ftrbtm-tollfree {
        margin: 0
    }
    .ftrbtm-tollfree:after {
        display: none
    }
}

@media screen and (max-width:600px) {
    .ftrbtm-colbtn,
    .ftrbtm-smslin {
        display: none
    }
    .ftrbtm-sales {
        display: block
    }
}

._f9s0m-sc-ico {
    display: block;
    position: relative;
    background: url('/img-assets/footer-social-media-icon.png') no-repeat;
    width: 26px;
    height: 26px;
}

._f9s0m-fb {
    background-position: 0;
}

._f9s0m-twit {
    background-position: 25%;
}

._f9s0m-lnkd {
    background-position: 50%;
}

._f9s0m-insta {
    background-position: 75%;
}

._f9s0m-utub {
    background-position: 100%;
}

._f9s0m-sc-wrap:hover {
    opacity: 1;
    background: unset !important;
}

i {
    margin-right: unset !important;
}

/* New css blog header */

.mw-menu-left {
    justify-content: space-between;
}

.mw-menu-mncol-1 {
    width: 100%;
}

.mw-menu-logo {
    display: flex;
    align-items: center;
}

.mw-menu-blg {
    color: #373737;
    font-size: 18px;
    font-weight: 400;
    margin-left: 8px;
}