@charset "UTF-8";
/*
Theme Name: UWP v3
Description: A custom theme for UsableWP
Version: 1.0.0
Author: Naresh Devineni
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: usablewp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*-------------------------------------------------------------------------------
  1.Normalize
-------------------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/*-------------------------------------------------------------------------------
  2.Javascript Libraries
-------------------------------------------------------------------------------*/
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

/* PrismJS 1.30.0
https://prismjs.com/download#themes=prism&languages=markup+css+clike+javascript+css-extras+diff+javadoclike+markup-templating+php+phpdoc+php-extras&plugins=line-highlight+line-numbers+show-invisibles+autolinker+custom-class+file-highlight+show-language+highlight-keywords+autoloader+keep-markup+command-line+normalize-whitespace+toolbar+copy-to-clipboard+download-button+diff-highlight+filter-highlight-all+treeview */
code[class*=language-],
pre[class*=language-],
.wp-block-preformatted,
.wp-block-code {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  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;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

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

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

@media print {
  code[class*=language-],
  pre[class*=language-],
  .wp-block-preformatted,
  .wp-block-code {
    text-shadow: none;
  }
}
pre[class*=language-],
.wp-block-preformatted,
.wp-block-code {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-],
.wp-block-preformatted,
.wp-block-code {
  background: #f5f2f0;
}

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

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

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.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;
  background: hsla(0, 0%, 100%, 0.5);
}

.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;
}

pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: hsla(24, 20%, 50%, 0.08);
  background: linear-gradient(to right, hsla(24, 20%, 50%, 0.1) 70%, hsla(24, 20%, 50%, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}

@media print {
  .line-highlight {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: 0.4em;
  left: 0.6em;
  min-width: 1em;
  padding: 0 0.5em;
  background-color: hsla(24, 20%, 50%, 0.4);
  color: #f4f1ef;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: 0.3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px #fff;
}

.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: 0.4em;
}

.line-numbers .line-highlight:after,
.line-numbers .line-highlight:before {
  content: none;
}

pre[id].linkable-line-numbers span.line-numbers-rows {
  pointer-events: all;
}

pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
  cursor: pointer;
}

pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
  background-color: rgba(128, 128, 128, 0.2);
}

pre[class*=language-].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre[class*=language-].line-numbers > code {
  position: relative;
  white-space: inherit;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

.token.cr,
.token.lf,
.token.space,
.token.tab:not(:empty) {
  position: relative;
}

.token.cr:before,
.token.lf:before,
.token.space:before,
.token.tab:not(:empty):before {
  color: grey;
  opacity: 0;
  position: absolute;
}

.token.tab:not(:empty):before {
  content: "⇥";
}

.token.cr:before {
  content: "␍";
}

.token.crlf:before {
  content: "␍␊";
}

.token.lf:before {
  content: "␊";
}

.token.space:before {
  content: "·";
}

.token a {
  color: inherit;
}

div.code-toolbar {
  position: relative;
}

div.code-toolbar > .toolbar {
  position: absolute;
  z-index: 10;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

div.code-toolbar:hover > .toolbar {
  opacity: 1;
}

div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

div.code-toolbar > .toolbar > .toolbar-item > button {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

div.code-toolbar > .toolbar > .toolbar-item > a:focus,
div.code-toolbar > .toolbar > .toolbar-item > a:hover,
div.code-toolbar > .toolbar > .toolbar-item > button:focus,
div.code-toolbar > .toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar > .toolbar-item > span:focus,
div.code-toolbar > .toolbar > .toolbar-item > span:hover {
  color: inherit;
  text-decoration: none;
}

.command-line-prompt {
  border-right: 1px solid #999;
  display: block;
  float: left;
  font-size: 100%;
  letter-spacing: -1px;
  margin-right: 1em;
  pointer-events: none;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.command-line-prompt > span:before {
  opacity: 0.7;
  content: " ";
  display: block;
  padding-right: 0.8em;
}

.command-line-prompt > span[data-user]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] $";
}

.command-line-prompt > span[data-user=root]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] #";
}

.command-line-prompt > span[data-prompt]:before {
  content: attr(data-prompt);
}

.command-line-prompt > span[data-continuation-prompt]:before {
  content: attr(data-continuation-prompt);
}

.command-line span.token.output {
  opacity: 0.7;
}

pre.diff-highlight > code .token.deleted:not(.prefix),
pre > code.diff-highlight .token.deleted:not(.prefix) {
  background-color: rgba(255, 0, 0, 0.1);
  color: inherit;
  display: block;
}

pre.diff-highlight > code .token.inserted:not(.prefix),
pre > code.diff-highlight .token.inserted:not(.prefix) {
  background-color: rgba(0, 255, 128, 0.1);
  color: inherit;
  display: block;
}

.token.treeview-part .entry-line {
  position: relative;
  text-indent: -99em;
  display: inline-block;
  vertical-align: top;
  width: 1.2em;
}

.token.treeview-part .entry-line:before,
.token.treeview-part .line-h:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.token.treeview-part .line-h:before,
.token.treeview-part .line-v:before {
  border-left: 1px solid #ccc;
}

