:root {
  --ruler: 16px;
  --color-bg: #ebecf0;
  --color-shadow: #babecc;
  --color-white: #fff;
  --mainColor: #10316a;

  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

html {
  scroll-behavior: smooth;
}

.Typography_bold__FqafP {
  font-weight: var(--typography-font-weight, bold);
}
.Typography_colourInherit__dfnUx {
  color: inherit;
}
.Typography_base__sj2RP {
  font-family: var(--typography-font-family, var(--dls-font-stack-sans));
}
.GlobalStyles_dls__oymTZ * {
  box-sizing: border-box;
}
* {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.GlobalStyles_dls__oymTZ * {
  box-sizing: border-box;
}
* {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.logo {
  width: 90px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 598px) {
  .NavBar_search___knqF {
    display: none;
  }
}

.bigbanana-214 {
  display: flex;
  flex-direction: column;

  .footer-logo {
    color: #fff;
  }
}

.header-link {
  display: block;
  width: 100%;
  height: 100%;
}

.top-line-img-mobile,
.top-line-img-tablet,
.top-line-img {
  width: 100%;
  height: 100%;
}

.top-line-img-tablet {
  display: none;
}

.top-line-img {
  display: none;
}

.top-line-img {
  @media screen and (min-width: 992px) {
    display: block;
  }
}

.top-line-img-tablet {
  @media screen and (min-width: 668px) and (max-width: 991px) {
    display: block;
  }
}

.top-line-img-mobile {
  @media screen and (min-width: 668px) {
    display: none;
  }
}
.form-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.st2-modal-custom {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.st2-modal-custom.active {
  display: flex;
}
.st2-modal-content-custom {
  position: relative;
  background: #fff;
  border-radius: 8px;
  max-width: 450px;
  width: 100%;
}
.st2-modal-custom .close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  width: 30px;
  height: 30px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.st2-modal-custom .close-btn span {
  transform-origin: 50%;
  transform: scale(1, 0.8);
}
.st2-modal-custom .close-btn:hover span {
  transform: scale(0.9, 0.7);
}
.reg-btn-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.reg-btn {
  height: 48px;
  border-radius: 1.5rem;
  background-color: #10316a;
  color: #fff;
  padding: 4px 20px;
  border: none;
  min-width: 400px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.35s ease;
  cursor: pointer;
}
.reg-btn:hover {
  background: #e7eaf0;
  color: #10316a;
}
.bold-blue-text {
  color: #0058cc;
  font-weight: 700;
  text-decoration: none;
}
