* {
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
/*    -ms-backface-visibility: hidden;*/
    -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);

    font-family: 'Fira Sans', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
}

body {
    -moz-user-select: none;
}

p {
}

* {
    font-size: 100%;
}

#container {
    width: 160px;
    height: 600px;
    box-sizing: border-box;
    border: 1px solid #000000;
    overflow: hidden;
    visibility: hidden;
    background: #182430;
}

.IRI_mainContainer {
    width: 160px;
    height: 600px;
    top: -1px;
    left: -1px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
}

#IRI_mainContainer div {
    pointer-events: auto;
}

div {
    position: absolute;
}

/* sub {
    vertical-align: top;
    font-size: 7px;
}
*/
sup {
    line-height: 0px;
}

.wrapper {
    width: 160px;
    height: 600px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}

.wrapper *, #cta {
    background-repeat: no-repeat;
}

.adSize {
    background-size: 160px 600px;
    width: 160px;
    height: 600px;
    top: 0px;
    left: 0px;
}

.divImage{
    background-size: contain;
    background-repeat: no-repeat;
}

.transition {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a {
    text-decoration: none;
    color: #ffffff;
}

i {
    font-style: italic;
}

b {
    font-weight: 700;;
}

u {
    text-decoration: underline;
}

.hidden {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.fadeUp {
    opacity: 0;
    transform: translate(0px,10px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slideLeft {
    transform: translate(150px,0px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slideUp {
    transform: translateY(150px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slower {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.faster {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.firaSansLight {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}

.firaSansReg {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

.firaSansMed {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

.firaSansSemi {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
}

.firaSansBold {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
}

.orange {
    text-shadow: #F18922 0px 0 6px;;
}

.orange1 {
    text-shadow: #F15E22 0px 0 6px;;
}

#f1copy{
    top: 70px;
    left: 31px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    opacity:0;
}


#ctatop{
    position:absolute;
    top: -10px;
    right: 0px;

    width:120px;
    height:25px;

    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0);
}

#ctatoptext{
    position:relative;
    top: 12px;
    left: 18px;
    color: #FFFFFF;
    font-size: 11px;
}


#logo {
    width: 169px;
    height: 42px;
    position:absolute;
    top: 14px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(208px, 0px);
}

#blueBar {
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    transform: translate(0px,0px);
    left: 0px;
    width: 181px;
    height: 302px;
}

#copyCont {
    top: 217px;
    left: 0px;
    overflow: hidden;
    width: 181px;
    height: 302px;
    /* border: 1px solid #fff; */
    box-sizing: border-box;
    transform: translate(0px,150px);
}

#qButton {
    background-size: contain;
    background-repeat: no-repeat;
    width: 116px;
    height: 65px;
    top: 206px;
    left: 18px;
    transform: scale(0);
}

#f2Copy {
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    top: 78px;
    left: 16px;
    line-height: 14px;
    text-align:center;
}

#f3Copy {
    width: 160px;
    height: 250px;
    top:130px;
    color: #ffffff;
}

#f3Copy1 {
    font-size: 10px;
    left: 12px;
    letter-spacing: -0.05px;
}

#f3Copy2 {
    font-size: 14px;
    left: 26px;
    line-height: 14px;
    text-align:center;
}

#f3Copy3 {
    font-size: 9px;
    left: 10px;
    line-height: 10px;
    letter-spacing: -0.055px;
    text-align:center;
}

#f3Copy3 sup {
    font-size: 5px;
}

#f3Copy4 {
    font-size: 9px;
    left: 25px;
    letter-spacing: -0.03px;
    text-align:center;
}

#f3Copy4 sup {
    font-size: 5px;
}

#f3Copy5 {
    font-size: 9px;
    left: 15px;
    letter-spacing: -0.05px;
    line-height: 10px;
    text-align:center;
}

#f3Copy6 {
    font-size: 9px;
    left: 40px;
}


#f4Copy {
    width: 160px;
    height: 250px;
    top:150px;
    color: #ffffff;
}

#f4Copy1 {
    font-size: 14px;
    left: 17px;
    line-height: 15px;
    text-align:center;
}

#f4Copy2 {
    font-size: 11px;
    left: 37px;
}

#f4Copy2 sup {
    font-size: 6px;
    position: absolute;
    top: 4px;
}

#learn_cta {
    font-size: 13px;
    color: #ffffff;
    background: linear-gradient(90deg,#D2A847,#F06023);
    width: 103px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 14px;
    top: 344px;
    left: 31px;
    padding-top: 5px;
    padding-left: 10px;
    letter-spacing: -0.1px;
    transform: scale(0);
}

#ctaArrow {
    position: absolute;
    width: 9px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    right: 7px;
}

.copy{
    position: relative;
}



.overallclick {
    position: absolute;
    width: 160px;
    height: 600px;
    top: 0px;
    pointer-events: all;
}

.fda {
    color: #444545;
    text-decoration: none;
}

/* -------------------- ISI -------------------- */

#isiHeader {
    width: 160px;
    height: 44px;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    transform: translate(0px,0px);
}

.ihText {
    color: #F15E22;
    font-size: 13px;
    letter-spacing: -0.3px;
    top: 13px;
    left: 7px;
}

#isiBtnP {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 2px;
    top: 0px;
    cursor: pointer;
    left: 6px;
}

#isiBtnM {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 3px;
    top: 5px;
    cursor: pointer;
    left: 6px;
}



#isiBg {
    display: none;
    background-color: #ffffff;
}

