.global-header {
  background: linear-gradient(180deg,#000,transparent);
  position: fixed;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 999;
}
.global-header.shadow-on {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.global-header a:link,
.global-header a:visited {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.1s color ease-in-out;
}
.global-header a:hover,
.global-header a:focus {
  color: #017cee;
  transition: 0.1s color ease-in-out;
}
.global-header .button-outline,
.global-header a:link.button-outline,
.global-header a:visited.button-outline {
  border: 2px solid #017cee;
  border-radius: 3px;
  color: #017cee;
  display: inline-block;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 37px;
  min-width: 120px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s border ease-in-out, 0.3s color ease-in-out;
}
.global-header .button-outline:hover,
.global-header a:link.button-outline:hover,
.global-header a:visited.button-outline:hover {
  border: 2px solid #14cc45;
  color: #14cc45;
  transition: 0.1s border ease-in-out, 0.1s color ease-in-out;
}
.global-header .top {
  background: #fff;
  z-index: 997;
}
@media only screen and (max-width: 1100px) {
  .global-header .top {
    z-index: 995;
  }
}
.global-header .top .row {
  align-items: center;
  display: flex;
  height: 80px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .global-header .top .row {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  .global-header .top .row {
    padding: 0 20px;
  }
}
.global-header .top .row::after {
  clear: both;
  content: "";
  display: block;
}
.global-header .yx-notice {
  display: none;
}
.global-header .yx-notice.visible {
  display: block;
}
.global-header .global-logo {
  display: inline-block;
}
.global-header .global-logo a {
  background-size: contain;
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 177px;
}
.global-header .global-logo span {
  position: absolute;
  right: 9999px;
}
.global-header .global-logo img {
  display: block;
}
.global-header .top-level-nav .sub-nav-box,
.global-header .mobile-nav .sub-nav-box {
  display: inline-flex;
  flex: 0 1 auto;
  flex-direction: column;
  font-size: 14px;
  margin: 0;
  position: relative;
  transition: 0.1s all ease-in-out;
}
.global-header .top-level-nav .sub-nav-box:hover h4,
.global-header .mobile-nav .sub-nav-box:hover h4 {
  color: #017cee;
}
.global-header .top-level-nav .sub-nav-box h4,
.global-header .mobile-nav .sub-nav-box h4 {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 150%;
  margin: 0 0 0.5em;
  padding: 0;
  text-transform: uppercase;
  width: fit-content;
}
.global-header .top-level-nav .sub-nav-box h4:lang(ru),
.global-header .mobile-nav .sub-nav-box h4:lang(ru) {
  font-weight: lighter;
}
.global-header .top-level-nav .sub-nav-box h4.with-tag,
.global-header .mobile-nav .sub-nav-box h4.with-tag {
  margin-right: 10px;
}
.global-header .top-level-nav .sub-nav-box p,
.global-header .mobile-nav .sub-nav-box p {
  color: gray;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  word-wrap: break-word;
}
.global-header .top-level-nav .sub-nav-box p:lang(ru),
.global-header .mobile-nav .sub-nav-box p:lang(ru) {
  font-weight: lighter;
}
.global-header .top-level-nav .sub-nav-box p:lang(ru),
.global-header .mobile-nav .sub-nav-box p:lang(ru) {
  font-size: 12px;
}
.global-header .top-level-nav .sub-nav-box p:lang(id),
.global-header .mobile-nav .sub-nav-box p:lang(id) {
  font-size: 12px;
}
.global-header .top-level-nav .sub-nav-box .plan-price,
.global-header .mobile-nav .sub-nav-box .plan-price {
  color: #737373;
  margin-top: 28px;
}
.global-header .top-level-nav .sub-nav-box .plan-price:lang(ru),
.global-header .mobile-nav .sub-nav-box .plan-price:lang(ru) {
  font-weight: lighter;
}
@media only screen and (max-width: 1100px) {
  .global-header .top-level-nav .sub-nav-box .plan-price,
  .global-header .mobile-nav .sub-nav-box .plan-price {
    bottom: initial;
    margin-top: 16px;
    position: static;
  }
}
.global-header .top-level-nav .sub-nav-box .label-tag,
.global-header .mobile-nav .sub-nav-box .label-tag {
  background: #ffd919;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 150%;
  padding: 2px 10px;
  text-align: center;
  width: fit-content;
}
.global-header .top-level-nav .sub-nav-box .label-tag:lang(ru),
.global-header .mobile-nav .sub-nav-box .label-tag:lang(ru) {
  font-weight: lighter;
}
.global-header .top-level-nav .sub-nav-cta,
.global-header .mobile-nav .sub-nav-cta {
  font-size: 18px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1100px) {
  .global-header .top-level-nav .sub-nav-cta,
  .global-header .mobile-nav .sub-nav-cta {
    font-size: 14px;
  }
}
.global-header .top-level-nav .sub-nav-cta:link,
.global-header .top-level-nav .sub-nav-cta:focus,
.global-header .top-level-nav .sub-nav-cta:visited,
.global-header .mobile-nav .sub-nav-cta:link,
.global-header .mobile-nav .sub-nav-cta:focus,
.global-header .mobile-nav .sub-nav-cta:visited {
  color: #fff;
}
.global-header .top-level-nav .sub-nav-cta:hover,
.global-header .mobile-nav .sub-nav-cta:hover {
  color: #017cee;
}
.global-header .top-level-nav .arrow,
.global-header .mobile-nav .arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.global-header .top-level-nav .plans,
.global-header .mobile-nav .plans {
  background-image: url("/img/plans/blank@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
.global-header .top-level-nav .plans.compare,
.global-header .mobile-nav .plans.compare {
  background-image: url("/img/plans/compare@2x.png");
}
.global-header .top-level-nav .plans.evernote,
.global-header .mobile-nav .plans.evernote {
  background-image: url("/img/plans/evernote@2x.png");
}
.global-header .top-level-nav .plans.press,
.global-header .mobile-nav .plans.press {
  background-image: url("/img/plans/press@2x.png");
}
.global-header .top-level-nav .plans.careers,
.global-header .mobile-nav .plans.careers {
  background-image: url("/img/plans/careers@2x.png");
}
.global-header .top-level-nav .plans.contact,
.global-header .mobile-nav .plans.contact {
  background-image: url("/img/plans/contact@2x.png");
}
.global-header .top-level-nav {
  display: inline-block;
  margin-left: 30px;
  margin-top: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1100px) {
  .global-header .top-level-nav {
    display: none;
  }
}
.global-header .top-level-nav ul {
  line-height: 31px;
}
.global-header .top-level-nav li {
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 0;
  position: relative;
}
.global-header .top-level-nav li:last-child .sub-nav .sub-nav-box {
  min-height: 138px;
}
@media only screen and (max-width: 1100px) {
  .global-header .top-level-nav li:last-child .sub-nav .sub-nav-box {
    min-height: 99px;
  }
}
.global-header .top-level-nav li > a {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.global-header .top-level-nav li > a.non-linked:hover {
  color: inherit;
}
.global-header .top-level-nav li:hover > .sub-nav,
.global-header .top-level-nav li:focus-within > .sub-nav {
  opacity: 1;
  visibility: visible;
}
.global-header .top-level-nav li:hover > .sub-nav-dropdown-list,
.global-header .top-level-nav li:focus-within > .sub-nav-dropdown-list {
  opacity: 1;
  visibility: visible;
}
.global-header .top-level-nav li:hover {
  box-shadow: inset 0 -4px 0 #017cee;
}
.global-header .top-level-nav li:hover a {
  color: #017cee;
}
.global-header .top-level-nav li:hover .arrow {
  border-top: 4px solid #017cee;
  transform: rotate(-180deg);
}
.global-header .top-level-nav li:first-child {
  margin-left: 0;
}
.global-header .top-level-nav li.nav-active {
  border-bottom: 4px solid #017cee;
}
.global-header .top-level-nav .sub-nav {
  background: #000;
  box-shadow: inset 0 6px 10px 0 rgba(0, 0, 0, 0.1),
    0 10px 8px 0 rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  min-width: 1101px;
  opacity: 0;
  padding: 16px;
  padding-bottom: 50px;
  position: fixed;
  top: 100px;
  transition: 0.25s all ease-in-out;
  visibility: hidden;
  width: 100%;
z-index:99;
}

.global-header .top-level-nav .sub-nav-dropdown-list {
  background: #000;
  box-shadow: inset 0 6px 10px 0 rgba(0, 0, 0, 0.1),
    0 10px 8px 0 rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  padding: 20px;
padding-left:0;
  position: fixed;
  top: 80px;
  transition: 0.25s all ease-in-out;
  visibility: hidden;
z-index:99;
}

.global-header .top-level-nav .sub-nav-dropdown-list ul {
  padding-inline-start: 0;
}

.global-header .top-level-nav .sub-nav-dropdown-list ul li {
  display: block;
}

.global-header .top-level-nav .sub-nav-dropdown-list ul li:first-child {
  margin-left: 20px;
}

.global-header .top-level-nav .sub-nav-dropdown-list ul li a h4 {
  font-size:14px;
color:#fff;
}

.global-header .top-level-nav .sub-nav-dropdown-list ul li a:hover h4 {
color:#017cee;
}

.global-header .top-level-nav .sub-nav-dropdown-list ul li:hover {
box-shadow: none!important;
}

@media only screen and (max-height: 760px) {
  .global-header .top-level-nav .sub-nav {
    min-height: 136px;
  }
}
.global-header .top-level-nav .sub-nav:hover {
  opacity: 1;
  visibility: visible;
}
.global-header .top-level-nav .sub-nav .sub-nav-wrapper {
  max-width: 1220px;
  width: 100%;
}
.global-header .top-level-nav .sub-nav .sub-nav-col {
  display: inline-block;
  flex: 1;
  flex-direction: row;
  flex-flow: row wrap;
  width: 100%;
overflow: hidden;
}
.global-header .top-level-nav .sub-nav .sub-nav-col.left {
  margin-right: 4px;
}
.global-header .top-level-nav .sub-nav .sub-nav-col.right {
  margin-left: 4px;
}
.global-header .top-level-nav .sub-nav .sub-nav-col.center {
  margin: 0 auto;
  padding: 0 20px;
text-align: center;
}
@media only screen and (max-width: 1220px) {
  .global-header .top-level-nav .sub-nav .sub-nav-col.center {
    padding: 0;
  }
}
.global-header .top-level-nav .sub-nav .sub-nav-col .sub-nav-cta {
  margin: 10px 0 0 20px;
}
.global-header .top-level-nav .sub-nav .sub-nav-col .sub-nav-cta:lang(ru) {
  font-weight: lighter;
}
.global-header .top-level-nav .sub-nav .sub-nav-box {
  min-height: 88px;
  padding: 16px;
  width: 15%;
}
@media only screen and (max-width: 1440px) {
  .global-header .top-level-nav .sub-nav .sub-nav-box {
    width: 15%;
  }
}
.global-header .top-level-nav .sub-nav .sub-nav-box.with-icon {
  padding: 30px;
}
.global-header .top-level-nav .sub-nav .sub-nav-box .plans {
  height: 56px;
  left: 16px;
  top: 16px;
  width: 56px;
}
.global-header .top-level-nav .sub-nav .sub-nav-box.vert {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  text-align: center;
}
.global-header .top-level-nav .sub-nav .sub-nav-box.vert .plans {
  left: auto;
  margin-bottom: 25px;
  position: relative;
  top: auto;
  transform: none;
}
.global-header .top-level-nav .explore.open .arrow {
  transform: rotate(-180deg);
  transition: 0.2s transform ease-in-out;
}
.global-header .utility-nav {
  display: inline-block;
  margin-left: auto;
}
.global-header .utility-nav li {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
  position: relative;
  vertical-align: middle;
}
.global-header .utility-nav li:lang(ru) {
  font-weight: lighter;
}
@media only screen and (max-width: 1100px) {
  .global-header .utility-nav li {
    display: none;
  }
}
.global-header .utility-nav li a:link,
.global-header .utility-nav li a:visited {
  color: #000;
}
.global-header .utility-nav li a:hover,
.global-header .utility-nav li a:focus {
  color: #017cee;
}
.global-header .utility-nav li:first-child {
  margin-left: 0;
}
.global-header .utility-nav li .button-outline {
  color: #017cee;
}
.global-header .utility-nav li .button-outline:link,
.global-header .utility-nav li .button-outline:visited {
  color: #017cee;
}
.global-header .utility-nav li .button-outline:hover,
.global-header .utility-nav li .button-outline:focus {
  color: #14cc45;
}
.global-header .business-nav {
  display: inline-block;
  margin-left: auto;
}
.global-header .business-nav li {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
  position: relative;
  vertical-align: middle;
}
.global-header .business-nav li:lang(ru) {
  font-weight: lighter;
}
@media only screen and (max-width: 1100px) {
  .global-header .business-nav li {
    display: none;
  }
}
.global-header .business-nav li a:link,
.global-header .business-nav li a:visited {
  color: #017cee;
}
.global-header .business-nav li a:hover,
.global-header .business-nav li a:focus {
  color: #14cc45;
}
.global-header .business-nav li:first-child {
  margin-left: 0;
}
.global-header .business-nav .new {
  color: #017cee;
  font-size: 9px;
  left: 100%;
  margin-left: -15px;
  position: absolute;
  text-transform: uppercase;
  top: -12px;
  white-space: nowrap;
}
.global-header .business-nav .new:lang(fr) {
  left: 0;
  margin-left: 10px;
}
.global-header .business-nav .sign-up-container.on-home {
  margin-left: 0;
  text-align: right;
  width: 0;
}
@media only screen and (max-width: 1100px) {
  .global-header .business-nav .sign-up-container.on-home {
    text-align: left;
    width: auto;
  }
}
.global-header .business-nav .sign-up-container.on-home > a {
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .global-header .business-nav .sign-up-container.on-home > a {
    opacity: 1;
  }
}
.global-header .business-nav .sign-up-container.on-home > a.visible {
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}
.global-header .business-nav .biz-contact-sales-container {
  margin-left: 0;
  overflow: hidden;
  text-align: right;
  width: 0;
}
@media only screen and (max-width: 1100px) {
  .global-header .business-nav .biz-contact-sales-container {
    text-align: left;
    width: auto;
  }
}
.global-header .business-nav .biz-contact-sales-container > a {
  display: inline-block;
  margin-left: 30px;
  margin-top: 2px;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  white-space: nowrap;
}
.global-header .business-nav .biz-contact-sales-container > a.visible {
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}
.global-header .business-nav .biz-log-in-container {
  margin-left: 0;
}
.global-header .business-nav .biz-log-in-container > a {
  display: inline-block;
  margin-left: 30px;
  margin-top: 2px;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  white-space: nowrap;
}
.global-header .business-nav .biz-log-in-container > a.visible {
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}
.global-header .business-nav a {
  padding-bottom: 2px;
}
.global-header .business-nav .active {
  border-bottom: 2px solid #017cee;
}
.global-header .business-nav .header-cta {
  line-height: normal;
  max-width: 196px;
  padding: 15px 20px 14px;
}
.global-header .business-nav .header-cta:lang(ru) {
  font-weight: lighter;
}
.global-header .business-nav .header-cta:lang(jp) {
  line-height: 10px;
  padding: 16px 10px 14px;
}
.global-header .business-nav .button-primary {
  background: #017cee;
  border: 2px solid #017cee;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: 15px 20px 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s background ease-in-out;
}
.global-header .business-nav .button-primary:lang(ru) {
  font-weight: lighter;
}
.global-header .business-nav .button-primary:hover {
  background: #14cc45;
  transition: 0.1s background ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .global-header .business-nav .button-primary.try-business-cta {
    background: none;
    color: #000;
    display: inline-block;
    padding: 0;
  }
  .global-header .business-nav .button-primary.try-business-cta:lang(ru) {
    font-weight: lighter;
  }
  .global-header .business-nav .button-primary.try-business-cta:hover {
    background: transparent;
  }
}
.global-header .global-nav {
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .global-header .global-nav {
    text-align: left;
  }
}
.global-header .mobile-nav .non-linked:hover,
.global-header .mobile-nav .non-linked:focus {
  color: inherit;
}
.global-header .mobile-nav .sub-nav {
  display: none;
  margin-top: 20px;
}
.global-header .mobile-nav .sub-nav-col {
  overflow: auto;
}
.global-header .mobile-nav .sub-nav-col .sub-nav-cta {
  float: right;
  margin-bottom: 20px;
  margin-top: 40px;
}
.global-header .mobile-nav .sub-nav-col .sub-nav-cta:lang(ru) {
  font-weight: lighter;
}
.global-header .mobile-nav li {
  border-bottom: 1px #f2f2f2 solid;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1em;
  margin: 0 20px;
  padding: 20px 0;
  text-align: left;
}
.global-header .mobile-nav li:lang(ru) {
  font-weight: lighter;
}
.global-header .mobile-nav li a:link,
.global-header .mobile-nav li a:visited {
  font-size: 14px;
}
.global-header .mobile-nav li a:link:lang(ru),
.global-header .mobile-nav li a:visited:lang(ru) {
  font-weight: lighter;
}
.global-header .mobile-nav li .nav-label {
  text-transform: uppercase;
}
.global-header .mobile-nav li .nav-label:lang(ru) {
  font-weight: lighter;
}
.global-header .mobile-nav li .nav-label .arrow {
  position: absolute;
  right: 30px;
}
.global-header .mobile-nav li .nav-label:hover,
.global-header .mobile-nav li .nav-label.active {
  color: #017cee;
}
.global-header .mobile-nav li .nav-label:hover .arrow,
.global-header .mobile-nav li .nav-label.active .arrow {
  border-top: 4px solid #017cee;
}
.global-header .mobile-nav li .nav-label.active .arrow {
  transform: rotate(-180deg);
}
.global-header .mobile-nav .sub-nav-box {
  margin: 5px 0;
  padding: 10px;
  width: 100%;
}
.global-header .mobile-nav .sub-nav-box.with-icon {
  padding: 10px 10px 10px 72px;
}
.global-header .mobile-nav .sub-nav-box .plans {
  height: 48px;
  left: 10px;
  top: 10px;
  width: 48px;
}
.global-header .mobile-nav .mobile-sub-nav {
  display: block;
  margin: 40px 0 0 28px;
}
.global-header .mobile-nav .mobile-sub-nav li {
  border: 0;
  line-height: 1em;
  margin: 0;
  padding: 20px 0;
}
.global-header .mobile-nav .mobile-sub-nav li:first-of-type {
  padding-top: 0;
}
.global-header .mobile-nav .mobile-sub-nav li:last-of-type {
  padding-bottom: 0;
}
.global-header .mobile-nav .mobile-sub-nav li a:link,
.global-header .mobile-nav .mobile-sub-nav li a:visited {
  font-size: 18px;
}
.global-header .mobile-nav .mobile-sub-nav li a:link:lang(ru),
.global-header .mobile-nav .mobile-sub-nav li a:visited:lang(ru) {
  font-weight: lighter;
}
.global-header .mobile-nav .signup-login {
  border-top: 1px #e3e5e6 solid;
  margin: 0 20px;
  padding: 40px 0;
  text-align: center;
}
.global-header .mobile-nav .signup-login .signup-or {
  margin: 0 5px;
}
.global-header .mobile-nav .signup-login a {
  color: #017cee;
}
.global-header .mobile-nav .signup-login a:lang(ru) {
  font-weight: lighter;
}
.global-header .mobile-nav .signup-login a:hover {
  color: #14cc45;
}
.global-header .mobile-nav .signup-login a.button {
  font-size: 1em;
  height: auto;
  line-height: 1em;
  padding: 10px 30px;
}
.global-header .nav-section {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 20%;
}
@media only screen and (max-width: 1100px) {
  .global-header .nav-section {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 30px 40px 28px;
    position: relative;
    width: 100%;
  }
}
.global-header .nav-section.open .arrow {
  transform: rotate(-180deg);
  transition: 0.2s transform ease-in-out;
}
.global-header .nav-section ul {
  border: 1px solid transparent;
  list-style-type: none;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .global-header .nav-section ul {
    display: none;
    margin-top: 14px;
    padding: 10px 0 4px;
  }
}
.global-header .nav-section li {
  font-family: "Soleil_Light", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  position: relative;
}
.global-header .nav-section li:lang(ru) {
  font-weight: lighter;
}
@media only screen and (max-width: 1100px) {
  .global-header .nav-section li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
  .global-header .nav-section li a:hover {
    text-decoration: none;
    border-bottom: 0 solid transparent;
    transition: 0.3s border ease-in-out, 0.3s color ease-in-out;
  }
  .global-header .nav-section li a:hover:focus,
  .global-header .nav-section li a:hover:hover {
    color: #14cc45;
    border-color: "transparent";
    transition: 0.1s border ease-in-out, 0.1s color ease-in-out;
  }
}
.global-header .nav-section li:last-child {
  margin-bottom: 0;
}
.global-header .nav-section a {
  position: relative;
}
.global-header .nav-section .new {
  color: #017cee;
  font-size: 9px;
  left: -15px;
  position: relative;
  text-transform: uppercase;
  top: -12px;
  white-space: nowrap;
}
.global-header .nav-section .new:lang(fr) {
  left: 10px;
  position: absolute;
  top: -17px;
}
.global-header .nav-section .arrow {
  display: none;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 35px;
  width: 15px;
}
@media only screen and (max-width: 1100px) {
  .global-header .nav-section .arrow {
    display: block;
  }
}
.global-header .nav-section .section-toggle {
  cursor: pointer;
  display: none;
  height: 80px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 1100px) {
  .global-header .nav-section .section-toggle {
    display: block;
  }
}
.global-header .nav-section-header {
  color: #000;
  font-size: 13px;
  margin-bottom: 7px;
  text-decoration: none;
}
.global-header .nav-section-header:lang(ru) {
  font-weight: lighter;
}
@media only screen and (max-width: 1100px) {
  .global-header .nav-section-header {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
  }
  .global-header .nav-section-header:lang(ru) {
    font-weight: lighter;
  }
}
.global-header .nav-section-header:lang(jp),
.global-header .nav-section-header:lang(ko),
.global-header .nav-section-header:lang(zh-cn),
.global-header .nav-section-header:lang(zh-tw),
.global-header .nav-section-header:lang(th) {
  font-weight: bold;
}
.global-header .mobile-only-section {
  border-bottom: 1px solid #ccc;
  display: none;
  padding: 30px 40px 28px;
}
@media only screen and (max-width: 1100px) {
  .global-header .mobile-only-section {
    display: block;
  }
}
.global-header .mobile-only-section.mobile-ctas {
  padding-top: 0;
}
.global-header .mobile-only-section.mobile-ctas li {
  margin-bottom: 20px;
}
.global-header .mobile-only-section.mobile-ctas li:last-child {
  margin-bottom: 0;
}
.global-header .mobile-only-section.mobile-ctas a:link {
  display: block;
  line-height: normal;
  width: 100%;
}
.global-header .mobile-only-section.mobile-ctas a:link:lang(ru) {
  font-weight: lighter;
}
.global-header .mobile-only-section.mobile-ctas .log-in-container {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .global-header .mobile-only-section.mobile-ctas .log-in-container {
    display: none;
  }
}
.global-header .mobile-only-section.mobile-ctas .log-in-container a:link {
  display: inline-block;
  padding: 12px 0;
  width: auto;
}
.global-header .mobile-only-section.mobile-ctas .button-primary {
  color: #fff;
}
.global-header .mobile-only-section.language-selector {
  border-bottom: 0;
}
.global-header .mobile-only-section.language-selector ul {
  padding-top: 10px;
}
.global-header .mobile-only-section.language-selector li {
  margin-bottom: 10px;
}
.global-header .mobile-only-section ul {
  list-style-type: none;
}
.global-header .mobile-only-section li {
  text-align: left;
}
.global-header .drawer-nav-open-btn {
  background: #fff;
  display: none;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 1100px) {
  .global-header .drawer-nav-open-btn {
    display: block;
  }
}
.global-header.has-sub {
  margin-top: -80px;
  position: relative;
}