.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;
}

.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;
}

.globalNav .navSection.primary {
  padding-right: 95px;
  -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;
}

/* --- Cancelling Compact Styling on EN Pages --- */
html[lang="en"] .globalNav.compact .navRoot {
  display: block;
  position: relative;
}

html[lang="en"] .globalNav.compact .navSection.logo {
  position: absolute;
  left: 0;
  top: 0;
  flex-grow: unset;
}

html[lang="en"] .globalNav.compact .navSection.secondary {
  position: absolute;
}

html[lang="en"] .globalNav .navSection.primary {
  padding-right: 12rem;
}
/* --- End of Cancelling Compact Styling on EN Pages --- */

.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: 90px !important;
  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;
}

.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.2s ease-out, height 0.2s ease-out 0.2s;
}
.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.2s ease-out 0.5s,
    height 0.2s 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;
}

.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;
}

.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;
}

.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 0.5s ease;
  transition: all 0.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 0.5s ease;
  transition: all 0.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;
} */

header#globalNavigation {
  position: fixed;
  top: 30px;
  left: 0;
  transition: all 0.3s ease;
}

header#globalNavigation.navigationActive {
  top: 0px;
  left: 0;
}

#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;
}

.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;
}

.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;
}

/* === Multilingual Dropdown === */
.custom-select-multilanguage {
  position: relative;
  display: inline-block;
  width: 63px;
  margin-left: 10px;
  font-family: lato;
}

.custom-select-multilanguage .select-wrapper-multilanguage {
  padding: 3px 2px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  background: #ffffff36;
}

.custom-select-multilanguage .selected-lang {
  display: flex;
  align-items: center;
  color: #fff;
}

.custom-select-multilanguage .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #d7d7d7;
  background-color: #ffffff66;
  z-index: 10;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.select-wrapper-multilanguage.open .select-options {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}

.custom-select-multilanguage .option {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s ease;
}

.custom-select-multilanguage .option:last-child {
  border-top: 1px solid #fff;
}

.custom-select-multilanguage .option:not(.option.cur_lang):hover {
  background-color: #e4e4e4;
  color: #133f5d;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.custom-select-multilanguage .flag {
  width: 18px;
  height: 12px;
  margin-right: 5px;
  border-radius: 2px;
}

.custom-select-multilanguage
  .select-wrapper-multilanguage.open
  .select-options {
  display: block;
}

.custom-select-multilanguage .option.cur_lang {
  background: #d1d1d190;
  color: #133f5d;
  cursor: default;
}

.navigationActive .custom-select-multilanguage .option,
.navigationActive .custom-select-multilanguage .selected-lang,
.navigationActive .custom-select-multilanguage .select-wrapper-multilanguage {
  color: #133f5d;
}

.navigationActive
  .custom-select-multilanguage
  .select-wrapper-multilanguage.open
  .select-options {
  background-color: #fff;
}

.navigationActive .custom-select-multilanguage .option {
  border-top: 1px solid #d7d7d7;
}

.mobile-hr {
  width: 90%;
  margin: 0 auto !important;
}

.mobile-switch-language {
  display: flex;
  justify-content: space-between;
  color: #133f5d90 !important;
  padding: 15px 19px;
  margin: 10px 0;
}

.mobile-switch-language .toggle-options {
  display: flex;
  gap: 2rem;
}

.mobile-switch-language div {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.globalNav .mobile-list .mobile-switch-language:active {
  color: #133f5d90 !important;
}

.globalNav .mobile-list .mobile-switch-language a {
  color: #133f5d90 !important;
}

.mobile-option.cur_lang_mobile {
  color: #133f5d !important;
}

.globalNav .mobile-list .mobile-switch-language .mobile-option.cur_lang_mobile {
  color: #133f5d !important;
}

@media (max-width: 767px) {
  .banner-up.--app-store-banner {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .banner-up.--app-store-banner {
    display: none !important;
  }
  .banner-up.--mkt-banner {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-up.--app-store-banner {
    display: block !important;
  }
}

@media (max-width: 1070px) {
  .menu-open .globalNav,
  .menu-open .globalNav .mobile.globalPopupActive .popup,
  .menu-open .globalNav .navSection.mobile.globalPopupActive .popupContainer {
    height: 100% !important;
  }

  .globalNav .mobile.globalPopupActive .popup {
    height: 100%;
  }
  .globalNav .mobile.globalPopupActive .popup {
    height: 90em;
  }

  .paper-logo::before {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1070px) {
  .common-PageSubtitle {
    font-size: 40px;
    line-height: 50px;
  }

  .globalNav .navSection.primary,
  .globalNav .navSection.secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .globalNav .dropdownRoot {
    display: block;
  }
}

@media (max-width: 1110px) {
  .globalNav.compact .navSection.secondary {
    padding: 0.3em 0;
  }
  .globalNav .navSection.primary {
    padding-right: 10px;
  }
}

@media (min-width: 1070px) {
  .globalNav .navSection.mobile {
    display: none;
  }
}
@media (min-width: 1160px) {
  .globalFooterNav .popup {
    left: -65px;
  }
}

@media (min-width: 1160px) {
  .globalFooterNav .popup:before {
    left: 60px;
  }
}

@media (min-width: 1600px) {
  .globalNav .linkGroup.solutionsGroup {
    padding: 0;
  }
  .solution-categories h4 {
    font-size: 0.5em;
    margin-top: 5px !important;
  }
}

.globalNav .navRoot.has-switch .navSection.primary {
  padding-right: 12rem;
}

button.hover-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #133f5d;
  border: none;
  padding: 4px 0px;
  padding-left: 16px;
  padding-right: 12px;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  background: white;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  margin: 0;
}

.qr-hover-container {
  position: fixed;
  z-index: 1000;
  top: -30px;
  left: 0px;
  width: fit-content;
  transition: all 0.3s ease;
}

.qr-popup {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  position: absolute;
  background: transparent;
  padding: 10px;
  z-index: 999;
}

.qr-popup .qr-content {
  text-align: center;
  background-color: white;
  color: black;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 12px;
}

.qr-popup .qr-content p {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}

.qr-hover-container:hover .qr-popup {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.qr-popup .store-buttons a img {
  width: 150px;
  object-fit: contain;
  cursor: pointer;
}

a img.icon-appstore {
  height: 44px;
}

img.qr-image {
  width: 200px;
  height: 200px;
  margin: 10px 0px;
}

.store-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  gap: 4px;
}

@media (max-width: 1023px) {
  .qr-hover-container,
  .hover-trigger {
    display: none !important;
  }
  header#globalNavigation {
    top: 0px;
  }
}

header.navigationActive .qr-hover-container {
  top: 66px;
  z-index: 1000px;
}

header.navigationActive .qr-hover-container .hover-trigger {
  box-shadow: none !important;
}

button.hover-trigger:hover {
  background: #fff;
}

/* new css */

.text-roller {
  display: inline-block;
  width: 140px;
  position: relative;
  height: 17px;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 5px;
  text-align: left;
}
.text-roller span {
  position: absolute;
  width: 140px;
  white-space: nowrap;
  transition: all 0.5s ease;
  transform: translateY(100%);
  opacity: 0;
  padding: 0 2px;
  border-radius: 3px;
  left: 0;
  pointer-events: none;
}
.text-roller span.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.text-group {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.text-roller span {
  line-height: 18px !important;
}
