@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

html::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

body {
  margin: 0;
}

main {
  display: block;
  background: #F5FAFF;
  padding-top: 100px;
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.rounded-corner {
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px
}

:root {
  --theme-color: #4DA6FF;
  --gradient-color-one: #4DA6FF;
  --gradient-color-two: #B61CFF;
  --gradient-angle: 30deg;
  --gradient-primary: var(--theme-color);
  --logo-header-height: 32px;
  --logo-footer-height: 32px;
  --white: #ffffff;
  --black: #000000;
  --success-color: #3cb44e;
  --error-color: #f02e2e;
  --radius-4: 4px;
  --radius-8: 8px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-full: 50%;
  --global-width-wide: 1032px;
  --global-width-content: 700px;
  --body-background-color: #ffffff;
  --card-background-color: var(--white);
  --text-color-main: #2D3350;
  --text-color-dark: #090C1E;
  --tag-background-color: #EFF1F4;
  --background-color-alt: #100F15;
  --text-color-alt: var(--body-background-color);
  --border-color: #eeeeee;
  --code-background-color: #f1f1f1;
  --shadow: 0px 4px 10px rgba(0, 0, 0, 0.08)
}

[data-theme=dark] {
  --theme-color: var(--ghost-accent-color);
  --gradient-color-one: #4DA6FF;
  --gradient-color-two: #B61CFF;
  --gradient-angle: 30deg;
  --gradient-primary: linear-gradient(var(--gradient-angle), var(--gradient-color-one), var(--gradient-color-two));
  --logo-header-height: 32px;
  --logo-footer-height: 32px;
  --white: #ffffff;
  --black: #000000;
  --success-color: #3cb44e;
  --error-color: #f02e2e;
  --radius-4: 4px;
  --radius-8: 8px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-full: 50%;
  --global-width-wide: 1032px;
  --global-width-content: 700px;
  --body-background-color: #100F15;
  --card-background-color: #17171C;
  --text-color-main: #d4d4d4;
  --text-color-dark: #f1f1f1;
  --tag-background-color: #313438;
  --background-color-alt: #ffffff;
  --text-color-alt: var(--body-background-color);
  --border-color: #28272c;
  --code-background-color: #05091a;
  --shadow: 0 3px 10px -2px rgba(4, 9, 14, 0.1), 0 10px 25px -30px rgba(0, 0, 0, 0.1)
}

html {
  box-sizing: border-box
}

*,
::after,
::before {
  box-sizing: inherit
}

.container {
  max-width: 1392px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9 {
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

@media screen and (min-width:576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media screen and (min-width:768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media screen and (min-width:992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media screen and (min-width:1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media screen and (min-width:1392px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media screen and (min-width:576px) {
  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media screen and (min-width:768px) {
  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media screen and (min-width:992px) {
  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media screen and (min-width:1200px) {
  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

@media screen and (min-width:1392px) {
  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.text-upper {
  text-transform: uppercase
}

.no-style-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.flex {
  display: flex;
  flex-wrap: wrap
}

.grid {
  display: grid
}

.justify-space-between {
  justify-content: space-between
}

.justify-center {
  justify-content: center
}

.align-center {
  align-items: center
}

.block {
  display: block
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.vertical-center>* {
  vertical-align: middle
}

.object-fit-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.loading-bg {
  position: relative;
  background: var(--light-bg-color)
}

.loading-bg::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  border: 2px solid var(--border-color);
  border-top-color: transparent;
  border-radius: 50%;
  z-index: 0;
  animation: rotating .6s linear infinite
}

.loading-bg>* {
  z-index: 1
}

@keyframes rotating {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

html {
  box-sizing: border-box;
  font-size: 100%
}

*,
::after,
::before {
  box-sizing: inherit
}

body {
  font-family: var(--gh-font-body, var(--font-body));
  line-height: 1.6;
  color: var(--text-color-main);
  background-color: var(--body-background-color);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-family: var(--gh-font-heading, var(--font-title))
}

.h1,
h1 {
  font-size: 3rem
}

.h2,
h2 {
  font-size: 2.5rem
}

.h3,
h3 {
  font-size: 2rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

.heading-large {
  font-size: 4rem;
  line-height: 1.2
}

.title-xl {
  font-size: 1.5rem;
  line-height: 1.5
}

.title-l {
  font-size: 1.25rem
}

.title-s {
  font-size: .875rem
}

@media (max-width:991px) {

  .h1,
  h1 {
    font-size: 2.75rem
  }

  .h2,
  h2 {
    font-size: 2.25rem
  }

  .h3,
  h3 {
    font-size: 1.75rem
  }

  .h4,
  h4 {
    font-size: 1.25rem
  }

  .h5,
  h5 {
    font-size: 1rem
  }

  .h6,
  h6 {
    font-size: 1rem
  }

  .heading-large {
    font-size: 3.5rem
  }
}

@media (max-width:767px) {
  .heading-large {
    font-size: 2.75rem
  }
}

a {
  text-decoration: none;
  color: var(--text-color-main)
}

figure {
  margin-left: 0;
  margin-right: 0
}

figcaption {
  font-size: .875rem;
  text-align: center;
  margin-top: 8px
}

figcaption a {
  text-decoration: underline
}

figcaption a:focus,
figcaption a:hover {
  color: var(--theme-color)
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

svg {
  fill: currentColor
}

hr {
  text-align: center;
  border: none;
  border-bottom: 1px solid var(--border-color)
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  font-size: 1rem
}

table,
td {
  border: 1px solid var(--border-color)
}

th {
  border: 1px solid var(--background-color-alt)
}

th {
  background-color: var(--background-color-alt);
  color: var(--text-color-alt);
  text-align: left
}

td,
th {
  padding: 8px 16px
}

dd,
dt {
  line-height: 24px
}

dl,
ol,
ul {
  padding-left: 1.3rem
}

.table-responsive {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 2rem
}

.table-responsive table {
  margin-bottom: 0
}

pre {
  overflow: auto;
  background-color: var(--c-gray-lighter);
  border-radius: var(--radius-8);
  border: 1px solid var(--c-border-light);
  padding: 1rem;
  margin: 2.5rem 0;
  overflow: auto;
  font-size: 1rem;
  line-height: 1.5
}

code {
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
  font-size: 1.125rem
}

:not(pre)>code {
  font-size: 1.125rem;
  background-color: var(--c-gray-light);
  padding: 2px 8px;
  border-radius: var(--radius-4)
}

.btn {
  --btn--accent-color: var(--theme-color);
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: max-content;
  padding: 15px 22px;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  line-height: 1;
  background-color: var(--theme-color);
  color: var(--white);
  transition: all .25s;
  align-items: center;
  opacity: 1
}

.btn:not(:disabled):not(.diabled) {
  cursor: pointer
}

.btn:focus,
.btn:hover {
  color: var(--white);
  text-decoration: none;
  opacity: .85;
  background-position: right center;
  background-color: #0A85FF;
}

.btn svg {
  width: 24px;
  height: 24px;
  margin-right: 8px
}

.btn-sm {
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  font-size: .875rem;
  font-weight: 400
}

.btn-lg {
  height: 56px;
  line-height: 56px;
  font-size: 1.125rem
}

.btn-xl {
  height: 64px;
  line-height: 64px;
  font-size: 1.125rem
}

.btn-secondary {
  background-image: none;
  background-color: var(--theme-color)
}

.btn-block {
  width: 100%
}

.btn-link {
  line-height: 1.6;
  padding: 0;
  border: none;
  background: 0 0;
  color: var(--text-color-main);
  text-decoration: none
}

.btn-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn-link:hover {
  text-decoration: underline;
  background: 0 0
}

.btn-link-sm {
  font-size: .875rem
}

.btn-flat {
  --btn--accent-color: var(--theme-color);
  background: var(--btn--accent-color);
  border: 1px solid var(--btn--accent-color)
}

.btn-error {
  --btn--accent-color: var(--error-color)
}

.btn-success {
  --btn--accent-color: var(--success-color)
}

.btn-outline {
  background: 0 0;
  color: var(--btn--accent-color);
  border: 1px solid var(--btn--accent-color)
}

.btn-outline:focus,
.btn-outline:hover {
  color: var(--btn--accent-color)
}

input[type=email],
input[type=text],
input[type=url],
textarea {
  background-color: var(--body-background-color);
  border: 1px solid var(--border-color);
  box-shadow: none;
  height: max-content;
  padding: 14px 10px;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-color-main);
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  border: 1px solid var(--theme-color);
  outline: 0;
  box-shadow: none
}

input[type=email] .input-lg,
input[type=text] .input-lg,
input[type=url] .input-lg,
textarea .input-lg {
  height: 56px
}

textarea {
  height: auto;
  padding: 1rem 2rem
}

input[type=email].input-sm,
input[type=text].input-sm,
input[type=url].input-sm {
  height: 40px;
  line-height: 40px;
  border-radius: 20px
}

input[type=email].input-lg,
input[type=text].input-lg,
input[type=url].input-lg {
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  font-size: 1.235rem
}

.form-field {
  margin-bottom: 1.5rem
}

.field-group-inline {
  display: flex;
  flex-wrap: wrap
}

.field-group-inline .form-field {
  margin: 0 6px
}

.field-group-inline .input-field {
  flex: 1 0 250px
}

@media (max-width:767px) {
  .field-group-inline .form-field {
    min-width: 100%
  }
}

blockquote {
  font-size: 1.5rem;
  margin: 2.5rem 0;
  padding: 0 1.5rem;
  font-weight: 700;
  position: relative
}

blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--gradient-color-one), var(--gradient-color-two));
  border-radius: 4px
}

.site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: clip;
  position: relative;
  background-color: #F5FAFF;
}

.main {
  padding: 100px 4px 100px;
}

@media (min-width:768px) {
  .main {
    flex-grow: 1
  }
}

.no-header-footer .main {
  padding: 0
}

@keyframes loading {
  to {
    transform: rotate(360deg)
  }
}

.loading .btn,
.loading button,
.loading input[type=submit],
.loading.btn,
.loading.button,
.loadinginput[type=submit] {
  position: relative;
  pointer-events: none
}

.loading .btn:after,
.loading button:after,
.loading input[type=submit]:after,
.loading.btn:after,
.loading.button:after,
.loadinginput[type=submit]:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border: 3px dashed var(--white);
  animation: loading 1.2s linear infinite
}

.loading .btn span,
.loading button span,
.loading input[type=submit] span,
.loading.btn span,
.loading.button span,
.loadinginput[type=submit] span {
  visibility: hidden
}

.success .btn,
.success button,
.success input[type=submit],
.success.btn,
.success.button,
.successinput[type=submit] {
  position: relative
}

.success .btn::before,
.success button::before,
.success input[type=submit]::before,
.success.btn::before,
.success.button::before,
.successinput[type=submit]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 10px;
  width: 20px;
  border: 3px solid var(--white);
  border-top-width: 0;
  border-right-width: 0;
  transform: translate(-50%, -75%) rotate(-45deg)
}

.success .btn span,
.success button span,
.success input[type=submit] span,
.success.btn span,
.success.button span,
.successinput[type=submit] span {
  visibility: hidden
}

[data-tooltip] {
  position: relative
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  font-size: .875rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
  background-color: var(--background-color-alt);
  color: var(--text-color-alt);
  padding: 0 .5rem;
  line-height: 2rem;
  text-transform: capitalize;
  border-radius: var(--radius-8);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s;
  will-change: opacity
}

[data-tooltip]:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--text-color-dark) transparent transparent transparent;
  opacity: 0;
  transition: opacity .25s
}

[data-tooltip]:hover::before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1
}

.lightense-backdrop {
  background-color: var(--body-background-color) !important
}

.lightense-wrap img {
  border-radius: 0 !important
}

.cover-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 150vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: linear-gradient(180deg, #000 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 80%, rgba(0, 0, 0, 0) 100%)
}

.line-web {
  fill: none;
  position: absolute;
  width: 140%;
  stroke: var(--text-color-dark);
  opacity: .03
}

.cover-bg-decoration-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .05
}

.flair-one {
  width: 100vw;
  aspect-ratio: 31/26;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3
}

.flair-two {
  width: 100vw;
  aspect-ratio: 85/73;
  position: absolute;
  right: -40vw;
  top: 0;
  opacity: .3
}

@supports (-moz-appearance:none) {
  .flair-one {
    opacity: .15
  }

  .flair-two {
    opacity: .15
  }
}

.gradient-color-one {
  stop-color: var(--gradient-color-one)
}

.gradient-color-two {
  stop-color: var(--gradient-color-two)
}

[data-nav=sticky-hide] .site-header,
[data-nav=sticky] .site-header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10
}

[data-nav=sticky-hide] .site-header,
[data-nav=sticky] .site-header {
  position: sticky
}

[data-nav=sticky-hide] .site-header.hide,
[data-nav=sticky-hide] .site-header.show {
  position: sticky
}

[data-nav=sticky-hide] .site-header {
  transform: translateY(0);
  transition: transform .5s
}

[data-nav=sticky-hide] .site-header.hide {
  transform: translateY(calc(-100% - 32px))
}

[data-nav=sticky-hide] .js-mobile-menu-opened .site-header.hide {
  transform: none
}

.site-header {
  margin-top: 1rem;
  background-color: transparent;
  padding: 0 4px
}

.site-header.small {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .6);
  box-shadow: var(--shadow)
}

.site-header.small .header-inner {
  padding: .5rem 0
}

@media (max-width:767px) {
  .site-header {
    margin-bottom: 2rem
  }
}

.page-template .site-header {
  margin-bottom: 1rem
}

[data-theme=dark] .site-header.small {
  background-color: rgba(0, 0, 0, .6)
}

.header-inner {
  align-items: center;
  padding: .5rem 0
}

.logo-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 48px;
  color: var(--text-color-dark)
}

.logo-image img {
  max-height: var(--logo-header-height)
}

.theme-dark-logo {
  display: none
}

[data-theme=dark] .theme-light-logo {
  display: none
}

[data-theme=dark] .theme-dark-logo {
  display: inline
}

.nav-wrap {
  flex: 1 0;
  align-items: center
}

.nav-left {
  margin-left: 40px;
  flex: 1 0
}

.nav-left a {
  color: var(--text-color-dark)
}

.nav-left>li,
.nav-right>li {
  padding: 8px 0
}

.nav-left li,
.nav-right li {
  margin: 0 .75rem;
  line-height: 1.6;
  display: inline-flex;
  position: relative
}

.nav-left li.sub-nav-item,
.nav-right li.sub-nav-item {
  display: none
}

.nav-left li>ul,
.nav-right li>ul {
  position: absolute;
  top: 100%;
  left: -1rem;
  background: var(--card-background-color);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow);
  border-radius: var(--radius-8);
  z-index: 9;
  min-width: 180px;
  max-width: 250px;
  white-space: nowrap;
  transition: all .2s;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0
}

.nav-left li>ul.dropdown-menu .sub-nav-item,
.nav-right li>ul.dropdown-menu .sub-nav-item {
  display: block
}

.nav-left li>ul:focus-within,
.nav-left li>ul:hover,
.nav-right li>ul:focus-within,
.nav-right li>ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.nav-left li>ul li,
.nav-right li>ul li {
  display: block;
  padding: 0;
  margin: 0
}

.nav-left li>ul li:not(:last-of-type),
.nav-right li>ul li:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color)
}

