.fancybox-content {
  background: none !important;
}

.fancybox-button svg {
  color: #ffffff !important;
}

.challenge {
  position: relative;
}
.challenge h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 51px;
  text-transform: none;
  color: #151526;
}
.challenge h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #151526;
}
.challenge h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #151526;
}
.challenge .title-gradient-purple {
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
  text-align: center;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #060539 105.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: none;
}
.challenge .number-gradient-purple {
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
  color: #FFFFFF;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #060539 105.23%);
  -webkit-text-stroke: 4px transparent;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: text;
}
.challenge p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.challenge p.big {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.challenge p.big-bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.challenge .gray-blue {
  color: #6C7282;
}
.challenge .white {
  color: #FFFFFF;
}
.challenge .blue-darkest {
  color: #151526;
}
.challenge .blue {
  color: #00B0FF;
}
.challenge .orange {
  color: #FF6D00;
}
.challenge .separator {
  height: 0;
  border-bottom: 1px dashed #C2C2C2;
}
.challenge .row-flex {
  display: flex;
  width: 100%;
}
.challenge .list ul.list-blue-mark li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  list-style-type: none;
  padding-bottom: 10px;
}
.challenge .list ul.list-blue-mark li:last-child {
  padding-bottom: 0;
}
.challenge .list-separator ul.list-blue-mark li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  list-style-type: none;
  border-top: 1px dashed #C2C2C2;
  padding: 20px 0;
}
.challenge .list-separator ul.list-blue-mark li:last-child {
  padding-bottom: 0;
}
.challenge .list-separator ul.list-orange-mark li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  list-style-type: none;
  border-top: 1px dashed #C2C2C2;
  padding: 20px 0;
}
.challenge .list-separator ul.list-orange-mark li:last-child {
  padding-bottom: 0;
}
.challenge .list-line ul.list-orange-mark {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.challenge .list-line ul.list-orange-mark li {
  display: flex;
  gap: 10px;
  align-items: center;
  list-style-type: none;
  padding-right: 20px;
}
.challenge .dbl-col {
  display: flex;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
}
.challenge .dbl-col div {
  align-items: flex-start;
  flex: 48%;
}
.challenge .dbl-col-separator {
  display: flex;
  width: 100%;
  gap: 30px;
}
.challenge .dbl-col-separator div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex: 48%;
  list-style-type: none;
  border-top: 1px dashed #C2C2C2;
  padding: 20px 0;
}
.challenge .triple-col {
  display: flex;
  width: 100%;
  gap: 30px;
}
.challenge .triple-col div {
  align-items: flex-start;
  flex: 33%;
}
.challenge .triple-col-separator {
  display: flex;
  width: 100%;
  gap: 30px;
}
.challenge .triple-col-separator div {
  align-items: flex-start;
  flex: 33%;
  border-top: 1px dashed #C2C2C2;
  padding-top: 10px;
}
.challenge .learn-more {
  width: 230px;
  height: 44px;
  border-radius: 52px;
  background: #FF6D00;
  padding: 15px 80px 15px 80px;
  position: relative;
  z-index: 3;
}
.challenge .learn-more a {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
}
.challenge .btn-ghost {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #FF6D00;
  border: 1px solid rgba(255, 109, 0, 0.2);
  padding: 15px 44px;
  border-radius: 52px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.challenge .circle-backing, .challenge .image-inside-circle {
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-top: 40px;
  display: block;
}
.challenge .image-inside-circle {
  width: 100%;
}
.challenge .circle-backing-tab {
  display: none;
}
.challenge .circle-backing-new, .challenge .image-inside-circle-new {
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-top: 40px;
  display: block;
}
.challenge .image-inside-circle-new {
  width: 100%;
}
.challenge .braces-two-card h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  grid-area: 1/1/2/3;
}
.challenge .braces-two-card__card-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 116px 28px 161px auto;
  max-width: 991px;
  margin: 0 auto;
}
.challenge .braces-two-card__brace-wrapper {
  grid-area: 2/1/5/3;
  display: flex;
  justify-content: center;
}
.challenge .braces-two-card__brace-wrapper div:first-of-type {
  position: relative;
  right: -1px;
}
.challenge .braces-two-card__brace-wrapper div:last-of-type {
  position: relative;
  left: -1px;
}
.challenge .braces-two-card__card {
  position: relative;
  width: 465px;
  height: 161px;
  margin: 0;
  padding: 53px 161px;
  border-radius: 104px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
.challenge .braces-two-card__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 104px;
  padding: 1px;
  background: linear-gradient(20deg, #100026 -5.11%, #9E60BB 44.19%, #DEDEE5 86.29%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
}
.challenge .braces-two-card__card:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 104px;
  background: transparent;
  z-index: 1;
}
.challenge .braces-two-card__card span {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 2;
}
.challenge .braces-two-card__card.card-1 {
  grid-area: 4/1/6/2;
  justify-self: center;
  position: relative;
  right: -40px;
}
.challenge .braces-two-card__card.card-2 {
  grid-area: 4/2/6/3;
  justify-self: center;
  position: relative;
  left: -40px;
}
.challenge .braces-three-card h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  grid-area: 1/1/2/3;
}
.challenge .braces-three-card__card-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 116px 20px 161px auto;
  max-width: 991px;
  margin: 0 auto;
}
.challenge .braces-three-card__brace-wrapper {
  grid-area: 2/1/5/3;
  display: flex;
  justify-content: center;
}
.challenge .braces-three-card__brace-wrapper div:first-of-type {
  position: relative;
  right: -1px;
}
.challenge .braces-three-card__brace-wrapper div:last-of-type {
  position: relative;
  left: -1px;
}
.challenge .braces-three-card__card {
  position: relative;
  width: 330px;
  height: 161px;
  margin: 0;
  padding: 53px 118px;
  border-radius: 104px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
.challenge .braces-three-card__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 104px;
  padding: 1px;
  background: linear-gradient(20deg, #100026 -5.11%, #9E60BB 44.19%, #DEDEE5 86.29%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
}
.challenge .braces-three-card__card:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 104px;
  background: transparent;
  z-index: 1;
}
.challenge .braces-three-card__card span {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 2;
}
.challenge .braces-three-card__card.card-1 {
  grid-area: 4/1/6/2;
  justify-self: start;
  position: relative;
  right: -50px;
}
.challenge .braces-three-card__card.card-2 {
  grid-area: 4/1/6/3;
  justify-self: center;
  position: relative;
  left: 0;
}
.challenge .braces-three-card__card.card-3 {
  grid-area: 4/2/6/3;
  justify-self: end;
  position: relative;
  left: -50px;
}
.challenge .circle-img-and-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 76px;
}
.challenge .circle-img-and-text__icon {
  width: calc(33.33% - 76px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.challenge .circle-img-and-text__img {
  width: 150px;
}
.challenge .circle-img-and-text__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.challenge__header {
  position: relative;
  height: calc(100vh - 180px);
  min-height: 320px;
}
.challenge__header .header-content {
  background: grey no-repeat center top/cover;
  background-image: var(--bg-base), var(--bg-def);
  position: relative;
  height: calc(100vh + 2px);
  min-height: fit-content;
  top: -180px;
  padding-top: 180px;
  padding-bottom: 100px;
}
.challenge__header .header-content .header-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100vh - 280px);
  min-height: fit-content;
}
.challenge__header .header-content .header-text h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 76px;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 40px;
  z-index: 2;
  position: relative;
}
.challenge__header .header-content .header-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #FFFFFF;
  z-index: 2;
  position: relative;
}
.challenge__header .header-content .header-text .header-text-col2 {
  display: flex;
  gap: 20px;
}
.challenge__header .header-content .header-text .header-text-col2 div {
  width: 50%;
}
.challenge__header .header-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 12, 39, 0) 50%, #100C27 100%), linear-gradient(360deg, rgba(16, 12, 39, 0) 60%, #100C27 100%);
}
.challenge__block-text-white-background {
  padding: 100px 0 100px 0;
}
.challenge__block-grey-background {
  border-radius: 12px;
  background: #F5F5F5;
  margin: 0 24px 120px 24px;
  padding: 80px 0;
}
.challenge__block-product {
  margin: 20px 24px;
  padding: 117px 0;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.challenge__block-product:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.challenge__block-product h2 {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.challenge__block-product .row-flex {
  z-index: 2;
  position: relative;
  gap: 30px;
}
.challenge__block-product .row-flex div {
  width: 43%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.challenge__block-product .row-flex div img {
  padding-top: 3px;
}
.challenge__block-product .row-flex div.separator {
  margin: 30px 0;
}
.challenge__block-product .row-flex .learn-more {
  margin-top: 40px;
  width: 154px;
  height: 44px;
  border-radius: 52px;
  background: #FF6D00;
  padding: 15px 40px 15px 40px;
  position: relative;
  z-index: 3;
}
.challenge__block-product .row-flex .learn-more a {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
}
.challenge__block-img-text-white-background-new {
  margin: 100px 24px;
  position: relative;
}
.challenge__block-img-text-white-background-new .wrapper-img-text {
  position: relative;
}
.challenge__block-img-text-white-background-new .wrapper-img-text .img-base {
  border-radius: 12px;
  width: 40%;
  position: absolute;
  height: 100%;
}
.challenge__block-img-text-white-background-new .wrapper-img-text .img-base.img-left {
  top: 0;
  left: 0;
}
.challenge__block-img-text-white-background-new .wrapper-img-text .img-base.img-right {
  top: 0;
  right: 0;
}
.challenge__block-img-text-white-background-new .wrapper-text {
  padding: 100px 0;
}
.challenge__block-header-background {
  margin: 20px 24px;
  padding: 100px 0;
  border-radius: 12px;
  position: relative;
}
.challenge__block-header-background:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(7, 5, 98, 0.4);
  z-index: 1;
}
.challenge__block-header-background h2 {
  z-index: 2;
  position: relative;
}
.challenge__block-header-background p {
  z-index: 2;
  position: relative;
}
.challenge__block-blue-darkest {
  padding: 100px 113px;
  background: #151526;
}
.challenge__block-abstract-background {
  margin: 20px 24px;
  padding: 140px 0 198px 0;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.challenge__block-abstract-background:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.challenge__block-abstract-background h2 {
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.challenge__block-abstract-background .row-flex {
  z-index: 2;
  position: relative;
  gap: 30px;
  padding-bottom: 40px;
}
.challenge__block-abstract-background .row-flex div {
  width: 43%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.challenge__block-abstract-background .row-flex div img {
  padding-top: 3px;
}
.challenge__block-abstract-background .row-flex:last-child {
  padding-bottom: 0;
}
.challenge__send {
  padding: 166px 0;
}

.abnormal-event-detection .challenge__block-text-white-background {
  padding: 140px 0 80px 0;
}
.abnormal-event-detection .challenge__block-text-white-background .separator {
  margin: 30px 0;
}
.abnormal-event-detection .challenge__block-grey-background h3 {
  padding-bottom: 60px;
}
.abnormal-event-detection .challenge__block-grey-background .row-flex {
  padding-bottom: 40px;
}
.abnormal-event-detection .challenge__block-grey-background .row-flex div {
  width: 50%;
  padding-right: 190px;
}
.abnormal-event-detection .challenge__block-grey-background .row-flex div img {
  padding-bottom: 20px;
}
.abnormal-event-detection .challenge__block-grey-background .row-flex:last-child {
  padding-bottom: 0;
}
.abnormal-event-detection .challenge__block-img-text-white-background-new {
  margin: 100px 24px 140px 24px;
}
.abnormal-event-detection .challenge__block-img-text-white-background-new h2 {
  padding-bottom: 30px;
}

.employee-with-problems .challenge__block-text-white-background.human-factor {
  padding: 140px 0 80px 0;
}
.employee-with-problems .challenge__block-text-white-background .list-line {
  padding-top: 80px;
}
.employee-with-problems .challenge__block-grey-background h3 {
  padding-bottom: 30px;
}
.employee-with-problems .challenge__block-img-text-white-background-new {
  margin: 100px 24px 140px 24px;
}
.employee-with-problems .challenge__block-img-text-white-background-new h2 {
  padding-bottom: 60px;
}
.employee-with-problems .challenge__block-img-text-white-background-new .separator {
  margin: 30px 0;
}

.behavioral-risk-management .challenge__block-text-white-background.technology-ueba {
  padding: 140px 0 80px 0;
}
.behavioral-risk-management .challenge__block-text-white-background.technology-ueba h2 {
  padding-bottom: 30px;
}
.behavioral-risk-management .challenge__block-grey-background h3 {
  padding-bottom: 15px;
}
.behavioral-risk-management .challenge__block-grey-background h4 {
  padding-bottom: 10px;
}
.behavioral-risk-management .challenge__block-grey-background .wrapper-row {
  padding-bottom: 60px;
}
.behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics {
  padding-top: 100px;
}
.behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics h3 {
  font-weight: 400;
  padding-bottom: 60px;
}
.behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex {
  gap: 30px;
}
.behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex div {
  flex: 48%;
}
.behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex:last-child {
  padding-top: 40px;
}
.behavioral-risk-management .challenge__block-text-white-background .convergence h2 {
  padding-bottom: 20px;
}
.behavioral-risk-management .challenge__block-text-white-background .convergence .row-flex {
  padding-top: 60px;
  gap: 95px;
}
.behavioral-risk-management .challenge__block-text-white-background .convergence .row-flex div {
  flex: 48%;
}
.behavioral-risk-management .challenge__block-text-white-background .convergence .row-flex div img {
  padding-bottom: 30px;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases h2 {
  text-align: center;
  padding-bottom: 60px;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex {
  flex-wrap: wrap;
  align-items: stretch;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content {
  flex: 33.33%;
  display: flex;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content:nth-child(3n+1) {
  padding: 0 20px 30px 0;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content:nth-child(3n+2) {
  padding: 0 10px 30px 10px;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content:nth-child(3n+3) {
  padding: 0 0 30px 20px;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content div, .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note div {
  padding: 30px 40px;
  border-radius: 16px;
  border: 1px solid rgba(21, 21, 38, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  min-height: 230px;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note {
  width: 66.67%;
  display: flex;
  justify-content: end;
  position: relative;
  padding: 0 0 30px 10px;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note div.note {
  justify-content: end;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note div.note__asterisk {
  padding: 0;
  margin: 0 1px 30px 0;
  border: none;
  right: 0;
  bottom: 0;
  position: absolute;
  min-height: 151px;
  max-height: 151px;
  max-width: 140px;
  z-index: 1;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note div.note__asterisk img {
  padding: 0;
  margin: 0;
}
.behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note div.note p {
  z-index: 2;
}
.behavioral-risk-management .challenge__block-header-background p {
  padding-bottom: 30px;
}
.behavioral-risk-management .challenge__block-header-background .box-trial {
  z-index: 2;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 62px 40px 40px;
  margin-top: 50px;
}
.behavioral-risk-management .challenge__block-header-background .box-trial p {
  padding-bottom: 0;
}
.behavioral-risk-management .challenge__block-header-background .box-trial .learn-more {
  margin-top: 40px;
}
.behavioral-risk-management .challenge__block-img-text-white-background-new {
  margin: 100px 24px;
}
.behavioral-risk-management .challenge__block-img-text-white-background-new h2 {
  padding-bottom: 40px;
}
.behavioral-risk-management .challenge__block-img-text-white-background-new .separator {
  margin: 30px 0;
}
.behavioral-risk-management .challenge__block-img-text-white-background-new .row-flex {
  padding-top: 40px;
  gap: 30px;
}
.behavioral-risk-management .challenge__block-img-text-white-background-new .row-flex h3 {
  padding-bottom: 15px;
  font-weight: 400;
}
.behavioral-risk-management .challenge__block-img-text-white-background-new .row-flex div {
  flex: 50%;
}
.behavioral-risk-management .challenge__block-img-text-white-background-new .row-flex div:last-child {
  flex: 49%;
}
.behavioral-risk-management .challenge__block-blue-darkest p.big-percent {
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
  text-align: left;
  color: #00B0FF;
  padding-bottom: 10px;
}
.behavioral-risk-management .challenge__block-blue-darkest p.text-percent {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #8490A4;
}
.behavioral-risk-management .challenge__block-text-white-background.solution-pattern {
  padding: 100px 0 120px 0;
}
.behavioral-risk-management .challenge__block-text-white-background.solution-pattern h2 {
  padding-bottom: 80px;
}
.behavioral-risk-management .challenge__block-text-white-background.solution-pattern .row-flex {
  width: 100%;
  gap: 30px;
}
.behavioral-risk-management .challenge__block-text-white-background.solution-pattern .row-flex div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex: 48%;
  list-style-type: none;
  border-top: 1px dashed #C2C2C2;
  padding: 20px 0;
}

.data-at-rest-discovery .challenge__block-img-text-white-background-new h2 {
  padding-bottom: 60px;
}
.data-at-rest-discovery .challenge__block-img-text-white-background-new .separator {
  margin: 30px 0;
}
.data-at-rest-discovery .challenge__block-abstract-background {
  margin-bottom: 140px;
}

.data-encryption .challenge__block-text-white-background.encryption {
  padding: 140px 0 80px 0;
}
.data-encryption .challenge__block-text-white-background.encryption h2 {
  padding-bottom: 30px;
}
.data-encryption .challenge__block-img-text-white-background-new {
  margin: 100px 24px 140px 24px;
}
.data-encryption .challenge__block-img-text-white-background-new h2 {
  padding-bottom: 30px;
}

.data-visibility .challenge__block-product {
  margin: 140px 24px 20px 24px;
}
.data-visibility .challenge__block-text-white-background.another-block-text {
  padding: 140px 0 100px 0;
}
.data-visibility .challenge__block-text-white-background .data-arrangement h2 {
  padding-bottom: 40px;
}
.data-visibility .challenge__block-text-white-background .data-arrangement .row-flex {
  padding-top: 40px;
  gap: 30px;
}
.data-visibility .challenge__block-text-white-background .data-arrangement .row-flex div {
  flex: 48%;
}
.data-visibility .challenge__block-text-white-background .data-arrangement .row-flex div img {
  padding-bottom: 30px;
}
.data-visibility .challenge__send .send-header-text h2 {
  padding-bottom: 30px;
}

.measuring-employee-morale .challenge__block-product {
  margin: 140px 24px 20px 24px;
}
.measuring-employee-morale .challenge__block-img-text-white-background-new {
  margin: 100px 24px 20px 24px;
}
.measuring-employee-morale .challenge__block-img-text-white-background-new .list-separator {
  margin: 40px 0 60px 0;
}
.measuring-employee-morale .challenge__block-text-white-background {
  padding: 100px 0 140px 0;
}
.measuring-employee-morale .challenge__block-text-white-background h2 {
  padding-bottom: 30px;
}

.real-time-monitoring .challenge__block-text-white-background {
  padding: 140px 24px 100px 24px;
}
.real-time-monitoring .challenge__block-text-white-background h2 {
  padding-bottom: 30px;
}
.real-time-monitoring .challenge__block-img-text-white-background-new {
  margin: 48px 24px 140px 24px;
}
.real-time-monitoring .challenge__block-img-text-white-background-new h2 {
  padding-bottom: 30px;
}
.real-time-monitoring .challenge__block-img-text-white-background-new .wrapper-text {
  text-align: left;
}
.real-time-monitoring .challenge__send p {
  padding-top: 30px;
}

.investigation .challenge__block-text-white-background {
  padding: 140px 0 100px 0;
}
.investigation .challenge__block-text-white-background h2 {
  padding-bottom: 80px;
}
.investigation .challenge__block-img-text-white-background-new .wrapper-text {
  text-align: left;
}
.investigation .challenge__block-img-text-white-background-new .wrapper-text h2 {
  padding-bottom: 15px;
}
.investigation .challenge__block-img-text-white-background-new .wrapper-text p {
  padding-top: 15px;
}
.investigation .challenge__block-img-text-white-background-new .list {
  margin-top: 30px;
}
.investigation .challenge__block-img-text-white-background-new .list li p {
  padding: 0;
}

.employee-profiling .challenge__block-text-white-background.personnel-management {
  padding: 140px 0 100px 0;
}
.employee-profiling .challenge__block-text-white-background.personnel-management h2 {
  padding-bottom: 30px;
}
.employee-profiling .challenge__block-text-white-background h2, .employee-profiling .challenge__block-text-white-background .dbl-col-separator:last-child {
  padding-bottom: 60px;
}
.employee-profiling .challenge__block-header-background {
  margin: 20px 24px 140px 24px;
}
.employee-profiling .challenge__block-header-background h2 {
  padding-bottom: 30px;
}
.employee-profiling .challenge__send p.big {
  padding-bottom: 30px;
}

.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote {
  padding: 140px 0 100px 0;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote h2 {
  padding-bottom: 80px;
  text-align: left;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote .row-flex {
  margin-top: 40px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking {
  margin: 100px 24px 20px 24px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking .learn-more {
  margin-top: 60px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report {
  margin: 20px 24px 100px 24px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report h2 {
  padding-bottom: 15px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report p {
  padding-top: 15px;
}
.time-tracking-and-employee-monitoring-software .challenge__send h2 {
  padding-bottom: 30px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics {
  padding: 200px 24px 100px 24px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics h2 {
  padding-bottom: 0;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent {
  margin-top: 100px;
  background: #F5F5F5;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 45px 58px 50px 60px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent div p.text-percent {
  padding-top: 60px;
  width: 50%;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent .percent-number, .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent .percent-symbol {
  display: inline-block;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics p.footnote {
  padding-top: 60px;
  text-align: center;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .braces-three-card {
  padding-top: 140px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background h2 {
  padding-bottom: 50px;
  text-align: center;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background h4 {
  padding-bottom: 10px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background .dbl-col div ul {
  margin-bottom: 0;
}
.time-tracking-and-employee-monitoring-software .challenge__block-grey-background {
  margin: 0 24px 100px 24px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-grey-background ul {
  margin: 0;
  padding: 0;
}
.time-tracking-and-employee-monitoring-software .challenge__block-grey-background ul li {
  list-style-type: none;
  padding-bottom: 30px;
}
.time-tracking-and-employee-monitoring-software .challenge__block-grey-background ul li:last-child {
  padding-bottom: 0;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features {
  padding: 100px 0 140px 0;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features h2 {
  text-align: left;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features .list-separator ul.list-blue-mark li {
  padding: 20px 0 30px 0;
}
.time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features .list-separator ul.list-blue-mark li:last-child {
  padding-bottom: 0;
}

.corporate-fraud .challenge__block-text-white-background.grc {
  padding: 140px 0 100px 0;
}
.corporate-fraud .challenge__block-text-white-background.grc h2 {
  padding-bottom: 80px;
  text-align: center;
}
.corporate-fraud .challenge__block-text-white-background.grc h3 {
  font-weight: 400;
  padding-bottom: 30px;
  text-align: center;
}
.corporate-fraud .challenge__block-text-white-background.grc .grc-buttons {
  display: flex;
  width: 100%;
  justify-content: center;
}
.corporate-fraud .challenge__block-text-white-background.grc .grc-buttons a {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #6C7282;
  text-decoration: none;
  padding: 15px 24px 15px 24px;
  border-radius: 52px;
  background: #F5F5F5;
  margin-right: 10px;
  line-height: 13px;
}
.corporate-fraud .challenge__block-text-white-background.grc .grc-buttons a:hover {
  color: #FFFFFF;
  background: #FF6D00;
}
.corporate-fraud .challenge__block-text-white-background.management-controls {
  padding: 140px 0 100px 0;
}
.corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box {
  gap: 30px;
  display: flex;
  padding-bottom: 80px;
}
.corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box .management-controls-line {
  width: 217px;
  height: 1px;
  border-top: 1px solid rgba(21, 21, 38, 0.15);
  margin-top: 55px;
}
.corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box h2 {
  display: inline-block;
  text-align: left;
}
.corporate-fraud .challenge__block-text-white-background.management-controls .triple-col {
  padding-bottom: 140px;
}
.corporate-fraud .challenge__block-text-white-background.management-controls .triple-col img {
  padding-bottom: 15px;
}
.corporate-fraud .challenge__block-text-white-background.management-controls .triple-col h3 {
  font-weight: 400;
  padding-bottom: 15px;
}
.corporate-fraud .challenge__block-header-background.policies p {
  text-align: center;
}
.corporate-fraud .challenge__block-header-background.policies p:last-child {
  margin-top: 40px;
}
.corporate-fraud .challenge__block-text-white-background.insider-threats h2 {
  padding-bottom: 40px;
}
.corporate-fraud .challenge__block-text-white-background.insider-threats .separator {
  margin: 30px 0;
}
.corporate-fraud .challenge__block-text-white-background.iternal-controls {
  padding: 140px 0 100px 0;
}
.corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box {
  gap: 30px;
  display: flex;
  padding-bottom: 80px;
}
.corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box .iternal-controls-line {
  width: 217px;
  height: 1px;
  border-top: 1px solid rgba(21, 21, 38, 0.15);
  margin-top: 55px;
}
.corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box h2 {
  display: inline-block;
  text-align: left;
}
.corporate-fraud .challenge__block-text-white-background.iternal-controls h3 {
  padding-bottom: 30px;
  font-weight: 400;
}
.corporate-fraud .challenge__block-text-white-background.iternal-controls .triple-col-separator {
  margin-bottom: 60px;
}
.corporate-fraud .challenge__block-text-white-background.iternal-controls .triple-col-separator:last-child {
  margin-bottom: 0;
}
.corporate-fraud .challenge__block-grey-background.segregation {
  margin: 0 24px 20px 24px;
}
.corporate-fraud .challenge__block-grey-background.segregation p.big.orange {
  padding-bottom: 10px;
}
.corporate-fraud .challenge__block-grey-background.segregation .dbl-col {
  margin: 0;
}
.corporate-fraud .challenge__block-text-white-background.three-lines h2.title-gradient-purple {
  font-size: 36px;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  padding-bottom: 60px;
}
.corporate-fraud .challenge__block-text-white-background.three-lines h3.title-gradient-purple {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  padding-bottom: 40px;
}
.corporate-fraud .challenge__block-text-white-background.three-lines .triple-col {
  padding-bottom: 100px;
}
.corporate-fraud .challenge__block-text-white-background.three-lines .triple-col div h3 {
  font-weight: 400;
}
.corporate-fraud .challenge__block-text-white-background.three-lines .triple-col div h4 {
  padding-bottom: 10px;
}
.corporate-fraud .challenge__block-text-white-background.three-lines .triple-col div .separator {
  margin: 15px 0;
}
.corporate-fraud .challenge__block-text-white-background.three-lines .matrix {
  display: flex;
  justify-content: center;
}
.corporate-fraud .challenge__block-text-white-background.iternal-audit {
  padding: 140px 24px;
}
.corporate-fraud .challenge__block-text-white-background.iternal-audit .iternal-audit-box {
  gap: 30px;
  display: flex;
  padding-bottom: 100px;
}
.corporate-fraud .challenge__block-text-white-background.iternal-audit .iternal-audit-box .iternal-audit-line {
  width: 217px;
  height: 1px;
  border-top: 1px solid rgba(21, 21, 38, 0.15);
  margin-top: 55px;
}
.corporate-fraud .challenge__block-text-white-background.iternal-audit .iternal-audit-box h2 {
  display: inline-block;
  text-align: left;
}
.corporate-fraud .challenge__block-text-white-background.iternal-audit h3 {
  padding: 30px 0 10px 0;
}

.compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text h2 {
  padding-bottom: 30px;
}
.compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text .list-title {
  padding: 80px 0 30px 0;
}
.compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark li {
  padding-bottom: 20px;
}
.compliance-management-software .challenge__block-text-white-background {
  padding: 100px 0 140px 0;
}
.compliance-management-software .challenge__block-text-white-background .wrapper-title-text {
  max-width: 790px;
  margin: 0 auto;
}
.compliance-management-software .challenge__block-text-white-background .wrapper-title-text h2 {
  text-align: center;
  padding-bottom: 30px;
}
.compliance-management-software .challenge__block-text-white-background .wrapper-title-text p {
  text-align: center;
  padding-bottom: 80px;
}

.ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text h2 {
  padding-bottom: 30px;
}
.ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text .list-title {
  padding: 60px 0 30px 0;
}
.ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark li {
  padding-bottom: 20px;
}
.ransomware-protection .challenge__block-header-background.mitigation {
  margin-bottom: 140px;
}
.ransomware-protection .challenge__block-header-background.mitigation .wrapper-content {
  text-align: center;
  max-width: 656px;
  margin: 0 auto;
}
.ransomware-protection .challenge__block-header-background.mitigation .wrapper-content h2 {
  padding-bottom: 30px;
}
.ransomware-protection .challenge__block-header-background.mitigation .wrapper-content p:last-child {
  padding-top: 15px;
}
.ransomware-protection .challenge__block-text-white-background h2 {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 60px;
  text-align: center;
}

.personal-data-protection .challenge__block-text-white-background.Efficiency-safeguarding {
  padding: 140px 0 100px 0;
}
.personal-data-protection .challenge__block-text-white-background.Efficiency-safeguarding h2 {
  padding-bottom: 80px;
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
}
.personal-data-protection .challenge__block-header-background .wrapper-content {
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
}
.personal-data-protection .challenge__block-header-background .wrapper-content h2 {
  padding-bottom: 30px;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy {
  padding: 100px 0 70px 0;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle {
  display: grid;
  grid-template-columns: 200px 85px auto;
  grid-template-rows: auto auto;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__circle {
  grid-area: 1/1/3/1;
  background: linear-gradient(0deg, #D0D9E1, #F2F3F4, #F5F5F5);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__circle .img-circle {
  width: 120px;
  height: 169px;
  position: absolute;
  top: 37px;
  left: 40px;
  border-radius: 0;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__title {
  grid-area: 1/3;
  display: flex;
  align-items: end;
  padding-bottom: 15px;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__title h3 {
  max-width: 470px;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text {
  grid-area: 2/3;
  display: flex;
  padding-top: 15px;
  height: 89px;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text p {
  max-width: 335px;
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text .vertical-separator {
  margin: 0 30px;
  border-right: 1px solid rgba(16, 0, 38, 0.2);
}
.personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text a {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #FF6D00;
  border: 1px solid rgba(255, 109, 0, 0.2);
  padding: 15px 42px;
  border-radius: 52px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 44px;
}
.personal-data-protection .challenge__block-text-white-background.cards-numbers h2 {
  padding-bottom: 80px;
  text-align: center;
}
.personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper {
  display: flex;
  gap: 30px;
}
.personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number {
  padding: 30px 40px 40px 40px;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #060539 105.23%);
  border-radius: 12px;
  box-shadow: 0 36px 60px 0 rgba(0, 0, 0, 0);
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img {
  padding-top: 20px;
}
.personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img img {
  height: 180px;
  margin: 0 auto;
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor {
  padding: 0 0 42px 0;
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor .product-monitor-slider.owl-theme .owl-nav {
  top: calc(50% - 20px);
  left: -60px;
  justify-content: space-between;
  width: 115%;
  flex-direction: unset;
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor .product-monitor-slider.owl-theme .owl-nav button.owl-prev, .personal-data-protection .challenge__block-text-white-background.monitor .product__monitor .product-monitor-slider.owl-theme .owl-nav button.owl-next {
  margin: 0;
  transform: rotate(0deg);
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-title {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-title h2 {
  padding-bottom: 30px;
  margin-bottom: 0;
  background: none;
  -webkit-text-fill-color: #000000;
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-slide-title {
  display: flex;
  gap: 10px;
  color: #FFFFFF;
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-slide-title img {
  width: 30px;
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-slide-title .pale-title {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}
.personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-slide {
  padding: 60px;
}
.personal-data-protection .challenge__block-text-white-background.statistics {
  padding: 100px 0 140px 0;
}
.personal-data-protection .challenge__block-text-white-background.statistics h2 {
  text-align: center;
  padding-bottom: 60px;
}
.personal-data-protection .challenge__block-text-white-background.statistics .statistics-container {
  display: flex;
  gap: 30px;
}
.personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent {
  width: 25%;
  background: #F5F5F5;
  border-radius: 12px;
  padding: 30px 30px 40px 30px;
}
.personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent .title-gradient-purple {
  font-weight: 400;
  font-size: 60px;
  line-height: 52px;
}
.personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent div p.text-percent {
  padding-top: 55px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent .percent-symbol {
  padding-left: 70px;
  position: absolute;
}
.personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent .percent-number, .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent .percent-symbol {
  display: inline-block;
}
.personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent .preloader-percent img {
  max-width: 53px;
}
.personal-data-protection .challenge__block-text-white-background.statistics div.footnote {
  padding-top: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.data-loss-prevention .challenge__block-text-white-background.cards-numbers {
  padding: 140px 0 100px 0;
}
.data-loss-prevention .challenge__block-text-white-background.cards-numbers h2 {
  padding-bottom: 60px;
}
.data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper {
  display: flex;
  gap: 30px;
}
.data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number {
  padding: 25px 30px;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #060539 105.23%);
  border-radius: 12px;
  box-shadow: 0 36px 60px 0 rgba(0, 0, 0, 0);
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img img {
  height: 140px;
  margin: 0 auto;
}
.data-loss-prevention .challenge__block-text-white-background.cards-numbers .analytics {
  padding-top: 100px;
}
.data-loss-prevention .challenge__block-text-white-background.cards-numbers .analytics h2 {
  padding-bottom: 40px;
}
.data-loss-prevention .challenge__block-text-white-background.cards-numbers .analytics .dbl-col {
  margin-top: 0;
}
.data-loss-prevention .challenge__block-text-white-background.cards-numbers .analytics .dbl-col div p a {
  text-decoration: none;
  color: #00B0FF;
}
.data-loss-prevention .challenge__block-header-background h2 {
  padding-bottom: 30px;
}
.data-loss-prevention .challenge__block-header-background p {
  padding-bottom: 15px;
}
.data-loss-prevention .challenge__block-text-white-background.option {
  padding: 100px 0 140px 0;
}
.data-loss-prevention .challenge__block-text-white-background.option .list-separator .list-orange-mark li div p:first-child {
  padding-bottom: 10px;
}
.data-loss-prevention .challenge__block-text-white-background.compliance-block h2 {
  padding-bottom: 60px;
}

@media (min-width: 1921px) {
  .challenge__header .header-content {
    background-image: var(--bg-big), var(--bg-def);
  }
}
@media (max-width: 1199.98px) {
  .challenge .braces-two-card__card.card-1 {
    right: -28px;
  }
  .challenge .braces-two-card__card.card-2 {
    left: -28px;
  }
  .challenge .braces-three-card__card.card-1 {
    right: -22px;
  }
  .challenge .braces-three-card__card.card-2 {
    left: 0;
  }
  .challenge .braces-three-card__card.card-3 {
    left: -22px;
  }

  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container {
    gap: 20px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent {
    padding: 30px 15px 40px 15px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent .percent-symbol {
    padding-left: 64px;
    position: absolute;
  }
}
@media (max-width: 991.98px) {
  .challenge .circle-backing-tab, .challenge .image-inside-circle-tab {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 800px;
  }
  .challenge .image-inside-circle-tab {
    margin-top: 7%;
  }
  .challenge .circle-backing {
    display: none;
  }
  .challenge .circle-backing-new, .challenge .image-inside-circle-new {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    height: 800px;
  }
  .challenge .image-inside-circle-new {
    margin-top: 7%;
  }
  .challenge .dbl-col {
    gap: 20px;
    margin-top: 40px;
  }
  .challenge .dbl-col-separator {
    gap: 20px;
  }
  .challenge .braces-two-card__card {
    width: 344px;
  }
  .challenge .braces-two-card__card.card-1 {
    justify-self: end;
    right: -28px;
  }
  .challenge .braces-two-card__card.card-2 {
    justify-self: start;
    left: -28px;
  }
  .challenge .braces-three-card__card-container {
    grid-template-rows: auto 116px 20px 161px 161px auto;
  }
  .challenge .braces-three-card__card {
    width: 354px;
  }
  .challenge .braces-three-card__card.card-1 {
    justify-self: end;
    right: -28px;
  }
  .challenge .braces-three-card__card.card-2 {
    grid-area: 4/2/6/3;
    justify-self: start;
    left: -28px;
  }
  .challenge .braces-three-card__card.card-3 {
    grid-area: 5/1/6/3;
    justify-self: center;
    top: -30px;
    left: 0;
  }
  .challenge .circle-img-and-text {
    gap: 40px 20px;
  }
  .challenge .circle-img-and-text__icon {
    width: calc(50% - 20px);
  }
  .challenge__header {
    height: calc(100vh - 145px);
    min-height: 448px;
  }
  .challenge__header .header-content {
    background-image: var(--bg-tablet), var(--bg-def);
    top: -144px;
    padding-top: 144px;
  }
  .challenge__header .header-content .header-text {
    justify-content: center;
  }
  .challenge__header .header-content .header-text h1 {
    padding-bottom: 20px;
  }
  .challenge__header .header-content .header-text p {
    padding-bottom: 20px;
  }
  .challenge__header .header-content .header-text .header-text-col2 {
    display: block;
  }
  .challenge__header .header-content .header-text .header-text-col2 div {
    width: 100%;
  }
  .challenge__block-text-white-background {
    padding: 80px 17px 80px 17px;
  }
  .challenge__block-grey-background {
    margin: 0 30px 100px 30px;
    padding: 50px 0;
  }
  .challenge__block-product {
    margin: 20px 30px;
    padding: 60px 0;
  }
  .challenge__block-product .row-flex {
    display: block;
  }
  .challenge__block-product .row-flex div {
    width: 100%;
  }
  .challenge__block-product .row-flex .learn-more {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  .challenge__block-img-text-white-background-new {
    margin: 80px 30px;
  }
  .challenge__block-img-text-white-background-new .wrapper-img-text {
    display: flex;
    flex-direction: column;
  }
  .challenge__block-img-text-white-background-new .wrapper-img-text .img-base {
    position: relative;
    height: 500px;
    margin: 80px 0 0 0;
    width: 100%;
    order: 2;
  }
  .challenge__block-img-text-white-background-new .wrapper-text {
    padding: 0;
    text-align: center;
  }
  .challenge__block-header-background {
    margin: 20px 30px;
    padding: 70px;
  }
  .challenge__block-blue-darkest {
    padding: 100px 17px;
  }
  .challenge__block-abstract-background {
    padding: 60px 0;
    margin: 20px 30px;
  }
  .challenge__block-abstract-background h2 {
    padding-bottom: 40px;
  }
  .challenge__block-abstract-background .row-flex {
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .challenge__block-abstract-background .row-flex div {
    width: 100%;
    gap: 20px;
  }
  .challenge__block-abstract-background .row-flex div img {
    padding-top: 3px;
  }
  .challenge__block-abstract-background .row-flex:last-child {
    padding-bottom: 0;
  }
  .challenge__send {
    padding: 134px 0;
  }
  .challenge__send .send-header-text {
    text-align: center;
    padding-bottom: 80px;
  }

  .abnormal-event-detection .challenge__block-text-white-background h2 {
    padding-bottom: 30px;
  }
  .abnormal-event-detection .challenge__block-text-white-background .separator {
    margin: 20px 0;
  }
  .abnormal-event-detection .challenge__block-text-white-background p, .abnormal-event-detection .challenge__block-text-white-background h2 {
    text-align: center;
  }
  .abnormal-event-detection .challenge__block-grey-background h3 {
    padding-bottom: 40px;
  }
  .abnormal-event-detection .challenge__block-grey-background .row-flex {
    padding-bottom: 30px;
    gap: 20px;
  }
  .abnormal-event-detection .challenge__block-grey-background .row-flex div {
    width: 45%;
    padding-right: 0;
  }
  .abnormal-event-detection .challenge__block-grey-background .row-flex div img {
    padding-bottom: 15px;
  }
  .abnormal-event-detection .challenge__block-grey-background .row-flex:last-child {
    padding-bottom: 0;
  }
  .abnormal-event-detection .challenge__block-img-text-white-background-new {
    margin: 80px 30px;
  }

  .employee-with-problems .challenge__block-text-white-background.human-factor {
    padding: 80px 17px 80px 17px;
  }
  .employee-with-problems .challenge__block-text-white-background .list-line {
    padding-top: 60px;
  }
  .employee-with-problems .challenge__block-grey-background h3 {
    padding-bottom: 15px;
  }
  .employee-with-problems .challenge__block-grey-background .list-separator {
    padding-top: 40px;
  }
  .employee-with-problems .challenge__block-img-text-white-background-new {
    margin: 80px 30px;
  }
  .employee-with-problems .challenge__block-img-text-white-background-new h2 {
    padding-bottom: 30px;
  }
  .employee-with-problems .challenge__block-img-text-white-background-new .separator {
    margin: 20px 0;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line .list-orange-mark {
    display: grid;
    grid-template-columns: 122px 40px 196px 40px 172px;
    grid-template-rows: auto 20px auto;
    gap: 0;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line .list-orange-mark li {
    padding-right: 0;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line .list-orange-mark li:nth-child(1) {
    grid-area: 1/1;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line .list-orange-mark li:nth-child(2) {
    grid-area: 1/3;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line .list-orange-mark li:nth-child(3) {
    grid-area: 1/5;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line .list-orange-mark li:nth-child(4) {
    grid-area: 3/1;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line .list-orange-mark li:nth-child(5) {
    grid-area: 3/3;
  }

  .behavioral-risk-management .challenge__block-text-white-background.technology-ueba {
    padding: 80px 17px 80px 17px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.technology-ueba h2 {
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.technology-ueba p:first-child {
    padding-bottom: 15px;
  }
  .behavioral-risk-management .challenge__block-grey-background .wrapper-col:first-child {
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-text-white-background h2.ueba-features-highlights {
    padding-bottom: 60px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .list-separator .list-blue-mark {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .list-separator .list-blue-mark li {
    flex: 48%;
    padding-bottom: 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics {
    padding-top: 60px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics h3 {
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex {
    gap: 20px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex div {
    flex: 48%;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex:last-child {
    padding-top: 15px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .convergence h2 {
    padding-bottom: 40px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .convergence .row-flex {
    padding-top: 40px;
    gap: 20px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .convergence .row-flex div img {
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content {
    flex: 50%;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content:nth-child(2n+1) {
    padding: 0 10px 20px 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content:nth-child(2n+2) {
    padding: 0 0 20px 10px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content div, .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note div {
    padding: 20px;
    min-height: 200px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note {
    width: 50%;
    padding: 0 0 20px 10px;
  }
  .behavioral-risk-management .challenge__block-header-background h2 {
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-header-background p {
    padding-bottom: 15px;
  }
  .behavioral-risk-management .challenge__block-header-background .box-trial {
    padding: 30px 90px 40px 40px;
    margin-top: 45px;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new {
    margin: 80px 30px;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new h2 {
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new .wrapper-text {
    text-align: left;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new .separator {
    margin: 20px 0;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new .row-flex {
    gap: 20px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern {
    padding: 80px 17px 60px 17px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern h2 {
    padding-bottom: 60px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern .row-flex {
    gap: 20px;
  }

  .data-at-rest-discovery .challenge__block-img-text-white-background-new h2 {
    padding-bottom: 30px;
  }
  .data-at-rest-discovery .challenge__block-img-text-white-background-new .separator {
    margin: 20px 0;
  }
  .data-at-rest-discovery .challenge__block-abstract-background {
    margin-bottom: 80px;
  }

  .data-encryption .challenge__block-text-white-background.encryption {
    padding: 80px 17px 80px 17px;
  }
  .data-encryption .challenge__block-text-white-background.encryption h2 {
    padding-bottom: 30px;
  }
  .data-encryption .challenge__block-text-white-background.encryption p:first-child {
    padding-bottom: 15px;
  }
  .data-encryption .challenge__block-img-text-white-background-new {
    margin: 80px 30px;
  }

  .data-visibility .challenge__block-product {
    margin: 100px 30px 20px 30px;
  }
  .data-visibility .challenge__block-text-white-background.another-block-text {
    padding: 80px 17px 80px 17px;
  }
  .data-visibility .challenge__block-text-white-background .data-arrangement .row-flex {
    gap: 20px;
  }
  .data-visibility .challenge__send .send-header-text h2 {
    padding-bottom: 20px;
  }

  .measuring-employee-morale .challenge__block-product {
    margin: 100px 30px 20px 30px;
  }
  .measuring-employee-morale .challenge__block-img-text-white-background-new {
    margin: 80px 30px;
  }
  .measuring-employee-morale .challenge__block-img-text-white-background-new .wrapper-text {
    text-align: left;
  }
  .measuring-employee-morale .challenge__block-img-text-white-background-new .container-lg {
    padding: 0;
  }
  .measuring-employee-morale .challenge__block-img-text-white-background-new .list-separator {
    margin: 30px 0 60px 0;
  }
  .measuring-employee-morale .challenge__block-text-white-background {
    padding: 80px 17px 80px 17px;
  }
  .measuring-employee-morale .challenge__block-text-white-background h2 {
    padding-bottom: 15px;
  }
  .measuring-employee-morale .challenge__block-text-white-background p {
    padding-top: 15px;
  }

  .real-time-monitoring .challenge__block-text-white-background {
    padding: 80px 17px 80px 17px;
  }
  .real-time-monitoring .challenge__block-text-white-background h2 {
    padding-bottom: 15px;
  }
  .real-time-monitoring .challenge__block-text-white-background p {
    padding-top: 15px;
  }
  .real-time-monitoring .challenge__block-img-text-white-background-new {
    margin: 60px 30px 80px 30px;
  }
  .real-time-monitoring .challenge__block-img-text-white-background-new .wrapper-text {
    padding-top: 90%;
  }
  .real-time-monitoring .challenge__send p {
    padding-top: 20px;
  }

  .investigation .challenge__block-text-white-background {
    padding: 80px 17px 80px 17px;
  }
  .investigation .challenge__block-text-white-background h2 {
    padding-bottom: 60px;
  }
  .investigation .challenge__block-img-text-white-background-new .wrapper-text {
    text-align: left;
  }

  .employee-profiling .challenge__block-text-white-background.personnel-management {
    padding: 80px 17px 80px 17px;
  }
  .employee-profiling .challenge__block-text-white-background p.steps {
    text-align: center;
  }
  .employee-profiling .challenge__block-header-background {
    margin: 20px 30px 80px 30px;
  }
  .employee-profiling .challenge__block-header-background h2 {
    padding-bottom: 15px;
    text-align: center;
  }
  .employee-profiling .challenge__block-header-background p {
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
  }
  .employee-profiling .challenge__send p.big {
    padding-bottom: 20px;
  }

  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote {
    padding: 80px 17px 80px 17px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote h2 {
    padding-bottom: 60px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote .row-flex .btn-ghost {
    flex: 100%;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking {
    margin: 80px 30px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking .container-lg {
    padding: 0;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking .wrapper-text {
    text-align: left;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking .wrapper-text .learn-more {
    margin-top: 60px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report {
    margin: 60px 30px 80px 30px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report .wrapper-text {
    text-align: left;
    padding-top: 90%;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics {
    padding: 100px 17px 80px 17px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent {
    margin-top: 60px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics p.footnote {
    padding-top: 40px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .braces-three-card {
    padding-top: 100px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background h2 {
    padding-bottom: 20px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-grey-background {
    margin: 0 30px 80px 30px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-grey-background h2 {
    padding-bottom: 40px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-grey-background ul li {
    padding-bottom: 15px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features {
    padding: 80px 17px 80px 17px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features h2 {
    padding-bottom: 60px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features .list-separator ul.list-blue-mark {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 100%;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features .list-separator ul.list-blue-mark li {
    padding: 20px 0;
    flex: 48%;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features .list-separator ul.list-blue-mark li:last-child {
    width: 49%;
    flex: unset;
  }

  .corporate-fraud .challenge__block-text-white-background.grc {
    padding: 80px 17px 80px 17px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls {
    padding: 100px 17px 80px 17px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box h2 {
    font-size: 95px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box .management-controls-line {
    display: none;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col {
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col div:last-child {
    padding-top: 20px;
    width: 49%;
    flex: unset;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col img {
    padding-bottom: 15px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col h3 {
    font-weight: 400;
    padding-bottom: 15px;
  }
  .corporate-fraud .challenge__block-text-white-background.insider-threats h2 {
    padding-bottom: 30px;
  }
  .corporate-fraud .challenge__block-text-white-background.insider-threats .separator {
    margin: 20px 0;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls {
    padding: 100px 17px 80px 17px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box h2 {
    font-size: 95px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box .iternal-controls-line {
    display: none;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .triple-col-separator {
    gap: 20px;
    flex-wrap: wrap;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .triple-col-separator:last-child {
    margin-bottom: 0;
  }
  .corporate-fraud .challenge__block-grey-background.segregation {
    margin: 0 30px 20px 30px;
  }
  .corporate-fraud .challenge__block-grey-background.segregation p.big.orange {
    padding-bottom: 0;
  }
  .corporate-fraud .challenge__block-grey-background.segregation .dbl-col {
    flex-direction: column;
    gap: 15px;
  }
  .corporate-fraud .challenge__block-grey-background.segregation .dbl-col div {
    display: flex;
    gap: 45px;
  }
  .corporate-fraud .challenge__block-text-white-background.three-lines .triple-col {
    flex-wrap: wrap;
    gap: 20px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-audit {
    padding: 100px 17px 80px 17px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-audit .iternal-audit-box {
    gap: 30px;
    display: flex;
    padding-bottom: 80px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-audit .iternal-audit-box .iternal-audit-line {
    display: none;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-audit .iternal-audit-box h2 {
    display: inline-block;
    text-align: left;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-audit h3 {
    padding: 30px 0 10px 0;
  }

  .compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text {
    text-align: left;
  }
  .compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text .list-title {
    padding: 60px 0 30px 0;
  }
  .compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark li {
    flex: 48%;
    text-align: left;
    padding: 20px 0 0 0;
    border-top: 1px dashed #C2C2C2;
  }
  .compliance-management-software .challenge__block-text-white-background {
    padding: 80px 17px 80px 17px;
  }
  .compliance-management-software .challenge__block-text-white-background .wrapper-title-text {
    max-width: 100%;
  }
  .compliance-management-software .challenge__block-text-white-background .wrapper-title-text p {
    padding-bottom: 60px;
  }
  .compliance-management-software .challenge__block-text-white-background .circle-img-and-text__icon:nth-child(3) {
    order: 5;
  }

  .ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text {
    text-align: left;
  }
  .ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark li {
    border-top: 1px dashed #C2C2C2;
    padding: 20px 0;
  }
  .ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark li:last-child {
    padding-bottom: 0;
  }
  .ransomware-protection .challenge__block-header-background.mitigation {
    margin-bottom: 80px;
  }

  .personal-data-protection .challenge__block-text-white-background.Efficiency-safeguarding {
    padding: 80px 17px;
  }
  .personal-data-protection .challenge__block-text-white-background.Efficiency-safeguarding h2 {
    padding-bottom: 60px;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy {
    padding: 80px 17px;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle {
    display: grid;
    grid-template-columns: 200px 40px auto;
    grid-template-rows: auto auto;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__title {
    padding-bottom: 20px;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__title h3 {
    max-width: 100%;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text {
    padding-top: 20px;
    flex-direction: column;
    height: auto;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text p {
    max-width: 430px;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text .vertical-separator {
    display: none;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text a {
    margin-top: 40px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers h2 {
    padding-bottom: 60px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper {
    gap: 15px;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    justify-content: flex-start;
    justify-self: center;
    padding: 0 30px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number {
    padding: 40px 60px 60px 60px;
    min-width: 708px;
    align-items: flex-start;
    gap: 140px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-text {
    order: 2;
    max-width: 360px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img {
    order: 1;
    padding-top: 0;
    margin-left: -6px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img img {
    height: 140px;
  }
  .personal-data-protection .challenge__block-text-white-background.monitor {
    padding: 80px 0 38px 0;
  }
  .personal-data-protection .challenge__block-text-white-background.monitor .product__monitor .product-monitor-slider.owl-carousel {
    padding: 0 30px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics {
    padding: 80px 17px 80px 17px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent:nth-child(2n+1) {
    width: calc(50% - 20px);
  }
  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent {
    width: 50%;
    padding: 30px 30px 40px 30px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics div.footnote {
    padding-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .data-loss-prevention .challenge__block-text-white-background.cards-numbers {
    padding: 80px 17px;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers h2 {
    text-align: center;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number {
    width: 50%;
    flex: none;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img img {
    height: 140px;
    margin: 0 auto;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number:nth-child(2n+1) {
    width: calc(50% - 20px);
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .analytics {
    padding-top: 80px;
  }
  .data-loss-prevention .challenge__block-text-white-background.option {
    padding: 80px 17px;
  }
  .data-loss-prevention .challenge__block-text-white-background.option h2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .challenge .dbl-col-separator {
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
  }
  .challenge .dbl-col-separator div {
    flex: 100%;
    padding: 10px 0;
  }
  .challenge .braces-two-card h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  .challenge .braces-two-card__card-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 60px 10px 100px 100px auto;
    max-width: 767px;
    margin: 0 auto;
  }
  .challenge .braces-two-card__brace-wrapper {
    grid-area: 2/1/5/3;
    display: flex;
    justify-content: center;
  }
  .challenge .braces-two-card__brace-wrapper div:first-of-type {
    position: relative;
    right: -1px;
  }
  .challenge .braces-two-card__brace-wrapper div:last-of-type {
    position: relative;
    left: -1px;
  }
  .challenge .braces-two-card__card {
    position: relative;
    width: 260px;
    height: 100px;
    margin: 0;
    padding: 29px 70px;
    border-radius: 104px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
  }
  .challenge .braces-two-card__card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 104px;
    padding: 1px;
    background: linear-gradient(20deg, #100026 -5.11%, #9E60BB 44.19%, #DEDEE5 86.29%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 3;
  }
  .challenge .braces-two-card__card:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 104px;
    background: transparent;
    z-index: 1;
  }
  .challenge .braces-two-card__card span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    z-index: 2;
  }
  .challenge .braces-two-card__card.card-1 {
    grid-area: 4/1/6/3;
    justify-self: center;
    position: relative;
    right: 0;
  }
  .challenge .braces-two-card__card.card-2 {
    grid-area: 5/1/6/3;
    justify-self: center;
    position: relative;
    left: 0;
    top: -10px;
  }
  .challenge .braces-three-card h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  .challenge .braces-three-card__card-container {
    grid-template-rows: auto 60px 10px 100px 90px 90px auto;
    max-width: 767px;
  }
  .challenge .braces-three-card__card {
    width: 260px;
    height: 100px;
    padding: 29px 70px;
  }
  .challenge .braces-three-card__card span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .challenge .braces-three-card__card.card-1 {
    grid-area: 4/1/6/3;
    justify-self: center;
    position: relative;
    right: 0;
  }
  .challenge .braces-three-card__card.card-2 {
    grid-area: 5/1/6/3;
    justify-self: center;
    position: relative;
    left: 0;
    top: -10px;
  }
  .challenge .braces-three-card__card.card-3 {
    grid-area: 6/1/6/3;
    justify-self: center;
    position: relative;
    left: 0;
    top: -10px;
  }
  .challenge__header .header-content .header-text h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
  }

  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern {
    padding: 60px 17px 50px 17px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern h2 {
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern .row-flex {
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern .row-flex div {
    flex: 100%;
    padding: 10px 0;
  }

  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .braces-three-card {
    padding-top: 60px;
  }

  .corporate-fraud .challenge__block-text-white-background.grc {
    padding: 80px 17px 80px 17px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box .title-gradient-purple, .corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box .number-gradient-purple {
    font-size: 65px;
    line-height: 70px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box .title-gradient-purple, .corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box .number-gradient-purple {
    font-size: 65px;
    line-height: 70px;
  }

  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__circle {
    grid-area: 2/1;
    margin: 0 auto;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__title {
    grid-area: 1/1;
    text-align: center;
    padding-bottom: 40px;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text {
    grid-area: 3/1;
    text-align: center;
    padding-top: 40px;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text p {
    max-width: 100%;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text a {
    margin: 20px auto 0 auto;
    width: 280px;
  }

  .employee-with-problems .challenge__block-text-white-background.solution .list-line {
    padding-top: 40px;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line ul.list-orange-mark {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .employee-with-problems .challenge__block-text-white-background.solution .list-line ul.list-orange-mark li:last-child {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .challenge h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  .challenge h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  .challenge h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
  }
  .challenge .title-gradient-purple, .challenge .number-gradient-purple {
    font-size: 40px;
    line-height: 44px;
  }
  .challenge p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
  .challenge p.big {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .challenge p.big-bold {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  .challenge .list ul.list-blue-mark li {
    padding-bottom: 10px;
  }
  .challenge .list ul.list-blue-mark li img {
    width: 12px;
  }
  .challenge .list ul.list-blue-mark li:last-child {
    padding-bottom: 0;
  }
  .challenge .list-separator ul.list-blue-mark li {
    padding: 10px 0;
  }
  .challenge .list-separator ul.list-blue-mark li img {
    width: 12px;
  }
  .challenge .list-separator ul.list-blue-mark li:last-child {
    padding-bottom: 0;
  }
  .challenge .list-separator ul.list-orange-mark li {
    padding: 10px 0;
  }
  .challenge .list-separator ul.list-orange-mark li img {
    width: 12px;
  }
  .challenge .list-separator ul.list-orange-mark li:last-child {
    padding-bottom: 0;
  }
  .challenge .list-line ul.list-orange-mark li img {
    width: 12px;
  }
  .challenge .dbl-col {
    gap: 30px;
    margin-top: 30px;
  }
  .challenge .dbl-col .dbl-col {
    flex-wrap: wrap;
  }
  .challenge .dbl-col .dbl-col div {
    flex: 100%;
  }
  .challenge .dbl-col-separator div img {
    width: 12px;
  }
  .challenge .circle-img-and-text {
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    justify-content: flex-start;
    justify-self: center;
    padding-left: 7px;
  }
  .challenge .circle-img-and-text__icon {
    min-width: 250px;
    text-align: left;
    justify-items: flex-start;
    transform: translateX(13px);
  }
  .challenge .circle-img-and-text__img {
    width: 100%;
  }
  .challenge .circle-img-and-text__img img {
    width: 100px;
  }
  .challenge .circle-img-and-text__text {
    font-size: 13px;
    line-height: 18px;
  }
  .challenge .circle-backing-new, .challenge .image-inside-circle-new {
    height: 500px;
  }
  .challenge__header .header-content .header-text h1 {
    padding-bottom: 16px;
  }
  .challenge__header .header-content .header-text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding-bottom: 16px;
  }
  .challenge__block-text-white-background {
    padding: 60px 7px 60px 7px;
  }
  .challenge__block-grey-background {
    margin: 0 20px 80px 20px;
    padding: 40px 0;
  }
  .challenge__block-product {
    margin: 10px 20px;
    padding: 40px 0 30px 0;
  }
  .challenge__block-product h2 {
    padding-bottom: 30px;
  }
  .challenge__block-product .row-flex div {
    gap: 10px;
    padding-bottom: 15px;
  }
  .challenge__block-product .row-flex div img {
    width: 12px;
  }
  .challenge__block-product .row-flex .learn-more {
    margin-top: 25px;
  }
  .challenge__block-img-text-white-background-new {
    margin: 60px 20px;
  }
  .challenge__block-img-text-white-background-new .wrapper-img-text .img-base {
    height: 300px;
    margin: 40px 0 0 0;
  }
  .challenge__block-img-text-white-background-new .wrapper-img-text .wrapper-text {
    text-align: left;
  }
  .challenge__block-header-background {
    margin: 10px 20px;
    padding: 40px 30px 30px 30px;
  }
  .challenge__block-abstract-background {
    padding: 40px 0;
    margin: 10px 20px;
  }
  .challenge__block-abstract-background h2 {
    padding-bottom: 30px;
  }
  .challenge__block-abstract-background .row-flex {
    gap: 15px;
    padding-bottom: 15px;
  }
  .challenge__block-abstract-background .row-flex div {
    width: 100%;
    gap: 10px;
  }
  .challenge__block-abstract-background .row-flex div img {
    padding-top: 3px;
    width: 12px;
  }
  .challenge__block-abstract-background .row-flex:last-child {
    padding-bottom: 0;
  }
  .challenge__send {
    padding: 60px 0;
  }
  .challenge__send .send-header-text {
    padding-bottom: 40px;
  }

  .abnormal-event-detection .challenge__block-text-white-background h2 {
    padding-bottom: 15px;
  }
  .abnormal-event-detection .challenge__block-text-white-background .separator {
    margin: 10px 0;
  }
  .abnormal-event-detection .challenge__block-grey-background h3 {
    padding-bottom: 40px;
  }
  .abnormal-event-detection .challenge__block-grey-background .row-flex {
    display: block;
    padding-bottom: 30px;
  }
  .abnormal-event-detection .challenge__block-grey-background .row-flex div {
    width: 100%;
    padding-bottom: 30px;
  }
  .abnormal-event-detection .challenge__block-grey-background .row-flex div img {
    height: 50px;
  }
  .abnormal-event-detection .challenge__block-grey-background .row-flex div:last-child {
    padding-bottom: 0;
  }
  .abnormal-event-detection .challenge__block-img-text-white-background-new {
    margin: 60px 20px;
  }
  .abnormal-event-detection .challenge__block-img-text-white-background-new h2 {
    padding-bottom: 15px;
  }

  .employee-with-problems .challenge__block-text-white-background.human-factor {
    padding: 60px 7px 60px 7px;
  }
  .employee-with-problems .challenge__block-grey-background h3 {
    padding-bottom: 15px;
  }
  .employee-with-problems .challenge__block-grey-background .list-separator {
    padding-top: 30px;
  }
  .employee-with-problems .challenge__block-img-text-white-background-new {
    margin: 60px 20px;
  }
  .employee-with-problems .challenge__block-img-text-white-background-new h2 {
    padding-bottom: 15px;
  }
  .employee-with-problems .challenge__block-img-text-white-background-new .separator {
    margin: 10px 0;
  }

  .behavioral-risk-management .challenge__block-text-white-background.technology-ueba {
    padding: 60px 7px 60px 7px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.technology-ueba h2 {
    padding-bottom: 15px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.technology-ueba p:first-child {
    padding-bottom: 10px;
  }
  .behavioral-risk-management .challenge__block-grey-background h3 {
    padding-bottom: 10px;
  }
  .behavioral-risk-management .challenge__block-grey-background .wrapper-row {
    padding-bottom: 40px;
  }
  .behavioral-risk-management .challenge__block-grey-background .wrapper-col:first-child {
    padding-bottom: 20px;
  }
  .behavioral-risk-management .challenge__block-text-white-background h2.ueba-features-highlights {
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .list-separator .list-blue-mark {
    gap: 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background .list-separator .list-blue-mark li {
    flex: 100%;
    padding-bottom: 10px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics {
    padding-top: 60px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics h3 {
    padding-bottom: 15px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex {
    flex-wrap: wrap;
    gap: 10px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex div {
    flex: 100%;
  }
  .behavioral-risk-management .challenge__block-text-white-background .user-behavior-analytics .row-flex:last-child {
    padding-top: 10px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .convergence h2 {
    padding-bottom: 20px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .convergence .row-flex {
    gap: 40px;
    flex-wrap: wrap;
  }
  .behavioral-risk-management .challenge__block-text-white-background .convergence .row-flex div {
    flex: 100%;
  }
  .behavioral-risk-management .challenge__block-text-white-background .convergence .row-flex div img {
    height: 50px;
    padding-bottom: 14px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content {
    flex: 100%;
    margin: 0 0 10px 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content div img {
    padding-bottom: 20px;
    height: 60px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content:nth-child(2n+1) {
    padding: 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content:nth-child(2n+2) {
    padding: 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content:nth-child(2n+3) {
    padding: 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-content div, .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note div {
    padding: 20px 30px 30px 30px;
    min-height: 160px;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note {
    width: 100%;
    padding: 0;
  }
  .behavioral-risk-management .challenge__block-text-white-background .use-cases .row-flex .box-note div.note__asterisk {
    margin: 0;
  }
  .behavioral-risk-management .challenge__block-header-background h2 {
    padding-bottom: 20px;
  }
  .behavioral-risk-management .challenge__block-header-background p {
    padding-bottom: 10px;
    font-size: 13px;
  }
  .behavioral-risk-management .challenge__block-header-background .box-trial {
    border: none;
    margin-top: 50px;
    padding: 0;
  }
  .behavioral-risk-management .challenge__block-header-background .box-trial p {
    font-size: 14px;
  }
  .behavioral-risk-management .challenge__block-header-background .box-trial .learn-more {
    margin-top: 20px;
    width: 200px;
    padding: 15px 64px 15px 64px;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new {
    margin: 60px 20px;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new h2 {
    padding-bottom: 15px;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new .wrapper-text {
    text-align: left;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new .separator {
    margin: 10px 0;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new .row-flex {
    flex-wrap: wrap;
    gap: 20px;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new .row-flex div {
    flex: 100%;
  }
  .behavioral-risk-management .challenge__block-img-text-white-background-new .row-flex div h3 {
    padding-bottom: 10px;
  }
  .behavioral-risk-management .challenge__block-blue-darkest {
    padding: 128px 7px 88px 7px;
  }
  .behavioral-risk-management .challenge__block-blue-darkest p.big-percent {
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    padding-bottom: 10px;
  }
  .behavioral-risk-management .challenge__block-blue-darkest p.text-percent {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-bottom: 40px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern {
    padding: 60px 7px 50px 7px;
  }
  .behavioral-risk-management .challenge__block-text-white-background.solution-pattern .row-flex div img {
    width: 12px;
  }

  .data-at-rest-discovery .challenge__block-img-text-white-background-new .wrapper-text {
    text-align: center;
  }
  .data-at-rest-discovery .challenge__block-img-text-white-background-new h2 {
    padding-bottom: 15px;
  }
  .data-at-rest-discovery .challenge__block-img-text-white-background-new .separator {
    margin: 10px 0;
  }
  .data-at-rest-discovery .challenge__block-abstract-background {
    margin-bottom: 60px;
  }

  .data-encryption .challenge__block-text-white-background.encryption {
    padding: 60px 7px 60px 7px;
  }
  .data-encryption .challenge__block-text-white-background.encryption h2 {
    padding-bottom: 15px;
  }
  .data-encryption .challenge__block-text-white-background.encryption p:first-child {
    padding-bottom: 10px;
  }
  .data-encryption .challenge__block-img-text-white-background-new {
    margin: 60px 20px;
  }
  .data-encryption .challenge__block-img-text-white-background-new h2 {
    padding-bottom: 15px;
  }

  .data-visibility .challenge__block-product {
    margin: 50px 20px 10px 20px;
  }
  .data-visibility .challenge__block-text-white-background.another-block-text {
    padding: 60px 7px 60px 7px;
  }
  .data-visibility .challenge__block-text-white-background .data-arrangement h2 {
    padding-bottom: 0;
  }
  .data-visibility .challenge__block-text-white-background .data-arrangement .row-flex {
    gap: 40px;
    flex-wrap: wrap;
  }
  .data-visibility .challenge__block-text-white-background .data-arrangement .row-flex div {
    flex: 100%;
  }
  .data-visibility .challenge__block-text-white-background .data-arrangement .row-flex div img {
    height: 50px;
    padding-bottom: 14px;
  }
  .data-visibility .challenge__send .send-header-text h2 {
    padding-bottom: 15px;
  }

  .measuring-employee-morale .challenge__block-product {
    margin: 60px 20px 10px 20px;
  }
  .measuring-employee-morale .challenge__block-img-text-white-background-new {
    margin: 60px 20px;
  }
  .measuring-employee-morale .challenge__block-img-text-white-background-new .list-separator {
    margin: 30px 0 30px 0;
  }
  .measuring-employee-morale .challenge__block-text-white-background {
    padding: 60px 7px 60px 7px;
  }
  .measuring-employee-morale .challenge__block-text-white-background h2 {
    padding-bottom: 5px;
  }
  .measuring-employee-morale .challenge__block-text-white-background p {
    padding-top: 10px;
  }

  .real-time-monitoring .challenge__block-text-white-background {
    padding: 60px 7px 60px 7px;
  }
  .real-time-monitoring .challenge__block-text-white-background h2 {
    padding-bottom: 5px;
  }
  .real-time-monitoring .challenge__block-text-white-background p {
    padding-top: 10px;
  }
  .real-time-monitoring .challenge__block-img-text-white-background-new {
    margin: 30px 20px 60px 20px;
  }
  .real-time-monitoring .challenge__block-img-text-white-background-new .wrapper-text {
    padding-top: 92%;
  }
  .real-time-monitoring .challenge__send p {
    padding-top: 15px;
  }

  .investigation .challenge__block-text-white-background {
    padding: 60px 7px 60px 7px;
  }
  .investigation .challenge__block-text-white-background h2 {
    padding-bottom: 40px;
  }
  .investigation .challenge__block-img-text-white-background-new .wrapper-text h2 {
    padding-bottom: 5px;
  }
  .investigation .challenge__block-img-text-white-background-new .wrapper-text p {
    padding-top: 10px;
  }
  .investigation .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark li {
    border-top: 1px dashed #C2C2C2;
    padding-top: 10px;
  }

  .employee-profiling .challenge__block-text-white-background.personnel-management {
    padding: 60px 7px 60px 7px;
  }
  .employee-profiling .challenge__block-text-white-background.personnel-management h2 {
    padding-bottom: 15px;
  }
  .employee-profiling .challenge__block-text-white-background h2, .employee-profiling .challenge__block-text-white-background .dbl-col-separator:last-child {
    padding-bottom: 40px;
  }
  .employee-profiling .challenge__block-header-background {
    margin: 20px 20px 60px 20px;
  }
  .employee-profiling .challenge__block-header-background h2 {
    padding-bottom: 10px;
    text-align: center;
  }
  .employee-profiling .challenge__block-header-background p {
    padding-top: 10px;
    text-align: center;
  }
  .employee-profiling .challenge__send p.big {
    padding-bottom: 15px;
  }

  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote {
    padding: 60px 7px 60px 7px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote h2 {
    padding-bottom: 40px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.effective-remote .row-flex {
    margin-top: 30px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking {
    margin: 60px 20px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking .wrapper-text {
    text-align: left;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.time-tracking .wrapper-text .learn-more {
    margin-top: 30px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report {
    margin: 30px 20px 60px 20px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report h2 {
    padding-bottom: 5px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report p {
    padding-top: 10px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-img-text-white-background-new.program-report .wrapper-text {
    padding-top: 92%;
  }
  .time-tracking-and-employee-monitoring-software .challenge__send h2 {
    padding-bottom: 15px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics {
    padding: 60px 7px 60px 7px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics h2 {
    text-align: center;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent {
    margin-top: 40px;
    padding: 30px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent div p.text-percent {
    padding-top: 40px;
    width: 100%;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent .percent-number, .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics .statistics-percent .percent-symbol {
    font-size: 60px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.statistics p.footnote {
    padding-top: 30px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background h2 {
    padding-bottom: 0;
    text-align: left;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background h4 {
    padding-bottom: 10px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background .dbl-col {
    flex-wrap: wrap;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-grey-background {
    margin: 0 20px 60px 20px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-grey-background h2 {
    padding-bottom: 30px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-grey-background ul li {
    padding-bottom: 10px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features {
    padding: 60px 7px 60px 7px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features h2 {
    padding-bottom: 40px;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features .list-separator ul.list-blue-mark {
    display: block;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features .list-separator ul.list-blue-mark li {
    padding: 10px 0;
  }
  .time-tracking-and-employee-monitoring-software .challenge__block-text-white-background.features .list-separator ul.list-blue-mark li:last-child {
    width: 100%;
    padding-bottom: 0;
  }

  .corporate-fraud .challenge__block-text-white-background.grc {
    padding: 60px 7px 60px 7px;
  }
  .corporate-fraud .challenge__block-text-white-background.grc h2 {
    padding-bottom: 30px;
  }
  .corporate-fraud .challenge__block-text-white-background.grc h3 {
    padding-bottom: 20px;
  }
  .corporate-fraud .challenge__block-text-white-background.grc .grc-buttons {
    display: grid;
    justify-items: center;
  }
  .corporate-fraud .challenge__block-text-white-background.grc .grc-buttons a {
    margin: 0 0 10px 0;
  }
  .corporate-fraud .challenge__block-text-white-background.grc .grc-buttons a:last-child {
    margin-bottom: 0;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls {
    padding: 60px 7px 60px 7px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box {
    gap: 10px;
    padding-bottom: 40px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box .title-gradient-purple, .corporate-fraud .challenge__block-text-white-background.management-controls .management-controls-box .number-gradient-purple {
    font-size: 40px;
    line-height: 44px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col {
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col div {
    flex: 100%;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col div img {
    width: 12px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col div:last-child {
    padding-top: 0;
    width: 100%;
    flex: unset;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col h3, .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col img {
    padding-bottom: 10px;
  }
  .corporate-fraud .challenge__block-text-white-background.management-controls .triple-col p {
    font-size: 13px;
  }
  .corporate-fraud .challenge__block-header-background.policies p:last-child {
    margin-top: 20px;
  }
  .corporate-fraud .challenge__block-text-white-background.insider-threats h2 {
    padding-bottom: 15px;
  }
  .corporate-fraud .challenge__block-text-white-background.insider-threats .separator {
    margin: 10px 0;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls {
    padding: 60px 7px 60px 7px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box {
    gap: 10px;
    padding-bottom: 40px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box .title-gradient-purple, .corporate-fraud .challenge__block-text-white-background.iternal-controls .iternal-controls-box .number-gradient-purple {
    font-size: 40px;
    line-height: 44px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls h3 {
    padding-bottom: 20px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .triple-col-separator {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .triple-col-separator div {
    flex: 100%;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-controls .triple-col-separator:last-child {
    margin-bottom: 0;
  }
  .corporate-fraud .challenge__block-grey-background.segregation {
    margin: 0 20px 20px 20px;
  }
  .corporate-fraud .challenge__block-grey-background.segregation p.big.orange {
    padding-bottom: 15px;
  }
  .corporate-fraud .challenge__block-grey-background.segregation .dbl-col {
    flex-wrap: wrap;
    gap: 30px;
  }
  .corporate-fraud .challenge__block-grey-background.segregation .dbl-col div {
    display: flex;
    gap: 0;
    width: 100%;
    flex-direction: column;
  }
  .corporate-fraud .challenge__block-text-white-background.three-lines h2.title-gradient-purple {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 40px;
  }
  .corporate-fraud .challenge__block-text-white-background.three-lines h3.title-gradient-purple {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 30px;
  }
  .corporate-fraud .challenge__block-text-white-background.three-lines .triple-col {
    padding-bottom: 40px;
    gap: 20px;
  }
  .corporate-fraud .challenge__block-text-white-background.three-lines .triple-col div {
    flex: 100%;
  }
  .corporate-fraud .challenge__block-text-white-background.three-lines .triple-col div .separator {
    margin: 10px 0;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-audit {
    padding: 60px 7px 60px 7px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-audit .iternal-audit-box {
    gap: 10px;
    padding-bottom: 40px;
  }
  .corporate-fraud .challenge__block-text-white-background.iternal-audit h3 {
    padding: 20px 0 10px 0;
  }

  .compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text h2 {
    padding-bottom: 15px;
  }
  .compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text .list-title {
    padding: 30px 0 15px 0;
  }
  .compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark {
    flex-direction: column;
    gap: 10px;
  }
  .compliance-management-software .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark li {
    flex: 100%;
    padding: 0;
    border-top: none;
  }
  .compliance-management-software .challenge__block-text-white-background {
    padding: 60px 7px;
  }
  .compliance-management-software .challenge__block-text-white-background .wrapper-title-text h2 {
    text-align: left;
    padding-bottom: 15px;
  }
  .compliance-management-software .challenge__block-text-white-background .wrapper-title-text p {
    text-align: left;
    padding-bottom: 40px;
  }

  .ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text h2 {
    padding-bottom: 15px;
  }
  .ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text .list-title {
    padding: 30px 0 15px 0;
  }
  .ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ransomware-protection .challenge__block-img-text-white-background-new .wrapper-text .list ul.list-blue-mark li {
    padding: 0;
    border-top: none;
  }
  .ransomware-protection .challenge__block-header-background.mitigation {
    margin-bottom: 60px;
  }
  .ransomware-protection .challenge__block-header-background.mitigation .wrapper-content h2 {
    padding-bottom: 20px;
  }
  .ransomware-protection .challenge__block-header-background.mitigation .wrapper-content p:last-child {
    padding-top: 10px;
  }
  .ransomware-protection .challenge__block-text-white-background h2 {
    margin: 0;
    padding-bottom: 40px;
    text-align: left;
  }

  .personal-data-protection .challenge__block-text-white-background.Efficiency-safeguarding {
    padding: 60px 7px;
  }
  .personal-data-protection .challenge__block-text-white-background.Efficiency-safeguarding h2 {
    padding-bottom: 40px;
    text-align: left;
    margin: 0;
  }
  .personal-data-protection .challenge__block-header-background .wrapper-content h2 {
    padding-bottom: 20px;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy {
    padding: 60px 7px;
  }
  .personal-data-protection .challenge__block-text-white-background.privacy-policy .grid-brochure-circle__text p {
    font-size: 13px;
  }
  .personal-data-protection .challenge__block-text-white-background.monitor {
    padding: 60px 0 18px 0;
  }
  .personal-data-protection .challenge__block-text-white-background.monitor .product__monitor .product-monitor-slider.owl-carousel {
    padding: 0 20px;
  }
  .personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-title {
    padding-bottom: 30px;
  }
  .personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-title h2 {
    padding-bottom: 15px;
  }
  .personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-slide-title img {
    width: 20px;
  }
  .personal-data-protection .challenge__block-text-white-background.monitor .product__monitor-slide {
    padding: 30px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics {
    padding: 60px 7px 60px 7px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics h2 {
    padding-bottom: 40px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container {
    gap: 10px;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    justify-content: flex-start;
    justify-self: center;
    padding-left: 7px;
    padding-right: 34px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent {
    min-width: 280px;
    padding: 25px 30px 30px 30px;
    text-align: left;
    justify-items: flex-start;
    transform: translateX(13px);
  }
  .personal-data-protection .challenge__block-text-white-background.statistics .statistics-container .statistics-percent div p.text-percent {
    padding-top: 55px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
  .personal-data-protection .challenge__block-text-white-background.statistics div.footnote {
    padding-top: 40px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers h2 {
    padding-bottom: 40px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper {
    gap: 10px;
    padding: 0 20px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number {
    padding: 30px;
    min-width: 280px;
    gap: 100px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-text {
    order: 1;
    max-width: 200px;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img {
    order: 2;
    margin: 0 auto;
  }
  .personal-data-protection .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img img {
    height: 134px;
  }

  .data-loss-prevention .challenge__block-text-white-background.cards-numbers {
    padding: 60px 7px;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers h2 {
    padding-bottom: 40px;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper {
    gap: 10px;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    justify-content: flex-start;
    justify-self: center;
    padding: 0 20px;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number {
    padding: 30px;
    min-width: 280px;
    align-items: flex-start;
    gap: 120px;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-text {
    max-width: 200px;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img {
    margin: 0 auto;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .cards-numbers-wrapper .card-number .card-number-img img {
    height: 134px;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .analytics {
    padding-top: 60px;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .analytics h2 {
    padding-bottom: 15px;
    text-align: left;
  }
  .data-loss-prevention .challenge__block-text-white-background.cards-numbers .analytics .dbl-col {
    flex-direction: column;
    gap: 15px;
  }
  .data-loss-prevention .challenge__block-header-background h2 {
    padding-bottom: 20px;
  }
  .data-loss-prevention .challenge__block-header-background p {
    padding-bottom: 10px;
  }
  .data-loss-prevention .challenge__block-text-white-background.option {
    padding: 60px 7px;
  }
  .data-loss-prevention .challenge__block-text-white-background.option h2 {
    padding-bottom: 40px;
  }
  .data-loss-prevention .challenge__block-text-white-background.option .list-separator .list-orange-mark li div p:first-child {
    padding-bottom: 5px;
  }
  .data-loss-prevention .challenge__block-text-white-background.compliance-block h2 {
    padding-bottom: 40px;
  }
}

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