body, p, a, th, td {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #606060;
}

p {
  line-height: 1.8;
}

b {
  font-weight: 500;
}

h1 {
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0;
}

h4 {
  color: #999999;
}

h5 {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 15px;
}

a {
  color: #0064C0;
  font-weight: 400;
}

a:hover {
  text-decoration: underline;
  color: #0064C0;
}

section {
  margin-top: 50px;
}

section h1 {
  font-size: 35px;
  line-height: 40px;
  margin: 0;
}

.mobile-pos {
  margin: 10px;
}

.sub-group-header {
  margin: 20px 0 0;
}

article {
  padding-top: 25px;
}

article h1 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #4a6781;
  margin-bottom: 10px;
}

article h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 5px 0;
}

article h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px 0;
}

article h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 8px 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}

th {
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  padding: 4px 8px;
  border: #e0e0e0 1px solid;
}

td {
  vertical-align: top;
  padding: 10px 8px 10px 8px;
  border: #e0e0e0 1px solid;
}

td > p {
  margin-bottom: 0;
}

td.code {
  font-size: 16px;
  font-family: "Source Code Pro", monospace;
  font-style: normal;
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #EBECED;
}

::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}

::-webkit-scrollbar-thumb:hover {
  background: #0064C0;
  width: 4px;
}

#project h4 {
  font-weight: 100;
  margin-top: 0;
  font-size: 17px;
  margin-bottom: 0;
}

#generator .content {
  color: #b0b0b0;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}

.label-optional {
  float: right;
  background-color: grey;
  margin-top: 4px;
}

.open-left {
  right: 0;
  left: auto;
}

#apidoc .apidoc {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}

#apidoc h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}

#apidoc h2 {
  font-family: "Source Sans Pro Bold", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding-top: 14px;
}

pre {
  background-color: #292b36;
  color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  margin: 10px 0 20px 0;
  overflow-x: auto;
}

code.language-text {
  word-wrap: break-word;
}

pre.language-json {
  overflow: auto;
}

pre.language-html {
  margin: 0 0 20px 0;
}

.method {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 4px 5px;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: #3387CC;
  color: #ffffff;
}

.meth-get {
  background-color: green;
}

.meth-put {
  background-color: #e5c500;
}

.meth-post {
  background-color: #4070ec;
}

.meth-delete {
  background-color: #ed0039;
}

#postman {
  padding-bottom: 50px;
}

pre.language-api .str {
  color: #ffffff;
}

pre.language-api .pln,
pre.language-api .pun {
  color: #65B042;
}

pre code {
  display: block;
  font-size: 15px;
  font-family: "Source Code Pro", monospace;
  font-style: normal;
  font-weight: 400;
  word-wrap: normal;
  white-space: pre;
}

pre code.sample-request-response-json {
  white-space: pre-wrap;
  max-height: 500px;
  overflow: auto;
}

pre.prettyprint {
  background-color: #313131;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 15px 20px
}

#content {
  padding-top: 100px;
  padding-bottom: 70px;
}

#content ol, #content li {
  line-height: 1.8;
}

.sidenav li.nav-header:first-child {
  margin-top: 0;
}

.sidenav > li > a {
  display: block;
  padding: 7px;
  font-weight: 400;
  font-size: 14px;
}

.sidenav > li.nav-header {
  margin-top: 20px;
  margin-bottom: 0;
}

.sidenav > li.nav-header > a {
  font-weight: 500;
  font-size: 17px;
  background-color: transparent;
}

.sidenav > li.nav-sub-header > a {
  font-weight: 500;
  font-size: 15px;
  background-color: transparent;
}

.sidenav > li.active > a {
  position: relative;
  z-index: 2;
  background-color: #0064C0;
  color: #ffffff;
  border-radius: 5px;
}

.sidenav > li.active > a:hover {
  color: #ffffff;
  background-color: #0064C0;
}

.sidenav > li.has-modifications a {
  border-right: #60d060 4px solid;
}

.sidenav > li.is-new a {
  border-left: #e5e5e5 4px solid;
}