.nav-left li>ul li:first-child a,
.nav-right li>ul li:first-child a {
  border-top-left-radius: var(--radius-8);
  border-top-right-radius: var(--radius-8)
}

.nav-left li>ul li:last-child a,
.nav-right li>ul li:last-child a {
  border-bottom-left-radius: var(--radius-8);
  border-bottom-right-radius: var(--radius-8)
}

.nav-left li>ul li a,
.nav-right li>ul li a {
  display: flex;
  padding: 0 1rem;
  height: 48px;
  line-height: 48px;
  align-items: center
}

.nav-left li>ul li a:focus,
.nav-left li>ul li a:hover,
.nav-right li>ul li a:focus,
.nav-right li>ul li a:hover {
  background-color: var(--theme-color);
  color: var(--white)
}

.nav-left li>ul li a svg,
.nav-right li>ul li a svg {
  width: 16px;
  height: 16px;
  margin-right: 8px
}

.nav-right li>ul {
  right: -1rem;
  left: auto
}

.nav-right .user-detail {
  padding: 1rem;
  border-bottom: 1px solid var(--border-color);
  font-size: .875rem
}

.nav-user:focus-within .nav-user-link::before,
.nav-user:hover .nav-user-link::before {
  opacity: 1
}

.nav-user-link {
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  box-shadow: var(--shadow);
  padding: 3px;
  overflow: hidden;
  background-color: var(--body-background-color)
}

.nav-user-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--gradient-primary);
  border-radius: 50%;
  opacity: 0;
  transition: opacity .1s
}

.nav-user-link::after {
  content: none
}

.nav-user-link:focus-within:before,
.nav-user-link:focus:before,
.nav-user-link:hover:before {
  opacity: 1
}

.nav-user-link .icon-wrap {
  position: absolute;
  inset: 3px;
  background-color: var(--border-color);
  border-radius: 50%;
  overflow: hidden
}

.nav-user-link .icon-wrap svg {
  color: var(--text-color-dark);
  width: 60% !important;
  height: 60% !important;
  opacity: .5
}

.nav-user-link .avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative
}

.nav-left>li:first-child,
.nav-right>li:first-child {
  margin-left: 0
}

.nav-left>li:last-child,
.nav-right>li:last-child {
  margin-right: 0
}

.nav-left>li>a:not(.btn),
.nav-right>li>a:not(.btn) {
  position: relative
}

.nav-left>li>a:not(.btn):after,
.nav-right>li>a:not(.btn):after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--gradient-primary);
  border-radius: var(--radius-4);
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 1;
  transition: width .25s
}

.nav-left>li:hover>a:after,
.nav-right>li:hover>a:after {
  width: 100%
}

.nav-right>li {
  margin: 0 .75rem
}

.dropdown-link {
  display: flex;
  align-items: center
}

.dropdown-link svg {
  width: 20px;
  height: 20px;
  margin-top: 2px
}

.dropdown-link .drop-icon-wrap {
  display: none
}

.nav-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  border: none;
  background: 0 0;
  padding: 0;
  color: var(--text-color-main);
  margin-right: 1.5rem
}

.nav-icon svg {
  width: 20px;
  height: 20px
}

.nav-icon:hover {
  color: var(--theme-color)
}

.toggle-mode .light {
  display: none
}

[data-theme=dark] .toggle-mode .dark {
  display: none
}

[data-theme=dark] .toggle-mode .light {
  display: block
}

.burger {
  width: 32px;
  height: 24px;
  display: flex;
  align-items: center
}

.burger .burger-line {
  width: 100%;
  height: 2px;
  background-color: var(--text-color-dark);
  position: relative;
  transition: background-color .1s ease .2s;
  will-change: background-color
}

.burger .burger-line::before,
.burger .burger-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: var(--text-color-dark);
  transition: transform .25s, bottom .15s ease .25s;
  transform-origin: center center;
  will-change: transform
}

.burger .burger-line:before {
  bottom: 11px
}

.burger .burger-line:after {
  bottom: -11px
}

.is-menu-open .burger .burger-line {
  background-color: transparent;
  transition: background-color .1s ease .2s
}

.is-menu-open .burger .burger-line::after,
.is-menu-open .burger .burger-line::before {
  transition: bottom .15s, transform .25s ease .15s
}

.is-menu-open .burger .burger-line:before {
  transform: rotate(45deg);
  bottom: 0
}