.token.treeview-part .line-v-last:before {
  height: 50%;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.token.treeview-part .line-h:after {
  height: 50%;
  border-bottom: 1px solid #ccc;
}

.token.treeview-part .entry-name {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.token.treeview-part .entry-name.dotfile {
  opacity: 0.5;
}

@font-face {
  font-family: PrismTreeview;
  src: url(data:application/font-woff;base64,d09GRgABAAAAAAgYAAsAAAAAEGAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPwAAAFY1UkH9Y21hcAAAAYQAAAB/AAACCtvO7yxnbHlmAAACBAAAA+MAAAlACm1VqmhlYWQAAAXoAAAAKgAAADZfxj5jaGhlYQAABhQAAAAYAAAAJAFbAMFobXR4AAAGLAAAAA4AAAA0CGQAAGxvY2EAAAY8AAAAHAAAABwM9A9CbWF4cAAABlgAAAAfAAAAIAEgAHZuYW1lAAAGeAAAATcAAAJSfUrk+HBvc3QAAAewAAAAZgAAAIka0DSfeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGRYyjiBgZWBgaGQoRZISkLpUAYOBj0GBiYGVmYGrCAgzTWFweEV4ysehs1ArgDDFgZGIA3CDAB2tQjAAHic7ZHLEcMwCESfLCz/VEoKSEE5parURxMOC4c0Ec283WGFdABgBXrwCAzam4bOK9KWeefM3Hhmjyn3ed+hTRq1pS7Ra/HjYGPniHcXMy4G/zNTP7/KW5HTXArkvdBW3ArN19dCG/NRIN8K5HuB/CiQn4U26VeBfBbML9NEH78AeJyVVc1u20YQ3pn905JcSgr/YsuSDTEg3cR1bFEkYyS1HQcQ2jQF2hot6vYSoECKnnPLA/SWUy9NTr31Bfp+6azsNI0SGiolzu7ODnfn+2Z2lnHG3rxhr9nfLGKbLGesncAYYnUHpsVnMG/uwyzNdFIVd6HI6twp8+R3LpT4TSglLoTHwwJgG2/dFvKrl9yI507/p5CCq4LTxB/PlPjkFaMHnWB/0S9je7RTPS+utnGtom1T2q5pk/e3H0M1S18rsXAL7wgpxQuhAmteGGvNjmcfGXuwnFNOPCXxeOGmnjrBLWNyBeNtVq2Hs03yus1aPS3mzSyNVSfu588iW1Q93x/4fjcHn+5EkS2tMxr4xIRa8ese+4L9uKZnxEqs8+ldyN9atU02a5t5uQ8hZGms1QTKpaKYqnipiNNOAIeIADC0JNEOYY+jtSgFoOchiAjRGFACpUTRje8bwIYWGCDEgENY8MEu9bnCYCdAxftoNg0KiSpUtPaHcanYwzXRu6T4r40b5npal3V7UHWCPJW9niyl1vIHgoujEXZjudBkeWkOeMQBRmbEPhKzij1i52t6/TadL+3q7H0U1eq4E8cG4gIIwQLx8VX7ToPXgPrehVc5QXHR7gMSmwjKfaYAP4KvZV+yn9bE18y2IY37LvtyrSg3i7ZK++B603ndlg/gBJpZRsfpBI6hyiaQ6FjlnThz8lAC3LgBIMnXDOAXxBQ4SIgiEhx2AcGCAwAhwjXRpCQms42bwAUt75BvAwgONzdgOfWEwzk4Ylzj4mz+5YEzzXzWX9aNlk7ot65y5QnBHsNlm6zDTu7sspRqG4V+fgJ1lVBZ07Nm7s5nemo3Lf3PO7iwtnroQ5/YDGwPRUip6fV6L+27p+wCHwSvPs85UnHqId8NAn5IBsKdv95KrL9m31Gsf2a/rluDslk1y1J9GE+LUmmVT/OyOHaFKGnapt2H5XeJTmKd6qYNoVVZOy+pWzr7rMip3ndG/4mQSoUcMbAqG/YNIAdXhkAqTVruXhocSKN0iS4Rwj7vSS4fcF/La07BfeQSuRAcFeW+9igjwPhhYPpGCBCBHhxiKMyFMFT7ziRH7RtfIWdiha+TdW+Rqs7bLHdN2ZJIKl0um0x3op9saYr0REeRdj09pl43pMzz4tjztrY8L4o8bzT+oLY27PR/eFtXs/YY5vtwB5Iqad14eYN0ujveMaGWqkdU3TKbQSC5Uvxaf4fA7SAQ3r2tEfIhd4duld91bwMisjqBw22orthNcroXl7KqO1329HBgAexgoCfGAwiDPoBnriki3lmNojrzvD0tjo6E3vPYP6E2BMIAeJxjYGRgYADiY8t3FsTz23xl4GbYzIAB/v9nWM6wBcjgYGAC8QH+QQhZAAB4nGNgZGBg2MzAACeXMzAyoAJeADPyAh14nGNgAILNpGEA0fgIZQAAAAAAAAA2AHIAvgE+AZgCCAKMAv4DlgPsBEYEoHicY2BkYGDgZchi4GQAASYg5gJCBob/YD4DABTSAZcAeJx9kU1uwjAQhV/4qwpqhdSqi67cTTeVEmBXDgBbhBD7AHYISuLUMSD2PUdP0HNwjp6i676k3qQS9Ujjb968mYUNoI8zPJTHw02Vy9PAFatfbpLuHbfIT47b6MF33KH+6riLF0wc93CHN27wWtdUHvHuuIFbfDhuUv903CKfHbfxgC/HHerfjrtYen3HPTx7ambiIl0YKQ+xPM5ltE9CU9NqxVKaItaZGPqDmj6VmTShlRuxOoniEI2sVUIZnYqJzqxMEi1yo3dybf2ttfk4CJTT/bVOMYNBjAIpFiTJOLCWOGLOHGGPBCE7l32XO0tmw04MjQwCQ7774B//lDmrZkJY3hvOrHBiLuiJMKJqoVgrejQ3CP5Yubt0JwxNJa96Oypr6j621VSOMQKG+uP36eKmHylcb0MAeJxtwdEOgjAMBdBeWEFR/Mdl7bTJtMsygc/nwVfPoYF+QP+tGDAigDFhxgVXLLjhjhUPCtmKTtmLaGN7x6dy/Io5bybqoevRQ3LRObb0sk3HKpn1SFqW6ru26vbpYfcmRCccJhqsAAA=) format("woff");
}
.token.treeview-part .entry-name:before {
  content: "\ea01";
  font-family: PrismTreeview;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2.5ex;
  display: inline-block;
}

.token.treeview-part .entry-name.dir:before {
  content: "\ea02";
}

.token.treeview-part .entry-name.ext-bmp:before,
.token.treeview-part .entry-name.ext-eps:before,
.token.treeview-part .entry-name.ext-gif:before,
.token.treeview-part .entry-name.ext-jpe:before,
.token.treeview-part .entry-name.ext-jpeg:before,
.token.treeview-part .entry-name.ext-jpg:before,
.token.treeview-part .entry-name.ext-png:before,
.token.treeview-part .entry-name.ext-svg:before,
.token.treeview-part .entry-name.ext-tiff:before {
  content: "\ea03";
}

.token.treeview-part .entry-name.ext-cfg:before,
.token.treeview-part .entry-name.ext-conf:before,
.token.treeview-part .entry-name.ext-config:before,
.token.treeview-part .entry-name.ext-csv:before,
.token.treeview-part .entry-name.ext-ini:before,
.token.treeview-part .entry-name.ext-log:before,
.token.treeview-part .entry-name.ext-md:before,
.token.treeview-part .entry-name.ext-nfo:before,
.token.treeview-part .entry-name.ext-txt:before {
  content: "\ea06";
}

.token.treeview-part .entry-name.ext-asp:before,
.token.treeview-part .entry-name.ext-aspx:before,
.token.treeview-part .entry-name.ext-c:before,
.token.treeview-part .entry-name.ext-cc:before,
.token.treeview-part .entry-name.ext-cpp:before,
.token.treeview-part .entry-name.ext-cs:before,
.token.treeview-part .entry-name.ext-css:before,
.token.treeview-part .entry-name.ext-h:before,
.token.treeview-part .entry-name.ext-hh:before,
.token.treeview-part .entry-name.ext-htm:before,
.token.treeview-part .entry-name.ext-html:before,
.token.treeview-part .entry-name.ext-jav:before,
.token.treeview-part .entry-name.ext-java:before,
.token.treeview-part .entry-name.ext-js:before,
.token.treeview-part .entry-name.ext-php:before,
.token.treeview-part .entry-name.ext-rb:before,
.token.treeview-part .entry-name.ext-xml:before {
  content: "\ea07";
}

.token.treeview-part .entry-name.ext-7z:before,
.token.treeview-part .entry-name.ext-bz2:before,
.token.treeview-part .entry-name.ext-bz:before,
.token.treeview-part .entry-name.ext-gz:before,
.token.treeview-part .entry-name.ext-rar:before,
.token.treeview-part .entry-name.ext-tar:before,
.token.treeview-part .entry-name.ext-tgz:before,
.token.treeview-part .entry-name.ext-zip:before {
  content: "\ea08";
}

.token.treeview-part .entry-name.ext-aac:before,
.token.treeview-part .entry-name.ext-au:before,
.token.treeview-part .entry-name.ext-cda:before,
.token.treeview-part .entry-name.ext-flac:before,
.token.treeview-part .entry-name.ext-mp3:before,
.token.treeview-part .entry-name.ext-oga:before,
.token.treeview-part .entry-name.ext-ogg:before,
.token.treeview-part .entry-name.ext-wav:before,
.token.treeview-part .entry-name.ext-wma:before {
  content: "\ea04";
}

.token.treeview-part .entry-name.ext-avi:before,
.token.treeview-part .entry-name.ext-flv:before,
.token.treeview-part .entry-name.ext-mkv:before,
.token.treeview-part .entry-name.ext-mov:before,
.token.treeview-part .entry-name.ext-mp4:before,
.token.treeview-part .entry-name.ext-mpeg:before,
.token.treeview-part .entry-name.ext-mpg:before,
.token.treeview-part .entry-name.ext-ogv:before,
.token.treeview-part .entry-name.ext-webm:before {
  content: "\ea05";
}

.token.treeview-part .entry-name.ext-pdf:before {
  content: "\ea09";
}

.token.treeview-part .entry-name.ext-xls:before,
.token.treeview-part .entry-name.ext-xlsx:before {
  content: "\ea0a";
}

.token.treeview-part .entry-name.ext-doc:before,
.token.treeview-part .entry-name.ext-docm:before,
.token.treeview-part .entry-name.ext-docx:before {
  content: "\ea0c";
}

.token.treeview-part .entry-name.ext-pps:before,
.token.treeview-part .entry-name.ext-ppt:before,
.token.treeview-part .entry-name.ext-pptx:before {
  content: "\ea0b";
}

/*-------------------------------------------------------------------------------
  3.General
-------------------------------------------------------------------------------*/
:root {
  --brand-color-purple: #7928ca;
  --brand-color-black: #1e272e;
  --brand-color-yellow: #F9CB28;
  --brand-color-dark-yellow:#E8BB1B;
  --brand-color-green: #00bf72;
  --brand-color-orange: #ee8700;
  --brand-color-white: #fff;
  --brand-color-blue: #0073AA;
  --brand-color-dark-blue: #005C87;
  --brand-color-pink: #FF0080;
  --brand-color-border-purple: #ecd8ff;
  --brand-color-border-orange: #ffecd2;
  --brand-color-border-green: #d6ffee;
  --brand-color-border-grey: #d1d9e0;
  --brand-color-border-light-grey: #E5E9EC;
  --brand-color-text-yellow: #f7e4bc;
  --brand-color-text-grey: #afafaf;
  --brand-color-background-green: #d9f5ea;
  --brand-color-background-purple: #f8f2ff;
  --brand-color-background-yellow: #fffeeb;
  --brand-color-background-dark-purple: #5e366f;
  --brand-color-background-blue: #f2f7ff;
  --brand-color-background-red: #fff5f5;
  --brand-color-background-grey: #F6F8FA;
  --brand-color-background-desaturated-yellow: #fcfbf3;
}

.has-purple-background-color {
  background-color: var(--brand-color-purple);
}

.has-white-background-color {
  background-color: var(--brand-color-white);
}

.has-black-background-color {
  background-color: var(--brand-color-black);
}

.has-yellow-background-color {
  background-color: var(--brand-color-yellow);
}

.has-green-background-color {
  background-color: var(--brand-color-green);
}

.has-orange-background-color {
  background-color: var(--brand-color-orange);
}

.has-border-purple-background-color {
  background-color: var(--brand-color-border-purple);
}

.has-text-yellow-background-color {
  background-color: var(--brand-color-text-yellow);
}

.has-text-grey-background-color {
  background-color: var(--brand-color-text-grey);
}

.has-light-green-background-color {
  background-color: var(--brand-color-background-green);
}

.has-light-purple-background-color {
  background-color: var(--brand-color-background-purple);
}

.has-light-yellow-background-color {
  background-color: var(--brand-color-background-yellow);
}

.has-dark-purple-background-color {
  background-color: var(--brand-color-background-dark-purple);
}

.has-light-blue-background-color {
  background-color: var(--brand-color-background-blue);
}

.has-light-red-background-color {
  background-color: var(--brand-color-background-red);
}

.has-light-grey-background-color {
  background-color: var(--brand-color-background-grey);
}

.has-desaturated-yellow-background-color {
  background-color: var(--brand-color-background-desaturated-yellow);
}

.has-text-grey-color {
  color: var(--brand-color-text-grey);
}

.has-text-yellow-color {
  color: var(--brand-color-text-yellow);
}

.has-purple-color {
  color: var(--brand-color-purple);
}

.has-black-color {
  color: var(--brand-color-black);
}

.has-yellow-color {
  color: var(--brand-color-yellow);
}

.has-green-color {
  color: var(--brand-color-green);
}

.has-orange-color {
  color: var(--brand-color-orange);
}

.main-header .form-field-wrapper button, .main-header .form-field-wrapper input[type=search] {
  color: var(--body-text-color);
}

.wp-block-button__link {
  background-color: var(--brand-color-blue);
}

#site-footer .footer-bar {
  background-color: var(--brand-color-background-grey);
}

.home .hero {
  background-color: var(--brand-color-blue);
}
.home .hero h1 {
  color: white;
}
.home .hero .outline {
  border: 1px solid #fff;
}

#menu-primary a:hover, #menu-primary a:focus {
  color: var(--brand-color-dark-blue);
}

#sb-site .comment a:hover,
#sb-site .comment a:focus {
  color: var(--brand-color-dark-blue) !important;
}

