html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #A7A8AA;
  margin: 0 auto;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: 'MarkPro-Book';
  color: #000000;
}

.background-image {
  position: relative;
  z-index: 20;
}

.background-image .logo {
  position: relative;
  z-index: 10;
}

.background-image .flex-header {
  position: relative;
  z-index: 11;
}

.bold {
  font-family: 'MarkPro-Bold';
}

main {
  max-width: 1366px;
  width: 100%;
  margin: auto;
}

article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000000;
}

.left, .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex2 {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}

.flex4 {
  -webkit-box-flex: 4 !important;
      -ms-flex: 4 !important;
          flex: 4 !important;
}

.small-svg {
  display: block;
  width: 70%;
  height: 70%;
  max-width: 200px;
}

.large-svg {
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
}

#intro header {
  background: #000000;
  padding: 4em;
  position: relative;
  z-index: 5;
}

#intro header h1 {
  font-family: 'MarkPro-Bold';
}

#intro header:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 52%;
  display: block;
  background: url("../img/header-image2.jpg");
  background-size: cover;
  background-position: center right;
  z-index: -1;
}

#intro header .flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#intro header #logo {
  display: block;
  width: 40%;
  min-width: 240px;
  z-index: 15;
}

#intro header h1 {
  color: #FFF;
  font-size: 3em;
  width: 50%;
  margin-bottom: 0;
}

#intro header #header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  padding: 0 !important;
}

#intro article {
  padding: 2em 4em;
  background: #E3E5E3;
  line-height: 1.5;
}

#intro article .left {
  font-size: 1.3em;
}

#intro article .left.flex4 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#intro article .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#intro article .right p {
  text-align: center;
  max-width: 50%;
  font-size: 1.3em;
  color: #ed008c;
}

section-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section-header:nth-of-type(1):after {
  background: url("../img/ip-header.jpg") no-repeat center right;
  background-size: cover;
}

section-header:nth-of-type(2):after {
  background: url("../img/ip-header2.jpg") no-repeat center right;
  background-size: cover;
}

section-header:nth-of-type(3):after {
  background: url("../img/priority-header.jpg") no-repeat center right;
  background-size: cover;
}

section-header:nth-of-type(4):after {
  background: url("../img/slice-cycle.jpg") no-repeat center right;
  background-size: cover;
}

section-header:nth-of-type(5):after {
  background: url("../img/slice-manager.jpg") no-repeat center right;
  background-size: cover;
}

#sec2 {
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
}

#sec2 h1 {
  position: relative;
  z-index: 1;
  color: #FFF;
  margin-top: 0;
  padding: 1em 1.5em;
  font-size: 2.7em;
  width: 25%;
}

#sec3 {
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
}

#sec3 h1 {
  position: relative;
  z-index: 1;
  color: #FFF;
  margin-top: 0;
  padding: 0.55em 1.5em;
  font-size: 2.7em;
  width: 43%;
}

#ip {
  background: #E3E5E3;
}

#ip header {
  background: url("../img/ip-header.jpg") no-repeat center right;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#ip article {
  padding: 2em 4em;
  background: #E3E5E3;
}

#ip article:last-of-type {
  background: #fff;
}

#ip article .left p:first-of-type {
  color: #ed008c;
  font-size: 5em;
  margin: 0;
  font-family: 'MarkPro-ExtraLight';
}

#ip article .left p:last-of-type {
  font-size: 1.5em;
  margin: 20px 0 0 0;
  max-width: 90%;
}

#ip article .right.flex2 {
  margin: auto;
  text-align: center;
  font-size: 1.3em;
}

#puc {
  background: #000000;
  color: #FFF;
}

#monetizing article {
  background: #fff;
  padding: 0.5em 4em;
}

#monetizing article:nth-child(1) .left p {
  color: #ed008c;
  font-size: 5em;
  margin: 0;
  font-family: 'MarkPro-ExtraLight';
  margin-right: 20px;
}

#monetizing article:nth-child(1) .right.flex4 p {
  font-size: 1.5em;
  max-width: 80%;
  font-family: 'MarkPro-Bold';
}

#monetizing article:nth-child(2) .center-icon {
  position: relative;
  display: block;
  width: 75%;
  height: 100%;
  padding-bottom: 30px;
}

#monetizing article:nth-child(2) .left p {
  font-family: 'MarkPro-ExtraLight';
  font-size: 1.5em;
}

#monetizing article:nth-child(2) .right {
  margin-right: 25px;
}

#monetizing article:nth-child(2) .right img {
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 17px;
}

#monetizing article:nth-child(3) {
  background-color: #E3E5E3;
  padding: 2em 4em;
}

#monetizing article:nth-child(3) .left p {
  color: #ed008c;
  font-size: 5em;
  margin: 0;
  font-family: 'MarkPro-ExtraLight';
  margin-right: 20px;
}

#monetizing article:nth-child(3) .right.flex4 p {
  font-size: 1.5em;
}

#puc article {
  padding: 2em 4em;
}

#puc article:nth-child(1) {
  background: #fff;
}

#puc article:nth-child(2) {
  background: #E3E5E3;
}

#puc article .center-icon {
  position: relative;
  display: block;
  margin: auto;
  width: 75%;
  height: 100%;
  padding-bottom: 30px;
}

#puc article .left-icon {
  position: relative;
  display: block;
  width: 75%;
  height: 100%;
  padding-bottom: 30px;
}

#puc article p {
  font-size: 1.5em;
  margin: auto;
  text-align: left;
  width: 100%;
  margin-bottom: 1em;
}

#puc article #caption {
  font-size: 1.2em;
}