.is-menu-open .burger .burger-line:after {
  transform: rotate(-45deg);
  bottom: 0
}

@media (min-width:1201px) {
  .mobile-only-items {
    display: none
  }

  .nav-left li:hover>ul,
  .nav-left li>a:focus+ul,
  .nav-right li:hover>ul,
  .nav-right li>a:focus+ul {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@media (max-width:1200px) {
  .site-header {
    padding: .5rem .25rem
  }

  .header-inner {
    flex-direction: column
  }

  .header-logo {
    width: 100%
  }

  .nav-icon:last-child {
    margin-right: 0
  }

  .nav-wrap {
    display: none
  }

  .is-menu-open {
    overflow: hidden
  }

  .is-menu-open .site-header {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    margin-top: 0;
    padding-top: 1.5rem;
    z-index: 99;
    background-color: var(--body-background-color)
  }

  .is-menu-open .site-header.small {
    padding-top: .5rem
  }

  .is-menu-open .nav-wrap {
    display: flex;
    max-height: calc(100vh - 80px);
    width: 100%;
    overflow-y: auto;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    border-top: 1px solid var(--border-color)
  }

  [data-theme=dark] .is-menu-open .site-header {
    background-color: var(--body-background-color)
  }

  .nav-left {
    margin: 0;
    display: block;
    width: 100%;
    align-self: flex-start;
    flex-grow: 1
  }

  .nav-left li {
    display: block;
    margin: 0;
    padding: 0
  }

  .nav-left li a {
    display: flex;
    height: 48px;
    line-height: 48px;
    padding-left: 1rem;
    border-radius: var(--radius-8)
  }

  .nav-left li a:hover {
    background-color: var(--tag-background-color)
  }

  .nav-left li:hover a::after {
    content: none
  }

  .nav-left li ul {
    display: block
  }

  .nav-left li>ul {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translate3d(0, 0, 0);
    box-shadow: none;
    max-width: none;
    z-index: inherit;
    background: 0 0;
    top: 0;
    left: 0;
    border: none;
    margin-left: 1rem
  }

  .nav-left li>ul li:not(:last-of-type) {
    border: 0
  }

  .nav-left li>ul li:first-child a,
  .nav-left li>ul li:last-child a {
    border-radius: var(--radius-8)
  }

  .nav-left li>ul li a {
    padding: 0 0 0 1rem
  }

  .nav-left li>ul li a:focus,
  .nav-left li>ul li a:hover {
    background-color: var(--tag-background-color);
    color: var(--text-color-main)
  }

  .nav-left li.active>ul {
    display: block
  }

  .dropdown-link {
    justify-content: space-between;
    border-radius: var(--radius-8)
  }

  .dropdown-link>svg {
    display: none
  }

  .dropdown-link .drop-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-top-right-radius: var(--radius-8);
    border-bottom-right-radius: var(--radius-8)
  }

  .dropdown-link .drop-icon-wrap:hover {
    background: rgba(0, 0, 0, .2)
  }

  .dropdown-link .drop-icon-wrap svg {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    transition: all .15s
  }

  .has-dropdown.active .dropdown-link {
    background-color: var(--tag-background-color)
  }

  .has-dropdown.active .dropdown-link svg {
    transform: rotate(0)
  }

  .nav-center {
    display: none
  }

  .nav-right {
    width: 100%;
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-top: 1px solid var(--border-color);
    justify-content: center
  }

  .nav-right li>ul {
    display: flex;
    position: relative;
    background: 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 9;
    min-width: 180px;
    max-width: 100%;
    white-space: nowrap;
    transition: all .2s;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    right: 0
  }

  .nav-right li>ul li a:hover {
    background-color: transparent;
    color: var(--text-color-main)
  }

  .nav-right li>ul li:not(:last-of-type) {
    border: none
  }

  .nav-right li .nav-user-link {
    display: none
  }

  .nav-right .user-detail {
    display: none
  }
}

.site-hero {
  margin-top: 1rem;
  margin-bottom: 6rem
}

.site-hero .intro-title {
  margin-top: 0
}

@supports (-webkit-background-clip:text) and (-webkit-text-fill-color:transparent) {
  .site-hero .intro-title span {
    background-image: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }
}

.site-hero .intro-description {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 900px;
  margin-top: 1.5rem;
  margin-bottom: 2rem
}

.site-hero .intro-description span {
  font-weight: 700
}

.site-hero .cta-wrapper {
  margin-top: 3rem
}

.site-hero-centered .hero-intro-content {
  max-width: var(--global-width-wide);
  margin-left: auto;
  margin-right: auto
}

.site-hero-centered .intro-description {
  max-width: var(--global-width-content);
  margin-left: auto;
  margin-right: auto
}

.hero-two-column {
  display: flex;
  gap: 48px;
  align-items: center
}

.hero-column-left {
  flex: 1 0 50%;
  max-width: 850px
}

.hero-column-right {
  flex: 1;
  align-self: flex-start;
  position: relative;
  min-width: 300px
}

@media (max-width:991px) {
  .hero-two-column {
    flex-direction: column
  }

  .hero-column-left {
    max-width: 100%
  }

  .hero-column-right {
    max-width: 700px;
    margin: 0 auto
  }
}

.hero-email-subscription {
  position: relative;
  margin-top: 3rem;
  max-width: 520px
}

.hero-email-subscription::before {
  content: "";
  position: absolute;
  border-radius: 99px;
  inset: 0;
  background-image: var(--gradient-primary)
}

.hero-email-subscription:after {
  content: "";
  position: absolute;
  border-radius: 99px;
  inset: 2px;
  background-color: var(--card-background-color)
}

.hero-subscription-form {
  position: relative;
  padding: .5rem;
  z-index: 9
}

.hero-subscription-form .email {
  flex: 1 1 150px;
  margin-bottom: 0;
  margin-right: .5rem;
  background: 0 0;
  border: 0
}

.hero-subscription-form .email:focus {
  border: 0;
  outline: -webkit-focus-ring-color auto 1px
}

.hero-subscription-form .email:focus-visible {
  outline: 0
}

.site-cover-image-wrapper img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-16)
}

.total-member-card {
  position: absolute;
  bottom: -32px;
  left: -32px;
  background-color: var(--card-background-color);
  padding: 1.5rem;
  border-radius: var(--radius-16);
  border: 1px solid var(--border-color);
  display: flex;
  animation: 8s linear infinite move
}

.total-member-card:hover {
  animation-play-state: paused
}

.total-member-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-16);
  box-shadow: 2px 4px 30px var(--gradient-color-two), -2px -4px 30px var(--gradient-color-one);
  opacity: .15
}

.total-member {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 1rem
}

.member-subtext {
  max-width: 150px;
  font-size: .875rem
}

@keyframes move {
  0% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -20px, 0)
  }
}

@media (max-width:991px) {
  .total-member-card {
    left: -16px
  }
}

@media (max-width:767px) {
  .site-hero .intro-description {
    font-size: 1.125rem
  }
}

@media (max-width:575px) {
  .hero-subscription-form .email {
    padding: 0 1rem
  }
}

.featured-posts {
  margin-bottom: 6rem
}

.featured-posts-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.featured-posts-wrap .post-card {
  flex-direction: column
}

@media (max-width:1200px) {
  .featured-posts-wrap {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:767px) {
  .featured-posts-wrap {
    grid-template-columns: 1fr
  }
}

.post-card.post-card-large .post-img-wrap img {
  aspect-ratio: 16/9
}

.post-card.post-card-small {
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.post-card.post-card-small .post-img-wrap {
  flex: 0 1 35%;
  align-self: flex-start
}

.post-card.post-card-small .post-img-wrap img {
  aspect-ratio: 5/4
}

.post-card.post-card-small .post-info-wrap {
  flex: 1 1 120px
}

.post-card.post-card-small .post-title {
  font-size: 1.25rem;
  margin-bottom: 0
}

.small-posts-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px
}

@media (max-width:767px) {
  .post-large-wrap {
    margin-bottom: 2rem
  }
}

@media (min-width:768px) and (max-width:991px) {
  .post-card.post-card-small {
    flex: 1 1 40%
  }
}

@media (min-width:768px) {
  .post-card.post-card-large .post-title {
    font-size: 2.5rem
  }

  .post-card.post-card-large .post-excerpt {
    font-size: 1.25rem
  }
}

@media (max-width:767px) {
  .post-card.post-card-small .post-img-wrap {
    flex-basis: 30%
  }

  .post-card.post-card-small .post-title {
    font-size: 1.125rem
  }
}

.post-card-coverflow {
  position: relative;
  aspect-ratio: 5/3.6;
  border-radius: var(--radius-16);
  overflow: hidden
}

.post-card-coverflow .post-img-wrap {
  position: absolute;
  inset: 0
}

.post-card-coverflow .post-info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 4rem 2rem 2rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 70%, transparent);
  color: var(--white)
}

.post-card-coverflow .tag-list a {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--white)
}

.post-card-coverflow .tag-list a::before {
  content: none
}

.post-card-coverflow .post-title a {
  color: var(--white)
}

@media (min-width:992px) {
  .post-card-coverflow .post-title {
    font-size: 2.5rem
  }
}

@media (max-width:767px) {
  .post-card-coverflow .post-info-wrap {
    padding: 1rem
  }

  .post-card-coverflow .post-meta {
    display: none
  }

  .post-card-coverflow .post-title {
    margin-bottom: 0
  }
}

.popular-tags {
  margin: 4rem 0
}

.section-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 68px;
  font-weight: 700;
}

.popular-tags-wrap {
  gap: 24px;
  justify-content: center
}

.all-tags,
.tag-item {
  display: block;
  height: max-content;
  cursor: pointer;
}

.tag-item:nth-child(6n + 1) .tag-info {
  background: #D6EBFF;
}

.tag-item:nth-child(6n + 2) .tag-info {
  background: #508CDC;
}

