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

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

p {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform: translateZ(0);
  transform: rotate(0.02);
}

* {
  font-size: 100%;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#container {
  width: 500px;
  height: 250px;
  /* height: 2000px; */
  /*border: 1px solid #c1c1c1;*/
  overflow: hidden;
  visibility: hidden;

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

#collapsed-panel {
  right: 0px;
  top: 0px;
  width: 298px;
  height: 248px;
  border: 1px solid #c1c1c1;
  /* box-sizing: border-box; */
  background-color: #ffffff;
  overflow: hidden;
}
#IRI_mainContainer {
  visibility: hidden;
  opacity:0;
}

div {
  position: absolute;
}

.overallclick {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
}

sup {
  line-height: 0px;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

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

.wrapper * {
  background-repeat: no-repeat;
}

.hidden {
  opacity: 0;
}

.fadeDown {
  opacity: 0;
  transform: translate(0px, -10px);
}

.fadeLeft {
  opacity: 0;
  transform: translate(8px, 0px);
}

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

#collapsed-panel .adSize {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
  background-size: contain;
}

#expanded-panel .adSize {
  top: 0px;
  left: 0px;
  width: 500px;
  height: 250px;
  background-size: contain;
}

.notoBold {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.notoReg {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.openBold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

#header {
  top: 6px;
  left: 9px;
  color: #171c8f;
  font-size: 10px;
  line-height: 12px;
}


#f1copy {
  top: 55px;
  left: 8px;
  width: 300px;
  color: #171c8f;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.3px;
}

#f1copy sup{
  position:relative;
  top: 1px;
  font-size: 9px;
}


#txtBot {
  color: #ffffff;
  font-size: 8px;
  top: 96px;
  right: 13px;
  letter-spacing: -0.2px;
}

#txtBot2 {
  color: #444444;
  font-size: 9px;
  top: 152px;
  left: 8px;
  letter-spacing: -0.04px;
}

#txtBot2 sup{
  font-size: 6px;
  position:relative;
  top:1px;
}

#cta {
  width: 140px;
  height: 28px;
  top: 111px;
  right: 11px;
  background-color: #ff8200;
  border-radius: 4px;
}

#cta_plus {
  width: 13px;
  height: 13px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 6px;
  transform: translate(-5px, 0px);
  top: 8px;
}

#cta_text {
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  opacity:1;
  left: 7px;
  top: 4px;
}

#overallclick {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  cursor: pointer;
}

/* ----------------------------------Expand CSS------------------------------------- */
#whiteBlocker {
  position: absolute;
  width: 500px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  visibility: hidden;
  background-color: #f4f4f2;

  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#whiteBlocker-col {
  position: absolute;
  width: 500px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  visibility: hidden;
  background-color: #f4f4f2;

  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#expanded-panel {
  width: 298px;
  height: 248px;
  border: 1px solid #c1c1c1;
  top: 0px;
  right: 0px;
  visibility: hidden;
  background-color: #f4f4f2;
  overflow: hidden;
}

#wrapper-expanded {
  width: 500px;
  height: 250px;
  top: -1px;
  left: -1px;
}

#expandClicktag {
  position: absolute;
  width: 500px;
  height: 250px;
  cursor: pointer;
}

#headTextExp {
  top: 8px;
  left: 148px;
  color: #171c8f;
  /*letter-spacing: -0.15px;*/
  font-size: 10px;
  line-height: 12px;
}

/*frame1*/

#copyExp1 {
  top: 51px;
  left: 56px;
  color: #171c8f;
  /* letter-spacing: 0px; */
  font-size: 14px;
  line-height: 16px;
}

#copyExp1 sup{
  position: relative;
  top: 1px;
  font-size: 8px;
}

#copyExp1sup{
  position: relative;
  top: 1px;
  font-size: 8px;
}


#subCopyExp {
  top: 119px;
  left: 9px;
  color: #444444;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08px;
}

#subCopyExp2 {
  top: 145px;
  left: 12px;
  color: #444444;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.13px;
}

#subCopyExp2 b {
  color: #171c8f;
}

#subCopyExp2 sup{
  position: relative;
  top: 1px;
  font-size: 6px;
}

#subCopyExp3 {
  top: 193px;
  left: 6px;
  color: #444444;
  font-size: 9px;
  line-height: 10px;
}

#subCopyExp3 sup{
  position: relative;
  top: 1px;
  font-size: 5px;
}

/*frame2*/

#f2copyExp1 {
  top: 53px;
  left: 52px;
  color: #171c8f;
  /* letter-spacing: 0px; */
  font-size: 14px;
  line-height: 16px;
}

#f2copyExp1 sup{
  position: relative;
  top: 1px;
  font-size: 8px;
}

