* {
  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);
}

*img {  image-rendering: -webkit-optimize-contrast;}

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

p {
}

* {
  font-size: 100%;
}

#container {
  width: 300px;
  height: 250px;
  border: 1px solid #374550;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  background: #ffffff;
}

#IRI_mainContainer div {
  pointer-events: auto;
}

div {
  position: absolute;
}

sup {
  line-height: 0px;
}

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

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

.adSize {
  background-size: 300px 250px;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
}

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

.Notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

i {font-style: italic;}
b {font-weight: 700;}
a {text-decoration: none; color: #F15E22;}
u {text-decoration: underline;}

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

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

.slideLeft {
  transform: translate(300px, 0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s 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;
}
#pill{
  width: 216px;
  height: 95px;
  background-size: 300px 250px;
  background-repeat: no-repeat;
  clip-path: polygon(50% 0, 50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  top: 20px;
  left: 40px;
}
#pill div{
  margin-top: -20px;
  margin-left: -40px;
}
#pill_text{
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #F15E22;
  text-align: left;
  top: 49px;
  left: 69px;
  line-height: 18px;
}
#pill_text2{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #FFFFFF;

  top: 105px;
  left: 188px;
  filter: drop-shadow(0px 1px 1.5px #000000);
}
#pill_footnote{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #FFFFFF;
  text-align:left;

  top: 84px;
  left: 69px;
/*  letter-spacing: -0.03px;*/
  line-height: 9px;
  text-shadow: 0px 3px 6px #000000;
}
#cta_text {
  position: absolute;
  top: 130px;
  left: 138px;
  letter-spacing: -0.15px;

  font-size: 13px;
  color: #ffffff;
}
#copy{
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;

  top: 3px;
  left: 5px;
  line-height: 17px;  
  filter: drop-shadow(0px 0px 6px #374550);
}
#copy2{
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #F15E22;
  text-align: center;

  top: 36px;
  left: 33px;
}
#copy3{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #FFFFFF;
  text-align:center;

  top: 66px;
  left: 16px;
/*  letter-spacing: -0.03px;*/
  line-height: 9px;
}

.overallclick {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  pointer-events: all;
}
/*IMAGES*/

#orangeCircle,#ochreCircle,#tealCircle2,#orangeCircle2,#ochreCircle2{
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transform: rotate(0deg);
  /* -webkit-transition: all 6.5s linear,clip-path 2s linear;
  -moz-transition: all 6.5s linear,clip-path 2s linear;
  -ms-transition: all 6.5s linear,clip-path 2s linear;
  transition: all 6.5s linear,clip-path 2s linear; */
  -webkit-transition: all 57s linear,clip-path 2s linear;
  -moz-transition: all 57s linear,clip-path 2s linear;
  -ms-transition: all 57s linear,clip-path 2s linear;
  transition: all 57s linear,clip-path 2s linear;
}

#tealCircle{
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transform: rotate(0deg);
  /* -webkit-transition: all 3s linear,clip-path 2s linear;
  -moz-transition: all 3s linear,clip-path 2s linear;
  -ms-transition: all 3s linear,clip-path 2s linear;
  transition: all 3s linear,clip-path 2s linear; */
  -webkit-transition: all 53s linear,clip-path 2s linear;
  -moz-transition: all 53s linear,clip-path 2s linear;
  -ms-transition: all 53s linear,clip-path 2s linear;
  transition: all 53s linear,clip-path 2s linear;
}

