@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.cookie__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cookie__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
  }
}
.cookie__text p {
  font-weight: 500;
  line-height: normal;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.cookie__button {
  margin: 0;
  padding: 9px 112px;
  background-color: #2C2C2C;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .3s ease;
}
.cookie__body.container:after {
  display: none;
}
.cookie__button span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cookie__text a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: .3s ease;
}
.cookie__text a:hover {
  color: #2d95eb;
  text-decoration-color: #2d95eb;
}
@media (any-hover: hover) {
  .cookie__button:hover {
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .cookie__button {
    width: 100%;
    padding: 9px 20px;
  }
}
.logo a {
  height: 80px;
  width: 88px;
  display: flex;
}
#logo img {
  max-height: inherit;
  object-fit: inherit;
  margin: 0;
  height: 100%;
  width: 100%;
}
#logo {
  width: fit-content;
}
.logo-center .logo {
  margin: 12px 30px;
}
.header .flex-row {
  height: fit-content;
}
.header-main {
  height: 104px;
}
#footer .fg-paragraph {
  margin-bottom: 20px;
}
#footer .col-inner>div {
  margin-bottom: 20px;
}
.image-box-new .box-image {
  width: fit-content!important;
}
@media screen and (max-width: 849px) {
  .header .flex-row {
    height: auto;
  }
  .medium-logo-center .logo {
    margin: 5px 15px;
  }
}
@media screen and (max-width: 549px) {
  #logo img {
    max-height: 70px;
    object-fit: contain;
    margin: 0;
    height: inherit;
    width: inherit;
  }
  .logo a {
    height: inherit;
    width: inherit;
  }
  .footer-wrapper {
    text-align: center;
  }
}