/* Mobile CSS - Start */
.separator_header {
  padding-top: 70px;
}

main {
  width: 90%;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #161616;
  margin: 0px auto;
}

main .cyberthreat_intro {
  width: 100%;
  padding: 0px;
}

main .cyberthreat_intro .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_intro .wrapper h1 {
  font-size: 24px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 20px;
}

main .cyberthreat_intro .wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 1000px;
  border: 4px solid #6edda6;
  margin: 0px auto 20px auto;
}

main .cyberthreat_intro .wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: justify;
  margin-bottom: 10px;
}

main .cyberthreat_intro .wrapper p strong {
  font-size: 15px;
  font-weight: 600;
  color: #c9c9c9;
}

main .cyberthreat_intro .wrapper p:last-child {
  margin-bottom: 0px;
}

main .cyberthreat_benefits {
  width: 100%;
  padding: 0px;
}

main .cyberthreat_benefits .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_benefits .wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 20px;
}

main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c img {
  width: 100%;
  height: auto;
  margin: 0px auto 20px auto;
}

main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box .cyberthreats_benefits_c_box_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box .cyberthreats_benefits_c_box_c:last-child {
  margin-bottom: 0px;
}

main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box .cyberthreats_benefits_c_box_c h3 {
  font-size: 20px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 10px;
}

main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box .cyberthreats_benefits_c_box_c p {
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: justify;
  margin: 0px;
}

main .cyberthreat_method {
  width: 100%;
  padding: 0px;
}

main .cyberthreat_method .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_method .wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 10px;
}

main .cyberthreat_method .wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: justify;
  margin-bottom: 20px;
}

main .cyberthreat_method .wrapper .cyberthreat_method_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_method .wrapper .cyberthreat_method_c img {
  width: 100%;
  height: auto;
  margin: 0px auto 20px auto;
}

main .cyberthreat_method .wrapper .cyberthreat_method_c .cyberthreat_method_c_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_method .wrapper .cyberthreat_method_c .cyberthreat_method_c_box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_method .wrapper .cyberthreat_method_c .cyberthreat_method_c_box ul li {
  width: 100%;
  list-style: none;
  font-family: Grenze;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: left;
  margin-bottom: 10px;
}

main .cyberthreat_platform {
  width: 100%;
  padding: 0px;
}

main .cyberthreat_platform .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_platform .wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 10px;
}

main .cyberthreat_platform .wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: justify;
  margin-bottom: 20px;
}

main .cyberthreat_platform .wrapper img {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

main .cyberthreat_process {
  width: 100%;
  padding: 0px;
}

main .cyberthreat_process .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_process .wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 20px;
}

