@charset "UTF-8";
/******************************************************************
Site Name: McKinsey Connected Homes
Author: Column Five Media

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/***************************
  Sass variables
***************************/
/***************************
  Font styles
***************************/
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "Droid Serif", serif;
  font-weight: normal;
  color: #002960;
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 30px;
  line-height: 27.15px;
  letter-spacing: 0.64px;
  margin: 10px 0; }

h2, .h2 {
  font-size: 21px;
  line-height: 24.01px;
  letter-spacing: 0.42px; }

h3, .h3 {
  font-style: italic;
  font-size: 17px;
  line-height: 19px;
  margin: 20px 0; }

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.3px;
  margin: 20px 0; }

p, .full {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin: 20px 0; }
  p.smaller, .full.smaller {
    font-size: 12px;
    line-height: 21.6px;
    letter-spacing: 0.48px; }
  p.smallest, .full.smallest {
    font-size: 12px;
    line-height: 21.6px;
    letter-spacing: 0.48px; }
  p.graph-numbers, .full.graph-numbers {
    font-size: 53px;
    font-family: "Droid Serif", serif;
    line-height: 48px;
    letter-spacing: -1.06px; }

li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin: 10px 0; }

@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 62px;
    line-height: 56.46px; }

  h2, .h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.64px; }

  h3, .h3 {
    font-size: 22px;
    line-height: 28px; }

  h4 {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.42px; }

  p, .full {
    font-size: 18px;
    line-height: 27.6px;
    letter-spacing: 0.36px; }
    p.small, .full.small {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: 0.28px; }
    p.smallest, .full.smallest {
      font-size: 12px;
      line-height: 21.6px;
      letter-spacing: 0.48px; }
    p.graph-numbers, .full.graph-numbers {
      font-size: 87px;
      line-height: 79.03px;
      letter-spacing: -1.74px; }

  li {
    font-size: 18px;
    line-height: 27.6px;
    letter-spacing: 0.36px; } }
strong {
  font-weight: 700; }

em {
  font-style: italic; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1njfgp");
  src: url("../fonts/icomoon.eot?1njfgp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1njfgp") format("truetype"), url("../fonts/icomoon.woff?1njfgp") format("woff"), url("../fonts/icomoon.svg?1njfgp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-facebook:before {
  content: "\ea91"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-close:before {
  content: "\e900"; }

.icon-check:before {
  content: "\e901"; }

.icon-collapse:before {
  content: "\e902"; }

.icon-home:before {
  content: "\e903"; }

/*********************
NAVIGATION STYLES
*********************/
.mobile-header {
  position: relative;
  height: 0;
  overflow: hidden;
  background: #1F40E6;
  color: white;
  width: 100%;
  top: 0;
  left: 0;
  transition: all .3s ease; }
  .mobile-header.active {
    height: 54px;
    position: fixed;
    z-index: 9; }

@media only screen and (min-width: 768px) {
  .mobile-header.active {
    height: 62px; } }
@media only screen and (min-width: 992px) {
  .mobile-header {
    display: none; } }
.mobile-bg1 {
  position: absolute;
  z-index: -2;
  transition: z-index 1.2s ease; }
  .mobile-bg1 line {
    stroke: white;
    stroke-width: 0px;
    opacity: 1;
    position: relative;
    transition: stroke-width .6s linear, opacity .4s ease; }
    .mobile-bg1 line:nth-child(1) {
      transform: translate(-60%, -30%); }
    .mobile-bg1 line:nth-child(3) {
      transform: translate(76%, 20%); }
  .mobile-bg1.shut {
    z-index: 99998; }
    .mobile-bg1.shut line {
      stroke-width: 200%;
      opacity: 1;
      transition: stroke-width .8s ease-in-out, opacity .4s ease; }

.mnu-wrap {
  top: 0;
  right: 15px;
  width: 38px;
  height: 36px;
  position: absolute;
  z-index: 99999;
  margin: 0 auto; }

#menu-toggle {
  width: 45px;
  height: 45px;
  margin: auto;
  position: fixed;
  cursor: pointer;
  background: none;
  border-radius: 5px;
  right: 10px;
  top: 8px;
  z-index: 999999;
  text-align: center;
  opacity: 0; }
  @media only screen and (min-width: 992px) {
    #menu-toggle {
      right: auto;
      left: 10px;
      top: 56px; } }
  #menu-toggle span {
    display: block;
    background: white;
    border-radius: 0px;
    transition: .15s ease-in-out; }
  #menu-toggle .icon-home {
    color: white;
    font-size: 24px;
    background: none;
    opacity: 1;
    transition: all .3s ease; }
    @media only screen and (min-width: 768px) {
      #menu-toggle .icon-home {
        font-size: 30px; } }
  #menu-toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 8px 10px 8px 9px; }
    #menu-toggle .hamburger span {
      width: 100%;
      height: 3px;
      position: relative;
      top: 0;
      left: 0;
      margin: 5px 0; }
      #menu-toggle .hamburger span:nth-child(1) {
        transition-delay: .3s; }
      #menu-toggle .hamburger span:nth-child(2) {
        transition-delay: .525s; }
      #menu-toggle .hamburger span:nth-child(3) {
        transition-delay: .65s; }
  #menu-toggle .cross {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 2px;
    right: 6px;
    left: auto;
    transform: rotate(45deg); }
    @media only screen and (min-width: 992px) {
      #menu-toggle .cross {
        top: -5px;
        right: auto;
        left: 20px; } }
    #menu-toggle .cross span {
      background: #1F40E6; }
      #menu-toggle .cross span:nth-child(1) {
        height: 0%;
        width: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        transition-delay: 0s;
        margin-top: -18px;
        margin-left: -2px; }
      #menu-toggle .cross span:nth-child(2) {
        width: 0%;
        height: 4px;
        position: absolute;
        left: 4px;
        top: 50%;
        transition-delay: .15s;
        margin-top: -2px; }

#menu-toggle.open .icon-home {
  opacity: 0; }
@media only screen and (min-width: 992px) {
  #menu-toggle.open .cross {
    top: -5px;
    right: auto;
    left: 20px; } }
#menu-toggle.open .cross span:nth-child(1) {
  height: 80%;
  transition-delay: .525s; }
#menu-toggle.open .cross span:nth-child(2) {
  width: 80%;
  transition-delay: .275s; }

