:root {
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

.tcl-infographic {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .tcl-infographic {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.tcl-infographic__main-circle {
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tcl-infographic__main-circle {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}
.tcl-infographic__dotted-circle {
  height: 0;
  padding-top: 100%;
  border: 8px dotted #0071f2;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .tcl-infographic__dotted-circle {
    border: none !important;
    padding-top: 0 !important;
    height: auto !important;
  }
}
.tcl-infographic__main-background {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  max-height: 60%;
}
.tcl-infographic__main-background img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.tcl-infographic__item {
  position: absolute;
  width: 30%;
}
@media (max-width: 767px) {
  .tcl-infographic__item {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .tcl-infographic__item-text {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left !important;
  }
  .tcl-infographic__item-text p {
    margin: 0 !important;
  }
  .tcl-infographic__item-circle {
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
  }
}
.tcl-infographic__item.active {
  z-index: 111;
}
.tcl-infographic__item.active .tcl-infographic__item-circle {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.tcl-infographic__item.active .tcl-infographic__item-circle:before {
  opacity: 0.6;
}
.tcl-infographic__item.active .tcl-infographic__item-circle:after {
  opacity: 0.2;
}
.tcl-infographic__item.active .tcl-infographic__item-text {
  color: #000000;
  max-height: 100vh !important;
  overflow: visible;
}
.tcl-infographic__item[data-index="1"] {
  top: -15%;
  left: 35%;
}
.tcl-infographic__item[data-index="1"] .tcl-infographic__item-text {
  left: 140%;
  width: 400%;
  max-height: 48px;
}
.tcl-infographic__item[data-index="2"] {
  top: 17%;
  right: -13%;
}
.tcl-infographic__item[data-index="2"] .tcl-infographic__item-text {
  left: 140%;
  width: 250%;
  max-height: 72px;
}
.tcl-infographic__item[data-index="3"] {
  bottom: 0;
  right: 0;
}
.tcl-infographic__item[data-index="3"] .tcl-infographic__item-text {
  left: 140%;
  width: 250%;
  max-height: 96px;
}
.tcl-infographic__item[data-index="4"] {
  bottom: 0;
  left: 0;
}
.tcl-infographic__item[data-index="4"] .tcl-infographic__item-text {
  right: 140%;
  width: 250%;
  text-align: right;
  max-height: 120px;
}
.tcl-infographic__item[data-index="5"] {
  top: 17%;
  left: -13%;
}
.tcl-infographic__item[data-index="5"] .tcl-infographic__item-text {
  right: 140%;
  width: 250%;
  text-align: right;
  max-height: 120px;
}
.tcl-infographic__item-circle {
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  background-color: var(--item-color);
}
@media (max-width: 767px) {
  .tcl-infographic__item-circle {
    width: 50px;
  }
}
.tcl-infographic__item-circle:before, .tcl-infographic__item-circle:after {
  position: absolute;
  content: "";
  border: 7px solid var(--item-color);
  border-radius: 50%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  opacity: 0;
}
.tcl-infographic__item-circle:before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
}
.tcl-infographic__item-circle:after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
}
.tcl-infographic__item-circle img {
  width: 60% !important;
  height: 60% !important;
  max-width: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tcl-infographic__item-link {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--item-color);
}
.tcl-infographic__item-link .arrow {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  display: inline-block;
}
.tcl-infographic__item-link a {
  color: inherit;
}
@media (max-width: 767px) {
  .tcl-infographic__item-link {
    display: block;
  }
}
.tcl-infographic__item-text {
  background: #fff;
  position: absolute;
  color: #d5d5d5;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tcl-infographic__item-text {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    text-align: left;
    padding-left: 20px;
    overflow: visible;
    color: #333;
    max-height: none !important;
  }
}
.tcl-infographic__item-text a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-infographic__item-text a:hover {
  opacity: 0.7;
}