.sidenav-search {
  width: 228px;
  left: 0px;
  position: fixed;
  padding: 16px 20px 10px 20px;
  background-color: #F5F5F5;
  z-index: 11;
  margin-top: 75px;
}

.sidenav-search .search {
  height: 26px;
}

.search-reset {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 28px;
  top: 17px;
  background-color: #fff;
}

ins {
  background: #60d060;
  text-decoration: none;
  color: #000000;
}

del {
  background: #f05050;
  color: #000000;
}

.label-ins {
  background-color: #60d060;
}

.label-del {
  background-color: #f05050;
  text-decoration: line-through;
}

pre.ins {
  background-color: #60d060;
}

pre.del {
  background-color: #f05050;
  text-decoration: line-through;
}

table.ins th,
table.ins td {
  background-color: #60d060;
}

table.del th,
table.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

tr.ins td {
  background-color: #60d060;
}

tr.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

#loader {
  position: absolute;
  width: 100%;
}

#loader p {
  padding-top: 80px;
  margin-left: -4px;
}

.spinner {
  margin: 200px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 14px;
  height: 14px;
  background-color: #0064C0;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.nav-tabs>li>a {
  font-size: 16px;
}

.nav-tabs>li>a:hover {
  border-color: #fff;
  border-bottom-color: #efefef;
  color: #ff7f00;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
  border: 1px solid #efefef;
  border-bottom-color: transparent;
}

.nav.nav-tabs.nav-tabs-examples a {
  padding: 5px 10px;
  margin: 0;
}

.nav-tabs {
  border-bottom: 1px solid #efefef;
}

.nav>li>a:hover {
  background-color: transparent;
  color: #ff7f00;
}

ul.nav-tabs {
  margin: 0;
}

p.deprecated span{
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

/** site header style */

.nav-item.dropdown p {
  color: #999999;
  font-weight: 400;
  cursor: default;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  margin-top: 2px;
}

.nav-item.dropdown .dark-col p {
  color: #FFFFFF;
}

.nav-item.dropdown .subtitle-menu {
  font-size: 14px;
}

.subtitle-divider {
  border-left: 1px solid #ff7f00;
  padding-left: 10px;
  margin-top: 2px;
}

.nav-item.dropdown .column-tag {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 5px;
  display: flex;
  align-items: center;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nav-item-cta a.quick-demo {
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  padding: 6px 8px;
  color: #FFF;
  background: #FF7F00;
  border: 1px solid #FF7F00;
  width: max-content;
}

a.dropdown-toggle {
  cursor: default;
}

.dropdown-menu {
  min-width: 286px;
}

.dropdown-menu div a {
  width: max-content;
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 49%;
  right: auto;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: '';
}

.dropdown-menu.wide-menu-verify:before {
  left: 42%;
}

.dropdown-menu .sub-menu {
  visibility: hidden;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown-menu > li > a {
  display: inline-block;
}

.nav-item.dropdown.resources {
  margin-bottom: 0px;
}

.nav-item.resources .dropdown-menu-title {
  margin-bottom: 10px;
}

.nav-item-cta .quick-demo, #navbar-collapse.navbar-collapse a.quick-demo {
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 900;
  padding: 6px 8px;
}

.dropdown-menu-title {
  font-style: normal;
  font-weight: bold !important;
  font-size: 17px;
  line-height: 20px;

  color: #011C35 !important;
}

.dropdown-menu-description {
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #666666 !important;
}

.dropdown-menu-col {
  padding: 30px;
}

.dark-col {
  padding: 30px;
  border-radius: 0 0 15px 15px;
  background: #011C35;
}

.wide-menu-verify-right .dropdown-menu-col:first-of-type {
  padding-bottom: 15px;
}

.wide-menu-verify .dark-col {
  padding: 19px 39px 30px;
}

.dropdown-section-title {
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #0064C0;
}

.dropdown-menu-link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #0064C0;
}

.dropdown-menu-link:hover  path {
  fill: #FF7F00;
}

.dropdown-menu-list {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
  color: #0064C0;
}

.dropdown-menu-list a {
  font-size: 13px;
}

header .cta_button.quick-demo-orange {
  margin-top: 0 !important;
}

.verify-dropdown-menu-bottom {
  background: #011C35;
  padding: 15px 30px 15px 30px;
  border-radius: 0 0 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.verify-dropdown-menu-bottom .label {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0;
}

#sidenav .navbar-collapse {
  padding: 0;
}

#sidenav .navbar-toggle{
  margin: 0;
  float: none;
}