.tag-item:nth-child(6n + 3) .tag-info {
  background: #0053A6;
}

.tag-item:nth-child(6n + 4) .tag-info {
  background: #DCE8F8;
  color: #007DF9;
}

.tag-item:nth-child(6n + 4) .tag-info .tag-name,
.tag-item:nth-child(6n + 1) .tag-info .tag-name,
.tag-item:nth-child(6n + 4) .tag-info .post-count,
.tag-item:nth-child(6n + 1) .tag-info .post-count {
  color: #007DF9;
}

.tag-item:nth-child(6n + 5) .tag-info {
  background: #A99DEB;
}

.tag-item:nth-child(6n) .tag-info {
  background: #007DFD;
}


.all-tags:hover::before,
.tag-item:hover::before {
  opacity: 1
}

.all-tags {
  background-color: #007DFD;
  border-radius: 45px;
  padding: 6px 14px;

}

.all-tags span {
  line-height: 1;
}

.tag-item .tag-image {
  width: 4rem;
  border-radius: 50%;
  z-index: 2
}

.tag-item .tag-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.tag-item .tag-info {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 6px;
  align-items: center;
  padding: 16px 16px;
  background-color: red;

  border-radius: 45px;
  z-index: 2;
  margin-left: .875rem;
}

.tag-item .post-count {
  display: block;
  font-size: 1.25rem;
  color: var(--white);
  line-height: 0;
}

.all-tags-link,
.tag-item .tag-name {
  font-size: 1.25rem;
  color: var(--white);
  line-height: 1;
}

.all-tags:hover::after {
  opacity: 0
}

.all-tags-link {
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center
}

.all-tags-link svg {
  width: 1.5rem;
  margin-left: 1rem;
  transition: transform .3s;
  height: 16px;
}

.all-tags-link:hover svg {
  transform: translateX(.5rem)
}

@media (max-width:767px) {
  .popular-tags {
    margin: 3rem 0
  }

  .section-title {
    font-size: 1.75rem;
    margin-bottom: 1rem
  }

  .popular-tags-wrap {
    gap: 16px
  }

  .tag-item {
    padding: .5rem 1.5rem .5rem .5rem;
    min-width: auto
  }

  .tag-item .tag-image {
    width: 2rem
  }

  .tag-item .tag-name {
    font-size: 1rem
  }

  .tag-item .post-count {
    display: none
  }

  .all-tags {
    padding: .5rem;
    min-width: 150px;
    min-height: 48px
  }

  .all-tags-link {
    font-size: 1rem
  }

  .all-tags-link svg {
    margin-left: .5rem
  }
}

@media (max-width:575px) {
  .popular-tags-wrap {
    gap: 12px
  }

  .section-title {
    font-size: 1.125rem
  }

  .tag-item {
    min-width: auto
  }

  .tag-item .tag-info {
    margin-left: .5rem
  }
}

.post-loop {
  margin: 7rem 0 0
}

.post-cards-wrap {
  display: grid;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 32px
}

.three-column,
.three-column-vertical {
  grid-template-columns: repeat(3, 1fr)
}

.two-column,
.two-column-horizontal {
  grid-template-columns: repeat(2, 1fr)
}

.one-column,
.one-column-horizontal {
  grid-template-columns: 1fr 4fr 1fr
}

.one-column .post-card,
.one-column-horizontal .post-card {
  grid-column: 2/3
}

@media (max-width:1200px) {

  .three-column,
  .three-column-vertical {
    grid-template-columns: repeat(2, 1fr)
  }

  .one-column,
  .one-column-horizontal,
  .two-column,
  .two-column-horizontal {
    grid-template-columns: 1fr
  }

  .one-column .post-card,
  .one-column-horizontal .post-card,
  .two-column .post-card,
  .two-column-horizontal .post-card {
    grid-column: 1/2;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:991px) {
  .post-loop {
    margin-top: 5rem
  }

  .two-column,
  .two-column-horizontal {
    grid-template-columns: 1fr
  }

  .two-column .post-card,
  .two-column-horizontal .post-card {
    grid-column: 1/2
  }

  .one-column,
  .one-column-horizontal {
    grid-template-columns: 1fr
  }

  .one-column .post-card,
  .one-column-horizontal .post-card {
    grid-column: 1/2
  }
}

@media (max-width:767px) {

  .three-column,
  .three-column-vertical {
    grid-template-columns: 1fr
  }
}

.post-card {
  padding: 1.5rem;
  align-self: flex-start;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  border-radius: var(--radius-16);
  position: relative;
  height: 100%;
  width: 100%
}

.post-card .post-img-wrap,
.post-card .post-info-wrap {
  z-index: 2;
  position: relative
}

.three-column-vertical .post-card {
  flex-direction: column
}

.js-card {
  background-color: var(--border-color);
  position: relative;
  --rotation: 0deg
}

.js-card>* {
  position: relative;
  z-index: 2
}

.js-card::before {
  content: "";
  position: absolute;
  background: 0 0;
  inset: 0;
  z-index: 1;
  opacity: 0;
  border-radius: var(--radius-16);
  transition: opacity .25s
}

.js-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: var(--card-background-color);
  z-index: 1;
  border-radius: var(--radius-16)
}

.js-card:hover::before {
  opacity: 1
}

[data-card-hover-effect=normal] .js-card::before {
  background: linear-gradient(45deg, var(--gradient-color-one) 50%, white 100%)
}

[data-card-hover-effect=interactive] .js-card::before {
  background: linear-gradient(var(--rotation), transparent 60%, var(--gradient-color-one) 70%, white 90%)
}

.post-img-wrap {
  display: block;
  width: 100%
}

.post-img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-8)
}

.ar-4\:3 .post-img-wrap img {
  aspect-ratio: 4/3
}

.ar-3\:4 .post-img-wrap img {
  aspect-ratio: 3/4
}

.ar-5\:4 .post-img-wrap img {
  aspect-ratio: 5/4
}

.ar-4\:5 .post-img-wrap img {
  aspect-ratio: 4/5
}

.ar-1\:1 .post-img-wrap img {
  aspect-ratio: 1/1
}

.ar-16\:9 .post-img-wrap img {
  aspect-ratio: 16/9
}

.ar-fill-height-100\% .post-img-wrap img {
  aspect-ratio: 4/3
}

.tag-list :not(:last-child) {
  margin-right: 8px
}

.tag-list a {
  font-size: .875rem;
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  line-height: 26px;
  height: 28px;
  border-radius: 14px;
  color: var(--text-color-dark);
  --tag-color: var(--theme-color);
  background-color: transparent;
  border: 1px solid var(--tag-color);
  transition: all .25s
}

.tag-list a:before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  border-radius: 14px;
  transition: all .15s;
  background-color: var(--tag-color);
  opacity: .1;
  transition: all .25s
}

.tag-list a:hover:before {
  opacity: .2
}

.tag-list .post-featured,
.tag-list .post-visibility {
  height: 28px;
  padding: 0 6px;
  background-color: var(--theme-color);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  color: var(--white)
}

.tag-list .post-featured svg,
.tag-list .post-visibility svg {
  width: 16px;
  height: 16px
}

.tag-list .post-featured {
  background: var(--gradient-primary)
}

.post-title a {
  background: linear-gradient(to right, var(--gradient-color-one), var(--gradient-color-two)) no-repeat;
  background-size: 0 2px;
  background-position: 0 98%;
  transition: background-size .5s cubic-bezier(.2, .63, .36, 1)
}

.post-title a:hover {
  background-size: 100% 2px
}

.post-excerpt {
  margin-bottom: 1.5rem;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.post-meta>:not(:last-child) {
  margin-right: 1rem
}

.post-meta .author-avatars {
  margin-right: 1.5rem
}

.post-meta .author-avatars .more {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: -.75rem;
  position: relative;
  color: var(--white);
  font-weight: 700;
  background-color: var(--theme-color);
  border: 3px solid var(--body-background-color);
  box-shadow: var(--shadow);
  display: none
}

.post-meta .author-avatars .more.show {
  display: flex
}

.post-meta .author-avatars .more::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--gradient-primary);
  border-radius: 50%;
  z-index: 1
}

.post-meta .author-avatars .more span {
  position: relative;
  z-index: 2
}

.post-meta .author-avatars>:nth-child(1) {
  z-index: 9
}

.post-meta .author-avatars>:nth-child(2) {
  z-index: 8
}

.post-meta .author-avatars>:nth-child(3) {
  z-index: 7
}

.post-meta .author-avatars>:nth-child(4) {
  z-index: 6
}

.post-meta .author-avatars>:nth-child(5) {
  z-index: 5
}

.post-meta .author-avatars>:nth-child(6) {
  z-index: 4
}

.post-meta .author-avatars>:nth-child(7) {
  z-index: 3
}

.post-meta .author-avatars>:nth-child(8) {
  z-index: 2
}

.post-meta .author-avatars>:nth-child(9) {
  z-index: 1
}

.post-meta .author-image-wrap {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: -.75rem;
  position: relative;
  box-shadow: var(--shadow);
  padding: 3px;
  background-color: var(--body-background-color)
}

.post-meta .author-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--gradient-primary);
  border-radius: 50%;
  opacity: 0;
  transition: opacity .1s
}

.post-meta .author-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative
}

.post-meta .author-image-wrap:hover {
  box-shadow: var(--shadow)
}

.post-meta .author-image-wrap:hover::before {
  opacity: 1
}

.post-meta .author-image-wrap .avatar-icon-wrap {
  background-color: var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2
}

.post-meta .author-image-wrap .avatar-icon-wrap svg {
  color: var(--text-color-dark);
  width: 60% !important;
  height: 60% !important;
  opacity: .5;
  margin-right: 0
}

.post-meta .author-names {
  margin-right: 1rem
}

.post-meta .author-names a {
  font-weight: 700
}

