.header {
    position: relative;
    background: #6757ff;
    width: 100%;
    z-index: 10;
    top: 0
}

.nopad .header {
    position: relative;
    background: #6757ff;
}

.nav {
    width: 100%
}

.nav .nav-button {
    border: none;
    position: absolute;
    height: 35px;
    width: 24px;
    right: 30px;
    top: 26px;
    font-size: 2em;
    line-height: 1;
    border-radius: 3px;
    cursor: pointer;
    background: transparent;
    padding: 0
}

@media only screen and (min-width: 1248px) {
    .nav .nav-button {
        display:none
    }
}

.nav .nav-button span {
    width: 24px;
    height: 3px;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    position: relative;
    top: -3px;
    right: 0
}

.nav .nav-button:after,.nav .nav-button:before {
    border-radius: 3px;
    width: 24px;
    height: 3px;
    right: 0;
    content: "";
    background: #fff;
    position: absolute;
    top: 7px
}

.nav .nav-button:after {
    top: 14px
}

.nav .brand {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    color: #fff
}

.nav .brand img {
    display: block
}

@media only screen and (max-width: 1247px) {
    .nav .brand img {
        width:120px
    }
}

.nav__inner {
    display: flex;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
    flex-direction: column;
    position: relative
}

@media only screen and (min-width: 1248px) {
    .nav__inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
}

.nav__menu-container {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: opacity .4s ease .5s;
    width: 100%
}

@media only screen and (min-width: 1248px) {
    .nav__menu-container {
        opacity:1;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 30px;
        padding-top: 0;
        max-height: none;
        overflow: visible
    }
}

.nav__menu-container.open {
    opacity: 1;
    padding: 20px 0;
    overflow: visible;
    max-height: 580px;
    max-height: 900px
}

@media only screen and (min-width: 1248px) {
    .nav__menu-container.open {
        padding:0 0 0 30px;
        overflow: visible;
        max-height: none
    }
}

.nav .menu {
    margin: 0;
    justify-content: center;
    text-transform: uppercase
}

.nav .menu li>a {
    font-size: 20px;
    padding: 2px 0
}
.nav .menu li>a:focus{
    outline: none;
}
@media only screen and (min-width: 1248px) {
    .nav .menu {
        display:flex;
        justify-content: space-between
    }
}

@media only screen and (min-width: 1248px) {
    .nav .menu--secondary {
        display:flex;
        justify-content: center;
        align-items: center
    }
}

.nav .menu--secondary .cta {
    font-size: 1.25rem;
    margin-top: 10px
}

@media only screen and (min-width: 1248px) {
    .nav .menu--secondary .cta {
        margin:0 0 0 .5rem
    }
}

.nav .menu .submenu {
    transition: all .3s ease;
    overflow: hidden;
    transform: translateY(20px)
}

.nav .menu .submenu:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 20px;
    width: 7px;
    height: 7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    display: none
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu:before {
        display:block
    }
}

@media only screen and (max-width: 1247px) {
    .nav .menu .submenu {
        margin:0 -20px
    }
}

.nav .menu .submenu .menu__item-help {
    display: none
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu {
        grid-gap: 0;
        grid-template-rows: repeat(6 1fr);
        grid-auto-flow: column
    }

    .nav .menu .submenu .plc {
        position: relative;
        grid-column: 1;
        grid-row: span 2;
        border-right: 1px solid #e1e1eb
    }

    .nav .menu .submenu .plc a {
        padding: 15px 25px 15px 15px
    }

    .nav .menu .submenu .plc:not(:nth-of-type(3)) a:after {
        content: "";
        background: #e1e1eb;
        height: 1px;
        bottom: 0;
        left: 10%;
        width: 80%;
        display: block;
        position: absolute
    }

    .nav .menu .submenu .plc:hover:after {
        display: none
    }

    .nav .menu .submenu .plp {
        grid-column: 2;
        grid-row: span 3;
        position: relative
    }

    .nav .menu .submenu .plp.menu__item-managed {
        grid-row: span 3
    }

    .nav .menu .submenu .plp.menu__item-managed a:after {
        content: "";
        background: #e1e1eb;
        height: 1px;
        top: 0;
        left: 10%;
        width: 80%;
        display: block;
        position: absolute
    }

    .nav .menu .submenu .plp.menu__item-managed:hover a:after {
        display: none
    }

    .nav .menu .submenu .menu__item-help {
        background: #f6f5ff;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        grid-column: 3;
        grid-row: span 6;
        border-left: 1px solid #e1e1eb;
        text-transform: none;
        padding: 25px
    }

    .nav .menu .submenu .menu__item-help .content {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center
    }

    .nav .menu .submenu .menu__item-help .cta {
        padding: .65em 1em
    }

    .nav .menu .submenu .menu__item-help strong {
        position: relative;
        display: inline-block;
        line-height: 1.5;
        margin-bottom: .5em
    }

    .nav .menu .submenu .menu__item-help strong:after {
        content: "";
        height: 3px;
        width: 100%;
        background: #0371f1;
        display: inline-block
    }

    .nav .menu .submenu .menu__item-help strong+p {
        margin: auto auto .75em
    }
}

