body,
body * {
  font-family: sans-serif;
}

body {
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

body {
  background-color: var(--white);
  color: var(--dark-charcoal);
  font-display: swap;

  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: optimizeQuality;
  text-rendering: geometricPrecision;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  margin: 0;
  scroll-behavior: smooth;
  width: 100vw;
}

:root {
  --white: #fff;
  --absolute-white: #fff;
  --white-smoke: #f8f8f8;
  --black: #000;
  --dark-charcoal: #333;
  --grey-silver: #b8b8b8;
  --sonic-silver: #7a7a7a;
  --capital-blue: #00aeef;
  --blue-regal: #004276;
  --color-k1: #e45527;
  --color-k2: #c9973a;
  --color-k3: #74a3b5;
  --transparent: transparent;
}

:root {
  --font-slc: "Stag BG Web";
  --font-sslc: "Stag Sans BG Web";
}

header {
  display: block;
}

body>header {
  background-color: var(--dark-charcoal);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .35);
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 500;
}

@media (min-width: 992px) {
  body>header {
    box-shadow: none;
  }
}

#header {
  background-color: var(--dark-charcoal);
  position: relative;
  width: 100%;
  z-index: 500;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.d-flex {
  display: flex !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.container {
  position: relative;
}

@media (min-width: 992px) {
  .container {
    max-width: 1286px;
  }
}

#header .header-top {
  height: 40px;
  position: relative;
}

nav+nav {
  background-color: var(--black);
}

.menu {
  display: none;
}

@media (min-width: 992px) {
  .menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}

.mr-auto {
  margin-right: auto !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}

.collapse:not(.show) {
  display: none;
}

#collapseSearch {
  animation-fill-mode: forwards;
  background-color: var(--black);
  border: 0;
  border-radius: 0;
  display: block;
  height: 150px;
  left: 50%;
  margin: 0 0 0 -50vw;
  opacity: .3;
  padding: 14px 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: all .2s linear;
  width: 100vw;
  z-index: 500;
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

#collapseSubscription {
  align-items: center;
  animation-fill-mode: forwards;
  background-color: var(--black);
  border: 0;
  border-radius: 0;
  height: 194px;
  left: 50%;
  margin: 0 0 0 -50vw;
  opacity: .3;
  padding: .875rem 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: all .2s linear;
  width: 100vw;
  z-index: 500;
}

.navbar {
  padding: .5rem 1rem;
  position: relative;
}

.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header .header-top--hamburger-b {
  display: none;
  left: 50%;
  margin: 0 0 0 -50vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 1s ease;
  width: 100vw;
  z-index: 9999;
}

@media (min-width: 992px) {
  .menu>header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1286px;
    width: 100%;
  }
}

section {
  display: block;
}

