/* CSS Document */
/* body {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size:16px;} */
.sg {
  margin: 0 auto;
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sg .sub-box {
  padding: 26px;
  top: -50px;
  background: linear-gradient(90deg, #060f76 0%, #1d5edc 100%);
  border-radius: 16px;
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
}
.sg .sub-box .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.sg .sub-box .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.sg_main {
  position: relative;
  width: 100%;
  height: 100%;
}
.sg_boxes {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.sg_box {
  position: relative;
  display: flex;
  width: 180px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
}
.sg_boxes_upper .sg_box:hover {
  border: 1px solid #d90276;
}
.sg_boxes_bottom .sg_box:hover {
  border: 1px solid #00d3af;
}
.sg_boxes_upper .sg_box.active {
  background-color: #d90276;
}
.sg_boxes_bottom .sg_box.active {
  background-color: #00d3af;
}
.sg_boxes_upper {
  border: 1px solid;
  border-radius: 24px;
  padding: 14px;
  max-width: 500px;
  margin: 0 auto;
}
.sg_boxes_bottom {
  border: 1px solid;
  padding: 14px 0;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 24px;
}
.sg_box a {
  display: block;
  padding: 22px 27px;
  text-decoration: none;
  color: #000;
}
.sg_box .tooltip {
  position: absolute;
  top: 10px;
  right: -100%;
  width: 278px;
  background-color: rgba(245, 245, 245, 0.54);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: 20;
  display: none;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px 30px 20px 40px;
  text-align: left;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.sg_box .tooltip:before {
  content: url("/~/media/Images/p/prosus-corp-v2/css/icon-info");
  position: absolute;
  top: 24px;
  left: 19px;
}
.sg_circles {
  display: flex;
  padding: 66px 170px; 
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
  width: 80%;
  height: 45%;
  position: relative;
}
.sg_box .tooltip .close {
  position: absolute;
  cursor: pointer;
  top: 14px;
  right: 14px;
  font-size: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.sg_box .tooltip a {
  padding: 0px;
}
.sg_circles_left,
.sg_circles_right {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.sg_circle {
  position: relative;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 28px 34px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #1d5edc;
  color: #fff;
}
.sg_mother_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 108px;
  color: #fff;
  background: rgb(6, 15, 118);
  background: linear-gradient(
    0deg,
    rgba(6, 15, 118, 1) 0%,
    rgba(29, 94, 220, 1) 100%
  );
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  row-gap: 8px;
}
.sg_circle a {
  color: var(--white-light);
}
.sg_circle .tooltip {
  position: absolute;
  left: 73px;
  width: 250px;
  height: auto;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px 0px;
  border-radius: 20px;
  display: flex;
  text-align: left;
  padding: 20px 30px 20px 40px;
  display: none;
  background-color: rgba(245, 245, 245, 0.54);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  color: var(--graphite-prime);
}
.sg_circle .tooltip .close {
  position: absolute;
  cursor: pointer;
  top: 14px;
  right: 14px;
  font-size: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.sg_line {
  position: absolute;
}
.sg_line1 {
  top: 32%;
  left: 20%;
  width: 20%;
  border-bottom: 1px solid #1D5EDC;
  transform: translateY(20px) translateX(40px) rotate(13deg);
  -webkit-transform: translateY(20px) translateX(40px) rotate(13deg);
}
.sg_line2 {
  top: 50%;
  left: 4%;
  width: 50%;
  border-bottom: 1px solid #1d5edc;
}
.sg_line3 {
  bottom: 30%;
  left: 23%;
  width: 20%;
  border-bottom: 1px solid #1D5EDC;
  transform: translateY(-40px) translateX(15px) rotate(165deg);
  -webkit-transform: translateY(-40px) translateX(15px) rotate(165deg);
}
.sg_line4 {
  top: 36%;
  right: 23%;
  width: 20%;
  border-bottom: 1px solid #1D5EDC;
  transform: translateY(10px) translateX(-15px) rotate(168deg);
  -webkit-transform: translateY(10px) translateX(-15px) rotate(168deg);
}
.sg_line5 {
  top: 50%;
  right: 4%;
  width: 50%;
  border-bottom: 1px solid #1d5edc;
}
.sg_line6 {
  bottom: 27%;
  right: 24%;
  width: 20%;
  border-bottom: 1px solid #1D5EDC;
  transform: translateY(-50px) translateX(5px) rotate(15deg);
  -webkit-transform: translateY(-50px) translateX(5px) rotate(15deg);
}

.sg_line7 {
  top: 27%;
  left: 41%;
  border-bottom: 1px solid #d90276;
  width: 18%;
  transform: rotate(90deg);
}
.sg_line8 {
  bottom: 27%;
  left: 41%;
  border-bottom: 1px solid #00d3af;
  width: 18%;
  transform: rotate(90deg);
}

.labels {
  font-size: 11px;
  display: flex;
  column-gap: 70px;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
.label {
  position: relative;
}
.label:before {
  content: "";
  width: 39px;
  height: 4px;
  position: absolute;
  top: 44%;
  left: -49px;
}
.label-red:before {
  background-color: #d90276;
}
.label-blue:before {
  background-color: #1d5edc;
}
.label-green:before {
  background-color: #00d3af;
}
@media only screen and (min-width:768px) and (max-width:992px){
  .sg_circles{    padding: 25px 60px;}
  .sg_line1{
    top: 30%;
    left: 15%;
    width: 25%;
  }
  .sg_line3{
    bottom: 27%;
    left: 20%;
    width: 25%;
  }
  .sg_line4 {
    top: 34%;
    right: 20%;
    width: 25%;
  }
  .sg_line6 {
    bottom: 22%;
    right: 20%;
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .sg .sub-box {
    position: relative;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .sg {
    height: auto;
  }
  .sg_mother_circle {
    width: 107px;
    height: 107px;
    top: calc(50% - 56px);
    left: calc(50% - 56px);
  }
  .sg_circle {
    padding: 18px 25px;
    width: 70px;
    height: 70px;
  }
  .sg_circles_left,
  .sg_circles_right {
    row-gap: 50px;
  }
  .sg_circles {
    padding-left: 0;
    padding-right: 0;
  }
  .sg_boxes {
    padding-bottom: 30px;
  }
  .sg_line1 {
      transform: translateY(-10px) translateX(15px) rotate(10deg);
      -webkit-transform: translateY(-10px) translateX(15px) rotate(10deg);
      width: 40%;
      top: 40%;
      left: 5%;
  }
  .sg_line3 {
      transform: translateY(-15px) translateX(5px) rotate(170deg);
      -webkit-transform: translateY(-15px) translateX(5px) rotate(167deg);
      bottom: 35%;
      left: 11%;
      width: 30%;
  }
  .sg_line4 {
      transform: translateY(-10px) translateX(-15px) rotate(170deg);
      -webkit-transform: translateY(-10px) translateX(-15px) rotate(170deg);
      top: 40%;
      right: 10%;
      width: 30%;
  }
  .sg_line6 {
      transform: translateY(-20px) translateX(-15px) rotate(10deg);
      -webkit-transform: translateY(-20px) translateX(-15px) rotate(10deg);
      bottom: 34%;
      right: 9%;
      width: 30%;
  }
}
@media only screen and (width: 768px) {
  .sg_circles {
    padding: 66px 40px;
}
  .sg_line1 {
      top: 34%;
      left: 4%;
      width: 45%;
      border-bottom: 1px solid #1D5EDC;
      transform: translateY(20px) translateX(40px) rotate(15deg);
      -webkit-transform: translateY(20px) translateX(40px) rotate(15deg);
  }
  .sg_line2 {
    top: 50%;
    left: 4%;
    width: 40%;
  }
  .sg_line3 {
    bottom: 36%;
    left: 5%;
    width: 35%;
    transform: translateY(-10px) translateX(35px) rotate(165deg);
    -webkit-transform: translateY(-10px) translateX(35px) rotate(165deg);
  }
  .sg_line4 {
      top: 39%;
      right: 8%;
      width: 35%;
      transform: translateY(-10px) translateX(0px) rotate(165deg);
      -webkit-transform: translateY(-10px) translateX(0px) rotate(165deg);
  }
  .sg_line5 {
    top: 50%;
    right: 4%;
    width: 40%;
  }
  .sg_line6 {
      bottom: 29%;
      right: 10%;
      width: 35%;
      transform: translateY(-30px) translateX(5px) rotate(10deg);
      -webkit-transform: translateY(-30px) translateX(5px) rotate(15deg);
  }
  .sg_line7{
    top: 17%;
    left: 40%;
    width: 20%;
  }
  .sg_line8{
    bottom: 17%;
    left: 40%;
    width: 20%;
  }
}