#sidenav .navbar-toggle .icon-bar {
  background-color: #0064C0;
  height: 3px;
}

#sidenav .mobile-logo {
  width: 200px;
  margin-left: -8px;
}

#sidenav .mobile-navbar-header{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}


#sidenav .mobile-navbar-header a{
  display: block;
}

/** end site header style */

/** new header **/

.main-menu .container,
.footer .container {
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  .main-menu .container,
  .footer .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .main-menu .container,
  .footer .container {
    max-width: 1320px;
  }
}

.main-menu {
  z-index: 1000;
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  transition: background-color 0.1s ease-in-out;
}

.main-menu ul,
.main-menu li,
.main-menu ol {
  list-style: none;
}

.menu-scrolled {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 25%);
}

.main-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu .logo {
  margin-right: 24px;
  padding: 16px 0;
}

.main-menu .logo img {
  max-width: 144px;
  height: auto;
}

.main-menu .logo .logo-blue {
  display: none;
}

.main-menu.menu-scrolled .logo .logo-white {
  display: none;
}

.main-menu.menu-scrolled .logo .logo-blue {
  display: flex;
}

.nav-toggle {
  display: flex;
  padding: 24px 0;
  background: transparent;
  border: none;
  transition: transform 0.2s linear;
}

.nav-toggle svg {
  width: 30px;
  height: 30px;
}

.nav-toggle svg rect {
  fill: #FFFFFF;
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(0);
  transition: fill .2s linear, opacity .2s ease, transform .2s linear;
}

.menu-scrolled .nav-toggle svg rect {
  fill: #0064C0;
}

.menu-scrolled .nav-open svg rect,
.nav-open svg rect {
  fill: #FF7F00;
}

.nav-open svg rect:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-open svg rect:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, 0);
}

.nav-open svg rect:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.main-menu--navbar-links {
  display: none;
}

.main-menu--nav-list {
  padding: 0;
  margin: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.main-menu .main-menu--nav-item {
  padding: 24px 0;
  margin: 0 auto;
  transition: 0.2s;
}

.mega-menu {
  visibility: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 10;
  top: 4em;
  right: 0;
  left: 0;
  padding: 48px;
  margin: 0px auto;
  width: 100%;
  display: none;
  cursor: default;
}

.resources-mega-menu {
  max-width: 960px;
}

.products-mega-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 64px;
  padding: 40px 40px 56px;
  max-width: 1110px;
}

.use-cases-mega-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 64px;
  padding: 40px 40px 56px;
  max-width: 1170px;
}

.resources-mega-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 40px;
}

.products-mega-menu .mega-menu--section {
  display: grid;
  grid-template-rows: auto repeat(2, 1fr);
  gap: 40px;
}

.use-cases-mega-menu .mega-menu--section {
  display: grid;
  grid-template-rows: auto repeat(4, 1fr);
  gap: 32px;
}

.mega-menu--section-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #011C35;
  padding-bottom: 16px;
  border-bottom: 1px solid #A1B9D4;
}

.use-cases-mega-menu .mega-menu--section-title {
  margin-bottom: 8px;
}