#puc article .right-icon {
  width: 100%;
  height: 60%;
}

#puc article .right img {
  width: 79%;
  margin: 0 10px 0 10px;
}

#puc article .left p {
  font-size: 1.6em;
}

#puc article .right {
  margin-bottom: 30px;
}

#slice5g {
  padding: 2em 4em;
  background: #E3E5E3;
}

#slice5g p {
  font-size: 1.3em;
}

#slice5g .left p {
  width: 90%;
  text-align: left;
}

#slice5g .right img {
  position: relative;
  display: block;
  width: 80%;
  margin: auto;
  margin-top: 20px;
}

#slice5g .right p {
  margin: auto;
  text-align: center;
  margin-top: 10px;
}

#slice5g span {
  text-decoration: underline;
}

#footer {
  background: #000000;
  padding: 2em;
  position: relative;
}

#footer p {
  color: #fff;
  text-align: left;
  font-size: 1.5em;
  margin-left: 20px;
}

#footer #copyright {
  color: #fff;
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 12px;
  font-family: 'MarkPro-ExtraLight';
}

#footer .left.long {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

#footer .right.ten {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#footer .right.ten img {
  width: 100%;
  float: right;
}

@media only screen and (max-width: 775px) {
  article {
    display: block;
  }
  #sec2 {
    height: 180px;
  }
  #sec2 h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80% !important;
    font-size: 2.3em;
    padding: 1em;
  }
  #sec3 h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88% !important;
    font-size: 2.3em;
    padding: 0.6em 0 0 1em;
    margin-right: 25px;
  }
  .small-svg {
    width: 100%;
    margin-left: 20px;
  }
  #intro header {
    padding: 2em;
  }
  #intro header::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7))), url("../img/header-image3.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7)), url("../img/header-image3.jpg");
    z-index: 10;
    width: 100% !important;
    height: 100%;
    background-position: top center;
  }
  #intro header h1 {
    width: 100%;
    margin-top: 12px;
  }
  #intro article {
    padding: 2em;
  }
  #intro article:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #intro article .right p {
    max-width: 100%;
  }
  #ip article {
    padding: 2em;
  }
  #ip article .left {
    margin-bottom: 20px;
  }
  #ip article .left p:first-of-type {
    font-size: 4.5em;
  }
  #ip article .left p:last-of-type {
    font-size: 1.5em;
  }
  #ip article .left p {
    margin: auto !important;
    text-align: center;
  }
  #monetizing article {
    padding: 2em;
  }
  #monetizing article:nth-child(1) .right p, #monetizing article:nth-child(1) .left p {
    margin: auto;
    text-align: center;
    max-width: 100% !important;
    margin: none;
  }
  #monetizing article:nth-child(1) .right.flex4 p {
    font-size: 1.5em;
  }
  #monetizing article:nth-child(1) .left p {
    font-size: 4.5em;
  }
  #monetizing article:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #monetizing article:nth-child(2) .left p {
    font-size: 1.3em;
  }
  #monetizing article:nth-child(2) .center-icon {
    width: 100%;
  }
  #monetizing article:nth-child(3) {
    padding: 2em;
  }
  #monetizing article:nth-child(3) .right p, #monetizing article:nth-child(3) .left p {
    margin: auto;
    text-align: center;
    max-width: 100% !important;
    margin: none;
  }
  #monetizing article:nth-child(3) .left p {
    margin-right: 0px !important;
  }
  #monetizing article:nth-child(3) .right.flex4 p {
    font-size: 1.5em;
  }
  #monetizing article:nth-child(3) .left p {
    font-size: 4.5em;
  }
  #puc article {
    padding: 2em;
  }
  #puc article .center-icon {
    width: 100%;
  }
  #puc article .left-icon {
    margin: auto;
    width: 100%;
  }
  #slice5g {
    padding: 2em;
  }
  #slice5g .right img {
    width: 100%;
  }
  #footer {
    position: relative;
  }
  #footer p {
    margin-left: 0px;
  }
  #footer .right-ten {
    position: relative;
  }
  #footer img {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 195px !important;
  }
  section-header:nth-of-type(1) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6))), url("../img/ip-header.jpg") no-repeat center right;
    background: linear-gradient(rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6)), url("../img/ip-header.jpg") no-repeat center right;
    background-size: cover;
  }
  section-header:nth-of-type(2) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6))), url("../img/ip-header2.jpg") no-repeat center right;
    background: linear-gradient(rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6)), url("../img/ip-header2.jpg") no-repeat center right;
    background-size: cover;
  }
  section-header:nth-of-type(3) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6))), url("../img/priority-header.jpg") no-repeat center right;
    background: linear-gradient(rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6)), url("../img/priority-header.jpg") no-repeat center right;
    background-size: cover;
  }
  section-header:nth-of-type(4) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6))), url("../img/slice-cycle.jpg") no-repeat center right;
    background: linear-gradient(rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6)), url("../img/slice-cycle.jpg") no-repeat center right;
    background-size: cover;
  }
  section-header:nth-of-type(5) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6))), url("../img/slice-manager.jpg") no-repeat center right;
    background: linear-gradient(rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6)), url("../img/slice-manager.jpg") no-repeat center right;
    background-size: cover;
  }
}

@media only screen and (max-width: 986px) {
  #intro header::after {
    width: 70%;
  }
}

@media only screen and (max-width: 1105px) {
  #sec3 h1 {
    width: 60%;
  }
  #intro header::after {
    width: 73%;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    max-width: 100%;
    overflow-x: hidden;
  }
}
/*# sourceMappingURL=main.css.map */