@media (min-width: 992px) {
  .menu>section {
    display: flex;
    flex: 1;
    flex-direction: column;
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

.mr-3 {
  margin-right: 1rem !important;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a {
  transition: all .2s ease;
}

a {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

body>header a {
  color: var(--white);
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

#header .newest-tb {
  background: url(../images/newest-tb-icon.32866b8e.svg) 0 no-repeat;
  background: url(../images/newest-tb-icon.32866b8e.svg) 0 no-repeat;
  color: var(--white);
  display: inline-block;

  font-size: .875rem;
  font-weight: 500;
  height: 24px;
  line-height: 1.8;
  margin: 0 34px 0 0;
  min-width: 24px;
  padding: 0 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a,
a:active,
a:hover {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

a:active,
a:hover {
  opacity: .75;
}

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}

.text-uppercase {
  text-transform: uppercase !important;
}

@media (min-width: 992px) {
  #header .bulletins {
    background: url(../images/mail-ico-blue.db2a3e5e.svg) 0 no-repeat;
    color: var(--white);
    display: inline-block;

    font-size: .875rem;
    font-weight: 500;
    height: 24px;
    line-height: 1.8;
    margin: 0 34px 0 0;
    min-width: 24px;
    padding: 0 0 0 30px;
    position: relative;
    text-transform: uppercase;
  }
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #212529;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}

.btn,
a {
  transition: all .2s ease;
}

.btn,
a {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

#header .my-articles {
  color: var(--white);
  font-size: .875rem;
  font-weight: 500;
  height: 26px;
  line-height: 1;
  margin: 0 34px 0 0;
  min-width: 26px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn,
.btn:active,
.btn:hover,
a,
a:active,
a:hover {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

button {
  border-radius: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
button {
  -webkit-appearance: button;
}

.btn,
button {
  transition: all .2s ease;
}

.btn,
button {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

[type="button"]:not(:disabled),
button:not(:disabled) {}

#header .collapse-search {
  animation: fadeInOpacity .7s;
  color: var(--white);
  display: inline-block;

  font-size: .875rem;
  font-weight: 500;
  height: 26px;
  line-height: 1;
  margin: 0 34px 0 0;
  min-width: 24px;
  padding: 0 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

#header .collapse-search[aria-expanded="false"]::before {
  background: url(../images/search-blue-icon.247ceb26.svg) 0/24px 24px no-repeat;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.btn,
.btn:active,
.btn:hover,
button,
button:active,
button:hover {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

#header .subscription-tb {
  color: var(--white);
  display: inline-block;

  font-size: .875rem;
  font-weight: 500;
  height: 26px;
  line-height: 1;
  margin: 0 34px 0 0;
  min-width: 24px;
  padding: 0 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

#header .subscription-tb[aria-expanded="false"]::before {
  background: url(../images/subscription-tb-icon.c07778d6.svg) 50% no-repeat;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

button {
  -webkit-appearance: button;
}

[data-auth] {
  background: none;
  border-style: none;
  box-shadow: none;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none;
  transition: all .2s ease;
}

button:not(:disabled) {}

#header .login-tb {
  color: var(--white);
  display: inline-block;

  font-size: .875rem;
  font-weight: 500;
  height: 26px;
  line-height: 1;
  margin: 0 34px 0 0;
  min-width: 24px;
  padding: 0 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

#header .login-tb {
  background: url(../images/login-tb-icon.18e2933d.svg) 0 no-repeat;
}

#header .login-tb::after,
#header .login-tb::before {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 17px;
  position: absolute;
  top: -1px;
  width: 8px;
}

#header .login-tb::before {
  background-color: red;
}

#header .login-tb::after {
  animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
  background-color: hsla(0, 0%, 100%, .689);
}

[data-auth]:hover {
  opacity: .75;
}

[type="button"] {
  -webkit-appearance: button;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

[type="button"]:not(:disabled) {}

#header .hamburgerBtn {
  -webkit-appearance: none;
  -webkit-border-radius: 0;

  height: 22px;
  outline: none;
  position: relative;
  width: 22px;
  min-width: 22px;
  -webkit-font-smoothing: antialiased;
}

.d-block {
  display: block !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}

.container-xl {
  position: relative;
}

@media (min-width: 992px) {
  .container-xl {
    max-width: 1286px;
  }
}

#header .navbarContent {
  align-items: center;
  animation-fill-mode: forwards;
  background-color: var(--black);
  display: block;
  flex-basis: 100%;
  flex-grow: 1;
  height: 561px;
  padding: 1.25rem 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1s linear;
}

@media (min-width: 992px) {
  .menu a {
    color: var(--white);
    position: relative;
  }

  .menu>header a {
    display: none;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .menu>header a {
    display: inline;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .menu menu {
    display: flex;
    flex-flow: row nowrap;
    height: 70px;
    justify-content: space-between;
    margin: 0;
    min-width: 100%;
    padding: 0 15px;
  }

  .menu menu {
    background-color: var(--black);
  }
}

@media (min-width: 1200px) {
  .menu menu {
    justify-content: flex-start;
    min-width: unset;
  }
}

@media (min-width: 992px) {

  .menu menu,
  .menu menu::after {
    background-color: var(--black);
  }

  .menu menu::after {
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: -1;
  }
}

article {
  display: block;
}

@media (min-width: 992px) {
  .menu article {
    align-items: stretch;
    animation-fill-mode: forwards;
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    left: 50%;
    margin: 0 auto;
    max-width: 1286px;
    opacity: .3;
    position: absolute;
    transform: scaleY(0) translateX(-50%);
    transform-origin: top;
    transition: all .2s linear;
    width: 100%;
  }
}

.menu article {
  column-gap: 30px;
}

@media (min-width: 992px) {
  .menu>section article:not([data-menu-list="events"]) {
    padding: 0 15px;
  }

  .menu article::after {
    background-color: var(--black);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }

  .menu article:nth-last-of-type(-n + 3) {
    column-gap: 15px;
    justify-content: space-between;
  }
}

.logo {
  display: block;
}

#header .header-top--logo a {
  display: flex;
}

.logo:active,
.logo:hover {
  opacity: 1;
}

#header .newest-tb span {
  font-weight: 600;
}

svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

#header .my-articles svg {
  height: auto;
  margin-right: 7px;
  width: 24px;
}

#header .hamburgerBtn span {
  background: var(--white);
  border-radius: 9px;
  display: block;
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  width: 100%;
}

#header .hamburgerBtn span:first-child {
  top: 0;
  transform-origin: left center;
}

#header .hamburgerBtn span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}

#header .hamburgerBtn span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.search-form--hb {
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.align-items-stretch {
  align-items: stretch !important;
}

.row {
  position: relative;
}

.h-100 {
  height: 100% !important;
}

.navbar .container-xl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header .navbarContent .kbg {
  display: block;
}

#header .navbarContent .kbg::before {
  background: url(../images/big_logo_background.bb96bf7b.svg) 0 100% no-repeat;
  bottom: -22px;
  content: "";
  height: 423px;
  left: -76px;
  position: absolute;
  width: 434px;
}

ul {
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.flex-column {
  flex-direction: column !important;
}

#header .navbarContent ul {
  margin: 0;
}

img {
  border-style: none;
}

img {
  vertical-align: middle;
}

img {
  block-size: auto;
  max-inline-size: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {

  .menu menu,
  .menu menu::after {
    background-color: var(--black);
  }

  .menu menu li {

    font-weight: 500;
    line-height: 1.2;
    padding: .75rem 1.75rem .875rem;
    position: relative;
    transition: .45s;
  }

  .menu menu li {
    color: var(--white);
    display: block;

    font-size: 1.125rem;
  }

  .menu menu li::after {
    border: none;
    bottom: 50%;
    content: url(../images/nav-arrow-down.e27ac145.svg);
    height: 8px;
    position: absolute;
    right: 10px;
    transform: translate(calc(50% - .15rem), .255em);
    transition: all .25s linear;
    width: 10px;
  }

  .menu ul {
    list-style: none;
    padding-left: 0;
  }

  .menu article>* {
    flex: 1;
    position: relative;
  }
}

aside {
  display: block;
}

@media (min-width: 992px) {
  .menu article aside {
    flex: 2;
    padding: 15px;
    transform: translateZ(-1px);
  }

  .menu article aside::after {
    background-image: linear-gradient(90deg, #00aeef 0, #00aeef 30%, rgba(0, 174, 239, .8) 50%, rgba(0, 174, 239, .5) 55%, rgba(0, 174, 239, 0) 70%, rgba(0, 174, 239, 0));
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}

.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

footer {
  display: block;
}

@media (min-width: 992px) {
  .menu article footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    min-width: 100%;
    padding: 1.5rem 15px 15px;
  }

  .menu article footer::before {
    border-top: 1px solid var(--sonic-silver);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.menu article[data-menu-list="storio"] footer {
  margin: 1rem 0;
}

#header.home .logo img {
  display: block;
  height: auto;
}

@media (min-width: 992px) {
  #header.home .logo img {
    width: 204px;
  }
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

input {
  overflow: visible;
}

input {
  box-shadow: none !important;
  outline: 0;
  text-decoration: none !important;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + .75rem + 2px);
  line-height: 1.5;
  padding: .375rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.px-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
}

.input-group>.form-control {
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%;
}

.search-form--hb input[type="search"] {

  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

.search-form--hb input[type="search"] {
  border: none;
  border-bottom: 1px solid var(--grey-silver);
  border-radius: 0;
  color: var(--white);
  height: auto;
}

.search-form--hb input[type="search"] {
  background: var(--transparent);
  box-shadow: none;
  outline: 0;
}

.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

.search-form--hb label {
  color: var(--grey-silver);
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: .2s;
  transition-timing-function: ease;
}

.search-form--hb label {

  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

.input-group-append {
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

.col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

#header .navbarContent ul>li {
  padding: .33rem 0;
}

#header .navbarContent ul>li:first-child {
  padding-top: 0;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

#header .navbarContent a {
  color: var(--white);
}

.nav-link:hover {
  text-decoration: none;
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

.pr-2 {
  padding-right: .5rem !important;
}

.pl-2 {
  padding-left: .5rem !important;
}

@media (min-width: 992px) {
  .menu menu li span {
    color: var(--white);
    display: block;

    font-size: 1.125rem;
  }

  .menu menu li span {
    font-weight: 700;
    max-height: 21px;
  }
}

:root .k1 {
  color: var(--color-k1);
}

:root .k2 {
  color: var(--color-k2);
}

:root .k3 {
  color: var(--color-k3);
}

@media (min-width: 992px) {
  .menu>section article:nth-of-type(-n + 3) ul li {
    border: 0;
    color: var(--white);
    display: block;

    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 1.6rem 0;
  }

  .menu article aside>* {
    position: relative;
  }
}

ol {
  margin-bottom: 1rem;
}

ol {
  margin-top: 0;
}

@media (min-width: 992px) {
  .menu ol {
    list-style: none;
    padding-left: 0;
  }

  .menu ol {
    margin: 20px 0 15px;
    max-width: 60%;
    padding: 0;
  }

  .menu article aside .bg {
    height: 100%;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
  }
}

figure {
  display: block;
}

figure {
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  .menu article figure {
    display: flex;
    padding: 1.6rem 0;
  }
}

.menu article[data-menu-list="editions"] figure {
  flex-direction: column;
}

@media (min-width: 992px) {
  .menu article footer a {
    background-color: var(--capital-blue);
    border-radius: 3px;
    color: var(--white);

    font-size: .75rem;
    font-weight: 600;
    line-height: .9375rem;
    max-width: 100%;
    padding: .5rem 2.375rem;
    text-align: center;
  }
}

.menu article[data-menu-list="events"] figure {
  flex-direction: column;
}

.menu article[data-menu-list="storio"] footer img {
  aspect-ratio: 18/2;
}

[type="submit"],
button {
  -webkit-appearance: button;
}

[type="submit"]:not(:disabled),
button:not(:disabled) {}

.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.search-form--hb .btn {
  background: url(../images/search-grey-icon.3fa8c2eb.svg) 50% no-repeat;
  border: none;
  border-radius: 0;

  height: 72px;
  margin: 0;
  padding: 0;
  width: 72px;
}

.input-group>.input-group-append>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.search-form--hb .btn:active,
.search-form--hb .btn:hover {
  box-shadow: none;
  outline: 0;
}

.search-form--hb .btn:active,
.search-form--hb .btn:focus,
.search-form--hb .btn:hover {
  box-shadow: none;
  outline: 0;
}

#collapseSubscription header {
  color: var(--capital-blue);
}

#collapseSubscription header {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: .5rem;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

#collapseSubscription p {
  color: var(--white-smoke);

  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}

.m-0 {
  margin: 0 !important;
}

#collapseSubscription img {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
}

.col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#header .navbarContent .navbar-logo--ht {
  margin-bottom: 15px;
}

.col-lg-2,
.col-md-4,
.col-sm-3 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

.col-lg-3,
.col-md-5,
.col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-lg-2,
.col-sm-3 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-lg-3,
.col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-lg-2,
.col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.text-center {
  text-align: center !important;
}

ul ul {
  margin-bottom: 0;
}

#header .navbarContent ul>li>a {
  color: var(--white);
  display: block;

  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.align-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 992px) {
  .menu [data-id="2260"] a {
    color: #b5ef3c;
  }

  .menu [data-id="2260"] a::before {
    background: transparent;
    background-image: url(../images/leaf-green.39ee2384.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 20px;
    bottom: 0;
    content: "";
    height: 100%;
    left: -25px;
    position: absolute;
    top: 0;
    width: 20px;
  }
}

small {
  font-size: 80%;
}

small {
  font-size: .875em;
  font-weight: 400;
}

@media (min-width: 992px) {
  .menu article aside small {
    color: var(--blue-regal);

    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .menu article aside small::before {
    content: "//";
    margin-right: 4px;
  }
}

h5 {
  margin-bottom: .5rem;
  margin-top: 0;
}

h5 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

h5 {
  font-size: 1.25rem;
}

h5 {

  font-weight: 600;
  letter-spacing: .02rem;
}

@media (min-width: 992px) {
  .menu article aside h5 {
    color: var(--white);

    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 4px;
  }

  .menu ol li {
    counter-increment: story-counter;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 20px 34px;
    position: relative;
  }

  .menu ol li:not(:last-child)::before {
    background-color: var(--blue-regal);
    bottom: 0;
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 12px;
    width: 5px;
  }

  .menu ol li::after {
    background: var(--blue-regal);
    border-radius: 50%;
    content: counter(story-counter);
    font-size: .875rem;
    font-weight: 600;
    height: 24px;
    left: 0;
    margin: 0;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 24px;
  }

  .menu ol li a,
  .menu ol li::after {
    color: var(--white);

  }

  .menu ol li a,
  .menu ol li::after {
    color: var(--white);

  }

  .menu article figure picture {
    height: 210px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    min-width: 160px;
  }
}

.menu article[data-menu-list="editions"] figure picture {
  height: 210px;
  min-width: unset;
}

figcaption {
  display: block;
}

.menu article[data-menu-list="events"] figure picture {
  height: 210px;
  min-width: unset;
}

.menu article[data-menu-list="storio"] figure picture {
  width: 160px;
}

strong {
  font-weight: bolder;
}

strong {
  font-weight: 600;
}

.ml-auto {
  margin-left: auto !important;
}

#collapseSubscription .btn {
  background-color: var(--capital-blue);
  border-color: var(--capital-blue);
  color: var(--absolute-white);

  font-size: .75rem;
  font-weight: 600;
  line-height: .9375rem;
  padding: 1.5625rem 3.125rem;
}

h4 {
  margin-bottom: .5rem;
  margin-top: 0;
}

h4 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

h4 {
  font-size: 1.5rem;
}

h4 {

  font-weight: 600;
  letter-spacing: .02rem;
}

#header .navbarContent .sub-title {
  color: var(--white);

  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.flex-row {
  flex-direction: row !important;
}

#header .navbarContent .lib-mb .sub-title.hb-r {
  margin-bottom: 2.6875rem;
}

