.container-in {
  max-width: 1600px;
  padding: 0 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .container-in {
    max-width: 100vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .container-in {
    padding: 0 5.089vw;
  }
}

.block-enterprise-tracking-hero {
  margin-bottom: 32px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero {
    margin-bottom: 6.107vw;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper {
  padding: 40px 0 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper {
    padding: 2.5vw 0 4vw;
    gap: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper {
    padding: 7.634vw 0;
    gap: 6.107vw;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper {
    gap: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper {
    gap: 6.107vw;
    flex-direction: column;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .tag {
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #BCCBFF;
  background: rgba(188, 203, 255, 0.1);
  margin-bottom: 12px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .tag {
    padding: 0.25vw 0.75vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
    border-radius: 0.5vw;
    margin-bottom: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .tag {
    padding: 1.018vw 3.053vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
    border-radius: 2.036vw;
    margin-bottom: 3.053vw;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .title {
  font-size: 65px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .title {
    font-size: 4.063vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .title {
    font-size: 11.45vw;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .title b {
  color: #6E6EFF;
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 537px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .description {
    font-size: 1.125vw;
    line-height: 1.875vw;
    max-width: 33.563vw;
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .description {
    font-size: 4.071vw;
    line-height: 6.361vw;
    max-width: 100%;
    margin-top: 5.089vw;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .button_blue {
  padding: 20px 50px;
  border-radius: 10px;
  background-color: #3F3FFF;
  margin-top: 44px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .button_blue {
    padding: 1.25vw 3.125vw;
    border-radius: 0.625vw;
    margin-top: 2.75vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .button_blue {
    padding: 4.071vw 10.178vw;
    border-radius: 2.545vw;
    margin-top: 7.634vw;
    font-size: 4.58vw;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_left .button_blue:hover {
  background-color: #fff;
  color: #272742;
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_right {
  width: 700px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_right {
    width: 43.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_right {
    width: 100%;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_right .image__wrapper {
  width: 100%;
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_right .image__wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_right .image__wrapper img {
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .columns__wrapper .column_right .image__wrapper img {
    border-radius: 4.071vw;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper {
    gap: 4.071vw;
    flex-wrap: wrap;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card {
  flex: 1 0 0;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.13);
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card {
    padding: 0.938vw 1.25vw;
    gap: 0.313vw;
    border-radius: 0.938vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card {
    padding: 2.545vw 3.817vw;
    gap: 1.272vw;
    border-radius: 3.817vw;
    flex-basis: auto;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card .title {
    font-size: 2.188vw;
    line-height: 2.813vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card .title {
    font-size: 7.634vw;
    line-height: 10.178vw;
  }
}
.block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card .description {
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-hero .block-enterprise-tracking-hero__wrapper .cards__wrapper .card .description {
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}

.block-enterprise-tracking-the-problem {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem {
    margin: 6.107vw 0;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper {
  padding: 30px;
  border-radius: 12px;
  background: #F4F6F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper {
    padding: 1.875vw;
    border-radius: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper {
    padding: 6.107vw;
    border-radius: 3.053vw;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper::after {
  content: "";
  border-radius: 50%;
  opacity: 0.3;
  background: #FF6363;
  filter: blur(120px);
  position: absolute;
  right: 50%;
  bottom: -30%;
  width: 634px;
  height: 203px;
  transform: rotate(-175deg) translate(-50%, 50%);
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper::after {
    filter: blur(7.5vw);
    width: 39.625vw;
    height: 12.688vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper::after {
    filter: blur(30.534vw);
    width: 161.323vw;
    height: 51.654vw;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .tag {
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #FFBCBC;
  background: rgba(255, 188, 188, 0.1);
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #FF3333;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .tag {
    padding: 0.25vw 0.75vw;
    border-radius: 0.5vw;
    margin-bottom: 1.25vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .tag {
    padding: 1.018vw 3.053vw;
    border-radius: 2.036vw;
    margin-bottom: 5.089vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #272742;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .title {
    font-size: 10.178vw;
    line-height: 12.723vw;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .description {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .description {
    margin-top: 0.625vw;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .description {
    margin-top: 2.545vw;
    font-size: 5.598vw;
    text-align: center;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  gap: 15px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper {
    margin-top: 2.5vw;
    gap: 0.938vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper {
    margin-top: 7.634vw;
    gap: 3.817vw;
    flex-wrap: wrap;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card {
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  flex: 1 0 0;
  z-index: 2;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card {
    border-radius: 1.25vw;
    padding: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card {
    border-radius: 5.089vw;
    padding: 5.089vw;
    flex-basis: 100%;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper {
    gap: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper {
    gap: 2.545vw;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #272742;
  text-align: left;
  flex-grow: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper .title {
    font-size: 1.25vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper .title {
    font-size: 4.58vw;
    line-height: 6.107vw;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper .image__wrapper {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper .image__wrapper {
    width: 2.75vw;
    height: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper .image__wrapper {
    width: 11.196vw;
    height: 11.196vw;
  }
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .title__wrapper .image__wrapper img {
  width: 100%;
  object-fit: cover;
}
.block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .description {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .description {
    margin-top: 0.625vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-the-problem .block-enterprise-tracking-the-problem__wrapper .cards__wrapper .card .description {
    margin-top: 2.545vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
    text-align: left;
  }
}

.block-enterprise-tracking-real-monday {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday {
    margin: 6.107vw 0;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper {
    padding: 1.875vw 0;
    gap: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper {
    padding: 5.089vw 0;
    gap: 5.089vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .tag {
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: rgba(224, 224, 224, 0.1);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #686868;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .tag {
    padding: 0.25vw 0.75vw;
    border-radius: 0.5vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .tag {
    padding: 1.018vw 3.053vw;
    border-radius: 2.036vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
    margin-bottom: 7.634vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .title {
    font-size: 10.178vw;
    line-height: 12.723vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #272742;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .description {
    font-size: 0.938vw;
    line-height: 1.563vw;
    margin-top: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .description {
    font-size: 3.817vw;
    line-height: 6.361vw;
    margin-top: 3.053vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper {
  margin-top: 40px;
  position: relative;
  padding: 20px 30px 20px 179px;
  border-radius: 25px;
  background: #F4F6F8;
  min-width: 636px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper {
    margin-top: 2.5vw;
    padding: 1.25vw 1.875vw 1.25vw 11.188vw;
    border-radius: 1.563vw;
    min-width: 39.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper {
    margin-top: 7.634vw;
    padding: 5.089vw 5.089vw 5.089vw 40.458vw;
    border-radius: 6.361vw;
    min-width: 100%;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .image__wrapper {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 124px;
  height: 124px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .image__wrapper {
    left: 1.875vw;
    width: 7.75vw;
    height: 7.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .image__wrapper {
    left: 2.545vw;
    width: 31.552vw;
    height: 31.552vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .image__wrapper img {
  width: 100%;
  object-fit: cover;
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .text__wrapper .name {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .text__wrapper .name {
    font-size: 1.563vw;
    line-height: 2.188vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .text__wrapper .name {
    font-size: 5.598vw;
    line-height: 6.616vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .text__wrapper .description {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .text__wrapper .description {
    margin-top: 0.313vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .wrapper__hero .author__wrapper .text__wrapper .description {
    margin-top: 1.272vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
    text-align: left;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper {
    gap: 5.089vw;
    flex-direction: column;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right {
    padding: 1.25vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right {
    padding: 5.089vw;
    border-radius: 16px;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .title,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .title {
  height: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .title,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .title {
    height: 2.188vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .title,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .title {
    height: 8.906vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .description,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .description {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .description,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .description {
    margin-top: 0.75vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .description,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .description {
    margin-top: 3.053vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .subdescription,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .subdescription {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .subdescription,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .subdescription {
    margin-top: 1.25vw;
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .subdescription,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .subdescription {
    margin-top: 5.089vw;
    gap: 5.089vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .subdescription p,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .subdescription p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .subdescription p,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .subdescription p {
    font-size: 1.125vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .subdescription p,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .subdescription p {
    font-size: 4.58vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .subdescription p b,
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .subdescription p b {
  font-weight: 600;
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left {
  border: 1px dashed #FF8989;
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .title {
    font-size: 1.563vw;
    line-height: 2.188vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .title {
    font-size: 6.361vw;
    line-height: 8.906vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list {
    margin-top: 1.25vw;
    gap: 0.938vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list {
    margin-top: 5.089vw;
    gap: 3.817vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 10px;
  background: rgba(248, 244, 244, 0.5);
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item {
    padding: 0.313vw 0.938vw;
    gap: 1.25vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item {
    padding: 2.545vw 3.817vw;
    gap: 1.272vw;
    border-radius: 2.545vw;
    flex-direction: column;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .title {
    gap: 0.938vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .title {
    gap: 3.817vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .title svg {
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .title svg {
    width: 0.375vw;
    height: 0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .title svg {
    width: 1.527vw;
    height: 1.527vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .descrption {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .descrption {
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .tools__list .item .descrption {
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_left .subdescription b {
  color: #DA5A5A;
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right {
  border: 1px solid #77DE88;
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .title svg {
  width: 128px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .title svg {
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .title svg {
    width: 32.57vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper {
  width: 100%;
  margin-top: 20px;
  background: rgba(244, 248, 245, 0.5);
  border-radius: 10px;
  padding: 5px 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper {
    margin-top: 1.25vw;
    border-radius: 0.625vw;
    padding: 0.313vw 0.938vw;
    gap: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper {
    margin-top: 5.089vw;
    border-radius: 2.545vw;
    padding: 5.089vw 3.817vw;
    gap: 6.361vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .affise-tools {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .affise-tools {
    gap: 0.938vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .affise-tools {
    gap: 3.817vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .affise-tools .item {
  flex-basis: calc((100% - 15px) / 2);
  border-radius: 10px;
  border: 2px solid #F2F2F2;
  background: #FFF;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .affise-tools .item {
    flex-basis: calc((100% - 0.938vw) / 2);
    border-radius: 0.625vw;
    padding: 0.313vw 0.938vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .affise-tools .item {
    flex-basis: 100%;
    border-radius: 2.545vw;
    padding: 1.272vw 3.817vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .tools-description {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .tools-description {
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .affise-tools-wrapper .tools-description {
    font-size: 3.817vw;
    line-height: 6.361vw;
    text-align: center;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .comparison__wrapper .column_right .subdescription b {
  color: #4BAA02;
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper {
    gap: 5.089vw;
    flex-wrap: wrap;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px;
  border-radius: 15px;
  background: #F4F6F8;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card {
    padding: 0.938vw 1.25vw;
    border-radius: 0.938vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card {
    padding: 3.817vw;
    border-radius: 3.817vw;
    flex-basis: 100%;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #272742;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card .title {
    font-size: 2.188vw;
    line-height: 2.813vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card .title {
    font-size: 7.634vw;
    line-height: 10.178vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card .description {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #272742;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card .description {
    margin-top: 0.313vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .cards__wrapper .card .description {
    margin-top: 1.272vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .subdescription {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #9C9C9C;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .subdescription {
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-real-monday .block-enterprise-tracking-real-monday__wrapper .subdescription {
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}

.block-enterprise-tracking-how-it-work {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work {
    margin: 6.107vw 0;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper {
  padding: 44px;
  border-radius: 12px;
  background: #000302;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper {
    padding: 6.107vw 5.089vw;
    border-radius: 3.053vw;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper::after {
  content: "";
  width: 1767px;
  height: 138px;
  transform: rotate(-21deg) translate(0, -50%);
  position: absolute;
  left: 50% px;
  bottom: 20%;
  border-radius: 100%;
  opacity: 0.5;
  background: #26847C;
  filter: blur(82px);
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper::after {
    width: 110.438vw;
    height: 8.625vw;
    filter: blur(5.125vw);
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper::after {
    width: 449.618vw;
    height: 35.115vw;
    filter: blur(20.865vw);
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .tag {
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #7DFF45;
  background: rgba(125, 255, 69, 0.1);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #7DFF45;
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .tag {
    padding: 0.25vw 0.75vw;
    border-radius: 0.5vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .tag {
    padding: 1.018vw 3.053vw;
    border-radius: 2.036vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
    margin-bottom: 6.107vw;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  text-align: center;
  z-index: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .title {
    font-size: 10.178vw;
    line-height: 12.723vw;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-top: 24px;
  z-index: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .description {
    font-size: 1.125vw;
    line-height: 1.5vw;
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .description {
    font-size: 4.58vw;
    line-height: 6.107vw;
    margin-top: 6.107vw;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper {
    margin-top: 3.125vw;
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper {
    margin-top: 7.634vw;
    gap: 4.071vw;
    flex-wrap: wrap;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  padding: 24px;
  z-index: 2;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card {
    gap: 1vw;
    border-radius: 1vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card {
    gap: 4.071vw;
    border-radius: 4.071vw;
    padding: 6.107vw;
    flex-basis: 100%;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .number {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #7DFF45;
  background: rgba(125, 255, 69, 0.1);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #7DFF45;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .number {
    width: 2.125vw;
    height: 2.125vw;
    border-radius: 0.5vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .number {
    width: 8.651vw;
    height: 8.651vw;
    border-radius: 2.036vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .title {
    font-size: 6.107vw;
  }
}
.block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .description {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .description {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-how-it-work .block-enterprise-tracking-how-it-work__wrapper .cards__wrapper .card .description {
    font-size: 4.58vw;
    line-height: 6.107vw;
  }
}

.block-enterprise-tracking-creator-report {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report {
    margin: 6.107vw 0;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper {
  padding: 44px 50px;
  border-radius: 12px;
  border: 1px solid #D4D4D4;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper {
    padding: 2.75vw 3.125vw;
    border-radius: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper {
    padding: 5.089vw;
    border-radius: 3.053vw;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper {
  display: flex;
  align-items: stretch;
  gap: 44px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper {
    gap: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper {
    gap: 6.107vw;
    flex-direction: column;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left {
  width: 600px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left {
    width: 37.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left {
    width: 100%;
    align-items: center;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .title {
    font-size: 2.375vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .title {
    font-size: 8.906vw;
    text-align: center;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .description {
    gap: 1.5vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .description {
    gap: 6.107vw;
    margin-top: 8.142vw;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(39, 39, 66, 0.7);
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .description p {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .description p {
    font-size: 4.58vw;
    line-height: 6.107vw;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .button_white {
  margin-top: 32px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 2px solid #272742;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  background-color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .button_white {
    margin-top: 2vw;
    padding: 0.75vw 1vw;
    border-radius: 0.5vw;
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .button_white {
    margin-top: 8.142vw;
    padding: 3.053vw 4.071vw;
    border-radius: 2.036vw;
    font-size: 3.817vw;
    line-height: 5.089vw;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .button_white:hover {
  background-color: #272742;
  color: #fff;
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .subdescription {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .subdescription {
    margin-top: 1vw;
    gap: 0.75vw;
    font-size: 1.125vw;
    line-height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .subdescription {
    margin-top: 4.071vw;
    gap: 3.053vw;
    font-size: 4.071vw;
    line-height: 6.107vw;
    align-items: flex-start;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .subdescription svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .subdescription svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_left .subdescription svg {
    width: 6.107vw;
    height: 6.107vw;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_right .image__wrapper {
  width: 100%;
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_right .image__wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_right .image__wrapper img {
    border-radius: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .columns__wrapper .column_right .image__wrapper img {
    border-radius: 3.053vw;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper {
  margin-top: 44px;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper {
    margin-top: 2.75vw;
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper {
    margin-top: 7.634vw;
    gap: 4.071vw;
    flex-wrap: wrap;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper .card {
  flex: 1 0 0;
  padding: 16px;
  border-radius: 16px;
  background: #F6F7FA;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper .card {
    padding: 1vw;
    border-radius: 1vw;
    gap: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper .card {
    padding: 4.071vw;
    border-radius: 4.071vw;
    gap: 3.053vw;
    flex-basis: 100%;
  }
}
.block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper .card p {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper .card p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-creator-report .block-enterprise-tracking-creator-report__wrapper .cards__wrapper .card p {
    font-size: 4.58vw;
  }
}

.block-enterprise-tracking-alternatives {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives {
    margin: 6.107vw 0;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper {
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper {
    padding: 2.75vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper {
    padding: 6.107vw 0;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #272742;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .title {
    font-size: 10.178vw;
    line-height: 12.723vw;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table {
    margin-top: 7.634vw;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #E4E4EC;
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row {
    border-bottom: none;
    width: 237.15vw;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item {
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #232335;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item {
    padding: 0.938vw;
    font-size: 0.938vw;
    line-height: 1.563vw;
    gap: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item {
    padding: 3.817vw;
    font-size: 3.817vw;
    line-height: 6.361vw;
    gap: 2.545vw;
    border-bottom: 1px solid #E4E4EC;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__head {
  flex-shrink: 0;
  width: 288px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__head {
    width: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__head {
    width: 30.534vw;
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 2;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__affise {
  flex-shrink: 0;
  width: 288px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__affise {
    width: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__affise {
    width: 50.891vw;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__alternative {
  flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__alternative {
    flex-basis: 50.891vw;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__affise svg,
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__alternative svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 3px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__affise svg,
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__alternative svg {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: 0.188vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__affise svg,
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row .item__alternative svg {
    width: 5.089vw;
    height: 5.089vw;
    margin-top: 0.763vw;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head {
  border-bottom: none;
  background-color: #F6F7FA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head {
    border-top-left-radius: 0.625vw;
    border-top-right-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head {
    border-top-left-radius: 2.545vw;
    border-top-right-radius: 2.545vw;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head .item {
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head .item {
    background-color: #F6F7FA;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head .item__affise svg {
  height: 13px;
  width: auto;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head .item__affise svg {
    height: 0.813vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head .item__affise svg {
    height: 3.308vw;
  }
}
.block-enterprise-tracking-alternatives .block-enterprise-tracking-alternatives__wrapper .alternatives-table .table__row.row__head .item__alternative {
  opacity: 0.7;
  font-weight: 500;
}

.block-enterprise-tracking-faq {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-faq {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-faq {
    margin: 6.107vw 0;
  }
}
.block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper {
    padding: 2.5vw 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper {
    padding: 5.089vw;
  }
}
.block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #272742;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .title {
    font-size: 10.178vw;
    line-height: 12.723vw;
  }
}
.block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper {
  margin-top: 75px;
  width: 1166px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper {
    margin-top: 4.688vw;
    width: 72.875vw;
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper {
    margin-top: 7.634vw;
    width: 100%;
    gap: 5.089vw;
  }
}
.block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item {
  border-bottom: 1px solid #CCCCCC;
}
.block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .question {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #272742;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .question {
    padding-bottom: 1.25vw;
    gap: 1.25vw;
    font-size: 1.25vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .question {
    padding-bottom: 5.089vw;
    gap: 5.089vw;
    font-size: 5.089vw;
    line-height: 6.361vw;
  }
}
.block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .question svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .question svg {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .question svg {
    width: 5.089vw;
    height: 5.089vw;
  }
}
.block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .answer p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #272742;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .answer p {
    font-size: 1.125vw;
    line-height: 1.375vw;
    padding-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-faq .block-enterprise-tracking-faq__wrapper .questions__wrapper .item .answer p {
    font-size: 4.58vw;
    line-height: 5.598vw;
    padding-bottom: 5.089vw;
  }
}

.block-enterprise-tracking-footer-cta {
  margin-top: 32px;
  background-color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-footer-cta {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-footer-cta {
    margin-top: 6.107vw;
  }
}
.block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper {
    padding: 3.75vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper {
    padding: 10.178vw 0;
  }
}
.block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .title {
    font-size: 10.178vw;
    line-height: 12.723vw;
  }
}
.block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .title b {
  color: #6E6EFF;
}
.block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .description {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .description {
    margin-top: 1vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .description {
    margin-top: 4.071vw;
    font-size: 4.071vw;
  }
}
.block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .button_blue {
  padding: 20px 50px;
  border-radius: 10px;
  background-color: #3F3FFF;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .button_blue {
    padding: 1.25vw 3.125vw;
    border-radius: 0.625vw;
    margin-top: 1.875vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .button_blue {
    padding: 5.089vw 12.723vw;
    border-radius: 2.545vw;
    margin-top: 7.634vw;
    font-size: 4.58vw;
  }
}
.block-enterprise-tracking-footer-cta .block-enterprise-tracking-footer-cta__wrapper .button_blue:hover {
  background-color: #fff;
  color: #272742;
}