
  .globalNav {
    font-family: "brandon-grotesque",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  }

  @media (min-width:880px) {
    .globalNav {
      padding: 0;
    }
  }

  .globalNav ul {
    padding: 0;
    margin: 0;
  }

  .globalNav li {
    list-style: none;
    margin:2px 0 0;
  }

  .globalNav a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color .1s;
    transition: color .1s
      color: #313131;
    font-weight: 400;
  }

  .globalNav a:hover {
    color: #eea69d;
  }

  .globalNav .contentOverlay {
    position: absolute;
    z-index: 499;
    left: 0;
    right: 0;
    top: -10px;
    height: 600px;
    max-height: 100vh;
    pointer-events: none;
    overflow: hidden;
  }

  .globalNav .contentOverlay:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 100vw;
    max-width: 1400px;
    top: -100px;
    bottom: 0;
    background: -webkit-radial-gradient(ellipse closest-side at 50% 50%, #32325d, rgba(50, 50, 93, .6), rgba(50, 50, 93, .3), rgba(50, 50, 93, .1), rgba(50, 50, 93, 0)) 50%/100% 100% no-repeat;
    background: radial-gradient(ellipse closest-side at 50% 50%, #32325d, rgba(50, 50, 93, .6), rgba(50, 50, 93, .3), rgba(50, 50, 93, .1), rgba(50, 50, 93, 0)) 50%/100% 100% no-repeat;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-80px);
    transform: translateX(-50%) translateY(-80px);
    will-change: opacity, transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
  }

  .globalNav.overlayActive .contentOverlay:before {
    opacity: .4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .globalNav .navRoot {
    position: relative;
  }

  @media (min-width:1040px) {
    .globalNav .navRoot {
      margin: 0 -5px;
    }
  }

  .globalNav>.container-lg {
    padding: 0;
      float: right;
  }

  .globalNav .navRoot,
  .globalNav .navSection>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .globalNav .navSection {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .globalNav .navSection.primary {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .globalNav .navSection.primary>ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .globalNav .navSection.secondary {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .globalNav .navSection.secondary>ul {
    float: right;
  }

  .globalNav .navSection.secondary.compact,
  .globalNav .navSection>ul>li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .globalNav .navSection.secondary.compact {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .globalNav .rootLink {
    display: inline-block;
    padding: 0 15px;
    height: 50px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .globalNav .colorize {
    color: #6772e5;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
  }

  .globalNav .colorize.active,
  .globalNav .colorize:hover {
    color: #32325d;
  }

  @media (min-width:880px) {
    .globalNav .allowExpand .rootLink {
      padding: 0px 15px;
    }
  }

  @media (min-width:1040px) {
    .globalNav .allowExpand .rootLink {
      padding: 0px 15px;
    }
  }

  .globalNav .hasDropdown .rootLink {
    cursor: pointer;
  }

  .globalNav .rootLink h2 {
    font-size: 21px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
    color: #fff;
  }
  .globalNav a:hover h2 {
    opacity:.7;
  }
  .globalNav .primary .rootLink h2 {
    font-weight: 500;
  }

  .globalNav .item-home h1 {
    line-height: 50px;
    font-size: 20px;
    margin: 0;
    color: inherit;
  }

  .globalNav .item-home svg {
    vertical-align: -5px;
  }

  .globalNav .item-dashboard h2:after {
    font: normal 16px StripeIcons;
    content: '\279E';
    padding-left: 5px;
  }

  .globalNav .dropdownRoot {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 50px;
    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: .25s;
    transition-duration: .25s;
    display: none;
  }

  @media (min-width:670px) {
    .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, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(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: 15px;
    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: .25s;
    transition-duration: .25s;
  }

  .globalNav .alternateBackground {
    right: 0;
    height: 1000px;
    background: #f6f9fc;
  }

  .globalNav .dropdownArrow {
    top: 9px !important;
    margin: 0 0 0 -10px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px 0 0 0;
    background: #fff;
    box-shadow: -2px -2px 5px rgba(82, 95, 127, .08);
    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: .25s;
    transition-duration: .25s
      top: 4px !important;
  }

  .globalNav .dropdownContainer {
    overflow: hidden;
    top: 10;
    -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;
  }

  .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: .25s;
    transition-duration: .25s;
    background: red;
  }

  .globalNav .dropdownSection.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }

  .globalNav .dropdownSection.left {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  .globalNav .dropdownSection.right {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }

  .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 .linkGroup {
    padding: 35px 35px 0px;
    margin-top: 0px !important;
  }

  .globalNav .linkContainer {
    display: block;
    padding: 8px 0;
  }

  .globalNav .linkTitle {
    color: #313131;
    font-size: 20px;
    line-height: 22px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: .025em;
    text-align:left;
  }

  .globalNav .linkSub {
    font-size: 15px;
    line-height: 22px;
    color: #6b7c93;
    margin-top: 5px;
    display: block;
  }

  .globalNav .linkSub,
  .globalNav .linkTitle {
    -webkit-transition: color .1s;
    transition: color .1s;
  }

  .globalNav .linkContainer:hover .linkTitle,
  .globalNav .linkTitle:hover {
    color: #e36a5c;
  }

  .globalNav .linkContainer:hover .linkSub {
    color: #424770;
  }

  .globalNav .hover-fillDark,
  .globalNav .hover-fillLight {
    -webkit-transition: fill .1s;
    transition: fill .1s;
  }

  .globalNav .hover-strokeDark,
  .globalNav .hover-strokeLight {
    -webkit-transition: stroke .1s;
    transition: stroke .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 .productsGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 640px;
    margin: -5px -10px;
  }

  .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 {
    padding: 18px 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .globalNav .productsGroup svg {
    width: 48px;
    height: 48px;
  }

  .globalNav .productLinkContent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 71px;
  }

  .globalNav .prodsubGroup {
    text-align: center;
  }

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

  .globalNav .prodsubGroup .linkSub {
    margin: 0 0 0 10px;
  }

  .globalNav .item-subscriptions .linkTitle {
    color: #24b47e;
  }

  .globalNav .item-connect .linkTitle {
    color: #3297d3;
  }

  .globalNav .item-relay .linkTitle {
    color: #e25950;
  }

  .globalNav .item-atlas .linkTitle {
    color: #e39f48;
  }

  .globalNav .documentationGroup .linkSub {
    max-width: 250px;
  }

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

  .globalNav .documentationArticles>ul {
    margin-right: 40px;
  }

  .globalNav .documentationArticles>ul:last-child {
    margin-right: 0;
  }

  .globalNav .documentationArticles h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .025em;
    margin: 0 0 3px;
    color: #8898aa;
  }

  .globalNav .blogPosts {
    margin: 5px 5px 12px 28px;
  }

  .globalNav .blogPosts a {
    font-size: 15px;
    margin-top: 10px;
    display: block;
    white-space: nowrap;
    position: relative;
  }

  .globalNav .blogPosts a:after {
    content: '\27A2';
    font: normal 16px StripeIcons;
    margin-left: 6px;
    vertical-align: -3px;
  }

  .globalNav .blogPosts a.fresh {
    font-weight: 500;
  }

  .globalNav .blogPosts a.fresh:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -19px;
    top: 7px;
  }

  .globalNav .blogPosts span {
    line-height: 22px;
    display: inline-block;
    white-space: nowrap;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
  }

  .globalNav .navSection.primary,
  .globalNav .navSection.secondary {
    display: none;
  }

  @media (min-width:768px) {
    .globalNav .navSection.primary,
    .globalNav .navSection.secondary {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    li.navSection.logo {
      display: none;
    }
  }

  .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 (min-width:670px) {
    .globalNav .navSection.mobile {
      display: none;
    }
  }

  .globalNav .navSection.mobile .rootLink {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
  }

  .globalNav .navSection.mobile .rootLink h2,
  .globalNav .navSection.mobile .rootLink h2:after,
  .globalNav .navSection.mobile .rootLink h2:before {
    position: absolute;
    width: 24px;
    height: 3px;
    border-radius: 1px;
  }

  .globalNav .navSection.mobile .rootLink h2 {
    font-size: 0;
    left: 13px;
    top: 23px;
  }

  .globalNav .navSection.mobile .rootLink h2:after,
  .globalNav .navSection.mobile .rootLink h2:before {
    content: '';
    left: 0;
  }

  .globalNav .navSection.mobile .rootLink h2:before {
    top: -9px;
  }

  .globalNav .navSection.mobile .rootLink h2:after {
    top: 9px;
  }
.paddingLeft{
  padding: 0 20px;
}
 @media (max-width:991px) {
    .paddingLeft{
      padding: 0 10px;
    }
  }
@media (max-width:890px) {
    .paddingLeft{
      padding: 0px;
    }
  }