.category-cards {
  background-color: #FAFAFA;
}
.category-cards a {
  border: 1px solid #ccc;
}
.category-cards a span {
  color: #666666;
}
.category-cards a:hover, .category-cards a:focus {
  background-color: #F0FBFF;
}

a {
  color: var(--brand-color-black);
}

#sb-site .hero a.wp-block-button__link:focus,
#sb-site .promotion-cta-box a.wp-block-button__link:focus {
  outline: 2px dashed var(--brand-color-white);
}

#sb-site .search-form input:focus, a:focus, input[type=submit]:focus, button[type=submit]:focus {
  outline: 2px dashed var(--brand-color-blue);
}

.outline:hover, #sb-site .promotion-cta-box a.wp-block-button__link:hover {
  outline: 2px dashed var(--brand-color-white);
}

.post-list-with-sidebar .post-list h2, .post-list-with-sidebar .post {
  border-bottom: 1px solid var(--brand-color-border-light-grey);
}

.post-list .image-container,
.next-previous-articles a.post-thumb,
.search .post,
.single #actual-article img,
.page-template-checklist .child-page-content img,
.page-template-default #actual-article img,
#uwp-cta-box-small img,
#uwp-cta-box,
#uwp-cta-box-small,
#sb-site .reader,
.person-asking-question {
  border: 1px solid var(--brand-color-border-grey);
}

#sb-site #actual-content a:hover,
#sb-site #actual-content a:focus,
#sb-site #actual-content a.wp-block-button__link:hover,
#sb-site #actual-content a.wp-block-button__link:focus {
  outline: 2px dashed var(--brand-color-blue) !important;
}

.archive .hero, .search .hero, .blog .hero, .error404 .hero, #skill-hero {
  border-bottom: 1px solid var(--brand-color-border-grey);
}

.search .search-term {
  background-color: var(--brand-color-text-yellow);
}

.search-highlight, #sb-site .reader, .person-asking-question {
  background-color: var(--brand-color-background-green);
}

.single #uwp-cta-box, .single #uwp-cta-box-small,
.page #uwp-cta-box, .page #uwp-cta-box-small {
  background-color: var(--brand-color-background-grey);
}

.single h1, .page h1 {
  color: var(--brand-color-dark-blue);
}

.single #actual-article .actual-content a,
.page #actual-article .actual-content a {
  color: var(--brand-color-dark-blue);
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span {
  color: #788388;
}

.post-author {
  border-bottom: 1px solid var(--brand-color-border-grey);
}

.category-cards a,
.single #actual-article img,
.page-template-default #actual-article img,
.page-template-checklist .child-page-content img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.wp-block-code, pre {
  border: 1px solid #ccc;
}

#single-sidebar .sidebar-auto-generated h3 {
  color: #8a8a8a;
}
#single-sidebar .sidebar-auto-generated a {
  color: #3C3C3C;
}

.single-post-wrapper #single-sidebar {
  border-right: 1px solid var(--brand-color-border-grey);
}
@media only screen and (max-width: 1024px) {
  .single-post-wrapper #single-sidebar {
    border-right: 0;
  }
}

.single-post-content .actual-content * a:hover, #sb-site .comment a:hover {
  border-bottom: 1px solid var(--brand-color-dark-blue);
}

#sb-site #uwp-cta-box a.wp-block-button__link:hover, #sb-site #uwp-cta-box-small a.wp-block-button__link:hover {
  outline: 2px dashed var(--brand-color-dark-yellow) !important;
}
#sb-site #uwp-cta-box a.wp-block-button__link:focus, #sb-site #uwp-cta-box-small a.wp-block-button__link:focus {
  outline: 2px dashed var(--brand-color-blue) !important;
}

.promotion-cta-box a.wp-block-button__link:hover {
  outline: 2px dashed var(--brand-color-dark-yellow) !important;
}
.promotion-cta-box a.wp-block-button__link:focus {
  outline: 2px dashed var(--brand-color-white) !important;
}

.next-previous-articles a {
  color: #424D56;
}
.next-previous-articles a:hover, .next-previous-articles a:focus {
  color: var(--brand-color-dark-blue);
}

#skill-buttons a:hover, #skill-buttons a:focus {
  background-color: var(--brand-color-background-blue);
}

#sb-site .promotion-cta-box {
  background-color: #306745;
}
#sb-site .promotion-cta-box h2, #sb-site .promotion-cta-box p {
  color: white;
}

:root {
  --brand-font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --brand-border-radius: 4px;
}

html {
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--brand-font-inter);
  color: var(--brand-color-black);
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.02em;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.top-bar ul,
.top-bar li,
.main-header ul,
.main-header li,
#site-footer ul,
#site-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
}

h2,
h2 a {
  font-size: clamp(2rem, 2.1333333333333333vw + 1.1333333333333333rem, 3rem);
}

h3,
h3 a {
  font-size: clamp(1.5rem, 2.1333333333333333vw + 0.6333333333333333rem, 2.5rem);
}

.text-grey {
  color: var(--brand-color-text-grey);
}

.underline {
  background-image: url(./assets/images/underline.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  padding-bottom: 5px;
}

.currently-serving .emoji {
  filter: grayscale(100%);
  opacity: 0.4;
}

#sb-site .special-list {
  max-width: 800px;
  margin: 0 auto;
}
#sb-site .special-list ul,
#sb-site .special-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sb-site .special-list li {
  padding-left: 36px;
  background-image: url(./assets/images/check-circle-green.svg);
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: left center;
  font-size: clamp(1.125rem, 0.8vw + 0.8rem, 1.4rem) !important;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #sb-site .special-list {
    gap: 0;
    max-width: 260px !important;
    margin: 0 auto;
  }
  #sb-site .special-list li {
    background-size: 22px;
    padding-left: 30px;
  }
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

/* #### Generated By: http://www.cufonfonts.com #### */
#actual-article ol li::marker, #single-sidebar ol li::marker {
  font-family: Consolas, Lucida Console, Menlo, Monaco, monospace;
  font-size: 16px;
}

#single-sidebar ol li::marker {
  font-size: 13.5px;
}

video {
  width: 100%;
  height: auto;
}

.wp-block-button__link, .button, input[type=submit] {
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: var(--brand-border-radius);
  height: auto;
}
@media only screen and (max-width: 600px) {
  .wp-block-button__link, .button, input[type=submit] {
    font-size: 14px;
  }
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.wp-block .accordion-content {
  visibility: visible !important;
  position: static !important;
}

#sb-site input[type=submit] {
  margin-top: 20px;
  cursor: pointer;
}

textarea {
  line-height: 1.4;
}

textarea {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
button[type=submit],
input[type=password] {
  appearance: none;
}

input[type=radio], input[type=checkbox] {
  margin-bottom: 6px;
  margin-right: 6px;
}

input[type=submit] {
  border-radius: var(--brand-border-radius);
  margin-top: 20px;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url],
#commentform input[type=tel],
#commentform input[type=number],
#commentform input[type=range],
#commentform input[type=date],
#commentform input[type=file],
#commentform input[type=password],
#commentform textarea,
#commentform textarea.medium {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
#commentform input[type=text]:focus,
#commentform input[type=email]:focus,
#commentform input[type=url]:focus,
#commentform input[type=tel]:focus,
#commentform input[type=number]:focus,
#commentform input[type=range]:focus,
#commentform input[type=date]:focus,
#commentform input[type=file]:focus,
#commentform input[type=password]:focus,
#commentform textarea:focus,
#commentform textarea.medium:focus {
  outline: 2px dashed var(--brand-color-blue);
}

