

/* Start:/css/helpuk.css?16775791776598*/
/* CONF */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700;900&display=swap");
:root {
  --color-icon: #52AE30;
  --text-title-color: #151617;
  --bs-light: #F6F7FA;
  --bs-font-sans-serif: "Source Sans Pro", sans-serif;
  --bs-radial-gradient: radial-gradient(59.49% 270.76% at 21.6% 47.92%, rgba(27, 31, 39, 0) 0%, rgba(27, 31, 39, 0.8) 100%);
}

/* helpuk  */
.helpuk {
  color: var(--text-title-color);
  font-family: var(--bs-font-sans-serif) !important;
}
.helpuk .content__heading {
  font-size: 2rem;
  font-weight: 900;
  line-height: 40px;
  color: var(--text-title-color);
  font-family: var(--bs-font-sans-serif);
}
.helpuk .navbar-brand {
  width: 79%;
}
.helpuk .is-header {
  margin-top: 24px;
  margin-bottom: 60px;
}
.helpuk .p-helpuk {
  padding: 40px 30px;
}
.helpuk .p-helpuk.no-title {
  padding: 0 30px;
}
.helpuk .container-helpuk {
  position: relative;
  top: 0;
  transform: translate(0, -96px);
  margin-bottom: -96px;
  background: var(--bs-white);
  border-radius: 32px 32px 0 0;
  z-index: 1;
}
.helpuk .is-header__localization {
  margin-bottom: 16px;
}
.helpuk picture {
  display: block;
}
.helpuk__bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.helpuk .helpuk__content {
  color: var(--bs-white);
  position: relative;
  z-index: 5;
  padding-bottom: 113px;
  margin-bottom: 100px;
}
.helpuk__woter-mark {
  position: absolute;
  left: 0;
  bottom: 0;
}
.helpuk__img-fluid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.helpuk__woter-mark {
  position: absolute;
  left: -150px;
  bottom: 0;
  max-height: 200px;
}
.helpuk li > i {
  font-size: 11px;
  color: var(--color-icon);
}
.helpuk .gallery-control-dot {
  border-radius: 50%;
  padding: 0 !important;
  background-color: var(--bs-otp-dark) !important;
  width: 4px !important;
  height: 4px !important;
}
.helpuk .gallery-control-dot.active {
  padding: 0 !important;
  background-color: var(--color-icon) !important;
  width: 8px !important;
  height: 8px !important;
}
.helpuk .gallery-control-wrap {
  gap: 10px;
}
.helpuk .gallery-card {
  width: 354px;
  height: 320px;
  object-fit: cover;
  padding: 0;
  transition: transform 0.4s ease;
}
.helpuk .accordion-button:focus {
  box-shadow: inherit;
}
.helpuk .our-target {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
}
.helpuk .step-by-step-to-victory {
  height: 1.5rem;
}
.helpuk .pagination {
  gap: 10px;
  font-weight: 600;
}
.helpuk .pagination .pagination__controll {
  background-color: var(--color-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.helpuk .pagination .pagination__controll:hover {
  color: white;
}
.helpuk .pagination__page {
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 8px;
}
.helpuk .pagination__page.active {
  font-weight: 600;
}
.helpuk .pagination a {
  text-decoration: none !important;
}
.helpuk .hintable {
  object-fit: cover;
  min-height: 186px;
}
.helpuk .card-title {
  margin-bottom: 0.5rem;
  height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.helpuk .add-tab-scroll-for-mob {
  overflow: auto;
  flex-wrap: nowrap;
}
.helpuk .card-body .fs-3 {
  font-size: 0.875rem !important;
}
.helpuk .scrollbooster-card {
  min-width: 242px;
}
.helpuk .flex-shrink-1.col-sm-6.col-lg-4.mb-4 {
  min-width: 270px;
}

.radial-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-radial-gradient);
  opacity: 0.8;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

@media (min-width: 576px) {
  .helpuk .helpuk__content h1 {
    font-weight: 800 !important;
  }
  .helpuk__woter-mark {
    position: absolute;
    left: -110px;
    bottom: 0;
    max-height: 300px;
  }
  .helpuk .card-title {
    font-size: larger;
  }
  .helpuk .is-header {
    margin-bottom: 100px;
  }
}
@media (min-width: 720px) {
  .helpuk .navbar-brand {
    width: auto;
  }
  .helpuk .add-tab-scroll-for-mob {
    overflow: auto;
    flex-wrap: wrap;
  }
  .helpuk .is-header {
    margin-bottom: 125px;
  }
  .helpuk .card-body .fs-3 {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 960px) {
  .helpuk .p-helpuk {
    padding: 55px 80px;
  }
  .helpuk .helpuk__content {
    padding: 0 80px 113px;
  }
  .helpuk__woter-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: initial;
  }
  .helpuk .hintable {
    max-height: 170px;
  }
  .helpuk .is-header {
    margin-bottom: 160px;
  }
}
/*HOT FIX*/
a.h-100:hover .gallery-card {
  transform: scale(1.02);
}

.mt-75 {
  margin-top: 75px;
}

.fs-48 {
  font-size: 48px !important;
}

.btn-prev, .btn-next {
  align-items: center;
  display: flex;
  padding: 13px;
  width: 32px;
  height: 32px;
  border: none;
  background: var(--bs-white);
  box-shadow: 0 0.25rem 0.5rem rgba(var(--bs-black-rgb), 0.15);
  border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
  background-color: transparent;
}

.btn-prev svg, .btn-next svg {
  overflow: visible;
}

.wrapper-b {
  min-height: 440px;
}

@media (min-width: 1280px) {
  .wrapper-b {
    max-width: 1920px;
  }
}
.ss a {
  fill: currentColor;
}
.ss a:hover svg {
  transform: scale(1.2);
  transition: 0.4s;
}

.arrow-start, .show .arrow-start,
.active .arrow-start {
  width: 8px;
  height: 6px;
  transition: 0.4s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.60395 5.784L0.163998 1.2582C-0.0546656 0.9702 -0.0546656 0.5034 0.163998 0.216C0.383106 -0.0720005 0.737324 -0.0720005 0.956432 0.216L3.99994 4.2204L7.04346 0.216C7.26212 -0.0720005 7.61678 -0.0720005 7.83589 0.216C7.88779 0.283503 7.92907 0.364443 7.95727 0.453979C7.98547 0.543514 8 0.639808 8 0.7371C8 0.834392 7.98547 0.930685 7.95727 1.02022C7.92907 1.10976 7.88779 1.1907 7.83589 1.2582L4.39549 5.784C4.28616 5.928 4.14305 6 3.99994 6C3.85639 6 3.71328 5.928 3.60395 5.784Z' fill='white'/%3E%3C/svg%3E%0A");
}

.show .arrow-start,
.active .arrow-start {
  transform: rotate(180deg);
}

.tooltip .tooltip-inner {
  background: var(--bs-blue);
  padding: 16px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--bs-blue) !important;
}

.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--bs-blue) !important;
}