#f2copyExp1sup{
  position: relative;
  top: 1px;
  font-size: 8px;
}


#f2subCopyExp {
  top: 106px;
  left: 9px;
  color: #444444;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08px;
}

#f2subCopyExp2 {
  top: 132px;
  left: 12px;
  color: #444444;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.13px;
}

#f2subCopyExp2 b {
  color: #171c8f;
}

#f2subCopyExp2 sup{
  position: relative;
  top: 1px;
  font-size: 6px;
}

#f2subCopyExp12 {
  top: 176px;
  left: 9px;
  color: #171c8f;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08px;
}

#f2subCopyExp12 sup{
  position: relative;
  top: 1px;
  font-size: 6px;
}

#f2subCopyExp3 {
  top: 201px;
  left: 6px;
  color: #444444;
  font-size: 9px;
  line-height: 10px;
}

#f2subCopyExp3 sup{
  position: relative;
  top: 1px;
  font-size: 5px;
}

/*frame3*/

#f3copyExp1 {
  top: 64px;
  left: 8px;
  color: #171c8f;
  /* letter-spacing: 0px; */
  font-size: 14px;
  line-height: 16px;
}

#f3copyExp1 sup{
  position: relative;
  top: 1px;
  font-size: 8px;
}

#f3subCopyExp2 {
  top: 121px;
  left: 8px;
  color: #444444;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08px;
}

#f3subCopyExp2 sup{
  position: relative;
  top: 1px;
  font-size: 6px;
}


#txtBotExp {
  color: #ffffff;
  font-size: 8px;
  top: 221px;
  left: 264px;
  letter-spacing: -0.2px;
}

#txtBotExp2 {
  color: #444444;
  font-size: 9px;
  top: 236px;
  left: 9px;
  letter-spacing: -0.04px;
}

#txtBotExp2 sup {
  font-size: 6px;
  position:relative;
  top:1px;
}

#closeBtn {
  width: 47px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 339px;
  cursor: pointer;
}

#xBg {
  background-color: #eeeeee;
  width: 167px;
  height: 19px;
  left: -6px;
  pointer-events: none;
}

#xIcon {
  width: 14px;
  height: 14px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  top: 2px;
}

#xText {
  color: #ff8200;
  font-size: 9px;
  width: 29px;
  position: absolute;
  text-align: left;
  left: 18px;
  top: 3px;
}

#ctaExp {
  width: 128px;
  height: 29px;
  position: absolute;
  top: 153px;
  left: 195px;
  background-color: #ff8200;
  border-radius: 4px;
  cursor: pointer;
}

#ctaExpIcon {
  width: 14px;
  height: 14px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 9px;
  top: 7px;
  opacity: 0;
  transform: translate(-5px, 0px);
}

#ctaExpText {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  left: 23px;
  top: 4px;
}

#replaybtn {
  width: 77px;
  height: 30px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 246px;
  top: 190px;
  opacity: 0;
  visibility:hidden;
  cursor: pointer;
}

#replaytxt {
  color: #171c8f;
  font-size: 12px;
  position: relative;
  left: 8px;
  top: 5px;
}
/* -------------------- ISI -------------------- */

#isiHeader {
  width: 298px;
  height: 18px;
  background-color: #ffffff;
  -webkit-transform: translate(0px, 164px);
  -moz-transform: translate(0px, 164px);
  -ms-transform: translate(0px, 164px);
  -o-transform: translate(0px, 164px);
  transform: translate(0px, 164px);
}

#ihText {
  /* margin: 1px 0px 0px 7px; */
  top: 3px;
  left: 6px;
  color: #171c8f;
  font-size: 13px;
  line-height: 13px;
}

#isiHeaderBottom {
  width: 298px;
  height: 17px;
  bottom: 0px;
  cursor: pointer;
  background-color: #ffefcc;
  -webkit-transform: translate(0px, 250px);
  -moz-transform: translate(0px, 250px);
  -ms-transform: translate(0px, 250px);
  -o-transform: translate(0px, 250px);
  transform: translate(0px, 250px);
}

.isiBg {
  /*
    width: 298px;
    height: 232px;
    background-color: #fff;

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

#isiContainer {
  width: 298px;
  height: 90px;
  /* height: 2000px; */
  overflow: hidden;
  cursor: default;
  background-color: #ffffff;
  -webkit-transform: translate(0px, 164px);
  -moz-transform: translate(0px, 164px);
  -ms-transform: translate(0px, 164px);
  -o-transform: translate(0px, 164px);
  transform: translate(0px, 164px);
}

#isiContent {
  top: 21px;
  left: 6px;
  width: 298px;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.isiLogo {
  width: 278px;
  height: 58px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative !important;
  background-position: 195px;
  bottom: 61px;
}

