@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;700&family=Sriracha&display=swap");

body {
  font-family: "Manrope", sans-serif !important;
}

.footer_bg .homefirst_logo {
  max-height: 42px;
  max-width: 181px;
}

.footer_bg::before {
  background-image: linear-gradient(
    94deg,
    #08609b 7%,
    #0a72b8 54%,
    #0785da 100%
  );
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  /* //  border: 1px solid #000; */
}
.footer_bg {
  color: #fff;
  font-size: 14px;
}
.footer_bg a {
  text-decoration: none;
  color: #fff;
}
.footer_bg h3 {
  font-weight: 400;
  font-size: 14px;
}
.footer_bg ol li {
  margin-bottom: 14px;
  line-height: 21px;
}
.footer_bg ol li a {
  color: #fff;
  text-decoration: none;
}

.footer_bg form {
  display: flex !important;
  flex-direction: row;
  background-color: white;
  color: white;
  align-items: center;
  border-radius: 0;
}

.footer_bg input[type="email"] {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  &::-webkit-input-placeholder {
    font-size: 11px;
    line-height: 2;
    color: rgb(156, 156, 156);
    flex: grow 2;
  }
}

/* .footer_bg form,
input::-webkit-input-placeholder {
  font-size: 11px;
  line-height: 2;
  color: rgb(156, 156, 156);
  flex: grow 2;
} */

.footer_bg form,
button {
  background: #1474b6;
  color: white;
  border: #1474b6;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: transparent;
  border-radius: 0;
  margin-right: 0.5rem;
}

.bstyle {
  margin-right: 0.5rem;
  padding: 10px 16px 10px 16px;
  border-radius: 4px;
  display: flex;
  justify-content: end;
}

input:focus {
  outline: none;
}
.footer_bg form,
img {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}


.footerIconSpacing{
  margin-top: -6px;margin-left: -10px;
}

@media (min-width: 776px) {
  .fixed-accordion .accordion-button {
    pointer-events: none;
  }

  .fixed-accordion .accordion-button::after {
    display: none;
  }
}

@media (min-width: 776px) {
  .fixed-accordion .accordion-button {
    pointer-events: none;
  }

  .fixed-accordion .accordion-button::after {
    display: none;
  }

  .footerHeight {
    overflow: hidden;
    height: fit-content;
  }
}

@media (max-width: 776px) {
  .footerHeight {
    overflow: hidden;
    height: fit-content;
  }

  .footerDiv {
    height: 215px;
    overflow: hidden;
  }
}

.fixed-accordion .accordion-button.collapsed::after {
  color: rgba(255, 255, 255, 1);
  position: relative;
  left: -8rem;
}
.fixed-accordion .accordion-button::after {
  color: rgba(255, 255, 255, 1);
  position: relative;
  left: -8rem;
}

#landscape {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 20000;
  opacity: 0.9;
  margin: 0 auto;
}
#landscape div {
  color: #ffffff;
  opacity: 1;
  top: 50%;
  position: absolute;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.cookie-sticky {
  position: fixed;
  bottom: 0;
  width: 30%;
  height: auto;
  /* background-color: #f5f5f5; */
  z-index: 111;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .cookie-sticky {
    width: 100%;
  }
}

.cookie-container {
  width: 96%;
  margin: 12px auto;
}

.cookie_accept {
  padding: 10px 0;
}

.cookie-btn {
  float: left;
  background: #0074bc;
  border: 2px solid transparent;
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 12px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.cookie-btn:hover {
  color: #0074bc;
  border: 2px solid #0074bc;
  background: white;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

@media screen and (min-width: 1700px) {
  .footerHeight {
    overflow: hidden;
    height: 108%;
    margin-left: -100px;
    margin-right: -100px;
  }
  .footerDiv {
    height: 560px;
    margin-bottom: 10px;
  }
}

body.offline {
  visibility: hidden !important;
  overflow: none !important;
}

.container{
  overflow-y: hidden;
}

.off_image{
  background-image: url("/images/offline-desk.svg");
  width: 100%;
  height: 100%;
}

.body6{
  font-size: small;
}