/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-m: 1600px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .links-list h1,
.wp-block .links-list h2,
.links-list h1,
.links-list h2 {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .wp-block .links-list h1,
  .wp-block .links-list h2,
  .links-list h1,
  .links-list h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .wp-block .links-list h1,
  .wp-block .links-list h2,
  .links-list h1,
  .links-list h2 {
    margin-bottom: 35px;
  }
}
.wp-block .links-list__items,
.links-list__items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wp-block .links-list .wp-block .links-list__item,
.wp-block .links-list .links-list__item,
.links-list .wp-block .links-list__item,
.links-list .links-list__item {
  margin: 0;
}
.wp-block .links-list .wp-block .links-list__item.column,
.wp-block .links-list .links-list__item.column,
.links-list .wp-block .links-list__item.column,
.links-list .links-list__item.column {
  background-color: rgba(0, 47, 60, 0.05);
  padding: 9px 0;
}
.wp-block .links-list__link,
.links-list__link {
  display: block;
  background-color: rgba(0, 47, 60, 0.05);
  padding: 9px 0;
  transition: all 0.3s ease-in-out;
}
.wp-block .links-list__link:hover, .wp-block .links-list__link:active, .wp-block .links-list__link:focus, .wp-block .links-list__link:focus-within,
.links-list__link:hover,
.links-list__link:active,
.links-list__link:focus,
.links-list__link:focus-within {
  color: var(--sk-color-white);
  background-color: var(--sk-color-deep-blue);
}
.wp-block .links-list__link:hover .links-list__arrow, .wp-block .links-list__link:active .links-list__arrow, .wp-block .links-list__link:focus .links-list__arrow, .wp-block .links-list__link:focus-within .links-list__arrow,
.links-list__link:hover .links-list__arrow,
.links-list__link:active .links-list__arrow,
.links-list__link:focus .links-list__arrow,
.links-list__link:focus-within .links-list__arrow {
  transform: rotate(0);
}
@media (max-width: 768px) {
  .wp-block .links-list__link:hover .links-list__arrow, .wp-block .links-list__link:active .links-list__arrow, .wp-block .links-list__link:focus .links-list__arrow, .wp-block .links-list__link:focus-within .links-list__arrow,
  .links-list__link:hover .links-list__arrow,
  .links-list__link:active .links-list__arrow,
  .links-list__link:focus .links-list__arrow,
  .links-list__link:focus-within .links-list__arrow {
    transform: rotate(0) scale(0.7);
  }
}
.wp-block .links-list__link:hover .links-list__document,
.wp-block .links-list__link:hover .links-list__arrow, .wp-block .links-list__link:active .links-list__document,
.wp-block .links-list__link:active .links-list__arrow, .wp-block .links-list__link:focus .links-list__document,
.wp-block .links-list__link:focus .links-list__arrow, .wp-block .links-list__link:focus-within .links-list__document,
.wp-block .links-list__link:focus-within .links-list__arrow,
.links-list__link:hover .links-list__document,
.links-list__link:hover .links-list__arrow,
.links-list__link:active .links-list__document,
.links-list__link:active .links-list__arrow,
.links-list__link:focus .links-list__document,
.links-list__link:focus .links-list__arrow,
.links-list__link:focus-within .links-list__document,
.links-list__link:focus-within .links-list__arrow {
  background-color: var(--sk-color-white);
}
.wp-block .links-list__wrap,
.links-list__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.wp-block .links-list__arrow, .wp-block .links-list__document,
.links-list__arrow,
.links-list__document {
  display: flex;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  background-color: rgba(0, 47, 60, 0.25);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.wp-block .links-list__arrow,
.links-list__arrow {
  -webkit-mask: url("../../../resources/img/ArrowRight.svg");
          mask: url("../../../resources/img/ArrowRight.svg");
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .wp-block .links-list__arrow,
  .links-list__arrow {
    transform: rotate(-45deg) scale(0.7);
  }
}
.wp-block .links-list__document,
.links-list__document {
  -webkit-mask: url("../../../resources/img/document-icon.svg");
          mask: url("../../../resources/img/document-icon.svg");
}
.wp-block .links-list .wp-block .links-list__title, .wp-block .links-list .wp-block .links-list__content,
.wp-block .links-list .links-list__title,
.wp-block .links-list .links-list__content,
.links-list .wp-block .links-list__title,
.links-list .wp-block .links-list__content,
.links-list .links-list__title,
.links-list .links-list__content {
  margin: 0;
}
.wp-block .links-list__title,
.links-list__title {
  flex-basis: 48%;
}
.wp-block .links-list__content,
.links-list__content {
  flex-basis: 45%;
}
.wp-block .links-list__social-link,
.links-list__social-link {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 47, 60, 0.25);
  border: 2px solid rgba(0, 47, 60, 0.25);
  border-radius: 5px;
}
.wp-block .links-list__social-link:hover, .wp-block .links-list__social-link:active, .wp-block .links-list__social-link:focus, .wp-block .links-list__social-link:focus-within,
.links-list__social-link:hover,
.links-list__social-link:active,
.links-list__social-link:focus,
.links-list__social-link:focus-within {
  color: var(--sk-color-white);
  border-color: var(--sk-color-blue);
  background-color: var(--sk-color-blue);
}
.wp-block .links-list__social-link .wrapper-svg,
.links-list__social-link .wrapper-svg {
  display: flex;
}
.wp-block .links-list__social-link .wrapper-svg svg,
.links-list__social-link .wrapper-svg svg {
  max-width: 100%;
  max-height: 100%;
}