.mega-menu--section--product-context {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.use-cases-mega-menu .mega-menu--section--product-context {
  margin-bottom: 0;
}

.mega-menu--section--product-context:hover,
.mega-menu--section--product-context:hover .mega-menu--section--product-description {
  text-decoration: none;
}

.mega-menu--section--product-context:hover .mega-menu--section--product-title span:not(.mega-menu--section--product-pill--tag) {
  color: #0064C0;
  text-decoration: underline;
}

.mega-menu--section--product-title {
  display: flex;
  align-items: center;
  gap: 8px;
}


.mega-menu--section--product-title .mega-menu--section--product-pill--tag,
.mobile-menu--dropdown-item .mega-menu--section--product-pill--tag {
  background: #6b00fa;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 2px 6px;
  text-decoration: none;
  margin-left: 4px;
}

.mega-menu--section--product-title .mega-menu--section--product-pill--tag.lila,
.mobile-menu--dropdown-item .mega-menu--section--product-pill--tag.lila {
  background: #ba03e8;
}

.mega-menu--section--product-title .mega-menu--section--product-pill--tag:hover,
.mobile-menu--dropdown-item .mega-menu--section--product-pill--tag:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.mega-menu--section--product-logo {
  width: auto;
  height: 14px;
}

.mega-menu--section--product-title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #011C35;
}

.mega-menu--section--product-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  color: #3B556E;
  margin: 0;
}

.mega-menu--section--product-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mega-menu--section--product-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: #0064C0;
}

.mega-menu--section--product-link-separator {
  background: #A1B9D4;
  height: 15px;
  width: 1px;
  margin: 0 8px;
}

.mega-use-case-link {
  display: flex;
  flex-direction: column;
}

.mega-use-case-link:hover {
  text-decoration: none;
}

.mega-use-case-link:hover .title {
  color: #0064C0;
  text-decoration: underline;
}

.mega-menu .product-logo {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.mega-menu .use-case-mega-title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  margin-bottom: 16px;
}

.mega-menu .use-case-mega-title img {
  width: 21px;
  max-width: 100%;
  height: auto;
}

.mega-menu .product-logo img {
  width: 100%;
  max-width: 100%;
}

.mega-menu .product-auth-api-wrapper .product-logo img {
  max-width: 28px;
}

.use-case-mega-description,
.product-mega-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  color: #3B556E;
  margin: 0;
  max-width: 370px;
}

.use-cases-mega-menu .title,
.products-mega-menu .title {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 8px;
  align-items: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 800;
  color: #011C35;
}

.products-mega-menu .title {
  margin: 0;
}

.product-tag,
.product-tag:hover,
.product-tag:focus,
.product-tag:visited {
  background: linear-gradient(261.05deg, #0064C0 0%, #2750E1 58.1%, #0064C0 99.58%);
  border-radius: 2px;
  padding: 2px 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #FFFFFF;
  /*margin-left: 8px;*/
  text-decoration: none;
  text-transform: uppercase;
}

.product-tag.focus-product-tag {
  background: linear-gradient(261.05deg, rgba(0, 100, 192, 0.5) 0%, rgba(39, 80, 225, 0.5) 58.1%, rgba(0, 100, 192, 0.5) 99.58%);
}

.resources-wrapper {
  display: grid;
  grid-gap: 16px;
}

.mega-resources-link {
  width: max-content;
}

a.mega-resources-link:hover {
  text-decoration: none;
}

a.mega-resources-link:hover .mega-resources-link--title {
  color: #0064C0;
  text-decoration: underline;
}

a.mega-resources-link:hover .mega-resources-link--description {
  text-decoration: none;
}

a.mega-resources-link:hover .mega-product-links {
  text-decoration: none;
}

.mega-resources-link--title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #011C35;
  margin-bottom: 8px;
}

.mega-resources-link--description {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  color: #3B556E;
  margin: 0;
}

.mega-use-case-links {
  display: flex;
  margin-left: 40px;
}

.mega-product-links {
  display: flex;
}

.mega-use-case-links a,
.mega-product-links a {
  display: inline-flex;
  align-items: center;
}

.mega-use-case-links a span,
.mega-product-links a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #0064C0;
}

.mega-use-case-links a span.product-links-separator,
.mega-product-links a span.product-links-separator {
  margin: 0 8px;
  font-size: 16px;
  color: #C4C4C4;
}

.featured-articles-wrapper {
  display: grid;
  grid-gap: 40px;
  align-items: center;
}

.featured-article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}

.featured-article:hover {
  text-decoration: none;
}