main .cyberthreat_process .wrapper a {
  cursor: pointer !important;
  width: 260px;
  padding: 5px 0px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  background: #499971;
  background: -webkit-gradient(linear, left bottom, left top, from(#499971), to(#63c795));
  background: -webkit-linear-gradient(bottom, #499971 0%, #63c795 100%);
  background: -o-linear-gradient(bottom, #499971 0%, #63c795 100%);
  background: linear-gradient(0deg, #499971 0%, #63c795 100%);
  border: 1px solid #6edda6;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  margin: 0px auto;
}

main .cyberthreat_process .wrapper a:hover, main .cyberthreat_process .wrapper a:active {
  background: #51ab7e;
  background: -webkit-gradient(linear, left bottom, left top, from(#51ab7e), to(#6bd9a2));
  background: -webkit-linear-gradient(bottom, #51ab7e 0%, #6bd9a2 100%);
  background: -o-linear-gradient(bottom, #51ab7e 0%, #6bd9a2 100%);
  background: linear-gradient(0deg, #51ab7e 0%, #6bd9a2 100%);
}

main .cyberthreat_process .wrapper .cyberthreat_process_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box:last-child {
  margin-bottom: 0px;
}

main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box img {
  width: 182px;
  height: auto;
  border-radius: 5px;
  margin: 0px auto 20px auto;
}

main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box .cyberthreat_process_box_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box .cyberthreat_process_box_c h2 {
  font-size: 20px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 10px;
}

main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box .cyberthreat_process_box_c p {
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: justify;
}

.separator_footer {
  padding-bottom: 15px;
}

/* Mobile CSS - End */
/* Tablet CSS - Start */
@media (min-width: 768px) and (max-width: 1023px) {
  .separator_header {
    padding-top: 95px;
  }
  main {
    width: 95%;
  }
  main .cyberthreat_intro .wrapper {
    padding: 20px;
  }
  main .cyberthreat_intro .wrapper h1 {
    font-size: 32px;
    text-align: left;
  }
  main .cyberthreat_intro .wrapper img {
    width: 150px;
    height: 150px;
  }
  main .cyberthreat_benefits .wrapper {
    padding: 20px;
  }
  main .cyberthreat_benefits .wrapper h2 {
    font-size: 32px;
    text-align: left;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c img {
    width: 48%;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box {
    width: 48%;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box .cyberthreats_benefits_c_box_c h3 {
    text-align: left;
  }
  main .cyberthreat_method .wrapper {
    padding: 20px;
  }
  main .cyberthreat_method .wrapper h2 {
    font-size: 32px;
    text-align: left;
  }
  main .cyberthreat_method .wrapper p {
    text-align: left;
  }
  main .cyberthreat_method .wrapper .cyberthreat_method_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .cyberthreat_method .wrapper .cyberthreat_method_c img {
    width: 58%;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px;
  }
  main .cyberthreat_method .wrapper .cyberthreat_method_c .cyberthreat_method_c_box {
    width: 38%;
  }
  main .cyberthreat_platform .wrapper {
    padding: 20px;
  }
  main .cyberthreat_platform .wrapper h2 {
    font-size: 32px;
    text-align: left;
  }
  main .cyberthreat_platform .wrapper p {
    text-align: left;
  }
  main .cyberthreat_process .wrapper {
    padding: 20px;
  }
  main .cyberthreat_process .wrapper h2 {
    font-size: 32px;
    text-align: left;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box .cyberthreat_process_box_c {
    width: 70%;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box .cyberthreat_process_box_c h2 {
    text-align: left;
  }
  main .cyberthreat_process .wrapper a {
    width: 350px;
  }
  main .separator_footer {
    padding-bottom: 20px;
  }
}

/* Tablet CSS - End */
/* Desktop CSS - Start */
@media (min-width: 1024px) {
  .separator_header {
    padding-top: 115px;
  }
  main {
    width: 1024px;
    margin: 0px auto;
  }
  main .cyberthreat_intro .wrapper {
    padding: 20px;
  }
  main .cyberthreat_intro .wrapper h1 {
    font-size: 42px;
    text-align: left;
  }
  main .cyberthreat_intro .wrapper p {
    font-size: 20px;
  }
  main .cyberthreat_intro .wrapper p strong {
    font-size: 18px;
  }
  main .cyberthreat_intro .wrapper img {
    width: 300px;
    height: 300px;
    margin: 0px auto 30px auto;
  }
  main .cyberthreat_benefits .wrapper {
    padding: 20px;
  }
  main .cyberthreat_benefits .wrapper h2 {
    font-size: 42px;
    text-align: left;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c img {
    width: 48%;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box {
    width: 48%;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box .cyberthreats_benefits_c_box_c h3 {
    font-size: 24px;
    text-align: left;
  }
  main .cyberthreat_benefits .wrapper .cyberthreat_benefits_c .cyberthreats_benefits_c_box .cyberthreats_benefits_c_box_c p {
    font-size: 20px;
  }
  main .cyberthreat_method .wrapper {
    padding: 20px;
  }
  main .cyberthreat_method .wrapper h2 {
    font-size: 42px;
    text-align: left;
  }
  main .cyberthreat_method .wrapper p {
    font-size: 20px;
    text-align: left;
  }
  main .cyberthreat_method .wrapper .cyberthreat_method_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .cyberthreat_method .wrapper .cyberthreat_method_c img {
    width: 58%;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px;
  }
  main .cyberthreat_method .wrapper .cyberthreat_method_c .cyberthreat_method_c_box {
    width: 38%;
  }
  main .cyberthreat_method .wrapper .cyberthreat_method_c .cyberthreat_method_c_box ul li {
    font-size: 20px;
  }
  main .cyberthreat_platform .wrapper {
    padding: 20px;
  }
  main .cyberthreat_platform .wrapper h2 {
    font-size: 42px;
    text-align: left;
  }
  main .cyberthreat_platform .wrapper p {
    font-size: 20px;
    text-align: left;
  }
  main .cyberthreat_process .wrapper {
    padding: 20px;
  }
  main .cyberthreat_process .wrapper h2 {
    font-size: 42px;
    text-align: left;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box .cyberthreat_process_box_c {
    width: 78%;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box .cyberthreat_process_box_c h2 {
    font-size: 28px;
    text-align: left;
  }
  main .cyberthreat_process .wrapper .cyberthreat_process_c .cyberthreat_process_box .cyberthreat_process_box_c p {
    font-size: 20px;
    text-align: left;
  }
  main .cyberthreat_process .wrapper a {
    width: 450px;
    font-size: 20px;
  }
  .separator_footer {
    padding-bottom: 20px;
  }
}

/* Desktop CSS - End */