#ihTextBottom {
  font-size: 10px;
  top: 0px;
  margin: 0px 0px 0px 7px;
  color: #171c8f;
  cursor: pointer;
}

#scrollBg {
      width: 5px;
        right: 0px;
        top: 0px;
        height: 60px;
    background-color: #bbbbbb;

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

#scrollBar {
      width: 5px;
        left: -1px;
        top: -2px;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        background-color: #171c8f;
    cursor: pointer;

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

.isiHeader {
  font-weight: 700;
  color: #006072;
  font-size: 12px;
  line-height: 14px;
  padding-top: 6px;
}

/*TEXTS*/

.isiTextK, .isiTextQ, .isiTextJ{
    position: relative;
    margin-left: 1px;
}

.isiTextK{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    color: #171c8f;
    padding-top: 3px;
}


.isiTextQ{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #444444;
    padding-top: 3px;
    line-height: 12px;
}

.isiTextJ{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #444444;    padding-top: 3px;
}

.isiBullet{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #ff8728;
    position: absolute;
    left: 0px;
    font-size: 11px;
}

#isiContent sup{
    font-size: 7px;
    position: relative;
    top: 1px;
}
.isiTextQ a, .isiTextJ a{
    color: #171c8f;
}

.novaLogo{
    background-repeat: no-repeat;
    background-size: contain;

    width: 54px;
    height: 39px;

    position: absolute;
    bottom: 1px;
    right: 36px; 
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

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

#IRI_mainContainer-exp {
  visibility: hidden;
  opacity: 0;
}

#isiHeader-exp {
  width: 152px;
  height: 33px;
  background-color: #ffffff;
  -webkit-transform: translate(333px, 18px);
  -moz-transform: translate(333px, 18px);
  -ms-transform: translate(333px, 18px);
  -o-transform: translate(333px, 18px);
  transform: translate(333px, 18px);
}

#ihText-exp {
  /* margin: 1px 0px 0px 7px; */
  top: 3px;
  left: 5px;
  color: #171c8f;
  font-size: 13px;
  line-height: 14px;
}

#isiHeaderBottom-exp {
  width: 166px;
  height: 30px;
  bottom: 0px;
  cursor: pointer;
  background-color: #ffefcc;
  -webkit-transform: translate(332px, 250px);
  -moz-transform: translate(332px, 250px);
  -ms-transform: translate(332px, 250px);
  -o-transform: translate(332px, 250px);
  transform: translate(332px, 250px);
}

#isiContainer-exp {
  width: 165px;
  height: 229px;
  /* height: 2000px; */
  overflow: hidden;
  cursor: default;
  background-color: #fff;
  /*border-left: 1px solid #c1c1c1;*/
  /*border-top: 1px solid #c1c1c1;*/
  -webkit-transform: translate(332px, 18px);
  -moz-transform: translate(332px, 18px);
  -ms-transform: translate(332px, 18px);
  -o-transform: translate(332px, 18px);
  transform: translate(332px, 18px);
}

#isiContent-exp {
  top: 36px;
  left: 4px;
  width: 149px;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#isiContent-exp sup {
    font-size: 7px;
    position: relative;
    top: 1px;
}

#ihTextBottom-exp {
  font-size: 10px;
  margin: 2px 0px 0px 5px;
  color: #171c8f;
  cursor: pointer;
  line-height: 11px;
}

#scrollBg-exp {
  width: 5px;
  right: 0px;
  top: 0px;
  height: 192px;
  background-color: #bbbbbb;
  -webkit-transform: translate(494px, 24px);
  -moz-transform: translate(494px, 24px);
  -ms-transform: translate(494px, 24px);
  -o-transform: translate(494px, 24px);
  transform: translate(494px, 24px);
}

#scrollBar-exp {
  width: 5px;
  height: 27px;
  left: -1px;
    top: -2px;
  background-color: #171c8f;
  border-top: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
  cursor: pointer;
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.isiHeader-exp {
  color: #006072;
  font-size: 12px;
  line-height: 14px;
}

#novaLogo-exp {
  width: 54px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 5px;
  display: inline-block;
  bottom: -15px;
}
/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
  #f1copy,
  #subCopyExp {
    margin-top: -1px;
  }

  #ihTextBottom-exp {
    margin-top: 1px;
  }
}

/* Property Work's For Internet Explorer Edge Only */
@supports (-ms-ime-align: auto) {
  #frame1Col {
    margin-top: 1px;
  }
}

/* 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 {
    #frame1Col {
      margin-top: 1px;
    }

    #headTextExp {
      letter-spacing: 0.1px;
    }

    #f2copyExp {
      letter-spacing: -0.2px;
    }
  }
}

/* -------------------- DISPLAY -------------------- */
