/*@font-face {
  font-family: 'Forza-Medium';
  src: url("../fonts/Forza-Medium.eot");
  src: local("Forza Medium"), local("Forza-Medium"), url("../fonts/Forza-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Forza-Medium.woff2") format("woff2"), url("../fonts/Forza-Medium.woff") format("woff"), url("../fonts/Forza-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-weight: 700;
  src: url("../fonts/Forza-Book.eot");
  src: local("Forza Book"), local("Forza-Book"), url("../fonts/Forza-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Forza-Book.woff2") format("woff2"), url("../fonts/Forza-Book.woff") format("woff"), url("../fonts/Forza-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  min-height: 100%;
  position: relative;
  background-color: #18191A;
  /*font-family: 'Forza-Medium', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #353535;
  font-size: 16px;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  border: none; }

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a:focus, input:focus, textarea:focus {
  outline: none; }

html {
  height: 100%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.row {
  max-width: 1820px;
  margin: 0 auto;
  display: flex; }
  .row.full-justify {
    justify-content: space-between; }
  .row.row-wrap {
    flex-wrap: wrap; }

.row.align-center {
  justify-content: center;
}

header {
  padding: 35px 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  header .row {
    align-items: center; }

.logo img {
  max-width: 268px; }

.nav {
  font-size: 14px; }
  .nav ul {
    display: flex; }
  .nav li {
    margin-right: 20px;
    vertical-align: middle; }
    .nav li:last-child {
      margin-right: 0; }
  .nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5); }
    .nav a span {
      vertical-align: middle; }
    .nav a.current {
      color: #fff; }
      .nav a.current svg {
        opacity: 1; }
    .nav a:hover {
      color: #fff; }
      .nav a:hover svg {
        opacity: 1; }
  .nav svg {
    max-width: 20px;
    max-height: 20px;
    vertical-align: middle;
    margin-right: 17px;
    opacity: .5;
    transition: all .3s ease-in-out; }

.intro {
  height: 100vh;
  position: relative; }
  .intro.inner {
    height: 690px;
    border-bottom: 3px solid #7BCE57; }
    .intro.inner:after {
      display: none; }
    .intro.inner h1 span {
      color: #7BCE57; }
    .intro.inner .intro-description {
      text-align: left; }
      .intro.inner .intro-description .btn {
        margin-top: 50px; }
  .intro.cyber {
    background: url(../images/CYBER_HEADER_IMG.png) center top no-repeat; }
  .intro.network {
    background: url(../images/network-bg.png) center top no-repeat; }
  .intro.endpoint {
    background: url(../images/endpoint-bg.png) center top no-repeat; }
  .intro.mobile {
    background: url(../images/mobile-bg.png) center top no-repeat; }
  .intro.data {
    background: url(../images/data-bg.png) center top no-repeat; }
  .intro.server {
    background: url(../images/server-bg.png) center top no-repeat; }
  .intro.contact {
    background: url(../images/contact-bg.png) center -50px no-repeat; }

  .intro.verify {
    background: url(../images/HEADER_IMG-11.png) center top no-repeat; }

    .intro.contact .intro-description {
      text-align: center; }
  .intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .intro-description {
    line-height: 25px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 70%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2; }
    .intro-description h1 {
      margin-bottom: 30px;
      padding: 0;
      font-size: 40px;
      color: #fff; }
    .intro-description .btn {
      text-decoration: none;
      color: #fff; }
      .intro-description .btn svg {
        width: 18px;
        height: 24px;
        vertical-align: middle;
        margin-right: 27px; }
      .intro-description .btn:hover , .random-text a.btn:hover {
        background: #7bce57a1; }

.bg-video, .bg-network {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

h1, h2 {
  padding: 20px 0 50px 0;
  font-size: 36px;
  line-height: 50px;
  color: #7BCE57; }

h2 + p {
  margin-top: -20px;
  font-weight: 700;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8); }

.custom-separated {
  width: 100%;
  max-width: 690px;
  height: 1px;
  margin: 50px auto 100px auto;
  border: none;
  background: rgba(255, 255, 255, 0.3); }

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 27px;
  line-height: 68px;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #7BCE57;
  border-radius: 5px; }

.mouse-scroll {
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 35px;
  margin-left: -10px; }
  .mouse-scroll svg {
    width: 20px;
    height: 30px;
    opacity: .3;
    transition: all .3s ease-in-out; }
  .mouse-scroll:hover svg {
    opacity: 1; }

section {
  padding: 50px 0; }

.padding-top-100 {
  padding-top: 100px; }

.padding-bottom {
  padding-bottom: 0; }

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

.feature {
  margin-top: 35px;
  position: relative;
  max-width: 286px;
  padding: 27px;
  background: #242526;
  font-size: 16px;
  color: #9A9B9D;
  border: 2px solid #3A3B3C;
  border-radius: 5px;
  line-height: 25px;
  width: calc(100% / 6 - 15px); }
  .feature h3 {
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff; }
  .feature-icon {
    height: 217px;
    text-align: center;
    margin-bottom: 25px; }
  .feature p {
    font-weight: 700;
    margin-bottom: 70px; }
  .feature .primary-btn {
    font-size: 17px;
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: 27px; }

.primary-btn {
  line-height: 48px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: rgba(123, 206, 87, 0.1);
  color: #7BCE57; }
  .primary-btn:hover {
    color: #fff;
    background: #7bce57a1; }

.numbers {
  padding-bottom: 120px;
  background: url(../images/THREATS_BG_IMAGE.png);
  background-size: cover; }

.number {
  width: 25%;
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8); }
  .number-icon img {
    width: 174px;
    height: 174px; }

.count {
  margin-bottom: 30px;
  font-size: 50px; }
  .count.orange {
    color: #F6BC58; }
  .count.red {
    color: #FB565C; }
  .count.blue {
    color: #4BB1FF; }
  .count.purple {
    color: #A15FEE; }

.services {
  padding-bottom: 120px;
  background: url(../images/READ_WHEN_YOU_ARE_BG_IMG.png) center bottom no-repeat;
  background-size: cover; }

.service {
  margin-top: 70px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #9A9B9D;
  width: 500px;
  height: 500px;
  background: url(../images/MAINTAIN_BG.png) center top no-repeat;
  background-size: 106%;
  text-align: center;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px; }
  .service-title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 50px;
    color: #fff; }
  .service.scale {
    width: 590px;
    height: 590px;
    margin-top: 30px;
    padding-top: 160px; }

.partners {
  padding: 40px 0; }
  .partners-logo .slide {
    line-height: 98px;
    text-align: center;
    outline: none; }
  .partners-logo img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    max-height: 98px;
    opacity: 0.35; }

.made-with svg {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin: 0 5px;
  fill: #9A9B9D; }

footer {
  padding-top: 50px;
  background: #242526; }

.contact-info {
  margin-top: 30px;
  position: relative; }
  .contact-info .primary-btn {
    line-height: 54px; }
    .contact-info .primary-btn svg {
      margin-right: 10px;
      top: 5px;
      position: relative;
      width: 23px;
      height: 28px; }

.phone-numbers {
  font-weight: 700;
  font-size: 18px;
  color: #9A9B9D;
  line-height: 26px; }
  .phone-numbers p {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px; }
    .phone-numbers p:nth-child(1) {
      background: url(../images/phone-icon.png) no-repeat;
      background-size: 20px; }
  .phone-numbers a {
    text-decoration: none;
    color: #9A9B9D; }
  .phone-numbers svg {
    max-width: 21px;
    max-height: 20px;
    position: absolute;
    left: 0;
    top: 3px; }
  .phone-numbers .whatsapp svg, .phone-numbers .viber svg {
    width: 17px;
    height: 18px; }
  .phone-numbers .mail svg {
    width: 18px;
    height: 13px;
    top: 5px; }

.qr-code {
  position: absolute;
  right: 0;
  bottom: 0; }

.our-offices {
  margin-top: 50px; }

h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff; }

.offices-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px; }
  .offices-list li {
    max-width: 90px;
    margin-right: 25px;
    font-weight: 700;
    font-size: 11px;
    color: #9A9B9D; }
  .offices-list .office-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    text-align: center;
    line-height: 72px;
    margin-bottom: 15px; }
  .offices-list .office-location {
    margin-bottom: 11px;
    font-size: 12px;
    color: #D6DBE2; }

.footer-nav {
  margin-left: 90px;
  display: inline-block; }
  .footer-nav ul {
    font-weight: 700;
    line-height: 26px;
    font-size: 18px;
    color: #9A9B9D; }
    .footer-nav ul li {
      margin-bottom: 20px;
      padding-left: 20px;
      position: relative; }
    .footer-nav ul svg {
      width: 9px;
      height: 9px;
      position: absolute;
      left: 0;
      top: 7px; }
    .footer-nav ul a {
      text-decoration: none;
      color: #9A9B9D; }
      .footer-nav ul a:hover {
        color: #fff; }
    .footer-nav ul.custom-mark li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 5px;
      height: 5px;
      border-radius: 2px;
      background: #9A9B9D; }

.social {
  margin-top: 100px;
  margin-left: 90px; }
  .social-link {
    display: flex; }
    .social-link li {
      margin-right: 38px; }
    .social-link svg {
      width: 43px;
      height: 43px; }

.payment-icon {
  margin-bottom: 70px; }
  .payment-icon li {
    margin-bottom: 30px;
    width: calc(100% / 3);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: -4px;
    height: 70px;
    line-height: 70px; }
  .payment-icon img {
    opacity: .35; }

.column {
  width: 100%;
  max-width: 530px; }
  .column.wide {
    max-width: 815px;
    position: relative; }
    .column.wide:after, .column.wide:before {
      content: '';
      position: absolute;
      top: 0;
      width: 1px;
      height: 85%;
      background: #444; }
    .column.wide:after {
      left: 5%; }
    .column.wide:before {
      right: 10%; }
  .column:last-child {
    max-width: 450px; }

.margin-top {
  margin-top: 70px; }

.margin-bottom-0 {
  margin-bottom: 0; }

.copyright {
  padding: 20px 0;
  border-top: 1px solid #444; }
  .copyright .row {
    align-items: center; }
  .copyright p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.35);
    font-size: 14px; }

.language {
  font-size: 14px;
  color: #C4C6C9;
  border: 2px solid #707070;
  border-radius: 5px;
  position: relative; }
  .language a.language-label {
    display: block;
    line-height: 39px;
    padding: 0 35px 0 43px;
    position: relative;
    text-decoration: none;
    color: #c4c6c9; }
    .language a.language-label:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      right: 17px;
      top: 17px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 5px solid #707070; }
  .language svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 17px;
    top: 10px; }
  .language-list {
    width: calc(100% + 4px);
    position: absolute;
    bottom: 90%;
    left: -2px;
    background: #242526;
    z-index: 2;
    border-left: 2px solid #707070;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    border-radius: 5px 5px 0 0;
    display: none; }
    .language-list li {
      margin: 5px 0;
      padding-top: 5px;
      position: relative; }
      .language-list li svg {
        top: 5px; }
    .language-list a {
      font-weight: 700;
      font-size: 12px;
      text-decoration: none;
      padding-left: 43px;
      color: #fff; }
  .language.open .language-list {
    display: block; }
  .language.open .language-label:after {
    transform: rotate(180deg); }

.scroll-top {
  position: fixed;
  right: 55px;
  bottom: 120px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #18191A;
  border: 2px solid #6FB94E;
  text-align: center;
  opacity: 0;
  z-index: -1; }
  .scroll-top svg {
    width: 17px;
    height: 17px;
    margin-top: 9px; }
  .scroll-top.show {
    opacity: 1;
    z-index: 3; }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #7BCE57; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  width: 100%;
  white-space: nowrap;
  left: 0;
  top: 0; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
  margin-right: 8px; }

.cd-headline.slide .cd-words-wrapper {
  width: 170px !important;
  margin-right: 0;
  overflow: hidden;
  vertical-align: top; }

.cd-headline.slide b {
  opacity: 0;
  top: .2em; }

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.4s;
  -moz-animation: slide-in 0.4s;
  animation: slide-in 0.4s; }

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.4s;
  -moz-animation: slide-out 0.4s;
  animation: slide-out 0.4s; }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%); } }

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%); }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%); } }

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); } }

.mobile-nav {
  width: 30px;
  height: 30px;
  background: transparent;
  line-height: 0.3;
  outline: none;
  cursor: pointer;
  transition: all .3s ease-in-out;
  display: none; }
  .mobile-nav span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #fff;
    transition: all .3s ease-in-out; }
  .mobile-nav:focus {
    outline: none; }
  .mobile-nav.open span:nth-child(1) {
    transform: rotate(45deg); }
  .mobile-nav.open span:nth-child(2) {
    display: none; }
  .mobile-nav.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px); }

.content-grid {
  max-width: 1300px;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .content-grid .text-content {
    flex: 0 1 50%; }
    .content-grid .text-content.text-right {
      text-align: right;
      position: relative; }
      .content-grid .text-content.text-right:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #444; }
  .content-grid .media-content {
    flex: 0 1 60%;
    max-width: 650px;
    text-align: right; }
  .content-grid .full-content {
    width: 100%;
    margin-top: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center; }
    .content-grid .full-content p {
      margin: 20px 0; }
  .content-grid.right-align .text-content {
    text-align: right; }
  .content-grid.right-align .media-content {
    text-align: left; }
  .content-grid.right-align .quote {
    padding-left: 0;
    padding-right: 40px;
    border-left: none;
    border-right: 3px solid #7BCE57; }

.custom-position {
  transform: translate(0, -120px); }

.bg-color-grey {
  background-color: #242526; }

.text-content {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #9A9B9D; }
  .text-content p {
    margin-bottom: 25px; }
    .text-content p:last-child {
      margin-bottom: 0; }

.quote {
  margin-bottom: 50px;
  padding-left: 40px;
  border-left: 3px solid #7BCE57; }
  .quote-subtitle {
    font-size: 30px;
    line-height: 50px;
    color: #7BCE57; }
  .quote-title {
    font-family: 'Forza-Medium';
    line-height: 80px;
    font-size: 60px;
    color: #f5f5f5; }

.network-video {
  position: relative;
  height: 1000px;
  /*.bg-network:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          z-index: 2;
          height: 300px;
          top: 0;
          background: rgb(0,0,0);
          background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.010241596638655426) 100%);
        }*/ }
  .network-video .container {
    height: 100%;
    position: relative;
    z-index: 3; }
    .network-video .container:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 2;
      height: 300px;
      top: -50px;
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 0%, rgba(0, 0, 0, 0.0102416) 100%);
      z-index: -1; }
  .network-video:after, .network-video:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2; }
  .network-video:after {
    height: 100%;
    top: 0;
    bottom: 0;
    background: black;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.474107) 70%, rgba(0, 0, 0, 0.579709) 100%);
    /*background: rgb(0,0,0);
          background: linear-gradient(0deg, rgba(0,0,0,0.001) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.010241596638655426) 100%);*/ }
  .network-video:before {
    height: 300px;
    bottom: 0;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 0%, rgba(0, 0, 0, 0.0102416) 100%); }

