.mainWidth {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--spacer);
}
.page {
  z-index: 8;
}
.search-filter-active .page {
  z-index: initial;
}
#contact-section {
  scroll-margin-top: 100px;
}
/**************************
BLOCK / LIST
**************************/
.blocks,
.block,
.list,
.sliderContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  border-radius: var(--borderradius);
  overflow: hidden;
}
.blocks img,
.block img,
.list img,
.sliderContainer img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.blocks .rss.button,
.block .rss.button,
.list .rss.button,
.sliderContainer .rss.button {
  position: absolute;
  top: var(--padding);
  right: var(--padding);
  width: 24px;
  height: 24px;
  background: #ff9900;
  color: #fff;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .blocks .rss.button:hover,
  .block .rss.button:hover,
  .list .rss.button:hover,
  .sliderContainer .rss.button:hover {
    background-color: #cc7a00;
    color: #fff;
  }
}
.blocks .footer.withArrow,
.block .footer.withArrow,
.list .footer.withArrow,
.sliderContainer .footer.withArrow {
  display: inline-block;
  text-decoration: none;
}
.blocks .footer.withArrow:after,
.block .footer.withArrow:after,
.list .footer.withArrow:after,
.sliderContainer .footer.withArrow:after {
  content: "\e315";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  font-family: var(--symbol);
  font-size: var(--fontsize);
}
.blocks:has(.vacancies-item) {
  overflow: inherit;
}
.block.vacancies-item {
  overflow: inherit;
}
.block ul:not(.widgetEntry,.blockEntry),
.panel ul:not(.widgetEntry,.blockEntry) {
  padding-left: 20px;
  margin-bottom: 15px;
}
.block ul:not(.widgetEntry,.blockEntry) li,
.panel ul:not(.widgetEntry,.blockEntry) li {
  list-style: disc;
}
.block ul:not(.widgetEntry,.blockEntry) li::marker,
.panel ul:not(.widgetEntry,.blockEntry) li::marker {
  color: var(--color2);
}
.block ul:not(.widgetEntry,.blockEntry).check,
.panel ul:not(.widgetEntry,.blockEntry).check {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter)/2);
}
.block ul:not(.widgetEntry,.blockEntry).check li,
.panel ul:not(.widgetEntry,.blockEntry).check li {
  position: relative;
  list-style: none;
  font-weight: 600;
  padding-left: 34px;
  font-size: var(--xs-fontsize);
}
.block ul:not(.widgetEntry,.blockEntry).check li:before,
.panel ul:not(.widgetEntry,.blockEntry).check li:before {
  font-family: var(--symbol);
  font-size: 24px;
  color: var(--color2);
  content: "\e91f";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
}
.block ul:not(.widgetEntry,.blockEntry).check a,
.panel ul:not(.widgetEntry,.blockEntry).check a {
  text-decoration: none;
}
.block ol,
.panel ol {
  counter-reset: item;
  list-style: none;
  margin-bottom: 15px;
}
.block ol li,
.panel ol li {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.block ol li:before,
.panel ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  padding-right: 7px;
}
.block {
  padding: var(--padding);
  margin-bottom: var(--padding);
}
.block .header + .content {
  padding: var(--padding) 0 0;
}
.block .footer {
  padding: var(--padding) 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter);
}
.block .headerWidgetText {
  padding: 0 0 calc(var(--padding) / 2);
}
.block .footerWidgetText {
  padding: calc(var(--padding) / 2) 0 0;
}
.block:is(a) {
  text-decoration: none;
}
@media (max-width: 56em) {
  .block.withToggle .header {
    cursor: pointer;
    position: relative;
    padding-right: 35px;
  }
  .block.withToggle .header:after {
    content: "\e313";
    font-family: var(--symbol);
    font-size: 40px;
    color: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block.withToggle .content {
    display: none;
  }
  .block.withToggle.open .header:after {
    content: "\e316";
  }
}
.scrollDownContainer {
  position: absolute;
  bottom: var(--section);
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scrollDownContainer a {
  color: #fff;
  text-decoration: none;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scrollDownContainer a .scroll {
  display: block;
  position: relative;
  width: 30px;
  height: 50px;
  margin: 0 auto 10px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.scrollDownContainer a .scroll:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
          animation: sdb10 2s infinite;
}
.scrollDownContainer a .text {
  font-family: var(--subfont);
  font-size: 1rem;
}
.back-to-top {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: var(--color5);
  transition: all 0.2s linear;
}
@media (max-width: 56em) {
  .back-to-top {
    right: 10px;
    bottom: 10px;
  }
}
.back-to-top:not(.active) {
  display: none;
}
.back-to-top:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
@media (hover: hover) {
  .back-to-top:hover {
    background-color: var(--color2);
  }
}
.sticky {
  position: relative;
  z-index: 999;
  left: 0 !important;
  overflow: hidden;
  border-bottom-left-radius: var(--borderradius);
  border-bottom-right-radius: var(--borderradius);
  width: 100%;
  height: 0;
  background: var(--color1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sticky:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/App_SkinMaster/images/dartboard.svg);
  background-repeat: no-repeat;
  height: 60%;
  aspect-ratio: 1;
  background-size: contain;
}
.sticky .stickyContainer {
  display: flex;
  align-items: center;
  padding: var(--gutter) 0;
}
.sticky .stickyContainer .stickyLeft {
  color: #fff;
  display: flex;
  align-items: center;
  flex: 1;
  gap: calc(var(--padding) / 2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky .stickyContainer .stickyLeft .blockTitle {
  white-space: nowrap;
  font-size: var(--s-fontsize);
  color: #fff;
  font-weight: 600;
}
.sticky .stickyContainer .stickyLeft .features {
  display: flex;
  align-items: center;
  gap: calc(var(--padding) / 2);
  font-size: var(--xxxs-fontsize);
}
.sticky .stickyContainer .stickyLeft .features .feature {
  display: flex;
  align-items: center;
}
.sticky .stickyContainer .stickyLeft .features .feature .symbol {
  font-size: 16px;
  margin-right: 5px;
}
.sticky .stickyContainer .stickyRight {
  display: flex;
  align-items: center;
  gap: calc(var(--padding) / 2);
  padding-left: var(--padding);
}
.sticky .stickyContainer .stickyRight .miniEmployee {
  display: flex !important;
  align-items: center;
  color: #fff;
  gap: calc(var(--padding) / 2);
}
.sticky .stickyContainer .stickyRight .miniEmployee a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 10px;
  font-size: var(--xxs-fontsize);
}
@media (max-width: 90em) {
  .sticky .stickyContainer .stickyRight .miniEmployee a .text,
  .sticky .stickyContainer .stickyRight .miniEmployee a .symbol {
    display: none;
  }
}
.sticky .stickyContainer .stickyRight .miniEmployee .media {
  width: 50px;
}
.sticky .stickyContainer .stickyRight .miniEmployee img {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: block;
}
@media (max-width: 56em) {
  .sticky .stickyContainer .stickyLeft,
  .sticky .stickyContainer .miniEmployee {
    display: none !important;
  }
  .sticky .stickyContainer .stickyRight {
    flex: 1;
    gap: var(--padding);
  }
}
.sticky.active {
  height: auto;
  opacity: 1;
}
.widget-trustpilot {
  padding: 0;
  border-radius: 0;
}
.scrollDownContainer {
  position: absolute;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  bottom: var(--padding);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.active-video .scrollDownContainer {
  display: none;
}
.scrollDownContainer button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--color1);
  background: transparent;
  border: 0;
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scrollDownContainer button .scroll:before {
  content: "\e313";
  font-family: var(--symbol);
  font-size: var(--iconsize);
  display: block;
  line-height: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: scrollDown 2s infinite linear;
          animation: scrollDown 2s infinite linear;
}
.scrollDownContainer button .text {
  font-size: var(--xxs-fontsize);
  font-family: var(--subfont);
  font-weight: 600;
}
@media (max-width: 56em) {
  .scrollDownContainer .text {
    display: none;
  }
}
