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

.IRI_mainContainer {
  transform: translate(0, 158px);
  background-color: #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;
}

/*----------------------------- reusable class */
.adSize {
  background-size: 300px 250px;
  width: 300px;
  height: 250px;
  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 ease;
  -moz-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.transition3 {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s 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(300px, 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: 131px;
  left: 138px;
  letter-spacing: -0.1px;
}

#f1copy1 {
  position: absolute;
  font-size: 20px;
  line-height: 19px;
  color: #F15E22;
  top: 61px;
  left: 47px;
  text-shadow: 0px 3px 6px #00000027;
}

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

#f2copy {
  width: 300px;
  height: 110px;
  position: absolute;
  font-size: 20px;
  color: #F15E22;
  text-shadow: 0px 3px 6px #00000027;
}

#f2copy1 {
  top: 52px;
  left: 53px;
}

#f2copy2 {
  top: 74px;
  left: 43px;
}

#subcopy3 {
  position: absolute;
  font-size: 10px;
  line-height: 11px;
  color: #FFFFFF;
  top: 118px;
  left: 10px;
}


#circle_container {
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 52%, 72% 54%, 42% 55%, 56% 0);
  /* background-color: yellow; */
}

#circleLines {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 433px;
  height: 433px;
  /* top: -148px;
  left: -65px; */
  top: -150px;
  right: -67px;
  transform: rotate(100deg);
  }

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

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

#isiHeader {
  width: 280px;
  height: 17px;
  top: 2px;
  left: 5px;
  display: flex;
  align-items: center;
}

.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: 1px;
  cursor: pointer;
  /* opacity: 0; */
}

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

#IRI_mainContainer,
#IRI_mainContainer {
  pointer-events: all;
}

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

#isiContent {
  position: absolute;
  left: 10px;
  width: 275px;
  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;
  top: 1px;
  font-size: 11px;
  line-height: 0px;
  margin-left: 18px;
  color: #ffffff;
  cursor: pointer;
}

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

#scrollBg {
  width: 5px;
  left: 289px;
  top: 19px;
  height: 51px;
  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: 7px;
  line-height: 12px;
  padding-top: 5px;
}


#abbvieLogo {
  background-size: contain;
  width: 106.5px;
  height: 18.5px;
  margin: 8px 0px 6px 0px;
  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;} */
  }
}