.featured-article:hover .featured-article--info-description {
  color: #0064C0;
  text-decoration: underline;
}

.featured-article--info-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #A1B9D4;
  margin-bottom: 4px;
}

.featured-article--info-description {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 0;
}

.main-menu--nav-item.menu-button-item {
  padding: 0;
}

.main-menu .main-menu--nav-item:hover {
  cursor: pointer;
}

.main-menu .main-menu--nav-item:hover .mega-menu {
  visibility: visible;
}

.main-menu .mega-menu-open {
  /* display: block; */
  visibility: visible;
}

.main-menu .main-menu--nav-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #F7FAFC;
  margin: 0;
  transition: 0.2s;
  text-decoration: none;
}

.main-menu .main-menu--nav-link:focus {
  text-decoration: none;
}

.main-menu .item-mega-arrow {
  position: relative;
}

.main-menu .main-menu--nav-item:hover .item-mega-arrow::before {
  position: absolute;
  z-index: 11;
  content: '';
  bottom: -24px;
  left: calc(50% - 24px/2);
  width: 24px;
  height: 18px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #fff;
  border-radius: 2px;
}

.main-menu .main-menu--nav-link svg {
  margin-left: 8px;
}

.main-menu .main-menu--nav-link svg path {
  fill: #F7FAFC;
  transition: 0.2s;
}

.main-menu .main-menu--nav-item:hover .main-menu--nav-link {
  color: #FF7F00;
  text-decoration: none;
}

.main-menu .main-menu--nav-item:hover .main-menu--nav-link svg path {
  fill: #FF7F00;
}

.main-menu .menu-button-item .main-menu--nav-link {
  margin-right: 0;
  margin-left: 8px;
  display: inline-flex;
  font-weight: 700;
}

.menu-button {
  border: 2px solid #F7FAFC;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 5px 15px;
  transition: 0.2s;
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu .main-menu--nav-link.menu-filled-button,
.main-menu.menu-scrolled .main-menu--nav-link.menu-filled-button {
  background-color: #FF7F00;
  border-color: #FF7F00;
  color: #FFFFFF;
}

.main-menu .menu-button-item:hover .menu-button {
  background-color: #FF7F00;
  border-color: #FF7F00;
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu.menu-scrolled .main-menu--nav-link {
  color: #011C35;
}

.main-menu.menu-scrolled .main-menu--nav-link.dev-account-button {
  margin: 0 24px;
  font-size: 14px;
  font-weight: 500;
}

.main-menu.menu-scrolled .main-menu--nav-link.dev-account-button:hover,
.main-menu.menu-scrolled .main-menu--nav-link.dev-account-button:focus {
  color: #FF7F00;
}

.main-menu.menu-scrolled .main-menu--nav-link svg path {
  fill: #011C35;
}

.main-menu.menu-scrolled .menu-button {
  border-color: #FF7F00;
  color: #FF7F00;
}

/* mobile menu */
.mobile-menu--login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  box-sizing: border-box;
  border: 2px solid #E6EBEF;
  border-right: 0;
  border-left: 0;
  margin-top: -2px;
}

.mobile-menu-anchor {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: calc(100vh - 100%);
  overflow: hidden;
  pointer-events: none;
}

.mobile-menu-wrapper {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #FFFFFF;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  transition: right .15s ease;
  pointer-events: all;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mobile-menu-wrapper::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.mobile-menu-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mobile-menu-open {
  right: 0;
}

.mobile-menu--dropdown-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
  border: 2px solid #E6EBEF;
  border-right: 0;
  border-left: 0;
  /* margin-top: -2px; */
  text-decoration: none;
}

.mobile-menu--dropdown-title span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #011C35;
  transition: color .3s ease-in-out;
}

.mobile-menu--dropdown-title svg {
  width: 16px;
  height: auto;
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
}

.mobile-menu--dropdown-title svg path {
  fill: #011C35;
  transition: fill .3s ease-in-out;
}

.mobile-menu--dropdown-title-open span {
  color: #FF7F00;
}