#orangeCircle{
  width: 88.5px;
  height: 88.5px;
  top: -29px;
  left: -22px;
}
#ochreCircle{
  width: 95.25px;
  height: 95.25px;
  left: -25.5px;
  top: -32.5px;
  transform: rotate(190deg);
}
#tealCircle{
  width: 59.5px;
  height: 59.5px;
  top: -14px;
  left: -8px;
  transform: rotate(-218deg);
  clip-path: polygon(0 34%, 50% 38%, 100% 100%, 100% 100%, 0 100%);
}
#circleBottom{
  top: 109px;
  left: 254px;
}
#orangeCircle2{
  width: 88.5px;
  height: 88.5px;
  top: -29px;
  left: -22px;
}
#ochreCircle2{
  width: 95.25px;
  height: 95.25px;
  left: -26.5px;
  top: -33.5px;
  opacity: 1;
  transform: rotate(-166deg);
  clip-path: polygon(0 0, 50% 0,50% 100%, 0% 100%);
}
#tealCircle2{
  width: 59.5px;
  height: 59.5px;
  top: -14px;
  left: -8px;
  transform: rotate(0deg);
  clip-path: polygon(0 0, 45% 0, 45% 50%, 100% 50%, 100% 100%, 0 100%);
}

.orangeCirclesAnimation{
  animation: 57s linear 0s 1 forwards normal orangeCircleAnimationRotate;
  -webkit-animation: 57s linear 0s 1 forwards normal orangeCircleAnimationRotate;
}

.ochreCircleAnimation{
  animation: 57s linear 0s 1 forwards normal ochreCircleAnimationRotate;
  -webkit-animation: 57s linear 0s 1 forwards normal ochreCircleAnimationRotate;
}

.ochreCircle2Animation{
  animation: 57s linear 0s 1 forwards normal ochreCircle2AnimationRotate, 3s linear 0s 1 forwards normal ochreCircle2AnimationClip;
  -webkit-animation: 57s linear 0s 1 forwards normal ochreCircle2AnimationRotate, 3s linear 0s 1 forwards normal ochreCircle2AnimationClip;
}

.tealCircleAnimation{
  animation: 53s linear 0s 1 forwards normal tealCircleAnimationRotate, 3s linear 0s 1 forwards normal tealCircleAnimationClip;
  -webkit-animation: 53s linear 0s 1 forwards normal tealCircleAnimationRotate, 3s linear 0s 1 forwards normal tealCircleAnimationClip;
}

.tealCircle2Animation{
  animation: 53s linear 0s 1 forwards normal tealCircle2AnimationRotate, 3s linear 0s 1 forwards normal tealCircle2AnimationClip;
  -webkit-animation: 53s linear 0s 1 forwards normal tealCircle2AnimationRotate, 3s linear 0s 1 forwards normal tealCircle2AnimationClip;
}

@keyframes orangeCircleAnimationRotate{
  0%{
    transform: rotate(0deg);
  }
  50%{
  }
  100%{
    transform: rotate(4800deg);
  }
}

@keyframes ochreCircleAnimationRotate{
  0%{
    transform: rotate(190deg);
  }
  50%{
  }
  100%{
    transform: rotate(-4800deg);
  }
}

@keyframes ochreCircle2AnimationRotate{
  0%{
    transform: rotate(-166deg);
  }
  50%{
  }
  100%{
    transform: rotate(-4800deg);
  }

}

