@font-face {
  font-family: "basisgrotesquepro";
  src: url("../fonts/basis-grotesque-pro/BasisGrotesquePro-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "basisgrotesquepro";
  src: url("../fonts/basis-grotesque-pro/BasisGrotesquePro-Light.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "basisgrotesquepro";
  src: url("../fonts/basis-grotesque-pro/BasisGrotesquePro-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "avenirLT";
  src: url("../fonts/avenir/AvenirLTStd-Heavy.otf") format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "avenirLT";
  src: url("../fonts/avenir/AvenirLTStd-Black.otf") format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "avenirLT";
  src: url("../fonts/avenir/AvenirLTStd-Medium.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "avenirLT";
  src: url("../fonts/avenir/AvenirLTStd-Light.otf") format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "avenirLT";
  src: url("../fonts/avenir/AvenirLTStd-Roman.otf") format('opentype');
  font-weight: 200;
  font-style: normal;
}

body {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000000 !important;
  margin: 0 !important;
}

h1 {
  font-weight: 700 !important;
}

h2 {
  font-weight: 400 !important;
}

h3 {
  margin: 12px 0 !important;
}

a {
  transition: all .3s ease-in-out;
}

.off-canvas {
  background: #3B4BCB;
}

.fluid-container {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.header-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: auto;
}

.header-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
}

.header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top-header .logo {
  max-height: 40px;
  min-height: 40px;
  max-width: 180px;
}

.header-menu a {
  padding: 15px 16px;
  line-height: 20px;
  position: relative;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #0223B8;
}

.header-menu a:hover {
  color: #0222b1;
}

.header-menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: rgba(216, 216, 216, 0);
  transition: all .3s ease-in-out;
}

.header-menu a:hover:before {
  bottom: 0px;
  background-color: #4e6efd;
}

.header-menu .is-active:before {
  bottom: 0;
  background-color: #0223B8;
}

.top-header {
  background-color: #FFFFFF;
  ;
}

.top-header .header-menu .translate {
  border-left: 1px solid rgba(216, 216, 216, 0.15);
  border-right: 1px solid rgba(216, 216, 216, 0.15);
}

.top-header .header-menu .translate a:after {
  border-color: #fff transparent transparent !important;
}

.sc-hXRMBi {
  display: none;
}

.menu-content ul[role="navigation"] label .operation-type {
  width: 32px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 6px 4px;
  font-size: 7px;
  font-family: Verdana;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
}

.menu-content ul[role="navigation"] label .operation-type:after {
  content: "";
  height: 60px;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -56px;
  margin: auto;
  background-color: rgba(54, 73, 92, .1);
  z-index: -1;
}

.menu-content ul[role="navigation"] label .operation-type:before {
  content: "";
  height: 60px;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -56px;
  margin: auto;
  background-color: rgba(54, 73, 92, .1);
  z-index: -1;
}

.menu-content ul[role="navigation"] ul li:first-of-type .operation-type:before {
  content: none;
}

.menu-content ul[role="navigation"] ul li:last-of-type .operation-type:after {
  content: none;
}

div[role="tabpanel"] span+div {
  background: #2b2b2b !important;
  color: #fff !important;
}

.api-content>div {
  padding-top: 24px;
  padding-bottom: 24px;
}

.api-content>div:has(h1)+div {
  padding-top: 0;
}

.api-info>p {
  display: none;
}

ol {
  margin: 14px 0 !important;
}

@media screen and (max-width:767px) {
  .header-bar {
    padding: 0;
  }

  .header-menu {
    justify-content: center;
  }

  .header-bar-left,
  .header-bar-right {
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
  }

  .header-bar-left {
    padding-top: 15px;
  }

  .header-bar-left img {
    min-width: 150px;
  }

  .header-menu a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width:474px) {
  .header-bar-right {
    font-size: 12px;
  }
}