.mobile-menu--dropdown-title-open svg {
  transform: rotate(-180deg);
}

.mobile-menu--dropdown-title-open svg path {
  fill: #FF7F00;
}

.mobile-menu--use-cases .mobile-menu--dropdown-title,
.mobile-menu--resources .mobile-menu--dropdown-title {
  margin-top: -2px;
}

.mobile-menu--login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  box-sizing: border-box;
  border: 2px solid #E6EBEF;
  border-right: 0;
  border-left: 0;
  margin-top: -2px;
}

.mobile-menu--login-link,
.mobile-menu--login-link:focus,
.mobile-menu--login-link:visited {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #011C35;
  text-decoration: none;
}

.mobile-menu--login-link:hover {
  color: #FF7F00;
  text-decoration: none;
}

.mobile-menu--dropdown {
  background: #EDF0F8;
  padding: 0 24px;
  margin: 0;
  overflow: hidden;

  width: 100%;
  max-height: 0;
  visibility: hidden;
  transition: max-height .3s ease-in-out, visibility .3s ease-in-out;
}

.mobile-menu--dropdown-open {
  visibility: visible;
  max-height: 800px;
}

.mobile-menu--dropdown-item {
  display: grid;
  grid-template-columns: unset;
  align-items: baseline;
  margin-top: 24px;
}

.mobile-menu--dropdown-item:last-of-type {
  margin-bottom: 24px;
}

.mobile-menu--dropdown-item-icon svg {
  vertical-align: middle;
}

.mobile-menu--dropdown-item-text {
  display: grid;
}

.mobile-menu--dropdown-section-title {
  display: flex;
  font-weight: 500;
  font-size: 13px;
  line-height: 190%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #011C35;
  border-bottom: 1px solid #A1B9D4;
  margin-top: 48px;
  padding-bottom: 16px;
}
.mobile-menu--dropdown-section-title:first-of-type {
  margin-top: 24px;
}

.mobile-menu--dropdown-item-title {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  gap: 8px;
}

.mobile-menu--use-cases .mobile-menu--dropdown-item-title {
  grid-template-columns: 1fr auto;
}

.mobile-menu--dropdown-item-logo {
  width: auto;
  height: 14px;
  max-width: 100%;
}


.mobile-menu--dropdown-item-arrow {
  margin-left: auto;
  margin-right: 0;
}

.mobile-menu--dropdown-item-title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #011C35;
}

.mobile-menu--dropdown-item-title:hover span {
  color: #0064C0;
  text-decoration: underline;
}

.mobile-menu--dropdown-item-title:hover path {
  fill: #0064C0;
}

.mobile-menu--link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 8px;
  align-items: center;
  color: #011C35;
}

.mobile-menu--link:hover .product-tag {
  text-decoration: none;
}