.nav .menu .submenu li {
    display: flex;
    flex-direction: row;
    padding: 0;
	margin-bottom: 0;
}

.nav .menu .submenu li:first-child>a {
    border-top: none
}

.nav .menu .submenu li>a {
    padding: 15px 10px;
    background: #f6f5ff;
    color: #111;
    display: flex;
    align-items: center;
    font-size: 1em;
    line-height: 1;
    border-top: 1px solid #c4c4c4;
    transition: box-shadow .3s ease;
    box-shadow: 0 0 0 rgba(17,17,17,.1);
    position: relative;
    width: 100%
}

.nav .menu .submenu li>a:before {
    display: none
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu li>a {
        border-top:none;
        padding: 15px
    }
}

.nav .menu .submenu li>a:focus,.nav .menu .submenu li>a:hover {
    text-decoration: none
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu li>a:focus,.nav .menu .submenu li>a:hover {
        box-shadow:0 0 20px rgba(17,17,17,.2);
        z-index: 10;
        border: none
    }
}

.nav .menu .submenu li>a img {
    width: 50px;
    margin-right: .75em
}

.nav .menu .submenu li>a .content {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #595959;
    font-size: .9em;
    width: 100%
}

.nav .menu .submenu li>a .content p,.nav .menu .submenu li>a .content span,.nav .menu .submenu li>a .content strong {
    text-decoration: none;
    margin: 0 0 .75em
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu li>a .content p,.nav .menu .submenu li>a .content span,.nav .menu .submenu li>a .content strong {
        margin:0
    }
}

.nav .menu .submenu li>a .content .price {
    text-transform: none;
    color: #6757ff;
    margin-bottom: 0
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu li>a .content .price {
        position:absolute;
        top: 26px;
        right: 0;
        font-size: .8em
    }
}

.nav .menu .submenu li>a .content p {
    font-size: 1em;
    text-transform: none
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu li>a .content p {
        padding-right:34%;
        margin: .25em 0 0
    }
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu li>a {
        line-height:normal
    }
}

@media only screen and (min-width: 1248px) {
    .nav .menu .submenu {
        overflow:visible;
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
        max-height: none;
        background: #fff;
        border-radius: 3px;
        width: 70vw;
        max-width: 1200px;
        color: #515151;
        box-shadow: 0 0 20px rgba(17,17,17,.25)
    }
}

.nav .menu .menu__item--has-submenu>a {
    position: relative;
    display: flex;
    align-items: center
}

.nav .menu .menu__item--has-submenu>a>i,.nav .menu .menu__item--has-submenu>a>svg {
    display: block;
    margin-left: .5em;
    position: relative;
    font-size: .8rem
}

.nav .menu li {
    font-weight: 500;
    position: relative
}

@media only screen and (min-width: 1248px) {
    .nav .menu li {
        padding:0 1.25em 0 0
    }

    .nav .menu li:last-child {
        padding-right: 0
    }
}

.nav .menu li>a {
    color: inherit;
    display: block;
    position: relative
}

@media only screen and (min-width: 1248px) {
    .nav .menu li>a:before:not(.cta--login) {
        content:"";
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        transform: translateY(10px);
        bottom: -7px;
        opacity: 0;
        left: 0;
        right: 0;
        width: 80%;
        margin: 0 auto;
        transition: all .3s ease
    }
}

.nav .menu li>a.chat {
    color: #87ffc5;
    text-transform: none
}

.nav .menu li>a.chat>i,.nav .menu li>a.chat>svg {
    display: inline-block;
    margin-right: .4em
}

@media only screen and (min-width: 1248px) {
    .nav .menu li>a.chat {
        padding-left:1em;
        #border-left:2px solid #fff}
}

@media only screen and (min-width: 1248px) {
    .nav .menu li>a {
        line-height:1;
        font-size: 1.125rem
    }
}

.nav .menu li>a:focus:before,.nav .menu li>a:hover:before {
    transform: translateY(0);
    opacity: 1
}

.header ul{
	padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.cta {
    width: 270px;
    max-width: 90%;
    font-size: 1.5rem;
    transition: all .3s ease;
    border-radius: 7px;
    display: inline-block;
    padding: .542em 1rem;
    text-align: center;
    border: none;
    background: transparent;
    line-height: 1.2;
}
.cta--login {
    background: #fff;
    color: #6757ff !important;
    max-width: 140px;
    font-size: 1.25rem;
    text-transform: none;
    transition: all .3s ease;
    padding: .25em 1em;
}
.cta--login:focus, .cta--login:hover {
    text-decoration: none !important;
    background: #000;
    color: #fff !important;
}
@media only screen and (min-width: 1248px) {
    .cta--login {
        padding: .75em 1em;
        line-height: 2 !important;
    }
}

.menu__item--has-submenu .submenu {
    display: none;
}
.menu__item--has-submenu.open .submenu {
		display: grid;
}
@media only screen and (min-width: 1248px) {
	
}
.header-caret-down{
	width: 16px;
}
.header-headset-solid{
width: 18px;
}