/* Button styles */

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

#container div > canvas {
  background: rgba(0, 0, 0, 0.01) !important;
}

.imgItem {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 270px;
}

.linkBtn {
  text-align: end;
  color: #ee1e2e;
}

.linkBtn a {
  text-decoration: none;
  border: 2px solid #ee1e2e;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.linkBtn a:hover {
  background-color: #ee1e2e50;
  color: #fff;
}

.svgBtn {
  filter: drop-shadow(1px 1px 0px rgb(0 0 0 / 30%));
}

.rectBox {
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.7);
}

/* bottom rectangle container for shadow */
.RectGradiant {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0.11) 75%, rgba(0, 0, 0, 0.1) 76%, rgba(0, 0, 0, 0.01) 93%, rgba(0, 0, 0, 0.01) 100%);
  pointer-events: none !important;
}

.blurBg {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.ht_title {
  max-width: 150px;
}

.ht_title > div {
  width: max-content !important;
  max-width: 150px;
  text-wrap: wrap;
  top: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
}

/* Button styles ending */

/* font styles */
.ggskin {
  font-family: 'Noto Sans';
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 16px;
  font-style: bold;
}

.txtBtn {
  box-sizing: border-box;
}

.txtBtn div {
  position: relative !important;
  left: 0 !important;
}


@media (min-width:500px) {
  .btnLeft {
    position: absolute !important;
    left: 0 !important;
  }

  .btnRight {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
  }
}


.btnTop {
  position: absolute !important;
  top: 0 !important;
}

.VideoPlayer {
  width: max-content;
  max-width: 80%;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.VideoPlayer video {
  max-width: 80vw;
  max-height: 80vh;
}

.gallery_image {
  width: max-content !important;
  height: max-content !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.gallery_image img {
  position: relative !important;
  width: auto !important;
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
  max-height: 80vh;
}

@media (max-width:1100px) {
  .gallery_imag {
    width: fit-content !important;
    height: fit-content !important;
  }

  .gallery_image img {
    max-width: 800px !important;
  }
}

@media (max-width:900px) {
  .gallery_image img {
    max-width: 700px !important;
  }
}

@media (max-width:800px) {
  .gallery_image img {
    max-width: 600px !important;
  }
}

@media (max-width:700px) {
  .gallery_image img {
    max-width: 500px !important;
  }
}

@media (max-width:600px) {
  .gallery_image img {
    max-width: 350px !important;
  }
}

@media (max-width:450px) {
  .gallery_image img {
    max-width: 250px !important;
  }
}


.Pop_up_info {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-style: normal;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 700px;
  border: 3px solid #fff;
}

.pano_title {
  font-family: "Noto Sans" !important;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  width: max-content !important;
  height: max-content !important;
  max-width: 60vw;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;*/
}

.pano_title > div {
  text-wrap: wrap !important;
  width: 100% !important;
}

@media screen and (min-width: 670px) and (max-width: 750px) {
  .pano_title {
    font-size: 24px;
    /* bottom: 20px !important; */
  }
}

@media (max-width:670px) {
  .pano_title_container {
    height: auto !important;
    transform: translate(-50%, 0) scale(1) !important;
    bottom: 75px !important;
  }

  .pano_title {
    max-width: 95vw;
    font-size: 16px;
    width: max-content !important;
    height: auto !important;
    position: relative !important;
  }

  .pano_title > div {
    text-align: center !important;
  }
}

.info_title {
  font-family: "Noto Sans" !important;
  font-size: 40px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;*/
}

.info_body {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-style: normal;
}

.button {
  font-family: 'Noto Sans';
  font-weight: bold;
  font-style: normal;
}

.txturl {
  font-family: 'Noto Sans';
  font-size: 12px;
  font-style: normal;
}

.ht_info_popup {
  /* opacity: 0 !important; */
  transition: all 0.5s ease-in-out !important;
}

.ht_info_popup.active {
  opacity: 1 !important;
}

.ht_info_popup,
.ht_info_popup * {
  pointer-events: none !important;
  transition: all 0s linear !important;
}

.ht_info_poly_container {
  width: 10px !important;
  height: 10px !important;
  position: relative !important;
  box-sizing: border-box;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  pointer-events: none !important;
}

.ht_info_poly_container::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #FFFFFF !important;
  animation: 1500ms linear 0s infinite anim_scalling_fade;
}

.ht_info_poly_container::after {
  --pole-height: 90px;
  content: "";
  position: absolute;
  width: 3px;
  height: var(--pole-height);
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: bottom;
  background-color: #FFFFFF;
  animation: growdown 0.8s linear forwards;
}

.ht_info_popup.inactive .ht_info_poly_container::after {
  animation: growdown 0.4s linear forwards;
  animation-delay: 0.4s;
}

.ht_info_popup.active .ht_info_poly_container::after {
  animation: growup 0.4s linear forwards;
}

@keyframes growdown {
  from {
    height: var(--pole-height);
  }

  to {
    height: 0px;
  }
}

@keyframes growup {
  0% {
    height: 0px;
  }

  100% {
    height: var(--pole-height);
  }
}

@keyframes anim_scalling_fade {
  0% {
    opacity: 1;
    width: 10px;
    height: 10px;
  }

  60% {
    opacity: 0;
    width: 20px;
    height: 20px;
  }

  100% {
    opacity: 0;
    width: 20px;
    height: 20px;
  }
}

.ht_info_poly_container .icon {
  top: auto !important;
  left: auto !important;
  right: 10px;
  bottom: calc(100% + 50px) !important;
  overflow: hidden;
}

.ht_info_popup .ht_info_poly_container .icon img {
  border-radius: 2px;
  transform: translateX(100px);
}

.ht_info_popup.active .ht_info_poly_container .icon img {
  animation: growX 0.4s linear forwards;
  animation-delay: 0.4s;
}

.ht_info_popup.inactive .ht_info_poly_container .icon img {
  animation: shrinkX 0.4s linear forwards;
}

@keyframes growX {
  from {
    transform: translateX(100px);
  }

  to {
    transform: translateX(0px);
  }
}

@keyframes shrinkX {
  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(100px);
  }
}

.info_description {
  box-sizing: border-box;
  top: auto !important;
  bottom: calc(100% + 50px) !important;
  left: 10px !important;
  background-color: transparent;
  width: max-content !important;
  height: 40px !important;
  min-width: 100px;
  pointer-events: none !important;
}



.info_description > div {
  position: relative !important;
  width: auto;
  height: 100% !important;
  min-height: 40px;
  background-color: #003ca6 !important;
  text-shadow: 0px 0px 0px #000;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  padding: 0 5px !important;
  pointer-events: none !important;
  opacity: 0;
  overflow: hidden !important;
  text-align: start !important;
  border-radius: 2px;
}

.ht_info_popup.active .info_description > div {
  animation: growWidth 0.4s linear forwards;
  animation-delay: 0.5s;
}

.ht_info_popup.inactive .info_description > div {
  animation: shrinkWidth 0.4s linear forwards;
  animation-delay: 0s;
}

@keyframes growWidth {
  0% {
    width: 0%;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
    /* border: 2px solid #003ca6; */
  }
}

@keyframes shrinkWidth {
  from {
    width: 100%;
    opacity: 1;
  }

  to {
    width: 0%;
    opacity: 0;
  }
}

.info_description > div * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.info_description > div > p.line {
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}


/* Ht arrow Animation */
.arrow_tooltip {
  width: max-content !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* left: 50% !important; */
  /* transform: translateX(-50%); */
  /* top: -80px !important; */
}

.arrow_tooltip > * {
  position: relative !important;
  bottom: 0 !important;
  left: auto !important;
  /* width: max-content !important; */
  /* max-width: 250px; */
  font-size: 16px !important;
  font-weight: 600 !important;
}

.arrow_container > div {
  overflow: visible !important;
  transform: rotateX(70deg) rotateZ(0deg) rotateY(0deg);
}

.arrow_container > div:has(.left),
.arrow_container > div:has(.right) {
  transform: none;
}

.arrow {
  width: max-content;
  height: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  cursor: pointer;
}

.arrow.left {
  /* left: 0; */
  transform: translate(calc(-50% + 25px), -50%) rotate(90deg);
}

.arrow.right {
  /* left: 0px; */
  transform: translate(calc(-50% - 25px), -50%) rotate(-90deg);
}

.arrow span {
  --arrow-size: 60px;
  --arrow-width: 15px;
  --transform-ini: rotate(45deg) translate(-20px, -20px);
  --transform-end: rotate(45deg) translate(20px, 20px);

  display: block;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-bottom: var(--arrow-width) solid white;
  border-right: var(--arrow-width) solid white;
  transform: rotate(45deg);
  /* margin: -10px; */
  filter: drop-shadow(0px 0px 10px #808080);
  animation: animate 1.2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: 0.3s;
}

.arrow span:nth-child(3) {
  animation-delay: 0.6s;
}

.arrow.left span,
.arrow.right span {
  --arrow-size: 25px;
  --arrow-width: 6px;
  --transform-ini: rotate(45deg) translate(0px, 0px);
  --transform-end: rotate(45deg) translate(20px, 20px);
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: var(--transform-ini);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: var(--transform-end);
  }
}

.Container_Popup{
  transition: left 1s ease !important;
}

/*Font style ending*/

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Regular.eot");
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("Fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Regular.woff2") format("woff2"), url("Fonts/NotoSans-Regular.woff") format("woff"), url("Fonts/NotoSans-Regular.ttf") format("truetype"), url("Fonts/NotoSans-Regular.svg#NotoSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Italic.eot");
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("Fonts/NotoSans-Italic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Italic.woff2") format("woff2"), url("Fonts/NotoSans-Italic.woff") format("woff"), url("Fonts/NotoSans-Italic.ttf") format("truetype"), url("Fonts/NotoSans-Italic.svg#NotoSans-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Bold.eot");
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("Fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Bold.woff2") format("woff2"), url("Fonts/NotoSans-Bold.woff") format("woff"), url("Fonts/NotoSans-Bold.ttf") format("truetype"), url("Fonts/NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-BoldItalic.eot");
  src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url("Fonts/NotoSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-BoldItalic.woff2") format("woff2"), url("Fonts/NotoSans-BoldItalic.woff") format("woff"), url("Fonts/NotoSans-BoldItalic.ttf") format("truetype"), url("Fonts/NotoSans-BoldItalic.svg#NotoSans-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Thin.eot");
  src: local("Noto Sans Thin"), local("NotoSans-Thin"), url("Fonts/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Thin.woff2") format("woff2"), url("Fonts/NotoSans-Thin.woff") format("woff"), url("Fonts/NotoSans-Thin.ttf") format("truetype"), url("Fonts/NotoSans-Thin.svg#NotoSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-ThinItalic.eot");
  src: local("Noto Sans ThinItalic"), local("NotoSans-ThinItalic"), url("Fonts/NotoSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-ThinItalic.woff2") format("woff2"), url("Fonts/NotoSans-ThinItalic.woff") format("woff"), url("Fonts/NotoSans-ThinItalic.ttf") format("truetype"), url("Fonts/NotoSans-ThinItalic.svg#NotoSans-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-ExtraLight.eot");
  src: local("Noto Sans ExtraLight"), local("NotoSans-ExtraLight"), url("Fonts/NotoSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-ExtraLight.woff2") format("woff2"), url("Fonts/NotoSans-ExtraLight.woff") format("woff"), url("Fonts/NotoSans-ExtraLight.ttf") format("truetype"), url("Fonts/NotoSans-ExtraLight.svg#NotoSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-ExtraLightItalic.eot");
  src: local("Noto Sans ExtraLightItalic"), local("NotoSans-ExtraLightItalic"), url("Fonts/NotoSans-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-ExtraLightItalic.woff2") format("woff2"), url("Fonts/NotoSans-ExtraLightItalic.woff") format("woff"), url("Fonts/NotoSans-ExtraLightItalic.ttf") format("truetype"), url("Fonts/NotoSans-ExtraLightItalic.svg#NotoSans-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Light.eot");
  src: local("Noto Sans Light"), local("NotoSans-Light"), url("Fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Light.woff2") format("woff2"), url("Fonts/NotoSans-Light.woff") format("woff"), url("Fonts/NotoSans-Light.ttf") format("truetype"), url("Fonts/NotoSans-Light.svg#NotoSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-LightItalic.eot");
  src: local("Noto Sans LightItalic"), local("NotoSans-LightItalic"), url("Fonts/NotoSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-LightItalic.woff2") format("woff2"), url("Fonts/NotoSans-LightItalic.woff") format("woff"), url("Fonts/NotoSans-LightItalic.ttf") format("truetype"), url("Fonts/NotoSans-LightItalic.svg#NotoSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Regular.eot");
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("Fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Regular.woff2") format("woff2"), url("Fonts/NotoSans-Regular.woff") format("woff"), url("Fonts/NotoSans-Regular.ttf") format("truetype"), url("Fonts/NotoSans-Regular.svg#NotoSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Italic.eot");
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("Fonts/NotoSans-Italic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Italic.woff2") format("woff2"), url("Fonts/NotoSans-Italic.woff") format("woff"), url("Fonts/NotoSans-Italic.ttf") format("truetype"), url("Fonts/NotoSans-Italic.svg#NotoSans-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Medium.eot");
  src: local("Noto Sans Medium"), local("NotoSans-Medium"), url("Fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Medium.woff2") format("woff2"), url("Fonts/NotoSans-Medium.woff") format("woff"), url("Fonts/NotoSans-Medium.ttf") format("truetype"), url("Fonts/NotoSans-Medium.svg#NotoSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-MediumItalic.eot");
  src: local("Noto Sans MediumItalic"), local("NotoSans-MediumItalic"), url("Fonts/NotoSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-MediumItalic.woff2") format("woff2"), url("Fonts/NotoSans-MediumItalic.woff") format("woff"), url("Fonts/NotoSans-MediumItalic.ttf") format("truetype"), url("Fonts/NotoSans-MediumItalic.svg#NotoSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-SemiBold.eot");
  src: local("Noto Sans SemiBold"), local("NotoSans-SemiBold"), url("Fonts/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-SemiBold.woff2") format("woff2"), url("Fonts/NotoSans-SemiBold.woff") format("woff"), url("Fonts/NotoSans-SemiBold.ttf") format("truetype"), url("Fonts/NotoSans-SemiBold.svg#NotoSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-SemiBoldItalic.eot");
  src: local("Noto Sans SemiBoldItalic"), local("NotoSans-SemiBoldItalic"), url("Fonts/NotoSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-SemiBoldItalic.woff2") format("woff2"), url("Fonts/NotoSans-SemiBoldItalic.woff") format("woff"), url("Fonts/NotoSans-SemiBoldItalic.ttf") format("truetype"), url("Fonts/NotoSans-SemiBoldItalic.svg#NotoSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Bold.eot");
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("Fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Bold.woff2") format("woff2"), url("Fonts/NotoSans-Bold.woff") format("woff"), url("Fonts/NotoSans-Bold.ttf") format("truetype"), url("Fonts/NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-BoldItalic.eot");
  src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url("Fonts/NotoSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-BoldItalic.woff2") format("woff2"), url("Fonts/NotoSans-BoldItalic.woff") format("woff"), url("Fonts/NotoSans-BoldItalic.ttf") format("truetype"), url("Fonts/NotoSans-BoldItalic.svg#NotoSans-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-ExtraBold.eot");
  src: local("Noto Sans ExtraBold"), local("NotoSans-ExtraBold"), url("Fonts/NotoSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-ExtraBold.woff2") format("woff2"), url("Fonts/NotoSans-ExtraBold.woff") format("woff"), url("Fonts/NotoSans-ExtraBold.ttf") format("truetype"), url("Fonts/NotoSans-ExtraBold.svg#NotoSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-ExtraBoldItalic.eot");
  src: local("Noto Sans ExtraBoldItalic"), local("NotoSans-ExtraBoldItalic"), url("Fonts/NotoSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-ExtraBoldItalic.woff2") format("woff2"), url("Fonts/NotoSans-ExtraBoldItalic.woff") format("woff"), url("Fonts/NotoSans-ExtraBoldItalic.ttf") format("truetype"), url("Fonts/NotoSans-ExtraBoldItalic.svg#NotoSans-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-Black.eot");
  src: local("Noto Sans Black"), local("NotoSans-Black"), url("Fonts/NotoSans-Black.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-Black.woff2") format("woff2"), url("Fonts/NotoSans-Black.woff") format("woff"), url("Fonts/NotoSans-Black.ttf") format("truetype"), url("Fonts/NotoSans-Black.svg#NotoSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("Fonts/NotoSans-BlackItalic.eot");
  src: local("Noto Sans BlackItalic"), local("NotoSans-BlackItalic"), url("Fonts/NotoSans-BlackItalic.eot?#iefix") format("embedded-opentype"), url("Fonts/NotoSans-BlackItalic.woff2") format("woff2"), url("Fonts/NotoSans-BlackItalic.woff") format("woff"), url("Fonts/NotoSans-BlackItalic.ttf") format("truetype"), url("Fonts/NotoSans-BlackItalic.svg#NotoSans-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("Fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("Fonts/NotoSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("Fonts/NotoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url("Fonts/NotoSans-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Thin"), local("NotoSans-Thin"), url("Fonts/NotoSans-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans ThinItalic"), local("NotoSans-ThinItalic"), url("Fonts/NotoSans-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans ExtraLight"), local("NotoSans-ExtraLight"), url("Fonts/NotoSans-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans ExtraLightItalic"), local("NotoSans-ExtraLightItalic"), url("Fonts/NotoSans-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Light"), local("NotoSans-Light"), url("Fonts/NotoSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans LightItalic"), local("NotoSans-LightItalic"), url("Fonts/NotoSans-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("Fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("Fonts/NotoSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Medium"), local("NotoSans-Medium"), url("Fonts/NotoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans MediumItalic"), local("NotoSans-MediumItalic"), url("Fonts/NotoSans-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans SemiBold"), local("NotoSans-SemiBold"), url("Fonts/NotoSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans SemiBoldItalic"), local("NotoSans-SemiBoldItalic"), url("Fonts/NotoSans-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("Fonts/NotoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url("Fonts/NotoSans-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans ExtraBold"), local("NotoSans-ExtraBold"), url("Fonts/NotoSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans ExtraBoldItalic"), local("NotoSans-ExtraBoldItalic"), url("Fonts/NotoSans-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Black"), local("NotoSans-Black"), url("Fonts/NotoSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans BlackItalic"), local("NotoSans-BlackItalic"), url("Fonts/NotoSans-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}