:root {
  --red_text_color: #ad0c24;
  --gradient01: #0000001a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #222b40;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.company {
  cursor: pointer;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 576px;
  margin-right: 20px;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.container-4 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.navbar-brand-2 {
  margin-right: 0;
}

.nav-menu-two-2 {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.list-item {
  padding-left: 60px;
}

.image-2 {
  margin-right: 0;
}

.navbar-logo-left-3 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 72px;
  padding-left: 42px;
  padding-right: 42px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 72px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.navbar-brand-3 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-1 {
  object-fit: cover;
  flex: 0 auto;
}

.navbar-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-column-gap: 24px;
  border: 0 solid #0000001a;
  border-left-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-left: 30px;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #c30d23;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-4 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 42px;
  padding-right: 42px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

.navbar-content-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.left {
  grid-column-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-brand-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  justify-content: space-between;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.image-3 {
  object-fit: cover;
}

.frame-4 {
  grid-column-gap: 24px;
  border: 0 solid #0000001a;
  border-left-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-left: 30px;
  text-decoration: none;
  display: flex;
}

.navbar-link-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.right {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.switch-language-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-us_button {
  grid-column-gap: 6px;
  background-color: #c30d23;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 16px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-4.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.text-block {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

.nav-menu-three-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  background-color: #c30d23;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 32px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.button-primary-5:hover {
  color: #c30d23;
  background-color: #ffe9e7;
}

.button-primary-5:active {
  background-color: #43464d;
}

.nav-product-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-no-shadow {
  display: flex;
}

.navbar-shadow-container {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 42px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 2px 10px #0000001a;
}

.container-regular {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-wrapper-3 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.navbar-brand-5.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c8c8c800;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #0000001a;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 32px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  display: flex;
}

.nav-menu.pc {
  padding-left: 20px;
}

.nav-link-5 {
  color: #222b40;
  letter-spacing: .25px;
  cursor: default;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 16px;
  line-height: 42px;
  text-decoration: none;
  display: none;
}

.nav-link-5:hover {
  color: #c30d23;
  border: 1px #000;
  border-bottom: 1px solid #ad0c24;
  border-radius: 0;
  line-height: 42px;
  text-decoration: none;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5.company {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link-5.company:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
  text-decoration: none;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-5:focus-visible, .nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible, .nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.nav-button-wrapper {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
  position: relative;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.dropdown-toggle {
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 40px 5px 10px;
}

.text-block-2 {
  color: #222b40;
  font-size: 16px;
}

.text-block-2:hover {
  text-decoration: underline;
}

.section-hero {
  background-image: url('../images/u0-1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding-top: 253px;
  display: flex;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  height: auto;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  overflow: visible;
}

.heading {
  color: #222b40;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
}

.heading-2 {
  color: #222b40;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}

.butt0n-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.butt0n-content.center {
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
}

.butt0n-content._1280 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.button-primary-5-copy {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #c30d23;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.button-primary-5-copy:hover {
  color: #c30d23;
  background-color: #ffe9e7;
}

.button-primary-5-copy:active {
  background-color: #43464d;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 520px;
  padding: 32px;
  display: none;
  top: 50px;
  box-shadow: 0 2px 20px #0000001a;
}

.nav-product-pop {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 520px;
  padding: 32px;
  display: none;
  position: absolute;
  top: 50px;
  left: -70px;
  box-shadow: 0 2px 5px #0003;
}

.nav-product-pop.ti {
  display: none;
  top: 48px;
}

.nav-product-pop.drp {
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
  top: 48px;
}

.section2-copy {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 520px;
  padding: 32px;
  display: none;
  position: absolute;
  top: 50px;
  left: -70px;
  box-shadow: 0 2px 5px #0003;
}

.navbar-no-shadow-copy {
  display: flex;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-6 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-6 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-6:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-6:focus-visible, .nav-dropdown-toggle-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-6 {
  margin-right: 10px;
}

.nav-dropdown-list-6 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-6.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-6:focus-visible, .nav-dropdown-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-5:hover {
  color: #1a1b1fbf;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.menu-button-6.w--open, .navbar-no-shadow-2 {
  display: flex;
}

.navbar-no-shadow-container-copy {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 42px;
  display: flex;
}

.introduce-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end center;
  place-items: start stretch;
  width: auto;
  max-width: none;
  padding-top: 72px;
  padding-bottom: 72px;
  text-decoration: none;
  display: grid;
}

.frame-427321212 {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-8 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1320px;
  max-width: 1320px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  text-align: justify;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.content-block {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-1 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 242px;
  text-decoration: none;
  display: flex;
}

.frame-7 {
  grid-row-gap: 16px;
  border: 1px solid #e0e4e9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 306px;
  max-width: 306px;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-7:hover {
  position: relative;
  top: -5px;
  box-shadow: 0 0 10px #0000001a;
}

.frame-11 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35.5556px;
  height: 35.5556px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome-2 {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome-3 {
  color: #515d73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.card {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border: 1px solid #e0e4e9;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
  transform: none;
}

.card:hover {
  position: static;
  top: -5px;
  transform: translate(0, -5px);
  box-shadow: 0 0 10px #0000001a;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.6667px;
  height: 21.1333px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.6667px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.frame-9 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28.4444px;
  height: 29.9415px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28.7951px;
  height: 29.9252px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26.64px;
  height: 26.6662px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome-0 {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  text-decoration: none;
}

.title-copy-goes-here-be-awesome-1 {
  color: #ad0c24;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  text-decoration: none;
}

.list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
}

.title {
  width: 644px;
}

.div-block-7 {
  flex: 0 auto;
}

.list-item-3 {
  position: static;
}

.rrp-product-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rrp-product-content.report {
  justify-content: center;
  align-items: center;
}

.rrp-product-content.report.blue, .rrp-product-content.report.solution {
  padding-top: 72px;
  padding-bottom: 72px;
}

.rrp-product-content.report.plink {
  background-image: linear-gradient(#cb2b3e1a, #ffffff1a);
  border-radius: 100px 100px 0 0;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
}

.rrp-product-content.report.solution-copy {
  padding-top: 72px;
  padding-bottom: 72px;
}

.rrp-product-content.blue {
  background-color: #f5f7fa;
  margin-top: 0;
  padding-top: 72px;
  padding-bottom: 72px;
}

.container-1320 {
  border: 0 #000;
  flex-flow: column;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.container-1320._1100 {
  width: 100%;
  max-width: 1100px;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.navigation {
  z-index: 100;
  position: relative;
}

.pricing-description-copy {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: #222b40;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 56px;
}

.heading-3.solution-title {
  color: #222b40;
  text-align: center;
  margin-top: 0;
  margin-bottom: 42px;
}

.text-block-4 {
  color: #0b56a1;
  text-align: center;
}

.paragraph {
  color: #515d73;
  text-align: center;
  margin-bottom: 42px;
  font-weight: 300;
}

.content-title {
  width: 100%;
  max-width: none;
}

.body {
  color: #222b40;
  background-color: #fff;
  font-family: Inter, Impact, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-8 {
  background-color: #ff2323;
  width: 56px;
  height: 1px;
}

.navbar-logo-center-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-4.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-4 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-4 {
  width: 100%;
}

.nav-menu-three-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-7 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #1a1b1fbf;
}

.nav-link-7:focus-visible, .nav-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-7 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-7 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-7:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-7:focus-visible, .nav-dropdown-toggle-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-7 {
  margin-right: 10px;
}

.nav-dropdown-list-7 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-7.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-7 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-7:focus-visible, .nav-dropdown-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-6:hover {
  color: #1a1b1fbf;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.digital-era-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 430px;
}

.digital-era-grid.rq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto 161px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: stretch flex-start;
  place-items: stretch stretch;
  height: auto;
  margin-bottom: 42px;
  display: grid;
}

.digital-era-grid.report {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto;
  margin-top: 52px;
  display: flex;
}

.drp_in-card {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c30d23;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: none;
  position: absolute;
  inset: 0%;
}

.drp_in-card:hover {
  opacity: 100;
  pointer-events: auto;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-4.blue {
  color: #0b56a1;
  text-align: left;
}

.divider {
  background-color: #fff;
  border-bottom: 1px solid #c30d23;
  flex: 0 auto;
  width: 100%;
  height: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 300;
}

.tittle-card {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.tittle-card.drp.center {
  justify-content: center;
  align-items: center;
  height: 430px;
}

.tittle-card.rq {
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.image-6 {
  background-color: #c96565;
}

.solution-describe-warp {
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.ti_lparagraph {
  color: #515d73;
  text-align: left;
  margin-bottom: 32px;
  font-weight: 300;
}

.solution-content.rq {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.slider {
  margin-top: 42px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.logos-title-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.solutions-two {
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.section.bg-blue {
  background-color: #f5f7fa;
  width: 100%;
  position: relative;
}

.tianji-partners-solutions_section {
  background-image: url('../images/TianJi-Partners--Solutions_BG.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 806px;
  padding-top: 52px;
  padding-bottom: 72px;
  display: flex;
  position: relative;
}

.text-picture.ti {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 52px;
  display: flex;
}

.text-picture.rq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.tittle.blue {
  color: #0b56a1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.paragraph-3 {
  color: #222b40;
  margin-bottom: 16px;
  font-weight: 300;
}

.text-warp {
  flex-flow: column;
  display: flex;
}

.picture-warp {
  height: 508px;
}

.drp-protection_gird {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.drp_risk-type {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.drp_risk-type:hover {
  transform: translate(0, -5px);
  box-shadow: 0 2px 10px #0000001a;
}

.website-phishing_icon {
  background-color: #fff;
  border: 4px solid #e0e4e9;
  border-radius: 100px;
  width: 46px;
  height: 46px;
}

.text-block-5 {
  width: 76.9854%;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-13 {
  width: 100px;
  height: 100px;
  position: static;
}

.pop-up {
  background-color: #cbcbcb;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 72px;
  margin-bottom: 72px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-14 {
  cursor: pointer;
  background-color: #ba1a1a;
  flex: 0 auto;
  width: 500px;
  height: 500px;
}

.section-3 {
  background-color: #969696;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.button-popup {
  cursor: pointer;
}

.button-popup:hover {
  background-color: #063e6f;
}

.rocket-man-business-start-up-strategy {
  width: 250px;
  height: 250px;
}

.lines {
  width: 800px;
  height: 600px;
  margin-bottom: 352px;
  position: absolute;
}

.lodding {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section-4 {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.material-wave-loading {
  width: 250px;
  height: 250px;
}

.herosection {
  background-image: url('../images/banner.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 872px;
  display: none;
}

.div-block-15 {
  height: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding-top: 72px;
  position: static;
}

.hero-content-warp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.h1 {
  color: #222b40;
  margin-top: 94px;
  margin-bottom: 0;
  font-family: Inter, Impact, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  display: flex;
}

.h1.white {
  color: #222b40;
  margin-top: 94px;
}

.body-3 {
  color: #222b40;
  font-family: Inter, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-6 {
  font-size: 24px;
  line-height: 150%;
}

.text-block-7 {
  color: #222b40;
  margin-top: 24px;
  font-family: Inter, Impact, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.text-block-7.white {
  color: #222b40;
  font-size: 18px;
  display: flex;
}

.text-block-7.hide {
  display: flex;
}

.green-yellow-gradient-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: linear-gradient(90deg, #ff243e, #135bff);
  background-clip: border-box;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 14px 42px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.green-yellow-gradient-button.no-arrow {
  background-image: linear-gradient(90deg, #ff243e, #135bff);
  width: auto;
  margin-top: 0;
  padding-left: 62px;
  padding-right: 62px;
  display: none;
}

.green-yellow-gradient-button.no-arrow.ti-solutions-button {
  flex: 0 auto;
  padding-left: 62px;
  padding-right: 62px;
  display: none;
}

.green-yellow-gradient-button.no-arrow.report, .green-yellow-gradient-button.no-arrow.reropt {
  display: none;
}

.green-yellow-gradient-button.no-arrow.small {
  padding-left: 24px;
  padding-right: 32px;
  display: none;
}

.green-yellow-gradient-button.no-arrow.tj {
  display: flex;
}

.section-5 {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-white {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.content-gray1-warp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-gray1-warp.pland-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-gray1 {
  background-color: #f5f7fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 98px;
  display: flex;
}

.section-gray1.six-card {
  display: none;
}

.heading-6 {
  color: #222b40;
  background-color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-6 {
  color: #515d73;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.grid-caird {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 344px;
  height: 300px;
  padding: 32px 32px 35px;
  display: flex;
  box-shadow: -20px 10px 105px #0000000a;
}

.grid-caird.small {
  height: auto;
  display: flex;
}

.grid-caird.pland-b {
  background-color: #fff;
  width: auto;
  height: 268px;
  padding-bottom: 32px;
  padding-left: 24px;
}

.grid-caird.pland-b.small {
  height: 242px;
}

.card-tittle {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.risks-and-threats-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.risks-and-threats-grid.pland-b {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 1000px;
  display: grid;
}

.heading-7 {
  color: #222b40;
  text-align: left;
  width: 1000px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  position: static;
}

.heading-7.rirsks-and-threats-text {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 200px;
  padding-right: 200px;
}

.text-span {
  color: #ad0c24;
}

.content-warp {
  width: 1100px;
}

.heading-8 {
  color: #222b40;
  font-size: 48px;
  line-height: 56px;
}

.paragraph-7 {
  color: #515d73;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Inter, Impact, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.heading-1 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 56px;
}

.image-9 {
  flex: 0 auto;
  display: none;
}

.drp-in-de-button-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.red-border-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ad0c24;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ad0c24;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 48px;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
}

.red-border-button.ti_solutions {
  cursor: pointer;
  width: 137px;
  height: 48px;
  font-size: 14px;
  font-weight: 300;
}

.red-border-button.ti_solutions.small {
  width: 137px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.red-border-button.drp_solutions {
  cursor: pointer;
}

.red-border-button.get-report {
  border-color: #bd2e3c;
  width: 180px;
  margin-top: 0;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 14px;
}

.red-border-button.get-report._137 {
  width: 137px;
  font-size: 14px;
  font-weight: 300;
}

.red-border-button.access {
  padding-left: 47px;
  padding-right: 47px;
  font-weight: 300;
}

.red-border-button.access._137 {
  width: 137px;
}

.red-border-button.hide {
  display: flex;
}

.red-border-button._40 {
  width: auto;
  height: 40px;
  font-size: 14px;
}

.red-border-button._40:hover {
  background-color: #ffe9e7;
}

.red-border-button.blue {
  color: #113dee;
  border-color: #113dee;
}

.section-gray2 {
  text-align: left;
  background-color: #fafafa;
}

.section-gray1-pland-b {
  background-color: #f5f7fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-gray1-pland-b.planb {
  padding-top: 48px;
  padding-bottom: 72px;
  font-weight: 400;
}

.section-gray1-pland-b.phone {
  display: none;
}

.card_warp2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.collection-list-wrapper {
  width: 1100px;
  display: block;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 1100px;
}

.collection-list-wrapper-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 1100px;
  display: flex;
}

.drp-in-de-gird {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-10 {
  width: 100%;
  height: 226px;
}

.rp-in-de-content {
  background-color: #fff;
  border-radius: 16px;
}

.drp-in-de-content {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: -20px 10px 105px #0000000a;
}

.heading-10 {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.div-block-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 16px;
  height: 226px;
}

.drp-in-de-image {
  background-image: url('../images/Mitigating-Image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 226px;
  margin-bottom: 0;
}

.drp-in-de-image.mitigating {
  background-image: url('../images/Managing-Image.png');
}

.drp-in-de-image.monitoring {
  background-image: url('../images/Monitoring-Image.png');
  background-size: cover;
  background-attachment: scroll;
}

.drp-in-de-image.mapping {
  background-image: url('../images/Mapping-Image.png');
}

.drp-in-de-_text-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 88px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.paragraph-8 {
  color: #515d73;
}

.paragraph-9 {
  color: #515d73;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.drp-in-de-show-up {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: #515d73;
  mix-blend-mode: normal;
  background-color: #fffffff2;
  border: 1px #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 32px 38px;
  font-size: 16px;
  line-height: 22px;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: -20px 10px 105px #0000000a;
}

.drp-in-de-show-up:hover {
  opacity: 1;
}

.text-block-8 {
  font-weight: 600;
}

.text-block-9 {
  color: #222b40;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-10 {
  font-weight: 300;
  line-height: 24px;
}

.section-white2 {
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 32px;
  display: none;
}

.heading-11 {
  margin-top: 0;
}

.h1_tittle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 52px;
}

.text-block-10 {
  color: #0e1424;
  margin-top: 62px;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
}

.text-span-2 {
  color: #c30d23;
}

.paragraph-12 {
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 24px;
}

.ti-solutions-button-warp {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.ti-solutions-button-warp.drp-solution_button, .ti-solutions-button-warp.ti-solution_button {
  display: none;
}

.ti-solutions-image-warp {
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: none;
  position: relative;
}

.image-12 {
  width: 75%;
}

.drp-protection-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 49px;
  padding-bottom: 49px;
  display: flex;
  overflow: visible;
}

.drp-protection-warp {
  width: 1100px;
}

.heading-12 {
  color: #0e1424;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 56px;
}

.red-text {
  color: #c30d23;
}

.paragraph-13 {
  color: #222b40;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 24px;
}

.drp {
  padding-top: 42px;
  padding-bottom: 92px;
  display: flex;
}

.drp-scene-show-section {
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 0;
}

.drp-scene-show-content {
  width: 1100px;
  position: static;
  top: 100px;
  overflow: hidden;
}

.drp-scene-show-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 2640px;
  position: static;
  overflow: visible;
}

.scene-show {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  height: 220px;
  padding-top: 42px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-13 {
  border: 2px solid #fff;
  border-radius: 16px;
  width: 80px;
  display: inline-block;
  box-shadow: 0 4px 4px #00000040;
}

.text-block-11 {
  text-align: center;
  margin-top: 16px;
}

.image-14 {
  border: 2px solid #fff;
  border-radius: 16px;
  width: 130px;
  margin-bottom: 16px;
  box-shadow: -10px 8px 40px #fcc4c4bf;
}

.text-block-12 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.drp-scene-show_change-big {
  background-color: #fbfbfb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.drp-scene-show_normal {
  display: block;
}

.research-report-section {
  background-color: #f5f7fa;
  background-image: url('../images/BG_Image.png');
  background-position: 50% -60%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 82px;
  display: flex;
  position: static;
}

.report-warp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  display: flex;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
}

.report-button-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.slider-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ddd0;
  flex-flow: column;
  height: auto;
  margin-top: 42px;
  display: flex;
}

.slide-nav {
  opacity: 1;
  margin-top: 0;
  display: block;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 63px;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-4, .icon-5 {
  display: none;
}

.drp-scene-show-section-planb {
  background-color: #fbfbfb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 72px;
  display: flex;
}

.drp-scene-show-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1100px;
  display: grid;
}

.drp-risk-scene {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 22px 28px;
  display: flex;
}

.div-block-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 65px;
  height: 65px;
}

.text-block-13 {
  color: #080808;
  font-weight: 400;
}

.image-15 {
  background-color: #f5f5f5;
  border: 0 #000;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  padding: 6px;
}

.drp-scene-show-warp-cms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1100px;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row-reverse wrap-reverse;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 23.3%;
  padding: 16px 28px;
  display: flex;
  box-shadow: -20px 10px 105px #0000000a;
}

.report_warp {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  width: 1100px;
  height: 100%;
  margin-top: 42px;
  display: flex;
}

.report_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  align-self: auto;
  width: 35%;
  height: auto;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 50px #0000000d;
}

.report_card.planb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-14 {
  text-align: center;
}

.mask {
  flex: 0 auto;
  height: 662px;
}

.report-text-warp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 1px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.image-16 {
  width: 60%;
  height: auto;
  box-shadow: 0 20px 30px #2746780d;
}

.text-block-14 {
  color: #222b40;
  font-size: 14px;
  line-height: 20px;
}

.tag_new {
  background-image: linear-gradient(90deg, #c30d23, #0866d9);
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 1px;
  display: flex;
}

.tag_new.none {
  display: none;
}

.text-block-15 {
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.tag_bg {
  background-color: #f3f3f3;
  border: .5px solid #e0e4e9;
  border-radius: 4px;
  height: auto;
  margin-top: 0;
  padding: 4px 12px;
}

.heading-15 {
  height: 63.9931px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.text-block-16 {
  color: #828fa1;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-14 {
  color: #515d73;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 300;
}

.report-button-warp {
  justify-content: center;
  align-items: center;
}

.get-the-report_button {
  margin-top: 0;
}

.report-image_warp {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.cooperative-partner-section {
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
  position: relative;
}

.div-block-21 {
  width: 1100px;
}

.partner_warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
  overflow: hidden;
}

.partner-content_warp01 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.image-17 {
  width: 300px;
}

.marquee-item {
  background-color: #fff0;
  border: .5px solid #bfbfbf33;
  border-radius: 16px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 16px;
  display: flex;
  box-shadow: -5px 5px 20px #0000000a;
}

.marquee-item.ceshi {
  margin-right: 0;
}

.tag-text-_gray1 {
  font-size: 16px;
  font-weight: 300;
}

.partner-content_warp02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 0 auto;
  margin-left: -109px;
  display: flex;
}

.partner-content_warp03 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.contact-us-section {
  background-color: #f5f7fa;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.contact-us-warp {
  width: 1100px;
}

.contact-us-h1 {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
}

.text-span-3, .text-span-4 {
  color: #ad0c24;
}

.paragraph-15 {
  color: #515d73;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.contact-us-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.cu_bg_image {
  width: 40%;
  height: auto;
}

.contact-form {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
}

.contact-form.repoter {
  background-color: #fff;
  margin-top: 16px;
}

.div-block-25 {
  width: 60%;
}

.field-label-3, .field-label-4 {
  display: flex;
}

.content-us-input {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #222b40;
  background-color: #fff;
  border: 1px solid #e0e4e9;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 300;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}

.content-us-input:hover {
  border-color: #ad0c24;
}

.content-us-input:active {
  color: #222b40;
}

.content-us-input:focus {
  border-color: #ad0c24;
}

.content-us-input:focus-visible, .content-us-input[data-wf-focus-visible] {
  color: #222b40;
}

.content-us-input::placeholder {
  color: #afb7c2;
}

.content-us-input:lang(en) {
  color: #222b40;
}

.content-us-input.selection {
  padding-left: 0;
  display: flex;
}

.content-us-input.none {
  display: block;
}

.paragraph-16 {
  color: #515d73;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.submit-button {
  background-color: #c30d23;
  border-radius: 100px;
  width: 200px;
  padding: 14px 72px;
}

.submit-button._200 {
  text-align: center;
  vertical-align: middle;
  height: 48px;
  font-weight: 300;
  display: inline-block;
}

.submit-button.blue {
  background-color: #113dee;
}

.submit-button.report {
  width: 100%;
}

.checkbox-label {
  font-size: 14px;
}

.checkbox-label-2 {
  color: #515d73;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.checkbox {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e0e4e9;
  border-radius: 2px;
  width: 14px;
  height: 14px;
}

.checkbox:hover, .checkbox:focus, .checkbox:focus-visible, .checkbox[data-wf-focus-visible] {
  border-color: #c30d23;
}

.checkbox.w--redirected-checked {
  background-color: #c30d23;
  border-color: #c30d23;
}

.checkbox.w--redirected-focus {
  background-color: #fff;
}

.footer {
  background-color: #050505;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 333.307px;
  padding-top: 52px;
  padding-bottom: 52px;
  display: flex;
  position: relative;
  bottom: 0;
}

.footer-warp {
  width: 1100px;
}

.logo-link_warp {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link_warp {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link_warp_tittle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 64px;
  display: flex;
}

.text-block-17 {
  font-size: 20px;
}

.text-block-18 {
  color: #fff;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.link-image_warp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-18 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  padding: 8px;
  display: block;
  overflow: visible;
}

.image-18:hover {
  transform: scale(1.1);
}

.image-19 {
  cursor: pointer;
  flex: 1;
  transition: opacity .2s;
}

.image-19:hover {
  transform: scale(1.1);
}

.image-20 {
  cursor: pointer;
  flex: 1;
}

.image-20:hover {
  transform: scale(1.1);
}

.footer-content-itme {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-content-itme.location {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.footer-itme-image {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-19 {
  font-size: 12px;
}

.text-block-20 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.footer-itme-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-text-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: auto;
  padding-right: 0;
  display: flex;
}

.footer-link-content-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-itme-location-image {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-content-warp {
  border-top: 1px solid #ffffff52;
  border-bottom: 1px #fff;
  border-left: 1px #fff;
  border-right: 1px #000;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.image-21 {
  padding-top: 2px;
}

.drp-protection-two-part-section {
  width: auto;
  height: auto;
  position: static;
  top: 60px;
}

.drp-protection-camera {
  width: 100vw;
  height: auto;
  position: sticky;
  top: 0;
  overflow: visible;
}

.laern-more-show {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  display: flex;
}

.learn-more-text {
  border: 1px none var(--red_text_color);
  color: var(--red_text_color);
  border-radius: 100px;
  padding: 0;
}

.link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--red_text_color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.image-22 {
  width: 14%;
}

.div-block-28 {
  width: 1100px;
  position: absolute;
  inset: auto;
}

.image-23 {
  margin-left: -649px;
  padding-left: 0;
}

.tl-subscription-bg {
  z-index: 0;
  text-align: left;
  flex: 0 auto;
  margin-left: -696px;
  text-decoration: none;
  display: block;
  position: absolute;
}

.div-block-29 {
  position: absolute;
}

.tl-subscription-image_warp {
  z-index: 2;
  order: -1;
  justify-content: space-around;
  width: 1100px;
  height: 600px;
  display: flex;
  position: relative;
}

.image-24 {
  border: 8px solid #fff;
  border-radius: 32px;
  margin-top: 102px;
  position: static;
  box-shadow: -58px -41px 50px -15px #0000000a;
}

.image-25 {
  z-index: 10;
  border: 8px solid #fff;
  border-radius: 32px;
  margin-bottom: 104px;
  margin-left: -648px;
  position: static;
  box-shadow: -58px -41px 50px -15px #0000000a;
}

.hero-section {
  background-image: url('../images/TI_Banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 72px;
  padding-top: 48px;
  padding-bottom: 42px;
  display: flex;
}

.hero-section.drp {
  background-image: url('../images/DRP_Baaner.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 58px;
}

.hero-section-warp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.breadcrumb-warp {
  color: #222b40;
  flex: 0 auto;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.ti-banner_tittle {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.text-block-23 {
  width: 950px;
  margin-top: 14px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-17 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 32px;
  font-weight: 300;
}

.paragraph-17.ti {
  width: 788px;
  font-weight: 300;
}

.herosection-planb {
  height: 500px;
  margin-top: 72px;
}

.herobaanner-_slider {
  background-color: #fff;
  height: 100%;
  margin-bottom: 0;
}

.slide-nav-2 {
  margin-bottom: 40px;
}

.herobaanner-_slider1 {
  background-image: url('../images/Home_Banner_01.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1100px;
  display: flex;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  margin-top: 128px;
  margin-bottom: 300px;
  display: flex;
}

.hero-content-warp_part {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1100px;
  margin-top: 44px;
  padding-bottom: 0;
  display: flex;
}

.hero_content-warp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-2 {
  background-image: url('../images/Home_banner2.png');
  background-position: 0 0;
  background-size: 100% 100%;
}

.herobaanner-_slider2 {
  background-image: url('../images/Home_Bnanner_03.jpg');
  background-position: 50%;
  background-size: cover;
}

.herobaanner-_slider3 {
  background-image: url('../images/Home_banner02_sr.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-span-6 {
  color: #222b40;
}

.text-span-7, .text-span-8 {
  color: #c30d23;
}

.text-span-9, .text-span-10 {
  color: #ad0c24;
}

.tis_section {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.heading-16 {
  text-align: center;
  font-size: 40px;
  line-height: 52px;
}

.tis_tittle-warp {
  z-index: 50;
  background-image: linear-gradient(#fff 80%, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 32px;
  display: flex;
  position: sticky;
  inset: -62px 0% auto;
}

.tis_tab-warp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 12px 24px;
  display: flex;
}

.tis_tab_tittle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0e1424;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 24px 0 32px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tis_tab_tittle:focus {
  background-color: #fff;
}

.tis_tab_tittle.threats {
  width: 192px;
  height: 76px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.tis_tab_tittle.threats:hover {
  background-color: #e9e9e9;
}

.tis_tab_tittle.threats.custom-anchor {
  cursor: default;
  width: 226px;
  height: 62px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
}

.tis_tab_tittle.vulnerability {
  width: 242px;
  height: 76px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.tis_tab_tittle.vulnerability:hover {
  background-color: #e9e9e9;
}

.tis_tab_tittle.vulnerability.custom-anchor {
  cursor: default;
  width: 280px;
  height: 62px;
  padding-left: 24px;
}

.tis_tab_tittle.incidents {
  width: 212px;
  height: 76px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.tis_tab_tittle.incidents:hover {
  background-color: #e9e9e9;
}

.tis_tab_tittle.incidents.custom-anchor {
  cursor: default;
  width: 256px;
  height: 62px;
  padding-left: 24px;
}

.tis_tab_tittle.general {
  width: 196px;
  height: 76px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.tis_tab_tittle.general:hover {
  background-color: #e9e9e9;
}

.tis_tab_tittle.general.custom-anchor {
  cursor: default;
  width: 236px;
  height: 62px;
  padding-left: 24px;
}

.text-block-24 {
  color: #0e1424;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.tis_tab_tittle-planb {
  border-radius: 16px;
  padding: 8px 32px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.tis_tab_tittle-planb:hover {
  background-color: #e9e9e9;
}

.tis_tab_image {
  width: 38px;
  display: block;
}

.tis_tab_text {
  text-align: left;
  border-radius: 16px;
  flex: 0 auto;
  align-self: center;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.tab-link-tab-2 {
  color: #373c49;
}

.tab-link-tab-2.w--current {
  color: #175cff;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tis_tittle-contene {
  width: 1100px;
}

.tis_four-part-warp {
  background-color: #fbfbfb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tis_four-part-warp.threats {
  width: 100%;
  overflow: hidden;
}

.tis_four-part-warp.vulnerability {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tis_threats-tittle-warp {
  z-index: 0;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.left_warp {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  display: flex;
}

.tittle-image-warp {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  display: flex;
}

.tittle-image-warp.incidents {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  justify-content: flex-start;
  align-items: center;
}

.heading-17 {
  display: flex;
}

.heading-18 {
  color: #c30d23;
  font-size: 32px;
  line-height: 56px;
}

.tis_left-text-warp {
  z-index: 20;
  flex-flow: column;
  width: 926px;
  display: flex;
  position: relative;
}

.paragraph-18 {
  color: #0e1424;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-18.incidents {
  font-weight: 500;
}

.paragraph-18.vulnerability {
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-19 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 300;
  display: flex;
}

.paragraph-19.incidents {
  display: none;
}

.paragraph-19.general {
  width: auto;
  margin-bottom: 0;
}

.paragraph-19.general.none {
  display: none;
}

.threats-tag-warp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.threats-tag-warp.none {
  display: none;
}

.tag {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #c30d23;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.text-block-25 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.div-block-32 {
  width: 50%;
}

.threats-image_warp {
  z-index: 20;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1100px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 56px;
  padding-left: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.threats-image_warp.mobile {
  display: none;
}

.tags-warp {
  z-index: 4;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#c30d23, #f93f42);
  border: 8px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 64px;
  padding: 24px 62px 24px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 5px #0003;
}

.tags-warp.vulnerability {
  width: 329.792px;
  margin: 50px 90px 358px 0;
}

.tags-warp.vulnerability.mobile {
  display: none;
}

.tag_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag_content.none {
  display: none;
}

.text-block-26 {
  color: #fff;
  width: 100%;
  line-height: 28px;
}

.image-26 {
  border: 8px solid #fff6;
  border-radius: 32px;
  max-width: none;
  margin-top: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
  transform: rotate(-10deg);
  box-shadow: -58px -41px 50px -15px #0000000a;
}

.image-27 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% 108px;
  overflow: visible;
}

.image-27.incidents {
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  inset: -81px auto auto -592px;
}

.image-27.vulnerability {
  margin-bottom: 0;
  padding-left: 0;
  top: 0;
  left: 468px;
}

.image-27.threats {
  z-index: 0;
  inset: 15% auto 0% -29%;
}

.tis_incidents-part-warp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tis_incidents-part-content {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  width: 1100px;
  display: flex;
}

.tis_incidents-part-content.incidents {
  z-index: 20;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.tis_four-part-warp {
  display: flex;
}

.tis_four-part-warp.general {
  width: 100%;
  display: flex;
  position: relative;
}

.tis_four-part-warp.incidents {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.tis_four-part-warp.tis_incidents {
  width: 100%;
}

.image-28 {
  z-index: 10;
  border: 8px #fff;
  border-radius: 32px;
  max-width: none;
  position: absolute;
  inset: 89px -4% 0% auto;
  overflow: visible;
  transform: rotate(4deg)scale(.9);
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 16px;
  width: 520px;
  padding: 32px;
  display: none;
  top: 50px;
}

.list-item-4 {
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.list-item-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: default;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 42px;
  display: flex;
  position: relative;
}

.tis_tab_tittle_show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: -10px 10px 20px #0000000a;
}

.tis_tab_tittle_show.threats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  inset: 0%;
}

.tis_tab_tittle_show.vulnerability, .tis_tab_tittle_show.incidents, .tis_tab_tittle_show.general {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  inset: 0%;
}

.tis_tab_text_show {
  width: auto;
  font-size: 16px;
}

.image-29 {
  width: 180px;
  height: 180px;
}

.image-29.incidents {
  margin-right: 0;
}

.tis_threats-image-warp {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-33 {
  border: 8px solid #fff;
  border-radius: 32px;
}

.image-30 {
  z-index: 3;
  width: 550px;
  max-width: none;
  position: absolute;
  inset: -30px 178px 0% auto;
}

.image-30.vulnerability {
  z-index: 10;
}

.image-31 {
  z-index: 2;
  width: 594px;
  max-width: none;
  position: absolute;
  inset: -55px auto auto 106px;
}

.image-31.vulnerability {
  z-index: 10;
}

.tis_incidents-tittle-warp {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.tis_incidents-image-warp {
  background-color: #fafafd;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.incidents-image-warp {
  z-index: 10;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  max-width: none;
  display: flex;
  position: relative;
}

.paragraph-20 {
  width: 378px;
  margin-bottom: 32px;
}

.paragraph-20.general {
  width: 314px;
  font-weight: 300;
}

.image-32 {
  z-index: 0;
  max-width: none;
  position: absolute;
  inset: auto auto -206px -537px;
  overflow: clip;
}

.image-32.incidents {
  width: 1460px;
  inset: auto auto 0% 0%;
}

.image-32.general {
  width: 1460px;
  inset: auto 0% -235px 95px;
}

.tis_vulnerability-tittle-warp {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 48px;
  display: flex;
}

.tis_vulnerability-image-warp {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vulnerability-image_warp {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1100px;
  display: flex;
  position: relative;
}

.image-33 {
  width: 528px;
  max-width: none;
  position: absolute;
  inset: 107px 88px 0% auto;
}

.image-34 {
  width: 720px;
  max-width: none;
  padding: 8px;
  position: absolute;
  inset: -144px auto auto 40px;
}

.tis_general-tittle-warp {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 32px;
  display: flex;
}

.tis_general-image-warp {
  background-color: #fafafd;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.general-image-warp {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  width: 1100px;
  padding-top: 66px;
  padding-bottom: 66px;
  display: flex;
  position: relative;
}

.general-image_text-warp {
  padding-top: 34px;
}

.general-image {
  z-index: 2;
  width: 693px;
  max-width: none;
  height: 100%;
  margin-left: 65px;
  margin-right: 0;
  position: relative;
}

.tablet_show {
  display: none;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-27 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.image-36 {
  width: 13%;
}

.text-block-28 {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.attribution-query-section {
  background-image: url('../images/Attribution-Query_BG.png');
  background-position: 90%;
  background-size: cover;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
  position: static;
}

.attribution-query_warp {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 1100px;
  display: flex;
}

.attribution-query_text_warp {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-38 {
  width: 56%;
}

.attribution-query_tittle {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  line-height: 52px;
}

.text-span-11 {
  color: #ff1c38;
}

.paragraph-21 {
  color: #fff;
  margin-top: 36px;
  margin-bottom: 0;
}

.attribution-query_description {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 26px;
}

.ti-deliviery-standards-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 48px;
  display: flex;
}

.ti-deliviery-standards_content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  display: flex;
}

.ti-deliviery-standards-tittle {
  margin-top: 0;
  font-size: 40px;
}

.text-block-31 {
  margin-top: 22px;
  font-weight: 300;
}

.ti-deliviery-standards_image {
  width: 52%;
}

.image-41 {
  position: absolute;
}

.incidents_image {
  position: absolute;
  inset: auto auto 0% -200px;
}

.general_bg_image {
  position: absolute;
  inset: auto 0 -25px 108px;
}

.solutions-tlttle_warp {
  z-index: 2;
  border-bottom: .5px solid #56545433;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-bottom: 32px;
  padding-bottom: 22px;
  display: flex;
  position: relative;
}

.solutions_tittle {
  font-size: 40px;
  line-height: 56px;
}

.solutions-content_warp {
  flex-flow: column;
  justify-content: space-between;
  width: 1100px;
  display: flex;
}

.cti-solutions_warp {
  z-index: 10;
  width: auto;
  position: relative;
}

.cti-solutions_warp.show.hide, .cti-solutions_warp.hide {
  margin-left: 20px;
}

.digital-risk-protection_warp {
  z-index: 10;
  padding-right: 0;
  position: relative;
}

.solutions_warp_bg {
  background-color: #d9d9d933;
  width: 32%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.solutions_warp_bg.r {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 40%;
  display: flex;
}

.solutions_warp_bg.l {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 503px;
  display: none;
  inset: 0% auto 0% 0%;
}

.solutions_h1 {
  font-size: 40px;
}

.text-span-12 {
  color: #c30d23;
}

.paragraph-22 {
  width: 521px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 300;
}

.paragraph-22.ti_none {
  width: 282px;
}

.paragraph-22.hide {
  width: 280px;
}

.text-span-13, .text-span-14, .text-span-15 {
  color: #c30d23;
}

.paragraph-23 {
  width: 280px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 300;
}

.paragraph-23.rrp_show {
  width: 521px;
}

.text-block-32 {
  font-size: 16px;
}

.tis-content_warp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: auto;
}

.image-42 {
  position: absolute;
  inset: 19% 0% 0% 181px;
}

.div-block-35 {
  background-color: #3d2222;
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-43 {
  aspect-ratio: auto;
  width: 100%;
  position: absolute;
  inset: auto auto -79px -29%;
}

.image-44 {
  object-fit: cover;
  width: 95%;
  position: absolute;
  inset: 247px -91px 0% auto;
}

.image-44.hide {
  display: none;
}

.image-45 {
  border: 8px solid #fff6;
  border-radius: 32px;
  width: 45%;
  position: absolute;
  inset: 361px -56px 0% auto;
  transform: rotate(6deg);
}

.image-45.hide {
  display: none;
}

.div-block-36 {
  text-align: center;
  background-image: linear-gradient(270deg, #c30d23, #0866d9);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 28px;
  padding: 1px;
  display: flex;
}

.text-block-33 {
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 28px;
  display: flex;
}

.div-block-37, .cti-solutions_show {
  justify-content: space-between;
  width: 1100px;
  display: flex;
}

.drp-solutions_show {
  justify-content: space-between;
  width: 1100px;
  display: none;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 52px;
  display: grid;
}

.div-block-39 {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: -20px 10px 50px #0000000a;
}

.drp_scene_six {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  margin-top: 42px;
  display: grid;
}

.risk-scene-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: -20px 10px 50px #0000000a;
}

.image-46 {
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.text-block-34 {
  font-size: 14px;
  font-weight: 500;
}

.solution_mobile {
  flex-flow: row;
  justify-content: space-between;
  width: 1100px;
  display: none;
}

.heading-21 {
  margin-right: 20px;
  font-size: 32px;
}

.bunner-button_warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 32px;
  display: flex;
}

.bunner-button_warp.tj {
  display: flex;
}

.image-47 {
  display: none;
}

.section-6 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  padding-top: 82px;
  padding-bottom: 82px;
  display: flex;
}

.content-us-_warp {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  width: 1100px;
  display: flex;
}

.heading-25 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.body-4 {
  color: #515d73;
  height: 100%;
  font-family: Inter, Impact, sans-serif;
  font-size: 16px;
}

.heading-26 {
  color: #222b40;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-41 {
  margin-top: 42px;
}

.content_right {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.content_left {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: block;
}

.div-block-42 {
  justify-content: space-between;
  margin-top: 42px;
  display: flex;
}

.content-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.text-span-16 {
  color: #ad0c24;
}

.text-span-16.blue {
  color: #113dee;
}

.contact_ip-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.contact_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-24 {
  width: 314px;
}

.contact-text {
  color: #222b40;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, Impact, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.heading-27 {
  margin-top: 0;
}

.text-block-36 {
  text-align: left;
  width: auto;
  font-size: 16px;
}

.link-block-2 {
  color: #222b40;
  border-bottom: 1px #000;
  padding: 8px 16px;
  text-decoration: none;
}

.contact-pop {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: 0;
  padding: 10px 0;
  font-size: 14px;
  display: none;
  position: absolute;
  top: 46px;
  box-shadow: 0 0 20px #00000014;
}

.contacr-select {
  color: #222b40;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.contacr-select:hover {
  color: #c30d23;
  text-decoration: none;
}

.hero-section_reserach {
  background-image: url('../images/Research_banner.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  padding-top: 48px;
  padding-bottom: 200px;
  display: flex;
}

.text-block-37 {
  color: #fff;
}

.body-5 {
  color: #515d73;
  font-size: 16px;
  line-height: 24px;
}

.div-block-43 {
  margin-top: 120px;
}

.text-block-38 {
  color: #fff;
}

.research-tillte-warp {
  margin-top: 100px;
}

.heading-28 {
  color: #fff;
}

.research-tittle {
  color: #fff;
  width: 500px;
  font-size: 42px;
  line-height: 52px;
}

.paragraph-25 {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: 400;
}

.section-7 {
  padding-bottom: 190px;
}

.research-list-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.research-card-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1100px;
  display: none;
}

.research-image-warp {
  box-shadow: 0 10px 20px #0000001a;
}

.image-48 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-44 {
  position: absolute;
  inset: 0%;
}

.research-image-texe_warp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 230px;
  padding: 32px 42px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.research-text-warp {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.image-49 {
  text-align: left;
  align-self: flex-end;
  width: 116px;
}

.heading-29 {
  color: #fff;
  width: 380px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-39 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.research-text-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #222b40;
  display: flex;
}

.research-tag_warp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.section-8 {
  margin-top: 72px;
}

.reserach-hero-section {
  background-image: url('../images/Report_banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  margin-top: 72px;
  padding-top: 48px;
  padding-bottom: 62px;
  display: flex;
}

.reserach-hero-warp {
  width: 1100px;
}

.link-block-3 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.body-6 {
  color: #515d73;
  font-family: Inter, Impact, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-40 {
  margin-right: 6px;
  font-family: Inter, Impact, sans-serif;
  font-weight: 200;
}

.text-block-40:hover {
  text-decoration: underline;
}

.heading-30 {
  color: #fff;
}

.reserach-tittle-warp {
  margin-top: 52px;
}

.reserach-dte-warp {
  margin-top: 32px;
}

.text-block-41 {
  color: #fff;
  margin-bottom: 4px;
}

.text-block-42 {
  font-weight: 200;
}

.reserach-details-content {
  justify-content: center;
  align-items: flex-start;
  padding-top: 52px;
  padding-bottom: 52px;
  display: flex;
}

.reserach-details-warp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1100px;
  display: flex;
  position: relative;
}

.reserach-details-text-part {
  width: 530px;
  margin-right: 150px;
}

.ger-peport-pop-warp {
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px;
  height: auto;
  padding: 42px 42px 32px;
  display: flex;
  position: absolute;
  inset: -425px 0% auto auto;
  box-shadow: -10px 10px 50px #0000000d;
}

.paragraph-26 {
  color: #222b40;
  width: auto;
  font-weight: 300;
}

.reserach-details-text {
  margin-bottom: 0;
}

.image-50 {
  width: 430px;
  height: 100%;
  margin-top: 0;
}

.contact-us-form {
  width: 60%;
}

.contact-us-form.ti-drp {
  width: 45%;
  height: auto;
}

.heading-31 {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 42px;
}

.text-span-17 {
  color: #c30d23;
}

.section-9 {
  margin-top: 72px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.red-fill-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #c30d23;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.red-fill-button.blue {
  background-color: #113dee;
}

.red-fill-button.no-arrow {
  width: 137px;
  height: 48px;
}

.red-fill-button.no-arrow.pink {
  cursor: pointer;
  background-color: #ffa9a9cc;
  border: 1px solid #ad0c2480;
}

.red-fill-button.no-arrow.long {
  cursor: pointer;
  width: 200px;
  font-weight: 300;
}

.red-fill-button._40 {
  width: auto;
  height: 40px;
}

.red-fill-button._40:hover {
  color: #fff;
  background-color: #c30d23cc;
}

.drp-ip {
  width: 500px;
  margin-top: 30px;
}

.drp_ip-text {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-18, .text-span-19, .text-span-20 {
  color: #113dee;
}

.digital-risk-scenarios {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.digital-risk-scenarios_warp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  display: flex;
}

.heading-32 {
  font-size: 40px;
  line-height: 46px;
}

.scenarios-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 1100px;
  height: 476px;
  margin-top: 42px;
  display: flex;
}

.scenarios-list.molibe {
  display: none;
}

.div-block-45 {
  padding-left: 32px;
}

.scenarios-list-item {
  background-image: url('../images/Scenarios-List-BG.png.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  width: 426px;
  padding: 32px;
}

.scenarios-list-item.blue {
  background-color: #f9fbff;
  background-image: none;
  width: 34%;
  position: relative;
}

.scenarios-list-item.white {
  background-color: #fff;
  background-image: none;
  border: .5px solid #e1e1e180;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 277px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -10px 10px 50px #0000000a;
}

.scenarios-list-item.white.small {
  height: 180px;
}

.scenarios-list-item.white.dark-web-threats {
  display: flex;
}

.div-block-46 {
  width: 426px;
}

.scenarios_3s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 34%;
  height: auto;
  display: flex;
}

.heading-33 {
  z-index: 2;
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

.scenarios-list_tag-warp {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scenarios-tag {
  color: #0e67ff;
  text-align: center;
  background-color: #e5eeff;
  border: 1px solid #0e67ff1a;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 4px 16px;
  font-weight: 300;
  display: flex;
  overflow: hidden;
}

.scenarios-tag.blue {
  color: #0e67ff;
  background-color: #e5eeff;
  border: .5px solid #0e67ff1a;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.body-7 {
  color: #222b40;
  font-family: Inter, Impact, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-48 {
  width: 426px;
}

.scenarios-list-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  width: 34%;
  height: auto;
  display: flex;
}

.scenarios-list-item-tittle {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.text-span-21 {
  color: #222b40;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-51 {
  margin-left: 12px;
}

.image-51.no-arrow {
  display: none;
}

.tittle-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tittle-warp.fraud {
  justify-content: flex-start;
  margin-bottom: 16px;
}

.tittle-warp.date-breach, .tittle-warp.dwh {
  justify-content: flex-start;
}

.tag-show-warp {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  padding: 32px;
  display: none;
  position: absolute;
  inset: 0%;
}

.tag-show-warp.data-breach, .tag-show-warp.dark-web-threats {
  display: none;
}

.tag-list {
  align-self: flex-start;
}

.tag-list.blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-top: 16px;
  display: flex;
}

.section-10 {
  background-image: url('../images/One-Stop-Shop_BG.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 72px;
}

.one-stop-shop-warp {
  width: 1100px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-50 {
  width: 1100px;
}

.drp-section {
  background-color: #f4fbff;
  background-image: url('../images/One-Stop-Shop_BG_1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 62px;
  display: none;
}

.drp-section.pc {
  display: flex;
}

.drp-section.molibe {
  display: none;
}

.heading-34 {
  color: #222b40;
  text-align: center;
  width: auto;
  margin-top: 0;
  font-size: 40px;
  line-height: 46px;
}

.one-stop-shop-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 638px;
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-span-23, .text-span-24, .text-span-25 {
  color: #113dee;
}

.oss-part.left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 80px;
}

.oss-part.right {
  grid-column-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 110px;
}

.heading-35 {
  color: #222b40;
  margin-bottom: 0;
  line-height: 38px;
}

.heading-35.hidden {
  opacity: .65;
  font-size: 24px;
}

.text-block-43 {
  color: #fff;
  width: auto;
  margin-top: 32px;
}

.text-block-43.hidden {
  opacity: .65;
  color: #222b40;
  font-weight: 300;
}

.text-block-43.default {
  color: #222b40;
  width: 248px;
  font-weight: 300;
}

.image-52 {
  height: 150px;
  margin-bottom: 32px;
}

.image-52.hidden {
  opacity: .5;
}

.div-block-51 {
  width: 600px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.monitoringi_show {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #e5e5e51a;
  border-radius: 16px;
  flex-flow: column;
  width: 747px;
  height: auto;
  padding: 16px 32px 50px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.heading-36 {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 56px;
}

.paragraph-27 {
  color: #222b40;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-37 {
  color: #222b40;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.china-platform-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.image-53 {
  width: 120px;
}

.takedown-hidden {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #e5e5e51a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 340px;
  padding-top: 42px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.takedown_show {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #e5e5e51a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 747px;
  height: 100%;
  padding-top: 42px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.monitoringi-hidden {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #e5e5e51a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 340px;
  height: 100%;
  padding: 42px 32px 32px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.hero-section-company {
  background-image: url('../images/About_banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 72px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.body-8 {
  color: #222b40;
  font-family: Inter, Impact, sans-serif;
}

.hero-section-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  display: flex;
}

.heading-38 {
  font-size: 72px;
}

.text-block-44 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 24px;
}

.company-history-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1100px;
  display: flex;
}

.section-11 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.paragraph-28 {
  color: #515d73;
}

.paragraph-29 {
  color: #222b40;
  width: auto;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-54 {
  margin-top: -141px;
}

.tianji-s-branches-content {
  width: 1100px;
}

.paragraph-30 {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-55 {
  width: 100%;
  max-width: none;
}

.monitoring-show-up {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 100%;
  display: none;
  position: relative;
}

.takedown-show-up {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  height: 100%;
  display: none;
  position: relative;
}

.one-stop-shop_default {
  flex-flow: row;
  justify-content: space-between;
  width: 1100px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 55px;
  display: flex;
}

.ti_slogan {
  width: auto;
  max-width: none;
  height: 145px;
}

.ti_ip {
  width: 24%;
  max-width: none;
  position: absolute;
  inset: auto 8% -13% auto;
  transform: scale(.7);
}

.ti_ip.ti_banner {
  width: auto;
  height: 440px;
  inset: auto 38px -51px auto;
}

.image-58 {
  display: none;
}

.text-block-45 {
  color: #ad0c24;
  font-size: 14px;
}

.text-block-46 {
  font-size: 14px;
}

.drp_ip-text_warp {
  position: relative;
}

.drp_ip {
  width: 160px;
  position: absolute;
  inset: auto 89px -12px auto;
}

.drp_tag_pc {
  width: auto;
  height: 134px;
}

.text-span-28 {
  color: #044dfe;
}

.image-60 {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-61, .image-62 {
  opacity: .65;
}

.image-63 {
  z-index: 2;
  position: absolute;
  inset: auto auto -42px -57px;
}

.image-64 {
  z-index: 0;
  position: absolute;
  inset: auto -44px -36px auto;
}

.image-65 {
  z-index: 2;
  position: absolute;
  inset: auto auto -42px -57px;
}

.image-66 {
  z-index: 0;
  position: absolute;
  inset: auto -44px -36px auto;
}

.link-block-4 {
  text-decoration: none;
}

.list-item-6 {
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.logo-mask {
  background-image: linear-gradient(90deg, #fffc, #ffffff1a);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-mask.right {
  background-image: linear-gradient(270deg, #fffc, #ffffff1a);
  inset: 0% 0% 0% auto;
}

.breadcrumb {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 72px;
  padding-top: 48px;
  display: flex;
}

.breadcrumb_tittle {
  width: 1100px;
  height: auto;
  margin-bottom: 42px;
  padding-top: 0;
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.digital-tittle_warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_warp {
  width: 100%;
  height: calc(100% - 192px);
  min-height: 700px;
  margin-top: 72px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-60 {
  display: none;
}

._02 {
  display: block;
}

.map_mobile {
  display: none;
}

.customer-loop {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide-3 {
  width: 174px;
  height: auto;
  margin-right: 16px;
}

.slide-3._174 {
  width: auto;
  margin-right: 0;
}

.mask-3 {
  width: 100%;
  height: 60px;
}

.slider-3 {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.slide-4 {
  width: 174px;
}

.slide-4._174 {
  width: 100%;
  margin-right: 16px;
}

.slide-5, .slide-6, .slide-7, .slide-8 {
  width: 174px;
  margin-right: 16px;
}

.slide-9 {
  width: 174px;
}

.div-block-62 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.section-12 {
  width: auto;
  display: flex;
}

.logos-wrap {
  display: none;
}

.logos-scroll, .div-block-64 {
  display: flex;
}

.slider-4 {
  background-color: #fff;
  height: 60px;
  display: flex;
}

.pannerlist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.panterlogo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  flex-flow: row;
  width: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.marquee-container {
  flex-flow: row;
  width: 100%;
  height: 84px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag_phone {
  display: none;
}

.marquee-container1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  width: 100%;
  height: 84px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-container2, .marquee-container3 {
  width: 100%;
  height: 84px;
  position: relative;
  overflow: hidden;
}

.image-69 {
  border-radius: 16px;
}

.ti-content-warp {
  flex-flow: column;
  display: flex;
}

.body-9 {
  height: 100%;
  font-family: Inter, Impact, sans-serif;
}

.historical-process_pc, .map_pc {
  width: 100%;
}

.historical-process-768, .map_768, .map_mobile320, .map_mobile568, .historical-process-mobile320, .map_mobile320_3x, .map_768_3x, .map_mobile568_3x {
  display: none;
}

.map3x, .image-91 {
  width: 100%;
}

.code-embed {
  display: none;
}

.image-95 {
  background-color: #fff;
  border: 1px solid #afb7c2;
  border-radius: 1px;
  width: 450px;
}

.repoter_drp2021-1 {
  border: 1px solid #afb7c2;
  width: 450px;
  margin-top: 0;
}

.repoter_drp2021-1.ceshi {
  width: 430px;
  height: 100%;
}

.repoter_drp2021-2 {
  border: 1px solid #afb7c2;
  width: 450px;
  margin-top: 0;
}

.repoter_drp2021-2.ceshi {
  width: 430px;
  height: 100%;
}

.repoter_contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 42px;
  display: flex;
}

.countrylist {
  color: #afb7c2;
  background-color: #fff;
  border: 0 #000;
  margin-bottom: 0;
}

.drp_tags_768_3x {
  display: none;
}

.image-107 {
  width: 200px;
}

.tj-pantners_logo3x {
  width: 100px;
}

.icon-6 {
  display: none;
}

.dropdown-toggle-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #c30d23;
  border-radius: 100px;
  padding: 12px 16px;
  display: flex;
}

.text-block-47 {
  color: #fff;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 58px;
  box-shadow: 0 2px 20px #0000001a;
}

.contact_slect_item {
  color: #222b40;
}

.contact_slect_item:hover {
  color: #c30d23;
}

.dropdown_contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.dropdown-toggle-3, .dropdown-toggle-3.w--open {
  padding: 10px 8px 10px 16px;
}

.dropdown-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.language_icon {
  display: flex;
}

.language_item:hover {
  color: #c30d23;
}

.div-block-66, .nav-menu_mobile, .navbar, .nav-icon {
  display: none;
}

.menu-icon {
  flex: 0 auto;
  display: none;
}

.checkbox-field {
  margin-bottom: 24px;
}

.jcaptchacode_input {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e0e4e9;
  border-radius: 4px;
  flex-flow: row;
  width: 200px;
  height: 44px;
  margin-bottom: 0;
  font-weight: 300;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}

.jcaptchacode_input:hover {
  border: 1px solid #c30d23;
  box-shadow: 0 2px 10px #0000000d;
}

.jcaptchacode_input:active {
  border-color: #c30d23;
}

.jcaptchacode_input:focus {
  border: 1px solid #c30d23;
}

.jcaptchacode_input:focus-visible, .jcaptchacode_input[data-wf-focus-visible] {
  border-color: #c30d23;
}

.jcaptchacode_input::placeholder {
  color: #afb7c2;
}

.jcaptchacode_input.warp, .jcaptchacode_input.warp:hover {
  border-style: none;
}

.codeimage {
  width: 100px;
  height: 100%;
}

.link-2 {
  color: #222b40;
  text-decoration: none;
}

.link-2.register {
  color: #fff;
  background-color: #c30d23;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 5px 32px;
  font-size: 16px;
  display: flex;
}

.link-2.register:hover {
  color: #ad0c24;
  background-color: #ffa9a9cc;
  border: 1px solid #ad0c24;
}

.link-2.login {
  margin-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.link-2.login:hover {
  color: #c30d23;
}

.link-2.login.zn {
  color: #afb7c2;
  margin-right: 0;
  font-size: 16px;
}

.link-2.zn {
  color: #afb7c2;
}

.link-2.en {
  display: none;
}

.country-select {
  color: #222b40;
  background-color: #f3f3f300;
  border: 0 #000;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.country-select:focus-visible, .country-select[data-wf-focus-visible] {
  color: #222b40;
}

.country-select:lang(en) {
  color: #afb7c2;
}

.language-switching {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.language-divider {
  background-color: #222b40;
  width: 2px;
  height: 16px;
}

.success-message {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px #0000000d;
}

.success-message-2 {
  background-color: #fff;
}

.form {
  width: auto;
}

.code-embed-3 {
  color: #222b40;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  display: flex;
}

.code-embed-3:hover {
  color: #c30d23;
}

.coderefresh {
  color: #222b40;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
  text-decoration: none;
  display: none;
}

.coderefresh:hover {
  color: #c30d23;
  text-decoration: underline;
}

.coderefresh._2 {
  display: flex;
}

.refresh {
  color: #c30d23;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
  text-decoration: underline;
  display: flex;
}

.refresh:hover {
  color: #7d041c;
}

.jcaptchacode_warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.checkbox-item {
  background-color: #fff;
  border: 1px solid #e0e4e9;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.checkbox-item:hover {
  border: 1px #c30d23;
}

.checkbox-item:focus {
  background-color: #c30d23;
}

.checkbox-item:lang(en) {
  border-color: #e0e4e9;
}

.checkbox-item.w--redirected-checked {
  background-color: #c30d23;
  border-style: none;
}

.checkbox-label-3 {
  color: #515d73;
  font-weight: 300;
}

.codeimage-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-4 {
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-left: 16px;
  display: none;
}

.checkbox-3.w--redirected-checked {
  border: 1px #000;
}

.dropdown-list-5 {
  width: 138.351px;
}

.dropdown-list-5.w--open {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 500px;
  height: auto;
  padding: 32px;
  display: flex;
  inset: 38px 0% auto -143px;
  box-shadow: 0 10px 20px #0000001a;
}

.icon-8 {
  display: none;
}

.dropdown-toggle-5 {
  cursor: auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle-5.w--open {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: auto;
  display: flex;
}

.dropdown-5 {
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.text-block-49 {
  height: Infinity% ;
  font-size: 16px;
  line-height: 24px;
}

.text-block-49:hover {
  color: #c30d23;
}

.icon-9 {
  display: none;
}

.dropdown-toggle-6 {
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo_warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.text-span-29, .text-span-30 {
  color: #113dee;
}

.takedown_bg {
  margin-top: 32px;
}

.text-span-31, .text-span-32, .text-span-33 {
  color: #c30d23;
}

.text-span-34, .text-span-35 {
  color: #044dfe;
}

.text-span-36 {
  color: #113dee;
}

.text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44 {
  color: #c30d23;
}

.image-112 {
  width: 450px;
}

.image-112.ceshi {
  width: 430px;
}

.image-113 {
  width: 430px;
  height: 100%;
}

.reoprt-picture {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 42px;
  display: flex;
}

.paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-report {
  color: #222b40;
  font-weight: 300;
}

.bold-text-3, .bold-text-4 {
  font-weight: 600;
}

.image-114 {
  width: 48px;
}

.svg-6 {
  color: #343434;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.double-arrow {
  background-color: #7c7d7f0d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.path {
  color: #343434;
  background-color: #343434;
}

.path-2 {
  background-color: #343434;
}

.drp_contact_ip {
  width: 50%;
}

.ti_burron_warp, .drp_button_warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-115, .image-116 {
  display: none;
}

.svg-7 {
  width: 18px;
}

.login-register {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.change-password:hover {
  color: #c30d23;
}

.ogged-in_dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 10px 0;
  display: flex;
}

.profile-picture {
  height: 100%;
}

.dropdown-link:hover {
  color: #c30d23;
}

.dropdown-list-6 {
  padding-top: 10px;
}

.dropdown-list-6.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-right: 20px;
  padding-bottom: 10px;
  position: absolute;
  top: 58px;
  left: -66px;
  box-shadow: 0 10px 20px #0000001a;
}

.user-loggeg-in-warp {
  display: none;
  position: relative;
}

.left-arrow-3, .ti-drp_ip_mobile {
  display: none;
}

.image-142 {
  z-index: 2;
  position: absolute;
  inset: auto auto -42px -57px;
}

.image-146 {
  z-index: 0;
  position: absolute;
  inset: auto -44px -36px auto;
}

.heading-52 {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 56px;
}

.heading-64 {
  color: #222b40;
  text-align: center;
  width: auto;
  margin-top: 0;
  font-size: 40px;
  line-height: 46px;
}

.heading-62 {
  color: #222b40;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.image-143 {
  z-index: 0;
  position: absolute;
  inset: auto -44px -36px auto;
}

.paragraph-43 {
  color: #222b40;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 300;
}

.image-147 {
  z-index: 2;
  position: absolute;
  inset: auto auto -42px -57px;
}

.image-148 {
  z-index: 0;
  position: absolute;
  inset: auto -44px -36px auto;
}

.heading-66 {
  color: #222b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 56px;
}

.heading-67 {
  color: #222b40;
  text-align: center;
  width: auto;
  margin-top: 0;
  font-size: 40px;
  line-height: 46px;
}

.heading-68 {
  color: #222b40;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.image-151 {
  z-index: 0;
  position: absolute;
  inset: auto -44px -36px auto;
}

.paragraph-44 {
  color: #222b40;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 300;
}

.drp_tag_mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .mobile-margin-top-14 {
    flex: none;
  }

  .nav-product-pop.ti {
    display: none;
  }

  .frame-7:hover {
    position: relative;
    top: -5px;
    box-shadow: 0 0 10px 5px #0003;
  }

  .vectors-wrapper-5 {
    height: 2px;
  }

  .title-copy-goes-here-be-awesome-3 {
    color: #222b40;
    font-weight: 300;
  }

  .card:hover {
    position: relative;
    top: -5px;
    box-shadow: 0 0 10px 5px #0000001a;
  }

  .rrp-product-content.report.plink {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }

  .heading-3.solution-title {
    text-align: center;
    margin-bottom: 42px;
  }

  .paragraph {
    font-weight: 300;
  }

  .body {
    color: #222b40;
  }

  .div-block-9 {
    height: 1px;
  }

  .div-block-10 {
    height: 2px;
  }

  .div-block-11 {
    height: 1px;
  }

  .digital-era-grid.rq {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .digital-era-grid.report {
    flex-flow: column;
    display: flex;
  }

  .drp_in-card {
    text-align: center;
    background-color: #fff;
    border: 1px solid #c30d23;
    border-radius: 20px;
    height: 430px;
    padding: 32px;
    inset: 0%;
  }

  .heading-4 {
    text-align: center;
    font-size: 24px;
  }

  .divider {
    cursor: auto;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 14px;
  }

  .tittle-card {
    justify-content: center;
    align-items: flex-start;
  }

  .solution-content.rq {
    height: auto;
  }

  .logos-title-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .clients-wrapper {
    margin-top: 0;
  }

  .section.branches {
    background-color: #f1f9fe;
  }

  .picture-warp {
    height: 508px;
  }

  .drp-protection_gird {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .drp_risk-type {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 24px;
    transition: opacity .5s;
    display: flex;
  }

  .drp_risk-type:hover {
    transform: translate(0, -5px);
    box-shadow: 0 2px 10px #0000001a;
  }

  .website-phishing_icon {
    text-align: center;
    background-color: #fff;
    border: 4px solid #e0e4e9;
    border-radius: 100px;
    width: 46px;
    height: 46px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-5 {
    color: #222b40;
    text-align: center;
    width: 79.8366%;
    font-weight: 400;
  }

  .image-8 {
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .red-border-button.get-report {
    width: 180px;
  }

  .tag_new {
    padding-right: 1px;
  }

  .link_warp_tittle {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .text-block-18 {
    width: auto;
  }

  .link-image_warp {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-link-content-warp {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-section.drp {
    background-image: url('../images/DRP_Baaner.jpg');
  }

  .herobaanner-_slider1 {
    background-size: cover;
  }

  .image-50 {
    width: 430px;
    height: 100%;
  }

  .one-stop-shop-content {
    flex-flow: column;
  }

  .oss-part.left {
    grid-column-gap: 0px;
    width: auto;
    padding-bottom: 90px;
  }

  .oss-part.right {
    width: auto;
    padding-left: 0;
    padding-right: 110px;
  }

  .monitoringi_show, .takedown-hidden, .takedown_show, .monitoringi-hidden {
    display: flex;
    position: static;
  }

  .tianji-s-branches-content {
    width: 1100px;
  }

  .text-span-26, .text-span-27 {
    color: #ad0c24;
  }

  .paragraph-30 {
    margin-top: 32px;
  }

  .image-55 {
    margin-top: 10px;
  }

  .monitoring-show-up {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .takedown-show-up {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .one-stop-shop_default {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .image-113 {
    width: 430px;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left-container.shadow-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1320px;
    display: flex;
  }

  .container-2 {
    flex: 0 auto;
  }

  .navbar-wrapper {
    display: block;
  }

  .navbar-logo-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
    overflow: visible;
  }

  .navbar-logo-center-container.shadow-three {
    flex: 0 auto;
    width: 100%;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .nav-menu-three {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 1320px;
    max-width: 1320px;
    position: static;
  }

  .nav-link-accent-2 {
    margin-left: 1035px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-3 {
    float: none;
    background-color: #c30d23;
    border-radius: 10px;
    position: static;
  }

  .image {
    box-sizing: border-box;
    text-align: left;
    object-fit: fill;
    display: block;
  }

  .div-block {
    width: 50px;
    padding: 20px;
  }

  .navbar-logo-left-2 {
    box-shadow: 0 2px 5px #0003;
  }

  .navbar-logo-left-container-2.shadow-three {
    max-width: 1920px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-4 {
    max-width: 1920px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper-2 {
    margin-right: 0;
    display: flex;
  }

  .navbar-brand-2 {
    margin-right: 10px;
  }

  .nav-menu-wrapper-2 {
    box-sizing: content-box;
    object-fit: fill;
    object-position: 50% 50%;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    margin-left: 0;
    display: flex;
  }

  .nav-menu-two-2 {
    padding-left: 0;
    position: static;
    overflow: visible;
  }

  .navbar-logo-left-4 {
    justify-content: center;
    align-items: center;
    margin-left: 42px;
    margin-right: 42px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbarcontainer-2 {
    justify-content: center;
    align-items: center;
  }

  .navbar-content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .section2 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    pointer-events: auto;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    mix-blend-mode: normal;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 520px;
    max-width: 520px;
    margin-top: 24px;
    margin-left: -196px;
    margin-right: auto;
    padding: 32px;
    display: flex;
    position: absolute;
    box-shadow: 0 0 20px 10px #0000001a;
  }

  .button-primary-5 {
    direction: ltr;
    text-transform: none;
    background-color: #c30d23;
    border-radius: 100px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 8px 32px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .button-primary-5:hover {
    color: #bd2e3c;
    background-color: #ffe9e7;
  }

  .nav-product-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .navbar-shadow-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 72px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 42px;
    padding-right: 42px;
    display: flex;
  }

  .container-regular {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .navbar-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .navbar-brand-5.w--current {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .nav-menu-wrapper-3 {
    width: 100%;
    display: flex;
  }

  .nav-menu {
    border-left: 1px solid #0000001a;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 32px;
  }

  .nav-link-5:hover {
    color: #c30d23;
    text-decoration: none;
  }

  .mobile-margin-top-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .nav-button-wrapper {
    justify-content: flex-end;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    display: none;
  }

  .dropdown-toggle {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 40px 0 10px;
  }

  .dropdown-toggle.w--open {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-block-2:hover {
    color: #1a1b1f;
    text-decoration: underline;
  }

  .section-hero {
    background-image: url('../images/u0-1.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 700px;
    display: flex;
  }

  .content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1320px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading, .heading-2 {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .butt0n-content {
    clear: none;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    display: flex;
    position: static;
  }

  .butt0n-content.center {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .butt0n-content.left._1280 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .button-primary-5-copy {
    direction: ltr;
    text-transform: none;
    direction: ltr;
    text-align: left;
    text-transform: none;
    background-color: #c30d23;
    border-radius: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .button-primary-5-copy:hover {
    color: #bd2e3c;
    background-color: #ffe9e7;
  }

  .dropdown-list {
    max-width: 500px;
  }

  .dropdown-list.w--open {
    width: auto;
  }

  .section2-copy, .nav-product-pop {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    pointer-events: auto;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    mix-blend-mode: normal;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 520px;
    max-width: 520px;
    margin-top: 24px;
    margin-left: -116px;
    margin-right: auto;
    padding: 32px;
    display: flex;
    position: absolute;
    box-shadow: 0 0 20px 10px #0000001a;
  }

  .nav-product-pop.ti, .nav-product-pop.drp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .section2-copy {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    pointer-events: auto;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    mix-blend-mode: normal;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 520px;
    max-width: 520px;
    margin-top: 24px;
    margin-left: -196px;
    margin-right: auto;
    padding: 32px;
    display: flex;
    position: absolute;
    box-shadow: 0 0 20px 10px #0000001a;
  }

  .navbar-no-shadow-container-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 72px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 42px;
    padding-right: 42px;
    display: flex;
  }

  .introduce-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1320px;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .frame-427321212 {
    width: 1320px;
  }

  .title-copy-goes-here-be-awesome {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 26px;
  }

  .frame-7 {
    height: 19%;
  }

  .frame-7:hover {
    box-shadow: 0 0 10px 5px #0000001a;
  }

  .card {
    justify-content: center;
    align-items: center;
    height: 242px;
  }

  .card:hover {
    position: relative;
    top: -5px;
    box-shadow: 0 0 10px 5px #0000001a;
  }

  .list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .title {
    margin-top: 60px;
  }

  .rrp-product-content {
    justify-content: center;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
  }

  .container-1320 {
    padding: 0;
  }

  .container-1320._1100 {
    max-width: 1320px;
  }

  .heading-3 {
    color: #222b40;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-3.solution-title {
    color: #222b40;
    text-align: left;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .body {
    font-family: Inter, Impact, sans-serif;
  }

  .digital-era-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .digital-era-grid.rq {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: grid;
  }

  .digital-era-grid.report {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-4.blue {
    text-align: left;
    font-size: 28px;
  }

  .paragraph-2 {
    font-size: 16px;
    font-weight: 300;
  }

  .ti_lparagraph {
    text-align: left;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tianji-partners-solutions_section {
    height: 931px;
  }

  .text-picture.ti, .text-picture.rq {
    flex-flow: row;
  }

  .tittle.blue {
    color: #0b56a1;
    text-align: left;
  }

  .text-warp {
    width: 26%;
  }

  .picture-warp {
    width: 72%;
  }

  .h1 {
    font-size: 70px;
    line-height: 82px;
  }

  .green-yellow-gradient-button.no-arrow {
    opacity: 1;
  }

  .green-yellow-gradient-button.no-arrow.ti-solutions-button {
    display: none;
  }

  .content-gray1-warp, .content-gray1-warp.pland-b {
    justify-content: center;
    align-items: center;
    width: 1320px;
    display: flex;
  }

  .card-tittle {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .risks-and-threats-grid {
    justify-content: center;
    align-items: flex-start;
    width: 1320px;
  }

  .risks-and-threats-grid.pland-b {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 1200px;
  }

  .heading-7 {
    text-align: left;
    flex: 0 auto;
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 42px;
    line-height: 52px;
    display: block;
  }

  .content-warp {
    width: 1320px;
  }

  .red-border-button.get-report {
    width: 180px;
  }

  .section-gray1-pland-b {
    display: flex;
  }

  .drp-in-de-gird {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-white2 {
    padding-bottom: 37px;
  }

  .text-block-10 {
    margin-top: 72px;
    margin-bottom: 32px;
  }

  .paragraph-11 {
    line-height: 24px;
  }

  .paragraph-12 {
    margin-bottom: 32px;
    line-height: 24px;
  }

  .ti-solutions-button-warp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .ti-solutions-image-warp {
    background-color: #fbfbfb;
    justify-content: center;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 40px;
    padding-right: 0;
    display: none;
  }

  .image-12 {
    border: 8px solid #fff;
    border-radius: 32px;
    width: 76%;
    box-shadow: -20px 10px 105px #0000000a;
  }

  .drp-protection-warp {
    width: 1320px;
  }

  .drp-scene-show-section {
    display: none;
  }

  .drp-scene-show-content {
    width: 1320px;
  }

  .report-warp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1320px;
    display: flex;
  }

  .drp-scene-show-section-planb {
    display: none;
  }

  .text-block-13 {
    font-weight: 400;
  }

  .image-15 {
    background-color: #f4f4f4;
    width: 48px;
    height: auto;
    padding: 6px;
  }

  .drp-scene-show-warp-cms {
    width: 1320px;
  }

  .collection-item {
    padding-top: 16px;
  }

  .report_warp {
    justify-content: flex-start;
    align-items: center;
    width: 1200px;
  }

  .report_card.planb {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mask {
    height: auto;
    margin-bottom: 44px;
  }

  .report-text-warp {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .image-16 {
    flex: 0 auto;
    width: 129vw;
  }

  .tag_new {
    padding-top: 1px;
  }

  .paragraph-14 {
    margin-top: 8px;
  }

  .get-the-report_button {
    width: auto;
  }

  .report-image_warp {
    width: 100%;
    height: 220px;
    margin-bottom: 0;
  }

  .partner_warp {
    width: 1320px;
  }

  .partner-content_warp01 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .report-content-_warp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .partner-content_warp02, .partner-content_warp03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-us-warp {
    width: 1320px;
  }

  .paragraph-15 {
    text-align: center;
    margin-bottom: 0;
  }

  .contact-form {
    margin-bottom: 0;
  }

  .content-us-input.codeimage {
    width: 30%;
  }

  .footer {
    bottom: 0%;
  }

  .footer-warp {
    width: 1320px;
  }

  .drp-protection-two-part-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .drp-protection-camera {
    height: auto;
  }

  .tl-subscription-bg {
    margin-left: -895px;
  }

  .tl-subscription-image_warp {
    width: 1320px;
  }

  .image-25 {
    margin-left: -480px;
  }

  .hero-section {
    background-image: url('../images/TI_Banner.jpg');
    width: 100%;
    height: auto;
    padding-bottom: 54px;
  }

  .hero-section.drp {
    background-image: url('../images/DRP_Baaner.jpg');
    height: auto;
    padding-bottom: 106px;
  }

  .hero-section-warp {
    width: 1320px;
    padding-bottom: 0;
  }

  .breadcrumb-warp {
    margin-bottom: 72px;
  }

  .ti-banner_tittle {
    font-size: 52px;
    line-height: 58px;
  }

  .text-block-22 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-23 {
    width: 100%;
    margin-top: 14px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-span-5 {
    color: #c30d23;
  }

  .paragraph-17 {
    width: 1040px;
    margin-top: 32px;
    margin-bottom: 14px;
  }

  .paragraph-17.ti {
    width: 894px;
    margin-bottom: 32px;
  }

  .herobaanner-_slider1 {
    background-image: url('../images/Home_Banner_01.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-content-warp_part {
    width: 1320px;
  }

  .herobaanner-_slider2 {
    background-image: url('../images/Home_Bnanner_03.jpg');
  }

  .herobaanner-_slider3 {
    background-image: url('../images/Home_banner02_sr.jpg');
    background-position: 50% 60%;
    background-size: cover;
  }

  .tis_section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading-16 {
    text-align: center;
  }

  .tis_tittle-warp {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .tis_tab-warp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f6f6f6;
    border-radius: 32px;
    width: 1320px;
    margin-top: 32px;
    padding: 10px 32px;
  }

  .tis_tab_tittle {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 252px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .tis_tab_tittle.threats {
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tis_tab_tittle.threats.custom-anchor {
    width: 270px;
  }

  .tis_tab_tittle.vulnerability {
    width: 230px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tis_tab_tittle.vulnerability.custom-anchor {
    width: 326px;
  }

  .tis_tab_tittle.incidents {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tis_tab_tittle.incidents.w--current {
    width: 195px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tis_tab_tittle.incidents.custom-anchor {
    width: 294px;
  }

  .tis_tab_tittle.general {
    width: 180px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tis_tab_tittle.general.custom-anchor {
    width: 276px;
  }

  .text-block-24 {
    color: #0e1424;
    text-align: center;
    width: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
  }

  .tis_tab-tittle_show-up {
    background-color: #fff;
    border-radius: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    inset: 0%;
  }

  .tis_tab_tittle-planb {
    text-decoration: none;
  }

  .tis_tab_image {
    width: 38px;
  }

  .tis_tab_text {
    padding: 0;
    font-size: 18px;
    line-height: 48px;
  }

  .tis_tittle-contene {
    width: 1320px;
  }

  .tis_four-part-warp.threats, .tis_four-part-warp.vulnerability {
    width: 100%;
  }

  .tis_threats-tittle-warp {
    position: static;
    overflow: visible;
  }

  .tittle-image-warp {
    width: 1320px;
    padding-right: 126px;
  }

  .paragraph-18, .paragraph-18.incidents {
    margin-bottom: 0;
  }

  .threats-image_warp {
    width: 1320px;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .tags-warp {
    width: 308.559px;
    margin-bottom: 90px;
  }

  .tags-warp.vulnerability {
    width: auto;
    margin-bottom: 450px;
    margin-right: 25px;
  }

  .tag_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-27.vulnerability {
    top: 611px;
  }

  .image-27.threats {
    inset: auto 0 -4% -35%;
  }

  .tis_four-part-warp.general, .tis_four-part-warp.incidents {
    width: 100%;
  }

  .tis_four-part-warp.tis_incidents {
    position: relative;
  }

  .tis_tab_tittle_show.threats {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tis_tab_tittle_show.vulnerability, .tis_tab_tittle_show.incidents, .tis_tab_tittle_show.general {
    display: none;
  }

  .tis_tab_text_show {
    font-size: 18px;
  }

  .tis_threats-image-warp {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .image-30 {
    width: 660px;
    top: 10px;
    right: 255px;
  }

  .image-31 {
    width: 739px;
    inset: -52px auto 0% 92px;
  }

  .tis_incidents-image-warp {
    width: auto;
  }

  .incidents-image-warp {
    width: 1320px;
  }

  .paragraph-20.incidents {
    margin-bottom: 16px;
  }

  .vulnerability-image_warp {
    width: 1320px;
    margin-bottom: 32px;
    padding-right: 72px;
  }

  .image-33 {
    width: 634px;
    max-width: none;
    top: 105px;
    right: 180px;
  }

  .image-34 {
    width: 850px;
    max-width: none;
    top: -200px;
    left: 15px;
  }

  .tis_general-image-warp {
    overflow: hidden;
  }

  .general-image-warp {
    justify-content: space-between;
    align-items: flex-start;
    width: 1320px;
    margin-bottom: 32px;
    padding-bottom: 66px;
  }

  .general-image_text-warp {
    padding-top: 34px;
  }

  .general-image {
    width: 842px;
    margin-left: 0;
    margin-right: 0;
  }

  .attribution-query-section {
    background-position: 70%;
    background-repeat: repeat;
    background-size: cover;
  }

  .attribution-query_warp {
    width: 1320px;
  }

  .image-38 {
    width: 827px;
  }

  .attribution-query_tittle {
    font-size: 48px;
  }

  .ti-deliviery-standards_content {
    width: 1320px;
  }

  .ti-deliviery-standards_image {
    width: 54%;
  }

  .incidents_image {
    left: -276px;
  }

  .general_bg_image {
    inset: auto -273px -37px auto;
  }

  .solutions-tlttle_warp, .solutions-content_warp {
    width: 1320px;
  }

  .cti-solutions_warp {
    padding-left: 20px;
  }

  .digital-risk-protection_warp {
    padding-right: 20px;
  }

  .solutions_warp_bg.r {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 36%;
    display: flex;
  }

  .solutions_warp_bg.l {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 34%;
    display: none;
  }

  .paragraph-22 {
    width: 680px;
  }

  .paragraph-22.ti_none {
    width: 286px;
  }

  .paragraph-23 {
    width: 282px;
  }

  .paragraph-23.rrp_show {
    width: 788px;
  }

  .image-42 {
    top: 15%;
    left: 274px;
  }

  .image-43 {
    bottom: -148px;
    left: -39%;
  }

  .image-44 {
    top: 216px;
    right: -70px;
  }

  .cti-solutions_show {
    width: 1320px;
    display: flex;
  }

  .drp-solutions_show {
    width: 1320px;
    display: none;
  }

  .drp_scene_six {
    width: auto;
  }

  .heading-21, .heading-22, .heading-23, .cti-solutions_bg {
    font-size: 32px;
  }

  .content-us-_warp {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    top: 0%;
  }

  .heading-26 {
    margin-bottom: 42px;
    font-size: 16px;
  }

  .content-details {
    height: 100%;
  }

  .contact-pop {
    display: flex;
  }

  .research-tittle {
    width: 600px;
  }

  .image-48 {
    height: 100%;
  }

  .research-image-texe_warp {
    width: auto;
  }

  .reserach-hero-warp, .reserach-details-warp {
    width: 1320px;
  }

  .reserach-details-text-part {
    width: 720px;
  }

  .digital-risk-scenarios_warp {
    width: 1320px;
  }

  .scenarios-list {
    height: 476px;
  }

  .scenarios-list.pc {
    width: 1320px;
  }

  .tag-show-warp.data-breach, .tag-show-warp.dark-web-threats {
    display: none;
  }

  .one-stop-shop-warp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1320px;
    display: flex;
  }

  .drp-section.pc {
    background-position: 50% 40%;
  }

  .one-stop-shop-content {
    width: 1320px;
    margin-top: 55px;
  }

  .oss-part.right {
    padding-right: 32px;
  }

  .text-block-43.default {
    width: 354px;
  }

  .monitoringi_show {
    flex-flow: column;
    width: 896px;
    display: flex;
  }

  .takedown-hidden {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 409px;
    display: flex;
  }

  .takedown_show {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    flex-flow: column;
    width: 896px;
    padding: 42px 32px 32px;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .monitoringi-hidden {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #7373731a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 409px;
    padding: 42px 32px 32px;
    display: flex;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .hero-section-company {
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .monitoring-show-up {
    display: none;
  }

  .takedown-show-up {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: none;
  }

  .one-stop-shop_default {
    justify-content: center;
    width: 1320px;
    display: flex;
  }

  .ti_slogan {
    width: auto;
    height: 190px;
  }

  .ti_ip {
    width: 24%;
    inset: auto 8% -14% auto;
  }

  .ti_ip.ti_banner {
    height: 554px;
    inset: auto 40px -84px auto;
  }

  .contanct-us_button_warp {
    margin-top: 32px;
  }

  .drp_ip {
    width: 210px;
    inset: auto -180px -55px auto;
  }

  .drp_tag_pc {
    width: auto;
    height: 187px;
  }

  .breadcrumb_tittle {
    width: 1320px;
    margin-bottom: 0;
  }

  .contact_warp {
    min-height: 760px;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: auto;
  }

  .repoter_drp2021-1.ceshi {
    width: 430px;
    height: 8%;
  }

  .repoter_drp2021-2.ceshi {
    width: 430px;
    height: 100%;
  }

  .repoter_contents {
    width: 1320px;
  }

  .dropdown-toggle-2 {
    border-radius: 100px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-toggle-2:hover {
    background-color: #bd2e3c;
  }

  .dropdown-list-3 {
    background-color: #ccb7b7;
  }

  .dropdown-list-3.w--open {
    background-color: #fff;
    border-radius: 8px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 58px;
    bottom: auto;
    box-shadow: 0 2px 10px #0000001a;
  }

  .contact_slect_item {
    color: #222b40;
  }

  .contact_slect_item:hover {
    color: #c30d23;
  }

  .dropdown_contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .dropdown-toggle-3 {
    padding: 10px 8px;
  }

  .dropdown-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .language_icon {
    color: #515d73;
    width: 100%;
    height: 99.9998%;
    display: flex;
  }

  .language_item:hover {
    color: #c30d23;
  }

  .language {
    width: 24px;
    display: none;
  }

  .checkbox-field {
    display: block;
  }

  .jcaptchacode_input {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 200px;
    height: 44px;
    display: flex;
  }

  .code-embed-2 {
    height: 40px;
  }

  .language-switching {
    display: flex;
  }

  .checkbox-item {
    margin-right: 6px;
  }

  .takedown_bg {
    width: 95%;
  }

  .image-112.ceshi {
    width: 420px;
    height: auto;
  }

  .login-register {
    display: flex;
  }

  .user-loggeg-in-warp {
    margin-left: 0;
    margin-right: 0;
  }

  .drp_tag_mobile {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    color: #222b40;
    font-size: 32px;
    line-height: 40px;
  }

  .navbar-logo-left-container-2.shadow-three {
    max-width: 100%;
  }

  .image-3 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .text-3 {
    text-decoration: none;
  }

  .text-3:hover {
    text-decoration: underline;
  }

  .switch-language-icon:hover {
    color: red;
  }

  .contact-us_button:hover {
    color: #a00;
    background-color: #ffe9e7;
  }

  .button-text:hover {
    color: #c30d23;
  }

  .vectors-wrapper-3 {
    background-color: #c30d23;
  }

  .text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
  }

  .section2 {
    clear: right;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    width: 520px;
    max-width: 520px;
    margin-top: 0;
    margin-right: 0;
    padding: 32px;
    display: flex;
    position: absolute;
    top: 10px;
    left: -112px;
    overflow: hidden;
    box-shadow: 0 2px 20px #0000001a;
  }

  .button-primary-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 0;
    object-fit: fill;
    background-color: #c30d23;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    padding: 8px 32px;
    font-size: 14px;
    display: flex;
  }

  .button-primary-5:hover {
    color: #bd2e3c;
    background-color: #ffe9e7;
  }

  .columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
  }

  .nav-product-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    display: flex;
  }

  .navbar-no-shadow {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-shadow-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: 72px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 42px;
    display: flex;
    box-shadow: 0 2px 5px #0000001a;
  }

  .container-regular {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .navbar-wrapper-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .nav-menu-wrapper-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .nav-menu {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left: 1px solid #0000001a;
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 32px;
    margin-right: 0;
    padding-left: 32px;
    display: flex;
  }

  .nav-link-5 {
    color: #222b40;
    border: 1px #fff;
    border-bottom-style: solid;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-link-5:hover {
    color: #c30d23;
    border: 0 solid #000;
    border-bottom: 1px solid #ad0c24;
    text-decoration: none;
  }

  .nav-link-5.company {
    border: 0 #000;
    height: 24px;
    line-height: 24px;
  }

  .nav-link-5.company:hover {
    border: 1px #000;
    line-height: 24px;
  }

  .mobile-margin-top-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    list-style-type: disc;
    display: flex;
    position: static;
  }

  .nav-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .button-primary-6 {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 32px;
    display: block;
  }

  .menu-button-5 {
    clear: none;
    position: static;
  }

  .image-4 {
    height: 100%;
  }

  .dropdown-toggle {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 40px 0 10px;
  }

  .dropdown-toggle:hover {
    text-decoration: underline;
  }

  .dropdown-toggle.w--open {
    flex-flow: row;
    width: 140px;
    max-width: 200px;
    display: block;
  }

  .text-block-2 {
    box-sizing: border-box;
    color: #222b40;
    width: auto;
    max-width: none;
    padding-right: 0;
    position: static;
  }

  .image-5 {
    object-fit: fill;
  }

  .section-hero {
    background-image: url('../images/u0-1.png');
    background-position: 50% 15%;
    background-repeat: repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
  }

  .content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 1320px;
    max-width: none;
    height: auto;
    display: flex;
  }

  .heading {
    color: #222b40;
    text-align: center;
    font-size: 56px;
  }

  .heading-2 {
    color: #222b40;
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
  }

  .butt0n-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 52px;
    display: flex;
  }

  .butt0n-content.left {
    justify-content: flex-start;
    align-items: center;
  }

  .butt0n-content.left._1280 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button {
    height: 36px;
  }

  .button-primary-5-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    background-color: #c30d23;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 36px;
    padding: 10px 16px;
    font-size: 14px;
    display: flex;
  }

  .button-primary-5-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 0;
    object-fit: fill;
    background-color: #c30d23;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 32px;
    padding: 10px 16px;
    font-size: 14px;
    display: flex;
  }

  .button-primary-5-copy:hover {
    color: #bd2e3c;
    background-color: #ffe9e7;
  }

  .section2-copy {
    clear: right;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    width: 520px;
    max-width: 520px;
    margin-top: 0;
    margin-right: 0;
    padding: 32px;
    display: flex;
    position: absolute;
    top: 10px;
    left: -112px;
    overflow: hidden;
    box-shadow: 0 2px 20px #0000001a;
  }

  .nav-product-pop {
    clear: right;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    width: 520px;
    max-width: 520px;
    margin-top: 16px;
    margin-left: 71px;
    margin-right: 0;
    padding: 32px;
    display: flex;
    position: absolute;
    top: 10px;
    left: -112px;
    overflow: hidden;
    box-shadow: 0 2px 20px #0000001a;
  }

  .nav-product-pop.ti, .nav-product-pop.drp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
    top: 48px;
    left: -160px;
  }

  .section2-copy {
    clear: right;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    width: 520px;
    max-width: 520px;
    margin-top: 16px;
    margin-left: -37px;
    margin-right: 0;
    padding: 32px;
    display: flex;
    position: absolute;
    top: 10px;
    left: -112px;
    overflow: hidden;
    box-shadow: 0 2px 20px #0000001a;
  }

  .navbar-no-shadow-copy, .navbar-no-shadow-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-no-shadow-container-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: 72px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 42px;
    display: flex;
    box-shadow: 0 2px 5px #0000001a;
  }

  .icon-3 {
    margin-left: 5px;
    padding-left: 0;
  }

  .text-block-3 {
    display: block;
  }

  .introduce-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border: 0 #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1320px;
    display: grid;
    position: static;
  }

  .introduce-content:hover {
    position: static;
  }

  .title-copy-goes-here-be-awesome {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .content-1:hover {
    box-shadow: 0 2px 10px #0000001a;
  }

  .frame-7 {
    height: 242px;
  }

  .frame-7:hover {
    position: relative;
    top: -5px;
    box-shadow: 0 0 10px #0000001a;
  }

  .title-copy-goes-here-be-awesome-2 {
    font-weight: 400;
  }

  .vectors-wrapper-5 {
    opacity: 1;
    height: 2px;
  }

  .title-copy-goes-here-be-awesome-3 {
    color: #000;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
  }

  .card {
    position: static;
    top: 10px;
  }

  .card:hover {
    position: relative;
    top: -5px;
    box-shadow: 0 0 10px #0000001a;
  }

  .vectors-wrapper-7 {
    width: 26px;
    height: 26px;
  }

  .title-copy-goes-here-be-awesome-0 {
    width: auto;
    max-width: none;
  }

  .content-jieshao {
    justify-content: center;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
  }

  .div-block-6 {
    flex: 1;
    display: block;
  }

  .list {
    justify-content: center;
    align-items: center;
  }

  .title {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: block;
  }

  .rrp-product-content {
    justify-content: center;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
  }

  .rrp-product-content.report {
    border: 0 #000;
  }

  .rrp-product-content.report.blue {
    background-color: #f5f7fa;
    border-radius: 100px 100px 0 0;
  }

  .rrp-product-content.report.plink {
    background-color: #fff1f1;
    border-radius: 200px 200px 0 0;
  }

  .in-title {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 58px;
    display: block;
  }

  .container-1320 {
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 100%;
    max-width: 1320px;
    padding: 0;
    display: flex;
  }

  .container-8 {
    max-width: 1320px;
  }

  .centered-heading-2 {
    color: #222b40;
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 700;
    line-height: 48px;
  }

  .pricing-description {
    color: #515d73;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .navigation {
    border: 1px solid #000;
  }

  .pricing-description-copy {
    color: #0b56a1;
    margin-bottom: 20px;
  }

  .heading-3 {
    color: #222b40;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-3.solution-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 52px;
  }

  .text-block-4 {
    color: #0b56a1;
    text-align: center;
  }

  .paragraph {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .content-title {
    max-width: 1320px;
  }

  .body {
    color: #000;
    background-color: #fff;
    font-family: Inter, Impact, sans-serif;
  }

  .line {
    box-sizing: border-box;
    background-color: #ff1010;
    border: 1px #000;
    flex: 0 auto;
    width: 56px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .card-drp {
    background-color: #fff;
    border: 1px solid #c30d23;
    border-radius: 10px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .digital-era-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template: "Area"
    / 1fr 1fr 1fr 1fr;
  }

  .digital-era-grid.rq {
    grid-column-gap: 32px;
    flex-flow: row;
    margin-bottom: 42px;
  }

  .digital-era-grid.report {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 52px;
  }

  .digital-era-grid.report.three {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .drp_in-card {
    opacity: 0;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c30d23;
    border-radius: 10px;
    height: 430px;
    padding: 32px;
    transition: opacity .3s;
    position: absolute;
    inset: 0%;
  }

  .drp_in-card:hover {
    opacity: 100;
    mix-blend-mode: normal;
  }

  .heading-4 {
    color: #222b40;
    text-align: left;
    margin-top: auto;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
  }

  .divider {
    background-color: #c30d23;
    border: 0 #0000;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .paragraph-2 {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .tittle-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .tittle-card.drp.center {
    max-width: 100%;
    height: 430px;
  }

  .tittle-card.rq {
    max-width: 100%;
  }

  .div-block-12 {
    height: 127px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    position: relative;
  }

  .image-6 {
    -webkit-text-fill-color: inherit;
    background-color: #b13d3d;
    background-clip: border-box;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: clip;
  }

  .solution-describe-warp {
    flex: 0 auto;
    display: block;
  }

  .ti_lparagraph {
    color: #515d73;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .solution-content {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: auto;
    height: 508px;
  }

  .solution-content.rq {
    text-align: left;
    background-color: #fff;
    width: 100%;
    max-width: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .solution-content.drp {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    background-image: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 982px;
    display: grid;
  }

  .footer-content {
    justify-content: space-between;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 0;
  }

  .section.bg-blue {
    background-color: #f5f7fa;
    width: 100%;
  }

  .section.risksthreat {
    background-color: #fff;
  }

  .tianji-partners-solutions_section {
    height: 900px;
    padding-bottom: 72px;
  }

  .text-picture {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-picture.ti {
    margin-bottom: 52px;
  }

  .tittle.blue {
    color: #0b56a1;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-3 {
    color: #000;
    margin-bottom: 16px;
    font-weight: 200;
  }

  .text-warp {
    width: 25%;
  }

  .picture-warp {
    width: 72%;
  }

  .text-block-5 {
    font-family: Inter, Impact, sans-serif;
    font-weight: 300;
  }

  .content-us_warp {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    display: flex;
  }

  .content-us_warp_text {
    width: 594px;
  }

  .content-us_warp_form {
    width: 50%;
    height: auto;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 42px;
    font-weight: 700;
  }

  .paragraph-4, .paragraph-5 {
    color: #000;
    margin-bottom: 16px;
    font-weight: 200;
  }

  .field-label, .field-label-2 {
    color: #515d73;
    margin-bottom: 8px;
    font-weight: 300;
  }

  .text-field {
    color: #222b40;
    border: 1px solid #e0e4e9;
    border-radius: 5px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .text-field:hover {
    border-color: #ad0c24;
  }

  .text-field:focus {
    border-color: #7d041c;
  }

  .text-field-2 {
    border-radius: 5px;
  }

  .hero-content-warp {
    width: 1320px;
  }

  .h1 {
    font-size: 72px;
    line-height: 84px;
  }

  .h1.ti {
    font-size: 62px;
    line-height: 70px;
  }

  .green-yellow-gradient-button.no-arrow.ti-solutions-button {
    width: auto;
    display: none;
  }

  .content-gray1-warp {
    width: 1320px;
  }

  .section-gray1 {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .section-gray1.six-card {
    padding-top: 120px;
    padding-bottom: 92px;
    display: none;
    box-shadow: 0 2px 5px #0003;
  }

  .grid-caird {
    width: 360px;
  }

  .grid-caird.pland-b {
    width: auto;
    height: 268px;
  }

  .grid-caird.pland-b.small {
    width: auto;
  }

  .card-tittle {
    text-align: left;
    padding-left: 0;
  }

  .risks-and-threats-grid {
    justify-content: center;
    align-items: flex-start;
    width: 1320px;
  }

  .risks-and-threats-grid.pland-b {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1200px;
    display: grid;
  }

  .heading-7 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 42px;
    display: block;
  }

  .heading-7.rirsks-and-threats-text {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 277px;
    padding-right: 277px;
  }

  .text-span {
    padding-left: 0;
    padding-right: 0;
  }

  .content-warp {
    width: 1320px;
  }

  .red-border-button.get-report {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .red-border-button.access {
    font-weight: 300;
  }

  .drp-in-de-gird {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 100%;
  }

  .drp-in-de-content {
    height: 100%;
  }

  .drp-in-de-image.monitoring {
    background-size: cover;
  }

  .drp-in-de-_text-content {
    margin-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .drp-in-de-show-up {
    background-color: #fffffff2;
    border-radius: 16px;
    height: 100%;
    display: none;
    inset: 0%;
    overflow: visible;
  }

  .h1_tittle {
    font-size: 40px;
  }

  .ti-solutions-image-warp {
    display: none;
  }

  .image-12 {
    width: 55%;
  }

  .drp-protection-warp {
    width: 1320px;
  }

  .drp-scene-show-section {
    flex-flow: column;
    display: none;
  }

  .drp-scene-show-content {
    width: 1320px;
  }

  .drp-scene-show-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-13 {
    width: 64px;
  }

  .image-14 {
    width: 80px;
  }

  .text-block-12 {
    font-size: 16px;
    font-weight: 400;
  }

  .drp-scene-show_change-big {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: none;
  }

  .research-report-section {
    background-position: 0 44px;
    background-size: cover;
    height: 100%;
  }

  .report-warp, .slider-2 {
    width: 1320px;
  }

  .drp-scene-show-section-planb {
    display: none;
  }

  .drp-scene-show-warp {
    width: 1320px;
  }

  .drp-risk-scene {
    width: 24%;
  }

  .text-block-13 {
    font-weight: 400;
  }

  .image-15 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 48px;
    height: 48px;
    padding: 6px;
  }

  .drp-scene-show-warp-cms {
    justify-content: center;
    align-items: center;
    width: 1320px;
    display: flex;
  }

  .collection-list-2 {
    flex-flow: row-reverse wrap-reverse;
    grid-auto-flow: column dense;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .collection-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 23.6%;
    padding-top: 16px;
  }

  .collection-list-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .report_warp {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: row;
    width: 1200px;
    height: 100%;
  }

  .report_card {
    flex-flow: column;
    width: 32%;
  }

  .report_card.planb {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: auto;
  }

  .report_card.planc {
    flex-flow: row;
  }

  .mask {
    height: auto;
    margin-bottom: 44px;
  }

  .report-text-warp {
    flex: 0 auto;
    width: auto;
    height: auto;
  }

  .image-16 {
    width: 129vw;
  }

  .tag_new {
    background-image: linear-gradient(90deg, #c30d23, #0866d9);
    border-style: none;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 1px;
    display: none;
  }

  .tag_new._2024 {
    display: flex;
  }

  .text-block-15 {
    border: 1px #000;
    border-radius: 4px;
    width: auto;
    height: auto;
    padding: 4px 12px;
    font-size: 14px;
    display: flex;
  }

  .tag_bg {
    background-color: #f3f3f3;
    border-style: solid;
    border-color: #e0e4e9;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-15 {
    height: 52px;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-14 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .get-the-report_button {
    text-align: left;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .report-image_warp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    margin-bottom: 0;
  }

  .partner_warp {
    width: auto;
  }

  .div-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .report-content-_warp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .tag-text-_gray1 {
    font-size: 16px;
  }

  .contact-us-warp {
    width: 1320px;
  }

  .paragraph-15 {
    text-align: center;
  }

  .content-us-input.none {
    display: none;
  }

  .div-block-26 {
    flex-flow: row;
  }

  .footer {
    background-color: #050505;
    background-image: none;
    background-size: auto;
    height: 342.361px;
    display: flex;
    bottom: 0;
  }

  .footer-warp {
    width: 1320px;
  }

  .text-block-18, .text-block-20 {
    color: #fff;
  }

  .drp-protection-two-part-section {
    display: flex;
  }

  .tl-subscription-bg {
    margin-left: -880px;
  }

  .tl-subscription-image_warp {
    width: 1320px;
  }

  .image-25 {
    margin-left: -480px;
  }

  .hero-section {
    background-image: url('../images/TI_Banner.jpg');
    background-size: cover;
    height: auto;
    padding-bottom: 54px;
  }

  .hero-section.drp {
    background-image: url('../images/DRP_BG400kb.png'), url('../images/DRP_Baaner.jpg');
    background-position: 50%, 50%;
    background-size: cover, cover;
    height: auto;
    padding-bottom: 106px;
  }

  .hero-section-warp {
    width: 1320px;
  }

  .breadcrumb-warp {
    margin-bottom: 72px;
  }

  .ti-banner_tittle {
    margin-top: 0;
  }

  .text-block-23 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-17 {
    width: 1040px;
    margin-bottom: 32px;
  }

  .paragraph-17.ti {
    width: 894px;
  }

  .herosection-planb {
    height: 500px;
  }

  .herobaanner-_slider {
    height: 100%;
  }

  .herobaanner-_slider1 {
    background-image: url('../images/Home_Banner_01.jpg');
    background-position: 50% 70%;
    background-size: cover;
  }

  .hero-content-warp_part {
    height: 93.6969%;
  }

  .herobaanner-_slider2 {
    background-image: url('../images/Home_Bnanner_03.jpg');
  }

  .herobaanner-_slider3 {
    background-image: url('../images/Home_banner02_sr.jpg');
    background-position: 50% 70%;
    background-size: cover;
  }

  .text-span-7, .text-span-8 {
    text-transform: none;
  }

  .tis_section {
    flex-flow: column;
  }

  .tis_tittle-warp {
    width: 100vw;
  }

  .tis_tab-warp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1320px;
  }

  .tis_tab_tittle.threats.custom-anchor {
    width: 270px;
  }

  .tis_tab_tittle.vulnerability.custom-anchor {
    width: 326px;
  }

  .tis_tab_tittle.incidents.custom-anchor {
    width: 294px;
  }

  .tis_tab_tittle.general.custom-anchor {
    width: 276px;
  }

  .tis_tab_image {
    width: 38px;
  }

  .tis_tab_text {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .tis_tittle-contene {
    width: 1320px;
  }

  .tis_four-part-warp {
    width: 100vw;
    overflow: hidden;
  }

  .tis_threats-tittle-warp {
    width: 100%;
    padding-bottom: 48px;
    overflow: visible;
  }

  .left_warp {
    width: 45%;
  }

  .tittle-image-warp {
    width: 1320px;
    padding-right: 126px;
  }

  .tis_left-text-warp {
    margin-right: 88px;
  }

  .tis_left-text-warp.threats {
    width: auto;
  }

  .paragraph-19 {
    width: 1005px;
  }

  .paragraph-19.general {
    width: 926px;
  }

  .threats-image_warp {
    width: 1320px;
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 254px;
    position: relative;
  }

  .tags-warp {
    margin-top: 0;
    margin-bottom: 90px;
    margin-left: 0;
  }

  .tags-warp.vulnerability {
    width: auto;
    margin-bottom: 450px;
    margin-right: 25px;
  }

  .image-27 {
    margin-top: 0;
    padding-top: 197px;
    padding-bottom: 0;
    padding-left: 397px;
    inset: 0%;
    overflow: clip;
  }

  .image-27.vulnerability {
    top: 346px;
    left: 736px;
  }

  .image-27.threats {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    inset: auto 0% -4% -35%;
  }

  .list-item-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .tis_tab_tittle_show.threats {
    width: auto;
    display: flex;
    inset: 0%;
  }

  .tis_tab_tittle_show.vulnerability, .tis_tab_tittle_show.incidents, .tis_tab_tittle_show.general {
    display: none;
  }

  .tis_tab_text_show {
    font-size: 18px;
  }

  .tis_threats-image-warp {
    height: 100%;
    padding-bottom: 0;
  }

  .image-30 {
    width: 660px;
    max-width: none;
    top: 10px;
    right: 255px;
  }

  .image-31 {
    z-index: 2;
    width: 739px;
    max-width: none;
    inset: -52px auto 0% 92px;
  }

  .incidents-image-warp {
    width: 1320px;
  }

  .image-32.incidents {
    top: 132px;
    left: -255px;
  }

  .vulnerability-image_warp {
    width: 1320px;
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-right: 72px;
  }

  .image-33 {
    width: 634px;
    max-width: none;
    top: 105px;
    right: 180px;
  }

  .image-34 {
    width: 850px;
    max-width: none;
    top: -200px;
    left: 0;
  }

  .general-image-warp {
    justify-content: space-between;
    align-items: flex-start;
    width: 1320px;
    margin-bottom: 32px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .general-image_text-warp {
    padding-top: 34px;
  }

  .general-image {
    width: 842px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .image-35 {
    background-color: #fff;
  }

  .attribution-query-section {
    background-position: 50%;
  }

  .attribution-query_warp {
    width: 1320px;
  }

  .image-38 {
    width: 827px;
  }

  .attribution-query_tittle {
    font-size: 48px;
  }

  .ti-deliviery-standards-section {
    padding-top: 163px;
    padding-bottom: 138px;
  }

  .ti-deliviery-standards_content {
    width: 1320px;
  }

  .ti-deliviery-standards_image {
    width: 54%;
  }

  .image-40 {
    width: 614px;
    max-width: none;
  }

  .incidents_image {
    left: -276px;
  }

  .general_bg_image {
    inset: auto -273px -37px auto;
  }

  .solutions-tlttle_warp, .solutions-content_warp {
    width: 1320px;
  }

  .cti-solutions_warp {
    padding-left: 20px;
  }

  .digital-risk-protection_warp {
    width: auto;
    padding-right: 10px;
  }

  .solutions_warp_bg {
    width: 40%;
  }

  .solutions_warp_bg.r {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 40%;
    display: flex;
  }

  .solutions_warp_bg.l {
    width: 40%;
    display: none;
  }

  .paragraph-22 {
    width: 680px;
  }

  .paragraph-22.ti_none {
    width: 286px;
  }

  .paragraph-23 {
    width: 282px;
  }

  .paragraph-23.rrp_show {
    width: 788px;
  }

  .image-42 {
    top: 15%;
    left: 274px;
  }

  .image-43 {
    bottom: -148px;
    left: -39%;
  }

  .image-44 {
    width: 100%;
    top: 216px;
    right: -70px;
  }

  .image-45 {
    border-style: solid;
    width: 53%;
    right: -54px;
  }

  .cti-solutions_show {
    width: 1320px;
    display: flex;
  }

  .drp-solutions_show {
    width: 1320px;
    display: none;
  }

  .drp_scene_six {
    width: 788px;
  }

  .content-us-_warp {
    background-color: #fff;
    height: auto;
    min-height: 760px;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    position: static;
    inset: 0% 0% auto;
  }

  .body-4 {
    height: 100%;
  }

  .contact-pop {
    display: none;
    top: 57px;
  }

  .image-48 {
    width: 100%;
    height: 100%;
  }

  .research-image-texe_warp {
    width: 100%;
  }

  .reserach-hero-warp {
    width: 1320px;
  }

  .reserach-details-warp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1320px;
  }

  .reserach-details-text-part {
    width: 720px;
    margin-right: 150px;
  }

  .ger-peport-pop-warp {
    width: 450px;
  }

  .image-50 {
    width: 430px;
    height: 100%;
  }

  .red-fill-button._40 {
    width: 160px;
  }

  .drp_tittle {
    width: auto;
  }

  .drp_ip-text {
    width: 100%;
  }

  .digital-risk-scenarios {
    height: auto;
    padding-bottom: 92px;
  }

  .digital-risk-scenarios_warp, .scenarios-list {
    width: 1320px;
  }

  .scenarios-list-item.white.data-breach {
    display: flex;
  }

  .tag-show-warp.data-breach, .tag-show-warp.dark-web-threats {
    display: none;
  }

  .one-stop-shop-warp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1320px;
    display: flex;
  }

  .drp-section {
    background-image: url('../images/One-Stop-Shop_BG_1.png');
    background-position: 50% 40%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    padding-bottom: 205px;
  }

  .drp-section.pc {
    background-position: 50%;
  }

  .one-stop-shop-content {
    justify-content: center;
    align-items: center;
    width: 1320px;
    margin-top: 55px;
  }

  .oss-part.right {
    padding-right: 32px;
  }

  .monitoringi_show {
    width: 896px;
    display: flex;
  }

  .takedown-hidden {
    width: 409px;
    display: flex;
  }

  .takedown_show {
    width: 896px;
    height: 638px;
    display: flex;
  }

  .monitoringi-hidden {
    background-color: #e5e5e51a;
    width: 409px;
    height: 638px;
    display: flex;
    position: static;
  }

  .hero-section-company {
    background-image: url('../images/About_banner1920.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .hero-section-content, .company-history-content, .tianji-s-branches-content {
    width: 1320px;
  }

  .text-span-26 {
    color: #222b40;
  }

  .paragraph-30 {
    font-size: 16px;
    line-height: 24px;
  }

  .monitoring-show-up {
    height: 638px;
    display: none;
  }

  .takedown-show-up {
    flex-flow: row;
    height: 638px;
    display: none;
  }

  .one-stop-shop_default {
    justify-content: center;
    align-items: stretch;
    width: 1320px;
    padding-top: 119px;
  }

  .ti_slogan {
    width: auto;
    max-width: none;
    height: 190px;
  }

  .ti_ip {
    width: 17%;
    inset: auto 8% -4% auto;
    transform: scale(1);
  }

  .ti_ip.ti_banner {
    height: 388px;
    position: absolute;
    inset: auto 88px 0 auto;
    overflow: hidden;
  }

  .drp_ip-text_warp {
    width: 100%;
  }

  .drp_ip {
    width: 210px;
    inset: auto 0 -55px auto;
  }

  .drp_tag_pc {
    width: auto;
    height: 187px;
  }

  .breadcrumb_tittle {
    width: 1320px;
  }

  .contact_warp {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-64 {
    display: flex;
  }

  .repoter_drp2021-1.ceshi, .repoter_drp2021-2.ceshi {
    width: 430px;
    height: 100%;
  }

  .repoter_contents {
    flex-flow: wrap;
    width: 1320px;
  }

  .dropdown_contact {
    display: none;
  }

  .checkbox-field {
    display: block;
  }

  .jcaptchacode_input {
    width: 200px;
  }

  .checkbox-item {
    margin-right: 6px;
  }

  .codeimage-warp {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-toggle-5 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-5 {
    height: 24px;
    line-height: 24px;
  }

  .takedown_bg {
    width: 95%;
  }

  .text-span-37, .text-span-38, .text-span-39 {
    color: #ad0c24;
  }

  .image-112 {
    width: 400px;
  }

  .image-112.ceshi {
    width: 430px;
    height: 100%;
  }

  .slogn-warp {
    position: relative;
  }

  .login-register {
    display: flex;
  }

  .user-loggeg-in-warp {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button, .navbar-link-2 {
    justify-content: center;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-6 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-shadow-container {
    height: Infinity% ;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
    box-shadow: 0 2px 10px #0000001a;
  }

  .container-regular {
    justify-content: space-between;
    height: 100%;
  }

  .navbar-brand-5 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
    height: 100%;
    display: flex;
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
  }

  .container-7 {
    max-width: 728px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-6 {
    padding: 12px;
  }

  .menu-button-6.w--open {
    color: #fff;
    background-color: #c8c8c800;
  }

  .icon {
    color: #515d73;
    font-size: 36px;
  }

  .icon-2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .introduce-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 768px;
    padding: 0 30px;
  }

  .frame-7 {
    height: 242px;
  }

  .card {
    justify-content: center;
    align-items: center;
    width: 304px;
    height: 242px;
  }

  .list {
    margin-bottom: 0;
  }

  .rrp-product-content.report.blue {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .rrp-product-content.report.solution, .rrp-product-content.report.plink, .rrp-product-content.report.solution-copy {
    padding-left: 32px;
    padding-right: 32px;
  }

  .in-title {
    text-align: center;
    width: 100.001%;
  }

  .container-1320._1100 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .navigation {
    height: 72px;
    position: relative;
  }

  .content-title, .content-title.digital-era {
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    max-width: 728px;
  }

  .navbar-wrapper-three-4 {
    justify-content: space-between;
  }

  .navbar-brand-three-4 {
    position: relative;
  }

  .nav-menu-wrapper-three-4 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-4 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-7.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-7 {
    padding: 12px;
  }

  .menu-button-7.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .digital-era-grid {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    grid-template-rows: 1fr auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .digital-era-grid._768 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 100%;
  }

  .drp_in-card {
    opacity: 1;
    height: 100%;
    min-height: 242px;
    margin-left: auto;
    margin-right: auto;
  }

  .tittle-card.drp.center {
    height: 242px;
  }

  .solution-content.rq {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: auto;
    place-items: start stretch;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .container-10 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .logos-title-large {
    padding-left: 32px;
    padding-right: 32px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .footer-dark {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .section {
    justify-content: center;
    align-items: center;
    padding: 32px;
    overflow: visible;
  }

  .section.bg-blue {
    background-color: #f5f7fa;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.risksthreat {
    padding-left: 0;
    padding-right: 0;
  }

  .tianji-partners-solutions_section {
    height: auto;
    padding: 32px 32px 50px;
  }

  .h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .h1.white {
    margin-top: 0;
  }

  .h1.tianjian {
    width: 100%;
  }

  .text-block-7 {
    width: 100%;
    font-size: 20px;
  }

  .green-yellow-gradient-button {
    width: 50%;
    margin-top: 16px;
  }

  .green-yellow-gradient-button.no-arrow {
    width: 100%;
  }

  .section-white {
    padding: 32px;
  }

  .content-gray1-warp {
    width: auto;
    padding-left: 42px;
    padding-right: 42px;
  }

  .content-gray1-warp.pland-b {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content-gray1-warp.phone {
    flex-flow: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-gray1 {
    padding: 50px 32px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .grid-caird.pland-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .grid-caird.pland-b.small {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .grid-caird.pland-b.small.phone {
    width: 100%;
  }

  .grid-caird.pland-b.phone {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .grid-caird.phone {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    height: 240px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-tittle {
    justify-content: center;
    align-items: center;
  }

  .card-tittle.phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 32px;
    padding: 32px 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .risks-and-threats-grid.pland-b {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .risks-and-threats-grid.phone {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: grid;
  }

  .heading-7 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-7.phone {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-7 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .red-border-button {
    width: 200px;
    margin-top: 0;
  }

  .red-border-button.ti_solutions {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
  }

  .red-border-button.ti_solutions.small {
    color: #fff;
    background-color: #c30d23;
    width: 100%;
    font-size: 16px;
  }

  .red-border-button.drp_solutions, .red-border-button.get-report {
    width: 100%;
  }

  .red-border-button.get-report._137 {
    width: 100%;
    font-size: 16px;
  }

  .red-border-button._160, .red-border-button.blue {
    width: 160px;
  }

  .section-gray1-pland-b.planb {
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .section-gray1-pland-b.phone {
    margin-right: 0;
    padding: 0 0 48px;
    display: flex;
  }

  .content-warp {
    width: auto;
  }

  .drp-in-de-gird {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .drp-in-de-content {
    width: auto;
    display: flex;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 30px;
  }

  .drp-in-de-_text-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .paragraph-9, .drp-in-de-show-up {
    display: none;
  }

  .h1_tittle {
    font-size: 32px;
  }

  .ti-solutions-button-warp {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ti-solutions-button-warp.ti-solution_button {
    display: flex;
  }

  .research-report-section {
    padding: 42px 32px;
  }

  .report-warp {
    width: 100%;
  }

  .report_warp {
    flex-flow: column;
    width: auto;
    margin-top: 24px;
  }

  .report_card.planb {
    flex-flow: column;
    width: 516px;
  }

  .heading-14 {
    margin-top: 0;
  }

  .mask {
    height: auto;
  }

  .report-text-warp {
    align-items: flex-start;
    width: auto;
  }

  .image-16 {
    width: auto;
  }

  .heading-15 {
    line-height: 28px;
  }

  .text-block-16, .paragraph-14 {
    font-size: 16px;
  }

  .report-button-warp {
    width: auto;
    margin-top: 16px;
  }

  .get-the-report_button {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .report-image_warp {
    justify-content: center;
    width: auto;
    margin-bottom: 0;
  }

  .cooperative-partner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .partner_warp {
    width: auto;
  }

  .marquee-item {
    margin-right: 16px;
  }

  .report-content-_warp {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .contact-us-section {
    padding: 32px;
  }

  .contact-us-warp {
    width: 100%;
  }

  .contact-us-h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-15 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-us-content {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .contact-form {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-25 {
    width: auto;
  }

  .content-us-input {
    height: 44px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-16 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .submit-button {
    width: 100%;
  }

  .submit-button._200 {
    height: 52px;
  }

  .checkbox-label-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .risks-and-threats {
    width: 64px;
    max-width: none;
    height: 64px;
  }

  .hero-section {
    background-position: 50%;
    height: 784px;
    margin-top: 0;
    padding: 32px 32px 44px;
    overflow: hidden;
  }

  .hero-section.drp {
    height: auto;
    padding-bottom: 32px;
  }

  .hero-section-warp {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb-warp {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .ti-banner_tittle {
    font-size: 40px;
    line-height: 52px;
  }

  .text-block-23 {
    width: auto;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-17 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-17.ti {
    width: auto;
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .herosection-planb {
    height: 400px;
    margin-top: 0;
  }

  .herobaanner-_slider1 {
    background-size: 100% 100%;
    height: 100%;
  }

  .hero-content-warp_part {
    width: 100%;
    margin-top: 0;
    padding-bottom: 100px;
  }

  .hero_content-warp {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 48px 32px 0;
  }

  .herobaanner-_slider2, .herobaanner-_slider3 {
    height: 100%;
  }

  .tis_section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    font-size: 32px;
  }

  .tis_tittle-warp {
    margin-bottom: 0;
    padding: 32px 32px 16px;
  }

  .tis_tab-warp {
    display: none;
  }

  .tis_tittle-contene {
    width: auto;
  }

  .tis_threats-tittle-warp {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tittle-image-warp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    width: auto;
  }

  .tittle-image-warp.incidents {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    width: 100%;
  }

  .tis_left-text-warp {
    width: 100%;
  }

  .tis_left-text-warp.threats {
    width: auto;
    max-width: none;
  }

  .paragraph-19.general {
    width: auto;
  }

  .threats-image_warp {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 242px;
    padding-bottom: 0;
    padding-left: 108px;
    display: none;
  }

  .threats-image_warp.mobile {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .tags-warp {
    justify-content: center;
    align-items: flex-start;
    width: 308.094px;
    margin-top: 0;
    margin-bottom: 314px;
    margin-left: 0;
  }

  .tags-warp.vulnerability {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 319px;
    margin-right: 82px;
    display: none;
  }

  .tags-warp.vulnerability.mobile {
    margin-top: 0;
    margin-bottom: 301px;
    display: flex;
  }

  .image-27.threats {
    display: none;
    bottom: 27px;
    left: -122px;
  }

  .tis_four-part-warp.general {
    flex-flow: column;
  }

  .tis_threats-image-warp {
    margin-bottom: 0;
    padding: 52px 32px;
  }

  .image-30 {
    width: 51%;
    inset: auto 10% 0% auto;
  }

  .image-31 {
    width: 52%;
    inset: auto auto 0% 4%;
  }

  .tis_incidents-tittle-warp {
    padding-top: 72px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .incidents-image-warp {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .paragraph-20.general {
    width: auto;
    margin-bottom: 16px;
  }

  .tis_vulnerability-tittle-warp {
    padding-top: 72px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tis_vulnerability-image-warp {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .vulnerability-image_warp {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-33 {
    width: 399px;
    top: 150px;
    right: 101px;
  }

  .image-34 {
    width: 461px;
    top: 46px;
    left: -10px;
  }

  .tis_general-tittle-warp {
    padding-top: 72px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .general-image-warp {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .general-image_text-warp {
    padding-top: 0;
  }

  .general-image {
    width: 500px;
  }

  .tablet_show {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .image-36 {
    width: 24%;
  }

  .attribution-query-section {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    padding: 72px 90px;
  }

  .attribution-query_warp {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .image-38 {
    width: 100%;
  }

  .attribution-query_description {
    margin-top: 6px;
  }

  .ti-deliviery-standards-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ti-deliviery-standards_content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .ti-deliviery-standards_tittle-warp {
    width: 100%;
  }

  .text-block-31 {
    margin-top: 6px;
  }

  .ti-deliviery-standards_image {
    width: auto;
  }

  .general_bg_image {
    left: 174px;
  }

  .solutions-tlttle_warp {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .solutions-content_warp {
    display: none;
  }

  .cti-solutions_warp.show {
    flex-flow: column;
    display: flex;
  }

  .solutions_h1 {
    margin-top: 0;
    font-size: 32px;
  }

  .paragraph-22 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .paragraph-22.hide {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-23.rrp_show {
    width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-42 {
    inset: 149px 0% 0% -294px;
  }

  .image-43 {
    display: none;
  }

  .image-44 {
    text-align: center;
    border-style: none;
    margin-left: 68px;
    padding-top: 58px;
    position: static;
  }

  .image-44.hide {
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .image-45 {
    margin-top: -196px;
    margin-left: 333px;
    padding-top: 0;
    position: static;
    top: 0;
  }

  .image-45.hide {
    display: block;
  }

  .drp_scene_six {
    width: auto;
    margin-top: 24px;
  }

  .text-block-34 {
    font-size: 18px;
    line-height: 28px;
  }

  .solution_mobile {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .heading-19 {
    margin-bottom: 0;
  }

  .heading-19.hide {
    font-size: 22px;
  }

  .heading-20 {
    margin-bottom: 0;
  }

  .text-block-35 {
    font-size: 14px;
  }

  .bunner-button_warp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    width: 100%;
  }

  .mask-2, .content-us-_warp {
    height: 100%;
  }

  .content_right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .content_left {
    width: 100%;
  }

  .content-details {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    height: auto;
  }

  .heading-27 {
    font-size: 40px;
    line-height: 48px;
  }

  .image-48 {
    width: 100%;
    height: 100%;
  }

  .reserach-hero-section, .reserach-details-content {
    padding-left: 42px;
    padding-right: 42px;
  }

  .reserach-details-warp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: auto;
  }

  .reserach-details-text-part {
    width: 100%;
  }

  .ger-peport-pop-warp {
    width: auto;
    margin-top: 42px;
    padding: 24px;
    position: static;
  }

  .image-50 {
    width: auto;
    margin-top: 42px;
  }

  .contact-us-form, .contact-us-form.ti-drp, .red-fill-button.no-arrow {
    width: 100%;
  }

  .red-fill-button.no-arrow.pink {
    background-color: #fff;
    width: 100%;
  }

  .red-fill-button.no-arrow.long.drp {
    width: 100%;
  }

  .red-fill-button.no-arrow._160 {
    width: 160px;
  }

  .digital-risk-scenarios {
    height: auto;
    padding-bottom: 72px;
  }

  .digital-risk-scenarios_warp {
    width: 100%;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .scenarios-list.pc {
    display: none;
  }

  .scenarios-list.molibe {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .scenarios-list-item.blue.molibe {
    width: 49%;
    height: auto;
  }

  .scenarios-list-item.white.data-breach.molibe, .scenarios-list-item.white.dark-web-threats.molibe {
    width: 100%;
  }

  .scenarios_3s {
    width: 100%;
    height: 100%;
  }

  .heading-33 {
    font-size: 20px;
    line-height: 28px;
  }

  .scenarios-list-warp.molibe {
    flex-flow: column;
    width: 50%;
    height: auto;
  }

  .scenarios-list-item-tittle, .text-span-21 {
    font-size: 20px;
    line-height: 28px;
  }

  .tittle-warp.fraud {
    justify-content: flex-start;
  }

  .tittle-warp.molibe {
    justify-content: flex-start;
    align-items: center;
  }

  .tag-show-warp.data-breach, .tag-show-warp.dark-web-threats {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .one-stop-shop-warp {
    width: 100%;
  }

  .drp-section {
    display: flex;
  }

  .drp-section.pc {
    display: none;
  }

  .drp-section.molibe {
    background-image: url('../images/DRP_.service_Mobilepng.png');
    background-position: 45%;
    flex-flow: column;
    width: 100%;
    padding: 48px 32px;
    display: flex;
  }

  .heading-34 {
    font-size: 24px;
    line-height: 32px;
  }

  .monitoringi_show {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #e5e5e500;
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    padding: 32px 0 16px;
  }

  .heading-36 {
    display: none;
  }

  .paragraph-27 {
    margin-top: 0;
  }

  .heading-37 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
  }

  .takedown_show {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #e5e5e500;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-company {
    background-image: url('../images/About_us_BG_Mobile.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 32px;
  }

  .hero-section-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-38 {
    font-size: 40px;
    line-height: 52px;
  }

  .text-block-44 {
    font-size: 20px;
    line-height: 24px;
  }

  .company-history-content {
    justify-content: flex-start;
    align-items: center;
    width: 100.001%;
  }

  .paragraph-29 {
    width: auto;
    margin-top: 8px;
  }

  .image-54 {
    margin-top: -47px;
  }

  .tianji-s-branches-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-30 {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-55 {
    display: none;
  }

  .monitoring-show-up {
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .takedown-show-up {
    display: flex;
  }

  .ti_slogan {
    width: 100%;
    display: none;
  }

  .ti_ip {
    width: 52%;
    inset: auto -48% -27% auto;
  }

  .ti_ip.ti_banner {
    bottom: -81px;
    right: 17px;
  }

  .text-block-45, .text-block-46 {
    font-size: 16px;
  }

  .drp_ip-text_warp {
    padding-bottom: 66px;
  }

  .drp_ip {
    width: 28%;
    bottom: 0;
    right: 0;
  }

  .drp_tag_pc {
    display: none;
  }

  .image-64 {
    z-index: 10;
    width: 9%;
    bottom: -1px;
    right: 0;
  }

  .image-65 {
    width: 9%;
    bottom: -16px;
    left: 0;
  }

  .image-66 {
    display: none;
  }

  .div-block-53, .div-block-54 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .div-block-55, .div-block-56, .div-block-57 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .breadcrumb_tittle {
    width: 100%;
  }

  .contact_warp {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 42px;
  }

  .div-block-60 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-67 {
    display: none;
    overflow: clip;
  }

  ._02 {
    width: 100%;
    margin-top: 42px;
    padding-top: 0;
    display: block;
  }

  .map_mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-68 {
    width: 100%;
  }

  .marquee-track {
    overflow: visible;
  }

  .marquee-container {
    height: 86px;
    margin-bottom: 0;
  }

  .tag_phone {
    width: 446px;
    display: block;
  }

  .marquee-container1 {
    height: 86px;
    margin-bottom: 0;
  }

  .marquee-container2 {
    height: 86px;
  }

  .marquee-container3 {
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
  }

  .image-70, .image-72 {
    display: none;
  }

  .heading-39 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .image-73 {
    width: 100%;
    display: block;
  }

  .image-77, .image-79, .image-80 {
    width: 100%;
  }

  .historical-process_pc, .map_pc {
    display: none;
  }

  .historical-process-768 {
    width: 70%;
    display: block;
  }

  .heading-40 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .image-81 {
    width: 70%;
  }

  .image-82 {
    width: 90%;
  }

  .map_768 {
    width: 95%;
    display: none;
  }

  .image-84 {
    width: 90%;
  }

  .map_mobile320, .map_mobile568, .historical-process-mobile320, .image-88, .map_mobile320_3x {
    display: none;
  }

  .image-90 {
    width: 95%;
  }

  .map_768_3x {
    display: block;
  }

  .map3x, .image-93 {
    display: none;
  }

  .repoter_contents {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .right-arrow-3 {
    display: flex;
  }

  .drp_tags_768_3x {
    width: 88%;
    display: block;
  }

  .scenarios_2s {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    height: 45%;
    display: flex;
  }

  .heading-41 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .image-96 {
    display: none;
  }

  .marquee-container4, .marquee-container5, .marquee-container6 {
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
  }

  .marquee-container7 {
    width: 100.001%;
    height: 70px;
    position: relative;
    overflow: hidden;
  }

  .marquee-container8 {
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
  }

  .marquee-container9 {
    width: 100%;
    height: 70px;
    position: relative;
    overflow: visible;
  }

  .drp_-service_tittle-warp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .takedown_process_pc {
    display: none;
  }

  .takedown_process_3x {
    width: 55%;
  }

  .div-block-66 {
    background-color: #fff;
    border: 0 solid #c30d23;
    border-top-width: 2px;
    width: 100%;
    height: 100%;
    padding: 0 0 32px;
    display: flex;
  }

  .dropdown-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
  }

  .dropdown-list-4 {
    display: flex;
  }

  .dropdown-list-4.w--open {
    display: block;
  }

  .list-2 {
    background-color: #fff;
    width: 100%;
  }

  .dropdown-4, .dropdown-toggle-4 {
    width: 100%;
  }

  .list-item-7 {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .list-item-8, .list-item-9 {
    background-color: #fff;
    height: 80px;
  }

  .nav-menu_mobile {
    background-color: #fff;
    border: 0 solid #c30d23;
    border-top-width: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: calc(100vh - 72px);
    padding-top: 0;
    display: none;
    position: absolute;
    inset: 72px 0% 0%;
    overflow: hidden;
  }

  .nav-list-iten {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
  }

  .heading-42 {
    border: 1px #0003;
    border-bottom-style: solid;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .heading-42:hover, .heading-42.close {
    color: #c30d23;
  }

  .heading-42.company {
    position: static;
  }

  .link-block-5 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .navbar {
    display: none;
  }

  .menu-button-8 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hamburger {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
  }

  .hamburger.w--open {
    display: flex;
  }

  .icon-7 {
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
  }

  .link-block-6 {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10%;
    text-decoration: none;
    display: flex;
  }

  .div-block-67 {
    background-color: #fff;
  }

  .sign-in-up {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    display: flex;
  }

  .text-block-48 {
    color: #c30d23;
    font-size: 20px;
    text-decoration: none;
  }

  .link-block-7 {
    color: #222b40;
    border: 1px #c30d23;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .nav-mobile-iten {
    height: 40%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-mobile-iten.comapny, .nav-mobile-iten.close {
    height: 10%;
  }

  .svg {
    width: 42px;
  }

  .svg:hover {
    color: #c30d23;
    width: 42px;
  }

  .svg-2 {
    width: 32px;
  }

  .nav-arrow-up {
    width: 32px;
    display: block;
  }

  .nav-menu-item-_comtent {
    height: 80px;
  }

  .link {
    color: #222b40;
    border-bottom: 1px solid #0000001a;
    justify-content: flex-start;
    align-items: center;
    height: 33.3%;
    padding-left: 72px;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .link:hover {
    color: #c30d23;
  }

  .nav-icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .arrow_inter {
    width: 32px;
    margin-left: 56px;
    display: flex;
    position: absolute;
    inset: 0% 82px 0% auto;
  }

  .link-block-8 {
    border-bottom: 1px solid #0003;
    width: 100%;
  }

  .svg-4 {
    width: 42px;
  }

  .link-block-9 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 72px;
    padding-right: 379px;
    text-decoration: none;
    display: flex;
  }

  .heading-43 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
  }

  .svg-5 {
    width: 32px;
  }

  .menu-icon {
    width: 48px;
  }

  .link-2.login.zn {
    font-size: 20px;
  }

  .link-2.login.zn.mobile {
    color: #222b40;
  }

  .image-108 {
    display: none;
  }

  ._02 {
    width: auto;
    margin-top: 0;
    overflow: clip;
  }

  .checkbox-item {
    margin-right: 6px;
  }

  .codeimage-warp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .slogn-warp {
    position: relative;
  }

  .ti-drp_ip_mobile {
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  .image-142 {
    width: 9%;
    bottom: -16px;
    left: 0;
  }

  .image-146 {
    display: none;
  }

  .heading-63 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-52 {
    display: none;
  }

  .heading-64 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-62 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
  }

  .image-143 {
    z-index: 10;
    width: 9%;
    bottom: -1px;
    right: 0;
  }

  .paragraph-43 {
    margin-top: 0;
  }

  .image-147 {
    width: 9%;
    bottom: -16px;
    left: 0;
  }

  .image-148 {
    display: none;
  }

  .heading-65 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-66 {
    display: none;
  }

  .heading-67 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-68 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
  }

  .image-151 {
    z-index: 10;
    width: 9%;
    bottom: -1px;
    right: 0;
  }

  .paragraph-44 {
    margin-top: 0;
  }

  .drp_tag_mobile {
    width: 82%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-without-image, .gallery-scroll, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .navbar-brand-three-3 {
    padding-left: 0;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-3 {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .navbar-shadow-container {
    height: Infinity% ;
  }

  .container-regular {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand-5 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .butt0n-content.center {
    margin-bottom: 42px;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-brand-6 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-6.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-6.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-5 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-15 {
    margin-top: 10px;
  }

  .introduce-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: end center;
    place-items: center start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .title-copy-goes-here-be-awesome {
    text-align: center;
  }

  .card {
    width: 100%;
  }

  .title {
    text-align: center;
    width: 100%;
    min-width: 300px;
    max-width: 644px;
  }

  .rrp-product-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .in-title {
    width: 100%;
  }

  .container-1320 {
    padding: 60px 15px;
  }

  .container-1320._1100 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-4 {
    margin-bottom: 16px;
  }

  .paragraph {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .navbar-brand-three-4 {
    padding-left: 0;
  }

  .nav-menu-three-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-4 {
    flex-direction: column;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-7.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-7.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-7.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-6 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-16 {
    margin-top: 10px;
  }

  .tittle-card {
    height: auto;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-title-small, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .h1.tianjian, .text-block-7, .content-gray1-warp.pland-b {
    width: 100%;
  }

  .heading-6.test {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-6.test {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-caird.pland-b.small {
    flex-flow: row;
    width: auto;
  }

  .grid-caird.pland-b.phone, .grid-caird.phone {
    height: auto;
  }

  .risks-and-threats-grid.pland-b {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    justify-content: start;
    width: 100%;
  }

  .risks-and-threats-grid.phone {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-7.phone {
    line-height: 32px;
  }

  .red-border-button {
    margin-top: 0;
  }

  .red-border-button.access {
    width: 100%;
  }

  .red-border-button.blue {
    width: 160px;
  }

  .grid-caird.pland-b.small {
    width: auto;
  }

  .ti-solutions-button-warp {
    flex-flow: column;
  }

  .report_card.planb {
    width: 440px;
  }

  .image-16 {
    width: auto;
  }

  .report-image_warp {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .marquee-item {
    width: auto;
  }

  .paragraph-15 {
    margin-bottom: 16px;
  }

  .paragraph-16 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-content-itme {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-itme-content {
    flex-flow: column;
  }

  .hero-section {
    height: auto;
    padding-bottom: 52px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section.drp {
    height: 10%;
    padding-bottom: 32px;
  }

  .herosection-planb {
    height: 420px;
    margin-top: 0;
  }

  .slide-nav-2 {
    margin-bottom: 24px;
  }

  .hero_content-warp {
    justify-content: flex-start;
    align-items: center;
  }

  .tittle-image-warp {
    flex-flow: column;
  }

  .heading-18 {
    text-align: center;
  }

  .paragraph-18.incidents, .paragraph-18.vulnerability, .paragraph-19, .paragraph-19.general {
    width: 100%;
  }

  .threats-image_warp {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 272px;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .threats-image_warp.mobile {
    display: flex;
  }

  .tags-warp {
    justify-content: center;
    align-items: flex-start;
    width: 308.094px;
    margin-top: 0;
    margin-bottom: 255px;
    margin-left: 0;
  }

  .tags-warp.vulnerability {
    margin-top: 32px;
    margin-bottom: 355px;
    margin-right: 0;
  }

  .tags-warp.vulnerability.mobile {
    margin-top: 0;
    margin-bottom: 263px;
  }

  .image-27.threats, .image-29 {
    display: none;
  }

  .tis_threats-image-warp {
    margin-bottom: 0;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .image-30 {
    width: 262px;
    inset: auto 7% 0% auto;
  }

  .image-31 {
    width: 282px;
    inset: auto 0 0% 5%;
  }

  .tis_incidents-tittle-warp {
    padding-top: 52px;
  }

  .incidents-image-warp, .paragraph-20.general {
    width: 100%;
  }

  .tis_vulnerability-image-warp {
    margin-bottom: 0;
  }

  .vulnerability-image_warp {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-33 {
    width: 280px;
    inset: auto 13% 0% auto;
  }

  .image-34 {
    width: 320px;
    inset: auto auto 0% 4%;
  }

  .general-image-warp {
    width: 100%;
  }

  .general-image {
    margin-left: 0;
  }

  .general_bg_image {
    display: none;
  }

  .solutions-content_warp, .cti-solutions_warp.show, .paragraph-22, .paragraph-23.rrp_show {
    width: auto;
  }

  .image-44 {
    margin-left: 38px;
  }

  .image-45 {
    margin-left: 232px;
  }

  .drp_scene_six {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .solution_mobile {
    width: 100%;
  }

  .bunner-button_warp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    width: 100%;
  }

  .ger-peport-pop-warp {
    padding: 32px 24px;
  }

  .scenarios-list-item.blue.molibe {
    width: 100%;
    height: 420px;
  }

  .scenarios-list-item.white.small {
    height: 100px;
  }

  .scenarios-list-item.white.data-breach.molibe, .scenarios-list-item.white.dark-web-threats.molibe {
    height: 220px;
  }

  .scenarios_3s {
    width: 100%;
  }

  .scenarios-list-warp.molibe {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .tittle-warp {
    justify-content: flex-start;
  }

  .hero-section-company {
    background-image: url('../images/About_us_BG_Mobile.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-section-content {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-38 {
    width: 100%;
    font-size: 48px;
  }

  .text-block-44 {
    width: 100%;
    margin-bottom: 16px;
  }

  .company-history-content {
    justify-content: flex-start;
    align-items: center;
  }

  .image-54 {
    margin-top: -42px;
  }

  .paragraph-30 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .ti_ip {
    width: 44%;
    bottom: -44%;
    right: -5%;
  }

  .ti_ip.ti_banner {
    height: 340px;
    bottom: -64px;
    right: -15px;
  }

  .drp_ip-text_warp {
    padding-bottom: 50px;
  }

  .drp_ip {
    bottom: 0;
  }

  ._02 {
    display: none;
  }

  .tag_phone {
    width: 70%;
  }

  .heading-39 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-73 {
    width: 100%;
  }

  .image-74 {
    display: none;
  }

  .image-75, .image-76, .image-77, .image-78 {
    width: 100%;
  }

  .image-79 {
    margin-top: 42px;
  }

  .image-80 {
    width: 100%;
  }

  .historical-process-768 {
    width: 70%;
  }

  .map_768 {
    width: 100%;
    display: none;
  }

  .image-83, .map_mobile320 {
    width: 75%;
  }

  .image-85 {
    width: 100%;
  }

  .image-86 {
    width: 95%;
  }

  .map_mobile568 {
    width: 85%;
    display: none;
  }

  .historical-process-mobile320, .image-88 {
    display: none;
  }

  .map_mobile320_3x {
    width: 70%;
    display: none;
  }

  .map_768_3x {
    width: 100%;
    display: none;
  }

  .map_mobile568_3x {
    width: 100%;
    display: block;
  }

  .image-92 {
    width: 100%;
  }

  .scenarios_2s {
    flex-flow: column;
    height: 100%;
  }

  .takedown_process_3x {
    width: 65%;
  }

  .nav-menu_mobile {
    justify-content: flex-start;
    align-items: stretch;
    height: calc(100vh - 72px);
    display: none;
  }

  .heading-42 {
    font-size: 18px;
  }

  .navbar {
    display: none;
  }

  .hamburger, .icon-7 {
    display: flex;
  }

  .sign-in-up {
    flex-flow: row;
    justify-content: center;
    margin-top: 24px;
  }

  .text-block-48 {
    border: 1px solid #c30d23;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-48:hover {
    color: #fff;
    background-color: #c30d23;
  }

  .link-block-7 {
    width: 30%;
  }

  .menu-button-9 {
    display: block;
  }

  .ti-drp_ip_mobile {
    margin-top: 10px;
  }

  .drp_tag_mobile {
    width: 82%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .container-6 {
    max-width: none;
  }

  .nav-menu-three-3 {
    flex-direction: column;
  }

  .navbar-shadow-container {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 2px 10px #0000001a;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-menu.pc {
    display: none;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section-hero {
    height: 450px;
  }

  .heading {
    font-size: 28px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .butt0n-content.center {
    margin-bottom: 32px;
  }

  .container-7 {
    max-width: none;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .introduce-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 0;
  }

  .title-copy-goes-here-be-awesome {
    line-height: 24px;
  }

  .frame-7 {
    width: 100%;
    height: 100%;
  }

  .card {
    height: 12%;
  }

  .title-copy-goes-here-be-awesome-0, .title-copy-goes-here-be-awesome-1 {
    font-size: 16px;
    line-height: 24px;
  }

  .rrp-product-content.report.blue {
    padding-top: 42px;
  }

  .in-title {
    font-size: 14px;
  }

  .container-1320._1100 {
    padding: 0;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .navigation {
    box-shadow: none;
  }

  .heading-3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-4, .paragraph {
    font-size: 14px;
  }

  .container-9 {
    max-width: none;
  }

  .nav-menu-three-4 {
    flex-direction: column;
  }

  .digital-era-grid.rq {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .digital-era-grid.report {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 42px;
    display: flex;
  }

  .drp_in-card {
    width: 256px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-4.blue {
    font-size: 16px;
  }

  .tittle-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .tittle-card.drp.center {
    height: 506px;
  }

  .tittle-card.rq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .solution-describe-warp {
    margin-left: 0;
    margin-right: 0;
  }

  .ti_lparagraph {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .solution-content.rq {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .solution-content.drp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
    display: block;
  }

  .container-10 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.risksthreat {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.branches {
    padding-left: 0;
    padding-right: 0;
  }

  .lines {
    width: auto;
  }

  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .h1.white {
    font-size: 40px;
    line-height: 48px;
  }

  .h1.tianjian {
    width: 100%;
    padding-top: 64px;
  }

  .text-block-7 {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
  }

  .text-block-7.white {
    margin-top: 10px;
  }

  .green-yellow-gradient-button {
    width: 100%;
    margin-top: 10px;
  }

  .green-yellow-gradient-button.no-arrow, .green-yellow-gradient-button.no-arrow.ti-solutions-button {
    width: 100%;
  }

  .section-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-gray1 {
    padding: 32px 24px;
  }

  .paragraph-6 {
    text-align: left;
  }

  .grid-caird.pland-b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-caird.pland-b.small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 16px;
  }

  .grid-caird.pland-b.phone {
    justify-content: center;
    align-items: flex-start;
  }

  .risks-and-threats-grid.pland-b {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-auto-flow: column;
  }

  .heading-7.phone {
    line-height: 32px;
  }

  .red-border-button {
    width: 100%;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .red-border-button.ti_solutions {
    width: 100%;
    font-size: 16px;
  }

  .red-border-button.ti_solutions.small {
    width: 100%;
  }

  .red-border-button.drp_solutions {
    font-size: 14px;
  }

  .red-border-button.get-report {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 14px;
  }

  .red-border-button.get-report._137 {
    font-size: 16px;
  }

  .red-border-button._160, .red-border-button.blue {
    width: 100%;
  }

  .section-gray1-pland-b.planb {
    padding: 42px 24px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 32px;
  }

  .drp-in-de-_text-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .h1_tittle {
    font-size: 24px;
    line-height: 32px;
  }

  .ti-solutions-button-warp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .ti-solutions-button-warp.ti-solution_button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-bottom: 0;
    position: static;
  }

  .research-report-section {
    padding: 32px 24px;
  }

  .report_warp {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .report_card.planb {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .heading-14 {
    font-size: 24px;
    line-height: 32px;
  }

  .report-text-warp {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tag_new {
    width: 52px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .heading-15 {
    height: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .paragraph-14 {
    font-size: 16px;
    line-height: 28px;
  }

  .report-image_warp {
    width: auto;
    height: 240px;
  }

  .cooperative-partner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-content_warp01 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .marquee-item {
    border-radius: 8px;
    width: 110px;
  }

  .report-content-_warp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .tag-text-_gray1 {
    font-size: 14px;
  }

  .partner-content_warp02, .partner-content_warp03 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .contact-us-section {
    padding: 32px 24px;
  }

  .contact-us-h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-15 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-us-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cu_bg_image {
    width: 60%;
  }

  .contact-form {
    width: 100%;
    margin-bottom: 0;
  }

  .content-us-input {
    height: 44px;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .paragraph-16 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .submit-button {
    font-size: 14px;
  }

  .submit-button._200 {
    font-size: 16px;
  }

  .submit-button.report {
    margin-top: 10px;
  }

  .checkbox-label-2 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    padding: 42px 32px;
  }

  .link-image_warp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-content-itme {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .footer-itme-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .footer-link-content-warp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-content-warp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-21 {
    text-align: left;
    font-size: 14px;
  }

  .risks-and-threats {
    width: 12%;
    height: 30%;
  }

  .hero-section {
    background-image: url('../images/TI_Banner.jpg');
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section.drp {
    height: auto;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ti-banner_tittle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-23 {
    margin-bottom: 24px;
  }

  .paragraph-17 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .paragraph-17.ti {
    margin-top: 24px;
    margin-bottom: 42px;
  }

  .herosection-planb {
    height: 500px;
  }

  .herobaanner-_slider1 {
    background-size: cover;
    width: 100%;
  }

  .hero-content-warp_part {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .hero_content-warp {
    justify-content: flex-start;
    align-items: center;
    height: 300px;
    padding-top: 75px;
  }

  .herobaanner-_slider2 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
  }

  .herobaanner-_slider3 {
    background-image: url('../images/Home_banner02_s.jpg');
    width: 100%;
  }

  .heading-16 {
    font-size: 24px;
    line-height: 32px;
  }

  .tis_tittle-warp {
    position: static;
  }

  .tis_threats-tittle-warp {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .tittle-image-warp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .tittle-image-warp.incidents {
    flex-flow: column;
  }

  .heading-18 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-18 {
    width: 100%;
  }

  .paragraph-18.incidents {
    text-align: left;
  }

  .paragraph-19 {
    width: 100%;
  }

  .threats-image_warp {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 215px;
    padding-left: 0;
    position: relative;
  }

  .tags-warp {
    width: 256px;
    margin-top: 0;
    margin-bottom: 198px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tags-warp.vulnerability {
    width: 256px;
    margin-top: 32px;
    margin-bottom: 234px;
    padding-left: 16px;
  }

  .tags-warp.vulnerability.mobile {
    margin-top: 0;
    margin-bottom: 198px;
  }

  .tag_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tag_content.vulnerability-public, .tag_content.vulnerability-customized, .text-block-26 {
    width: 100%;
  }

  .image-27.threats, .image-29 {
    display: none;
  }

  .tis_threats-image-warp {
    margin-bottom: 0;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .image-30 {
    width: 210px;
    position: absolute;
    inset: auto 10% 0% auto;
  }

  .image-31 {
    width: 220px;
    inset: auto auto 0% 5%;
  }

  .tis_incidents-tittle-warp {
    padding-top: 32px;
  }

  .tis_incidents-image-warp {
    padding: 32px;
  }

  .incidents-image-warp {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-20.general {
    width: 100%;
  }

  .tis_vulnerability-tittle-warp {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tis_vulnerability-image-warp {
    margin-bottom: 0;
    padding-bottom: 42px;
  }

  .vulnerability-image_warp {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-33 {
    width: 220px;
    inset: auto 16% 0% auto;
  }

  .image-34 {
    width: 240px;
    inset: auto auto 0% 6%;
  }

  .tis_general-tittle-warp {
    padding-top: 32px;
  }

  .general-image-warp {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .general-image_text-warp {
    width: 100%;
  }

  .general-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tablet_show {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .text-block-27 {
    font-size: 14px;
  }

  .image-36 {
    width: 120px;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .text-block-29, .text-block-30 {
    font-size: 14px;
  }

  .image-37 {
    width: auto;
  }

  .attribution-query-section {
    padding: 42px 32px 72px;
  }

  .attribution-query_warp {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .attribution-query_tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .attribution-query_description {
    line-height: 24px;
  }

  .ti-deliviery-standards-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .general_bg_image {
    inset: auto 0% 6% -12%;
  }

  .cti-solutions_warp.show {
    height: 857px;
    margin-bottom: 0;
    position: static;
  }

  .cti-solutions_warp.show.hide {
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    position: relative;
  }

  .digital-risk-protection_warp {
    position: static;
  }

  .digital-risk-protection_warp.show {
    margin-top: 16px;
  }

  .solutions_h1 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-22, .paragraph-23.rrp_show {
    width: auto;
  }

  .image-42, .image-43 {
    display: none;
  }

  .image-44 {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
    padding-top: 0;
    position: static;
    inset: auto auto -3% 0%;
    transform: none;
  }

  .image-44.hide {
    z-index: 10;
    width: 100%;
    margin-top: 0;
    position: static;
    inset: auto 0% 0% -9px;
    transform: rotate(-5deg);
  }

  .image-45 {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
    position: static;
    inset: auto 0% -7% auto;
    transform: none;
  }

  .image-45.hide {
    width: 80%;
    position: absolute;
    inset: auto 0% -5% 24%;
    transform: rotate(8deg);
  }

  .drp_scene_six {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: start;
    width: auto;
    display: flex;
  }

  .risk-scene-list {
    flex-flow: column;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-46 {
    width: 40px;
    height: auto;
  }

  .solution_mobile {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    width: 100%;
  }

  .bunner-button_warp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: 16px;
  }

  .contact_ip-text {
    flex-flow: column;
    margin-top: 0;
  }

  .heading-27 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .research-tittle {
    width: auto;
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .research-image-texe_warp {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    padding-left: 24px;
    padding-right: 32px;
  }

  .image-49 {
    width: 100px;
  }

  .heading-29 {
    width: auto;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-39 {
    font-size: 16px;
  }

  .research-text-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .research-tag_warp {
    flex-flow: column;
    width: 79.597%;
  }

  .reserach-hero-section {
    height: auto;
    padding: 32px;
  }

  .reserach-hero-warp {
    width: 100%;
  }

  .text-block-40 {
    font-size: 13px;
  }

  .reserach-tittle-warp {
    margin-top: 32px;
  }

  .reserach-dte-warp {
    margin-top: 24px;
  }

  .text-block-41, .text-block-42 {
    font-size: 14px;
  }

  .reserach-details-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .reserach-details-text-part {
    width: 100%;
    margin-right: 0;
  }

  .ger-peport-pop-warp {
    box-shadow: none;
    padding: 24px 0;
  }

  .paragraph-26, .contact-us-form {
    width: 100%;
  }

  .heading-31 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .red-fill-button, .red-fill-button.no-arrow.pink {
    width: 100%;
  }

  .red-fill-button.no-arrow.long.drp {
    font-size: 14px;
  }

  .red-fill-button.no-arrow._160 {
    width: 100%;
  }

  .scenarios-list-item.blue.molibe {
    height: 500px;
    padding: 24px;
  }

  .scenarios-list-item.white.small {
    height: 100%;
    padding: 16px 24px;
  }

  .scenarios-list-item.white.data-breach.molibe {
    height: 260px;
    padding: 24px;
  }

  .scenarios-list-item.white.dark-web-threats.molibe {
    height: 260px;
  }

  .heading-33 {
    font-size: 16px;
  }

  .scenarios-list_tag-warp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .scenarios-tag {
    text-align: left;
  }

  .scenarios-tag.blue {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .scenarios-list-item-tittle {
    width: 100%;
    font-size: 16px;
  }

  .text-span-21 {
    font-size: 16px;
  }

  .tag-show-warp.dark-web-threats {
    padding: 24px;
  }

  .tag-list.blue {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .drp-section.molibe {
    background-image: url('../images/DRP_.service_Mobilepng.png');
    background-position: 45%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-34 {
    margin-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .monitoringi_show {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #e5e5e500;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-37 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
  }

  .takedown_show {
    padding-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section-company {
    background-image: url('../images/About_us_BG_Mobile.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
    margin-top: 0;
  }

  .heading-38 {
    width: 100%;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .text-block-44 {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .paragraph-29 {
    margin-top: 16px;
  }

  .paragraph-30 {
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .monitoring-show-up {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ti_ip {
    width: 55%;
    position: absolute;
    inset: auto -8% -62% auto;
  }

  .ti_ip.ti_banner {
    height: 233px;
    right: -27px;
  }

  .drp_ip-text_warp {
    padding-bottom: 40px;
  }

  .drp_ip {
    width: 34%;
    display: block;
    bottom: 0;
  }

  .div-block-53 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4px;
  }

  .div-block-54, .link-block-4, .div-block-55, .div-block-56, .div-block-57 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact_warp {
    height: auto;
  }

  ._02 {
    display: none;
  }

  .image-68 {
    display: block;
  }

  .customer-loop {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .marquee-container {
    height: 56px;
    margin-bottom: 0;
  }

  .tag_phone {
    width: 70%;
  }

  .marquee-container1 {
    height: 56px;
    margin-bottom: 0;
  }

  .marquee-container2 {
    height: 56px;
  }

  .image-70 {
    display: block;
  }

  .image-71 {
    margin-bottom: 30px;
  }

  .heading-39 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-75 {
    display: none;
  }

  .image-77, .image-78 {
    width: 100%;
  }

  .historical-process-768 {
    display: none;
  }

  .heading-40 {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .map_mobile320 {
    width: 80%;
    display: none;
  }

  .map_mobile568 {
    display: none;
  }

  .image-87 {
    width: 1009320000000000%;
  }

  .historical-process-mobile320 {
    width: 75%;
    display: block;
  }

  .image-88 {
    display: none;
  }

  .map_mobile320_3x {
    width: 80%;
    display: block;
  }

  .map_768_3x, .map_mobile568_3x {
    display: none;
  }

  .drp_tags_768_3x {
    width: 80%;
  }

  .heading-41 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .marquee-container4, .marquee-container5, .marquee-container6 {
    height: 52px;
  }

  .marquee-container7 {
    width: 100%;
    height: 52px;
  }

  .marquee-container8 {
    height: 52px;
  }

  .marquee-container9 {
    height: 52px;
    overflow: hidden;
  }

  .drp_-service_tittle-warp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-97 {
    width: 24%;
    height: 99.9999%;
  }

  .image-98 {
    width: 24%;
    height: 100%;
  }

  .takedown_process_pc {
    display: none;
  }

  .image-100 {
    width: 100%;
    height: 100%;
  }

  .takedown_process_3x {
    width: 100%;
    margin-top: 16px;
  }

  .image-101, .image-102, .image-103, .image-104, .image-105, .image-106 {
    width: 36px;
  }

  .nav-menu_mobile {
    justify-content: flex-start;
    display: none;
  }

  .heading-42 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .heading-42:hover, .heading-42.company:hover {
    color: #c30d23;
  }

  .hamburger {
    width: auto;
    display: block;
  }

  .icon-7 {
    display: flex;
  }

  .link-block-6, .link-block-6.w--current {
    height: 10%;
  }

  .menu-button-9 {
    float: right;
    clear: none;
  }

  .svg, .svg:hover {
    width: 32px;
  }

  .nav-icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .jcaptchacode_input {
    width: 100%;
  }

  .link-2.login.zn {
    font-size: 20px;
  }

  .image-109 {
    width: 45%;
  }

  .form {
    width: 100%;
  }

  .foot_tj_logo {
    width: 120px;
  }

  .jcaptchacode_warp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkbox-item {
    margin-right: 6px;
  }

  .codeimage-warp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .slogn-warp {
    position: relative;
  }

  .ti_contact_ip {
    width: 50%;
    display: inline-flex;
  }

  .ti_burron_warp {
    flex-flow: column;
    width: 100%;
  }

  .drp_button_warp {
    flex-flow: column;
  }

  .ti-drp_ip_mobile {
    width: auto;
    margin-top: 10px;
  }

  .image-144 {
    width: 24%;
    height: 100%;
  }

  .image-145 {
    width: 24%;
    height: 99.9999%;
  }

  .heading-63 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-64 {
    margin-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-62 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-43 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-149 {
    width: 24%;
    height: 100%;
  }

  .image-150 {
    width: 24%;
    height: 99.9999%;
  }

  .heading-65 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-67 {
    margin-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-68 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .drp_tag_mobile {
    width: 90%;
  }
}

#w-node-_9d379024-bb26-21d1-5f46-7158aa46a739-8ef3cf58 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-e253c919-5219-e05e-7cac-87c1afbe50e8-8ef3cf58 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_9d379024-bb26-21d1-5f46-7158aa46a739-8ef3cf58 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9d379024-bb26-21d1-5f46-7158aa46a739-8ef3cf58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_844b563d-0119-c8f4-7ee5-d413f3c74b28-8ef3cf58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d379024-bb26-21d1-5f46-7158aa46a739-8ef3cf58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b196a8b1-472f-cc29-991c-23e1bd6efe26-8ef3cf58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31e305f0-e4cc-9d3a-c8af-1ff92719609a-8ef3cf58, #w-node-_3be60234-118f-33a2-3072-76ee411e4ddf-8ef3cf58, #w-node-_844b563d-0119-c8f4-7ee5-d413f3c74b28-8ef3cf58 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9d379024-bb26-21d1-5f46-7158aa46a739-8ef3cf58 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: auto;
  }

  #w-node-_5e8d9768-b5a2-bcff-9151-28dab403fd87-8ef3cf58, #w-node-b196a8b1-472f-cc29-991c-23e1bd6efe26-8ef3cf58, #w-node-_9e9240e6-7c84-fc7c-fad2-a9c93346e9b4-8ef3cf58 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}