.post-meta .author-names a:hover {
  text-decoration: underline
}

.post-meta svg {
  width: 18px;
  height: 18px;
  margin-right: .25rem
}

.post-meta .post-date,
.post-meta .read-time {
  display: inline-flex;
  align-items: center
}

@media (min-width:576px) {
  .two-column-horizontal .post-card .post-img-wrap {
    flex: 1
  }

  .two-column-horizontal .post-card:not(.ar-fill-height-100\%) .post-img-wrap {
    align-self: flex-start
  }

  .two-column-horizontal .post-card .post-info-wrap {
    flex: 1.5
  }

  .one-column-horizontal .post-card .post-img-wrap {
    flex: 0 1 40%;
    max-width: 300px
  }

  .one-column-horizontal .post-card:not(.ar-fill-height-100\%) .post-img-wrap {
    align-self: flex-start
  }

  .one-column-horizontal .post-card .post-info-wrap {
    flex: 1 1 200px
  }

  .two-column-horizontal .post-card .post-img-wrap {
    max-width: 248px
  }
}

@media (min-width:576px) and (max-width:767px) {
  .one-column-horizontal .post-card .post-img-wrap {
    flex: 1
  }

  .one-column-horizontal .post-card .post-info-wrap {
    flex: 1.5
  }
}

@media (max-width:575px) {
  .post-loop {
    margin-top: 3rem
  }

  .post-card {
    row-gap: 16px;
    padding: 1rem
  }

  .post-card .post-title {
    margin-top: 12px;
    margin-bottom: 12px
  }

  .post-card .post-excerpt {
    margin-bottom: 16px
  }
}

.pagination-wrap {
  margin-top: 4rem
}

.esub-section-wrap {
  padding: 4rem;
  margin-top: 5rem;
  background-color: var(--gradient-primary);
  border-radius: var(--radius-16);
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 2rem;
  overflow: hidden
}

.esub-content-wrap {
  flex: 1 1 50%;
  max-width: 630px
}

.esub-title {
  margin-top: 0;
  color: var(--white)
}

.esub-subtext {
  font-size: 1.25rem;
  color: var(--white)
}

.esub-form-wrap {
  flex: 1 1 300px;
  max-width: 450px;
  background-color: rgba(255, 255, 255, .2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 2rem;
  border-radius: var(--radius-16);
  position: relative
}

.esub-form-wrap .btn,
.esub-form-wrap .email,
.esub-form-wrap .name {
  position: relative;
  z-index: 3
}

.esub-form-wrap .email,
.esub-form-wrap .name {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--white)
}

.esub-form-wrap .btn {
  background-color: #0053A6;
  color: var(--white);
  width: 100%;
}

@media screen and (max-width:1200px) {
  .esub-section-wrap {
    padding: 3rem
  }
}

@media screen and (max-width:991px) {
  .esub-section-wrap {
    flex-direction: column
  }

  .esub-content-wrap {
    text-align: center
  }

  .esub-form-wrap {
    flex-basis: auto
  }
}

@media screen and (max-width:575px) {
  .esub-section-wrap {
    padding: 2rem
  }

  .esub-form-wrap {
    padding: 1.5rem 1rem
  }
}

.site-footer {
  border-top: 1px solid var(--border-color);
  background-color: var(--body-background-color);
  padding: 0 .25rem
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 48px;
  padding-top: 4rem
}

.footer-logo-wrap {
  max-width: 400px
}

.footer-description {
  margin-top: 1rem
}

.social-links-wrap {
  margin-top: 2rem
}

.social-links {
  gap: 16px
}

.footer-nav-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.footer-nav-column-heading {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: .875rem
}

.footer-nav ul li {
  margin-bottom: .5rem
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 1rem;
  padding: 3rem 0
}

.copyright {
  font-size: .875rem
}

.js-scroll-top {
  display: flex;
  align-items: center
}

.js-scroll-top svg {
  width: 16px;
  margin-right: 8px
}

@media (max-width:991px) {
  .footer-top {
    grid-template-columns: 1fr
  }
}

@media (max-width:575px) {
  .footer-nav-wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px
  }

  .footer-bottom {
    flex-direction: column;
    row-gap: 32px;
    align-items: center
  }
}

.single-post .post-meta .author-avatars {
  margin-right: 1.25rem
}

.post-vertical .single-post-img-container {
  max-width: var(--global-width-wide);
  margin: 2.5rem auto
}

.post-vertical.narrow .single-post-img-container {
  max-width: var(--global-width-content)
}

.post-header {
  max-width: var(--global-width-content);
  margin: 80px auto 2rem
}

.page-template .post-header {
  margin-top: 3rem
}

@media (max-width:767px) {
  .page-template .post-header {
    margin-top: 1rem
  }
}

.post-header-center .post-header,
.post-header-center .post-title {
  max-width: var(--global-width-wide)
}

.post-header-center .post-excerpt {
  max-width: var(--global-width-content);
  margin: 0 auto 1.5rem
}

.post-two-col-header-wrap {
  display: flex;
  margin-bottom: 3rem
}

.post-two-col-header-wrap .post-header {
  margin: 0;
  flex: 1 0 60%;
  max-width: 900px
}

.post-two-col-header-wrap .single-post-img-container {
  width: 33%;
  margin-left: 5vw
}

.post-two-col-header-wrap .single-post-img-container img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:767px) {
  .post-two-col-header-wrap {
    flex-direction: column
  }

  .post-two-col-header-wrap .single-post-img-container {
    margin: 2rem 0 0;
    width: 100%
  }

  .post-two-col-header-wrap .single-post-img-container img {
    aspect-ratio: auto
  }
}

.single-post-img-container img {
  width: 100%;
  border-radius: var(--radius-16)
}

.single-post {
  margin: 0 auto
}

.single-post .post-title {
  margin-top: 1rem
}

.single-post .post-excerpt {
  font-size: 1.25rem;
  -webkit-line-clamp: initial
}

.post-content-area,
.post-footer {
  justify-content: center;
  gap: 32px;
  max-width: var(--global-width-wide);
  margin: 0 auto
}

.post-vertical.narrow .toc-container {
  max-width: var(--global-width-content);
  flex: 1 1 100%;
  position: inherit
}

.post-vertical.narrow .spacer {
  display: none
}

.spacer,
.toc-container {
  flex: 1 1;
  min-width: 240px;
  max-width: 300px
}

.toc-title {
  margin-top: 0
}

.toc {
  font-size: .875rem
}

.toc>.toc-list {
  position: relative;
  overflow: hidden;
  padding-left: 1rem
}

.toc ol {
  list-style: none;
  padding: 0
}

.toc ol li {
  margin-bottom: .5rem
}

.toc ol ol {
  padding-left: 1rem;
  margin-top: .5rem
}

.toc .is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  transition: all .3s ease-in-out
}

.toc .is-collapsed {
  max-height: 0
}

.toc-link:before {
  content: " ";
  display: inline-block;
  background-color: var(--border-color);
  height: 100%;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 1px
}

.toc-link:hover {
  text-decoration: underline
}

.toc-link.is-active-link {
  color: var(--theme-color)
}

.toc-link.is-active-link:before {
  background-color: var(--theme-color)
}

.post-content,
.post-footer-content {
  max-width: 100%
}

.post-content {
  font-size: 1.125rem
}

.post-content>:first-child {
  margin-top: 0
}

.post-content ol a,
.post-content p a,
.post-content ul a {
  text-decoration: underline;
  color: var(--text-color-dark)
}

.post-content ol a:focus,
.post-content ol a:hover,
.post-content p a:focus,
.post-content p a:hover,
.post-content ul a:focus,
.post-content ul a:hover {
  color: var(--theme-color)
}

.post-content>* {
  margin-top: 2.5rem
}

.post-content p {
  margin-bottom: 2rem
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1rem
}

.post-content li {
  margin-bottom: .5rem
}

.post-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full) {
  margin-top: 0;
  margin-bottom: 0
}

.post-content .kg-card.kg-header-card,
.post-content blockquote,
.post-content hr {
  margin-top: 4rem;
  margin-bottom: 4rem
}

.post-content .kg-blockquote-alt {
  padding: 3.5rem 0 0;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  border: none
}

.post-content .kg-blockquote-alt::before {
  content: "“";
  font-size: 400%;
  font-weight: 700;
  font-family: Arial, sans-serif;
  display: block;
  line-height: .1;
  color: var(--theme-color)
}

.post-content .kg-blockquote-alt:after {
  content: none;
  width: 100%;
  height: 4px;
  top: auto;
  bottom: 0
}

.post-content .kg-button-card a.kg-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 2rem;
  border-radius: var(--radius-999);
  font-family: var(--gh-font-body, var(--font-body));
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  border-radius: 99px
}

.post-content .kg-header-card a.kg-header-card-button {
  font-family: var(--gh-font-body, var(--font-body));
  border-radius: 99px
}

.post-content .kg-bookmark-card {
  margin-bottom: 2.5rem
}

.post-content a.kg-bookmark-container {
  display: flex;
  text-decoration: none;
  flex-direction: column-reverse;
  border-radius: var(--radius-16) !important;
  border: none !important;
  padding: 1rem;
  overflow: hidden;
  position: relative;
  background-color: var(--border-color)
}

.post-content a.kg-bookmark-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--gradient-primary);
  border-radius: var(--radius-16);
  opacity: 0;
  transition: opacity .25s
}

.post-content a.kg-bookmark-container::after {
  content: "";
  position: absolute;
  inset: 2px;
  background-color: var(--body-background-color);
  border-radius: 14px
}

.post-content a.kg-bookmark-container:focus::before,
.post-content a.kg-bookmark-container:hover::before {
  opacity: 1
}

.post-content a.kg-bookmark-container:focus .kg-bookmark-title,
.post-content a.kg-bookmark-container:hover .kg-bookmark-title {
  color: var(--theme-color)
}

