/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-3: 1750px;
  --breakpoint-xl-2: 1700px;
  --breakpoint-xl-1: 1640px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-x: 640px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
  --breakpoint-xxs-2: 350px;
}

/* 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);
*/
.archive-hero {
  min-height: 100vh;
  position: relative;
  color: var(--sk-color-white);
  display: flex;
  flex-direction: column;
  z-index: 4;
}
.archive-hero > picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.archive-hero h1,
.archive-hero .sk-text--h1,
.archive-hero h2,
.archive-hero .sk-text--h2,
.archive-hero .sk-text--h2-small,
.archive-hero h3,
.archive-hero .sk-text--h3,
.archive-hero h4,
.archive-hero .sk-text--h4,
.archive-hero h5,
.archive-hero .sk-text--h5,
.archive-hero h6,
.archive-hero .sk-text--h6 {
  color: inherit;
}
@media (max-width: 1024px) {
  .archive-hero {
    padding-top: 82px;
  }
}
.archive-hero::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.archive-hero__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}
.archive-hero__heading {
  text-transform: uppercase;
}
.archive-hero__breadcrumbs {
  margin-bottom: 20px;
}
.archive-hero__header {
  padding: 50px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 992px) {
  .archive-hero__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .archive-hero__header {
    padding-bottom: 40px;
  }
}
.archive-hero__search-input-wrapper {
  display: flex;
  align-items: center;
}
.archive-hero__search-input-wrapper .icon-search {
  margin-right: 10px;
  width: 29px;
}
.archive-hero__main {
  padding: 0 0 170px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 0 auto;
  flex-grow: 1;
  max-width: 900px;
}
.archive-hero__content {
  margin-bottom: 24px;
  font-size: var(--sk-text--archive-hero-content);
  max-width: 900px;
}
.archive-hero__scroll-down {
  margin-top: 50px;
}