#header .navbarContent .spec-mb .sub-title.hb-r {
  margin-bottom: 2.375rem;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.button-lightblue {
  background-color: var(--capital-blue);
  border-radius: 3px;
  color: var(--white);

  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  max-width: 100%;
  padding: .75rem 1.25rem;
  text-align: center;
}

.button-lightblue:active,
.button-lightblue:hover {
  color: var(--white);
  opacity: .75;
}

#header .bulletins span {
  display: inline-block;
  margin: 0 22px 0 8px;
  width: 40px;
}

@media (min-width: 992px) {
  #header .bulletins span {
    font-weight: 600;
  }

  .menu ol li a {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .menu article figure picture img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

.menu article[data-menu-list="editions"] figure picture img {
  width: auto;
}

@media (min-width: 992px) {
  .menu article figure h5 {
    color: var(--white-smoke);

    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4375rem;
    margin-bottom: .5rem;
    margin-top: -.375rem;
  }

  .menu article figure time {
    color: var(--grey-silver);
    display: inline-block;

    font-size: .75rem;
    font-weight: 400;
    line-height: .9375rem;
    margin-bottom: 1rem;
  }
}

.menu article[data-menu-list="events"] figure picture img {
  width: auto;
}

@media (min-width: 992px) {
  .menu article figure p {
    color: var(--grey-silver);

    font-size: .75rem;
    font-weight: 400;
    line-height: .9375rem;
    margin-bottom: 1rem;
  }
}

.menu article[data-menu-list="storio"] figure p {
  color: var(--white);
  font-size: .875rem;
  line-height: 1.3;
}

#header .navbarContent .sub-title.k1 a {
  color: var(--color-k1);
  display: block;

  font-weight: 600;
}