.nav {
  border: 10px solid #1F40E6;
  background: white;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: scroll;
  opacity: 1;
  border-bottom-left-radius: 0em;
  z-index: 99999;
  transition: all .6s ease-in-out;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav .desktop-nav {
    display: none; }
  .nav li {
    margin: 0;
    padding: 0 10px;
    position: relative;
    opacity: 1;
    top: 0;
    transition: all .8s ease-in-out; }
    .nav li a {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #1F40E6;
      text-decoration: none;
      font-size: 18px;
      padding: 8px;
      transition: color .5s ease; }
      .nav li a .nmbr {
        margin-right: 10px;
        color: white;
        background: #1F40E6;
        padding: 0;
        text-align: center;
        border-radius: 50%;
        font-size: 12px;
        width: 25px;
        line-height: 0;
        height: 25px;
        align-items: center;
        display: flex;
        justify-content: center;
        align-content: center;
        padding-top: 1px; }
      .nav li a p {
        margin: 0;
        font-family: "Droid Serif", serif;
        font-size: 16px;
        line-height: 1.2;
        transition: color .5s ease; }
        .nav li a p span {
          display: block;
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          color: #002960; }
      .nav li a:hover p, .nav li a.hovered p {
        color: #EB7653; }
  .nav.shut {
    opacity: 0;
    z-index: -2; }
    .nav.shut li {
      opacity: 0;
      top: 10px;
      transition: all .8s ease-in-out; }
      .nav.shut li a {
        color: blue; }

/* end .nav */
@media only screen and (min-width: 992px) {
  .mnu-wrap {
    display: none; }

  .nav {
    flex-direction: row; } }
  @media only screen and (min-width: 992px) and (max-height: 500px) {
    .nav {
      padding: 140px 0 20px; } }
@media only screen and (min-width: 992px) {
    .nav .desktop-nav {
      display: block;
      width: 390px;
      height: 493px;
      margin-right: 20px; }
      .nav .desktop-nav .left-boxes {
        width: 53%;
        height: 100%;
        float: left;
        border-right: 3px solid white; }
        .nav .desktop-nav .left-boxes > div {
          background-size: cover;
          background-position: center center; }
          .nav .desktop-nav .left-boxes > div a {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .3s ease; }
            .nav .desktop-nav .left-boxes > div a:hover, .nav .desktop-nav .left-boxes > div a.hovered {
              background-color: rgba(255, 255, 255, 0.4); }
      .nav .desktop-nav .right-boxes {
        width: 47%;
        height: 100%;
        float: left; }
        .nav .desktop-nav .right-boxes > div {
          background-size: cover;
          background-position: center center; }
          .nav .desktop-nav .right-boxes > div a {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .3s ease; }
            .nav .desktop-nav .right-boxes > div a:hover, .nav .desktop-nav .right-boxes > div a.hovered {
              background-color: rgba(255, 255, 255, 0.4); }
      .nav .desktop-nav .box-1 {
        height: 25%;
        width: 100%;
        background-image: url(../img/menu/block-1.png);
        border-bottom: 3px solid white; }
      .nav .desktop-nav .box-3 {
        height: 25%;
        width: 100%;
        background-image: url(../img/menu/block-3.png);
        border-bottom: 3px solid white; }
      .nav .desktop-nav .box-5 {
        height: 25%;
        width: 100%;
        background-image: url(../img/menu/block-5.png);
        border-bottom: 3px solid white; }
      .nav .desktop-nav .box-6 {
        height: 25%;
        width: 100%;
        background-image: url(../img/menu/block-6.png); }
      .nav .desktop-nav .box-2 {
        height: 35%;
        width: 100%;
        background-image: url(../img/menu/block-2.png);
        border-bottom: 3px solid white; }
      .nav .desktop-nav .box-4 {
        height: 25%;
        width: 100%;
        background-image: url(../img/menu/block-4.png);
        border-bottom: 3px solid white; }
      .nav .desktop-nav .box-7 {
        height: 40%;
        width: 100%;
        background-image: url(../img/menu/block-7.png); } }
/***************************
  Animations
***************************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0); }
  20%, 40%, 60% {
    transform: translate3d(3px, 0, 0); }
  75% {
    transform: translate3d(0, 0, 0); }
  85% {
    transform: translate3d(0, 0, 0); }
  95% {
    transform: translate3d(0, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes bounce {
  from, 20%, 43%, 65%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  30%, 33% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -8px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0); }
  70% {
    transform: translate3d(0, -2px, 0); }
  84% {
    transform: translate3d(0, 0, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

/*********************
BASE (MOBILE) SIZE
*********************/
/***************************
  Base - 320+ Styles
***************************/
html, body {
  padding: 0;
  margin: 0;
  color: #002960; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

/********************************
  HELPERS
********************************/
.blue {
  color: #1F40E6; }

.dark-blue {
  color: #002960; }

.salmon {
  color: #EB7653; }

.flex-center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.no-padding {
  padding: 0; }

.scrollmagic-pin-spacer {
  padding: 0;
  height: 80vh !important;
  min-height: 80vh !important; }

@media only screen and (max-width: 991px) {
  .scrollmagic-pin-spacer {
    padding: 0 !important;
    height: 80vh !important;
    min-height: 80vh !important; } }
@media only screen and (max-width: 767px) {
  .scrollmagic-pin-spacer {
    height: 50vh !important;
    min-height: 50vh !important; } }
/********************************
  SECTIONS
********************************/
.dsk-title-bar {
  display: none; }

.contact-us {
  display: none; }

.section {
  position: relative;
  height: auto; }
  .section .side {
    width: 100%;
    float: none; }
  .section .side-left {
    height: 50vh;
    min-height: 50vh; }
    .section .side-left .left-visual {
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 991px) {
        .section .side-left .left-visual {
          height: 80vh !important; } }
      @media only screen and (max-width: 767px) {
        .section .side-left .left-visual {
          height: 50vh !important; } }
      .section .side-left .left-visual .title-bar {
        background: #1F40E6;
        margin: 0px;
        padding: 0 25px;
        width: 100%;
        text-align: left;
        position: relative;
        z-index: 11;
        display: inline-block;
        height: 44px; }
        .section .side-left .left-visual .title-bar h2.titles {
          color: white;
          line-height: 44px;
          font-size: 18px;
          margin: 0;
          position: absolute;
          opacity: 0;
          transition: all .3s ease; }
          .section .side-left .left-visual .title-bar h2.titles.active {
            opacity: 1; }
  .section .side-right {
    height: auto;
    position: relative;
    padding: 0 0 40px; }
  .section .right-wrap {
    max-width: 580px;
    margin: auto; }
  .section .right-title {
    background: #1F40E6;
    color: white;
    padding: 40px 10px;
    margin-bottom: 20px; }
    .section .right-title h3 {
      margin: 0;
      color: white; }
      .section .right-title h3.smaller {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        font-style: normal;
        text-align: left; }

/********************************
  Modal
********************************/
.modal-mask {
  overflow: hidden;
  position: fixed;
  right: -6000px;
  height: 100vh;
  top: 0;
  width: 100%;
  z-index: 99998;
  background-color: transparent;
  transition: background-color .3s ease; }

.explore-modal {
  overflow: hidden;
  position: fixed;
  right: -6000px;
  height: 100vh;
  top: 0;
  width: 1100px;
  min-width: 970px;
  max-width: 95%;
  z-index: 99999;
  box-shadow: -3px -1px 3px rgba(0, 0, 0, 0.3);
  transition: all .8s ease; }

/***************************
  Intro base
***************************/
.landing-hero {
  width: 100%;
  height: 100vh;
  background: url("../img/landing-mobile-2.png") no-repeat center bottom;
  background-size: cover; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
    .landing-hero {
      background: url("../img/landing.png") no-repeat center bottom;
      background-size: cover; } }
  .landing-hero .dsk-logo {
    display: block;
    position: absolute;
    padding-top: 30px;
    padding-left: 20px;
    width: 60%;
    max-width: 240px; }
  .landing-hero .container, .landing-hero .row, .landing-hero .col-xs-12 {
    height: 100%; }
  .landing-hero .flex-center {
    width: 90%;
    max-width: 1500px;
    margin: auto;
    align-items: center; }
  .landing-hero .intro-text {
    background: #1F40E6;
    color: white;
    width: 400px;
    padding: 0;
    min-width: 210px;
    max-width: 80%;
    margin-top: 15vh; }
    .landing-hero .intro-text .it-cont {
      padding: 20px; }
    .landing-hero .intro-text h1 {
      margin: 0;
      color: white;
      font-size: 18px;
      line-height: 1.2; }
      .landing-hero .intro-text h1 span {
        display: block;
        font-size: 10px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 3px 0 2.5px;
        opacity: .7; }
    .landing-hero .intro-text .hr {
      width: 100%;
      height: 2px;
      background-color: white;
      margin: 10px auto 15px; }
    .landing-hero .intro-text p {
      margin: 0;
      font-size: 12px; }
    @media only screen and (min-width: 375px) {
      .landing-hero .intro-text .it-cont {
        padding: 20px 30px 25px; }
      .landing-hero .intro-text .logo {
        padding: 20px 20px 15px; }
        .landing-hero .intro-text .logo img {
          width: 200px; }
      .landing-hero .intro-text h1 {
        font-size: 24px;
        line-height: 1.2; }
        .landing-hero .intro-text h1 span {
          font-size: 14px;
          margin: 5px 0 4.5px; }
      .landing-hero .intro-text .hr {
        margin: 10px auto 15px; }
      .landing-hero .intro-text p {
        font-size: 14px; } }
    @media only screen and (min-width: 414px) {
      .landing-hero .intro-text h1 {
        font-size: 28px;
        line-height: 1.2; }
        .landing-hero .intro-text h1 span {
          font-size: 16px;
          margin: 5px 0 4.5px; }
      .landing-hero .intro-text p {
        font-size: 16px; } }

/***************************
  Footer base
***************************/
footer {
  width: 100%;
  height: auto;
  background: #1F40E6;
  color: white;
  display: block;
  position: relative;
  clear: both;
  padding: 20px 0 40px; }
  footer .footer-first {
    margin-top: 25px; }
  footer .footer-second {
    margin-top: 20px; }
  footer a, footer a:visited {
    color: white;
    text-decoration: underline;
    transition: all .3s ease; }
    footer a:hover, footer a:visited:hover {
      color: #FEBFD2; }
  footer .app-dl {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .app-dl li {
      padding: 0;
      margin: 0 5px 0 0;
      display: inline-block;
      width: 130px; }
  footer .footer-logo {
    margin-top: 40px;
    margin-bottom: 60px;
    max-width: 255px; }
  footer .share-box {
    max-width: 300px;
    margin: 60px auto;
    text-align: center; }
    footer .share-box ul {
      padding: 0;
      margin: 0; }
    footer .share-box li {
      padding: 0;
      margin: 10px;
      display: inline-block;
      list-style: none; }
      footer .share-box li span {
        font-size: 30px;
        color: white;
        cursor: pointer;
        transition: all .3s ease; }
        footer .share-box li span:hover {
          color: #FEBFD2; }

/***************************
  Section 1 base
***************************/
.section-one .side-left {
  background-color: #FEBFD2; }
  .section-one .side-left .left-visual {
    background-image: url("../img/sct_everything_smarter.png"); }
.section-one .icon-list {
  margin-bottom: 10px; }
  .section-one .icon-list span.hidden-list {
    float: left;
    width: 0px;
    visibility: hidden; }
    .section-one .icon-list span.hidden-list p {
      height: 70px;
      margin: 0; }
    @media only screen and (min-width: 768px) {
      .section-one .icon-list span.hidden-list p {
        height: 40px; } }
    @media only screen and (min-width: 992px) {
      .section-one .icon-list span.hidden-list p {
        height: 70px; } }
    @media only screen and (min-width: 1200px) {
      .section-one .icon-list span.hidden-list p {
        height: 40px; } }
  .section-one .icon-list .icn {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    position: relative;
    float: left;
    display: block;
    margin-left: 20px;
    margin-bottom: 10px; }
    .section-one .icon-list .icn svg {
      opacity: 0; }
  .section-one .icon-list .text-enter {
    opacity: 0;
    position: relative; }
  .section-one .icon-list p {
    line-height: 60px;
    margin: 0;
    position: relative; }
.section-one .one_one-1 {
  fill: #1f40e5; }
.section-one .one_one-2 {
  fill: #f09abd; }
.section-one .one_one-3 {
  fill: none;
  stroke: #febfd2;
  stroke-miterlimit: 10;
  stroke-width: 1.25px; }
.section-one .one_one-4 {
  fill: #febfd2; }
.section-one .one_one-5 {
  fill: #ec775f; }
.section-one .one_one-6 {
  fill: #fda07c; }
.section-one .one_one-7 {
  fill: #522450; }
.section-one .one_two-1 {
  fill: #fda07c; }
.section-one .one_two-2 {
  fill: #522450; }
.section-one .one_two-3 {
  fill: #714a72; }
.section-one .one_two-4, .section-one .one_two-7 {
  fill: none;
  stroke: #522450; }
.section-one .one_two-4 {
  stroke-linecap: round;
  stroke-linejoin: round; }
.section-one .one_two-5 {
  fill: #9f90e9; }
.section-one .one_two-6 {
  fill: #7565ba; }
.section-one .one_two-7 {
  stroke-miterlimit: 10; }
.section-one .one_three-1 {
  fill: none; }
.section-one .one_three-2 {
  fill: #fecd78; }
.section-one .one_three-3 {
  fill: #ec775f; }
.section-one .one_three-4 {
  fill: #fda07c; }
.section-one .one_three-5 {
  fill: #1f40e5; }
.section-one .one_three-6 {
  clip-path: url(#clip-path); }
.section-one .one_three-7 {
  fill: #9f90e9; }
.section-one .one_four-1 {
  fill: #522450; }
.section-one .one_four-2 {
  fill: #8379cc; }
.section-one .one_four-3 {
  fill: #d17d9d; }
.section-one .one_four-4 {
  fill: #9f90e9; }
.section-one .one_four-5 {
  fill: #febfd2; }
.section-one .one_five-1 {
  fill: #febfd2; }
.section-one .one_five-2 {
  fill: #fda07c; }
.section-one .one_five-3 {
  fill: #ec775f; }
.section-one .one_five-4 {
  fill: #e55e48; }
.section-one .one_five-5 {
  fill: #522450; }
.section-one .one_six-1 {
  fill: #9f90e9; }
.section-one .one_six-2 {
  fill: #f4b862; }
.section-one .one_six-3 {
  fill: #fecd78; }
.section-one .one_six-4 {
  fill: #522450; }
.section-one .one_seven-1 {
  fill: #febfd2; }
.section-one .one_seven-2, .section-one .one_seven-3 {
  fill: #522450; }
.section-one .one_seven-2 {
  stroke: #522450;
  stroke-miterlimit: 10; }
.section-one .one_seven-4 {
  fill: #9f90e9; }
.section-one .one_eight-1 {
  fill: #1f40e5; }
.section-one .one_eight-2 {
  fill: #fda07c; }
.section-one .one_eight-3 {
  fill: #febfd2; }
.section-one .one_eight-4 {
  fill: #9f90e9; }
.section-one .one_eight-5 {
  fill: none;
  stroke: #522450;
  stroke-miterlimit: 10;
  stroke-width: 1.25px; }
.section-one .one_eight-6 {
  fill: #ec775f; }
.section-one .one_nine-1 {
  fill: #fda07c; }
.section-one .one_nine-2 {
  fill: none;
  stroke: #fecd78;
  stroke-miterlimit: 10;
  stroke-width: 2px; }
.section-one .one_nine-3 {
  fill: #522450; }
.section-one .one_nine-4 {
  fill: #febfd2; }
.section-one .one_nine-5 {
  fill: #1f40e5; }
.section-one #explodingChart {
  width: 451px;
  height: 413px;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }
.section-one .exploding-chart {
  margin: 40px auto 20px;
  text-align: center; }
.section-one .exploding-1,
.section-one .exploding-15,
.section-one .exploding-16,
.section-one .exploding-17,
.section-one .exploding-18,
.section-one .exploding-19,
.section-one .exploding-21,
.section-one .exploding-23,
.section-one .exploding-24,
.section-one .exploding-3,
.section-one .exploding-5,
.section-one .exploding-7,
.section-one .exploding-8 {
  fill: none; }
.section-one .exploding-2 {
  fill: #febfd2; }
.section-one .exploding-15,
.section-one .exploding-3,
.section-one .exploding-8 {
  stroke: #febfd2; }
.section-one .exploding-15,
.section-one .exploding-16,
.section-one .exploding-17,
.section-one .exploding-18,
.section-one .exploding-19,
.section-one .exploding-21,
.section-one .exploding-23,
.section-one .exploding-24,
.section-one .exploding-3,
.section-one .exploding-5,
.section-one .exploding-7,
.section-one .exploding-8 {
  stroke-miterlimit: 10; }
.section-one .exploding-19,
.section-one .exploding-21,
.section-one .exploding-24,
.section-one .exploding-3,
.section-one .exploding-5,
.section-one .exploding-7 {
  stroke-width: 2px; }
.section-one .exploding-4 {
  fill: #ff7b61; }
.section-one .exploding-17,
.section-one .exploding-5 {
  stroke: #ff7b61; }
.section-one .exploding-6 {
  fill: #9f90e9; }
.section-one .exploding-7 {
  stroke: #9f90e9; }
.section-one .exploding-8 {
  stroke-width: 0.81px; }
.section-one .exploding-9 {
  font-size: 12px;
  fill: #2a404f;
  font-family: "Roboto", sans-serif;
  font-weight: 700; }
.section-one .exploding-10 {
  fill: #fda07c; }
.section-one .exploding-11 {
  fill: #fff; }
.section-one .exploding-12 {
  clip-path: url("#clip-path"); }
.section-one .exploding-13 {
  fill: #522450; }
.section-one .exploding-14 {
  fill: #fecd78; }
.section-one .exploding-15,
.section-one .exploding-16,
.section-one .exploding-17,
.section-one .exploding-18,
.section-one .exploding-23 {
  stroke-width: 3px; }
.section-one .exploding-16,
.section-one .exploding-19 {
  stroke: #fecd78; }
.section-one .exploding-18,
.section-one .exploding-21 {
  stroke: #5637e6; }
.section-one .exploding-20 {
  fill: #5637e6; }
.section-one .exploding-22 {
  fill: #1f40e6; }
.section-one .exploding-23 {
  stroke: #fda07c; }
.section-one .exploding-24 {
  stroke: #fff;
  position: relative; }
.section-one #first-circle circle, .section-one #second-circle circle {
  opacity: 0; }
.section-one #first-circle text, .section-one #second-circle text {
  opacity: 0; }
.section-one .small-lolli circle, .section-one .small-lolli line {
  opacity: 0; }
.section-one .pop, .section-one .draw {
  opacity: 0; }

/***************************
  Section 2 base
***************************/
.section-two .side-left {
  background-color: #FECD78; }
  .section-two .side-left .left-visual {
    background-image: url("../img/sct_smartening_up.png"); }
.section-two .su-graph > div {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-bottom: 5px; }
  .section-two .su-graph > div span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #002960;
    line-height: 12px; }
  .section-two .su-graph > div p {
    margin: 0;
    font-family: "Droid Serif", serif;
    font-size: 16px;
    color: #EB7653; }
    .section-two .su-graph > div p span {
      font-family: "Droid Serif", serif;
      font-size: 16px;
      color: #EB7653; }
  .section-two .su-graph > div .bar {
    height: 16px;
    width: 0;
    margin: 0 10px;
    background-color: #EB7653;
    line-height: 16px; }
.section-two .su-graph .graph-numbers {
  margin-bottom: 0; }
.section-two .su-graph h3 {
  margin-top: 0;
  margin-bottom: 30px; }
.section-two #sug2-svg {
  width: 426.17px;
  height: 442.38px;
  max-width: 100%;
  max-height: 100%; }
  .section-two #sug2-svg .sug2-1,
  .section-two #sug2-svg .sug2-14,
  .section-two #sug2-svg .sug2-16,
  .section-two #sug2-svg .sug2-2,
  .section-two #sug2-svg .sug2-20,
  .section-two #sug2-svg .sug2-3,
  .section-two #sug2-svg .sug2-4 {
    fill: none; }
  .section-two #sug2-svg .sug2-1,
  .section-two #sug2-svg .sug2-16,
  .section-two #sug2-svg .sug2-2,
  .section-two #sug2-svg .sug2-3,
  .section-two #sug2-svg .sug2-4 {
    stroke: #e8ecfc; }
  .section-two #sug2-svg .sug2-1,
  .section-two #sug2-svg .sug2-16,
  .section-two #sug2-svg .sug2-2,
  .section-two #sug2-svg .sug2-20,
  .section-two #sug2-svg .sug2-3,
  .section-two #sug2-svg .sug2-4 {
    stroke-miterlimit: 10; }
  .section-two #sug2-svg .sug2-1,
  .section-two #sug2-svg .sug2-16,
  .section-two #sug2-svg .sug2-2,
  .section-two #sug2-svg .sug2-3 {
    stroke-width: 1.05px; }
  .section-two #sug2-svg .sug2-2 {
    stroke-dasharray: 2.92 4.87; }
  .section-two #sug2-svg .sug2-3 {
    stroke-dasharray: 2.91 4.85; }
  .section-two #sug2-svg .sug2-19,
  .section-two #sug2-svg .sug2-5,
  .section-two #sug2-svg .sug2-7 {
    fill: #1f40e6; }
  .section-two #sug2-svg .sug2-6 {
    font-size: 18px;
    fill: #2a404f;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0.02em; }
    @media only screen and (min-width: 375px) {
      .section-two #sug2-svg .sug2-6 {
        font-size: 14px; } }
    @media only screen and (min-width: 580px) {
      .section-two #sug2-svg .sug2-6 {
        font-size: 12px; } }
    @media only screen and (min-width: 992px) {
      .section-two #sug2-svg .sug2-6 {
        font-size: 14px; } }
    @media only screen and (min-width: 1170px) {
      .section-two #sug2-svg .sug2-6 {
        font-size: 16px; } }
  .section-two #sug2-svg .sug2-13,
  .section-two #sug2-svg .sug2-19,
  .section-two #sug2-svg .sug2-6,
  .section-two #sug2-svg .sug2-7 {
    font-weight: 700; }
  .section-two #sug2-svg .sug2-13,
  .section-two #sug2-svg .sug2-19,
  .section-two #sug2-svg .sug2-7 {
    font-size: 21px;
    font-family: "Droid Serif", serif; }
  .section-two #sug2-svg .sug2-7 {
    letter-spacing: -0.02em; }
  .section-two #sug2-svg .sug2-13,
  .section-two #sug2-svg .sug2-19,
  .section-two #sug2-svg .sug2-8 {
    letter-spacing: 0.02em; }
  .section-two #sug2-svg .sug2-9 {
    letter-spacing: 0.01em; }
  .section-two #sug2-svg .sug2-10 {
    letter-spacing: 0.01em; }
  .section-two #sug2-svg .sug2-11 {
    letter-spacing: 0; }
  .section-two #sug2-svg .sug2-12,
  .section-two #sug2-svg .sug2-13 {
    fill: #eb7653; }
  .section-two #sug2-svg .sug2-15 {
    letter-spacing: 0.01em; }
  .section-two #sug2-svg .sug2-16 {
    stroke-dasharray: 3.35 5.59; }
  .section-two #sug2-svg .sug2-17 {
    letter-spacing: 0.02em; }
  .section-two #sug2-svg .sug2-18 {
    letter-spacing: 0; }
  .section-two #sug2-svg .sug2-20 {
    stroke: #1f40e5; }
  .section-two #sug2-svg .percents {
    opacity: 0; }
  .section-two #sug2-svg .bar-total {
    fill: #1F40E6;
    opacity: 0; }
  .section-two #sug2-svg .bar {
    opacity: 0; }
  .section-two #sug2-svg .line-100, .section-two #sug2-svg .line-117 {
    opacity: 0; }

/***************************
  Section 3 base
***************************/
.section-three .side-left {
  background-color: #9F90E9; }
  .section-three .side-left .left-visual {
    background-image: url("../img/sct_key_residents.png"); }
.section-three .kr-explore {
  display: none; }
.section-three .kr-mobile {
  display: block; }
.section-three #kr-accordion .panel {
  box-shadow: none;
  border: none;
  border-radius: 0; }
.section-three #kr-accordion .panel-heading {
  background: transparent;
  border: none; }
  .section-three #kr-accordion .panel-heading .panel-title a {
    display: block;
    position: relative;
    height: auto; }
    .section-three #kr-accordion .panel-heading .panel-title a .title-left {
      width: calc( 100% - 40px );
      display: inline-block; }
      .section-three #kr-accordion .panel-heading .panel-title a .title-left p {
        font-family: "Droid Serif", serif;
        font-size: 16px;
        font-weight: 600;
        color: #3B3B3B;
        position: relative;
        padding-right: 35px;
        margin: 0 0 5px; }
        .section-three #kr-accordion .panel-heading .panel-title a .title-left p span {
          position: absolute;
          right: 0; }
      .section-three #kr-accordion .panel-heading .panel-title a .title-left .bar {
        background-color: rgba(31, 64, 229, 0.1);
        width: 100%;
        height: 16px;
        position: relative;
        z-index: 1; }
        .section-three #kr-accordion .panel-heading .panel-title a .title-left .bar .bar-fill {
          height: 16px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2; }
    .section-three #kr-accordion .panel-heading .panel-title a .title-right {
      width: 23px;
      display: inline-block;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
      .section-three #kr-accordion .panel-heading .panel-title a .title-right .icon {
        color: #002960;
        font-size: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-backface-visibility: hidden;
        transform: rotate(-180deg) translateZ(0) scale(1, 1);
        transition: transform .3s ease; }
    .section-three #kr-accordion .panel-heading .panel-title a.collapsed .title-right .icon {
      transform: rotate(0) translateZ(0) scale(1, 1); }
  .section-three #kr-accordion .panel-heading#kr-heading-one p span {
    color: #FDA07C; }
  .section-three #kr-accordion .panel-heading#kr-heading-one .bar-fill {
    background-color: #FDA07C; }
  .section-three #kr-accordion .panel-heading#kr-heading-two p span {
    color: #FECD78; }
  .section-three #kr-accordion .panel-heading#kr-heading-two .bar-fill {
    background-color: #FECD78; }
  .section-three #kr-accordion .panel-heading#kr-heading-three p span {
    color: #FEBFD2; }
  .section-three #kr-accordion .panel-heading#kr-heading-three .bar-fill {
    background-color: #FEBFD2; }
  .section-three #kr-accordion .panel-heading#kr-heading-four p span {
    color: #9F90E9; }
  .section-three #kr-accordion .panel-heading#kr-heading-four .bar-fill {
    background-color: #9F90E9; }
  .section-three #kr-accordion .panel-heading#kr-heading-five p span {
    color: #522450; }
  .section-three #kr-accordion .panel-heading#kr-heading-five .bar-fill {
    background-color: #522450; }
.section-three #kr-accordion .panel-body {
  border-top: none; }
  .section-three #kr-accordion .panel-body ul {
    width: calc( 100% - 40px );
    margin: 0;
    padding: 0; }
  .section-three #kr-accordion .panel-body li {
    list-style: none;
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 5px;
    margin-bottom: 0; }
    .section-three #kr-accordion .panel-body li p {
      font-family: "Roboto", sans-serif;
      margin: 2.5px 0 0;
      line-height: 1.5; }
      .section-three #kr-accordion .panel-body li p.key {
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 700;
        color: #666666; }
      .section-three #kr-accordion .panel-body li p.answer {
        color: #3B3B3B;
        font-size: 14px;
        font-weight: 700; }
.section-three .kr-icons ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0; }
  .section-three .kr-icons ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 1px;
    background-image: url("../img/icons/icon_key-residents_no-wearable-chart.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
    .section-three .kr-icons ul li.with {
      background-image: url("../img/icons/icon_key-residents_wearable-chart.png"); }
.section-three .kr-icons h3 {
  margin-top: 10px; }

/***************************
  Section 4 base
***************************/
.section-four .side-left {
  background-color: #FDA07C; }
  .section-four .side-left .left-visual {
    background-image: url("../img/sct_value_propositions_matter.png"); }
.section-four .vpm-graph {
  margin-bottom: 20px; }
  .section-four .vpm-graph p {
    font-size: 14px;
    margin: 0;
    font-weight: bold; }
  .section-four .vpm-graph .bar {
    height: 25px;
    width: 0;
    display: inline-block;
    background-color: #EB7653; }
  .section-four .vpm-graph .number {
    display: inline-block;
    width: 9%;
    font-family: "Droid Serif", serif;
    font-weight: 600;
    color: #EB7653;
    font-size: 18px;
    height: 25px;
    position: relative;
    text-align: right;
    top: -6px;
    line-height: 1; }
.section-four hr {
  margin-bottom: 40px; }
.section-four .vpm-list ul {
  list-style: none;
  margin: 0 0 60px;
  padding: 0; }
  .section-four .vpm-list ul li {
    padding-left: 25px;
    position: relative;
    font-size: 10px; }
    .section-four .vpm-list ul li::before {
      content: "• ";
      color: #1F40E6;
      font-size: 36px;
      top: 50%;
      position: absolute;
      left: 0px;
      transform: translateY(-50%); }

/***************************
  Section 5 base
***************************/
.section-five .side-left {
  background-color: #9F90E9; }
  .section-five .side-left .left-visual {
    background-image: url("../img/sct_everyday_issues.png"); }
.section-five .timeline {
  position: relative;
  width: 290px;
  margin: 40px auto; }
  .section-five .timeline .event {
    width: 290px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    position: relative;
    z-index: 2; }
  .section-five .timeline .time {
    width: 36px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 10px;
    opacity: 0; }
  .section-five .timeline .icon {
    width: 40px;
    position: relative; }
    .section-five .timeline .icon .vertical-line {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      width: 5px;
      background: #1F40E6;
      z-index: 1;
      transform: translateX(-50%); }
    .section-five .timeline .icon svg {
      position: relative;
      z-index: 2;
      opacity: 0; }
  .section-five .timeline .description {
    width: 214px;
    padding: 0 0 0 15px;
    margin-bottom: 40px;
    opacity: 0; }
  .section-five .timeline .bubble {
    background: rgba(31, 64, 229, 0.1);
    padding: 14px 15px;
    position: relative; }
    .section-five .timeline .bubble::before {
      content: " ";
      display: block;
      position: absolute;
      top: 10px;
      left: -10px;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 10px solid rgba(31, 64, 229, 0.1); }
  .section-five .timeline .evt-1 {
    fill: none;
    stroke: #1f40e5;
    stroke-miterlimit: 10;
    stroke-width: 4.25px; }
  .section-five .timeline .evt-2 {
    fill: #fecd78; }
  .section-five .timeline .evt-3 {
    fill: #ec775f; }
  .section-five .timeline .evt-4 {
    fill: #9f90e9; }
  .section-five .timeline .evt-2-1 {
    fill: #9f90e9; }
  .section-five .timeline .evt-2-2 {
    fill: #522450; }
  .section-five .timeline .evt-2-3 {
    fill: #febfd2; }
  .section-five .timeline .evt-2-4 {
    fill: #fff; }
  .section-five .timeline .evt-2-5 {
    fill: none;
    stroke: #522450;
    stroke-miterlimit: 10;
    stroke-width: 1.82px; }
  .section-five .timeline .evt-3-1 {
    fill: #febfd2; }
  .section-five .timeline .evt-3-2 {
    fill: #522450; }
  .section-five .timeline .evt-3-3 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.55px; }
  .section-five .timeline .evt-4-1 {
    fill: #fecd78; }
  .section-five .timeline .evt-4-2 {
    fill: #9f90e9; }
  .section-five .timeline .evt-4-3 {
    fill: #522450; }
  .section-five .timeline .evt-5-1 {
    fill: none;
    stroke: #1f40e5;
    stroke-miterlimit: 10;
    stroke-width: 4.25px; }
  .section-five .timeline .evt-5-2 {
    fill: #fda07c; }
  .section-five .timeline .evt-5-3 {
    fill: #3a143a; }
  .section-five .timeline .evt-5-4 {
    fill: #522450; }
  .section-five .timeline .evt-5-5 {
    fill: #febfd2; }
  .section-five .timeline .evt-5-6 {
    fill: #fce3eb; }

/***************************
  Section 6 base
***************************/
.section-six .side-left {
  background-color: #FDA07C; }
  .section-six .side-left .left-visual {
    background-image: url("../img/sct_struggling_to_adapt.png"); }
.section-six .ipp {
  display: flex;
  flex-direction: row; }
  .section-six .ipp .icon {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    display: flex;
    padding: 10px 10px 10px 0;
    align-items: center;
    justify-content: center; }
    .section-six .ipp .icon svg {
      width: 100%;
      max-width: 100%; }
  .section-six .ipp .points {
    width: auto; }
    .section-six .ipp .points h4 {
      color: #1F40E6;
      margin-bottom: 0; }
    .section-six .ipp .points ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .section-six .ipp .points ul li {
        padding-left: 15px;
        position: relative;
        font-size: 10px;
        margin: 5px 0 10px; }
        .section-six .ipp .points ul li::before {
          content: "• ";
          color: #1F40E6;
          font-size: 30px;
          top: 2px;
          position: absolute;
          left: 0px; }
.section-six #hardwareSVG {
  width: 107.03px;
  height: 121.02px;
  max-width: 100%;
  max-height: 100%; }
.section-six #cableSVG {
  width: 114.56px;
  height: 107.25px;
  max-width: 100%;
  max-height: 100%; }
.section-six #retailSVG {
  width: 123.26px;
  height: 106.46px;
  max-width: 100%;
  max-height: 100%; }
.section-six #softwareSVG {
  width: 125.32px;
  height: 126.18px;
  max-width: 100%;
  max-height: 100%; }
.section-six #serviceSVG {
  width: 110.71px;
  height: 111.56px;
  max-width: 100%;
  max-height: 100%; }
.section-six .ipp-1-1 {
  fill: #fecd78; }
.section-six .ipp-1-2 {
  fill: none;
  stroke: #fecd78;
  stroke-miterlimit: 10;
  stroke-width: 1.21px; }
.section-six .ipp-1-3 {
  fill: #4024e3; }
.section-six .ipp-1-4 {
  fill: #522450; }
.section-six .ipp-1-5 {
  fill: #773f77; }
.section-six .ipp-1-6 {
  fill: #ba6cbc; }
.section-six .ipp-1-7 {
  fill: #ed9db8; }
.section-six .ipp-1-8 {
  fill: #febfd2; }
.section-six .ipp-2-1 {
  fill: #522450; }
.section-six .ipp-2-2 {
  fill: #febfd2; }
.section-six .ipp-2-3,
.section-six .ipp-2-4 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 0.61px; }
.section-six .ipp-2-3 {
  stroke: #522450; }
.section-six .ipp-2-4 {
  stroke: #f49ab8; }
.section-six .ipp-2-5 {
  fill: #162647; }
.section-six .ipp-3-1 {
  fill: #f7ba61; }
.section-six .ipp-3-2 {
  fill: #efab50; }
.section-six .ipp-3-10,
.section-six .ipp-3-3,
.section-six .ipp-3-7,
.section-six .ipp-3-9 {
  fill: none;
  stroke-width: 0.61px; }
.section-six .ipp-3-3 {
  stroke: #fecd78; }
.section-six .ipp-3-3,
.section-six .ipp-3-7,
.section-six .ipp-3-9 {
  stroke-miterlimit: 10; }
.section-six .ipp-3-4 {
  fill: #fecd78; }
.section-six .ipp-3-5 {
  fill: #9f90e9; }
.section-six .ipp-3-6 {
  fill: #c3bdf4; }
.section-six .ipp-3-7 {
  stroke: #f7ba61; }
.section-six .ipp-3-8 {
  fill: #febfd2; }
.section-six .ipp-3-9 {
  stroke: #522450; }
.section-six .ipp-3-10 {
  stroke: #4024e3;
  stroke-linecap: round;
  stroke-linejoin: round; }
.section-six .ipp-3-11 {
  fill: #f43408; }
.section-six .ipp-4-1 {
  fill: none;
  stroke: #febfd2;
  stroke-miterlimit: 10;
  stroke-width: 0.61px; }
.section-six .ipp-4-2 {
  fill: #0c1f42; }
.section-six .ipp-4-3 {
  fill: #522450; }
.section-six .ipp-4-4 {
  fill: #febfd2; }
.section-six .ipp-4-5 {
  fill: #fff; }
.section-six .ipp-4-6 {
  fill: #9f90e9; }
.section-six .ipp-4-7 {
  fill: #f7ba61; }
.section-six .ipp-5-1 {
  fill: #febfd2; }
.section-six .ipp-5-2,
.section-six .ipp-5-6,
.section-six .ipp-5-7 {
  fill: none;
  stroke: #773f77; }
.section-six .ipp-5-2,
.section-six .ipp-5-7 {
  stroke-miterlimit: 10; }
.section-six .ipp-5-2 {
  stroke-width: 2.43px; }
.section-six .ipp-5-3 {
  fill: #773f77; }
.section-six .ipp-5-4 {
  fill: #c3bdf4; }
.section-six .ipp-5-5 {
  fill: #9f90e9; }
.section-six .ipp-5-6 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.61px;
  stroke-dasharray: 0 1.83; }
.section-six .ipp-5-7 {
  stroke-width: 0.5px; }
.section-six .radar, .section-six .circle {
  opacity: 0; }
.section-six p.graph-numbers {
  margin-bottom: 5px; }
.section-six p.larger {
  font-size: 18px;
  line-height: 28px; }
.section-six h3 {
  margin-top: 0; }

/***************************
  Section 7 base
***************************/
.section-seven .side-left {
  background-color: #FECD78; }
  .section-seven .side-left .left-visual {
    background-image: url("../img/sct_rise_of_the_smart_home.png"); }
.section-seven .right-title {
  text-align: left; }
.section-seven .rsh-contact {
  margin-bottom: 20px; }
  .section-seven .rsh-contact .pulsing-btn-2 {
    display: block;
    width: 142px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease; }
    .section-seven .rsh-contact .pulsing-btn-2 .nobounce {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #1F40E6;
      z-index: 1;
      transition: all .3s ease;
      animation-duration: 2s; }
    .section-seven .rsh-contact .pulsing-btn-2 span {
      display: block;
      position: relative;
      z-index: 2; }
    .section-seven .rsh-contact .pulsing-btn-2:hover .nobounce {
      background-color: #4d67eb;
      animation: none; }
.section-seven .team .member {
  width: 47.5%;
  max-width: 200px;
  float: left;
  margin-top: 20px; }
  .section-seven .team .member:first-child {
    margin-right: 5%; }
.section-seven .team .team-image {
  width: 100%; }
.section-seven .team p {
  margin: 0;
  font-size: 10px;
  line-height: 1.5; }
  @media only screen and (min-width: 375px) {
    .section-seven .team p {
      font-size: 12px; } }
  @media only screen and (min-width: 425px) {
    .section-seven .team p {
      font-size: 14px; } }
  .section-seven .team p strong {
    margin-top: 15px;
    display: block; }
.section-seven .team a.linked-in {
  text-decoration: none;
  transition: all .3s ease; }
  .section-seven .team a.linked-in .icon {
    display: block;
    margin-top: 8px;
    color: #0274B3;
    font-size: 18px;
    transition: all .3s ease; }
  .section-seven .team a.linked-in:hover .icon {
    color: #EB7653; }

/*********************
TABLET
*********************/
@media only screen and (min-width: 768px) {
  /***************************
    768+ Styles
  ***************************/
  /********************************
    SECTIONS
  ********************************/
  .section .side-left {
    height: 80vh;
    min-height: 80vh; }
    .section .side-left .left-visual .title-bar {
      height: 50px; }
      .section .side-left .left-visual .title-bar h2.titles {
        font-size: 27px;
        line-height: 50px; }
  .section .right-title h3 {
    margin: 0; }
    .section .right-title h3.smaller {
      font-size: 18px;
      line-height: 28px; }

  /***************************
    Intro 768
  ***************************/
  .landing-hero .landing-top {
    background: url("../img/clouds.jpg") no-repeat top right;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100% - 20vh);
    z-index: 2; } }
  @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .landing-hero .landing-top {
      background: none; } }
@media only screen and (min-width: 768px) {
  .landing-hero .landing-bottom {
    position: absolute;
    background: url("../img/dots.jpg") repeat 0 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; } }
  @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .landing-hero .landing-bottom {
      background: none; } }
@media only screen and (min-width: 768px) {
  .landing-hero .landing-over {
    background: url("../img/house.png") no-repeat right bottom;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-height: 525px) {
    .landing-hero .landing-over {
      background-size: cover; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) and (max-height: 900px) {
    .landing-hero .landing-over {
      background: url("../img/house-lg.png") no-repeat right bottom;
      background-size: auto 100%; } }
  @media only screen and (min-width: 768px) and (min-width: 1900px) and (max-height: 1200px) {
    .landing-hero .landing-over {
      background: url("../img/house-lg.png") no-repeat right bottom;
      background-size: auto 100%; } }
  @media only screen and (min-width: 768px) and (min-width: 2500px) {
    .landing-hero .landing-over {
      background: url("../img/house-lg.png") no-repeat right bottom;
      background-size: auto 100%; } }
  @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .landing-hero .landing-over {
      background: none; } }
@media only screen and (min-width: 768px) {
  .landing-hero .dsk-logo {
    display: block;
    position: absolute;
    top: 4%;
    left: 5%;
    padding-top: 0;
    padding-left: 0;
    width: 60%;
    max-width: 240px; }
  .landing-hero .container, .landing-hero .row, .landing-hero .col-xs-12 {
    height: 100%; }
  .landing-hero .flex-center {
    align-items: center;
    justify-content: flex-start; } }
@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .landing-hero {
    background: url("../img/landing-mobile-2.png") no-repeat center bottom;
    background-size: cover; }
    .landing-hero .flex-center {
      align-items: flex-start;
      justify-content: center; } }
@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .landing-hero {
    background: url("../img/landing-mobile-2.png") no-repeat center bottom;
    background-size: cover; }
    .landing-hero .flex-center {
      align-items: flex-start;
      justify-content: center; } }
@media only screen and (min-width: 768px) {
  .landing-hero .intro-text {
    background: #1F40E6;
    color: white;
    width: 300px;
    max-width: 100%;
    margin-top: 0; }
    .landing-hero .intro-text h1 {
      margin: 0;
      font-size: 42px;
      line-height: 1.2; }
      .landing-hero .intro-text h1 span {
        display: block;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase; }
    .landing-hero .intro-text .hr {
      width: 100%;
      height: 2px;
      background-color: white;
      margin: 10px auto 20px; } }
  @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .landing-hero .intro-text {
      width: 400px;
      margin-top: 100px; }
      .landing-hero .intro-text .it-cont {
        padding: 30px; }
      .landing-hero .intro-text h1 {
        font-size: 36px; }
      .landing-hero .intro-text p {
        font-size: 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-height: 525px) {
    .landing-hero .intro-text {
      margin-top: 50px !important;
      width: 280px !important; }
      .landing-hero .intro-text h1 {
        font-size: 26px !important; }
        .landing-hero .intro-text h1 span {
          font-size: 16px !important; } }

@media only screen and (min-width: 768px) {
  /***************************
    Section 3 768
  ***************************/
  .section-three .kr-icons ul {
    margin: 40px 0 0; }
    .section-three .kr-icons ul li {
      width: 60px;
      height: 60px; }
  .section-three .kr-icons h3 {
    margin-top: 30px; }

  /***************************
    Section 4 768
  ***************************/
  .section-four .vpm-list ul li {
    font-size: 14px;
    padding-left: 30px; }
    .section-four .vpm-list ul li::before {
      font-size: 40px; }

  /***************************
    Section 4 768
  ***************************/
  .section-five .timeline {
    width: 400px; }
    .section-five .timeline .event {
      width: 400px; }
    .section-five .timeline .time {
      width: 36px;
      padding-top: 12px; }
    .section-five .timeline .icon {
      width: 74px;
      text-align: center; }
      .section-five .timeline .icon svg {
        max-width: 60px;
        height: auto;
        margin: auto; }
    .section-five .timeline .description {
      width: 280px; }

  /***************************
    Section 6 768
  ***************************/
  .section-six .ipp .icon {
    width: 115px;
    min-width: 115px;
    max-width: 115px;
    display: flex;
    padding: 10px 10px 10px 0;
    align-items: center;
    justify-content: center; }
  .section-six .ipp .points {
    padding-left: 20px; }
    .section-six .ipp .points ul li {
      font-size: 14px; }
  .section-six p.graph-numbers {
    margin-bottom: 5px; }
  .section-six p.larger {
    font-size: 18px;
    line-height: 28px; }
  .section-six h3 {
    margin-top: 0; }

  /***************************
    Footer 768
  ***************************/
  footer .footer-first {
    margin-top: 55px; }
  footer .footer-second {
    margin-top: 45px; }
  footer .footer-logo {
    margin-top: 60px; } }
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 992px) {
  /***************************
    992+ Styles
  ***************************/
  /********************************
    SECTIONS
  ********************************/
  .dsk-title-bar {
    display: block;
    position: fixed;
    z-index: 999;
    top: 40px;
    left: -100px;
    width: 0;
    transition: all .3s ease; }
    .dsk-title-bar .title-bar {
      background: #1F40E6;
      margin: 0px;
      padding: 0 25px;
      width: 100%;
      text-align: left;
      position: relative;
      z-index: 11;
      display: inline-block;
      height: 65px;
      overflow: hidden; }
      .dsk-title-bar .title-bar h2.titles {
        color: white;
        right: 20px;
        text-align: right;
        font-size: 27px;
        line-height: 65px;
        margin: 0;
        position: absolute;
        opacity: 0;
        transition: opacity .5s ease; }
        .dsk-title-bar .title-bar h2.titles.active {
          opacity: 0; }
    .dsk-title-bar.active {
      width: 45%;
      left: 0; }
      .dsk-title-bar.active h2.titles.active {
        transition: opacity .5s ease;
        opacity: 1; }

  .contact-us {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 50px;
    opacity: 0;
    transition: opacity .3s ease; }
    .contact-us a {
      width: auto;
      padding: 15px 40px;
      color: white;
      background-color: #1F40E6;
      text-align: center;
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      text-decoration: none;
      transition: all .3s ease; }
      .contact-us a:hover {
        background-color: #4d67eb; }
    .contact-us.active {
      opacity: 1; }

  .section {
    position: relative;
    min-height: 100vh;
    height: auto; }
    .section .side {
      width: 50%;
      float: left; }
    .section .side-left {
      height: 100vh;
      min-height: 100vh; }
      .section .side-left .left-visual {
        height: 100vh;
        padding-top: 0; }
        .section .side-left .left-visual .scrollmagic-pin-spacer {
          top: 0 !important; }
        .section .side-left .left-visual .title-bar {
          display: none; }
          .section .side-left .left-visual .title-bar.active {
            z-index: 999; }
          .section .side-left .left-visual .title-bar h2.titles {
            right: 20px;
            text-align: right;
            font-size: 32px;
            line-height: 65px; } }
    @media only screen and (min-width: 992px) and (max-width: 992px) {
      .section .side-left {
        height: 100% !important; } }
@media only screen and (min-width: 992px) {
    .section .side-right {
      min-height: 100vh;
      position: relative;
      right: 0;
      top: 0; }
      .section .side-right .right-wrap {
        width: 90%;
        margin: auto; }

  /********************************
    Modal
  ********************************/
  .modal-mask.open {
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color .3s ease; }

  .explore-modal .close {
    opacity: .3;
    float: none;
    position: absolute;
    left: 20px;
    top: 20px; }
  .explore-modal.open {
    right: 0;
    display: block;
    background: white;
    transition: all .3s ease; }
  .explore-modal .modal-container {
    width: 100%;
    max-width: 920px;
    max-height: 100%;
    margin: auto;
    overflow-y: scroll;
    padding: 20px; }
  .explore-modal .modal-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px; }
  .explore-modal .pie-box {
    width: 300px;
    min-width: 300px;
    height: 300px;
    display: inline-block; }
  .explore-modal #pieChart {
    width: 380.01px;
    height: 380.01px;
    max-width: 100%;
    max-height: 100%; }
  .explore-modal .pie-chart {
    position: relative;
    height: 300px; }
    .explore-modal .pie-chart .pie-1 {
      fill: #522450;
      cursor: pointer; }
    .explore-modal .pie-chart .pie-2 {
      fill: #9f90e9;
      cursor: pointer; }
    .explore-modal .pie-chart .pie-3 {
      fill: #febfd2;
      cursor: pointer; }
    .explore-modal .pie-chart .pie-4 {
      fill: #fecd78;
      cursor: pointer; }
    .explore-modal .pie-chart .pie-5 {
      fill: #fda07c;
      cursor: pointer; }
    .explore-modal .pie-chart .box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 200px;
      text-align: center;
      opacity: 0;
      border-radius: 50%; }
      .explore-modal .pie-chart .box img {
        max-width: 80px;
        height: auto;
        max-height: 60px;
        margin: auto; }
      .explore-modal .pie-chart .box p {
        margin: 0;
        font-size: 62px; }
      .explore-modal .pie-chart .box h5 {
        margin: 0;
        color: #002960;
        font-family: "Roboto", sans-serif;
        font-weight: bold; }
      .explore-modal .pie-chart .box.box-1 {
        color: #EB7653; }
      .explore-modal .pie-chart .box.box-2 {
        color: #FECD78; }
      .explore-modal .pie-chart .box.box-3 {
        color: #FEBFD2; }
      .explore-modal .pie-chart .box.box-4 {
        color: #9F90E9; }
      .explore-modal .pie-chart .box.box-5 {
        color: #522450; }
  .explore-modal .instructions {
    display: inline-block;
    padding-left: 60px; }
    .explore-modal .instructions h4 {
      margin-top: 0;
      margin-bottom: 20px; }
    .explore-modal .instructions p {
      margin: 0; }
  .explore-modal #exploreChart {
    width: 907.93px;
    height: 886.03px;
    max-width: 100%;
    max-height: 100%; }
  .explore-modal .etm-1 {
    fill: #e8ecfc; }
  .explore-modal .etm-2 {
    fill: #fda07c; }
  .explore-modal .etm-3,
  .explore-modal .etm-48,
  .explore-modal .etm-52 {
    fill: #fecd78; }
  .explore-modal .etm-4 {
    fill: #febfd2; }
  .explore-modal .etm-5 {
    fill: #9f90e9; }
  .explore-modal .etm-6 {
    fill: #522450; }
  .explore-modal .etm-26,
  .explore-modal .etm-27,
  .explore-modal .etm-29,
  .explore-modal .etm-31,
  .explore-modal .etm-32,
  .explore-modal .etm-7 {
    font-size: 14px;
    font-family: Roboto-Bold, Roboto;
    font-weight: 700; }
  .explore-modal .etm-31,
  .explore-modal .etm-32,
  .explore-modal .etm-7 {
    fill: #2a404f; }
  .explore-modal .etm-27,
  .explore-modal .etm-30,
  .explore-modal .etm-7 {
    letter-spacing: 0.02em; }
  .explore-modal .etm-10,
  .explore-modal .etm-11,
  .explore-modal .etm-12,
  .explore-modal .etm-13,
  .explore-modal .etm-46,
  .explore-modal .etm-47,
  .explore-modal .etm-49,
  .explore-modal .etm-50,
  .explore-modal .etm-53,
  .explore-modal .etm-54,
  .explore-modal .etm-55,
  .explore-modal .etm-8,
  .explore-modal .etm-9 {
    fill: none; }
  .explore-modal .etm-8 {
    stroke: #e8ecfc; }
  .explore-modal .etm-10,
  .explore-modal .etm-11,
  .explore-modal .etm-12,
  .explore-modal .etm-13,
  .explore-modal .etm-46,
  .explore-modal .etm-49,
  .explore-modal .etm-50,
  .explore-modal .etm-52,
  .explore-modal .etm-53,
  .explore-modal .etm-54,
  .explore-modal .etm-55,
  .explore-modal .etm-8,
  .explore-modal .etm-9 {
    stroke-miterlimit: 10; }
  .explore-modal .etm-9 {
    stroke: #fda07c; }
  .explore-modal .etm-10,
  .explore-modal .etm-11,
  .explore-modal .etm-12,
  .explore-modal .etm-13,
  .explore-modal .etm-9 {
    stroke-width: 5px; }
  .explore-modal .etm-10,
  .explore-modal .etm-54 {
    stroke: #fecd78; }
  .explore-modal .etm-11 {
    stroke: #febfd2; }
  .explore-modal .etm-12 {
    stroke: #9f90e9; }
  .explore-modal .etm-13,
  .explore-modal .etm-52,
  .explore-modal .etm-53 {
    stroke: #522450; }
  .explore-modal .etm-14 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-15 {
    letter-spacing: 0; }
  .explore-modal .etm-16 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-17 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-18 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-19 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-20 {
    letter-spacing: 0.03em; }
  .explore-modal .etm-21 {
    letter-spacing: 0.02em; }
  .explore-modal .etm-22 {
    letter-spacing: 0; }
  .explore-modal .etm-23 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-24 {
    letter-spacing: 0.03em; }
  .explore-modal .etm-25 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-26,
  .explore-modal .etm-27,
  .explore-modal .etm-29,
  .explore-modal .etm-43 {
    fill: #fff; }
  .explore-modal .etm-26 {
    letter-spacing: 0; }
  .explore-modal .etm-28 {
    letter-spacing: 0.03em; }
  .explore-modal .etm-29 {
    letter-spacing: -0.01em; }
  .explore-modal .etm-31 {
    letter-spacing: -0.02em; }
  .explore-modal .etm-32 {
    letter-spacing: 0; }
  .explore-modal .etm-33 {
    letter-spacing: -0.01em; }
  .explore-modal .etm-34 {
    letter-spacing: -0.08em; }
  .explore-modal .etm-35 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-36 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-37 {
    letter-spacing: -0.02em; }
  .explore-modal .etm-38 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-39 {
    letter-spacing: -0.01em; }
  .explore-modal .etm-40 {
    letter-spacing: -0.08em; }
  .explore-modal .etm-41 {
    letter-spacing: 0.01em; }
  .explore-modal .etm-42 {
    fill: #ec775f; }
  .explore-modal .etm-44 {
    fill: #7565ba; }
  .explore-modal .etm-45 {
    fill: #c3bdf4; }
  .explore-modal .etm-46,
  .explore-modal .etm-55 {
    stroke: #1f40e5; }
  .explore-modal .etm-46 {
    stroke-width: 1.07px; }
  .explore-modal .etm-48 {
    font-size: 12.24px;
    font-family: HelveticaNeue-Medium, Helvetica Neue; }
  .explore-modal .etm-49,
  .explore-modal .etm-50 {
    stroke: #fff; }
  .explore-modal .etm-49 {
    stroke-width: 0.8px; }
  .explore-modal .etm-50 {
    stroke-width: 0.92px; }
  .explore-modal .etm-51 {
    fill: #1b37c4; }
  .explore-modal .etm-54 {
    stroke-width: 0.75px; }

  /***************************
    Intro 992
  ***************************/
  .landing-hero {
    position: relative; }
    .landing-hero .dsk-logo {
      display: block;
      position: absolute;
      top: 6%;
      left: 5%;
      width: 240px;
      padding-top: 0;
      padding-left: 0; }
    .landing-hero .flex-center {
      align-items: center;
      justify-content: flex-start; }
    .landing-hero .intro-text {
      color: white;
      width: 400px;
      margin-top: 0; }
      .landing-hero .intro-text .logo {
        display: none; }
      .landing-hero .intro-text .it-cont {
        padding: 30px; }
      .landing-hero .intro-text h1 {
        font-size: 54px; }
        .landing-hero .intro-text h1 span {
          display: block;
          font-size: 22px;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          opacity: .7; }
      .landing-hero .intro-text p {
        font-size: 20px; } }
  @media only screen and (min-width: 992px) and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .landing-hero .dsk-logo {
      width: 300px;
      max-width: 300px; }
    .landing-hero .flex-center {
      align-items: flex-start;
      justify-content: center; }
    .landing-hero .intro-text {
      margin-top: 15vh; } }

@media only screen and (min-width: 992px) {
  /***************************
    Section 2 992+
  ***************************/
  .section-two .su-graph > div span {
    font-size: 14px; }

  /***************************
    Section 3 992
  ***************************/
  .section-three .kr-explore {
    display: block;
    width: 100%;
    height: auto;
    max-width: 416px;
    margin: 50px auto 40px; }
    .section-three .kr-explore .kr-square {
      background-image: url("../img/hollow_pie.png");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 416px;
      height: 416px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 80px;
      text-align: center; }
      .section-three .kr-explore .kr-square p {
        max-width: 256px; }
      .section-three .kr-explore .kr-square .pulsing-btn-2 {
        width: 142px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        position: relative;
        cursor: pointer;
        transition: all .3s ease; }
        .section-three .kr-explore .kr-square .pulsing-btn-2 .bounce {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: #1F40E6;
          z-index: 1;
          transition: all .3s ease;
          animation-duration: 2s; }
        .section-three .kr-explore .kr-square .pulsing-btn-2 span {
          display: block;
          position: relative;
          z-index: 2; }
        .section-three .kr-explore .kr-square .pulsing-btn-2:hover .bounce {
          background-color: #4d67eb;
          animation: none; }
  .section-three .kr-mobile {
    display: none; }

  /***************************
    Section 7 992
  ***************************/
  .section-seven .rsh-contact .pulsing-btn-2 {
    width: 326px;
    height: 55px;
    line-height: 55px;
    font-size: 16px; } }
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1200px) {
  /***************************
    1170+ Styles
  ***************************/
  /********************************
    SECTIONS
  ********************************/
  .dsk-title-bar .title-bar h2.titles {
    font-size: 32px; }

  .section .side-left .left-visual h2 {
    font-size: 32px; }

  /***************************
    Intro 1170
  ***************************/
  .landing-hero .intro-text {
    width: 440px; }
    .landing-hero .intro-text .it-cont {
      padding: 40px 50px; } }
@media only screen and (min-width: 1200px) and (min-width: 1375px) {
  .landing-hero .dsk-logo {
    top: 8%;
    left: 5%;
    width: 300px; } }
@media only screen and (min-width: 1200px) and (min-width: 1600px) and (min-height: 800px) {
  .landing-hero .dsk-logo {
    display: block;
    position: absolute;
    top: 8%;
    left: 5%;
    width: 300px; }
  .landing-hero .intro-text {
    width: 540px; }
    .landing-hero .intro-text .it-cont {
      padding: 70px 80px; }
    .landing-hero .intro-text h1 {
      font-size: 68px; }
    .landing-hero .intro-text p {
      font-size: 22px; } }
@media only screen and (min-width: 1200px) and (min-width: 2560px) {
  .landing-hero .dsk-logo {
    top: 9%;
    left: 12%;
    width: 300px; } }

@media only screen and (min-width: 1200px) {
  /***************************
    Section 2 1170
  ***************************/
  .section-two .su-graph > div span {
    font-size: 16px; }

  /***************************
    Section 4 1170
  ***************************/
  .section-four .vpm-list ul li {
    font-size: 18px; } }
/***************************
  IE only styles
***************************/
.ie11 .section-five .timeline .icon svg {
  top: -1px;
  height: 60px; }

.ie-edge .section-five .timeline .icon svg {
  top: -1px; }

/*# sourceMappingURL=main.css.map */
