@charset "UTF-8";
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
:root {
  --primaryColor: #bb1450;
  --backgroundColor: #fff;
  --textColor: #000;
  --altTextColor: rgb(255, 255, 255);
  --textColor-1: #333;
  --textColor-2: rgb(78, 78, 78);
  --textColor-3: rgb(156, 156, 156);
  --cardBackgroundColor: #fff;
  --bg-1: #fff0fb;
  --bg-2: #dff5ff;
  --buttonTextColor: #fff;
  --footerColor: #333;
  --footerText: #fff;
  --color-moon: #000;
  --color-sun: rgb(255, 221, 0);
  --color-green: #00bd19;
  --gap: 24px;
  --content-gap: 20px;
  --nav-width: 960px;
  --main-width: 720px;
  --post-width: 720px;
  --header-height: 60px;
  --footer-height: 80px;
  --radius: 8px;
  --theme: rgb(255, 255, 255);
  --entry: rgb(255, 255, 255);
  --primary: rgb(30, 30, 30);
  --secondary: rgb(108, 108, 108);
  --tertiary: rgb(158, 158, 158);
  --tertiary-bg: rgb(214, 214, 214);
  --content: rgb(31, 31, 31);
  --code-bg: rgb(245, 245, 245);
  --border: rgb(216, 216, 216);
  --link-background-color: #e8e3f7;
  --link-color: var(--primary);
  --link-hover-color: #573eaa;
  --link-underline-shadow: 0 1px 0 var(--link-color);
  --link-hover-underline-color: #6549c0;
  --link-hover-underline-shadow: 0 2px 0 var(--link-hover-underline-color);
  --link-transition: all 0.3s ease; }

.dark {
  --primaryColor: rgb(255, 221, 0);
  --backgroundColor: rgb(34, 34, 34);
  --textColor: #fff;
  --altTextColor: #000;
  --textColor-1: rgb(230, 230, 230);
  --textColor-2: rgb(207, 207, 207);
  --textColor-3: rgb(139, 130, 0);
  --cardBackgroundColor: #2f3136;
  --bg-1: #000428;
  --bg-2: #002d55;
  --buttonTextColor: #000;
  --footerColor: #333;
  --footerText: #fff;
  --theme: rgb(29, 30, 32);
  --entry: rgb(46, 46, 51);
  --primary: rgb(218, 218, 219);
  --secondary: rgb(155, 156, 157);
  --tertiary: rgb(123, 124, 124);
  --tertiary-bg: rgb(65, 66, 68);
  --content: rgb(196, 196, 197);
  --code-bg: rgb(55, 56, 62);
  --border: rgb(94, 94, 94);
  --link-background-color: #5242746d;
  --link-color: var(--primary);
  --link-hover-color: #876fd6;
  --link-underline-shadow: 0 1px 0 var(--link-color);
  --link-hover-underline-color: var(--link-hover-color);
  --link-hover-underline-shadow: 0 2px 0 var(--link-hover-underline-color); }

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;
  scroll-behavior: smooth; }

a,
button,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary); }

a {
  text-decoration: none; }

body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, 'Helvetica Neue', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-size: 18px;
  line-height: 1.6em;
  word-break: break-word; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
table {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0; }

body,
figure {
  margin: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
  word-break: keep-all; }

button,
input,
textarea {
  padding: 0;
  font: inherit;
  background: 0 0;
  border: 0; }

input,
textarea {
  outline: 0; }

button,
input[type=button],
input[type=submit] {
  cursor: pointer; }

input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 50px var(--theme) inset; }

.list:not(.dark)::-webkit-scrollbar-track {
  background: var(--code-bg); }

.list:not(.dark)::-webkit-scrollbar-thumb {
  border: 5px solid var(--code-bg); }