.post-content .kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
  padding: 1rem;
  overflow: visible;
  z-index: 2
}

.post-content .kg-bookmark-title {
  font-size: 1.125rem;
  line-height: 1.2;
  color: var(--text-color-dark);
  transition: all .3s;
  font-weight: 700
}

.post-content .kg-bookmark-description {
  font-size: .875rem;
  line-height: 1.6;
  display: -webkit-box;
  margin-top: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text-color-dark);
  opacity: 1;
  overflow: hidden
}

.post-content .kg-bookmark-metadata {
  display: flex;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  margin-top: 24px;
  color: var(--text-color-dark)
}

.post-content .kg-bookmark-metadata>:not(img) {
  opacity: 1
}

.post-content .kg-bookmark-author {
  font-size: .75rem
}

.post-content .kg-bookmark-thumbnail {
  flex-basis: 216px;
  flex-grow: 1;
  position: relative;
  border-radius: var(--radius-8);
  overflow: hidden;
  z-index: 2
}

.post-content .kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.post-content .kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: bottom
}

.post-content .kg-bookmark-publisher:before {
  content: "•";
  margin: 0 6px
}

.post-content .kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center
}

.post-content .kg-product-card .kg-product-card-container {
  color: var(--text-color-main)
}

.post-content .kg-product-card h4.kg-product-card-title {
  font-family: var(--gh-font-heading, var(--font-title))
}

.post-content .kg-product-card .kg-product-card-description {
  margin: .5rem 0;
  font-size: 1rem;
  line-height: 1.6
}

.post-content .kg-product-card .kg-product-card-description ol,
.post-content .kg-product-card .kg-product-card-description p,
.post-content .kg-product-card .kg-product-card-description ul {
  font-family: var(--gh-font-body, var(--font-body));
  font-size: 1rem;
  line-height: 1.6
}

.post-content .kg-product-card .kg-product-card-rating-star {
  color: var(--theme-color)
}

.post-content .kg-product-card a.kg-product-card-button {
  border-radius: 99px;
  height: 48px;
  font-size: 1rem;
  font-weight: 700;
  background-image: var(--gradient-primary)
}

.post-content .kg-product-card-container {
  border-radius: var(--radius-16);
  border: 1px solid var(--border-color);
  background-color: var(--card-background-color);
  box-shadow: none;
  padding: 1.5rem
}

.post-content .kg-product-card-image {
  border-radius: var(--radius-8)
}

.post-content .kg-image-card img {
  max-width: 100%;
  border-radius: var(--radius-16);
  margin-left: auto;
  margin-right: auto
}

.post-content .kg-gallery-card,
.post-content .kg-image-card {
  --gap: 0.25rem
}

.post-content .kg-gallery-row:first-of-type .kg-gallery-image:first-of-type img {
  border-top-left-radius: var(--radius-16)
}

.post-content .kg-gallery-row:first-of-type .kg-gallery-image:last-of-type img {
  border-top-right-radius: var(--radius-16)
}

.post-content .kg-gallery-row:last-of-type .kg-gallery-image:first-of-type img {
  border-bottom-left-radius: var(--radius-16)
}

.post-content .kg-gallery-row:last-of-type .kg-gallery-image:last-of-type img {
  border-bottom-right-radius: var(--radius-16)
}

.post-content .kg-callout-card {
  padding: 1.25rem;
  border-radius: var(--radius-16)
}

.post-content .kg-signup-card.kg-width-regular,
.post-content .kg-signup-card.kg-width-wide {
  border-radius: var(--radius-16)
}

.post-content .kg-signup-card.kg-width-regular .kg-signup-card-image,
.post-content .kg-signup-card.kg-width-wide .kg-signup-card-image {
  border-radius: var(--radius-16)
}

.post-content .kg-signup-card h2.kg-signup-card-heading {
  font-size: 2.5rem;
  line-height: 1.3
}

.post-content .kg-signup-card h3.kg-signup-card-subheading {
  font-size: 1.25rem;
  margin-top: 1rem
}

.post-content .kg-signup-card .kg-signup-card-form {
  margin-top: 2rem
}

.post-content .kg-signup-card .kg-signup-card-fields {
  border-radius: 99px
}

.post-content .kg-signup-card .kg-signup-card-input {
  background-color: var(--white);
  border: none;
  margin-bottom: 0
}

.post-content .kg-signup-card .kg-signup-card-button {
  border-radius: 99px;
  height: 48px;
  font-size: 1rem;
  padding: 0 2rem
}

.post-content .kg-signup-card .kg-signup-card-disclaimer {
  font-size: 1rem
}

.post-content .kg-signup-card.kg-width-wide .kg-signup-card-text {
  padding: 3rem
}

.post-content .kg-signup-card.kg-width-wide h2.kg-signup-card-heading {
  font-size: 3rem
}

.post-content .kg-signup-card.kg-width-wide h3.kg-signup-card-subheading {
  font-size: 1.5rem
}

.post-content .kg-signup-card.kg-width-full:not(.kg-layout-split) .kg-signup-card-text {
  padding: 4rem 1.5rem;
  max-width: var(--global-width-wide);
  margin: 0 auto
}

.post-content .kg-signup-card.kg-width-full:not(.kg-layout-split) h2.kg-signup-card-heading {
  font-size: 3.5rem
}

.post-content .kg-signup-card.kg-width-full:not(.kg-layout-split) h3.kg-signup-card-subheading:not(.kg-layout-splith3.kg-signup-card-subheading) {
  font-size: 1.5rem
}

.post-content .kg-signup-card.kg-width-full:not(.kg-layout-split) .kg-signup-card-subheading+.kg-signup-card-form {
  margin-top: 2rem
}

.post-content .kg-signup-card-text {
  padding: 2rem
}

@media screen and (min-width:1065px) {
  .post-content-area:not(.has-toc) .kg-width-wide {
    width: var(--global-width-wide);
    max-width: calc(100vw - 32px);
    margin-left: calc((100% - var(--global-width-wide))/ 2)
  }
}

.post-content-area:not(.has-toc) .kg-width-full {
  width: 100vw;
  margin-left: calc(50% - 50vw)
}

.post-content-area:not(.has-toc) .kg-width-full img {
  border-radius: 0
}

@media screen and (min-width:768px) {
  .post-content a.kg-bookmark-container {
    flex-direction: row
  }

  .post-content .kg-bookmark-thumbnail {
    flex-basis: 32%;
    min-height: 144px;
    margin-left: .5rem
  }

  .post-content .kg-signup-card-text {
    padding: 3rem
  }

  .post-content .kg-width-wide .kg-signup-card-text {
    padding: 4rem
  }
}

.post-membership-cta {
  background-image: var(--gradient-primary);
  padding: 2.5rem 4vw;
  color: var(--white);
  border-radius: var(--radius-16)
}

.post-membership-cta .title {
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--white)
}

.post-membership-cta .button-wrap {
  margin-bottom: 1.5rem
}

.post-membership-cta .button-wrap .btn {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--black)
}

.post-membership-cta .sign-in-cta {
  font-size: .875rem
}

.post-membership-cta .sign-in-cta a {
  color: var(--white)
}

.post-membership-cta .sign-in-cta a:focus,
.post-membership-cta .sign-in-cta a:hover {
  color: var(--white)
}

.share-wrap {
  margin-top: 2rem
}

.share-links {
  gap: 16px
}

.social-icon {
  display: inline-flex;
  text-align: center;
  color: var(--text-color-main);
  padding: 8px;
  border-radius: 50%;
  transition: all .25s;
  position: relative;
  background-color: var(--tag-background-color)
}

.social-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-full);
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity .25s
}

.social-icon svg {
  z-index: 2;
  width: 24px;
  height: 24px
}

.social-icon:hover {
  color: var(--white)
}

.social-icon:hover::before {
  opacity: 1
}

.prev-next-wrap {
  margin-top: 8rem;
  gap: 32px
}

.prev-next-wrap .prev-post-wrap .nav-text {
  text-align: right
}

.prev-next-wrap .prev-post {
  flex-direction: row-reverse
}

.prev-next-wrap .prev-post .post-info-wrap {
  text-align: right
}

.prev-next-wrap .nav-text {
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-size: .75rem
}

.prev-next-wrap .post-img-container {
  width: 96px
}

.prev-next-wrap .post-img-wrap {
  aspect-ratio: 1/1
}

.prev-next-wrap .post-info-wrap {
  flex: 1 1 120px
}

.prev-next-wrap .post-info-wrap .post-title {
  margin-top: 0;
  margin-bottom: 0
}

.next-post,
.prev-post {
  flex: 1 1 280px;
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-16);
  background-color: var(--card-background-color)
}

.next-post .post-img-container {
  margin-right: 1rem
}

.prev-post .post-img-container {
  margin-left: 1rem
}

@media (min-width:768px) {

  .next-post,
  .prev-post {
    max-width: 512px
  }
}

.related-post-wrap {
  margin-top: 4rem
}

.related-post-wrap .section-title {
  text-align: left;
  margin-top: 0
}

.related-post-wrap .related-post-card {
  margin-bottom: 2rem
}

.related-post-wrap .related-post-card .post-img-container {
  margin-bottom: 1.5rem
}

.related-post-wrap .related-post-card .post-title {
  margin: 0
}

.related-post-wrap .related-post-card.ar-hidden {
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-16)
}

.comment-wrap {
  margin-top: 4rem;
  background-color: var(--card-background-color);
  padding: 2rem;
  border-radius: var(--radius-16);
  border: 1px solid var(--border-color)
}

.comment-container {
  max-width: var(--global-width-content);
  margin: 0 auto
}

@media screen and (min-width:768px) {

  .post-content,
  .post-footer-content {
    min-width: 650px;
    max-width: var(--global-width-content);
    flex: 1 1
  }
}

@media screen and (max-width:991px) {
  .toc-container {
    max-width: var(--global-width-content);
    flex: 1 1 100%
  }
}