.mobile-menu--sublinks {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-menu--sublink {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
}

.mobile-menu--sublink-separator {
  background: #A1B9D4;
  height: 15px;
  width: 1px;
  margin: 0 8px;
}

.mobile-menu--sublink:first-of-type {
  max-width: 140px;
}

.mobile-menu--buttons {
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  align-items: center;
  grid-gap: 8px;
}

.mobile-menu--contact-button,
.mobile-menu--contact-button:focus,
.mobile-menu--contact-button:visited {
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FF7F00;
  border: 2px solid #FF7F00;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 8px 8px;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.mobile-menu--dev-account-button {
  font-size: 14px;
  font-weight: 500;
  color: #011C35;
}

.mobile-menu--dev-account-button:hover,
.mobile-menu--dev-account-button:focus {
  color: #FF7F00;
  text-underline: none;
}

.mobile-menu--demo-button,
.mobile-menu--demo-button:focus,
.mobile-menu--demo-button:visited {
  background-color: #FF7F00;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  border: 2px solid #FF7F00;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.mobile-menu--demo-button:hover,
.mobile-menu--contact-button:hover {
  background-color: #FF7F00;
  color: #FFFFFF;
  text-decoration: none;
}

/** end new header **/

.icon-container {
  display: flex;
  padding-top: 50px;
  padding-left: 7px;
}

.icon-container .auth-api-icon {
  max-width: 24px;
}

.icon-container .auth-api-title {
  padding-left: 13px;
  font-weight: 500;
  font-size: 17px;
  color: black;
}

/* footer */

.footer .btn-cta,
.footer a.btn-cta {
  padding: 9px 10px;
}

.footer .footer-col-inner .country-name:before {
  content: "\e062";
  font-family: 'Glyphicons Halflings';
  margin-right: 8px;
}

.footer {
  background: #011C35;
  color: #fff;
  padding: 90px 0 50px 0;
  font-size: 14px;
  z-index: 20;
  width: 100%;
}

.footer .footer-articles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
  flex-direction: column;
}

.footer .footer-articles .title {
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
  color: #A1B9D4;
  margin-bottom: 40px;
}

.footer .footer-articles-logos {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .footer-articles-logos img {
  margin: 16px;
}

.footer .footer-col .footer-col-inner {
  margin-bottom: 24px;
}

.footer .footer-col .footer-col-inner:last-of-type {
  margin-bottom: 0;
}

.footer .footer-col .footer-special-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}

.footer .footer-col .footer-special-buttons .footer-contact-us {
  background-color: #FFFFFF;
  color: #FF7F00;
  border: 2px solid #F7FAFC;
  box-sizing: border-box;
  border-radius: 32px;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  padding: 5px 16px;
  margin-bottom: 16px;
}

.footer .footer-col .footer-special-buttons .footer-contact-us:hover {
  background-color: #FF7F00;
  color: #FFFFFF;
  border-color: #FF7F00;
}

.footer .footer-col .footer-special-buttons .footer-request-demo {
  background-color: #FF7F00;
  color: #FFFFFF;
  border: 2px solid #FF7F00;
  box-sizing: border-box;
  border-radius: 32px;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  padding: 5px 16px;
}

.footer .footer-col .footer-special-buttons .footer-contact-us:focus,
.footer .footer-col .footer-special-buttons .footer-request-demo:focus {
  text-decoration: none;
}

.footer .footer-col .social {
  display: flex;
  flex: 1;
  margin-bottom: 8px;
}

.footer .footer-col .social a {
  line-height: 1;
  margin: 0 12px;
}

.footer .footer-col .social a:first-of-type {
  margin-left: 0;
}

.footer .footer-col .social a:last-of-type {
  margin-right: 0;
}

.footer .footer-col .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #A1B9D4;
  margin-bottom: 16px;
}

.footer .footer-col-inner .country-name {
  font-size: 12px;
  line-height: 35px;
  color: #A1B9D4;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.footer .footer-col-inner .e-mail {
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  color: #F7FAFC;
  margin-bottom: 8px;
}

.footer .footer-col a {
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #FFFFFF;
}

.footer .footer-col a:hover {
  color: #ff7f00;
  text-decoration: none;
}

.footer .footer-col .title:last-child {
  font-size: 10px;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 20px;
}

@media print {

  #sidenav,
  #version,
  #versions,
  section .version,
  section .versions {
    display: none;
  }

  #content {
    margin-left: 0;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a:after {
    content: " [" attr(href) "] ";
  }

  p {
    color: #000000
  }

  pre {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border: #808080 1px solid;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 20px 0;
  }

}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}

@media (min-width: 375px) {
  .mobile-menu--sublink:first-of-type {
    max-width: 100%;
  }
}