::selection {
  background-color: var(--primaryColor);
  color: var(--altTextColor); }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("/fonts/roboto-v30-latin-regular.woff") format("woff"), url("/fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("/fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/roboto-v30-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/roboto-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("/fonts/roboto-v30-latin-italic.woff") format("woff"), url("/fonts/roboto-v30-latin-italic.ttf") format("truetype"), url("/fonts/roboto-v30-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v30-latin-500.woff2") format("woff2"), url("/fonts/roboto-v30-latin-500.woff") format("woff"), url("/fonts/roboto-v30-latin-500.ttf") format("truetype"), url("/fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/roboto-v30-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/roboto-v30-latin-500italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v30-latin-500italic.woff2") format("woff2"), url("/fonts/roboto-v30-latin-500italic.woff") format("woff"), url("/fonts/roboto-v30-latin-500italic.ttf") format("truetype"), url("/fonts/roboto-v30-latin-500italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("/fonts/roboto-v30-latin-700.woff") format("woff"), url("/fonts/roboto-v30-latin-700.ttf") format("truetype"), url("/fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/roboto-v30-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/roboto-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v30-latin-700italic.woff2") format("woff2"), url("/fonts/roboto-v30-latin-700italic.woff") format("woff"), url("/fonts/roboto-v30-latin-700italic.ttf") format("truetype"), url("/fonts/roboto-v30-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* lora-500 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/lora-v24-latin-500.eot");
  /* IE9 Compat Modes */
  font-display: swap;
  src: local(""), url("/fonts/lora-v24-latin-500.eot?#iefix") format("embedded-opentype"), url("/fonts/lora-v24-latin-500.woff2") format("woff2"), url("/fonts/lora-v24-latin-500.woff") format("woff"), url("/fonts/lora-v24-latin-500.ttf") format("truetype"), url("/fonts/lora-v24-latin-500.svg#Lora") format("svg");
  /* Legacy iOS */ }

/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/lora-v24-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/lora-v24-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/lora-v24-latin-700.woff2") format("woff2"), url("/fonts/lora-v24-latin-700.woff") format("woff"), url("/fonts/lora-v24-latin-700.ttf") format("truetype"), url("/fonts/lora-v24-latin-700.svg#Lora") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url("/fonticons/google-font-icons.woff2") format("woff2");
  font-display: swap; }

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }
body {
  box-sizing: border-box;
  background-image: linear-gradient(to right, var(--bg-1) 0%, var(--bg-2) 100%); }

.container {
  margin-inline: auto;
  max-width: 114rem; }
  @media only screen and (max-width: 75em) {
    .container {
      max-width: 95rem; } }
  @media only screen and (max-width: 56.25em) {
    .container {
      max-width: 70rem; } }
/* for home and other pages */
.main {
  position: relative;
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  max-width: calc(var(--main-width) + var(--gap) * 2);
  margin: auto;
  padding: var(--gap);
  padding-bottom: 0;
  /* for post page */ }
  .main.post {
    max-width: calc(var(--post-width) + var(--gap) * 2); }

.page-header h1 {
  font-size: 40px; }

.pagination {
  display: flex; }
  .pagination a {
    color: var(--theme);
    font-size: 13px;
    line-height: 36px;
    background: var(--primary);
    border-radius: calc(36px / 2);
    padding: 0 16px; }
  .pagination .next {
    margin-inline-start: auto; }

.social-icons {
  padding: 12px 0; }
  .social-icons a {
    display: inline-block;
    line-height: 20px;
    transition: var(--link-transition); }
    .social-icons a:hover {
      color: var(--link-hover-color);
      box-shadow: var(--link-hover-underline-shadow); }
    .social-icons a:not(:last-of-type) {
      margin-right: 12px; }
    .social-icons a svg {
      height: 26px;
      width: 26px; }

code {
  direction: ltr; }

div.highlight,
pre {
  position: relative; }

.copy-code {
  opacity: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(78, 78, 78, 0.8);
  border-radius: var(--radius);
  padding: 4px 8px;
  font-size: 14px;
  user-select: none;
  transition: all 0.2s; }

div.highlight:hover .copy-code,
pre:hover .copy-code {
  opacity: 1; }

.meta-item {
  display: inline-block; }
  .meta-item * {
    color: var(--secondary); }
  .meta-item:not(:last-of-type):after {
    content: "·";
    margin-inline-start: .5em;
    margin-inline-end: .5em; }
  .meta-item svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.15em; }
  .meta-item a {
    transition: var(--link-transition); }
    .meta-item a:hover {
      color: var(--primary);
      box-shadow: 0 1px 0 var(--secondary); }
  .meta-item .post-tags a:before {
    content: "#"; }
  .meta-item .post-tags a:not(:last-of-type) {
    margin-inline-end: .3em; }
    .meta-item .post-tags a:not(:last-of-type):after {
      content: ","; }

/* images */
figure > img {
  image-rendering: -webkit-optimize-contrast; }

.post-content img {
  image-rendering: -webkit-optimize-contrast; }