.comment-respond {
  margin-bottom: 15px;
}
.comment-respond h3 {
  font-size: 1.4em;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 20px;
}
.comment-respond #cancel-comment-reply-link {
  font-size: 16px;
  color: var(--brand-color-dark-blue);
  margin-left: 15px;
}

.comment-form {
  padding: 30px 30px 20px;
  background: #f7f7f7;
  border-radius: 5px;
}
.comment-form a {
  color: var(--brand-color-dark-blue);
}
.comment-form a:hover {
  border-bottom: 1px solid var(--brand-color-dark-blue);
}
.comment-form label {
  display: block;
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px;
}
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
  background-color: #fff;
  color: #333;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 3px;
}
@media only screen and (min-width: 992px) {
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url] {
    width: 50%;
  }
}

#sb-site .comments-title {
  font-size: 32px;
}

#sb-site #commentform p {
  margin-top: 0;
}

#sb-site .comment-list {
  margin: 40px 0 !important;
}
#sb-site .comment-list, #sb-site .comment-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sb-site .comment-list > li {
  margin-bottom: 40px;
  border: 1px solid var(--brand-color-border-grey);
  border-radius: var(--brand-border-radius);
  padding: 20px;
}
#sb-site .comment-list .comment-author-and-text .comment-author {
  font-weight: bold;
}
#sb-site .comment-list .comment-author, #sb-site .comment-list .comment-text {
  display: inline;
}
#sb-site #sb-site .comment-list .comment-text p {
  margin: 0;
}
#sb-site .comment-list .comment-content {
  display: flex;
  gap: 15px;
}
#sb-site .comment-list img {
  border: 0 !important;
  box-shadow: 0, 0, 0, rgba(0, 0, 0, 0) !important;
  border-radius: 4px;
}
#sb-site #sb-site .comment-list .children {
  margin-top: 50px;
}
#sb-site .comment-list .comment-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
#sb-site .comment-list .comment-actions a, #sb-site .comment-list .comment-actions span, #sb-site .comment-list .comment-actions time {
  font-size: 14px;
  color: #838383;
}
#sb-site .comment-list .comment p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#sb-site .comment-list .comment.has-children {
  position: relative;
}
#sb-site .comment-list .comment.has-children::before {
  content: "";
  width: 1px;
  height: 90%;
  border-right: 1px dashed var(--brand-color-border-grey);
  display: block;
  position: absolute;
  left: 40px;
  z-index: -1;
}
#sb-site .comment-list .comment .children {
  margin-top: 40px !important;
}
#sb-site .comment-list .comment .children .has-children::before {
  left: 20px;
}

/*-------------------------------------------------------------------------------
  4.Header
-------------------------------------------------------------------------------*/
.main-header {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--brand-color-border-grey);
}
.main-header .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .main-header .wrap {
    padding: 0 15px;
  }
}
.main-header .wrap, .main-header .header-left {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.main-header .header-left {
  gap: 20px;
}
.main-header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header button, .main-header input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}
.main-header button {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .main-header #menu-primary, .main-header .search-form {
    display: none;
  }
}

.logo a {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}
.logo a .site-name {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .logo a .site-name {
    position: absolute;
    left: -9999px;
  }
}
.logo a img {
  max-width: 40px;
}

#mobile-menu-toggle, #search-bar-toggle {
  display: block;
  font-size: 0;
  width: 44px;
  height: 44px;
  background-image: url(./assets/images/menu-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1025px) {
  #mobile-menu-toggle, #search-bar-toggle {
    display: none;
  }
}

#search-bar-toggle {
  background-image: url(./assets/images/search-icon.svg);
}

form.search-form {
  width: 100%;
}
form.search-form input {
  padding-left: 15px;
  padding-right: 10px;
}

.main-header .header-right {
  width: 28%;
  max-width: 362px;
}

.main-header .form-field-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-radius: var(--brand-border-radius);
  padding-right: 10px;
  background-color: transparent;
  border: 1px solid var(--brand-color-border-grey);
}
.main-header .form-field-wrapper input[type=search] {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  width: 100%;
  margin: 2px 1px;
  display: block;
}

.mobile-search-form {
  border-bottom: 1px solid var(--brand-color-border-grey);
  padding: 20px;
  display: none;
}
.mobile-search-form form {
  max-width: 80%;
  margin: 0 auto;
}
.mobile-search-form input {
  border: 0;
  font-size: 24px;
  padding: 10px;
  text-align: center;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  5.Navigation
-------------------------------------------------------------------------------*/
.primary-navigation-left {
  position: relative;
}

#sb-site .current-menu-item a {
  font-weight: 600;
}

#menu-primary {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
#menu-primary > li > a {
  padding: 10px;
}
#menu-primary a {
  font-weight: normal;
  font-size: 16px;
}
#menu-primary .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(assets/images/carrot-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
}

.primary-navigation-left .menu li {
  position: relative;
}
.primary-navigation-left .menu li:hover > ul, .primary-navigation-left .menu li.sfHover > ul {
  display: block;
}
.primary-navigation-left .menu li ul {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 1000;
  width: 300px;
  left: auto;
  border: 1px solid #d3dce4;
  border-radius: var(--brand-border-radius);
  left: auto;
  background-color: #fff;
}
.primary-navigation-left .menu li ul a {
  border-radius: var(--default-radius);
  display: block;
  text-transform: capitalize;
  line-height: 1.4 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.primary-navigation-left .menu li ul ul {
  left: 100%;
}
.primary-navigation-left .menu li ul li {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid var(--brand-color-border-grey);
}
.primary-navigation-left .menu li ul li:last-child {
  border-bottom: 0;
}
.primary-navigation-left .menu a {
  display: block;
}

/*-------------------------------------------------------------------------------
  6.Layout
-------------------------------------------------------------------------------*/
.wrap {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .wrap {
    width: 90%;
  }
}

.content-600,
.content-800,
.content-960,
.content-1080 {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .content-600,
  .content-800,
  .content-960,
  .content-1080 {
    border-radius: 0;
  }
}
.content-600 .wp-block-group__inner-container,
.content-800 .wp-block-group__inner-container,
.content-960 .wp-block-group__inner-container,
.content-1080 .wp-block-group__inner-container {
  margin: 0 auto;
}
.content-600 .wp-block-group__inner-container p,
.content-800 .wp-block-group__inner-container p,
.content-960 .wp-block-group__inner-container p,
.content-1080 .wp-block-group__inner-container p {
  font-size: clamp(1rem, 0.8vw + 0.8rem, 1.5rem);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .content-600 .wp-block-group__inner-container p,
  .content-800 .wp-block-group__inner-container p,
  .content-960 .wp-block-group__inner-container p,
  .content-1080 .wp-block-group__inner-container p {
    line-height: 1.4;
  }
}
.content-600 .wp-block-group__inner-container blockquote p,
.content-800 .wp-block-group__inner-container blockquote p,
.content-960 .wp-block-group__inner-container blockquote p,
.content-1080 .wp-block-group__inner-container blockquote p {
  letter-spacing: 0;
  line-height: 1.44;
  font-size: clamp(1rem, 0.6666666666666666vw + 0.7291666666666666rem, 1.4rem);
}

#sb-site .special-list.content-630 {
  max-width: 630px;
  margin: 0 auto;
}

.content-600 .wp-block-group__inner-container {
  max-width: 600px;
}

.container-600 {
  max-width: 600px;
  margin: 0 auto;
}

.container-720 {
  max-width: 720px;
  margin: 0 auto;
}

.content-800 .wp-block-group__inner-container {
  max-width: 800px;
}

.container-800 {
  max-width: 800px;
  margin: 0 auto;
}

.content-1080 .wp-block-group__inner-container {
  max-width: 1080px;
}

.container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.content-960 .wp-block-group__inner-container {
  max-width: 960px;
}

