@import url("https://unpkg.com/css.gg/icons/all.css");
/* SplideJS Overrides */
.splide__pagination__page.is-active {
  background-color: #e9a700;
}

.splide__pagination {
  bottom: 0;
}

@font-face {
  font-family: "Dimka Sans";
  src: url("/fonts/DimkaSans/DimkaSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.fsjs-skin > .fsjs-wrapper {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .fsjs-skin > .fsjs-wrapper {
    display: block;
  }
  .fsjs-skin > .fsjs-wrapper .fsjs-block {
    margin-bottom: 1.5rem;
  }
}

.fsjs-skin .rangeSlider__handle__horizontal {
  top: -7px;
}
.fsjs-skin .rangeSlider__handle {
  width: 14px;
  height: 14px;
  background: #e9a700;
}

.fsjs-block-alignment [data-fsjs-for=alignment] {
  display: none;
}
.fsjs-block-alignment [data-fsjs=alignment] {
  white-space: nowrap;
}
.fsjs-block-alignment button[data-choice] {
  position: relative;
  width: 30px;
  height: 30px;
  text-indent: -5000px;
}
.fsjs-block-alignment button[data-choice]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}
.fsjs-block-alignment button[data-choice=left]::before {
  background-image: url("/images/fonts/icon-left-aligned.svg");
}
.fsjs-block-alignment button[data-choice=center]::before {
  background-image: url("/images/fonts/icon-center-aligned.svg");
}
.fsjs-block-alignment button[data-choice=right]::before {
  background-image: url("/images/fonts/icon-right-aligned.svg");
}

label[data-fsjs-for] .fsjs-label-text {
  position: relative;
  width: 30px;
  height: 30px;
  text-indent: -5000px;
}
label[data-fsjs-for] .fsjs-label-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px;
}
label[data-fsjs-for][data-fsjs-for=fontsize] .fsjs-label-text::before {
  background-image: url("/images/fonts/icon-font-size.svg");
}
label[data-fsjs-for][data-fsjs-for=lineheight] .fsjs-label-text::before {
  background-image: url("/images/fonts/icon-small-leading.svg");
}
label[data-fsjs-for][data-fsjs-for=letterspacing] .fsjs-label-text::before {
  background-image: url("/images/fonts/icon-letter-spacing.svg");
}

body.dark {
  background: black;
  color: #eee;
}
body.dark .site-title,
body.dark .sidebar-nav,
body.dark .navbar,
body.dark .footer,
body.dark .dark-links,
body.dark .dark-invert {
  filter: brightness(0.87) hue-rotate(-180deg) invert(1);
}

body {
  font: 24px "Fira Sans", Helvetica, Arial, sans-serif;
  height: 100vh;
  background-color: white;
  color: #333;
}
@media (max-width: 991.98px) {
  body {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1240px;
  }
}
a {
  color: #e9a700;
  text-decoration: underline;
}
a:hover {
  color: rgb(182, 130.4463519313, 0);
  text-decoration: none;
}

b, strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  margin-bottom: 1.25rem;
  line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

h1,
h2 {
  font-size: 80px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h1,
  h2 {
    font-size: 32px;
  }
}

h3,
h4,
h5 {
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 767.98px) {
  h3,
  h4,
  h5 {
    font-size: 24px;
  }
}

p {
  line-height: 1.4;
}

.hidden-link {
  color: inherit;
  text-decoration: none;
}

small.meta {
  color: #999;
}

.flex-basis-0 {
  flex-basis: unset;
}

.navbar {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .navbar {
    font-size: 18px;
  }
}

.breadcrumbs.navbar-top {
  white-space: nowrap;
  padding-bottom: 0;
}

.breadcrumb-item {
  text-transform: lowercase;
}

.navbar-top {
  padding: 2rem 0 1rem;
}