#isiContainer {
    width: 160px;
    height: 600px;
    /* height: 1243px; */
    overflow: hidden;
    cursor: default;

    -webkit-transform: translate(0px, 181x);
    -moz-transform: translate(0px, 181x);
    -ms-transform: translate(0px, 181x);
    -o-transform: translate(0px, 181x);
    transform: translate(0px, 181x);
    padding-top: 14px;
}

#isiContent {
    position: absolute;
    left: 7px;
    width: 142px;
    line-height: 7px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#isiHeaderBottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 160px;
    height: 28px;
    bottom: 0px;
    background-color: #F15E22;
}

#ihTextBottom {
    position: relative;
    padding-right: 11px;
    font-size: 11px;
    letter-spacing: -0.2px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    left: 5px;
}

#footerArrow {
    background-size: contain;
    background-repeat: no-repeat;
    top: 7px;
    right: 5px;
    width: 14px;
    height: 14px;
    display: inline-block;
}

#scrollBg {
    width: 5px;
    right: 8px;
    top: 0px;
    height: 53px;
    background-color: #F3F0EF;
    overflow: hidden;

    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#scrollBar {
    width: 5px;
    background-color: #107E9A;
    cursor: pointer;

    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.reg_sup {
    position: relative;
    font-size: 8px;
    top: 0px;
}

.sub_headertxt {
    color: #F15E22;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -0.25px;
    line-height: 12px;
    padding-top: 6px;
}

.headertxt {
    color: #F15E22;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -0.25px;
    line-height: 13px;
}

.reg_text {
    color: #000000;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -0.25px;
    padding-top: 5px;
}

.isi_footer {
    color: #000000;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    padding-top: 4px;
}

.reg_text sup {
    font-size: 7px;
    top: 1px;
    position: relative;
}

.isi_footer sup {
    font-size: 6px;
    position: relative;
    top: 2px;
}

.bullet_main {
    color: #374550;
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
    padding-left: 8px;
    padding-top: 5px;
}

.bullet {
    color: #374550;
    position: absolute;
    margin-top: -1px;
    left: 0px;
    font-weight: 700;
    font-size: 15px;
    line-height: 12px;
}

#abbvieLogo {
    background-size: contain;
    background-repeat: no-repeat;
    width: 148px;
    height: 25px;
    margin: 18px 0px 11px -4px;
    position: relative;
}

#bg_f3,
#bg_f4{
    background-color: #182430;
    width: 100%;
}

#slide3arrow{
    width: 91px;
    height: 39px;
    position: absolute;
    top: 88px;
    left: -37px;
    opacity: 0;
    background-size: contain;
}

#slide3text{
    width: 126px;
    height: 106px;
    position: relative;
    left: 10px;
    top: 158px;
    z-index: 100;
    opacity: 0;
    background-size: contain;
}

#slide3logo{
    width: 98px;
    height: 41px;
    position: absolute;
    right: 14px;
    top: 4px;
    opacity: 0;
    background-size: contain;
}

#slide4art{
    width: 107px;
    height: 54px;
    position: absolute;
    top: 69px;
    left: 25px;
    opacity: 0;
    background-size: contain;
}

#slide4text{
    width: 86px;
    height: 110px;
    position: absolute;
    left: 47px;
    top: 158px;
    opacity: 0;
    background-size: contain;
}

#slide2print{
    width: 76px;
    height: 16px;
    position: absolute;
    top: 0px;
    right: 0;
    background-size: contain;
}

.slideRight3 {
    transform: translate(67px,0px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#rightcta{
    height: 21px;
    width: 21px;
    background-size: contain;
    position: relative;
    display: inline-block;
    top: -5px;
}

#now_cta > span{
    position: relative;
    top: -11px;
}

#now_cta,
#now_cta2 {
    font-size: 11px;
    color: #F15E22;
    /* background: linear-gradient(90deg,#D2A847,#F06023); */
    width: 111px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 14px;
    top: 9px;
    left: 77px;
    padding-top: 6px;
    padding-left: 8px;
    letter-spacing: -0.1px;
    transform: scale(0);
    background-color: #fff;
    border: 1px solid #F15E22;
    right: 0;
    left: auto;
    top: 300px;
}

#isiContent p a{
    color: #F15E22;
}

.reg_text li{
    margin-top: 2px;
    margin-bottom: 2px;
}

.reg_list{
    list-style-type: disc;
    padding-left: 14px;
}

.reg_list > strong{
    color:#374550;
}

.isiadjuster{
    width: 100%;
    position: relative;
    top: 0px;
    background-color: #fff;
    height: 39px;
}

.isiadjuster:hover{
    cursor: pointer;
}

#callout{
    position: absolute;
    top: 278px;
    left: 7px;
    opacity: 0;
    color: #fff;
    font-size: 9px;
}

#square{
    background-size: contain;
    position: absolute;
    top:0;
    right:0;
    height: 16px;
    width: 16px;
}

.isitoggle{
    font-size: 11px;
    text-transform: uppercase;
    color:#107E9A;
    left: 27px;
    font-weight: 500;
}

#bg_cover{
    width: 100%;
    height: 100%;
    z-index: 100;
    background-size: contain;
}   

.z100{
    z-index: 100;
}

/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
    #isiContainer, #footer {
        margin-top: -1px;
    }
    .reg_text sup {
        top: 0px;
    }
    .isi_footer sup {
        top: 0px;
    }
}

/* Property Work's For Internet Explorer Edge Only */
@supports (-ms-ime-align: auto) {}

/* Property Work's For Internet Explorer 11, 10 Only */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}


/*Safari only*/
@media not all and (min-resolution:.001dpcm) { @media {
    .reg_text sup {
        top: 0px;
    }
    .isi_footer sup {
        top: 0px;
    }
}}