.container-960 {
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .occupy-450 {
    max-width: 450px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .occupy-70-percent {
    max-width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .occupy-80-percent {
    max-width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .occupy-90-percent {
    max-width: 90%;
  }
}

.clamp-24 {
  font-size: clamp(1.125rem, 0.8vw + 0.8rem, 1.5rem) !important;
}

.clamp-32 {
  font-size: clamp(1.125rem, 1.8666666666666667vw + 0.36666666666666664rem, 2rem) !important;
}

.clamp-36.has-large-font-size {
  font-size: clamp(1.125rem, 2.4vw + 0.15rem, 2.25rem) !important;
  line-height: 1.3;
}

.clamp-64 {
  font-size: clamp(2.25rem, 3.7333333333333334vw + 0.7333333333333333rem, 4rem);
}

/*-------------------------------------------------------------------------------
  7.Page, Post
-------------------------------------------------------------------------------*/
.hero {
  padding: 72px 15px;
}
@media only screen and (max-width: 520px) {
  .hero {
    padding: 36px 15px;
  }
}
.hero > div {
  max-width: 520px;
  margin: 0 auto;
}
.error404 .hero > div {
  max-width: 600px;
}
.hero .wp-block-button__link {
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 520px) {
  .hero .wp-block-button__link {
    margin-top: 15px;
  }
}
.hero .hero-image-and-intro {
  display: flex;
  gap: 28px;
  align-items: center;
}
@media only screen and (max-width: 520px) {
  .hero .hero-image-and-intro {
    gap: 15px;
  }
}
.hero .hero-image-and-intro img {
  max-width: 150px;
}
@media only screen and (max-width: 520px) {
  .hero .hero-image-and-intro img {
    max-width: 100px;
  }
}
.hero p {
  margin-top: 10px;
}
.hero h1 {
  font-size: 32px;
  margin: 0;
}
@media only screen and (max-width: 520px) {
  .hero h1 {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 400px) {
  .hero h1 {
    font-size: 20px !important;
  }
}
.search .hero h1 {
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 520px) {
  .search .hero h1 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 400px) {
  .search .hero h1 {
    font-size: 18px !important;
  }
}
.home .hero h1 {
  font-size: 28px;
  font-weight: normal;
}
.home .hero h1 span {
  opacity: 0.7;
}

.archive .hero-image-and-intro,
.search .hero-image-and-intro,
.blog .hero-image-and-intro {
  justify-content: center;
}

.big-h2 {
  font-size: clamp(2.25rem, 3.7333333333333334vw + 0.7333333333333333rem, 4rem);
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
}

.big-h2.align-left {
  text-align: left;
}

.super-happy {
  color: var(--brand-color-green);
}

#actual-article {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .spacer-100 {
    height: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .client-logo-vertical {
    display: none;
  }
}

.why-work-underline {
  background-image: url(./assets/images/why-work-underline.svg);
}

@media only screen and (max-width: 600px) {
  .client-logo-gallery {
    display: none;
  }
}

.home .codeable-certificate {
  border-radius: 16px;
  border: 3px solid #7bb8a0;
}

.portfolio-wall .wp-block-columns {
  gap: 4em;
  margin-bottom: 4em;
}

#testimonials .underline {
  padding-bottom: 10px;
}

.page-template-template-testimonials {
  background-image: url(./assets/images/white-bricks-wall-texture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-template-template-testimonials .testimonial-pattern {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 767px) {
  .to-arrow img {
    transform: rotate(90deg);
  }
}

.key-features .wp-block-columns {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.key-features .feature img {
  background-color: white;
  width: auto;
  height: 100px;
  padding: 20px;
  border-radius: var(--brand-border-radius);
  border: 1px solid #ccc;
}
.key-features .testimonial-pattern {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.pricing-guide {
  text-align: center;
}
.pricing-guide h3 {
  font-family: var(--brand-font-inter);
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 40px;
}
.pricing-guide .from-price-point {
  max-width: 240px;
  margin: 0 auto;
  padding: 15px 40px;
  border: 1px solid var(--brand-color-border-purple);
  border-radius: 16px;
  background-color: white;
}
.pricing-guide .from-price-point .final-rough-estimate {
  font-size: 48px;
  font-weight: bold;
}

.complexity-controls {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.complexity-controls input {
  display: none;
}
.complexity-controls label {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.complexity-controls input:checked + .radio-circle::before {
  opacity: 1;
}
.complexity-controls .radio-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 44px;
  position: relative;
  border: 1px solid #3FB8AF;
  margin-right: 10px;
}
.complexity-controls .radio-circle::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 22px;
  background-color: #3FB8AF;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}

#actual-article .contact-form {
  border-radius: 16px;
  max-width: 800px;
  margin: 0 auto;
}
#actual-article .contact-form input, #actual-article .contact-form textarea {
  border-radius: var(--brand-border-radius);
}
#actual-article .contact-form label {
  margin-bottom: 5px;
}

#actual-article .wpforms-submit {
  background-color: var(--brand-color-blue);
  color: white;
  font-weight: bold;
  border-radius: 44px;
  padding: 15px 40px;
}
#actual-article .wpforms-submit:hover, #actual-article .wpforms-submit:focus {
  background-color: black;
}

#actual-article .wpforms-submit-container {
  text-align: center;
  margin-top: 10px;
}

.category-cards {
  padding: 52px 15px;
}
@media only screen and (max-width: 767px) {
  .category-cards {
    padding: 36px 15px;
  }
}
.category-cards > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 44px;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .category-cards > div {
    gap: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .category-cards > div {
    grid-template-columns: 1fr 1fr;
  }
}
.category-cards a {
  width: 160px;
  height: 160px;
  padding: 20px 4px;
  padding-top: 24px;
  line-height: 1.6;
  background-color: white;
  text-align: center;
  box-sizing: border-box;
  border-radius: var(--brand-border-radius);
}
@media only screen and (max-width: 1024px) {
  .category-cards a {
    height: auto;
    width: auto;
  }
}
.category-cards a strong {
  font-size: 18px;
  font-weight: 600;
}
.category-cards a span {
  font-size: 16px;
}
.category-cards a strong, .category-cards a span {
  display: block;
}
.category-cards a img {
  width: 48px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .category-cards a img {
    width: 30px;
  }
}

.has-background .wp-block-heading {
  margin-bottom: 0;
}

.page-template-full-width #actual-article {
  padding: 44px 0;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .page-template-full-width #actual-article {
    padding: 24px 0;
  }
}
.page-template-full-width #actual-article h1 {
  font-family: "Playfair Display", serif;
  margin-top: 0;
}
.page-template-full-width #skill-hero {
  padding-bottom: 80px;
}
.page-template-full-width #skill-hero .wp-block-columns {
  gap: 100px;
}
@media only screen and (max-width: 1150px) {
  .page-template-full-width #skill-hero {
    gap: 30px;
  }
}
.page-template-full-width #skill-hero figure {
  margin-bottom: 0;
}
.page-template-full-width #skill-hero .wp-block-column:last-child img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.page-template-full-width #skill-buttons {
  margin-top: 30px !important;
}
.page-template-full-width #skill-buttons, .page-template-full-width #skill-buttons li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-full-width #skill-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1185px) {
  .page-template-full-width #skill-buttons {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.page-template-full-width #skill-buttons a {
  border: 1px solid var(--brand-color-border-grey);
  border-radius: var(--brand-border-radius);
  font-weight: 600;
  font-size: 16px;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
}
.page-template-full-width #skill-buttons img {
  width: 40px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .page-template-checklist #actual-article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-checklist .single-page-wrapper {
  background-color: var(--brand-color-background-blue);
}
@media only screen and (max-width: 767px) {
  .page-template-checklist .single-page-wrapper {
    padding-top: 15px;
  }
}
.page-template-checklist .usablewp-checklist-nav {
  background-color: var(--brand-color-white);
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-template-checklist .usablewp-checklist-nav {
    padding: 15px;
  }
}
.page-template-checklist .usablewp-checklist {
  width: 100%;
}
.page-template-checklist h1 {
  font-family: var(--brand-font-inter) !important;
  text-align: center !important;
  margin-top: 20px;
}
.page-template-checklist h1 span:first-child {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  color: #202020;
  margin-bottom: 10px;
}
.page-template-checklist h1 span:last-child {
  font-size: 48px !important;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page-template-checklist h1 span:last-child {
    font-size: 32px !important;
  }
}
.page-template-checklist .checklist-hero figure {
  margin-bottom: 20px;
}
.page-template-checklist .checklist-hero h1 {
  margin-bottom: 10px !important;
}
.page-template-checklist .checklist-hero p {
  margin-top: 0;
  max-width: 550px;
  margin: 0 auto 30px !important;
}

.post-list-with-sidebar {
  padding: 80px 15px;
}
@media only screen and (max-width: 900px) {
  .post-list-with-sidebar {
    padding: 36px 15px;
  }
}
.post-list-with-sidebar h2 {
  font-size: 28px;
  padding-bottom: 20px;
  margin-top: 0;
}
.post-list-with-sidebar .wrap {
  display: flex;
  gap: 52px;
}
@media only screen and (max-width: 900px) {
  .post-list-with-sidebar .wrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
.post-list-with-sidebar .post-list {
  width: calc(100% - 425px);
}
@media only screen and (max-width: 900px) {
  .post-list-with-sidebar .post-list {
    width: 100%;
  }
}
.post-list-with-sidebar .blog-widgets-container {
  max-width: 375px;
}
@media only screen and (max-width: 900px) {
  .post-list-with-sidebar .blog-widgets-container {
    width: 100%;
    max-width: 100%;
  }
}
.post-list-with-sidebar .post {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-list-with-sidebar .post:last-child {
  border-bottom: 0;
}
.post-list-with-sidebar .post .image-container {
  width: 202px;
}
@media only screen and (max-width: 1024px) {
  .post-list-with-sidebar .post .image-container {
    width: 150px;
  }
}
.post-list-with-sidebar .post .image-container img {
  width: 202px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .post-list-with-sidebar .post .image-container img {
    width: 150px;
  }
}
.post-list-with-sidebar .post h3, .post-list-with-sidebar .post h3 a {
  font-weight: normal;
  line-height: 1.6;
}
.post-list-with-sidebar .post h3 a {
  font-size: 18px;
  max-width: 380px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .post-list-with-sidebar .post h3 a {
    font-size: 16px;
  }
}
.search .post-list-with-sidebar .post h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.search .post-list-with-sidebar .post h3 a {
  font-size: 22px;
  font-weight: bold;
  max-width: 100%;
}
.search .post-list-with-sidebar .post p {
  font-size: 16px;
}
.search .post-list-with-sidebar .post {
  padding: 20px;
  margin-bottom: 30px;
}

.empty.post-list {
  text-align: center;
}
.empty.post-list img {
  max-width: 75%;
}

#skill-list h2 {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: normal;
}
#skill-list h3 {
  font-size: 18px;
}
#skill-list h2 + h3 {
  margin-top: 0;
}
#skill-list h3 {
  margin-top: 30px;
}
#skill-list .post-list .wp-block-group:not(:first-child) {
  margin-top: 80px;
}
#skill-list .skill .wp-block-buttons {
  margin-top: 40px;
}

