.c-multiaccount {
    position: relative;
    font-size: 16px;
    color: #fff
}

.c-multiaccount * {
    box-sizing: border-box
}

.c-multiaccount__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .75em;
    min-width: 2.3125em;
    height: 2.3125em;
    border-left: 1px solid #ccc;
    box-shadow: inset 0 50px 25px -25px #1f72af;
    background: #174b73;
    color: inherit;
    transition: background-color .3s ease,box-shadow .3s ease
}

.c-multiaccount__link:before {
    content: attr(data-title);
    opacity: 0;
    position: absolute;
    top: 3.33333em;
    left: .16667em;
    z-index: -1;
    padding: .41667em;
    width: 20.83333em;
    height: auto;
    background: #fff;
    font-size: .75em;
    color: #1a5685;
    transition: opacity .2s linear
}

.c-multiaccount__link:hover {
    box-shadow: none
}

.c-multiaccount__link:hover:before {
    opacity: 1;
    z-index: 1
}

.c-multiaccount__content {
    display: none;
    position: absolute;
    top: 2.375em;
    left: 0;
    z-index: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 14.375em;
    box-shadow: 0 .0625em .375em rgba(0,0,0,.5)
}

.c-multiaccount__content.blocked {
    pointer-events: none!important
}

.c-multiaccount__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 8.75em;
    overflow: auto
}

.c-multiaccount__account,.c-multiaccount__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.c-multiaccount__account {
    cursor: pointer;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2.15385em;
    background: #1f72af;
    font-size: .8125em;
    color: hsla(0,0%,100%,.7);
    transition: color .2s linear;
    padding-left: 2.69231em
}

.c-multiaccount__account:not(:last-of-type) {
    border-bottom: 1px solid #1a5685
}

.c-multiaccount__account:before {
    content: "\f2bd";
    position: absolute;
    top: 50%;
    left: 1.15385em;
    font-family: FontAwesome,sans-serif;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: color .2s linear
}

.c-multiaccount__account:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    width: .38462em;
    height: 100%;
    background: #759e2c;
    transition: opacity .2s linear;
    left: 0
}

.c-multiaccount__account--active,.c-multiaccount__account:hover {
    color: #fff
}

.c-multiaccount__account--active:after,.c-multiaccount__account:hover:after {
    opacity: 1
}

.c-multiaccount__add {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2.69231em;
    background: #84b232;
    text-transform: uppercase;
    font-size: .8125em;
    transition: background .2s linear
}

.c-multiaccount__add:before {
    content: attr(data-title);
    opacity: 0;
    position: absolute;
    top: 3.08333em;
    left: .16667em;
    z-index: -1;
    padding: .41667em;
    width: 20.83333em;
    height: auto;
    background: #fff;
    text-transform: none;
    font-size: .92308em;
    color: #1a5685;
    transition: opacity .2s linear
}

.c-multiaccount__add .fa-plus-circle {
    margin-right: .38462em
}

.c-multiaccount__add:hover {
    background: #93c638
}

.c-multiaccount__add:hover:before {
    opacity: 1;
    z-index: 1
}

.c-multiaccount__cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2)
}

.c-multiaccount__content.blocked .c-multiaccount__cover,.multiaccount-popup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.multiaccount-popup {
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.14286em;
    width: 29.28571em;
    border-radius: .21429em;
    box-shadow: 0 0 .42857em 0 #000;
    background: #fff;
    font-size: 1.16667em
}

.multiaccount-popup,.multiaccount-popup * {
    box-sizing: border-box
}

.multiaccount-popup__close {
    position: absolute;
    top: .42857em;
    z-index: 1;
    cursor: pointer;
    width: 1.42857em;
    height: 1.42857em;
    right: .42857em
}

.multiaccount-popup__close:after,.multiaccount-popup__close:before {
    content: "";
    position: absolute;
    top: calc(50% - .07143em);
    width: 100%;
    height: .14286em;
    background-color: #1a5685;
    left: 0
}

.multiaccount-popup__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.multiaccount-popup__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.multiaccount-popup__close:hover:after,.multiaccount-popup__close:hover:before {
    background-color: #1f72af
}

.multiaccount-popup__title {
    width: 75%;
    margin-bottom: .37037em;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.92857em;
    font-weight: 700;
    line-height: 1.18519em;
    color: #174b73
}

.multiaccount-popup__fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: .71429em
}

.multiaccount-popup__cover {
    position: absolute;
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 2
}

.multiaccount-popup.blocked .multiaccount-popup__cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

/*
     FILE ARCHIVED ON 09:09:18 Jun 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:22:33 May 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.795
  load_resource: 269.82
  PetaboxLoader3.resolve: 223.716
  PetaboxLoader3.datanode: 3.333
*/