@keyframes ochreCircle2AnimationClip{
  0%{
    clip-path: polygon(0 0, 50% 0,50% 100%, 0% 100%);
  }

  100%{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

}

@keyframes tealCircleAnimationRotate{
  0%{
    transform: rotate(0deg);
  }
  50%{
  }
  100%{
    /* transform: rotate(240deg); */
    transform: rotate(4800deg);
  }

}
@keyframes tealCircleAnimationClip{
  0%{
    clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  }

  100%{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

}

@keyframes tealCircle2AnimationRotate{
  0%{
    transform: rotate(-218deg);
  }
  50%{
  }
  100%{
    transform: rotate(4800deg);
  }

}
@keyframes tealCircle2AnimationClip{
  0%{
    clip-path: polygon(0 34%, 50% 38%, 100% 100%, 100% 100%, 0 100%);;
  }

  100%{
    clip-path: polygon(0 34%, 50% 0, 100% 0, 100% 100%, 0 100%);
  }

}


#copies{
  width: 216px;
  height: 95px;
  top: 20px;
  left: 40px;
  clip-path: polygon(50% 0%, 50% 50%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);
}
.pillAnimation{
  -webkit-animation: .5s linear 0s 1 forwards normal newanimtion;
  animation: .5s linear 0s 1 forwards normal newanimtion;
}
.copiesAnimation{
  -webkit-animation: .5s linear 0s 1 forwards normal wipe;
  animation: .5s linear 0s 1 forwards normal wipe;
}

@keyframes newanimtion{
  0%{clip-path: polygon(50% 0, 50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0);}
  12%{clip-path: polygon(0 0, 50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0);}
  24%{clip-path: polygon(0 50%, 50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);}
  36%{clip-path: polygon(0 100%, 50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 100%);}
  48%{clip-path: polygon(50% 100%, 50% 50%, 50% 0, 100% 0, 100% 100%, 50% 100%, 50% 100%);}
  60%{clip-path: polygon(100% 100%, 50% 50%, 50% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);}
  72%{clip-path: polygon(100% 50%, 50% 50%, 50% 0, 100% 0, 100% 50%, 100% 50%, 100% 50%);}
  84%{clip-path: polygon(100% 0, 50% 50%, 50% 0, 100% 0, 100% 0, 100% 0, 100% 0);}
  100%{clip-path: polygon(50% 0, 50% 50%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);}
}

@keyframes wipe {
  0%{clip-path: polygon(50% 0%, 50% 50%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);}
  12% {clip-path: polygon(50% 0, 50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);}
  24% {clip-path: polygon(50% 0, 50% 50%, 0 61%, 0 50%, 0 50%, 0 50%, 0 0);}
  36% {clip-path: polygon(50% 0, 50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0);}
  48% {clip-path: polygon(50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 100%, 0 100%, 0 0);}
  60% {clip-path: polygon(50% 0, 50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0);}
  72% {clip-path: polygon(50% 0, 50% 50%, 100% 50%, 100% 50%, 100% 100%, 0 100%, 0 0);}
  84% {clip-path: polygon(50% 0, 50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0);}
  100% {clip-path: polygon(50% 0, 50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0);}
   
}

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

#isiHeader {
  width: 300px;
  height: 18px;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

.ihText {
  color: #107E9A;
  font-size: 11px;
  letter-spacing: 00px;
  line-height: 11px;
  top: 6px;
  left: 27px;
}

#isiBtnP {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 9px;
  top: 3px;
  cursor: pointer;
}

#isiBtnM {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 9px;
  top: -4px;
  cursor: pointer;
}

#isiHeaderBottom {
  display: flex;
  align-items: center;
  width: 300px;
  height: 16px;
  bottom: 0px;
  background-color: #F15E22;
}

#IRI_mainContainer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  width: 300px;
  height: 91px;
  pointer-events: all;
}

#isiContainer {
  width: 300px;
  height: 250px;
  /* height: 1243px; */
  overflow: hidden;
  cursor: default;

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

#isiContent {
  position: absolute;
  left: 9px;
  width: 300px;
  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);
}

#ihTextBottom {
  position: relative;
  font-size: 11px;
  left: 17px;
  /* top: 2px; */
  color: #ffffff;
  cursor: pointer;
}

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

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

#scrollBar {
  width: 5px;
  background-color: #BABABA;
  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);
}

.headertxt {
  color: #F15E22;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: -0.1px;
  line-height: 11px;
}

.reg_text {
  color: #374550;
  font-weight: 300;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: -0.12px;
  padding-top: 5px;
}

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

#registeredSup {
  font-size: 7px;
  top: 1px;
  position: relative;
}

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

.bullet {
  color: #F15E22;
  position: absolute;
  margin-top: -1px;
  left: 0px;
  font-weight: 700;
  font-size: 11px;
}

#abbvieLogo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 107px;
  height: 20px;
  margin: 6px 0px 6px 0px;
  position: relative;
}

/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
  
}

/* 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: 0.001dpcm) {
  @media {

 
  }
}
