
.container-fluid,
.container-lg,
.container-wide,
.container-xl {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.container-lg {
  max-width: 1120px;
  padding-top: 1.3em;
}


@media (max-width: 1070px) {
  .menu-open .globalNav, .menu-open .globalNav .mobile.globalPopupActive .popup,.menu-open .globalNav .navSection.mobile.globalPopupActive .popupContainer{
    height: 100% !important;
  }
}
@media (min-width: 1070px) {
  .common-PageSubtitle {
    font-size: 40px;
    line-height: 50px;
  }
}
.common-IntroText {
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #525f7f;
}

.common-BetaBadge {
  display: inline;
  position: relative;
  height: 18px;
  margin-left: 11px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 2px 6px 2px 7px;
  text-transform: uppercase;
  color: #8898aa;
  background-color: rgba(136, 152, 170, 0.15);
}

.feature-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  position: relative;
}
.globalNav {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 500;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.globalNav ul {
  padding: 0;
  margin: 0;
}
.globalNav li {
  list-style: none;
}

.globalNav .navRoot {
  position: relative;
}
.globalNav .navSection.logo {
  position: absolute;
  top: 0;
  left: 0;
}
.globalNav .navSection.primary,
.globalNav .navSection.secondary {
  display: none;
}
@media (min-width: 1070px) {
  .globalNav .navSection.primary,
  .globalNav .navSection.secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.globalNav .navSection.primary {
  padding-right: 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 3px;
}
.globalNav .navSection.secondary {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  align-items: center;
}


.globalNav.compact .navRoot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.globalNav.compact .navSection.logo {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.globalNav.compact .navSection.secondary {
  position: static;
}
.globalNav .rootLink {
  display: inline-block;
  height: 50px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
  margin: 0;
  padding: 0 12px;
}


.globalNav .navSection.primary .rootLink {
  font-weight:600;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.4px;
  font-size: 14px;
  background-color: transparent;
  opacity: 70%;
}

.globalNav .colorize.active,
.globalNav .colorize:hover {
  color: #e9e9e9;
  opacity: 100% !important;
  text-decoration: none;


}
.globalNav .rootLink {
  cursor: pointer;
}
.globalNav .item-home h1 {
  line-height: 50px;
  font-size: 20px;
  margin: 0;
  color: inherit;
}
.globalNav .item-home svg {
  vertical-align: -5px;
}
.globalNav .item-home svg path {
  fill: currentColor;
}

.globalNav .dropdownRoot {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 75px;
  pointer-events: none;
  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
  -webkit-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  display: none;
  font-size: 1vw;
}
@media (min-width: 1070px) {
  .globalNav .dropdownRoot {
    display: block;
  }
}
.globalNav.dropdownActive .dropdownRoot {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}
.globalNav .dropdownBackground {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 520px;
  height: 400px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.globalNav .alternateBackground,
.globalNav .dropdownBackground {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.globalNav .alternateBackground {
  right: 0;
  height: 1000px;
  background: #f6f9fc;
}
.globalNav .dropdownArrow {
  top: -6px;
  margin: 0 0 0 -6px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background: #fff;
  box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.globalNav .dropdownArrow,
.globalNav .dropdownContainer {
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.globalNav .dropdownContainer {
  overflow: hidden;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform, width, height;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform;
  border-radius: 4px;
}
.globalNav .dropdownSection {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.globalNav .dropdownSection.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.globalNav .dropdownSection.left {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.globalNav .dropdownSection.right {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.globalNav.dropdownActive .dropdownSection.active {
  pointer-events: auto;
}
.globalNav.noDropdownTransition .alternateBackground,
.globalNav.noDropdownTransition .dropdownArrow,
.globalNav.noDropdownTransition .dropdownBackground,
.globalNav.noDropdownTransition .dropdownContainer,
.globalNav.noDropdownTransition .dropdownSection {
  -webkit-transition: none;
  transition: none;
}
.globalNav .dropdownContent {
  position: absolute;
  top: 0;
  left: 0;
}

.globalNav .dropdownContent.product{
  display: flex;
}
.globalNav .linkGroup {
  padding: 1.6em 1.6em 1.6em;
}

.globalNav .companyGroup.linkGroup, .solutionsGroup.linkGroup{
  padding: 0;
}


.globalNav .companyGroup .navigation-right{
  padding: 15px 0;
}

html.menu-open .banner-up {
  pointer-events: none;
}

.banner-up div, .banner-up span {
  margin-bottom: 0;
}

.globalNav .linkContainer {
  display: block;
  padding: 9px 0;
}
.globalNav .linkTitle {
  margin: 0;
  color:#133F5D;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  font-size: 0.8em;
  line-height: 2;
}
.globalNav .linkSub {
  font-size: 14px;
  color: #6b7c93;
  margin: 5px 0 0;
  font-weight: 400;
  display: block;
  font-size: 0.8em;
  margin: 0;
  line-height: 1.5;
}
.globalNav .linkSub,
.globalNav .linkTitle {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
  .globalNav .linkContainer:hover .linkTitle,
  .globalNav .linkTitle:hover {
    color: #4199d5;
  }
  .globalNav .linkContainer:hover .linkSub {
    color: #4199d5;
  }
.globalNav .hover-fillDark,
.globalNav .hover-fillLight {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}
.globalNav .hover-strokeDark,
.globalNav .hover-strokeLight {
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}
.globalNav .linkContainer:hover .hover-fillLight {
  fill: #8898aa;
}
.globalNav .linkContainer:hover .hover-fillDark {
  fill: #32325d;
}
.globalNav .linkContainer:hover .hover-strokeLight {
  stroke: #8898aa;
}
.globalNav .linkContainer:hover .hover-strokeDark {
  stroke: #32325d;
}
.globalNav .linkIcon {
  white-space: nowrap;
}
.globalNav .linkIcon svg {
  margin: 0 12px -3px -1px;
}
.globalNav .withIcon {
  padding-left: 28px;
}
.globalNav .withIcon .linkTitle {
  margin-left: -28px;
}
.globalNav .new-badge {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  background: #6772e5;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  border-radius: 10px;
  padding: 0 5px;
  height: auto;
  top: auto;
  box-shadow: none;
}
.globalNav .linkContainer:hover .new-badge {
  background: #32325d;
}
.globalNav .productsGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 650px;
  max-width: calc(100vw - 85px);
  margin: -5px -5px;
}

.globalNav .productsGroup.remove-flex {
  display: block;
  width: 290px;
}

.globalNav .productsGroup > li {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.globalNav .productsGroup .linkContainer,
.globalNav .productsGroup > li {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.globalNav .productsGroup .linkContainer {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  text-decoration: none;
  min-height: 72px;
}

.globalNav .solutionsGroup .productsGroup .linkContainer{
  padding-bottom: 1em;
}
.globalNav .productsGroup img {
  width: 36px;
  height: 36px;
  align-self: normal;
  position: relative;
  top: 5px;
}

.globalNav .companyGroup .productsGroup {
  width: 195px;
}

.globalNav .companyGroup .productsGroup--tight {
  width: 150px;
}


.globalNav .productLinkContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 71px;
}
.globalNav .prodsubGroup,
.globalNav .productLinkContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: end;
  -ms-flex-pack: center;
  justify-content: end;
}
.globalNav .prodsubGroup .linkContainer {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 13px 30px;
}
.globalNav .prodsubGroup .linkSub {
  margin: 0 0 0 10px;
}

.globalNav .item-radar .new-badge {
  background: #b76ac4;
}
.globalNav .companyGroup .linkSub {
  max-width: 250px;
}

.companyGroup, .solutionsGroup{
  display: flex;
}

.globalNav .companyGroup .productLinkContent, .globalNav .solutionsGroup .productLinkContent{
  min-height: 46px;
}
.globalNav .documentationArticles {
  font-size: 15px;
  line-height: 26px;
  margin: 15px 20px 10px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.paper-logo img{
  width: 100%;
  max-width: 150px;
}

.globalNav .rootLink.paper-button-green{
  background: #93C854;
  border: solid 2px #93C854;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  padding: 5px 15px;
  display: initial;
  text-decoration: none;
  line-height: normal;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 110px;
  justify-content: center;
}

.globalNav .rootLink.ghost-button-green{
  background: transparent;
  border: solid 2px #93C854;
  border-radius: 50px;
  color: #93C854;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  padding: 5px 15px;
  display: initial;
  text-decoration: none;
  line-height: normal;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 110px;
  justify-content: center;
}

.globalNav .rootLink.paper-button-green:hover{
  background: transparent;
  color:#93C854;
}
.globalNav .rootLink.ghost-button-green.new:hover {
  background: #f7f8f938 !important;
}

.globalNav .rootLink.ghost-button-green.new {
  border: solid 2px #f7f8f9 !important;
  color: #F7F8F9 !important;
}

.globalNav .rootLink.ghost-button-green:hover{
  background: #93C854;
  color:#fff;
}

.globalNav .linkGroup.right, .navigation-right{
  background: #eff7fb;
}

.linkGroup-footer{
  display: flex;
  justify-content: space-between;
}

.linkGroup h5, .linkGroup-footer h5{
  color: #4199d5;
  font-size: 0.8em;
}


.linkGroup h4, .linkGroup-footer h4{
  color: #4199d5;
  font-size: 0.9em;
}

.companyGroup .productsGroup .linkContainer{
  padding: 0 0 15px;
  min-height: 0;
}

.companyGroup .productsGroup .linkContainer.linkContainer--tight {
  padding: 0 0 9px;
}

.solution-card {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-decoration: none !important;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #fff;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
.solution-card::before, .solution-card::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.solution-card {
  transition: color 0.02s;
}
.solution-card::before, .solution-card::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.solution-card::before {
  top: 0;
  left: 0;
}
.solution-card::after {
  bottom: 0;
  right: 0;
}

.solution-card:hover::before, .solution-card:hover::after {
  width: 100%;
  height: 100%;
  
}
.solution-card:hover::before {
  border-top-color: #4199d5;
  border-right-color: #4199d5;
  border-radius: 10px;
  transition: width 0.20s ease-out, height 0.20s ease-out 0.20s;
}
.solution-card:hover::after {
  border-bottom-color: #4199d5;
  border-left-color: #4199d5;
  border-radius: 10px;
  transition: border-color 0s ease-out 0.2s, width 0.20s ease-out 0.5s, height 0.20s ease-out 0.75s;
}


.solution-card .header-card-new{
  display: flex;
}

 .solution-card .body-card-new{
    
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .solution-card .body-card-new h5{
    font-size: 0.8em;
    color: #6b7c93;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    font-weight: 500;
  }

  .solution-card .body-card-new h4{
    font-size: 0.8em;
    color: #6b7c93;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    font-weight: 500;
  }

  .solution-card .footer-card {
    font-size: 0.8em;
    font-family: 'Lato', sans-serif;
    color: #4199d5;
    cursor: pointer;

  }

  .solutionsGroup .navigation-left{
    padding:1.6em 1.6em 1.6em;
  }

  .solutionsGroup .navigation-right{
    width: 410px;
    padding:1.6em 1.6em;
    
  }

  .solutionsGroup .navigation-right h5,   .solutionsGroup .navigation-left h5{
    margin-top: 0;
    font-size: 11px;
    font-weight: 700;
  }
  
  .linkGroup.solutionsGroup h5, .linkGroup h5 {
    font-size: 11px;
    font-weight: 700;
  }
  
  .photo-content h5{
    font-weight: 400;
    font-size: 0.8em;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
  }

  .photo-content h3{
    font-size: 0.6em;
    color: #133F5D;
    opacity: 90%;
    font-family: 'Lato', sans-serif;
    margin: 5px 0;
  }

  .globalNav .navSection.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  @media (max-width: 1110px) {
    .globalNav.compact .navSection.secondary{
      padding: 0.3em 0;
    }
    .globalNav .navSection.primary{
      padding-right: 10px;
    }
  }
  @media (max-width: 1070) {
    .globalNav .mobile.globalPopupActive .popup{
      height: 100%;
    }
    .globalNav .mobile.globalPopupActive .popup{
      height: 90em;
    }
  }
  @media (min-width: 1070px) {
    .globalNav .navSection.mobile {
      display: none;
    }
  }

  .globalNav .navSection.mobile .rootLink {
    cursor: pointer;
    width: 40px;
    height: 50px;
    position: relative;
  }
  .globalNav .navSection.mobile .rootLink h2 {
    color: inherit;
    padding: 0;
  }
  .globalNav .navSection.mobile .rootLink h2,
  .globalNav .navSection.mobile .rootLink h2:after,
  .globalNav .navSection.mobile .rootLink h2:before {
    position: absolute;
    width: 26px;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
  }
  .globalNav .navSection.mobile .rootLink h2 {
    font-size: 0;
    left: 0;
    top: 23px;
  }
  .globalNav .navSection.mobile .rootLink h2:after,
  .globalNav .navSection.mobile .rootLink h2:before {
    content: "";
    left: 0;
  }
  .globalNav .navSection.mobile .rootLink h2:before {
    top: -8px;
  }
  .globalNav .navSection.mobile .rootLink h2:after {
    top: 8px;
  }

  .globalNav .mobile.globalPopupActive .popup{
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 2px 40px 0px rgb(7 10 12 / 60%);
  }
  .globalNav .navSection.mobile.globalPopupActive .popupContainer {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    height: 670px;
    overflow: auto;
  }


  .globalNav .mobileSignIn {
  background: #f6f9fc;
  display: block;
  padding: 12px 30px;
  font-weight: 600;
}
.globalNav .mobileSignIn:after {
  font: normal 16px StripeIcons;
  content: "\279C";
  margin-left: 6px;
}
.globalNav .mobile-list {
  padding-bottom: 15px;
}

.globalNav .mobile-list a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #4199d5;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  position: relative;
  background-color: transparent;
  background: transparent;
  border: 0;
  width: 100%;
  position: relative;
}
.globalNav .mobile-list a.btn-primary{
  padding: 15px 19px;
  color: #133F5D;
  margin: 10px 0;
}
.globalNav .mobile-list a.btn-primary img{
  width: 12px;
  transform: rotate(-90deg);
  position: absolute;
  right: 20px;
  top: 20px;
}

.globalNav .mobile-list a.btn-primary[aria-expanded=true] img{
  transform: rotate(0deg);
}

.globalNav .mobile-list a:focus{
  outline:none  !important;
  box-shadow: none !important;
}

.globalNav .mobile-list a:active{
  background-color: transparent !important;
  border-color:transparent !important;
  color: #133F5D !important;
  box-shadow: none;
}

.mobile-list .nav-collapse-btn{
  padding: 0 17px;
  color: #133F5D;
}

.globalNav .mobileProductsList div {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  display: block;
  min-height: auto;
  margin-left: 5px;

}

.globalNav .mobileProductsList h5{
  color: #8898aa;
  padding: 10px 15px 5px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  white-space: normal;
  min-height: 58px;
}

.globalNav .mobileProductsList h3{
  font-weight: 600;
}

.globalNav .mobileProductsList a {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
  align-items: center;
  padding-bottom: 1em;
  height: 50px;
}

.globalNav .mobileProductsList a img{
  width: 30px;
}

.globalNav .mobileProductsList a:hover {
  color: #32325d;
}
.globalNav .mobileProductsList a svg {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 15px 0 -3px;
  vertical-align: -5px;
}
.globalNav .mobileProductsList .item-subscriptions {
  color: #24b47e;
}
.globalNav .mobileProductsList .item-connect {
  color: #3297d3;
}
.globalNav .mobileProductsList .item-relay {
  color: #e25950;
}
.globalNav .mobileProductsList .item-atlas {
  color: #e39f48;
}
.globalNav .mobileProductsList .item-radar {
  color: #b76ac4;
}


.globalNav .mobileProductsList ul{
  /* width: 50%; */
  white-space: normal;
}

.globalNav .mobileProductsList li{
  /* margin-bottom: 1em; */
}


.globalNav .mobileSecondaryNav {
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.globalNav .mobileSecondaryNav > ul {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.globalNav .mobileSecondaryNav > ul:last-child {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.globalNav .mobileSecondaryNav a {
  padding: 0 20px;
  min-width: 100px;
}

.globalNav .they-said div ul li{
  padding: 0 20px;
}

.globalNav .they-said .solution-card{
  box-shadow: 0 0px 14px rgba(0, 0, 0, 0.2);
}

.globalNav .popup {
  position: absolute;
  /* left: 10px; */
  /* top: 5px; */
  /* right: 10px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  z-index: 99;
}
.globalNav .popupContainer {
  background: #fff;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  font-size: 17px;
  line-height: 40px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transform: rotate3d(1, 1, 0, -15deg);
  transform: rotate3d(1, 1, 0, -15deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.globalNav .navSection.mobile.globalPopupActive .popupContainer {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.globalNav .popupCloseButton {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 41px;
  height: 20px;
  font-size: 0;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
}

.globalNav .popupCloseButton img{
  width: 100%;
  max-width: 15px;
}

.globalNav .popupCloseButton:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.globalNav .popupCloseButton:hover:after,
.globalNav .popupCloseButton:hover:before {
  background: #4199d5;
    opacity: 0.7
}

.globalFooterNav .metaNav .select.globalPopupActive .rootLink {
  color: #32325d;
}

.globalFooterNav .popup {
  position: absolute;
  bottom: 40px;
  left: -5px;
  z-index: 1000;
  font-size: 15px;
  line-height: 26px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -webkit-transform: rotate3d(1, 1, 0, 15deg);
  transform: rotate3d(1, 1, 0, 15deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
@media (min-width: 1160px) {
  .globalFooterNav .popup {
    left: -65px;
  }
}
.globalFooterNav .popup:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 20px 0 3px 0;
  background: #fff;
}
@media (min-width: 1160px) {
  .globalFooterNav .popup:before {
    left: 60px;
  }
}
.globalFooterNav .globalPopupActive .popup {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.photo-card img{
  width: 50px;
  margin-right: 14px;
}

.product .linkGroup h5, .solutionsGroup .navigation-left h5{
  padding-bottom: 0.6em;
}

.mobileSecondaryNav li a{
    color: #4199d5;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.popup hr{
  margin: 0;
  border: none;
  height: 1px;
  background: #eeeeee;
}

.paper-grey-sidemenu .globalNav .navSection.primary .rootLink{
  color: rgb(65, 87, 103) !important;
}

.paper-grey-sidemenu .paper-logo img{
  content:url("../img/paperlogofinal-modify.svg");
}

.globalNav .companyGroup .navigation-left .productsGroup{
  padding-bottom: 0;
}

.globalNav .companyGroup .navigation-left, .globalNav .companyGroup .navigation-right{
  padding: 30px;
  padding-right: 0;
}

.globalNav .companyGroup .navigation-left--tight {
  padding: 1.6em 1.6em 1.6em;
}

.globalNav .companyGroup .productLinkContent{
  display: flex;
  justify-content: center;
}

.dropdownContent.product .linkGroup div{
  display: block;
}

.globalNav .productsGroup.left .linkContainer{
  padding-left: 20px;
  padding-right: 0;
}

.rootLink .menu-arrow{
  width: 9px;
  position: relative;
  bottom: 1px;
  left: 2px;
  transition: 0.2s;
}

.dropdownActive .rootLink.active .menu-arrow{
  transform: rotateZ(180deg);
}

.solution-categories{
  display: flex;
}

.solution-categories .border{
  border-right: 1px solid #d7d7d7;
}

.solution-categories h4{
  font-size: 0.6em;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #6b7c93;
  margin: 0;
  padding: 0 1em 0 !important;
  margin-top: 10px !important;
  
}

.solution-categories h5{
  font-size: 0.6em;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #6b7c93;
  margin: 0;
  padding: 0 1em 0 !important;
  margin-top: 10px !important;
  
}


.solution-categories h5.remove-padding-left{
  padding-left: 0 !important;
}

.solution-categories h4.remove-padding-left{
  padding-left: 0 !important;
}

.new-label{
  background: #93C854;
  color: #fff;
  font-size: 0.7rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 15px;
  position: relative;
  bottom: 6px;
}

.paper-grey-sidemenu .rootLink .menu-arrow{
  content:url("../img/down-arrow-dark.svg");
}

.navigationActive{
  background: #fff;
  position: fixed;
  top: 0;
  transition: all 0.2s ease;
  box-shadow: rgb(208, 212, 217) 0px 1px 1px;
  z-index: 9999;
}

.globalNav.navigationActive .navSection.primary .rootLink{
  color: #415767 !important;
  font-size: 14px;
  opacity: 70% !important;
}

.navigationActive .container-lg{
  padding: 8px 10px;
  background: #fff;
}

.paper-logo::before{
  content: '';
  background-image: url("../img/paperlogofinal-white-modify.svg");
  background-repeat: no-repeat;
  width: 140px;
  height: 52px;
  display: inline-block;
  background-size: 150px;
  position: relative;
  left: -12px;
  background-size: contain;
  top: 4px;
}

.ppr-homepage .paper-logo::before, .paper-grey-sidemenu .paper-logo::before, .whiteBackgroundPage .paper-logo::before{
  background-image: url("../img/paperlogofinal-modify.svg");
}

.navigationActive .paper-logo::before{
  background-image: url("../img/paperlogofinal.svg");
  position: relative;
  top: 4px;
  background-size: 180px;
}

.navigationActive .rootLink .menu-arrow{
  content: url("../img/down-arrow-dark.svg");
}

.navigationActive .navSection.mobile .rootLink h2, .navigationActive .navSection.mobile .rootLink h2:after, .navigationActive .navSection.mobile .rootLink h2:before{
  background: #47525d;
}
.top-45.custom-45{
  top: 76px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navigationActive .dropdownRoot{
  top: 82px;
}

.mobile-list .get-started{
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 20px;
}

.globalNav .mobile-list a.paper-button{
  background: #d0d1d5;
  border-radius: 120px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-family: "lato";
  position: relative;
  min-width: 120px;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 10%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 2px solid #d0d1d5;
  display: inline-block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 13px 20px;
  max-width: 160px;
}

.globalNav .mobile-list a.paper-ghost-button{
  background: transparent;
  border-radius: 120px;
  color: fff;
  cursor: pointer;
  font-size: 12px;
  font-family: "lato";
  position: relative;
  min-width: 120px;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 10%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 13px 20px;
  outline: none;
  white-space: nowrap;
  max-width: 160px;
}

.globalNav .mobile-list a.blue-button{
  background: #aae481;
  color: #fff;
  border: 2px solid #aae481;
  text-align: center;
}

.globalNav .mobile-list a.paper-ghost-button.blue-button{
  color: #aae481;
  border: 2px solid #aae481;
  background: transparent;
}

.globalNav .mobile-list .get-started a{
  margin: 0 10px;
  max-width: 130px;
}

.enterprise-container-menu .paper-logo::before{
  background-image: url(../img/paperEnterpriseLogo.svg);
}

.globalNav.navigationActive .rootLink.ghost-button-green.new {
  color: #93C854 !important;
  border : solid 2px #93C854 !important;
}

.globalNav.navigationActive .rootLink.ghost-button-green.new:hover {
  color: #fff !important;
  background: #93C854 !important;
}

.globalNav .navSection.primary.contact-us .rootLink {
  color: #133F5D !important;
}

.contact-us > .paper-logo::before {
  background-image: url(../img/paperlogofinal-modify.svg) !important;
}


.banner-up { 
  background: #133F5D;
  box-shadow: -3px -3px 5px rgb(82 95 127 / 4%);
  color: #ffff;
  display: flex;
  text-align: center;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 15px;
}

.banner-up a{
  color: #ffff;
  margin: 0 3px;
}

.banner-up.--primary-blue-bg{
  background: #4199D5;
}

.banner-up .banner-up__container{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
#banner-app-store-campaign{
  position: relative;
  /* move to very top */
  z-index: 9999;
  width: 100%;
  min-height: 55px;
}


/* banner ternyata stay di atas meski ada side menu 
html.menu-open #banner-app-store-campaign{
  display: none !important;
} 
/* @-webkit-keyframes moveDown55 { from {margin-top: 0; } to { margin-top: 55px; } }
@-moz-keyframes moveDown55 { from {margin-top: 0; } to { margin-top: 55px; } }
@keyframes moveDown55 { from {margin-top: 0; } to { margin-top: 55px; } }
html.menu-open #globalNavigation.has-campaign {
  margin-top: 55px;
  -webkit-animation: moveDown55 0.5s ease;    
  -moz-animation: moveDown55 0.5s ease;
  animation: moveDown55 0.5s ease;
  animation-fill-mode: forwards;
} */

#close-banner-app-store-campaign{
  cursor: pointer;
}
.banner-up__container__area__left-side{
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
}
.banner-up.--app-store-banner .banner-up__container__area{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
@media (min-width: 1024px) {
  /* only available on mobile resolution */
  .banner-up.--app-store-banner{
    display: none !important;
  }

  .banner-up.--mkt-banner{
    display: none;
  }
  
}

.banner-up__container__area__left-side__content{
  display: flex;
  flex-direction: row;
  column-gap: 0.8rem;
  align-items: center;
  margin-left: 6px;
}

.banner-up__container__area__left-side__content__text__head{
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; 
  margin-bottom: 0;
  padding-bottom: 0;
}
.banner-up__container__area__left-side__content__text__body{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.banner-up.--mkt-banner{
  min-height: auto;
  background: linear-gradient(240deg, #83BB3D 16.37%, #6F922E 79.6%);
}

#banner-app-store-campaign.--mkt-banner{
  height: auto;
  position: relative;
  display: none;
}
.--mkt-banner .banner-up__container__area__left-side__content__text__head{
  font-weight: 400;
  font-size: 1.1em;
}
.--mkt-banner .banner-up__container__area__left-side__content__text__head a{
  text-decoration: underline;
  transition:0.3s;
}
.--mkt-banner .banner-up__container__area__left-side__content__text__head a:hover{
  opacity: 0.6  ;
  color: #fff;
}
.--mkt-banner .banner-up__container__area__left-side{
  justify-content: center;
}
#landing-page .navigationActive .fx {
  color: #93C854 !important;
  border: solid 2px #93C854 !important;
}

#landing-page a.fx,
#landing-page .navigationActive .fx-full,
#landing-page .navigationActive a.fx:hover,
#landing-page a.fx-full:hover
{
  color: #fff !important;
}

#landing-page a.fx:hover,
#landing-page .navigationActive a.fx-full:hover 
{
  color: #4199D5!important;
}

#landing-page a.fx,
#landing-page a.fx-full
{
  border: solid 2px #fff !important;
}


#landing-page .navigationActive .fx-full,
#landing-page .navigationActive a.fx:hover { 
  border: solid 2px #93C854 !important;
  background-color: #93C854 !important;
}

#landing-page a.fx-full {
  background-color: #fff !important;
  color: #4199D5 !important;
}

#landing-page a.fx:hover { 
  background-color: #fff !important;
}

#landing-page a.fx-full:hover {
  background-color: transparent !important;
}

#landing-page .navigationActive a.fx-full:hover {
  color: #93C854 !important;
}

.item-company{
  color: inherit;
}

.new-landing{
  color: inherit;
}
.--mkt-banner{
  display: none;
}
.--mkt-banner .banner-up__container__area__left-side{
  justify-content: center;
}
.--mkt-banner p a:hover{
  color: #fff;
  opacity: 0.5;
}
.--mkt-banner p a{
  text-decoration: underline;
  transition: 0.3s;
}
.--mkt-banner p{
  margin: 0;
  font-size: 1em;
}

@media (min-width: 1600px) {
  .globalNav .linkGroup.solutionsGroup{
    padding: 0;
  }
  .solution-categories h4{
    font-size: 0.5em;
    margin-top: 5px !important;
  }
}

.globalNav .mobile.globalPopupActive .popup {
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 9999;
  width: 100%;
  box-shadow: 0px 2px 40px 0px rgb(7 10 12 / 60%);
}

#btn-download-top-campaign-mobile-app{
  text-decoration: none !important;
}
#banner-app-store-campaign{
  letter-spacing: unset !important;
}
.globalNav .productsDropdown .linkContainer {
  height: 100%;
  max-height: 80px !important;
}
.globalNav .linkContainer h3, .globalNav .linkContainer p {
  padding-bottom: 0 !important;
  font-size: 12px !important;
  text-align: left !important;
}
.globalNav .solution-card {
  font-size: 14px !important;
}
.slick-arrow {
  display: none !important;
}
.--mkt-banner .slider p {
  font-size: 1.1em;
  line-height: 22px;
}
.--mkt-banner .slider { 
  display: none; 
}
.--mkt-banner .slider.slick-initialized { 
  display: block; 
}