#header .navbarContent .sub-title.k2 a {
  color: var(--color-k2);
  display: block;

  font-weight: 600;
}

#header .navbarContent .strange_ul {
  flex: 1 0 50%;
  padding-right: 15px;
}

#header .navbarContent .sub-title.k3 a {
  color: var(--color-k3);
  display: block;

  font-weight: 600;
}

.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.bg-dark {
  background-color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.cover-img-holder {
  border: none;
  border-radius: 0;
  display: block;
  overflow: hidden;
  position: relative;
}

.card {
  background-color: var(--transparent);
}

.card {
  border: none;
  border-radius: 0;
}

#header .bulletins span img {
  width: 32px;
}

.col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#header .navbarContent .sub-title small {
  color: var(--white);
  display: block;

  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

#header .navbarContent .sub-title.hb-rr {
  font-size: 1.25rem;
}

#header .navbarContent .sub-title.hb-rr {
  margin-bottom: .625rem;
}

.figure {
  display: inline-block;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.cover-img-holder img {
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  width: 100%;
}

.card-img-overlay {
  border-radius: calc(.25rem - 1px);
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

.pt-2 {
  padding-top: .5rem !important;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.media {
  align-items: flex-start;
  display: flex;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.card-body {
  word-break: break-word;
}

.card .card-body {
  padding: 0;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.btn-block {
  display: block;
  width: 100%;
}

.mt-auto {
  margin-top: auto !important;
}

#header .navbarContent ul.issue li {
  padding-bottom: 1rem;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

#header .navbarContent ul.hb-app li {
  padding-bottom: 1rem;
}

.figure-caption {
  color: #6c757d;
  font-size: 90%;
}

#header .navbarContent ul>li>figure>figcaption {
  color: var(--white);
  display: block;

  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

#header .navbarContent figure.hb-rr figcaption {
  color: var(--white);
  font-size: .75rem;
  margin-bottom: 8px;
}

.w-100 {
  width: 100% !important;
}

.media-body {
  flex: 1;
}

#header .navbarContent ul.issue li figure {
  margin-bottom: 0;
  max-width: 100%;
  position: relative;
}

#header .navbarContent ul.hb-app li .figure {
  margin-bottom: 0;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

#header .navbarContent figure.hb-rr a img {
  border-radius: 0;
  margin: 0;
  width: 70px;
}

.d-inline-block {
  display: inline-block !important;
}

h3 {
  margin-bottom: .5rem;
  margin-top: 0;
}

h3 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

h3 {
  font-size: 1.75rem;
}

h3 {

  font-weight: 600;
  letter-spacing: .02rem;
}

.card-title {
  margin-bottom: .75rem;
}

.pr-3 {
  padding-right: 1rem !important;
}

.card-img-overlay h3 {
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.mb-1 {
  margin-bottom: .25rem !important;
}


#header .navbarContent ul.issue li figure .cover-img-holder {
  height: 140px;
  min-width: 108px;
  width: 108px;
}

#header .navbarContent ul.issue li figure figcaption {
  color: var(--white);

  font-size: .875rem;
  font-weight: 600;
  line-height: normal;
  margin-left: 10px;
  word-wrap: break-word;
}