@media screen and (min-width:992px) {
  .toc-container {
    align-self: flex-start;
    top: 1.5rem;
    position: sticky
  }

  [data-nav=sticky] .toc-container {
    top: 5.5rem
  }
}

.page-title {
  margin-top: 0
}

code[class*=language-],
pre[class*=language-] {
  color: var(--text-color-main);
  background: 0 0;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none
}

code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc
}

code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc
}

@media print {

  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none
  }
}

pre[class*=language-] {
  padding: 1rem;
  overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: var(--card-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-16)
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090
}

.token.punctuation {
  color: #999
}

.token.namespace {
  opacity: .7
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #9a6e3a
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a
}

.token.class-name,
.token.function {
  color: #dd4a68
}

.token.important,
.token.regex,
.token.variable {
  color: #e90
}

.token.bold,
.token.important {
  font-weight: 700
}

.token.italic {
  font-style: italic
}

.token.entity {
  cursor: help
}

.contact-card {
  background-color: var(--card-background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-16);
  margin-top: 4rem;
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden
}

.contact-card.no-image {
  grid-template-columns: 1fr;
  max-width: var(--global-width-content);
  margin-left: auto;
  margin-right: auto
}

.contact-card.no-image .page-title {
  text-align: center
}

.contact-card.no-image .page-content {
  text-align: center
}

.contact-page-content {
  padding: 3rem 4rem
}

.contact-page-content .page-content {
  margin-bottom: 2rem
}

.contact-page-feature-image {
  height: 100%;
  position: relative
}

.contact-page-feature-image img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

@media screen and (max-width:767px) {
  .contact-card {
    grid-template-columns: 1fr
  }

  .contact-page-content {
    padding: 2rem
  }

  .page-title {
    text-align: center
  }

  .page-content {
    text-align: center
  }

  .contact-page-featur-image {
    display: none
  }
}

.membership-switch {
  max-width: 240px;
  padding: 8px;
  background-color: var(--card-background-color);
  border: 1px solid var(--border-color);
  margin: 0 auto 4rem;
  border-radius: 99px;
  position: relative
}

.membership-switch button {
  flex: 1 1 50%;
  background: 0 0;
  padding: 0 1rem;
  color: var(--text-color-dark);
  z-index: 1;
  border-radius: 20px
}

.membership-switch button:focus,
.membership-switch button:hover {
  color: var(--text-color-dark);
  opacity: 1
}

.membership-switch::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 8px);
  top: 8px;
  bottom: 8px;
  right: 8px;
  left: auto;
  background-color: var(--theme-color);
  border-radius: 24px;
  transform: translateX(0);
  transition: all .3s ease-in-out
}

.membership-switch[data-active-duration=monthly]::before {
  transform: translateX(-100%)
}

.membership-switch[data-active-duration=monthly] [data-duration=monthly] {
  color: var(--white)
}

.membership-switch[data-active-duration=yearly] [data-duration=yearly] {
  color: var(--white)
}

.tiers-container {
  gap: 32px
}

.tiers-container[data-active-duration=monthly] [data-price=yearly] {
  display: none
}

.tiers-container[data-active-duration=yearly] [data-price=monthly] {
  display: none
}

.tier-wrap {
  flex: 1 1 360px;
  max-width: 440px;
  padding: 2rem;
  border: 1px solid var(--border-color);
  background-color: var(--card-background-color);
  border-radius: var(--radius-16);
  flex-direction: column;
  position: relative
}

.trial-period {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: var(--gradient-primary);
  color: var(--white);
  margin-bottom: 16px;
  padding: 4px 16px;
  border-radius: var(--radius-8);
  white-space: nowrap
}

.table-header {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem
}

.table-title {
  font-size: 1.5rem;
  font-weight: 700
}

.table-description {
  font-size: 1.125rem
}

.pricing-wrap {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  align-items: baseline
}

.price {
  font-size: 3rem;
  line-height: 60px;
  font-weight: 700;
  height: 60px
}

.term {
  margin-left: 4px
}

.discount-label {
  background-color: var(--theme-color);
  color: var(--white);
  padding: 4px 16px;
  border-radius: var(--radius-16);
  font-weight: 700;
  margin-left: 16px;
  position: relative;
  bottom: 6px
}

.table-details {
  margin: 2rem 0;
  list-style: none;
  line-height: 1.5;
  flex-grow: 1
}

.icon-list {
  padding-left: 0
}

.icon-list li {
  margin-bottom: 1rem;
  font-size: 1.125rem
}

.icon-list li svg {
  width: 24px;
  height: 24px;
  margin-right: .5rem;
  color: var(--theme-color)
}

.icon-list li span {
  flex: 1 1
}

.membership-page-content {
  margin-top: 4rem
}

.members-page-wrap {
  display: flex;
  min-height: 100vh
}

.members-content-wrap {
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  position: relative
}

.members-content-wrap .logo-wrap {
  margin-right: 0;
  margin-bottom: 40px;
  text-align: center
}

.members-content-wrap .logo-wrap img {
  margin: 0 auto
}

.members-page-cover-image {
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh
}

.members-page-cover-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.sign-card {
  background: var(--card-background-color);
  border: 1px solid var(--border-color);
  padding: 3rem;
  border-radius: var(--radius-16);
  max-width: 448px;
  margin: 0 auto
}

.sign-card .post-title {
  margin-bottom: 1rem
}

.sign-card .description {
  font-size: 1.125rem;
  margin-bottom: 2rem
}

.sign-card .alternate-option {
  font-size: 1rem
}

.sign-card .alternate-option a {
  text-decoration: underline
}

.sign-card .alternate-option a:focus,
.sign-card .alternate-option a:hover {
  color: var(--theme-color)
}

.members-page-cover {
  flex: 1 0 60%;
  position: relative
}

.member-post-content-wrap {
  position: absolute;
  inset: 0;
  padding: 40px
}

.member-post-content-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .6)
}

.member-post-content {
  position: relative;
  z-index: 2;
  font-size: 1.5rem
}

.member-post-content * {
  color: var(--white)
}

.member-post-content h2 {
  font-size: 3rem
}

@media screen and (max-width:991px) {
  .members-page-cover {
    display: none
  }
}

@media screen and (min-width:992px) {
  .members-page-wrap.has-image .members-content-wrap {
    padding: 0;
    background-color: var(--card-background-color);
    flex: 1 0 40%
  }

  .members-page-wrap.has-image .sign-card {
    border: none;
    border-radius: 0
  }
}

.account-wrap {
  background-color: var(--card-background-color);
  border-radius: var(--radius-16);
  max-width: var(--global-width-content);
  border: 1px solid var(--border-color);
  margin: 4rem auto 0;
  padding: 40px 40px 24px 40px
}

.member-info {
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px
}

.subscription-expiration-warning {
  color: var(--error-color);
  border: 1px solid var(--error-color);
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--radius-16)
}

.member-avatar-wrap {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: var(--body-background-color);
  position: relative;
  padding: 3px
}

.member-avatar-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--gradient-primary);
  border-radius: 50%
}

.member-avatar-wrap .icon-wrap {
  position: absolute;
  inset: 3px;
  background-color: var(--border-color);
  border-radius: 50%;
  overflow: hidden
}

.member-avatar-wrap .icon-wrap svg {
  color: var(--text-color-dark);
  width: 60% !important;
  height: 60% !important;
  opacity: .5
}

.member-avatar-wrap .avatar-img {
  border-radius: 50%;
  position: relative;
  z-index: 1
}

.member-message {
  flex: 1 1 400px
}

.member-message-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--gh-font-heading, var(--font-title));
  margin-bottom: 1rem
}

.subscriptions-info {
  margin-top: 2rem;
  border-top: 1px solid var(--border-color)
}

.subscription-info-wrap:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 2rem
}

.info-item {
  flex: 1 1 300px;
  margin-top: 2rem
}

.info-content {
  font-size: 1.125rem;
  font-weight: 700
}

.members-button-wrap {
  gap: 16px;
  border-top: 1px solid var(--border-color);
  margin-top: 2rem;
  padding-top: 2rem
}

.members-button-wrap .gh-error {
  flex: 1 1 100%
}

.account-settings-wrap {
  max-width: var(--global-width-content);
  margin: .5rem auto 0;
  display: flex;
  justify-content: right
}

.account-settings-link {
  font-size: .875rem
}

.account-settings-link:focus,
.account-settings-link:hover {
  text-decoration: underline
}

.notification {
  position: fixed;
  top: 16px;
  right: 16px;
  left: 16px;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: var(--radius-16);
  text-align: center;
  z-index: 99;
  transform: translateY(-150%);
  visibility: hidden;
  opacity: 0;
  transition: transform 250ms
}

.notification.success {
  background: var(--success-color)
}

.notification.error {
  background: var(--error-color)
}

.notification.visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

.notification-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.notification-close .close-icon {
  position: absolute;
  top: 18px;
  right: 16px;
  color: var(--white)
}

.notification-close .close-icon svg {
  width: 24px;
  height: 24px
}

.success .notification.success,
.success+.message-container .notification.success {
  transform: translateY(0);
  visibility: visible;
  opacity: 1
}

.success .notification.success.hidden,
.success+.message-container .notification.success.hidden {
  transform: translateY(-150%);
  visibility: hidden;
  opacity: 0
}

.error .notification.error,
.error+.message-container .notification.error {
  transform: translateY(0);
  visibility: visible;
  opacity: 1
}

.error .notification.error.hidden,
.error+.message-container .notification.error.hidden {
  transform: translateY(-150%);
  visibility: hidden;
  opacity: 0
}

