@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;1,700&display=swap');

@font-face {
  font-family: 'Noto San SemiBold';
  src: url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiBold.eot');
  src: url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiBold.woff2') format('woff2'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiBold.woff') format('woff'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiBold.ttf') format('truetype'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiBold.svg#NotoSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans SemiCondensed';
  src: url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiCondensedExtraBoldItalic.eot');
  src: url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiCondensedExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiCondensedExtraBoldItalic.woff2') format('woff2'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiCondensedExtraBoldItalic.woff') format('woff'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiCondensedExtraBoldItalic.ttf') format('truetype'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-SemiCondensedExtraBoldItalic.svg#NotoSans-SemiCondensedExtraBoldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Condensed';
  src: url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-CondensedExtraBoldItalic.eot');
  src: url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-CondensedExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-CondensedExtraBoldItalic.woff2') format('woff2'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-CondensedExtraBoldItalic.woff') format('woff'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-CondensedExtraBoldItalic.ttf') format('truetype'),
    url('https://s0.2mdn.net/creatives/assets/4102473/subset-NotoSans-CondensedExtraBoldItalic.svg#NotoSans-CondensedExtraBoldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* apply a natural box layout model to all elements */
br {
  position: static !important;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  outline: 0;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loader.show {
  display: block;
}

#clicktag {
  position: absolute;
  cursor: pointer;
  background: gray;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}

#clicktag img {
  border: none;
  outline: none;
}

#container {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 600px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}

#content {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

#content>div {
  /* position: absolute; */
}

#content.show {
  display: block;
}

#content.hide,
#loader.hide {
  display: none;
}

#logo {
  width: auto;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}

#tag_line_txt {
  font-family: 'Noto Sans Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 185px;
  height: 45px;
  position: absolute;
  bottom: 55px;
  right: 20px;
  z-index: 9;
  /* background-color: chocolate; */
}

#headline_txt_container {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 250px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 9;
  /* overflow: hidden; */
  /* background-color: aqua; */
}

#headline_txt {
  font-family: 'Noto Sans SemiCondensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: .95;
  display: inline-block;
  opacity: 0;
  width: 100%;
  /* background-color: blueviolet; */
}

#cta_container {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 250px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 9;
  /* background-color: cadetblue; */
}

#cta_container * {
  font-family: 'Noto San SemiBold', sans-serif;
  line-height: 1.2;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  z-index: 9;
}

#cta {
  width: 23px;
  height: auto;
  margin-top: 5px;
}

#risk_legal_container {
  width: 250px;
  height: auto;
  bottom: 20px;
  left: 20px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex;
  -moz-justify-content: flex;
  -ms-justify-content: flex;
  justify-content: flex;
  -webkit-align-items: flex;
  -moz-align-items: flex;
  -ms-align-items: flex;
  align-items: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  z-index: 99;
  position: absolute;
}

#legal_notice_txt,
#risk_txt{
  line-height: 1.3;
  text-align: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#legal_notice_txt{
padding-left: 1px;
margin-top: 3px;
}

/* #legal_notice_txt {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.2;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 99;
  background-color: darkgreen; 
} */

#legal_disclaimer_container {
  width: 100%;
  height: 100%;
  position: absolute;
  -ms-transform: translateY(600px);
  -moz-transform: translateY(600px);
  -webkit-transform: translateY(600px);
  -o-transform: translateY(600px);
  transform: translateY(600px);
  top: 0;
  left: 0;
  z-index: 100;
}

#legal_disclaimer_txt {
  width: 250px;
  height: 490px;
  position: absolute;
  top: 50px;
  left: 20px;
  /* background: aqua; */
}

#legal_close_btn {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#bg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#circle {
  width: 300px;
  height: 486px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: .6;
}

#mask_container {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  /* background-color:green; */
}

#mask {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 0;
  height: 0;
}