* {
  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: 728px;
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #374550;
  overflow: hidden;
  visibility: hidden;
  background: #ffffff;
}

.IRI_mainContainer {
  transform: translate(442px, 0px);
  background-color: #FFFFFF;
}

#IRI_mainContainer div {
  pointer-events: auto;
}

div {
  position: absolute;
}

sup {
  line-height: 0px;
}

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

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

/*----------------------------- reusable class */
.adSize {
  background-size: 728px 90px;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  background-size: contain;
  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;
}

.transition2 {
  -webkit-transition: all 6s linear;
  -moz-transition: all 6s linear;
  -ms-transition: all 6s linear;
  transition: all 6s linear;
}

.transition3 {
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -ms-transition: all 0.9s linear;
  transition: all 0.9s linear;
}

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

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

i {
  font-style: italic;
}

b {
  font-weight: 700;
}

.hidden {opacity: 0;}

.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;
}

/*----------------------------- Frame Copies */

#frame1_container {
  opacity: 1;
}

#ctaText {
  position: absolute;
  font-size: 13px;
  color: #FFFFFF;
  top: 55px;
  left: 287px;
  letter-spacing: -0.1px;
}

#f1copy1 {
  position: absolute;
  font-size: 18px;
  color: #F15E22;
  top: 37px;
  left: 72px;
  text-shadow: 0px 3px 6px #00000027;
  line-height: 18px;
}

#subcopy2 {
  position: absolute;
  font-size: 9px;
  color: #FFFFFF;
  top: 72px;
  left: 198px;
  text-shadow: 0px 1px 2px #000000;
}

#f2copy {
  width: 728px;
  height: 90px;
  position: absolute;
}

#f2copy1 {
  font-size: 15px;
  color: #F15E22;
  text-shadow: 0px 3px 6px #00000027;
  top: 38px;
  left: 80px;  
  text-align: center;
  line-height: 16px;
}

#f2subcopy1 {
  top: 11px;
  left: 326px;
  font-size: 10px;
  color: #ffffff;
  text-shadow: 0px 1px 2px #000000;
  text-align: left;
  line-height: 1.1;
}


#circle1_container {
  overflow: hidden;
  clip-path: polygon(50% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 50% 0, 50% 50%); 
  height: 443px;
  width: 443px;
  top: -162px;
  left: -63.5px;
}


.wipeAnimation{
  -webkit-animation: 6s linear 0s 1 forwards wipe;
  animation: 6s linear 0s 1 forwards wipe;
}


@keyframes wipe {
  0%{ clip-path: polygon(50% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 50% 0, 50% 50%); }
  12.5%  { clip-path: polygon(50% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 50% 50%); }
  25% { clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 50% 50%); }
  37.5% { clip-path: polygon(50% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 50%); }
  50% { clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 50%);  }
  62.5% { clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%, 0 100%, 50% 50%);  }
  75% { clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 0 50%, 0 50%, 50% 50%);  }
  87% { clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0, 0 0, 0 0, 50% 50%); }
  100%{ clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0, 0 0, 50% 0, 50% 50%); }
}

#circle1 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 433px;
  height: 433px;
  top: 10px;
  left: 10px;
  }

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

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

#isiHeader {
  width: 280px;
  height: 17px;
  top: 16px;
  left: 1px;
  display: flex;
  align-items: center;
  letter-spacing: -0.22px;
}

.ihText {
  color: #107E9A;
    font-size: 11px;
    line-height: 11px;
    top: 4px;
    left: 23px;
}

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

#isiBtnP {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 260px;
  top: 1px;
  cursor: pointer;
}

#isiBtnM {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 260px;
  top: -10px;
  left: 6px;
  cursor: pointer;
  /* opacity: 0; */
}

#isiHeaderBottom {
  display: flex;
  align-items: center;
  width: 286px;
  height: 16px;
  top: 74px;
  background-color: #F15E22;
}

#IRI_mainContainer {
  pointer-events: all;
}

#isiContainer {
  width: 272px;
  height: 561px;
  overflow: hidden;
  cursor: default;
  background-color: #FFFFFF;
}

#isiContent {
  left: 6px;
  position: absolute;
  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 {
  font-size: 11px;
  right: 19px;
  color: #ffffff;
  cursor: pointer;
}

#footerArrow {
  background-size: contain;
  top: -1px;
  right: -18px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

#scrollBg {
  width: 5px;
  right: 3px;
  top: 23px;
  height: 48px;
  background-color: #f3f0ef;
  /* border: 1px solid #707070; */
}

#scrollBar {
  width: 5px;
  height: 30px;
  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);
}

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

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

.sub_headertxt {
  color: #374550;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: -0.2px;
  line-height: 15px;
  padding-top: 4px;
}

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

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

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

.reg_text sup {
  font-size: 11px;
  top: 5px;
  position: relative;
}

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

.bullet {
  color: #F15E22;
  position: absolute;
  font-size: 22px;
  left: -2px;
}

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


#abbvieLogo {
  background-size: contain;
  width: 445px;
  height: 18.5px;
  margin: 8px 0px 0px -2px;
  position: relative;
}


/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
  /* #abbvieLogo {height: 26px;}
  .reg_text sup {top: 4px;}
  .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: 0.001dpcm) {
  @media {
    /* .reg_text sup {top: 4px;}
    .isi_footer sup {top: 0px;} */
  }
}
