/*rgba(245, 130, 32, 0.05)*/
.content-wrapper.image-description .content .content-inner {
  color: #4A4A4A;
}
.content-wrapper.image-description.style_1 .custom-abstract-background .object-right-top {
  height: 17.2%;
}
.content-wrapper.image-description.style_1 .custom-abstract-background .object-left-bottom {
  height: 12.5%;
}
.content-wrapper.image-description.style_1 .content .title {
  color: #5EB2F7;
}
.content-wrapper.image-description.style_1 .content .content-inner {
  display: flex;
  flex-direction: row;
  padding: 1.77777em 7.3334em 3.0555em 2.77785em;
}
.content-wrapper.image-description.style_1 .content .content-inner .side-image {
  margin-right: 1.7127em;
}
.content-wrapper.image-description.style_1 .content .content-inner .side-image img {
  width: 25.95389em;
  height: auto;
}
.content-wrapper.image-description.style_1 .content .content-inner .content-list {
  list-style: none;
  color: #4A4A4A;
  display: flex;
  flex-direction: column;
  font-size: 0.83334em;
  justify-content: space-between;
}
.content-wrapper.image-description.style_1 .content .content-inner .content-list li {
  display: flex;
  flex-direction: row;
  width: 30.4em;
  height: 7em;
  padding-top: 1.2em;
}
.content-wrapper.image-description.style_1 .content .content-inner .content-list li:last-child {
  padding-top: 1.7em;
}
.content-wrapper.image-description.style_2 .content .title {
  color: #FF5E33;
}
.content-wrapper.image-description.style_2 .content .content-inner {
  width: 100%;
}
.content-wrapper.image-description.style_2 .content .content-inner .side-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5em;
}
.content-wrapper.image-description.style_2 .content .content-inner .side-image img {
  width: auto;
  height: 21.2777em;
}
.content-wrapper.image-description.style_3 .content .title {
  color: #41C7CF;
}
.content-wrapper.image-description.style_3 .content .content-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  height: 22.2em;
  position: relative;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-caption {
  width: 15em;
  z-index: 2;
  position: absolute;
  top: 2.4em;
  left: 2em;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  z-index: 2;
  bottom: 1.8em;
  left: 2em;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-description .map-description-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0.25em;
  transform: translate(-0.5em, 10px);
}
.content-wrapper.image-description.style_3 .content .content-inner .map-description .map-description-title img {
  width: 3.2em;
  transform: translateY(-0.3em);
}
.content-wrapper.image-description.style_3 .content .content-inner .map-description .map-description-title span {
  color: #F58220;
  padding-left: 0.555em;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-description .map-description-text {
  font-size: 0.8888em;
  line-height: 1.8;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-description .map-description-text > p > span {
  padding-right: 0.6em;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 22em;
  padding-top: 1.7em;
  background-color: #FFFFFF;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  z-index: 1;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image img, .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image .hov {
  cursor: pointer;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image .hov:hover {
  opacity: 0.9;
  stroke: #F58220;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 8.3em;
  height: 3.5em;
  border-radius: 0.2em 0.2em 0.2em 1.5em;
  position: absolute;
  z-index: 2;
  bottom: 5.6em;
  left: 28.4em;
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(270deg, #F58220 -31.75%, #FFC123 97.95%);
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: 1.2em;
  left: -4em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.63);
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter:after {
  content: "";
  width: 0.18em;
  height: 0.18em;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f58220;
  position: absolute;
  z-index: 3;
  top: 2.12em;
  left: -1.15em;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter .svg-icon {
  position: absolute;
  z-index: 2;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter .intetics-star {
  width: auto;
  height: 4.73em;
  top: -0.7em;
  left: -2.5em;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter .intetics-star-connection {
  width: auto;
  height: 1.1em;
  top: 1.2em;
  left: -3.9em;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter p {
  font-size: 0.75em;
  margin-left: 3.6em;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper ul.content-list {
  z-index: 2;
  list-style: none;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper ul.content-list li {
  position: absolute;
  color: #FFFFFF;
  /*&:nth-child(1) {
    top: 8.5em;
    left: 16em;
  }*/
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper ul.content-list li .item-description {
  font-size: 0.55556em;
  font-weight: 500;
}
.content-wrapper.image-description.style_3 .content .content-inner .map-wrapper ul.content-list li .item-description strong {
  font-size: 1.3em;
  font-weight: 700;
}
.content-wrapper.image-description.style_4 .content .title {
  color: #F58220;
  font-size: 3.444445em;
  margin-bottom: 0.15em;
}
.content-wrapper.image-description.style_4 .content .content-inner {
  max-height: 19em;
  overflow: hidden;
}
.content-wrapper.image-description.style_4 .content .content-inner p {
  padding-bottom: 0.4em;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-caption {
  width: 22em;
  color: #41C7CF;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-description {
  padding-top: 1em;
  width: 27em;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-description .map-description-title {
  color: #F58220;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-description .map-description-text {
  font-size: 0.8em;
  padding-top: 1em;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-description .map-description-text ul {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
  column-fill: auto;
  height: 100%;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-description .map-description-text ul li {
  line-height: 1.5em;
  padding-bottom: 0.5em;
  width: 100%;
  display: inline-block;
  padding-left: 2.3em;
  padding-right: 0.5em;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  position: relative;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-description .map-description-text ul li:before {
  content: "";
  display: block;
  width: 0.37em;
  height: 0.37em;
  position: absolute;
  background-color: #F58220;
  border-radius: 50%;
  transform: translate(-1.3em, 0.5em);
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper {
  padding: 1.77778em 1.77778em 1.7478em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .side-image {
  width: auto;
  height: 21em;
  margin-top: 1em;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .side-image img {
  width: auto;
  height: 100%;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list {
  position: absolute;
  width: 41.55em;
  height: 22em;
  list-style: none;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description {
  font-size: 0.7em;
  position: absolute;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description h2, .content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description h3, .content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description h4, .content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description h5 {
  font-size: 1.5em;
  padding-top: 0.2em;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description table {
  border: none;
  margin-top: 0.5em;
  height: auto !important;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description table tr {
  border: none;
  line-height: 150%;
  height: auto !important;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description table tr td {
  border: none;
  vertical-align: top;
  height: auto !important;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description table tr td:nth-child(1) {
  width: 29% !important;
  min-width: 6.5em;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list .item-description table tr td:nth-child(2) {
  width: 70% !important;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list li:nth-child(1) .item-description {
  width: 19em;
  top: 3.2em;
  left: 2.8em;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list li:nth-child(2) .item-description {
  width: 19em;
  top: 3em;
  left: 40em;
}
.content-wrapper.image-description.style_4 .content .content-inner .map-wrapper .content-list li:nth-child(3) .item-description {
  width: 23em;
  top: 21em;
  left: 9em;
}
.content-wrapper.image-description.style_5 .content .title {
  color: #F58220;
}
.content-wrapper.image-description.style_5 .content .content-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding-top: 2.5em;
  height: 21.2777em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 12.1111em;
  padding-top: 4.9em;
  position: absolute;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper .side-image {
  height: 100%;
  z-index: 1;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper .side-image img {
  width: auto;
  height: 21.2777em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list {
  z-index: 2;
  list-style: none;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li {
  position: absolute;
  text-align: center;
  width: 4.9em;
  color: #FFFFFF;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li .item-description {
  font-size: 0.55556em;
  font-weight: 500;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li .item-description strong {
  font-size: 2em;
  line-height: 1.2;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li .item-description p {
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: 600;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li .item-description sup {
  font-size: 0.4em;
  padding-left: 0.5em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(1) {
  top: 6.4em;
  left: 12.9em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(2) {
  top: 12.65em;
  left: 12.9em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(2) .item-description strong {
  font-size: 1.3em;
  line-height: 1;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(3) {
  top: 15.65em;
  left: 18.3em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(3) .item-description strong {
  font-size: 1.3em;
  line-height: 1;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(4) {
  top: 6.35em;
  left: 23.7em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(4) .item-description strong {
  line-height: 1.3;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(5) {
  top: 12.3em;
  left: 23.8em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(5) .item-description strong {
  line-height: 1.1em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(5) .item-description p:not(:first-child) {
  line-height: 1.3;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(6) {
  top: 9.2em;
  left: 29.2em;
  color: #3289D0;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(6) .item-description p:not(:first-child) {
  font-size: 1.3em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(7) {
  top: 21.3em;
  left: 29.1em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(7) .item-description strong {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 0.3em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(7) .item-description p:not(:first-child) {
  font-size: 1em;
  line-height: 1.2;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(8) {
  top: 6.35em;
  left: 34.5em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(8) .item-description p:not(:first-child) {
  font-size: 1em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(9) {
  top: 15.85em;
  left: 39.9em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(9) .item-description strong {
  font-size: 1.6em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(10) {
  top: 6.45em;
  left: 45.3em;
  color: #3289D0;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(11) {
  top: 18.45em;
  left: 45.3em;
}
.content-wrapper.image-description.style_5 .content .content-inner .map-wrapper ul.content-list li:nth-child(11) .item-description strong {
  font-size: 1.3em;
}
.content-wrapper.image-description.style_6 .content .title {
  color: #F58220;
}
.content-wrapper.image-description.style_6 .content .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.7em;
  height: 21.2777em;
}
.content-wrapper.image-description.style_6 .content .content-inner .map-description {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.1em;
}
.content-wrapper.image-description.style_6 .content .content-inner .map-description .map-description-title {
  color: #5EB2F7;
  border-left: 0.2em solid #5EB2F7;
  padding-right: 0.8em;
  padding-left: 1.2em;
  font-size: 1.3em;
  padding-top: 1em;
  width: 20%;
}
.content-wrapper.image-description.style_6 .content .content-inner .map-description .map-description-text {
  width: 80%;
  font-size: 0.87em;
  letter-spacing: 0.1px;
  line-height: 1.6;
}
.content-wrapper.image-description.style_6 .content .content-inner .side-image {
  width: 47.8em;
  margin-left: 7.8em;
  height: auto;
}
.content-wrapper.image-description.style_6 .content .content-inner .side-image img {
  width: 100%;
  height: auto;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list {
  z-index: 2;
  list-style: none;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li {
  position: absolute;
  text-align: center;
  width: auto;
  color: #4A4A4A;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li .item-description {
  font-size: 0.9em;
  text-align: left;
  line-height: 1.1;
  text-transform: uppercase;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(2n-1) {
  top: 14.4em;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(2n) {
  top: 23.85em;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(1) {
  left: 11.6em;
  color: #FFB425;
  border-color: #FFB425;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(2) {
  left: 16.45em;
  color: #FFC123;
  border-color: #FFC123;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(3) {
  left: 24em;
  color: #FFA028;
  border-color: #FFA028;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(4) {
  left: 28.9em;
  color: #FF952A;
  border-color: #FF952A;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(5) {
  left: 36.45em;
  color: #FF872C;
  border-color: #FF872C;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(6) {
  left: 41.3em;
  color: #FF7B2E;
  border-color: #FF7B2E;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(7) {
  left: 48.85em;
  color: #FF6931;
  border-color: #FF6931;
}
.content-wrapper.image-description.style_6 .content .content-inner ul.content-list li:nth-child(8) {
  left: 53.75em;
  color: #FF5E33;
  border-color: #FF5E33;
}

/*--anim--*/
.page-slide .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov {
  opacity: 0;
}
.page-slide .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter {
  width: 0;
  opacity: 0;
}
.page-slide .content-wrapper.image-description.style_3 .map-headquarter .intetics-star {
  opacity: 0;
}

.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov, .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(1), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(1) {
  animation-delay: 0.1s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(2), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(2) {
  animation-delay: 0.2s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(3), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(3) {
  animation-delay: 0.3s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(4), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(4) {
  animation-delay: 0.4s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(5), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(5) {
  animation-delay: 0.5s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(6), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(6) {
  animation-delay: 0.6s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(7), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(7) {
  animation-delay: 0.7s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(8), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(8) {
  animation-delay: 0.8s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(9), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(9) {
  animation-delay: 0.9s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(10), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(10) {
  animation-delay: 1s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(11), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(11) {
  animation-delay: 1.1s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(12), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(12) {
  animation-delay: 1.2s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(13), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(13) {
  animation-delay: 1.3s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(14), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(14) {
  animation-delay: 1.4s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(15), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(15) {
  animation-delay: 1.5s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(16), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(16) {
  animation-delay: 1.6s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(17), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(17) {
  animation-delay: 1.7s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(18), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(18) {
  animation-delay: 1.8s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(19), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(19) {
  animation-delay: 1.9s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(20), .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .side-image svg .hov:nth-child(20) {
  animation-delay: 2s;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter, .page-slide.animate .content-wrapper.image-description.style_3 .content .content-inner .map-wrapper .map-headquarter {
  animation-delay: 1.2s;
  -webkit-animation-name: expandHor;
  animation-name: expandHor;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
.site-content-simple .container.animate .content-wrapper.image-description.style_3 .map-headquarter .intetics-star, .page-slide.animate .content-wrapper.image-description.style_3 .map-headquarter .intetics-star {
  animation-delay: 1.2s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

@keyframes expandHor {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 8.3em;
    opacity: 1;
  }
}

/*# sourceMappingURL=image-description.css.map */