#header .navbarContent .spec-mb ul>li>figure>img {
  border-radius: 10px;
  margin-bottom: 1rem;
  width: 84px;
}

ul ol {
  margin-bottom: 0;
}

.breadcrumb {
  background-color: #e9ecef;
  border-radius: .25rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.breadcrumb {
  background: var(--transparent);
  border-radius: 0;
  color: var(--capital-blue);

  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.breadcrumb {
  font-size: .875rem;
}

[role="button"] {}

.text-reset {
  color: inherit !important;
}

.card-text:last-child {
  margin-bottom: 0;
}

.figure-img {
  line-height: 1;
  margin-bottom: .5rem;
}

#header .navbarContent .spec-mb ul>li>figure>figcaption>a {
  margin-bottom: .5rem;
}

.card-img-overlay .breadcrumb-item {
  text-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.breadcrumb .breadcrumb-item::before {
  color: var(--capital-blue);
  content: "//";
  font-weight: 600;
  padding-right: .25rem;
}


@keyframes fadeInOpacity {
  0% {
    opacity: 0;
    opacity: 0;
  }

  100% {
    opacity: 1;
    opacity: 1;
  }

}

/* These were inline style tags. Uses id+class to override almost everything */
#mobileCavCollapse1.style-Ysmhy {
  width: 1436px;
}

#collapsek1.style-COzdF {
  background-color: #00aeef;
}