.single-related {
  padding: 70px 0 130px;
  background-color: var(--sk-color-third);
}
.single-related__title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: var(--sk-text--blog-title);
}
.single-related__slider-wrapper {
  position: relative;
  overflow: hidden;
}
.single-related__slider-wrapper .swiper-scrollbar {
  z-index: 2 !important;
}
.single-related__slider.swiper {
  padding-bottom: 50px;
  overflow: visible;
  width: 85%;
  margin-left: 0;
}
.single-related__slider.swiper::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 25%;
  top: 0;
  bottom: 0;
  background: rgba(249, 247, 242, 0.5);
  z-index: 2;
}
.single-related .swiper-scrollbar-drag {
  cursor: pointer;
}
.single-related__post a {
  width: 100%;
}
.single-related__post-img {
  aspect-ratio: 368/470;
  margin-bottom: 37px;
  overflow: hidden;
}
.single-related__post-term {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.single-related__post-title {
  font-size: var(--sk-text--h3);
  line-height: 1.13333;
}

.single .single-post-hero {
  margin-bottom: 140px;
}
.single .single-post-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.single .single-post-hero .archive-hero__container {
  position: relative;
}
.single .single-post-hero__category {
  text-transform: uppercase;
}
.single .single-post-hero .archive-hero__heading {
  padding-left: 0;
  margin-bottom: 32px;
  max-width: 740px;
}
.single .single-post-hero .archive-hero__content {
  margin-bottom: 50px;
}
.single .single-post-hero__date {
  text-transform: uppercase;
}
.single .single-post-hero .archive-hero__main {
  padding-bottom: 50px;
}
.single .single-post-hero .single-post-hero__nav-links {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .single .single-post-hero .single-post-hero__nav-links {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single .single-post-hero .single-post-hero__nav-links .sk-share {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .single .single-post-hero .single-post-hero__nav-links .sk-share {
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .single .single-post-hero .single-post-hero__nav-links .sk-share {
    width: 100%;
  }
}
@media (max-width: 512px) {
  .single .single-post-hero .single-post-hero__nav-links .sk-share {
    gap: 15px;
  }
}
.single .single-post-hero .single-post-hero__nav-links .sk-share__title {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .single .single-post-hero .single-post-hero__nav-links .sk-share__title {
    display: none;
  }
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul {
  display: inline-flex;
  align-items: center;
  gap: 26px;
}
@media (max-width: 512px) {
  .single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul,
  .single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul {
    gap: 10px;
  }
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul a,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul a .heateor_sss_svg,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul a .heateor_sss_svg {
  position: relative;
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul a .heateor_sss_svg svg,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul a .heateor_sss_svg svg {
  opacity: 0;
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul a .heateor_sss_svg::before,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul a .heateor_sss_svg::before {
  content: "";
  height: 24px;
  width: 24px;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul a.heateor_sss_facebook .heateor_sss_svg::before,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul a.heateor_sss_facebook .heateor_sss_svg::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='22' viewBox='0 0 11 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.73 1.0799L10.28 4.29999C10.28 4.29999 7.32005 3.36997 7.05005 4.89997V7.46992H10.3401L10.1799 10.68H6.94995V21.2099H2.95996L3.09009 10.68H0.949951V7.53998H3.12988C3.12988 7.53998 3.12988 4.45999 3.12988 4.41999C3.09988 3.99999 3.03989 1.42995 6.13989 0.87995C8.62989 0.44995 10.74 1.09992 10.74 1.09992L10.73 1.0799Z' fill='white'/%3E%3C/svg%3E%0A");
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul a.heateor_sss_button_x .heateor_sss_svg::before,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul a.heateor_sss_button_x .heateor_sss_svg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 512 462.799'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z'/%3E%3C/svg%3E");
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul a.heateor_sss_button_linkedin .heateor_sss_svg::before,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul a.heateor_sss_button_linkedin .heateor_sss_svg::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.87982 2.05C6.32982 3.95 4.66996 5.60999 2.76996 5.15999C1.87996 4.94999 1.14987 4.2099 0.92987 3.3199C0.46987 1.4199 2.13998 -0.260088 4.03998 0.209912C4.92998 0.429912 5.66006 1.16 5.87006 2.05H5.87982Z' fill='white'/%3E%3Cpath d='M5.57007 7.02002H1.23999V20.91H5.57007V7.02002Z' fill='white'/%3E%3Cpath d='M12.55 20.92H8.21997V7.03003H12.47V8.95996C12.47 8.95996 13.2801 6.77002 16.8401 6.77002C20.4001 6.77002 21.3799 8.90994 21.6399 11.1899C21.8899 13.4599 21.8 20.92 21.8 20.92H17.48V13.03C17.48 13.03 17.7001 10.5 15.0801 10.5C12.4601 10.5 12.55 13.0699 12.55 13.0699V20.91V20.92Z' fill='white'/%3E%3C/svg%3E%0A");
}
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_follow_ul a.heateor_sss_button_instagram .heateor_sss_svg::before,
.single .single-post-hero .single-post-hero__nav-links .sk-share div.heateor_sss_sharing_ul a.heateor_sss_button_instagram .heateor_sss_svg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='22px' viewBox='0 0 34 34' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:rgb(100%25,100%25,100%25);fill-opacity:1;' d='M 24.617188 0 L 9.382812 0 C 4.210938 0 0 4.210938 0 9.382812 L 0 24.617188 C 0 29.789062 4.210938 34 9.382812 34 L 24.617188 34 C 29.789062 34 34 29.789062 34 24.617188 L 34 9.382812 C 34 4.210938 29.789062 0 24.617188 0 Z M 30.984375 24.617188 C 30.984375 28.128906 28.128906 30.984375 24.617188 30.984375 L 9.382812 30.984375 C 5.871094 30.984375 3.015625 28.128906 3.015625 24.617188 L 3.015625 9.382812 C 3.015625 5.871094 5.871094 3.015625 9.382812 3.015625 L 24.617188 3.015625 C 28.128906 3.015625 30.984375 5.871094 30.984375 9.382812 Z M 30.984375 24.617188 '%3E%3C/path%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:rgb(100%25,100%25,100%25);fill-opacity:1;' d='M 17 8.238281 C 12.167969 8.238281 8.238281 12.167969 8.238281 17 C 8.238281 21.832031 12.167969 25.761719 17 25.761719 C 21.832031 25.761719 25.761719 21.832031 25.761719 17 C 25.761719 12.167969 21.832031 8.238281 17 8.238281 Z M 17 22.742188 C 13.832031 22.742188 11.253906 20.167969 11.253906 17 C 11.253906 13.832031 13.832031 11.253906 17 11.253906 C 20.167969 11.253906 22.746094 13.832031 22.746094 17 C 22.746094 20.167969 20.167969 22.742188 17 22.742188 Z M 17 22.742188 '%3E%3C/path%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:rgb(100%25,100%25,100%25);fill-opacity:1;' d='M 26.128906 5.679688 C 25.546875 5.679688 24.976562 5.917969 24.566406 6.328125 C 24.152344 6.738281 23.917969 7.308594 23.917969 7.894531 C 23.917969 8.476562 24.152344 9.046875 24.566406 9.457031 C 24.976562 9.867188 25.546875 10.105469 26.128906 10.105469 C 26.710938 10.105469 27.28125 9.867188 27.691406 9.457031 C 28.105469 9.046875 28.339844 8.476562 28.339844 7.894531 C 28.339844 7.308594 28.105469 6.738281 27.691406 6.328125 C 27.28125 5.917969 26.710938 5.679688 26.128906 5.679688 Z M 26.128906 5.679688 '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.single .single-post-hero__nav {
  border-top: 1px solid;
  padding: 40px 0;
  z-index: 10;
}
.single .single-post-hero__nav .breadcrumbs {
  display: none;
}
.single .single-post-hero__nav .nav-link {
  color: currentColor;
  text-transform: uppercase;
}
.single .single-post-hero__nav .nav-link::after {
  background: currentColor;
  transition: width 0.4s ease-in-out;
}
.single .single-post-hero__nav .nav-link.current-item {
  font-weight: 700;
}
.single .single-post-hero__nav .nav-link.current-item::after {
  width: 100%;
  height: 2px;
}
.single .single-post-hero__nav.sticky {
  position: fixed;
  top: 0;
  left: 192px;
  right: 0;
  background-color: var(--sk-color-white);
  border-top: 1px solid var(--sk-color-black);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: var(--sk-color-black);
  padding: 18px 0;
}
@media (max-width: 1024px) {
  .single .single-post-hero__nav.sticky {
    left: 0;
    top: 80px;
  }
}
.single .single-post-hero__nav.sticky .breadcrumbs {
  display: block;
  color: var(--sk-color-black);
}
.single .single-post-hero__nav.sticky .breadcrumbs span {
  color: inherit;
}
.single .single-post-hero__nav.sticky .sk-share div.heateor_sss_follow_ul a.heateor_sss_facebook .heateor_sss_svg::before,
.single .single-post-hero__nav.sticky .sk-share div.heateor_sss_sharing_ul a.heateor_sss_facebook .heateor_sss_svg::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.73 0.430121L10.28 3.65009C10.28 3.65009 7.32005 2.72007 7.05005 4.25007V6.82001H10.3401L10.1799 10.0301H6.94995V20.5601H2.95996L3.09009 10.0301H0.949951V6.89008H3.12988C3.12988 6.89008 3.12988 3.81009 3.12988 3.77009C3.09988 3.35009 3.03989 0.780048 6.13989 0.230048C8.62989 -0.199952 10.74 0.450018 10.74 0.450018L10.73 0.430121Z' fill='black'/%3E%3C/svg%3E%0A");
}
.single .single-post-hero__nav.sticky .sk-share div.heateor_sss_follow_ul a.heateor_sss_button_x .heateor_sss_svg::before,
.single .single-post-hero__nav.sticky .sk-share div.heateor_sss_sharing_ul a.heateor_sss_button_x .heateor_sss_svg::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.02002 1.41008C2.02002 1.41008 5.03988 5.33006 9.37988 5.14006C9.37988 5.14006 8.67 1.41003 12.5 0.740034C12.5 0.740034 14.43 0.510039 15.46 1.87004C15.46 1.87004 17.0701 1.68004 17.8101 1.00004C17.8101 1.00004 17.75 2.01998 16.27 2.93998C16.27 2.93998 17.6401 2.83002 18.3201 2.48002C18.3201 2.48002 17.27 3.83008 16.5 4.41008C16.5 4.41008 16.8101 10.36 11.8101 13.38C6.04006 17.16 0.889893 13.49 0.889893 13.49C0.889893 13.49 3.32005 13.89 6.05005 11.96C6.05005 11.96 3.72996 11.9301 2.70996 9.42009C2.70996 9.42009 3.64007 9.73999 4.32007 9.31999C4.32007 9.31999 1.73996 9.18008 1.45996 5.79008C1.45996 5.79008 2.33007 6.26002 3.07007 6.23002C3.07007 6.23002 0.350039 4.14008 2.04004 1.41008H2.02002Z' fill='black'/%3E%3C/svg%3E%0A");
}
.single .single-post-hero__nav.sticky .sk-share div.heateor_sss_follow_ul a.heateor_sss_button_linkedin .heateor_sss_svg::before,
.single .single-post-hero__nav.sticky .sk-share div.heateor_sss_sharing_ul a.heateor_sss_button_linkedin .heateor_sss_svg::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.87982 2.39998C6.32982 4.29998 4.66996 5.95996 2.76996 5.50996C1.87996 5.29996 1.14987 4.55999 0.92987 3.66999C0.46987 1.76999 2.13998 0.0900096 4.03998 0.56001C4.92998 0.78001 5.66006 1.50998 5.87006 2.39998H5.87982Z' fill='black'/%3E%3Cpath d='M5.57007 7.37012H1.23999V21.2601H5.57007V7.37012Z' fill='black'/%3E%3Cpath d='M12.55 21.2701H8.21997V7.38013H12.47V9.31018C12.47 9.31018 13.2801 7.12012 16.8401 7.12012C20.4001 7.12012 21.3799 9.26016 21.6399 11.5402C21.8899 13.8102 21.8 21.2701 21.8 21.2701H17.48V13.3801C17.48 13.3801 17.7001 10.8501 15.0801 10.8501C12.4601 10.8501 12.55 13.4202 12.55 13.4202V21.2601V21.2701Z' fill='black'/%3E%3C/svg%3E%0A");
}
.single .single-post-hero__nav.sticky .sk-share div.heateor_sss_follow_ul a.heateor_sss_button_instagram .heateor_sss_svg::before,
.single .single-post-hero__nav.sticky .sk-share div.heateor_sss_sharing_ul a.heateor_sss_button_instagram .heateor_sss_svg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='22px' viewBox='0 0 34 34' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 24.617188 0 L 9.382812 0 C 4.210938 0 0 4.210938 0 9.382812 L 0 24.617188 C 0 29.789062 4.210938 34 9.382812 34 L 24.617188 34 C 29.789062 34 34 29.789062 34 24.617188 L 34 9.382812 C 34 4.210938 29.789062 0 24.617188 0 Z M 30.984375 24.617188 C 30.984375 28.128906 28.128906 30.984375 24.617188 30.984375 L 9.382812 30.984375 C 5.871094 30.984375 3.015625 28.128906 3.015625 24.617188 L 3.015625 9.382812 C 3.015625 5.871094 5.871094 3.015625 9.382812 3.015625 L 24.617188 3.015625 C 28.128906 3.015625 30.984375 5.871094 30.984375 9.382812 Z M 30.984375 24.617188 '%3E%3C/path%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 17 8.238281 C 12.167969 8.238281 8.238281 12.167969 8.238281 17 C 8.238281 21.832031 12.167969 25.761719 17 25.761719 C 21.832031 25.761719 25.761719 21.832031 25.761719 17 C 25.761719 12.167969 21.832031 8.238281 17 8.238281 Z M 17 22.742188 C 13.832031 22.742188 11.253906 20.167969 11.253906 17 C 11.253906 13.832031 13.832031 11.253906 17 11.253906 C 20.167969 11.253906 22.746094 13.832031 22.746094 17 C 22.746094 20.167969 20.167969 22.742188 17 22.742188 Z M 17 22.742188 '%3E%3C/path%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 26.128906 5.679688 C 25.546875 5.679688 24.976562 5.917969 24.566406 6.328125 C 24.152344 6.738281 23.917969 7.308594 23.917969 7.894531 C 23.917969 8.476562 24.152344 9.046875 24.566406 9.457031 C 24.976562 9.867188 25.546875 10.105469 26.128906 10.105469 C 26.710938 10.105469 27.28125 9.867188 27.691406 9.457031 C 28.105469 9.046875 28.339844 8.476562 28.339844 7.894531 C 28.339844 7.308594 28.105469 6.738281 27.691406 6.328125 C 27.28125 5.917969 26.710938 5.679688 26.128906 5.679688 Z M 26.128906 5.679688 '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.single .single-post-hero__terms {
  display: flex;
  gap: 52px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1024px) {
  .single .single-post-hero__terms {
    gap: 16px;
  }
}
.single__bottom .read-next {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: var(--sk-text--p);
  font-weight: 500;
}
.single__bottom .read-next-wrapper {
  margin-top: 90px;
  padding: 62px 0 63px;
  border-top: 1px solid var(--sk-color-primary-dark);
}
.single__bottom .read-next-icon {
  width: 70px;
  height: 70px;
}
.single .sk-body-wrapper__main > *:not(section) {
  margin-bottom: 25px;
  margin-left: var(--sk-container-left-margin);
  margin-right: auto;
  max-width: 940px;
}
.single .sk-body-wrapper__main p > a,
.single .sk-body-wrapper__main ul a,
.single .sk-body-wrapper__main ol a {
  font-weight: 600;
  text-decoration: underline;
}
.single .sk-body-wrapper__main p > a:hover,
.single .sk-body-wrapper__main ul a:hover,
.single .sk-body-wrapper__main ol a:hover {
  color: var(--sk-color-link-2);
}
