/**
Globe Elements
**/
html[dir=rtl] body[data-gr-c-s-loaded="true"] div.globe {
  visibility: visible !important;
}

.globe__placeholder {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  position: relative;
  padding: 6px;
  margin: 0 auto;
  transform: rotate(13deg);
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .globe__placeholder {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 320px) {
  .globe__placeholder {
    height: 36px;
    width: 36px;
  }
}

.globe__container {
  overflow: visible;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media (max-width: 767px) {
  .globe__container {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
  }
}
@media (max-width: 320px) {
  .globe__container {
    -webkit-transform: scale(0.185);
    -moz-transform: scale(0.185);
    -ms-transform: scale(0.185);
    -o-transform: scale(0.185);
    transform: scale(0.185);
  }
}

.globe__container,
.globe {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .globe__container,
  .globe {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 320px) {
  .globe__container,
  .globe {
    height: 36px;
    width: 36px;
  }
}

.globe {
  overflow: visible;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

.globe__worldmap,
.globe__worldmap__front,
.globe__worldmap__back,
.globe__sphere,
.globe__outer_shadow,
.globe__reflections__bottom,
.globe__inner_shadow,
.globe__reflections__top,
.globe__outer_shadow {
  position: absolute;
  display: block;
  margin: 0;
  right: auto;
  bottom: auto;
}

.globe__sphere,
.globe__outer_shadow,
.globe__reflections__bottom,
.globe__inner_shadow,
.globe__reflections__top {
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.globe__outer_shadow {
  left: 0;
  top: 186px;
  width: 200px;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* Circle mask for animated SVG files */
.globe__worldmap {
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.globe__worldmap__front,
.globe__worldmap__back {
  left: 0;
  top: 0;
  width: 1000px;
  height: 200px;
  overflow: visible;
  background-image: url(../globe-animation/globe_images/worldmap_2x.svg);
  background-repeat: no-repeat;
}

.globe__sphere {
  background-image: url(../globe-animation/globe_images/sphere.svg);
}

.globe__outer_shadow {
  background-image: url(../globe-animation/globe_images/outer_shadow.svg);
}

.globe__reflections__top {
  background-image: url(../globe-animation/globe_images/reflections.svg);
}

.globe__reflections__bottom {
  background-image: url(../globe-animation/globe_images/reflections.svg);
}

.globe__inner_shadow {
  background-image: url(../globe-animation/globe_images/inner_shadow.svg);
}

.globe__worldmap__front {
  background-position: 0px 0px;
}

.globe__worldmap__back {
  background-position: 0px -200px;
}

/*# sourceMappingURL=globe.css.map */
