@import url(/content/dam/uscc-static/assets/5g/scripts/plugins/slick.css);
@import url(/content/dam/uscc-static/assets/styles/5g/slick-theme.css);

.fiveg-different {
  background-image: url(/content/dam/uscc-static/assets/images/5g/bg-only.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

@media (min-width: 768px) {
  .fiveg-different {
    padding: 100px 0;
  }
}

@media (min-width: 1024px) {
  .fiveg-different {
    padding: 200px 0 100px;
  }
}

.fiveg-different .fiveg-different__background,
.fiveg-different .fiveg-different__midground {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.fiveg-different .fiveg-different__background {
  background-image: url(/content/dam/uscc-static/assets/images/5g/heavy-network.png);
  z-index: 1;
}

.fiveg-different .fiveg-different__midground {
  background-image: url(/content/dam/uscc-static/assets/images/5g/heavy-network-smaller.png);
  bottom: 0;
  opacity: 0.6;
  top: auto;
  z-index: 2;
}

.fiveg-different__text {
  margin: 0 auto 50px;
  margin-top: 90px;
  max-width: 580px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 6;
}

@media (min-width: 768px) {
  .fiveg-different__text {
    margin-bottom: 75px;
    max-width: 780px;
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .fiveg-different__text {
    margin-bottom: 100px;

  }
}

.fiveg-different__text .fiveg-p-intro {
  font-size: 1.125em;
  font-weight: 400;
}

.fiveg-different__text h2 {
  color: #ffffff;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

@media (min-width: 375px) {
  .fiveg-different__text h2 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .fiveg-different__text h2 {
    font-size: 54px;
  }
}

.fiveg-different__text p {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .fiveg-different__text p {
    font-size: 22px;
  }
}

.fiveg-different__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 6;
}

.fiveg-different__icons-item {
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: center;
}

.fiveg-different__icons-item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 375px) {
  .fiveg-different__icons-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fiveg-different__icons-item {
    padding: 0 10px;
    width: 25%;
  }
}

.fiveg-different__icons-item img {
  border-radius: 50%;
  max-width: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  .fiveg-different__icons-item img {
    margin-bottom: 10px;
  }
}

.fiveg-different__icons-item h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .fiveg-different__icons-item h4 {
    font-size: 20px;
  }
}

.fiveg-show-for-mobile {
  display: block;
}

@media (min-width: 1024px) {
  .fiveg-show-for-mobile {
    display: none;
  }
}

.fiveg-hide-for-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .fiveg-hide-for-mobile {
    display: block;
  }
}

.fiveg-foryou {
  background-color: #444444;
  background-image: url(/content/dam/uscc-static/assets/images/5g/built-for-you.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  text-align: center;
}

.fiveg-foryou::before {
  background-color: #050b44;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.31;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fiveg-foryou {
    padding: 150px 0;
  }
}

@media (min-width: 1024px) {
  .fiveg-foryou {
    padding: 200px 0;
  }
}

.fiveg-foryou__inner {
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.fiveg-foryou h3 {
  color: #ffffff;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 375px) {
  .fiveg-foryou h3 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .fiveg-foryou h3 {
    font-size: 54px;
  }
}

.fiveg-portal__slider img {
  margin-bottom: -0.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .fiveg-portal__slider {
    display: none;
  }
}

.fiveg-portal__video {
  display: none;
}

@media (min-width: 1024px) {
  .fiveg-portal__video {
    display: block;
    position: relative;
    padding-top: 46.875%;
  }
  .fiveg-portal__video video {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.fiveg-rollout {
  background-color: #0070f0;
  padding: 50px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .fiveg-rollout {
    padding: 100px 0;
  }
}

@media (min-width: 1024px) {
  .fiveg-rollout {
    padding: 120px 0;
  }
}

.fiveg-rollout__inner {
  padding: 0 30px;
}

.fiveg-rollout h3 {
  color: #ffffff;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 375px) {
  .fiveg-rollout h3 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .fiveg-rollout h3 {
    font-size: 54px;
  }
}

.fiveg-wave__text {
  background-color: #0070f0;
  padding: 50px 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.fiveg-wave__text h2 {
  color: #ffffff;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 375px) {
  .fiveg-wave__text h2 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .fiveg-wave__text h2 {
    font-size: 54px;
  }
}

.fiveg-wave__text p {
  color: #ffffff;
  font-weight: 200;
  padding: 0 2rem;
}

.fiveg-wave__text p span {
  display: block;
  margin: 0 auto;
  max-width: 350px;
}

@media (min-width: 768px) {
  .fiveg-wave__text {
    padding: 75px 0;
  }
  .fiveg-wave__text p span {
    max-width: 480px;
  }
}

@media (min-width: 1024px) {
  .fiveg-wave__text {
    display: none;
  }
}

.fiveg-wave__video {
  display: none;
}

@media (min-width: 1024px) {
  .fiveg-wave__video {
    display: block;
    padding-bottom: 0;
    padding-top: 31.25%;
    position: relative;
  }
  .fiveg-wave__video video {
    background-color: #000000;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .fiveg-wave__video__text {
    display: none;
  }
}

/*# sourceMappingURL=style.min.css.map */


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