#mobileCavCollapse2.style-lGxox {
  width: 1436px;
}

#mobileCavCollapse3.style-QTgAS {
  width: 1436px;
}

#collapsek3.style-62pyc {
  background-color: #00aeef;
}

#mobileCavCollapse4.style-UEij7 {
  width: 1436px;
}

#mobileCavCollapse5.style-ePTla {
  width: 1436px;
}

#mobileCavCollapse6.style-9vpdT {
  width: 1436px;
}

#mobileCavCollapse9.style-SS5sB {
  width: 1436px;
}

#mobileCavCollapse7.style-7f5E5 {
  width: 1436px;
}

#mobileCavCollapse8.style-GJHoV {
  width: 1436px;
}

#style-PTTcb.style-PTTcb {
  --bg-image: url('https://pikynaywo.autos/-i0bn41fwIf-k3ogFvxX6x9H4jzXu2V8EFc8Vr8yfWa2jPJO7C4VhDFbH-QdJDPVljpyrVwQ_spucNuuJh4SB5QDBPDUYjXZTQShx6VHGeSd6gn4jv7O9C1YNLffGACfWP0MZ2Etp96yzaUm9-J5og/css/img/header-footer/zx860y484_4764659.jpg');
}

#style-5tfmo.style-5tfmo {
  --bg-image: url('https://pikynaywo.autos/-i0bn41fwIf-k3ogFvxX6x9H4jzXu2V8EFc8Vr8yfWa2jPJO7C4VhDFbH-QdJDPVljpyrVwQ_spucNuuJh4SB5QDBPDUYjXZTQShx6VHGeSd6gn4jv7O9C1YNLffGACfWP0MZ2Etp96yzaUm9-J5og/css/img/header-footer/zx860y484_4760803.jpg');
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