@media (min-width: 768px) {

  tr td img {
    margin: 15px;
  }

  .pos1 {
    max-width: 80px;
  }

  .pos2 {
    max-width: 120px;
  }

  .pos3 {
    max-width: 150px;
  }

  /** header */

  .dropdown-menu {
    padding: 30px;
    font-size: 15px;
  }

  a#cta_button_2460624_0047a7f0-7490-45c6-baf9-c75fb98d8c6d:hover {
    background: #ff7f00;
    color: #fff;
    border-color: #ff7f00;
    -webkit-box-shadow: 1px 1px 5px 0 #0000004d;
    -moz-box-shadow: 1px 1px 5px 0 #0000004d;
    box-shadow: 1px 1px 5px 0 #0000004d;
  }

  a#cta_button_2460624_38232bf2-a591-47e6-9685-0e3f90ceb6ac:hover {
    background: #0064C0;
    color: #fff;
    border-color: #0064C0;
    -webkit-box-shadow: 1px 1px 5px 0 #0000004d;
    -moz-box-shadow: 1px 1px 5px 0 #0000004d;
    box-shadow: 1px 1px 5px 0 #0000004d;
  }
  /** end header */

  #sidenav .collapse {
    display: none !important;
  }

  #sidenav .collapse.in {
    display: block !important;
  }

  #sidenav .navbar-toggle {
    display: block;
  }

  /* footer */
  .footer-col {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* footer */
  .footer .footer-col .title .title-link {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  /*header*/

  #sidenav {
    padding-top: 70px;
    position: sticky;
    top: 0;
  }

  #sidenav .collapse {
    display: block !important;
  }

  #sidenav .navbar-toggle {
    display: none;
  }

  #sidenav ul {
    padding: 30px 0 35px 0;
  }

  #scrollingNav {
    height: calc(100vh - 70px);
    overflow-y: auto;
  }

  #sidenav .mobile-navbar-header {
    display: none;
  }

  .dropdown-menu-col3 {
    width: 33.33333333%;
  }

  .wide-menu {
    width: max-content;
  }

  .dropdown.resources:hover .dropdown-menu {
    flex-direction: column;
  }

  .dropdown.dropdown-menu.wide-menu::before {
    left: 49%;
  }

  .dropdown-menu-col.dark-col {
    border-radius: 0 15px 15px 0;
  }

  .wide-menu-verify .dark-col {
    border-radius: 15px 0 15px 0;
  }

  .navbar-form .form-control {
    width: 280px;
  }
  /** end header */

  /* footer */
  .footer .footer-articles-logos img:first-of-type {
    margin-left: 0;
  }

  .footer .footer-articles-logos img:last-of-type {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

  .navbar-fixed-top .nav > li > a {
    font-size: 13px;
    font-weight: 500;
    padding: 15px 15px;
  }

}

@media screen and (min-width: 1200px) {
  /** new header **/
  .nav-toggle {
    display: none;
  }

  .main-menu--nav-list {
    display: flex;
  }

  .main-menu--navbar-links {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }

  .mobile-menu-anchor {
    display: none;
  }

  .main-menu .main-menu--nav-link {
    display: flex;
    align-items: center;
    margin: 0 16px;
  }

  .main-menu--position-sticky {
    margin-bottom: -69px;
  }
  /** end new header **/

  /* footer */
  .footer .footer-articles-logos {
    justify-content: space-between;
  }

  .footer .footer-articles {
    flex-direction: row;
  }

  .footer .footer-articles .title {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .main-menu .main-menu--nav-link {
    font-size: 14px;
    margin: 0 24px;
  }
}

@media (max-width: 991px ) {
  #try-demo-container {
    text-align: center;
    padding-bottom: 15px;
  }

  .header {
    display: none;
  }

  #content {
    word-break: break-word;
  }
}

@media (max-width: 767px) {
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }

  td {
    max-width: 100px;
    font-size: 15px;
  }

  td.code {
    word-break: break-word;
    max-width: 120px;
    font-size: 14px;
  }

  td p {
    word-break: break-word;
    font-size: 15px;
  }


  p a {
    word-break: break-word;
  }

  h1, h2 {
    word-wrap: break-word;
  }

  h1 {
    font-size: 40px;
  }

  article h2 {
    font-size: 19px;
  }

  tr td img {
    max-width: 80px;
  }

  .pos1 {
    max-width: 70px;
  }

  /* footer */
  .footer-col {
    margin-bottom: 32px;
  }

  .footer-col .form-control {
    width: auto;
  }

  .footer .footer-col .navbar-form {
    padding-left: 15px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .footer .footer-col .navbar-form .form-control {
    display: inline-block;
  }
}