/* effects */
:root {
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
        0.6px 0.6px 1px hsl(var(--shadow-color) / 0.1),
        0.9px 0.9px 1.4px -1.2px hsl(var(--shadow-color) / 0.1),
        2.2px 2.2px 3.5px -2.5px hsl(var(--shadow-color) / 0.1);
  --shadow-elevation-medium:
        0.6px 0.6px 1px hsl(var(--shadow-color) / 0.11),
        1.8px 1.8px 2.9px -0.8px hsl(var(--shadow-color) / 0.11),
        4.6px 4.6px 7.3px -1.7px hsl(var(--shadow-color) / 0.11),
        11.1px 11.1px 17.7px -2.5px hsl(var(--shadow-color) / 0.11);
  --twitter-color: #4a99e9; }

/* links page */
.links-container {
  font-size: 16px; }
  .links-container blockquote {
    margin: var(--gap) 0;
    padding: 0 14px;
    border-inline-start: 3px solid var(--primary); }

.links .item {
  padding: 12px;
  background: var(--entry);
  border-radius: var(--radius);
  margin-bottom: var(--gap);
  border: 1px solid var(--border); }
  .links .item .title a:hover {
    text-decoration: underline; }
  .links .item .title .favicon {
    margin-right: calc(var(--gap) / 2);
    vertical-align: middle; }
  .links .item .description {
    margin-left: calc(16px + var(--gap) / 2);
    color: var(--secondary); }
    .links .item .description .delimiter::after {
      content: "·";
      margin-inline-start: .5em;
      margin-inline-end: .5em; }

.links .favicon {
  display: inline-block;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  image-rendering: -webkit-optimize-contrast; }

/* shortcodes */
.standout {
  font-size: 24px;
  padding: .5em;
  text-align: center; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

body {
  font-family: "Roboto", sans-serif, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--textColor); }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  font-weight: 700; }

.heading-primary, .heading-secondary, .heading-tertiary {
  font-family: "Lora", serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--textColor); }

.heading-primary {
  font-size: 6rem;
  margin-bottom: 1rem; }

.heading-secondary {
  font-size: 4rem;
  margin-bottom: 1rem; }

.heading-tertiary {
  font-size: 2.5rem; }

.paragraph {
  font-size: 1.8rem;
  color: var(--textColor-1); }

.u-center-text {
  text-align: center !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }
.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }
.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

@media screen and (max-width: 768px) {
  /* theme-vars */
  :root {
    --gap: 14px; }
  /* profile-mode */
  .profile img {
    transform: scale(0.85); }
  /* post-entry */
  .first-entry {
    min-height: 260px; }
  /* archive */
  .archive-month {
    flex-direction: column; }
  .archive-year {
    margin-top: 20px; }
  /* footer */
  .footer {
    padding: calc((var(--footer-height) - var(--gap) - 10px) / 2) var(--gap); } }

/* footer */
@media screen and (max-width: 900px) {
  .list .top-link {
    transform: translateY(-5rem); } }

@media (prefers-reduced-motion) {
  /* terms; profile-mode; post-single; post-entry; post-entry; search; search */
  .terms-tags a:active,
  .button:active,
  .share-buttons svg:active,
  .post-entry:active,
  .top-link,
  #searchResults .focus,
  #searchResults li:active {
    transform: none; } }

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  font-size: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: .15rem;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2); }
  .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

.btn--primary {
  color: var(--buttonTextColor);
  background-color: var(--primaryColor); }

.btn--secondary {
  background-color: var(--primaryColor);
  color: var(--buttonTextColor);
  border: 2px solid var(--primaryColor); }

nav,
.navbar {
  height: 100%; }