/*# sourceMappingURL=helpuk.css.map */

/* End */


/* Start:/local/js/scrollbooster3/scrollbooster.css?1652274454787*/
.scrollbooster {
  overflow: hidden;
}
.scrollbooster .tag__element {
  margin-right: 0;
}
.tag-wrapper {
  position: relative;
  overflow: auto;
  margin-bottom: 30px;
  min-height: 64px;
}
.scrollbooster-viewport {
  cursor: -webkit-grab;
  cursor: grab;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.scrollbooster-viewport:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.scrollbooster-card {
  flex: 1;
}
.scrollbooster-content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mt-0 {
  margin-top: 0;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mb-0 {
  margin-bottom: 0;
}
/* End */


/* Start:/local/components/lnd/helpuk.list/templates/.default/helpuk_list.css?1685987536636*/

.total__blocks {
    padding-right: 0.3em;
    padding-left: 3em;
}

.total-blocks-box {
    display: none;
}

.listing-wrapper .pagination {
    margin-bottom: 60px;
}

.message_box {
    padding: 25px 20px 20px 20px;
    margin-bottom: 40px;
}

.border_normal {
    border: 1px solid #339933;
}

.border_emergency {
    border: 1px solid #D00000;
}

.bgh_blink_normal {
    background-color: #FFFFFF;
}

.bgh_blink_emergency {
    background-color: #FFB0A0;
}

.helpuk .card {
    transition: .4s;
}

.helpuk .card:hover {
    background-color: rgb(0 0 0 / 3%);
}

/*.scrollbooster .scrollbooster-content {
    padding: 0 20px;
}*/


/* End */
/* /css/helpuk.css?16775791776598 */
/* /local/js/scrollbooster3/scrollbooster.css?1652274454787 */
/* /local/components/lnd/helpuk.list/templates/.default/helpuk_list.css?1685987536636 */