#uwp-cta-box, #uwp-cta-box-small, #sb-site .promotion-cta-box {
  padding: 20px;
  border-radius: var(--brand-border-radius);
}
#uwp-cta-box h3, #uwp-cta-box-small h3, #sb-site .promotion-cta-box h3 {
  margin-top: 0;
  padding-bottom: 0;
}
#uwp-cta-box .wp-block-button, #uwp-cta-box-small .wp-block-button, #sb-site .promotion-cta-box .wp-block-button {
  width: 100%;
  margin-top: 16px;
}
#uwp-cta-box .wp-block-button a, #uwp-cta-box-small .wp-block-button a, #sb-site .promotion-cta-box .wp-block-button a {
  text-align: left;
  background-image: url(./assets/images/external-link.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding: 10px 15px;
}
@media only screen and (max-width: 600px) {
  #uwp-cta-box .wp-block-button a, #uwp-cta-box-small .wp-block-button a, #sb-site .promotion-cta-box .wp-block-button a {
    font-size: 18px !important;
  }
}

#sb-site .promotion-cta-box h2 {
  font-size: 18px;
  font-family: var(--brand-font-inter) !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#sb-site .promotion-cta-box p {
  font-size: 16px;
  margin-top: 0;
}
#sb-site .promotion-cta-box .wp-block-button {
  width: 300px;
  margin-top: 0;
}
#sb-site .promotion-cta-box .wp-block-columns, #sb-site .promotion-cta-box figure {
  margin-bottom: 0;
}
#sb-site .promotion-cta-box img {
  border-radius: var(--brand-border-radius);
}
@media only screen and (max-width: 782px) {
  #sb-site .promotion-cta-box .wp-block-button {
    width: 100%;
  }
  #sb-site .promotion-cta-box .wp-block-columns {
    gap: 20px;
  }
  #sb-site .promotion-cta-box .wp-block-column:first-child {
    order: 2;
  }
  #sb-site .promotion-cta-box .wp-block-column:last-child {
    order: 1;
  }
  #sb-site .promotion-cta-box .wp-block-column:last-child img {
    width: 80px;
  }
}

#uwp-cta-box-small {
  position: fixed;
  display: none;
  width: 350px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #uwp-cta-box-small {
    display: none !important;
  }
}
#uwp-cta-box-small .wp-block-button {
  margin-top: 0;
}
#uwp-cta-box-small img {
  border-radius: var(--brand-border-radius);
}

#actual-article {
  max-width: 885px;
  margin: 0 auto;
  padding: 24px 60px;
}
#actual-article .rank-math-breadcrumb {
  font-size: 14px;
}
#actual-article .rank-math-breadcrumb p {
  margin: 0;
}
#actual-article img {
  max-width: 100%;
  height: auto;
}
#actual-article h1 {
  margin-bottom: 30px;
  margin-top: 15px;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  text-align: left;
  line-height: 1.3;
  font-weight: normal;
}
@media only screen and (max-width: 1100px) {
  #actual-article h1 {
    font-size: 36px;
  }
}
#actual-article p, #actual-article ol, #actual-article ul {
  margin: 16px 0;
}
#actual-article .post-author {
  font-size: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
#actual-article .post-author::after, #actual-article .post-author::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  display: block;
  position: absolute;
  bottom: -2.7px;
  transform: rotate(-140deg);
}
#actual-article .post-author::after {
  right: 0;
}
#actual-article .post-author {
  display: flex;
  align-items: center;
}
#actual-article .post-author img {
  border-radius: 100%;
  display: block;
  margin-right: 15px;
  width: 38px;
  height: auto;
  box-shadow: none !important;
}

.single-post-content .actual-content {
  margin: 0 auto;
}
.single-post-content .actual-content h2, .single-post-content .actual-content h3, .single-post-content .actual-content h4 {
  font-weight: bold;
}
.single-post-content .actual-content h2 {
  font-size: 32px;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid var(--brand-color-border-grey);
}
@media only screen and (max-width: 767px) {
  .single-post-content .actual-content h2 {
    font-size: 24px;
    margin-top: 40px;
  }
}
.single-post-content .actual-content h2::first-child, .single-post-content .actual-content .table-of-contents + h2 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.single-post-content .actual-content h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .single-post-content .actual-content h3 {
    font-size: 20px;
  }
}
.single-post-content .actual-content h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .single-post-content .actual-content h4 {
    font-size: 18px;
  }
}
.single-post-content .actual-content figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post-content .actual-content .accordion-header {
  margin-top: 0;
}
.single-post-content .actual-content p, .single-post-content .actual-content li {
  line-height: 1.7;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .single-post-content .actual-content p, .single-post-content .actual-content li {
    font-size: 16px;
    line-height: 1.44;
  }
}
.single-post-content .actual-content li {
  margin-bottom: 6px;
}
.single-post-content .actual-content * a:hover {
  border-bottom: 1px solid var(--brand-color-dark-blue);
}

.related-posts {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #fafafa;
}

.archive .logo-arrow {
  display: none;
}

.pagination {
  width: 100%;
  margin-bottom: 30px;
}

.nav-links {
  padding: 15px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.nav-links .current, .nav-links a {
  border-radius: var(--brand-border-radius);
  line-height: 36px;
  padding: 0 15px;
  background-color: #fafafa;
  border: 1px solid var(--brand-color-border-grey);
}
.nav-links .current:first-child, .nav-links a:first-child {
  border-left: 1px solid #dbdbdb;
}
.nav-links .current {
  background-color: var(--brand-color-blue);
  color: white;
}
.nav-links .dots {
  padding: 0 5px;
}
.nav-links span {
  color: black;
}
.nav-links a {
  color: var(--brand-color-blue);
  background-color: transparent;
}
.nav-links a:hover, .nav-links a:focus {
  background-color: #fafafa;
}

.single-post-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1024px) {
  .single-post-wrapper {
    flex-wrap: wrap;
  }
}
.single-post-wrapper #actual-article {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .single-post-wrapper #actual-article {
    order: 2;
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 1024px) {
  .single-post-wrapper #actual-article {
    padding: 24px 15px;
  }
}
.single-post-wrapper #single-sidebar {
  background-color: #fafafa;
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .single-post-wrapper #single-sidebar {
    order: 1;
    width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-post-wrapper #single-sidebar {
    padding: 15px;
    border-top: 1px solid var(--brand-color-border-grey);
  }
}

.wp-block-code, pre {
  border-radius: var(--brand-border-radius);
}

#sb-site .next-previous-articles {
  margin: 40px 0;
}
#sb-site .next-previous-articles img {
  box-shadow: none !important;
}
#sb-site .next-previous-articles > div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--brand-color-border-grey);
}
#sb-site .next-previous-articles a {
  max-width: 380px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sb-site .next-previous-articles a {
    max-width: 100%;
  }
}
#sb-site .next-previous-articles .post-thumb img {
  max-width: max-content;
  display: block;
}
#sb-site .next-previous-articles .post-thumb, #sb-site .next-previous-articles .post-thumb img {
  width: 202px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #sb-site .next-previous-articles .post-thumb, #sb-site .next-previous-articles .post-thumb img {
    width: 150px;
    height: auto;
  }
}
#sb-site .next-previous-articles h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  #sb-site .next-previous-articles h4 {
    font-size: 20px;
  }
}

#sb-site .table-of-contents:first-child h2,
#sb-site #actual-article h2:first-child:not(.table-of-contents h2):not(.rank-math-list-item h2) {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

#single-sidebar .sidebar-auto-generated {
  padding: 0 24px;
}
#single-sidebar .sidebar-auto-generated h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}
#single-sidebar .sidebar-auto-generated ol, #single-sidebar .sidebar-auto-generated li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#single-sidebar .sidebar-auto-generated li {
  margin-bottom: 10px;
}
#single-sidebar .sidebar-auto-generated a {
  font-size: 14px;
  line-height: 1.44;
  display: block;
}
#single-sidebar .blog-widgets-container:not(:first-child) {
  margin-top: 40px;
}

.table-of-contents li {
  margin-bottom: 10px;
}

.has-background .wp-block-columns {
  margin-bottom: 0;
}

.has-background .wp-block-heading:last-child {
  margin-bottom: 0;
}

.next-previous-articles a.post-thumb {
  border-radius: var(--brand-border-radius);
}