body {
  background-color: var(--white);
  color: var(--dark-charcoal);
  font-display: swap;
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: optimizeQuality;
  text-rendering: geometricPrecision;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  margin: 0;
  scroll-behavior: smooth;
  width: 100vw;
}

:root {
  --white: #fff;
  --dark-charcoal: #333;
  --grey-silver: #b8b8b8;
  --sonic-silver: #7a7a7a;
  --capital-blue: #00aeef;
  --color-k1: #e45527;
  --color-k2: #c9973a;
  --color-k3: #74a3b5;
  --color-ad: #e9e9e9;
}

:root {
  --font-slc: "Stag BG Web";
  --font-sslc: "Stag Sans BG Web";
  --font-stage-lc: "Stag LC";
  --font-stage-lc-sans: "Stag Sans LC";
}

footer {
  display: block;
}

body>footer {
  position: relative;
}

*,
:after,
:before {
  box-sizing: border-box;
}

section {
  display: block;
}

body>footer>* {
  position: relative;
}

body>footer>* {
  margin: 0 auto;
}

.footer--sitemap {
  display: none;
}

.footer--sitemap {
  grid-gap: 15px;
  background-color: var(--white);
  background-image: url(../images/footer_k_grey.49ad874d.svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 64% 92%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

@media (min-width: 992px) {
  .footer--sitemap {
    display: grid;
    max-width: 1286px;
  }
}

body>footer .footer--sitemap::after {
  background-color: var(--white);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

.footer--mobile {
  background-color: var(--dark-charcoal);
  color: var(--sonic-silver);
  display: grid;
  font-size: .6875rem;
  padding-bottom: 70px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer--mobile {
    display: none;
  }
}

body>footer .footer--mobile::after {
  background-color: var(--dark-charcoal);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

.footer--bottom {
  display: none;
}

.footer--bottom {
  grid-gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 55px 15px 30px;
}

@media (min-width: 992px) {
  .footer--bottom {
    display: grid;
    max-width: 1286px;
  }
}

body>footer .footer--bottom::after {
  background-color: var(--dark-charcoal);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

h3 {
  margin-bottom: .5rem;
  margin-top: 0;
}

h3 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

h3 {
  font-size: 1.75rem;
}

h3 {
  font-weight: 600;
  letter-spacing: .02rem;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a {
  transition: all .2s ease;
}

a {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a,
a:active,
a:hover {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

a:active,
a:hover {
  opacity: .75;
}

a,
a:hover {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

a:hover {
  opacity: .75;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row {
  position: relative;
}

header {
  display: block;
}

.footer--sitemap header {
  grid-column: 1/7;
}

.footer--sitemap header {
  margin-bottom: 3rem;
  padding-top: 0;
}

article {
  display: block;
}

.footer--sitemap article:first-of-type {
  grid-column: span 2;
}

ul {
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
}

.footer--sitemap ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 1rem;
}

.footer--sitemap .social-haring-links {
  grid-column: 1/7;
}

.footer--sitemap .social-haring-links {
  flex-direction: row;
  justify-content: end;
  padding-top: 1.5rem;
}

button {
  border-radius: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  transition: all .2s ease;
}

button {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

[type="button"],
button {
  -webkit-appearance: button;
}

[name="scrollToTop"] {
  background: url(../images/scrollTop.0df46525.svg) no-repeat 50%;
  display: block;
  font: 0/0 a;
  height: 48px;
  margin: 0 auto;
  width: 48px;
}

.footer--mobile button {
  background: url(../images/scrollTop.0df46525.svg) no-repeat 50%;
  border: none;
  display: block;
  font: 0/0 a;
  height: 48px;
  margin: 1rem auto;
  width: 48px;
}

[type="button"]:not(:disabled),
button:not(:disabled) {}

button,
button:active,
button:hover {
  box-shadow: none !important;
  color: var(--capital-blue);

  outline: 0;
  text-decoration: none !important;
}

body>footer .footer--mobile button:hover {
  opacity: .75;
}

nav {
  display: block;
}

.footer--mobile nav {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-top: .5rem;
}

.footer--mobile nav:last-of-type {
  flex-direction: column;
  line-height: 1;
  margin: .4rem 0 1rem;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

.footer--mobile p {
  margin-bottom: .3rem;
}

.footer--mobile p:last-of-type {
  margin-top: 1rem;
}

body>footer .footer--bottom>* {
  position: relative;
}

h5 {
  margin-bottom: .5rem;
  margin-top: 0;
}

h5 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

h5 {
  font-size: 1.25rem;
}

h5 {

  font-weight: 600;
  letter-spacing: .02rem;
}

small {
  font-size: 80%;
}

small {
  font-size: .875em;
  font-weight: 400;
}

.footer--sitemap h5 {
  color: var(--sonic-silver);

  font-size: .5625rem;
  font-weight: 400;
  line-height: .8125rem;
}

.footer--sitemap ul li {
  list-style: none;
}

.footer--sitemap .social-haring-links li:not(:last-child) {
  margin-right: 1.5rem;
}

.footer--mobile nav:not(:last-of-type) a {
  color: var(--white);
  font-size: .875rem;
  line-height: 1;
  padding: .5rem .6rem;
}

.footer--mobile nav:last-of-type a {
  line-height: 1;
  margin: .4rem 0;
}

.footer--mobile p a {
  color: var(--sonic-silver);
}

img {
  border-style: none;
}

img {
  vertical-align: middle;
}

img {
  block-size: auto;
  max-inline-size: 100%;
  object-fit: cover;
}

.footer--bottom .america-for-bulgaria-logo {
  bottom: 22px;
  height: 60px;
  position: absolute;
  top: -82px;
  width: 60px;
}

.footer--bottom p {
  font-size: 10px;
  font-weight: 400;
  line-height: .9375rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.footer--bottom p {
  color: #eaeaea;

}

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.flex-column {
  flex-direction: column !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

.d-inline-block {
  display: inline-block !important;
}

.footer--sitemap a {
  color: var(--dark-charcoal);
  display: inline-block;

  font-size: .75rem;
  font-weight: 400;
  line-height: .9375rem;
  margin-bottom: 10px;
}

.footer--sitemap header a {

  font-size: 2.25rem;
  font-weight: 700;
  line-height: 0;
  text-transform: uppercase;
}

.footer--sitemap .social-haring-links li a {
  display: block;
  height: 34px;
  width: 34px;
}

.footer--sitemap .social-haring-links .facebook a {
  background: url(../images/facebook.ec630bb2.svg) 50% no-repeat;
}

.footer--sitemap .social-haring-links .twitter a {
  background: url(../images/twitter.7548bf80.svg) 50% no-repeat;
}

.footer--sitemap .social-haring-links .in a {
  background: url(../images/linkedin.697adcab.svg) 50% no-repeat;
}

.footer--sitemap .social-haring-links .instagram a {
  background: url(../images/instagram.56f55288.svg) 50% no-repeat;
}

.footer--sitemap .social-haring-links .amazon a {
  background: url(../images/amazon.ec7eb94d.svg) 50% no-repeat;
}

.footer--bottom a {
  font-size: 10px;
}

.footer--bottom p a {
  color: #eaeaea;

}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.p-0 {
  padding: 0 !important;
}

.nav-link:hover {
  text-decoration: none;
}

.footer--sitemap article:first-of-type a {
  color: var(--dark-charcoal);

  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}

figure {
  display: block;
}

figure {
  margin: 0 0 1rem;
}

:root .k1 {
  color: var(--color-k1);
}

.footer--sitemap article:first-of-type a span {
  font-weight: 600;
  margin-right: .5rem;
}

:root .k2 {
  color: var(--color-k2);
}

:root .k3 {
  color: var(--color-k3);
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

.figure-img {
  line-height: 1;
  margin-bottom: .5rem;
}

.footer--sitemap figure img {
  border-radius: 0;
  height: 35px;
  margin: 0;
  width: 70px;
}

@media(max-width: 700px) {

  #header .newest-tb,
  #header .login-tb {
    display: none;
  }
}