.error-code span {
  font-size: clamp(4rem, -6.2857rem + 21.4286vw, 7rem);
  font-weight: 700;
  line-height: 1;
  background-image: linear-gradient(to right, var(--gradient-color-one), var(--gradient-color-two));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.error-message-manual {
  font-size: 1.125rem;
  max-width: 500px;
  margin: 1.5rem auto
}

.archive-post-header {
  margin-bottom: 4rem
}

.tag-card {
  padding: 24px;
  border-radius: var(--radius-16);
  background-color: var(--card-background-color);
  border: 1px solid var(--border-color);
  margin-bottom: 32px
}

.tag-image-wrap {
  overflow: hidden;
  display: block;
  border-radius: var(--radius-8);
  margin-bottom: 1rem
}

.tag-image-wrap img {
  aspect-ratio: 5/4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--radius-8)
}

.tag-info-wrap {
  text-align: center
}

.tag-info-wrap .tag-name {
  margin: 0 0 .25rem
}

.tag-info-wrap .tag-name a {
  background: linear-gradient(to right, var(--gradient-color-one), var(--gradient-color-two)) no-repeat;
  background-size: 0 2px;
  background-position: 0 98%;
  transition: background-size .5s cubic-bezier(.2, .63, .36, 1)
}

.tag-info-wrap .tag-name a:focus,
.tag-info-wrap .tag-name a:hover {
  background-size: 100% 2px
}

@media (max-width:575px) {
  .tag-card {
    padding: 1rem
  }
}

.author-card {
  padding: 24px;
  border-radius: var(--radius-16);
  background-color: var(--card-background-color);
  border: 1px solid var(--border-color);
  margin-bottom: 32px
}

.author-card .avatar-wrap {
  display: block;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 auto;
  padding: 4px;
  position: relative
}

.author-card .avatar-wrap:before {
  content: "";
  inset: 0;
  position: absolute;
  background-image: var(--gradient-primary);
  border-radius: 50%;
  opacity: 0;
  transition: opacity .25s
}

.author-card .avatar-wrap::after {
  content: "";
  inset: 4px;
  position: absolute;
  background-color: var(--border-color);
  border-radius: 50%
}

.author-card .avatar-wrap:hover::before {
  opacity: 1
}

.author-card .avatar-wrap .avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1
}

.author-card .avatar-wrap .avatar.no-image {
  display: flex;
  align-items: center;
  justify-content: center
}

.author-card .avatar-wrap .avatar.no-image svg {
  color: var(--text-color-dark);
  width: 60% !important;
  height: 60% !important;
  opacity: .5
}

.author-card .author-name {
  margin-bottom: .25rem
}

.author-card .author-name a {
  background: linear-gradient(to right, var(--gradient-color-one), var(--gradient-color-two)) no-repeat;
  background-size: 0 2px;
  background-position: 0 98%;
  transition: background-size .5s cubic-bezier(.2, .63, .36, 1)
}

.author-card .author-name a:focus,
.author-card .author-name a:hover {
  background-size: 100% 2px
}

.author-card .bio {
  margin-top: 1rem
}

@media (max-width:575px) {
  .author-card {
    padding: 1rem
  }
}

.archive-cover-inner {
  position: relative
}

.archive-cover-inner.has-image {
  padding: 4rem 1rem;
  color: var(--black);
  background-color: var(--card-background-color);
  border-radius: var(--radius-16)
}

.archive-cover-inner.has-image .cover-content-wrapper {
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 2rem;
  border-radius: var(--radius-16);
  -webkit-backdrop-filter: saturate(110%) blur(20px);
  backdrop-filter: saturate(110%) blur(20px)
}

.archive-cover-inner.has-image a {
  color: var(--black)
}

.archive-cover-inner.has-image .name,
.archive-cover-inner.has-image .tag-name {
  color: var(--black)
}

.archive-cover-inner .cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--radius-16)
}

.cover-content-wrapper {
  max-width: var(--global-width-content);
  margin: 0 auto;
  z-index: 1
}

.cover-content-wrapper .avatar-wrap {
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 auto;
  padding: 8px;
  background-image: var(--gradient-primary);
  position: relative
}

.cover-content-wrapper .avatar-wrap::before {
  content: "";
  inset: 8px;
  position: absolute;
  background-color: var(--border-color);
  border-radius: 50%
}

.cover-content-wrapper .avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative
}

.cover-content-wrapper .avatar.no-image {
  display: flex;
  align-items: center;
  justify-content: center
}

.cover-content-wrapper .avatar.no-image svg {
  color: var(--text-color-dark);
  width: 60% !important;
  height: 60% !important;
  opacity: .5
}

.cover-content-wrapper .author-meta,
.cover-content-wrapper .tag-meta {
  gap: 24px;
  margin-top: 2rem;
  font-weight: 700
}

.cover-content-wrapper .author-meta a,
.cover-content-wrapper .author-meta span,
.cover-content-wrapper .tag-meta a,
.cover-content-wrapper .tag-meta span {
  display: flex;
  align-items: center;
  gap: 4px
}

.cover-content-wrapper .author-meta a:focus,
.cover-content-wrapper .author-meta a:hover,
.cover-content-wrapper .tag-meta a:focus,
.cover-content-wrapper .tag-meta a:hover {
  text-decoration: underline
}

.cover-content-wrapper .author-meta svg,
.cover-content-wrapper .tag-meta svg {
  width: 20px;
  height: 20px
}

.cover-content-wrapper .tag-meta {
  margin-top: 1.5rem
}

.cover-content-wrapper .bio,
.cover-content-wrapper .tag-description {
  font-size: 1.25rem;
  margin-top: 2rem
}

.site-footer {}

.site-footer .container {
  padding: 100px 50px;

}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.footer-social {
  display: grid;
}

.footer-social__wrap {
  margin-bottom: 22px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-btn {
  padding: 14px 36px;
  background: rgb(233, 244, 255);
  color: rgb(4, 10, 18);
  font-size: 14px;
}

.footer-btn:hover {
  background: rgb(188, 222, 255);
  color: rgb(4, 10, 18);
}

.footer-btn-wrap {
  display: grid;
  grid-template-columns: max-content;
  align-items: center;
  gap: 32px;
}


.footer-content__img {
  max-width: 221px;
}

.footer__under-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 900px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer-btn-wrap {
    display: none;
  }

  .footer__under-text {
    flex-direction: column;
  }

  .site-footer .container {
    padding: 54px 0 75px;
  }
}

/* ========================================
   HEADER - Pixel Perfect from cattix_landing
   ======================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 43px 220px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  backdrop-filter: none;
  transition: backdrop-filter 0.3s ease, background 0.3s ease;
}

.header.scrolled {
  background: rgba(245, 250, 255, 0.8);
  backdrop-filter: blur(10px);
}

@media (max-width: 1800px) {
  .header {
    padding: 43px 100px 20px;
  }
}

@media (max-width: 1500px) {
  .header {
    padding: 43px 50px 20px;
  }
}

@media (max-width: 600px) {
  .header {
    padding: 23px 20px 20px;
  }
}

/* Menu Content (logo + nav) */
.menu-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 136px;
}

@media (max-width: 1600px) {
  .menu-content {
    gap: 70px;
  }
}

@media (max-width: 1260px) {
  .menu-content {
    gap: 0;
  }
}

/* Logo */
.logo-link {
  text-decoration: none;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228.298px;
  height: 50px;
}

.logo-container .logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-container .logo-text {
  color: #040A12;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .logo-container {
    width: 168px;
    height: 36.794px;
  }
}

/* Navigation Container */
.navigation-container {
  display: flex;
  align-items: center;
  gap: 38px;
}

@media (max-width: 1260px) {
  .navigation-container {
    display: none;
  }
}

/* Navigation Item */
.navigation-item {
  color: #040A12;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
  transition: color 0.3s ease;
  border: none;
  background: transparent;
  text-decoration: none;
}

.navigation-item:hover {
  color: #007DF9;
}

/* Button Content */
.button-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

@media (max-width: 1260px) {
  .button-content {
    display: none;
  }
}

/* Search Button */
.search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.search-button:hover {
  opacity: 0.7;
}

.search-button svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* Login Button */
.login-button {
  display: flex;
  width: 150px;
  height: 48px;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: none;
  background: transparent;
  border: 1px solid #B9D1F1;
  color: #49454F;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
  box-sizing: border-box;
}

.login-button:hover {
  background: #DCE8F8;
}

/* Primary Button */
.primary-button {
  display: flex;
  width: 150px;
  height: 48px;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: none;
  background: #007DF9;
  cursor: pointer;
  transition: background 0.3s;
  color: #FFFFFF;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  box-sizing: border-box;
}

.primary-button:hover {
  background: #0068D0;
}

/* Burger Menu */
.burger-menu {
  display: none;
  cursor: pointer;
}

@media (max-width: 1260px) {
  .burger-menu {
    display: block;
  }
}

.burger-menu svg {
  display: block;
}

/* ========================================
   OVERLAY
   ======================================== */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 99;
}

.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* ========================================
   MOBILE MENU
   ======================================== */

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  min-width: 90%;
  height: 100vh;
  background: #F5FAFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 48px 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  box-sizing: border-box;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.mobile-menu.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

/* Mobile Header */
.mobile-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 344px;
  margin-bottom: 52px;
}

.mobile-header .logo-container {
  width: 168px;
  height: 36.794px;
}

/* Close Button */
.close-button {
  cursor: pointer;
}

.close-button svg {
  display: block;
}

/* Mobile Footer */
.mobile-footer {
  display: flex;
  gap: 80px;
  flex-direction: column;
}

/* Left Container (navigation) */
.left-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 10px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E8E8E8;
}

.left-container ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-container li {
  margin: 0;
}

/* Navigation Item in Mobile */
.left-container .navigation-item {
  width: 280px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  display: flex;
  height: 48px;
  padding: 12px 22px;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  color: #49454F;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.left-container .navigation-item:hover {
  color: #007DF9;
}

/* Right Container (buttons) */
.right-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

/* Mobile Buttons */
.right-container .login-button,
.right-container .primary-button {
  width: 280px;
}

/*# sourceMappingURL=style.min.css.map */