#sb-site .reader {
  margin: 40px 0;
  padding: 20px;
  border-radius: var(--brand-border-radius);
}
#sb-site .reader > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
#sb-site .reader figure {
  width: 20%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
#sb-site .reader img {
  border-radius: var(--brand-border-radius);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
}
#sb-site .reader blockquote {
  border: 0;
  width: calc(80% - 20px);
}
#sb-site .reader p:last-child {
  margin-bottom: 0;
}

.error404 .wrap {
  justify-content: center;
}

.person-asking-question {
  border-radius: var(--brand-border-radius);
  margin: 30px 0;
  border-radius: var(--brand-border-radius);
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.person-asking-question figure {
  width: 20%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.person-asking-question img {
  border-radius: var(--brand-border-radius);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  max-width: 100%;
  width: 20%;
  height: auto;
  display: inline-block;
}
.person-asking-question blockquote {
  border: 0;
  width: calc(80% - 20px);
}
.person-asking-question p:last-child {
  margin-bottom: 0;
}

/* Minimal CSS counters for numbered lists */
.skill .modules-and-lessons li {
  margin-bottom: 5px;
}
.skill .modules-and-lessons li a {
  font-size: 16px;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.skill .modules-and-lessons li a:hover {
  border-bottom: 1px solid var(--brand-color-dark-blue);
}
.skill .modules-and-lessons li a:hover, .skill .modules-and-lessons li a:focus {
  color: var(--brand-color-dark-blue) !important;
}

.page-template-default .modules-and-lessons {
  counter-reset: main-section;
  list-style: none;
  padding-left: 0px;
}
.page-template-default .modules-and-lessons a {
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
.page-template-default .modules-and-lessons > li {
  counter-increment: main-section;
  font-weight: 500;
  margin-top: 20px;
}
.page-template-default .modules-and-lessons > li > a {
  color: black !important;
  font-size: 18px !important;
  display: inline-block;
}
.page-template-default .modules-and-lessons > li::before {
  content: "";
}
.page-template-default .modules-and-lessons .children {
  counter-reset: sub-section;
  list-style: none;
  padding-left: 5px;
  margin-top: 0 !important;
}
.page-template-default .modules-and-lessons .children li {
  counter-increment: sub-section;
  font-weight: normal;
  display: flex;
}
.page-template-default .modules-and-lessons .children li::before {
  content: counter(main-section) "." counter(sub-section) " ";
  font-family: Consolas, Lucida Console, Menlo, Monaco, monospace;
  font-size: 16px;
  padding-right: 10px;
  flex-shrink: 0;
}
.page-template-default .modules-and-lessons .children li:first-child {
  margin-top: 10px !important;
}

input[type=submit] {
  display: block;
  padding: 12px 15px;
  background-color: var(--brand-color-dark-blue);
  color: white;
  appearance: none;
  width: 200px;
  border: 0;
  font-weight: bold;
}
input[type=submit]:hover {
  outline: 2px dashed var(--brand-color-dark-blue);
}

/*-------------------------------------------------------------------------------
  8.Page
-------------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  #mobile-menu {
    display: none;
  }
}

#site-footer {
  border-top: 1px solid var(--brand-color-border-grey);
}
#site-footer h4 {
  margin-top: 0;
}
#site-footer a {
  font-size: 16px;
}
#site-footer li {
  margin-bottom: 4px;
}
#site-footer .about {
  font-size: 21px;
}
#site-footer .about p {
  margin-top: 0;
}
#site-footer .about a {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  #site-footer .about {
    max-width: 308px;
  }
}
@media only screen and (max-width: 600px) {
  #site-footer .about {
    font-size: 18px;
  }
}
#site-footer .footer-columns {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 980px) {
  #site-footer .footer-columns {
    grid-template-columns: 2fr 2fr;
  }
}
@media only screen and (max-width: 600px) {
  #site-footer .footer-columns {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
#site-footer .footer-bar {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #site-footer .footer-bar {
    padding: 10px;
  }
}
#site-footer .footer-bar .copyright {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  #site-footer .footer-bar .copyright {
    font-size: 14px;
  }
}
@media only screen and (min-width: 492px) {
  #site-footer .footer-bar .copyright br {
    display: none;
  }
}
#site-footer .footer-bar img {
  max-width: 40px;
  border-radius: 40px;
  border: 1px solid var(--brand-color-border-grey);
}
@media only screen and (max-width: 1079px) {
  #site-footer .footer-bar p:last-child {
    display: none;
  }
}

/*-------------------------------------------------------------------------------
  8.Patterns
-------------------------------------------------------------------------------*/
.testimonial-pattern {
  border-radius: 16px;
  padding: 30px;
}
.testimonial-pattern blockquote {
  padding-left: 0;
  border: 0;
  margin-bottom: 20px;
}
.testimonial-pattern blockquote p {
  letter-spacing: 0;
  font-size: clamp(1rem, 0.6666666666666666vw + 0.7291666666666666rem, 1.4rem);
}
.testimonial-pattern p,
.testimonial-pattern figure {
  margin: 0;
}
.testimonial-pattern .testimonial-cite img {
  max-width: 90px;
  display: block;
  margin-top: 6px;
}
.testimonial-pattern .testimonial-cite p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .testimonial-pattern .testimonial-cite p {
    font-size: 16px;
  }
}
.testimonial-pattern .testimonial-author img {
  max-width: 70px;
  border-radius: 70px;
}
.testimonial-pattern .testimonial-cite-group {
  gap: 16px;
}

.testimonial-wall .testimonial-pattern {
  margin-bottom: 2em;
}
.testimonial-wall .testimonial-pattern:last-child {
  margin-bottom: 0;
}

.testimonial-pattern.big-image {
  position: relative;
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .testimonial-pattern.big-image {
    margin-top: 50px;
  }
}
.testimonial-pattern.big-image .big-special-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .testimonial-pattern.big-image .big-special-image {
    display: none;
  }
}
.testimonial-pattern.big-image blockquote p {
  max-width: 75%;
}
@media only screen and (max-width: 1024px) {
  .testimonial-pattern.big-image blockquote p {
    max-width: 100%;
  }
}

#sb-site .portfolio-item h3 {
  margin: 20px 0 10px;
}
#sb-site .portfolio-item h3 a {
  font-family: var(--brand-font-inter);
  font-weight: 600;
  font-size: clamp(1.125rem, 0.8vw + 0.8rem, 1.4rem);
}
#sb-site .portfolio-item h3 a::after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(./assets/images/external-link.svg);
  background-repeat: no-repeat;
  margin-left: 8px;
  position: relative;
  top: 3px;
  background-size: contain;
}
#sb-site .portfolio-item p {
  font-size: clamp(1rem, 0.5333333333333333vw + 0.7833333333333333rem, 1.25rem);
  margin: 0;
}
#sb-site .portfolio-item img {
  border-radius: 16px;
  border: 3px solid #d0d0d0;
}

.list-group {
  background-color: white;
  padding: 40px;
  border: 2px solid #ececec;
  border-radius: 16px;
}
.list-group.orange {
  border-color: var(--brand-color-border-orange);
}
.list-group.orange h2 {
  color: var(--brand-color-orange);
}
.list-group.orange .list-group-item {
  background-image: url(assets/images/check-circle-orange.svg);
}
.list-group.purple {
  border-color: var(--brand-color-border-purple);
}
.list-group.purple h2 {
  color: var(--brand-color-purple);
}
.list-group.purple .list-group-item {
  background-image: url(assets/images/check-circle-purple.svg);
}
.list-group.green {
  border-color: var(--brand-color-border-green);
}
.list-group.green h2 {
  color: var(--brand-color-green);
}
.list-group.green .list-group-item {
  background-image: url(assets/images/check-circle-green.svg);
}
@media only screen and (max-width: 767px) {
  .list-group {
    padding: 32px 16px;
  }
}
.list-group h2,
.list-group h3 {
  font-family: var(--brand-font-inter);
  font-weight: bold;
}
.list-group h3,
.list-group p {
  font-size: 16px;
}
.list-group .list-group-header {
  border-bottom: 1px solid #ececec;
  padding-bottom: 44px;
  margin-bottom: 44px;
}
.list-group .list-group-header img {
  max-width: 150px;
  background-color: #f6f6f6;
  padding: 40px;
  border-radius: 40px;
  display: block;
}
.list-group .list-group-header h2 {
  font-size: clamp(1.125rem, 0.8vw + 0.8rem, 1.5rem) !important;
  margin-top: 24px;
  margin-bottom: 24px;
}
.list-group .list-group-header p {
  font-size: 16px;
  margin-bottom: 0;
}
.list-group .list-group-item {
  margin-bottom: 44px;
  gap: 20px;
  align-items: flex-start;
  padding-left: 36px;
  background-image: url(assets/images/check-circle-black.svg);
  background-repeat: no-repeat;
  background-position: top 3px left;
  background-size: 18px;
}
.list-group .list-group-item:last-child {
  margin-bottom: 0;
}
.list-group .list-group-item h3 {
  margin-top: 0;
}
.list-group .list-group-item figure img {
  margin-top: 3px;
  min-width: 16px;
  max-width: 16px;
  display: block;
}
.list-group .list-group-item .wp-block-button__link {
  font-size: 16px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--brand-color-black);
  background-color: #ececec;
  padding-left: 20px;
  padding-right: 20px;
}
.list-group .list-group-item .wp-block-button__link:hover, .list-group .list-group-item .wp-block-button__link:focus {
  background-color: var(--brand-color-black);
  color: white;
}