.bottom-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.8); }

.two-column {
  align-items: flex-start;
  flex-direction: row; }
  .two-column .card-content {
    width: calc(100% / 2 - 90px);
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 5px solid #7BCE57;
    border-bottom: none;
    font-size: 18px;
    line-height: 25px; }

.card-content {
  width: calc(100% / 3 - 90px);
  margin-top: 80px;
  font-weight: 700;
  line-height: 33px;
  font-size: 23px;
  color: #9A9B9D;
  border-bottom: 5px solid #7BCE57;
  padding-bottom: 40px; }
  .card-content.no-border {
    border-bottom: none; }
  .card-content-title {
    margin-bottom: 25px;
    font-family: 'Forza-Medium';
    line-height: 50px;
    font-size: 36px;
    color: #f5f5f5; }
  .card-content p {
    margin-bottom: 0; }

.open-source {
  background-image: url(../images/BLUR_IMG.png);
  background-position: center top;
  background-repeat: no-repeat; }

.full-card {
  max-width: 1300px;
  margin: 70px auto;
  font-weight: 700;
  line-height: 25px;
  font-size: 18px;
  color: #9A9B9D; }

.employers {
  background: url(../images/BACK_GLOW_IMG.png) center top no-repeat; }

.bottom-divider {
  border-bottom: 1px solid #444; }

.mobile-privacy {
  background: url(../images/POLYGONS.png) center top no-repeat; }

.position-relative {
  position: relative; }

.small-logo {
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -124px; }

.card-info {
  width: calc(100% / 4 - 7px);
  margin-bottom: 7px;
  padding: 40px 10px 40px 80px;
  background: #242526;
  border-radius: 5px;
  border: 2px solid #3D3E3E;
  font-weight: 700;
  line-height: 32px;
  font-size: 22px;
  color: #9A9B9D;
  position: relative; }
  .card-info svg {
    width: 30px;
    height: 40px;
    position: absolute;
    left: 28px;
    top: 55px; }

.contact-privacy {
  margin: 70px 0 0 0;
  font-weight: 700;
  line-height: 25px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8); }
  .contact-privacy a , .random-text a {
    margin-top: 25px;
    line-height: 68px;
    font-size: 23px; }
    .contact-privacy a svg , .random-text a svg {
      width: 24px;
      height: 18px;
      margin-right: 14px; }

.content-list {
  text-align: left;
  display: inline-block; }
  .content-list.text-right {
    text-align: right; }
    .content-list.text-right li {
      padding-left: 0;
      padding-right: 40px; }
      .content-list.text-right li:after {
        left: auto;
        right: 0; }
  .content-list li {
    position: relative;
    padding-left: 40px;
    line-height: 58px;
    font-weight: 700;
    font-size: 23px;
    color: #9A9B9D; }
    .content-list li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 22px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 2px solid #7BCE57; }

.backup {
  background-image: url(../images/GRID_BG.png);
  background-repeat: no-repeat;
  background-position: center bottom; }

.three-column {
  margin-top: 70px;
  display: flex;
  justify-content: center; }

.list-column {
  width: 100%;
  max-width: 300px; }
  .list-column:first-child {
    text-align: right; }
  .list-column:last-child {
    text-align: left; }
    .list-column:last-child span {
      padding-left: 0;
      padding-right: 30px; }
      .list-column:last-child span:after {
        left: auto;
        right: -8px; }
  .list-column span {
    display: inline-block;
    margin: 50px 0;
    padding-left: 30px;
    font-weight: 700;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid #7BCE57;
    position: relative; }
    .list-column span:after {
      content: '';
      position: absolute;
      left: -8px;
      top: 23px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 2px solid #7BCE57; }

.corporate-service {
  padding-bottom: 120px;
  background: url(../images/AIRPLANE_BG_IMG.png) center top no-repeat; }

.corporate-title {
  margin-top: 40px;
  font-weight: 700;
  font-size: 40px;
  color: #ccc; }

.contact-form {
  max-width: 1255px;
  margin: 0 auto; }
  .contact-form button {
    width: 100%;
    margin-top: 40px;
    color: #7BCE57;
    background: rgba(123, 206, 87, 0.1);
    cursor: pointer; }
    .contact-form button:focus , .contact-form button:active {
      outline: none;
    }
    .contact-form button svg {
      width: 24px;
      height: 24px;
      margin-right: 20px;
      vertical-align: middle; }

.form-row {
  margin-bottom: 30px; }
  .form-row.half-width {
    width: 48%;
    display: inline-block;
    vertical-align: top; }
    .form-row.half-width:nth-child(3) {
      float: right; }
  .form-row label {
    font-size: 14px;
    color: #F5F5F5; }
  .form-row input[type="text"], .form-row input[type="mail"], .form-row input[type="phone"], .form-row textarea {
    width: 100%;
    height: 75px;
    margin-top: 13px;
    padding-left: 30px;
    border: 2px solid #535354;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    color: #DFDFDF; }
  .form-row textarea {
    height: 210px;
    padding-top: 30px;
    resize: none; }

.wrap-checkbox {
  display: flex;
  flex-wrap: wrap; }

.check-input {
  position: relative;
  width: calc(100% / 6);
  margin: 15px 0; }
  .check-input input[type="checkbox"] {
    width: 20px;
    height: 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    cursor: pointer; }
  .check-input span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 2px solid #535354;
    border-radius: 2px; }
  .check-input label {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #9A9B9D;
    cursor: pointer; }
  .check-input input[type="checkbox"]:checked + span {
    background-image: url(../images/check-icon.png);
    background-color: rgba(123, 206, 87, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
    border-color: #7BCE57; }
  .check-input input[type="checkbox"]:checked + span + label {
    color: #f5f5f5; }

.team .row {
    flex-wrap: wrap;
  }

.team-item {
  width: calc(100% / 5 - 15px);
  max-width: 340px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 17px; }
  .team-item p {
    margin-bottom: 0; }
  .team-item.green .top-line {
    background: #8CC740; }
  .team-item.green .team-title {
    color: #8CC740; }
  .team-item.blue .top-line {
    background: #2788F6; }
  .team-item.blue .team-title {
    color: #2788F6; }
  .team-item.red .top-line {
    background: #E64040; }
  .team-item.red .team-title {
    color: #E64040; }
  .team-item.yellow .top-line {
    background: #E1BA39; }
  .team-item.yellow .team-title {
    color: #E1BA39; }
  .team-item.purple .top-line {
    background: #A259EC; }
  .team-item.purple .team-title {
    color: #A259EC; }

.top-line {
  height: 5px;
  margin-bottom: 40px;
  border-radius: 3px; }

.team-img {
  width: 206px;
  height: 206px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #3A3B3C; }

  .team-img.image-resize img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

.team-title {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 36px;
  color: #8CC740; }
  .team-title span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8); }

.success-message {
  text-align: center;
  color: #f5f5f5;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(123, 206, 87, 0.1);
  display: none; }

/* Changes */
.payment-icon.certification li {
  width: calc(100% / 4);
}

  .payment-icon.certification li img {
    max-width: 80px;
    max-height: 55px;
    opacity: 0.5;
  }

    .payment-icon.certification li:nth-child(2) img , .payment-icon.certification li:nth-child(3) img , .payment-icon.certification li:nth-child(4) img , .payment-icon.certification li:nth-child(1) img , .payment-icon.certification li:nth-child(5) img {
      opacity: 1;
    }

.random-text {
  max-width: 1150px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  color: #9A9B9D;
}

  .random-text p {
    margin-bottom: 20px;
    line-height: 25px;
  }

  .random-text a.btn {
    margin-top: 50px;
    font-size: 18px;
    background: transparent;
    color: #fff;
  }

.verify-row {
  max-width: 1255px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
  padding: 18px 27px;
  background: #242526;
  font-size: 36px;
  font-family: 'Forza-Medium';
  line-height: 44px;
  color: #F5F5F5CC;
  border-left: 3px solid #7BCE57;
}

  .verify-row span {
    color: #7BCE57;
  }

.verify-step {
  max-width: 1255px;
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

  .verify-item {
    width: 100%;
    max-width: 350px;
    padding-top: 36px;
    padding-bottom: 76px;
    color: #7BBD2C;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    background: #262626 0% 0% no-repeat padding-box;
    border: 2px solid #7DB45F;
    border-radius: 5px;
    position: relative;
  }

    .verify-item h3 {
      margin-top: 30px;
    }

    .verify-item.grey-item {
      border: 2px solid #5D5D5D;
      color: #fff;
    }

      .verify-item:last-child:after {
        display: none;
      }

    .verify-item:after {
      content: "";
      position: absolute;
      width: 65px;
      height: 6px;
      background: url(../images/dots.png) no-repeat;
      right: -85px;
      top: 50%;
    }

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

@media screen and (max-width: 1300px) {

  .verify-item {
    max-width: 320px;
  }

    .verify-item:after {
      display: none;
    }

}

@media screen and (max-width: 1100px) {

  .verify-item {
    max-width: 280px;
    font-size: 24px;
  }

}

@media screen and (max-width: 992px) {

  .verify-item {
    max-width: 240px;
    font-size: 20px;
  }

}

@media screen and (max-width: 768px) {

  .verify-row {
    font-size: 28px;
  }

  .verify-step {
    flex-direction: column;
    align-items: center;
  }

    .verify-item {
      max-width: 320px;
      font-size: 26px;
      margin-bottom: 15px;
    }

}

@media screen and (max-width: 480px) {

  .verify-row {
    font-size: 20px;
  }

  .payment-icon.certification li img {
    max-width: 70px;
  }

}

/* End changes */

@media screen and (max-width: 1600px) {
  .nav li, .nav svg {
    margin-right: 10px; } }

@media screen and (max-width: 1440px) {
  .mobile-nav {
    display: block; }
  .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    font-size: 24px;
    display: none; }
    .nav ul {
      flex-direction: column;
      height: 100%;
      justify-content: center;
      text-align: center; }
    .nav li {
      margin: 1% 0; }
    .nav svg {
      margin-right: 17px; }
    .nav.open {
      display: block; }
  .features .row {
    flex-wrap: wrap; }
  .feature {
    max-width: 390px;
    width: calc(100% / 3 - 15px); }
  .service {
    height: auto;
    padding-top: 50px;
    font-size: 16px; }
    .service.scale {
      padding-top: 90px;
      height: 520px; }
    .service-title {
      font-size: 40px; }
  .footer-nav, .social {
    margin-left: 60px; }
  .social {
    margin-top: 0;
    margin-bottom: 50px; }
  .payment-icon li {
    margin-bottom: 10px;
    width: calc(100% / 2); }
  .column {
    width: calc(100% / 3); }
    .column.wide {
      width: 550px; }
  .qr-code {
    position: relative;
    margin-top: 30px; }
  .content-grid .media-content {
    flex: 0 1 50%; }
  .three-column .media-column {
    max-width: 50%; }
  .three-column .list-column span {
    margin: 30px 0; } }

@media screen and (max-width: 1280px) {
  .check-input {
    width: calc(100% / 3); }
  .service {
    line-height: 25px; }
  .service-title {
    margin-top: 20px;
    font-size: 36px; }
  .content-list li {
    font-size: 18px; } }

@media screen and (max-width: 1110px) {
  .card-content {
    width: calc(100% / 3 - 30px); }
  .card-info {
    width: calc(100% / 2 - 7px); } }

@media screen and (max-width: 1100px) {
  .service {
    background: none;
    margin-top: 20px; }
    .service.scale {
      padding-top: 50px;
      height: auto; } }

@media screen and (max-width: 1024px) {
  footer .row {
    flex-direction: column; }
  footer .column {
    max-width: 100%;
    width: 100%; }
    footer .column.wide, footer .column:last-child {
      max-width: 100%;
      width: 100%; }
    footer .column.wide:after, footer .column.wide:before {
      display: none; }
  footer .qr-code {
    position: absolute; }
  footer .footer-nav, footer .social {
    margin-left: 0; }
  footer .footer-nav {
    width: 49%; }
  footer .copyright p {
    margin: 10px 0; }
  footer .payment-icon li {
    width: calc(100% / 5); } }

@media screen and (max-width: 992px) {
  .cd-headline.slide span {
    text-align: center;
    margin-right: 0; }
  .content-grid {
    flex-direction: column-reverse; }
    .content-grid.two-column {
      flex-direction: row; }
    .content-grid .text-content, .content-grid .media-content {
      flex: 0 1 100%;
      max-width: 100%;
      width: 100%; }
    .content-grid .media-content {
      margin-bottom: 50px;
      text-align: center; }
    .content-grid.right-align {
      flex-direction: column; }
      .content-grid.right-align .text-content {
        text-align: left; }
      .content-grid.right-align .media-content {
        text-align: center; }
      .content-grid.right-align .quote {
        padding-left: 40px;
        padding-right: 0;
        border-right: none;
        border-left: 3px solid #7BCE57; }
  .card-content, .two-column .card-content {
    width: calc(100% / 2 - 40px); }
  .three-column {
    flex-direction: column;
    align-items: center; }
  .list-column, .list-column:first-child, .list-column:last-child {
    text-align: center; }
  .list-column span {
    padding: 0 20px; }
    .list-column span:after {
      display: none; }
  .list-column:last-child span {
    padding: 0 20px; }
  .three-column .media-column {
    max-width: 100%; }
  .content-grid .text-content.text-right {
    text-align: left; }
    .content-grid .text-content.text-right .content-list {
      text-align: left; }
      li .content-grid .text-content.text-right .content-list:after {
        left: 0;
        right: auto; }
    .content-grid .text-content.text-right:after {
      display: none; }
  .content-list.text-right li {
    padding-left: 40px;
    padding-right: 0; }
  .content-list.text-right li:after {
    left: 0;
    right: auto; } }

@media screen and (max-width: 768px) {
  .intro-description h1 {
    font-size: 32px; }
  h2, .service-title {
    font-size: 28px; }
  .feature {
    width: calc(100% - 15px);
    margin-left: auto;
    margin-right: auto; }
  .numbers .row {
    flex-wrap: wrap; }
  .numbers .number {
    width: 50%; }
  .services .row {
    flex-direction: column;
    align-items: center; }
  .services .service {
    width: auto; }
    .services .service.wide {
      width: auto; }
  .network-video {
    height: 700px; }
  .check-input {
    width: calc(100% / 2); } }

@media screen and (max-width: 576px) {
  .intro-description {
    max-width: 100%;
    min-height: 650px; }
  .quote-subtitle {
    font-size: 22px;
    line-height: 40px; }
  .quote-title {
    line-height: 60px;
    font-size: 40px; }
  .intro.cyber, .intro.network, .intro.endpoint {
    background-position: 80% top; }
  .employers {
    background-position: center -11%; }
  .card-content, .two-column .card-content {
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    padding-bottom: 20px; }
    .card-content.no-border, .two-column .card-content.no-border {
      border-bottom: 5px solid #7BCE57; }
    .card-content:last-child, .two-column .card-content:last-child {
      border-bottom: none; }
  .card-content-title {
    font-size: 28px;
    line-height: 42px; }
  .card-info {
    width: 100%;
    padding: 40px 20px 40px 90px; }
  .content-list li {
    line-height: 38px; }
    .content-list li:after {
      top: 11px; }
  .form-row.half-width {
    width: 100%;
    display: block; }
    .form-row.half-width:nth-child(3) {
      float: none; } }

@media screen and (max-width: 520px) {
  .content-grid .media-content img {
    max-width: 70%; }
  .check-input {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .logo img {
    max-width: 208px; }
  .intro-description {
    font-size: 14px; }
    .intro-description h1 {
      font-size: 25px; }
      .intro-description h1 span {
        margin-right: 0; }
    .intro-description .btn {
      margin-top: 20px;
      padding: 0 0 0 17px;
      width: 100%; }
  .custom-separated {
    display: none; }
  .btn {
    font-size: 16px; }
  .mouse-scroll {
    display: none; }
  footer .qr-code {
    position: relative; }
  footer .footer-nav {
    width: 100%; }
  footer .payment-icon li {
    width: calc(100% / 3); }
  .social-link li {
    margin-right: 10px; }
  .copyright {
    text-align: center; }
  .payment-icon {
    margin-bottom: 40px; }
  .small-logo {
    margin-left: -80px;
    max-width: 160px; } }