.navbar {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 37.5em) {
    .navbar {
      flex-direction: column;
      text-align: center; } }
  .navbar__brand-logoLight, .navbar__brand-logoDark {
    display: none;
    height: 5rem;
    margin-top: 2rem; }
  .navbar__brand-logoDark {
    display: inline; }
  [data-theme="dark"] .navbar__brand-logoDark {
    display: none; }
  [data-theme="dark"] .navbar__brand-logoLight {
    display: inline; }
  .navbar__items {
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    align-items: center;
    gap: 8rem;
    list-style: none; }
    @media only screen and (max-width: 37.5em) {
      .navbar__items {
        justify-content: space-around;
        margin: 1rem 0; } }
  .navbar__links {
    color: var(--textColor); }
    .navbar__links:not(:hover) {
      text-decoration: none; }
    .navbar__links:hover {
      text-underline-offset: .5rem;
      text-decoration: underline;
      color: var(--primaryColor);
      text-decoration-color: var(--textColor); }
    .navbar__links--active {
      text-underline-offset: .5rem;
      text-decoration: underline !important;
      color: var(--primaryColor);
      text-decoration-color: var(--textColor) !important; }
  .navbar__mode {
    background: none;
    border: none;
    position: relative;
    cursor: pointer; }
    .navbar__mode:focus {
      outline: 0; }
    .navbar__mode > * {
      height: 2rem;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform: translate(-50%, -70%); }
    .navbar__mode-moon:hover {
      color: var(--primaryColor); }
    .navbar__mode-sun:hover {
      color: var(--primaryColor); }

body.dark .navbar__mode-moon {
  vertical-align: middle;
  transform: translate(-50%, 3rem);
  opacity: 0;
  transition: all 0.3s; }

body.dark .navbar__mode-sun {
  transition: all 0.3s;
  opacity: 1; }

body:not(.dark) .navbar__mode-moon {
  transition: all 0.3s;
  opacity: 1; }

body:not(.dark) .navbar__mode-sun {
  color: var(--color-sun);
  transform: translate(-50%, -3rem);
  opacity: 0;
  transition: all 0.3s; }

#mainFooter {
  background-color: var(--footerColor); }

.footer__top {
  display: flex;
  justify-content: space-between; }
  .footer__top > * {
    margin: 5rem 0;
    width: 35%; }
    @media only screen and (max-width: 75em) {
      .footer__top > * {
        width: 50%; } }
    @media only screen and (max-width: 56.25em) {
      .footer__top > * {
        width: 70%;
        margin: 2.5rem 0; } }
    @media only screen and (max-width: 37.5em) {
      .footer__top > * {
        width: 90%; } }
  @media only screen and (max-width: 56.25em) {
    .footer__top {
      flex-direction: column;
      align-items: center;
      text-align: center; } }
.footer__logo {
  height: 7rem; }
  @media only screen and (max-width: 56.25em) {
    .footer__logo {
      margin-top: 2rem; } }
.footer__disclaimer-text {
  font-size: 1.4rem;
  hyphens: auto;
  color: var(--footerText) !important; }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--textColor-2); }
  .footer__bottom > * {
    width: 35%;
    padding: 2rem 0; }
    @media only screen and (max-width: 75em) {
      .footer__bottom > * {
        width: 50%; } }
    @media only screen and (max-width: 56.25em) {
      .footer__bottom > * {
        width: 70%;
        padding: 2rem 0; } }
    @media only screen and (max-width: 37.5em) {
      .footer__bottom > * {
        width: 90%; } }
  @media only screen and (max-width: 56.25em) {
    .footer__bottom {
      flex-direction: column-reverse;
      align-items: center;
      text-align: center; } }
.footer__copyright {
  font-size: 1.5rem;
  text-align: left;
  color: var(--footerText) !important; }
  @media only screen and (max-width: 56.25em) {
    .footer__copyright {
      text-align: center; } }
.footer__policies {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5rem;
  font-size: 1.5rem;
  text-align: right;
  list-style: none; }
  @media only screen and (max-width: 37.5em) {
    .footer__policies {
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 1.5rem; } }
.footer__link {
  text-decoration: none;
  cursor: pointer;
  color: var(--footerText) !important; }

.top-link {
  visibility: hidden;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  background: var(--tertiary-bg);
  width: 42px;
  height: 42px;
  padding: 12px;
  border-radius: 64px;
  transition: visibility 0.5s, opacity 0.8s linear;
  line-height: 1.5;
  font-size: 12px;
  color: var(--secondary); }
  .top-link, .top-link svg {
    filter: drop-shadow(0px 0px 0px var(--theme)); }
  .top-link:hover {
    color: var(--primaryColor); }
  .top-link:focus {
    outline: 0; }

/* InstantClick css */
#instantclick-bar {
  background: var(--tertiary-bg); }

/* make zoom overlay and image higher than toc */
.medium-zoom-overlay {
  z-index: 2; }

.medium-zoom-image--opened {
  z-index: 3; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 6rem; } }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem;
      padding: 0 3rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }

.hero {
  display: flex;
  width: 100%;
  height: 90vh;
  position: relative; }
  @media only screen and (max-width: 56.25em) {
    .hero {
      height: auto;
      text-align: center;
      align-items: center;
      justify-content: space-evenly;
      flex-direction: column-reverse; } }
  .hero__first {
    width: 50%;
    height: auto;
    display: flex; }
    @media only screen and (max-width: 56.25em) {
      .hero__first {
        width: 90%; } }
  .hero__second {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative; }
    @media only screen and (max-width: 56.25em) {
      .hero__second {
        max-width: 90%;
        align-items: center;
        justify-content: center; } }
  .hero__img {
    max-width: 90%;
    border-radius: 1rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 56.25em) {
      .hero__img {
        margin: 5rem 0; } }
  .hero__content {
    width: 100%;
    margin: auto 0; }
    .hero__content .paragraph {
      margin-bottom: 4rem;
      margin-right: 6rem; }
    .hero__content .btn {
      margin-bottom: 1.5rem; }
    @media only screen and (max-width: 56.25em) {
      .hero__content {
        position: relative;
        transform: none; }
        .hero__content .paragraph {
          margin-bottom: 3rem;
          margin-right: 0rem; } }
  .hero__icons {
    color: var(--color-green);
    padding-right: .4rem;
    font-size: 1.8rem !important;
    transform: translateY(0.5rem); }
  .hero__item {
    display: inline-block;
    padding-right: 3rem; }
    .hero__item-text {
      font-size: 1.4rem;
      color: var(--textColor-2); }

.scanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem; }
  .scanner .heading-secondary {
    text-align: center;
    position: relative; }
    .scanner .heading-secondary::after {
      content: '';
      position: absolute;
      width: 6rem;
      height: 2px;
      top: 100%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 1rem;
      margin-left: 5px;
      background: var(--primaryColor); }
  .scanner__content {
    width: 40%;
    margin-top: 5rem;
    margin-bottom: 6rem;
    border-radius: 1rem;
    overflow: hidden;
    background-color: var(--cardBackgroundColor);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 56.25em) {
      .scanner__content {
        width: 60%; } }
    @media only screen and (max-width: 56.25em) {
      .scanner__content {
        width: 80%; } }
    @media only screen and (max-width: 37.5em) {
      .scanner__content {
        width: 90%; } }
  .scanner__first {
    width: 100%;
    overflow: hidden;
    display: flex; }
  .scanner__img {
    max-width: 100%;
    object-fit: cover; }
  .scanner__second .container {
    margin: 2rem 5rem; }
    .scanner__second .container .heading-tertiary {
      text-align: left;
      margin-top: 1.5rem;
      margin: 1.5rem 0; }
    .scanner__second .container .text-1 {
      margin: 1rem 0;
      font-size: 1.4rem;
      color: var(--textColor-2); }
      .scanner__second .container .text-1-icon {
        font-size: 1.2rem;
        transform: translateY(0.1rem);
        margin-right: 0.5rem; }
  .scanner__second-pricing {
    display: block;
    margin: 4rem 0;
    position: relative; }
    .scanner__second-pricing-value {
      padding: 2rem 0;
      font-size: 3rem;
      display: flex;
      color: var(--textColor-3); }
      .scanner__second-pricing-value-1 {
        color: var(--primaryColor);
        font-weight: 500; }
        .scanner__second-pricing-value-1 .span_1 {
          position: relative;
          display: inline-block; }
          .scanner__second-pricing-value-1 .span_1 span {
            font-size: 1.3rem; }
      .scanner__second-pricing-value-2 span {
        font-size: 2rem; }
      .scanner__second-pricing-value-2 .span_3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 5rem;
        font-weight: 500;
        margin-left: 1rem;
        line-height: 0;
        color: var(--primaryColor); }
  .scanner__button {
    display: flex; }
    .scanner__button .btn {
      display: inline-block;
      font-size: 1.2rem;
      font-weight: 700;
      border: 2px solid var(--primaryColor);
      text-align: left; }
      .scanner__button .btn, .scanner__button .btn:link, .scanner__button .btn:visited {
        padding: 1rem 3rem; }
      .scanner__button .btn:hover {
        color: var(--primaryColor);
        background-color: transparent; }
  .scanner .additional {
    font-size: 1.2rem;
    padding: 1rem 0;
    color: var(--textColor-2); }