#sb-site .list-group-container {
  max-width: 1150px;
  margin: 0 auto;
  gap: 64px;
}

.accordion {
  background: var(--brand-color-background-desaturated-yellow);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin-bottom: 30px;
}

.accordion p {
  line-height: 1.44;
  margin-top: 0;
}

.accordion p:last-child {
  margin-bottom: 0;
}

.accordion-header {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--brand-font-inter);
  font-size: clamp(1.125rem, 0.8vw + 0.8rem, 1.5rem) !important;
}

.accordion-header button {
  background-color: transparent;
  border: 0;
  padding: 20px 60px 20px 30px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  font-weight: bold;
  display: block;
  font-size: 18px;
}

.accordion-header button::after {
  content: "";
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.accordion-content {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  padding: 0 30px 30px;
}

.accordion.is-open {
  background-color: #fafafa;
}

.accordion.is-open .accordion-content {
  visibility: visible;
  position: static;
}

.accordion.is-open .accordion-header button::after {
  transform: translateY(-50%) rotate(-135deg);
}

.accordion-content a {
  border-bottom: 1px solid #ccc;
}

.how-it-works .step {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 90px;
}
@media only screen and (max-width: 767px) {
  .how-it-works .step {
    gap: 30px;
  }
}
.how-it-works .step .wp-block-image {
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-it-works .step .has-background {
  border-radius: 16px;
  align-self: auto;
}
.how-it-works .step-label {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 40px;
  display: inline-block;
}
.how-it-works .step.orange .step-label {
  background-color: var(--brand-color-orange);
}
.how-it-works .step.orange .checkmark-list li {
  background-image: url(./assets/images/check-circle-orange.svg);
}
.how-it-works .step.purple .step-label {
  background-color: var(--brand-color-purple);
}
.how-it-works .step.purple .checkmark-list li {
  background-image: url(./assets/images/check-circle-purple.svg);
}
.how-it-works .step.green .step-label {
  background-color: var(--brand-color-green);
}
.how-it-works .step.green .checkmark-list li {
  background-image: url(./assets/images/check-circle-green.svg);
}
.how-it-works .step.blue .step-label {
  background-color: var(--brand-color-blue);
}
.how-it-works .step.blue .checkmark-list li {
  background-image: url(./assets/images/check-circle-blue.svg);
}
.how-it-works .step.pink .step-label {
  background-color: var(--brand-color-pink);
}
.how-it-works .step.pink .checkmark-list li {
  background-image: url(./assets/images/check-circle-pink.svg);
}
.how-it-works h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.how-it-works h4 {
  font-family: var(--brand-font-inter);
  font-size: clamp(1.125rem, 0.8vw + 0.8rem, 1.5rem) !important;
  margin-bottom: 15px;
}
.how-it-works .accordion {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

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

.checkmark-list li {
  padding-left: 28px;
  background-image: url(./assets/images/check-circle-black.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  margin-bottom: 10px;
}

body .callout-card {
  padding: 20px 24px;
  gap: 20px;
}
body .callout-card .callout-icon {
  font-size: 30px;
  width: 20px;
}
body .callout-card img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}

/*-------------------------------------------------------------------------------
  8.Plugins and Services
-------------------------------------------------------------------------------*/
.kg-callout-card-container {
  position: relative;
  min-height: 4rem;
  min-width: 100%;
  margin: 0;
  padding: 0;
}

.kg-callout-card {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f1f3f4;
  border-radius: var(--brand-border-radius);
  margin: 30px 0;
}
.kg-callout-card p:last-child {
  margin-bottom: 0;
}

.kg-callout-card-grey {
  background: rgba(124, 139, 154, 0.13);
}

.kg-callout-card-white {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(124, 139, 154, 0.25);
}

.kg-callout-card-blue {
  background: rgba(33, 172, 232, 0.12);
}

.kg-callout-card-green {
  background: rgba(52, 183, 67, 0.12);
}

.kg-callout-card-yellow {
  background: rgba(240, 165, 15, 0.13);
}

.kg-callout-card-red {
  background: rgba(209, 46, 46, 0.11);
}

.kg-callout-card-pink {
  background: rgba(225, 71, 174, 0.11);
}

.kg-callout-card-purple {
  background: rgba(135, 85, 236, 0.12);
}

.kg-callout-card-accent {
  background: var(--adjusted-accent-color);
}

.kg-callout-card-accent a, .kg-callout-card-accent p {
  color: #fff !important;
}

.kg-callout-emoji {
  margin-right: 8px;
  margin-left: -8px;
  padding: 0 8px;
  font-size: 40px;
  line-height: 1.6;
  cursor: pointer;
  border-radius: 3px;
}

.kg-bookmark-card, .kg-bookmark-card * {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.kg-bookmark-card {
  transition: all 0.3s ease-in;
  margin: var(--large-spacing) 0;
  border-radius: var(--default-radius);
}

.kg-bookmark-card:hover {
  box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.02);
  transform: translateY(-2px);
}

.kg-bookmark-author, .kg-bookmark-card {
  position: relative;
  width: 100%;
}

.kg-bookmark-card a.kg-bookmark-container, .kg-bookmark-card a.kg-bookmark-container:hover {
  display: flex;
  text-decoration: none;
  border-radius: var(--default-radius);
  border: 1px solid rgba(124, 139, 154, 0.25) !important;
  overflow: hidden;
  color: inherit;
}

.kg-bookmark-metadata img {
  border: 0 !important;
}
.kg-bookmark-metadata .kg-bookmark-author {
  padding-left: var(--small-spacing);
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  overflow: hidden;
}

.kg-bookmark-card p {
  display: none;
}

.kg-bookmark-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.kg-bookmark-description {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 3px;
  font-weight: 400;
  max-height: 44px;
  overflow-y: hidden;
  opacity: 0.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  margin-top: 22px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.kg-bookmark-metadata > :not(img) {
  opacity: 0.7;
}

.kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.kg-bookmark-publisher {
  display: inline;
}

.kg-bookmark-author {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  line-height: 1.65em;
}

.kg-bookmark-metadata img {
  margin: 0 !important;
}

.kg-bookmark-metadata > span:nth-of-type(2) {
  font-weight: 400;
}

.kg-bookmark-metadata > span:nth-of-type(2):before {
  content: "•";
  margin: 0 6px;
}

.kg-bookmark-metadata > span:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}

.kg-bookmark-thumbnail {
  position: relative;
  flex-grow: 1;
  min-width: 33%;
}

.kg-bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 2px 2px 0;
  border: 0 !important;
}

.kg-bookmark-thumbnail img {
  margin: 0 !important;
}

.kg-file-card, .kg-file-card * {
  box-sizing: border-box;
}

.kg-file-card {
  display: flex;
}

.kg-file-card a.kg-file-card-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: inherit;
  padding: 6px;
  min-height: 92px;
  border-radius: var(--default-radius);
  transition: all ease-in-out 0.35s;
  text-decoration: none;
  width: 100%;
}

.kg-file-card-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 4px 8px;
  width: 100%;
}

.kg-file-card-title {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.3em;
}

.kg-file-card-caption {
  font-size: 0.95em;
  line-height: 1.3em;
  opacity: 0.6;
}

.kg-file-card-title + .kg-file-card-caption {
  margin-top: -3px;
}

.kg-file-card-metadata {
  display: inline;
  font-size: 0.825em;
  line-height: 1.3em;
  margin-top: 2px;
}

.kg-file-card-filename {
  display: inline;
  font-weight: 500;
}

.kg-file-card-filesize {
  display: inline-block;
  font-size: 0.925em;
  opacity: 0.6;
}

.kg-file-card-filesize:before {
  display: inline-block;
  content: "â€¢";
  margin-right: 4px;
}

.kg-file-card-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 100%;
}

.kg-file-card-icon:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: currentColor;
  opacity: 0.06;
  transition: opacity ease-in-out 0.35s;
  border-radius: 2px;
}

.kg-file-card a.kg-file-card-container:hover .kg-file-card-icon:before {
  opacity: 0.08;
}

.kg-file-card-icon svg {
  width: 24px;
  height: 24px;
}

.kg-file-card-medium a.kg-file-card-container {
  min-height: 72px;
}

.kg-file-card-medium .kg-file-card-caption {
  opacity: 1;
  font-weight: 500;
}

.kg-file-card-small a.kg-file-card-container {
  align-items: center;
  min-height: 52px;
}

.kg-file-card-small .kg-file-card-metadata {
  font-size: 1em;
  margin-top: 0;
}

.kg-file-card-small .kg-file-card-icon svg {
  width: 20px;
  height: 20px;
}

.kg-file-card + .kg-file-card {
  margin-top: 1em;
}

.kg-video-player-container {
  display: none;
}

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