.navbar-expand .navbar-nav .nav-link {
  font-size: 24px;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767.98px) {
  .navbar-expand .navbar-nav .nav-link {
    font-size: 20px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.navbar-nav li a {
  text-decoration: none;
  font-weight: 600;
}
.navbar-nav li a:hover {
  color: #e9a700;
}
.navbar-nav li a.active {
  color: #999;
}

.toggle-dark {
  display: block;
  width: 22px;
  height: 22px;
  align-self: center;
  background: url("/images/icons/icon-dark-mode.svg") no-repeat center center;
}
.toggle-dark.light {
  background-image: url("/images/icons/icon-light-mode.svg");
}

.top-nav {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .top-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.top-nav a {
  text-decoration: underline;
  color: #111;
}

.full-menu-toggle {
  padding-top: 7px;
  transition: all 0.1s linear;
}
.full-menu-toggle.expanded {
  transform: rotate(45deg);
}

.site-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[class^=gg] {
  display: inline-block;
  --ggs: 0.7;
}

[class*=toggle] {
  cursor: pointer;
}

.form-control {
  font-size: 24px;
}

.page {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 767.98px) {
  .page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page p,
.page li {
  line-height: 1.55;
}
.page p + p,
.page ul + p {
  margin-bottom: 2rem;
}

.logo-mini {
  width: 100%;
  max-width: 355px;
}

.blog-content {
  min-height: 65vh;
}
.blog-content img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .blog-content img {
    max-width: 560px;
  }
}
.blog-content h2 ion-icon {
  opacity: 0.3;
  margin-bottom: 4px;
  margin-right: 4px;
}

.font-light {
  font-weight: 300;
}

.author {
  color: #999;
  font-size: 24px;
}

.back-link {
  font-size: 24px;
}

.article-list li {
  display: block;
  align-items: baseline;
  font-size: 32px;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .article-list li {
    font-size: 24px;
  }
}
.article-list li p {
  margin-bottom: 0.5rem;
}
.article-list li a {
  color: #333;
}
.article-list li a:hover {
  color: #e9a700;
}
.article-list li [class^=gg],
.article-list li ion-icon {
  margin-right: 10px;
  margin-bottom: -1px;
}
.article-list li [class^=gg] path,
.article-list li ion-icon path {
  stroke: red;
}
.article-list li .meta {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  padding-top: 0.15rem;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .article-list li .meta {
    font-size: 20px;
  }
}
.article-list.featured {
  display: flex;
  flex-flow: wrap;
}
.article-list.featured li {
  width: 48%;
  display: inline-block;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .article-list.featured li {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .article-list.featured li .heading {
    font-size: 24px;
  }
}
.article-list.featured li p {
  color: #333;
  font-size: 18px;
}
.article-list.featured li + :not(.featured) {
  margin-top: 2.5rem;
}
.article-list.featured li .img-gradient {
  background: linear-gradient(45deg, rgba(191, 195, 0, 0.3) 0%, rgba(37, 37, 189, 0.3) 35%, rgba(0, 212, 255, 0.5) 100%);
  max-width: 300px;
  margin-top: 0.5rem;
  overflow: hidden;
}
.article-list.featured li img {
  object-fit: cover;
  max-height: 160px;
  width: 100%;
  position: relative;
  z-index: -1;
  display: block;
  transition: transform 8s ease-in;
}
.article-list.featured li a {
  text-decoration: none;
}
.article-list.featured li a:not(.row) {
  display: block;
}
.article-list.featured li a:hover .img-gradient {
  background: linear-gradient(45deg, rgba(191, 195, 0, 0.1) 0%, rgba(37, 37, 189, 0.1) 35%, rgba(0, 212, 255, 0.5) 100%);
}
.article-list.featured li a:hover img {
  transform: scale(1.5);
}

.mini-desc {
  font-size: 24px;
  font-weight: 600;
  border-top: 1px solid #d7eef1;
  padding-top: 2rem;
}
.mini-desc img {
  max-width: none;
  width: 100%;
}

.separator {
  display: inline-block;
  color: lightgrey;
  padding: 0 10px;
}

.blog-header {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .blog-header {
    font-size: 20px;
  }
}

.turn-right {
  transform: rotate(180deg);
}

.post-nav {
  font-size: 24px;
}
.post-nav .direction {
  white-space: nowrap;
}
.post-nav a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}
.post-nav a span {
  text-decoration: underline;
}
.post-nav a:hover {
  opacity: 0.85;
}
.post-nav a:hover span {
  text-decoration: none;
}

a.black,
.pseudo-a.black {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
}
a.black:hover,
.pseudo-a.black:hover {
  border-bottom: 0;
  color: #555;
}
a.black.active,
.pseudo-a.black.active {
  font-weight: 600;
  border-bottom: 0;
}
a.fancy,
.pseudo-a.fancy {
  color: #111;
  background-color: #ddd;
  text-decoration: none;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border-bottom: 0;
}
a.fancy:hover,
.pseudo-a.fancy:hover {
  background-color: #e9a700;
}

.pseudo-a {
  cursor: default;
}

.footer {
  background-color: #eee;
  border-top: 2px solid #111;
  color: #333;
  padding: 6rem 0;
  margin-top: 6rem;
  font-size: 24px;
}
.footer ul {
  margin: 0;
}
.footer ul li a {
  background-color: unset;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer .search-container {
  margin-bottom: 1rem;
}
.footer .search-results {
  position: absolute;
  bottom: 50px;
}
.footer .search-results a {
  border-bottom: 0;
}
.footer .search-results a:hover {
  background-color: #e9a700;
}
.footer .title {
  font-size: 32px;
}
@media (max-width: 767.98px) {
  .footer {
    font-size: 20px;
    padding: 2rem 0 3rem;
  }
  .footer .title {
    font-size: 20px;
  }
}

.dark-links a {
  color: #111;
  text-decoration: underline;
}

.form-control {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.form-control:focus {
  background-color: white;
}

.search-container {
  position: relative;
  align-items: flex-start;
  display: flex;
}
.search-container .form-control {
  padding-right: 28px;
  border: 2px solid #555;
  border-radius: 5px;
}
.search-container [class*=close] {
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
  --ggs: 1.3;
}
.search-container .input-group-text {
  background-color: #555;
  border-color: #555;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
}
.search-container .input-group-text [class*=search] {
  --ggs: 1.2;
}
@media (max-width: 767.98px) {
  .search-container .form-control {
    font-size: 20px;
  }
  .search-container [class*=close] {
    top: 11px;
  }
}

.search-results {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.search-results li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}
.search-results li a:hover {
  background-color: white;
  color: white;
}
.search-results li:first-child a {
  padding-top: 15px;
  border-radius: 4px 4px 0 0;
}
.search-results li:last-child a {
  padding-bottom: 15px;
  border-radius: 0 0 4px 4px;
}
.search-results li:only-child a {
  border-radius: 4px;
}

.books h2 {
  line-height: 1.1;
}
.books h4 {
  font-weight: 400;
}
.books aside p {
  color: #aaa;
}
.books section {
  margin-bottom: 7rem;
}

.section-list > li {
  margin-bottom: 4rem;
}

.download-list li {
  margin-bottom: 1rem;
}
.download-list svg {
  margin-right: 20px;
}

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  padding: 1rem;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.scroll-to-top [class*=gg-] {
  color: #e9a700;
  --ggs: 2.5;
}
.scroll-to-top:hover {
  opacity: 1;
}
.scroll-to-top.hidden {
  opacity: 0;
  pointer-events: none;
}

.start-line-list {
  background-color: #ddd;
  padding: 3px;
  word-spacing: 5px;
}

.start-list {
  font-size: 14px;
}
.start-list li a {
  display: inline-block;
  padding: 0 0.15rem 1rem;
}

.badge {
  font-weight: 600;
}

.badge-warning {
  background-color: #e9a700;
}

a.icon-link {
  text-decoration: none;
}
a.icon-link span {
  text-decoration: underline;
}
a.icon-link span.plain {
  color: #333;
  text-decoration: none;
}
a.icon-link:hover * {
  text-decoration: none;
}

.footnote {
  font-size: 20px;
}

.sidebar {
  width: 324px;
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  .main-content {
    flex: unset;
  }
}

@media (max-width: 991.98px) {
  .flip-cols-md {
    flex-direction: column-reverse;
  }
  .flip-cols-md .sidebar {
    width: auto;
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .flip-cols-md .sidebar {
    padding: 0;
  }
}

.sidebar-nav {
  width: 100%;
}
.sidebar-nav li {
  font-weight: 600;
}
.sidebar-nav li a {
  display: block;
  color: #111;
  padding: 12px 20px;
  background-color: #d7eef1;
  text-decoration: none;
  line-height: 1;
  font-size: 32px;
}
@media (max-width: 767.98px) {
  .sidebar-nav li a {
    font-size: 24px;
  }
}
.sidebar-nav li a:hover {
  background-color: #555;
  color: white;
}
.sidebar-nav li a.active {
  background-color: #e9a700;
  color: white;
}
.sidebar-nav li + li {
  margin-top: 5px;
}

.movie-list li > span {
  display: inline-block;
}
.movie-list li > span:hover {
  background-color: #f8f8f8;
}

.light {
  color: #999;
}

.caption {
  text-align: right;
  color: #999;
  font-size: 18px;
  padding-top: 0.5rem;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 0.4rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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