/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-form-popup {
  position: fixed;
  background: #ffffff;
  padding: 2.5rem;
  border-radius: var(--cs-layout-elements-border-radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  max-width: 560px;
  max-height: 600px;
  width: 100%;
  left: 50%;
  top: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: 0.25s;
}
.cs-form-popup:has(.wpcf7-response-output) {
  max-height: 700px;
}
@media (max-width: 575.98px) {
  .cs-form-popup {
    padding: 1.5rem;
    width: calc(100% - 1.5rem);
  }
}
.cs-form-popup.active {
  display: block;
}
.cs-form-popup.active ~ .cs-form-popup__overlay {
  display: flex;
}
.cs-form-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: 0.75rem;
  color: var(--cs-color-primary);
  cursor: pointer;
  z-index: 9;
}
.cs-form-popup__close:hover {
  background: none;
  color: var(--cs-color-accent);
}
.cs-form-popup__heading {
  color: var(--cs-color-primary);
  text-align: left;
  margin-bottom: 0;
}
.cs-form-popup__desc {
  margin-top: 0.5rem;
  color: var(--cs-color-secondary);
  line-height: 1.4;
  text-align: left;
}
.cs-form-popup__form {
  margin-top: 2.5rem;
}
.cs-form-popup__form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.cs-form-popup__form .hidden-fields-container {
  display: none;
}
.cs-form-popup__form label {
  margin-bottom: 0;
}
.cs-form-popup__form label:nth-of-type(3) {
  width: 100%;
  grid-column: span 2;
}
@media (max-width: 575.98px) {
  .cs-form-popup__form label {
    width: 100%;
    grid-column: span 2;
  }
}
.cs-form-popup__form [type=submit] {
  width: max-content;
  grid-column: span 1;
  margin-top: 1.5rem;
  font-size: 1.125em;
  padding: 0.75rem 1.5rem;
}
.cs-form-popup__form .wpcf7-response-output {
  width: 100%;
  grid-column: span 2;
}
.cs-form-popup__form .wpcf7-not-valid-tip {
  margin-top: 0.125rem;
}

.cs-form-popup__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.popup-active-sidebar {
  overflow: hidden;
}
.popup-active-sidebar .cs-sidebar__inner {
  z-index: 99999;
}

.popup-active-offcanvas {
  overflow: hidden;
}

.popup-active {
  overflow: hidden;
}
.popup-active .cs-home-about {
  z-index: 99999;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
# Utilities
# Layout
# Elements
# Widgets
# Media
# Vendors

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CSS Variables
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
:root {
  --cs-header-initial-height: 64px;
  --cs-header-height: 64px;
  --cs-entry-content-full: 1200px;
  --cs-entry-content-width: 794px;
  --cs-entry-content-large-width: 794px;
  --cs-entry-content-medium-width: 636px;
  --cs-layout-elements-border-radius: 8px;
  --cs-thumbnail-border-radius: 8px;
  --cs-post-hover-border-radius: 12px;
  --cs-tag-border-radius: 200px;
  --cs-input-border-radius: 200px;
  --cs-textarea-border-radius: 8px;
  --cs-button-border-radius: 200px;
  --cs-avatar-border-radius: 16px;
  --cs-adminmbar-offset: 0px;
}
@media (max-width: 575.98px) {
  :root {
    --cs-offcanvas-width: 100%;
  }
}
@media (min-width: 576px) {
  :root {
    --cs-offcanvas-width: 340px;
  }
}
:root {
  --cs-underline-bg-position: right 98%;
}

.admin-bar {
  --cs-adminmbar-offset: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar {
    --cs-adminmbar-offset: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar {
    --cs-adminmbar-offset: 0px;
  }
}

:root,
body[data-scheme=light] {
  --cs-header-background: var(--cs-light-header-background, #FFFFFF);
  --cs-header-submenu-background: var(--cs-light-header-submenu-background, #FFFFFF);
  --cs-footer-background: var(--cs-light-footer-background, #FFFFFF);
  --cs-offcanvas-background: var(--cs-light-offcanvas-background, #FFFFFF);
}

@media (prefers-color-scheme: dark) {
  :root body[data-scheme=auto] {
    --cs-header-background: var(--cs-dark-header-background, #232323);
    --cs-header-submenu-background: var(--cs-dark-header-submenu-background, #232323);
    --cs-footer-background: var(--cs-dark-footer-background, #161616);
    --cs-offcanvas-background: var(--cs-dark-offcanvas-background, #232323);
  }
}
body[data-scheme=dark] {
  --cs-header-background: var(--cs-dark-header-background, #232323);
  --cs-header-submenu-background: var(--cs-dark-header-submenu-background, #232323);
  --cs-footer-background: var(--cs-dark-footer-background, #161616);
  --cs-offcanvas-background: var(--cs-dark-offcanvas-background, #232323);
}

:root,
[data-scheme=light] {
  --cs-site-background: var(--cs-light-site-background, #F1F5F9);
  --cs-layout-background: var(--cs-light-layout-background, #FFFFFF);
  --cs-color-primary: var(--cs-light-primary-color, #0A2540);
  --cs-color-primary-contrast: #FFFFFF;
  --cs-color-secondary: var(--cs-light-secondary-color, #435366);
  --cs-color-secondary-contrast: #FFFFFF;
  --cs-color-accent: var(--cs-light-accent-color, #635BFF);
  --cs-color-accent-secondary: var(--cs-light-accent-secondary-color, #13B16F);
  --cs-color-border: var(--cs-light-border-color, #C8D7F5);
  --cs-color-input: var(--cs-light-input-background);
  --cs-color-input-contrast: var(--cs-light-input-color);
  --cs-color-button: var(--cs-light-button-background, #0A2540);
  --cs-color-button-contrast: var(--cs-light-button-color, #FFFFFF);
  --cs-color-button-hover: var(--cs-light-button-hover-background, #635BFF);
  --cs-color-button-hover-contrast: var(--cs-light-button-hover-color, #FFFFFF);
  --cs-color-tag: var(--cs-light-tag-color, #F1F1FF);
  --cs-color-overlay-background: var(--cs-light-overlay-background-rgb, #010101);
  --cs-color-contrast-50: #e9e9e9;
  --cs-color-contrast-100: #e9e9e9;
  --cs-color-contrast-200: #d2d2d2;
  --cs-color-contrast-300: #bbbbbb;
  --cs-color-contrast-400: #a4a4a4;
  --cs-color-contrast-500: #808080;
  --cs-color-contrast-600: #6c6c6c;
  --cs-color-contrast-700: #494949;
  --cs-color-contrast-800: #343434;
  --cs-color-contrast-900: #232323;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=light] {
    --cs-site-background: var(--cs-light-site-background, #F1F5F9);
    --cs-layout-background: var(--cs-light-layout-background, #FFFFFF);
    --cs-color-primary: var(--cs-light-primary-color, #0A2540);
    --cs-color-primary-contrast: #FFFFFF;
    --cs-color-secondary: var(--cs-light-secondary-color, #435366);
    --cs-color-secondary-contrast: #FFFFFF;
    --cs-color-accent: var(--cs-light-accent-color, #635BFF);
    --cs-color-accent-secondary: var(--cs-light-accent-secondary-color, #13B16F);
    --cs-color-border: var(--cs-light-border-color, #C8D7F5);
    --cs-color-input: var(--cs-light-input-background);
    --cs-color-input-contrast: var(--cs-light-input-color);
    --cs-color-button: var(--cs-light-button-background, #0A2540);
    --cs-color-button-contrast: var(--cs-light-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-light-button-hover-background, #635BFF);
    --cs-color-button-hover-contrast: var(--cs-light-button-hover-color, #FFFFFF);
    --cs-color-tag: var(--cs-light-tag-color, #F1F1FF);
    --cs-color-overlay-background: var(--cs-light-overlay-background-rgb, #010101);
    --cs-color-contrast-50: #e9e9e9;
    --cs-color-contrast-100: #e9e9e9;
    --cs-color-contrast-200: #d2d2d2;
    --cs-color-contrast-300: #bbbbbb;
    --cs-color-contrast-400: #a4a4a4;
    --cs-color-contrast-500: #808080;
    --cs-color-contrast-600: #6c6c6c;
    --cs-color-contrast-700: #494949;
    --cs-color-contrast-800: #343434;
    --cs-color-contrast-900: #232323;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=light] {
    --cs-site-background: var(--cs-light-site-background, #F1F5F9);
    --cs-layout-background: var(--cs-light-layout-background, #FFFFFF);
    --cs-color-primary: var(--cs-light-primary-color, #0A2540);
    --cs-color-primary-contrast: #FFFFFF;
    --cs-color-secondary: var(--cs-light-secondary-color, #435366);
    --cs-color-secondary-contrast: #FFFFFF;
    --cs-color-accent: var(--cs-light-accent-color, #635BFF);
    --cs-color-accent-secondary: var(--cs-light-accent-secondary-color, #13B16F);
    --cs-color-border: var(--cs-light-border-color, #C8D7F5);
    --cs-color-input: var(--cs-light-input-background);
    --cs-color-input-contrast: var(--cs-light-input-color);
    --cs-color-button: var(--cs-light-button-background, #0A2540);
    --cs-color-button-contrast: var(--cs-light-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-light-button-hover-background, #635BFF);
    --cs-color-button-hover-contrast: var(--cs-light-button-hover-color, #FFFFFF);
    --cs-color-tag: var(--cs-light-tag-color, #F1F1FF);
    --cs-color-overlay-background: var(--cs-light-overlay-background-rgb, #010101);
    --cs-color-contrast-50: #e9e9e9;
    --cs-color-contrast-100: #e9e9e9;
    --cs-color-contrast-200: #d2d2d2;
    --cs-color-contrast-300: #bbbbbb;
    --cs-color-contrast-400: #a4a4a4;
    --cs-color-contrast-500: #808080;
    --cs-color-contrast-600: #6c6c6c;
    --cs-color-contrast-700: #494949;
    --cs-color-contrast-800: #343434;
    --cs-color-contrast-900: #232323;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] {
    --cs-site-background: var(--cs-dark-site-background, #161616);
    --cs-layout-background: var(--cs-dark-layout-background, #232323);
    --cs-color-primary: var(--cs-dark-primary-color, #FFFFFF);
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: var(--cs-dark-secondary-color, #CDCDCD);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: var(--cs-dark-accent-color, #ffffff);
    --cs-color-accent-secondary: var(--cs-dark-accent-secondary-color, #13B16F);
    --cs-color-border: var(--cs-dark-border-color, #343434);
    --cs-color-input: var(--cs-dark-input-background);
    --cs-color-input-contrast: var(--cs-dark-input-color);
    --cs-color-button: var(--cs-dark-button-background, #3e3e3e);
    --cs-color-button-contrast: var(--cs-dark-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-dark-button-hover-background, #343434);
    --cs-color-button-hover-contrast:var(--cs-dark-button-hover-color, #FFFFFF);
    --cs-color-tag: var(--cs-dark-tag-color, #494949);
    --cs-color-overlay-background: var(--cs-dark-overlay-background-rgb, #010101);
    --cs-color-contrast-50: #000000;
    --cs-color-contrast-100: #333333;
    --cs-color-contrast-200: #494949;
    --cs-color-contrast-300: #606060;
    --cs-color-contrast-400: #777777;
    --cs-color-contrast-500: #8e8e8e;
    --cs-color-contrast-600: #a4a4a4;
    --cs-color-contrast-700: #bbbbbb;
    --cs-color-contrast-800: #d2d2d2;
    --cs-color-contrast-900: #e9e9e9;
  }
}
[data-scheme=dark] {
  --cs-site-background: var(--cs-dark-site-background, #161616);
  --cs-layout-background: var(--cs-dark-layout-background, #232323);
  --cs-color-primary: var(--cs-dark-primary-color, #FFFFFF);
  --cs-color-primary-contrast: #000000;
  --cs-color-secondary: var(--cs-dark-secondary-color, #CDCDCD);
  --cs-color-secondary-contrast: #000000;
  --cs-color-accent: var(--cs-dark-accent-color, #ffffff);
  --cs-color-accent-secondary: var(--cs-dark-accent-secondary-color, #13B16F);
  --cs-color-border: var(--cs-dark-border-color, #343434);
  --cs-color-input: var(--cs-dark-input-background);
  --cs-color-input-contrast: var(--cs-dark-input-color);
  --cs-color-button: var(--cs-dark-button-background, #3e3e3e);
  --cs-color-button-contrast: var(--cs-dark-button-color, #FFFFFF);
  --cs-color-button-hover: var(--cs-dark-button-hover-background, #343434);
  --cs-color-button-hover-contrast:var(--cs-dark-button-hover-color, #FFFFFF);
  --cs-color-tag: var(--cs-dark-tag-color, #494949);
  --cs-color-overlay-background: var(--cs-dark-overlay-background-rgb, #010101);
  --cs-color-contrast-50: #000000;
  --cs-color-contrast-100: #333333;
  --cs-color-contrast-200: #494949;
  --cs-color-contrast-300: #606060;
  --cs-color-contrast-400: #777777;
  --cs-color-contrast-500: #8e8e8e;
  --cs-color-contrast-600: #a4a4a4;
  --cs-color-contrast-700: #bbbbbb;
  --cs-color-contrast-800: #d2d2d2;
  --cs-color-contrast-900: #e9e9e9;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] {
    --cs-site-background: var(--cs-dark-site-background, #161616);
    --cs-layout-background: var(--cs-dark-layout-background, #232323);
    --cs-color-primary: var(--cs-dark-primary-color, #FFFFFF);
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: var(--cs-dark-secondary-color, #CDCDCD);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: var(--cs-dark-accent-color, #ffffff);
    --cs-color-accent-secondary: var(--cs-dark-accent-secondary-color, #13B16F);
    --cs-color-border: var(--cs-dark-border-color, #343434);
    --cs-color-input: var(--cs-dark-input-background);
    --cs-color-input-contrast: var(--cs-dark-input-color);
    --cs-color-button: var(--cs-dark-button-background, #3e3e3e);
    --cs-color-button-contrast: var(--cs-dark-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-dark-button-hover-background, #343434);
    --cs-color-button-hover-contrast:var(--cs-dark-button-hover-color, #FFFFFF);
    --cs-color-tag: var(--cs-dark-tag-color, #494949);
    --cs-color-overlay-background: var(--cs-dark-overlay-background-rgb, #010101);
    --cs-color-contrast-50: #000000;
    --cs-color-contrast-100: #333333;
    --cs-color-contrast-200: #494949;
    --cs-color-contrast-300: #606060;
    --cs-color-contrast-400: #777777;
    --cs-color-contrast-500: #8e8e8e;
    --cs-color-contrast-600: #a4a4a4;
    --cs-color-contrast-700: #bbbbbb;
    --cs-color-contrast-800: #d2d2d2;
    --cs-color-contrast-900: #e9e9e9;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] {
    --cs-site-background: var(--cs-dark-site-background, #161616);
    --cs-layout-background: var(--cs-dark-layout-background, #232323);
    --cs-color-primary: var(--cs-dark-primary-color, #FFFFFF);
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: var(--cs-dark-secondary-color, #CDCDCD);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: var(--cs-dark-accent-color, #ffffff);
    --cs-color-accent-secondary: var(--cs-dark-accent-secondary-color, #13B16F);
    --cs-color-border: var(--cs-dark-border-color, #343434);
    --cs-color-input: var(--cs-dark-input-background);
    --cs-color-input-contrast: var(--cs-dark-input-color);
    --cs-color-button: var(--cs-dark-button-background, #3e3e3e);
    --cs-color-button-contrast: var(--cs-dark-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-dark-button-hover-background, #343434);
    --cs-color-button-hover-contrast:var(--cs-dark-button-hover-color, #FFFFFF);
    --cs-color-tag: var(--cs-dark-tag-color, #494949);
    --cs-color-overlay-background: var(--cs-dark-overlay-background-rgb, #010101);
    --cs-color-contrast-50: #000000;
    --cs-color-contrast-100: #333333;
    --cs-color-contrast-200: #494949;
    --cs-color-contrast-300: #606060;
    --cs-color-contrast-400: #777777;
    --cs-color-contrast-500: #8e8e8e;
    --cs-color-contrast-600: #a4a4a4;
    --cs-color-contrast-700: #bbbbbb;
    --cs-color-contrast-800: #d2d2d2;
    --cs-color-contrast-900: #e9e9e9;
  }
}
[data-scheme=inverse] {
  --cs-color-primary: #FFFFFF;
  --cs-color-primary-contrast: #000000;
  --cs-color-secondary: rgba(255, 255, 255, 0.8);
  --cs-color-secondary-contrast: #000000;
  --cs-color-accent: #d2d2d2;
  --cs-color-border: rgba(255, 255, 255, 0.3);
  --cs-color-contrast-50: rgba(255, 255, 255, 0.1);
  --cs-color-contrast-100: rgba(255, 255, 255, 0.1);
  --cs-color-contrast-200: rgba(255, 255, 255, 0.2);
  --cs-color-contrast-300: rgba(255, 255, 255, 0.3);
  --cs-color-contrast-400: rgba(255, 255, 255, 0.4);
  --cs-color-contrast-500: rgba(255, 255, 255, 0.5);
  --cs-color-contrast-600: rgba(255, 255, 255, 0.6);
  --cs-color-contrast-700: rgba(255, 255, 255, 0.7);
  --cs-color-contrast-800: rgba(255, 255, 255, 0.8);
  --cs-color-contrast-900: rgba(255, 255, 255, 0.9);
  --cs-layout-background: var(--cs-color-contrast-100);
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] {
    --cs-color-primary: #FFFFFF;
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: rgba(255, 255, 255, 0.8);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: #d2d2d2;
    --cs-color-border: rgba(255, 255, 255, 0.3);
    --cs-color-contrast-50: rgba(255, 255, 255, 0.1);
    --cs-color-contrast-100: rgba(255, 255, 255, 0.1);
    --cs-color-contrast-200: rgba(255, 255, 255, 0.2);
    --cs-color-contrast-300: rgba(255, 255, 255, 0.3);
    --cs-color-contrast-400: rgba(255, 255, 255, 0.4);
    --cs-color-contrast-500: rgba(255, 255, 255, 0.5);
    --cs-color-contrast-600: rgba(255, 255, 255, 0.6);
    --cs-color-contrast-700: rgba(255, 255, 255, 0.7);
    --cs-color-contrast-800: rgba(255, 255, 255, 0.8);
    --cs-color-contrast-900: rgba(255, 255, 255, 0.9);
    --cs-layout-background: var(--cs-color-contrast-100);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] {
    --cs-color-primary: #FFFFFF;
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: rgba(255, 255, 255, 0.8);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: #d2d2d2;
    --cs-color-border: rgba(255, 255, 255, 0.3);
    --cs-color-contrast-50: rgba(255, 255, 255, 0.1);
    --cs-color-contrast-100: rgba(255, 255, 255, 0.1);
    --cs-color-contrast-200: rgba(255, 255, 255, 0.2);
    --cs-color-contrast-300: rgba(255, 255, 255, 0.3);
    --cs-color-contrast-400: rgba(255, 255, 255, 0.4);
    --cs-color-contrast-500: rgba(255, 255, 255, 0.5);
    --cs-color-contrast-600: rgba(255, 255, 255, 0.6);
    --cs-color-contrast-700: rgba(255, 255, 255, 0.7);
    --cs-color-contrast-800: rgba(255, 255, 255, 0.8);
    --cs-color-contrast-900: rgba(255, 255, 255, 0.9);
    --cs-layout-background: var(--cs-color-contrast-100);
  }
}
[data-scheme] {
  color: var(--cs-color-primary);
}

.cs-scheme-toggled[data-scheme] *,
.cs-scheme-toggled[data-scheme] *::after,
.cs-scheme-toggled[data-scheme] *::before {
  transition: none !important;
}

/*--------------------------------------------------------------
# Palette
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
:root,
[data-scheme=light] {
  --cs-palette-color-blue: #59BACC;
  --cs-palette-color-green: #58AD69;
  --cs-palette-color-orange: #FFBC49;
  --cs-palette-color-red: #e32c26;
  --cs-palette-color-black: #000000;
  --cs-palette-color-white: #FFFFFF;
  --cs-palette-color-primary: #161616;
  --cs-palette-color-secondary: #585858;
  --cs-palette-color-layout: #f6f6f6;
  --cs-palette-color-border: #D9D9D9;
  --cs-palette-color-divider: #161616;
  --cs-palette-color-gray-50: #e9e9e9;
  --cs-palette-color-gray-100: #e9e9e9;
  --cs-palette-color-gray-200: #d2d2d2;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=light] {
    --cs-palette-color-blue: #59BACC;
    --cs-palette-color-green: #58AD69;
    --cs-palette-color-orange: #FFBC49;
    --cs-palette-color-red: #e32c26;
    --cs-palette-color-black: #000000;
    --cs-palette-color-white: #FFFFFF;
    --cs-palette-color-primary: #161616;
    --cs-palette-color-secondary: #585858;
    --cs-palette-color-layout: #f6f6f6;
    --cs-palette-color-border: #D9D9D9;
    --cs-palette-color-divider: #161616;
    --cs-palette-color-gray-50: #e9e9e9;
    --cs-palette-color-gray-100: #e9e9e9;
    --cs-palette-color-gray-200: #d2d2d2;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=light] {
    --cs-palette-color-blue: #59BACC;
    --cs-palette-color-green: #58AD69;
    --cs-palette-color-orange: #FFBC49;
    --cs-palette-color-red: #e32c26;
    --cs-palette-color-black: #000000;
    --cs-palette-color-white: #FFFFFF;
    --cs-palette-color-primary: #161616;
    --cs-palette-color-secondary: #585858;
    --cs-palette-color-layout: #f6f6f6;
    --cs-palette-color-border: #D9D9D9;
    --cs-palette-color-divider: #161616;
    --cs-palette-color-gray-50: #e9e9e9;
    --cs-palette-color-gray-100: #e9e9e9;
    --cs-palette-color-gray-200: #d2d2d2;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] {
    --cs-palette-color-black: #FFFFFF;
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #ffffff;
    --cs-palette-color-secondary: #CDCDCD;
    --cs-palette-color-layout: #232323;
    --cs-palette-color-border: #343434;
    --cs-palette-color-divider: #494949;
    --cs-palette-color-gray-50: #000000;
    --cs-palette-color-gray-100: #333333;
    --cs-palette-color-gray-200: #494949;
  }
}
[data-scheme=dark] {
  --cs-palette-color-black: #FFFFFF;
  --cs-palette-color-white: #000000;
  --cs-palette-color-primary: #ffffff;
  --cs-palette-color-secondary: #CDCDCD;
  --cs-palette-color-layout: #232323;
  --cs-palette-color-border: #343434;
  --cs-palette-color-divider: #494949;
  --cs-palette-color-gray-50: #000000;
  --cs-palette-color-gray-100: #333333;
  --cs-palette-color-gray-200: #494949;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] {
    --cs-palette-color-black: #FFFFFF;
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #ffffff;
    --cs-palette-color-secondary: #CDCDCD;
    --cs-palette-color-layout: #232323;
    --cs-palette-color-border: #343434;
    --cs-palette-color-divider: #494949;
    --cs-palette-color-gray-50: #000000;
    --cs-palette-color-gray-100: #333333;
    --cs-palette-color-gray-200: #494949;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] {
    --cs-palette-color-black: #FFFFFF;
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #ffffff;
    --cs-palette-color-secondary: #CDCDCD;
    --cs-palette-color-layout: #232323;
    --cs-palette-color-border: #343434;
    --cs-palette-color-divider: #494949;
    --cs-palette-color-gray-50: #000000;
    --cs-palette-color-gray-100: #333333;
    --cs-palette-color-gray-200: #494949;
  }
}
[data-scheme=inverse] {
  --cs-palette-color-black: #FFFFFF;
  --cs-palette-color-white: #000000;
  --cs-palette-color-primary: #FFFFFF;
  --cs-palette-color-border: #343434;
  --cs-palette-color-divider: #494949;
  --cs-palette-color-gray-50: rgba(255, 255, 255, 0.1);
  --cs-palette-color-gray-100: rgba(255, 255, 255, 0.1);
  --cs-palette-color-gray-200: rgba(255, 255, 255, 0.2);
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] {
    --cs-palette-color-black: #FFFFFF;
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #FFFFFF;
    --cs-palette-color-border: #343434;
    --cs-palette-color-divider: #494949;
    --cs-palette-color-gray-50: rgba(255, 255, 255, 0.1);
    --cs-palette-color-gray-100: rgba(255, 255, 255, 0.1);
    --cs-palette-color-gray-200: rgba(255, 255, 255, 0.2);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] {
    --cs-palette-color-black: #FFFFFF;
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #FFFFFF;
    --cs-palette-color-border: #343434;
    --cs-palette-color-divider: #494949;
    --cs-palette-color-gray-50: rgba(255, 255, 255, 0.1);
    --cs-palette-color-gray-100: rgba(255, 255, 255, 0.1);
    --cs-palette-color-gray-200: rgba(255, 255, 255, 0.2);
  }
}
/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: var(--cs-palette-color-blue) !important;
}

.has-blue-background-color {
  background-color: var(--cs-palette-color-blue) !important;
}

.has-green-color {
  color: var(--cs-palette-color-green) !important;
}

.has-green-background-color {
  background-color: var(--cs-palette-color-green) !important;
}

.has-orange-color {
  color: var(--cs-palette-color-orange) !important;
}

.has-orange-background-color {
  background-color: var(--cs-palette-color-orange) !important;
}

.has-red-color {
  color: var(--cs-palette-color-red) !important;
}

.has-red-background-color {
  background-color: var(--cs-palette-color-red) !important;
}

.has-black-color {
  color: var(--cs-palette-color-black) !important;
}

.has-black-background-color {
  background-color: var(--cs-palette-color-black) !important;
}

.has-white-color {
  color: var(--cs-palette-color-white) !important;
}

.has-white-background-color {
  background-color: var(--cs-palette-color-white) !important;
}

.has-primary-color {
  color: var(--cs-palette-color-primary) !important;
}

.has-primary-background-color {
  background-color: var(--cs-palette-color-primary) !important;
}

.has-secondary-color {
  color: var(--cs-palette-color-secondary) !important;
}

.has-secondary-background-color {
  background-color: var(--cs-palette-color-secondary) !important;
}

.has-layout-color {
  color: var(--cs-palette-color-layout) !important;
}

.has-layout-background-color {
  background-color: var(--cs-palette-color-layout) !important;
}

.has-gray-50-color {
  color: var(--cs-palette-color-gray-50) !important;
}

.has-gray-50-background-color {
  background-color: var(--cs-palette-color-gray-50) !important;
}

.has-gray-100-color {
  color: var(--cs-palette-color-gray-100) !important;
}

.has-gray-100-background-color {
  background-color: var(--cs-palette-color-gray-100) !important;
}

.has-gray-200-color {
  color: var(--cs-palette-color-gray-200) !important;
}

.has-gray-200-background-color {
  background-color: var(--cs-palette-color-gray-200) !important;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
@font-face {
  font-family: "cs-icons";
  src: url("./assets/static/icon-fonts/icons.eot"); /* IE9 Compat Modes */
  src: url("./assets/static/icon-fonts/icons.eot?#iefix") format("embedded-opentype"), url("./assets/static/icon-fonts/icons.ttf") format("truetype"), url("./assets/static/icon-fonts/icons.woff") format("woff"), url("./assets/static/icon-fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=cs-icon-],
[class*=" cs-icon-"] {
  font-family: "cs-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-icon-close:before {
  content: "\e911";
}

.cs-icon-menu:before {
  content: "\e915";
}

.cs-icon-link:before {
  content: "\e900";
}

.cs-icon-views:before {
  content: "\e901";
}

.cs-icon-search:before {
  content: "\e902";
}

.cs-icon-reading-time:before {
  content: "\e917";
}

.cs-icon-flashlight:before {
  content: "\e903";
}

.cs-icon-light-mode:before {
  content: "\e904";
}

.cs-icon-dark-mode:before {
  content: "\e905";
}

.cs-icon-comment:before {
  content: "\e918";
}

.cs-icon-video:before {
  content: "\e907";
}

.cs-icon-gallery:before {
  content: "\e908";
}

.cs-icon-audio:before {
  content: "\e909";
}

.cs-icon-chevron-up:before {
  content: "\e90a";
}

.cs-icon-chevron-right:before {
  content: "\e90b";
}

.cs-icon-chevron-left:before {
  content: "\e90d";
}

.cs-icon-chevron-down:before {
  content: "\e90e";
}

.cs-icon-arrow:before {
  content: "\e90f";
}

.cs-icon-arrow-up:before {
  content: "\e910";
}

.cs-icon-arrow-right:before {
  content: "\e912";
}

.cs-icon-arrow-left:before {
  content: "\e913";
}

.cs-icon-arrow-down:before {
  content: "\e914";
}

.cs-icon-burger-menu:before {
  content: "\e90c";
}

.cs-icon-youtube:before {
  content: "\e93d";
}

.cs-icon-twitter-x:before {
  content: "\e93e";
}

.cs-icon-instagram:before {
  content: "\e940";
}

.cs-icon-facebook:before {
  content: "\e941";
}

.cs-icon-quote:before {
  content: "\e919";
}

.cs-icon-volume-off:before {
  content: "\e92b";
}

.cs-icon-volume-on:before {
  content: "\e92d";
}

.cs-icon-pause-filled:before {
  content: "\e944";
}

.cs-icon-pause-outline:before {
  content: "\e945";
}

.cs-icon-play-filled:before {
  content: "\e946";
}

.cs-icon-play-outline:before {
  content: "\e947";
}

.cs-icon-verified:before {
  content: "\e921";
}

/*--------------------------------------------------------------
## Reboot
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #ffffff;
  color: #000000;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--cs-color-secondary);
  text-decoration: underline;
  background-color: transparent;
  transition: color 0.25s;
}
a:hover {
  color: var(--cs-color-primary);
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c6c6c;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.screen-reader-text, .sr-only {
  display: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: var(--cs-font-base-family);
  scrollbar-gutter: stable;
}

body {
  font-family: var(--cs-font-base-family), sans-serif;
  font-size: var(--cs-font-base-size);
  font-weight: var(--cs-font-base-weight);
  font-style: var(--cs-font-base-style);
  line-height: var(--cs-font-base-line-height);
  letter-spacing: var(--cs-font-base-letter-spacing);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  word-wrap: break-word;
  color: var(--cs-color-primary);
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: var(--cs-heading-2-font-size);
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: var(--cs-heading-1-font-size);
  }
}

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: var(--cs-heading-3-font-size);
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: var(--cs-heading-2-font-size);
  }
}

@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: var(--cs-heading-4-font-size);
  }
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: var(--cs-heading-3-font-size);
  }
}

@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: var(--cs-heading-5-font-size);
  }
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: var(--cs-heading-4-font-size);
  }
}

@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: var(--cs-heading-6-font-size);
  }
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: var(--cs-heading-5-font-size);
  }
}

@media (max-width: 767.98px) {
  h6, .h6 {
    font-size: 0.875em;
  }
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: var(--cs-heading-6-font-size);
  }
}

hr {
  border: 0;
  border-top: 1px solid var(--cs-color-border);
}

small, .small {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
mark, .mark {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

figcaption {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}

cite,
caption {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}

time {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}

.cs-section-heading {
  margin-bottom: 0;
}
.cs-section-heading:not(:first-child) {
  margin-top: 0.5rem;
}

.cs-section-heading-styling {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.cs-section-heading-widget {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
table, .wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  text-align: left;
}
table th, .wp-block-table th,
table td,
.wp-block-table td {
  padding: 0.75rem;
  vertical-align: middle;
  border: none;
  border-top: 1px solid var(--cs-color-border);
}
table thead, .wp-block-table thead {
  border-bottom: 2px solid var(--cs-color-border);
}
table tfoot, .wp-block-table tfoot {
  border-top: 2px solid var(--cs-color-border);
}
table tbody + tbody, .wp-block-table tbody + tbody {
  border-top: 2px solid var(--cs-color-border);
}
table th, .wp-block-table th,
table td,
.wp-block-table td {
  border: 1px solid var(--cs-color-border);
}
table thead th, .wp-block-table thead th,
table thead td,
.wp-block-table thead td {
  border-bottom-width: 1px;
}
table:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) th, .wp-block-table:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) th {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
table.has-small-font-size th, .has-small-font-size.wp-block-table th, table.has-medium-font-size th, .has-medium-font-size.wp-block-table th, table.has-large-font-size th, .has-large-font-size.wp-block-table th, table.has-x-large-font-size th, .has-x-large-font-size.wp-block-table th {
  font-size: inherit;
  line-height: 1.2;
}
table[style*=font-style] th, [style*=font-style].wp-block-table th {
  font-style: inherit;
}
table[style*=font-weight] th, [style*=font-weight].wp-block-table th {
  font-weight: inherit;
}
table[style*=line-height] th, [style*=line-height].wp-block-table th {
  line-height: inherit;
}
table[style*=letter-spacing] th, [style*=letter-spacing].wp-block-table th {
  letter-spacing: inherit;
}
table[style*=text-transform] th, [style*=text-transform].wp-block-table th {
  text-transform: inherit;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--cs-color-contrast-100);
}
.wp-block-table figcaption {
  padding: 0.75rem 0;
  color: var(--cs-color-primary);
  text-align: left;
}
.wp-block-table figcaption:not(:first-child) {
  margin-top: 0;
}

.cs-table-simple-bordered tr th,
.cs-table-simple-bordered tr td {
  border: none;
  border-top: 1px solid var(--cs-color-border);
}

.cs-table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--cs-color-contrast-100);
}

@media (max-width: 575.98px) {
  .cs-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 767.98px) {
  .cs-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 991.98px) {
  .cs-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 1199.98px) {
  .cs-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 1279.98px) {
  .cs-table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.cs-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-main-content .entry-content > *:last-child:after,
.cs-main-content .entry-summary > *:last-child:after {
  content: "";
  clear: both;
  display: table;
}
.cs-main-content .entry-content > *,
.cs-main-content .entry-content .wp-block-column > *,
.cs-main-content .entry-content .wp-block-media-text__content > *,
.cs-main-content .entry-summary > *,
.cs-main-content .entry-summary .wp-block-column > *,
.cs-main-content .entry-summary .wp-block-media-text__content > * {
  margin-top: 16px;
  margin-bottom: 16px;
}
.cs-main-content .entry-content > *:first-child,
.cs-main-content .entry-content .wp-block-column > *:first-child,
.cs-main-content .entry-content .wp-block-media-text__content > *:first-child,
.cs-main-content .entry-summary > *:first-child,
.cs-main-content .entry-summary .wp-block-column > *:first-child,
.cs-main-content .entry-summary .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.cs-main-content .entry-content > *:last-child,
.cs-main-content .entry-content .wp-block-column > *:last-child,
.cs-main-content .entry-content .wp-block-media-text__content > *:last-child,
.cs-main-content .entry-summary > *:last-child,
.cs-main-content .entry-summary .wp-block-column > *:last-child,
.cs-main-content .entry-summary .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.cs-main-content .entry-content .wp-block-heading,
.cs-main-content .entry-summary .wp-block-heading {
  margin-top: 40px;
  margin-bottom: 8px;
  clear: both;
}
.cs-main-content .entry-content .wp-block-heading + *,
.cs-main-content .entry-summary .wp-block-heading + * {
  margin-top: 8px;
}
.cs-main-content .entry-content .wp-block-heading + .wp-block-heading,
.cs-main-content .entry-summary .wp-block-heading + .wp-block-heading {
  margin-top: 16px;
}

.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list),
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list) {
  padding-left: 32px;
  padding-right: 16px;
  list-style-type: square;
}
.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list) li,
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list) li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}
.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list) li::marker,
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list) li::marker {
  font-size: 0.875rem;
}
.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list):not(.has-text-color) li::marker,
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list):not(.has-text-color) li::marker {
  color: var(--cs-color-accent);
}
.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list).has-text-color li::marker,
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list).has-text-color li::marker {
  color: inherit;
}

.cs-main-content .entry-content .entry-content,
.cs-main-content .entry-content .entry-summary,
.cs-main-content .entry-summary .entry-content,
.cs-main-content .entry-summary .entry-summary {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
@media (min-width: 576px) {
  .cs-main-content .entry-content .entry-content,
  .cs-main-content .entry-content .entry-summary,
  .cs-main-content .entry-summary .entry-content,
  .cs-main-content .entry-summary .entry-summary {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}
.cs-main-content .entry-content > .alignleft, .cs-main-content .entry-content > .alignright,
.cs-main-content .entry-summary > .alignleft,
.cs-main-content .entry-summary > .alignright {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.entry-content {
  line-height: var(--cs-font-post-content-line-height);
  color: var(--cs-color-primary);
  word-break: break-word;
}
.entry-content b,
.entry-content strong {
  color: var(--cs-color-primary);
}
.entry-content h1:not(:first-child), .entry-content h2:not(:first-child), .entry-content h3:not(:first-child), .entry-content h4:not(:first-child), .entry-content h5:not(:first-child), .entry-content h6:not(:first-child),
.entry-content .h1:not(:first-child), .entry-content .h2:not(:first-child), .entry-content .h3:not(:first-child), .entry-content .h4:not(:first-child), .entry-content .h5:not(:first-child), .entry-content .h6:not(:first-child) {
  margin-top: 8px;
}
.entry-content > blockquote {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.entry-content > blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px;
  background: var(--cs-layout-background);
  color: var(--cs-color-primary);
  border: none;
  border-radius: var(--cs-layout-elements-border-radius);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .entry-content > blockquote:not(.is-style-plain) {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .entry-content > blockquote:not(.is-style-plain) {
    padding: 24px;
  }
  .entry-content > blockquote:not(.is-style-plain).alignwide {
    padding: 64px 80px;
  }
}
.entry-content > blockquote:not(:has(.wp-block-image)):before {
  font-family: "cs-icons" !important;
  content: "\e919";
  display: block;
  font-size: 80px;
  line-height: 1 !important;
  color: var(--cs-color-accent);
  opacity: 0.1;
}
.entry-content > blockquote:has(.wp-block-image) .wp-block-image {
  display: flex;
  gap: 0.5rem;
}
.entry-content > blockquote:has(.wp-block-image) .wp-block-image figure {
  margin: 0;
}
.entry-content > blockquote:has(.wp-block-image) .wp-block-image:after {
  font-family: "cs-icons" !important;
  content: "\e919";
  display: block;
  font-size: 80px;
  line-height: 1 !important;
  color: var(--cs-color-accent);
  opacity: 0.1;
}
.entry-content > blockquote:has(.wp-block-image) .wp-block-image + * {
  margin-top: 3rem;
}
.entry-content > blockquote p:first-child {
  font-size: inherit;
  margin-top: 0;
}
.entry-content > blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content > blockquote cite {
  display: block;
  margin-top: 0.5rem;
}
.entry-content > blockquote cite:not(:first-child) {
  margin-top: 0;
}
.entry-content > blockquote:not(.has-text-color, .has-link-color) cite {
  color: var(--cs-color-secondary);
}
.entry-content > blockquote:not(.has-text-color, .has-link-color) cite a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.entry-content > blockquote:not(.has-text-color, .has-link-color) cite a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.entry-content > blockquote.has-small-font-size cite, .entry-content > blockquote.has-medium-font-size cite, .entry-content > blockquote.has-large-font-size cite, .entry-content > blockquote.has-x-large-font-size cite {
  font-size: inherit;
  line-height: 1.2;
}
.entry-content > blockquote.has-small-font-size:before, .entry-content > blockquote.has-medium-font-size:before, .entry-content > blockquote.has-large-font-size:before, .entry-content > blockquote.has-x-large-font-size:before {
  font-size: 1.5rem;
}
.entry-content > blockquote[style*=font-style] cite {
  font-style: inherit;
}
.entry-content > blockquote[style*=font-style]:before {
  font-style: normal;
}
.entry-content > blockquote[style*=font-weight] cite {
  font-weight: inherit;
}
.entry-content > blockquote[style*=line-height] cite {
  line-height: inherit;
}
.entry-content > blockquote[style*=letter-spacing] cite {
  letter-spacing: inherit;
}
.entry-content > blockquote[style*=text-transform] cite {
  text-transform: inherit;
}
.entry-content pre,
.entry-content code {
  background-color: var(--cs-layout-background);
}
.entry-content pre {
  padding: 20px;
}
.entry-content pre code {
  background-color: transparent;
}
.entry-content .wp-caption-dd {
  color: var(--cs-color-primary);
  margin-left: 0;
}
.entry-content video,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
  overflow: hidden;
}

.alignnone {
  max-width: 100%;
}

.alignleft {
  float: none;
  margin-right: 0;
}
@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 2rem;
  }
}
.alignleft:first-child + * {
  margin-top: 0;
}

.alignright {
  float: none;
  margin-left: 0;
}
@media (min-width: 576px) {
  .alignright {
    float: right;
    margin-left: 2rem;
  }
}
.alignright:first-child + * {
  margin-top: 0;
}

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
  text-align: center;
}

img.alignleft,
img.alignright {
  margin-bottom: 1rem;
}

.wp-block-group.alignleft,
.wp-block-group.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.aligncenter,
.wp-block-cover.alignright {
  max-width: 100%;
}
@media (min-width: 576px) {
  .wp-block-group.alignleft,
  .wp-block-group.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.aligncenter,
  .wp-block-cover.alignright {
    max-width: calc(50% - 1rem);
  }
}

.wp-block-group .is-layout-flow > * {
  margin-top: 0.5rem;
}
.wp-block-group.alignwide.is-content-justification-left .wp-block-group__inner-container, .wp-block-group.alignfull.is-content-justification-left .wp-block-group__inner-container {
  margin-left: 0;
  margin-right: auto;
}
.wp-block-group.alignwide.is-content-justification-right .wp-block-group__inner-container, .wp-block-group.alignfull.is-content-justification-right .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-group.alignwide.is-content-justification-left .wp-block-group__inner-container, .wp-block-group.alignwide.is-content-justification-right .wp-block-group__inner-container {
  max-width: var(--cs-entry-content-medium-width);
}
.wp-block-group.alignfull.is-content-justification-left .wp-block-group__inner-container, .wp-block-group.alignfull.is-content-justification-right .wp-block-group__inner-container {
  max-width: 50%;
}

/** =========== Blocks =========== */
.wp-block-columns > *:first-child {
  margin-top: 0;
}
.wp-block-columns > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}
.wp-block-columns.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}

p.has-background {
  padding: 1.5rem 2rem;
}

p.wp-block-subhead {
  color: var(--cs-color-primary);
  opacity: 1;
}
@media (max-width: 767.98px) {
  p.wp-block-subhead {
    font-size: var(--cs-heading-6-font-size);
  }
}
@media (min-width: 768px) {
  p.wp-block-subhead {
    font-size: var(--cs-heading-5-font-size);
  }
}

.wp-block-separator.is-style-dots {
  border-top: none;
}
.wp-block-separator:not(.is-style-dots) {
  border-top: none;
  border-bottom: 2px solid currentColor;
}
.wp-block-separator.is-style-wide {
  max-width: var(--cs-editor-width-wide);
}
.wp-block[data-align=wide] .wp-block-separator.is-style-wide {
  max-width: var(--cs-editor-width-wide);
}
.wp-block[data-align=full] .wp-block-separator.is-style-wide {
  max-width: var(--cs-editor-width-full);
}
.wp-block[data-align=center] .wp-block-separator.is-style-wide {
  max-width: var(--cs-editor-width-wide);
}
.wp-block-separator:not(.is-style-dots):not(.is-style-wide):not(.alignwide):not(.alignwide):not(.alignfull) {
  max-width: 100px;
}
.wp-block[data-align=wide] .wp-block-separator:not(.is-style-dots):not(.is-style-wide):not(.alignwide):not(.alignwide):not(.alignfull) {
  max-width: var(--cs-editor-width-wide);
}
.wp-block[data-align=full] .wp-block-separator:not(.is-style-dots):not(.is-style-wide):not(.alignwide):not(.alignwide):not(.alignfull) {
  max-width: var(--cs-editor-width-full);
}

.wp-block-buttons[style*=font-style] .wp-block-button__link {
  font-style: inherit;
}
.wp-block-buttons[style*=font-weight] .wp-block-button__link {
  font-weight: inherit;
}
.wp-block-buttons[style*=line-height] .wp-block-button__link {
  line-height: inherit;
}
.wp-block-buttons[style*=letter-spacing] .wp-block-button__link {
  letter-spacing: inherit;
}
.wp-block-buttons[style*=text-transform] .wp-block-button__link {
  text-transform: inherit;
}

.wp-block-button.alignleft {
  text-align: left;
}
.wp-block-button.alignright {
  text-align: right;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button .wp-block-button__link {
  text-align: center;
  white-space: normal;
  user-select: none;
  transition: 0.25s;
  padding: 0.5rem 1.25rem;
  border-radius: var(--cs-button-border-radius);
}
.wp-block-button .wp-block-button__link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-button .wp-block-button__link:not([href]) {
  cursor: default;
}
.wp-block-button[style*=font-style] .wp-block-button__link {
  font-style: inherit;
}
.wp-block-button[style*=font-weight] .wp-block-button__link {
  font-weight: inherit;
}
.wp-block-button[style*=line-height] .wp-block-button__link {
  line-height: inherit;
}
.wp-block-button[style*=letter-spacing] .wp-block-button__link {
  letter-spacing: inherit;
}
.wp-block-button[style*=text-transform] .wp-block-button__link {
  text-transform: inherit;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background, .has-link-color a) {
  background-color: var(--cs-color-button);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background, .has-link-color a):hover {
  background-color: var(--cs-color-button-hover);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color, .has-link-color a) {
  color: var(--cs-color-button-contrast);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color, .has-link-color a):hover {
  color: var(--cs-color-button-hover-contrast);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background, .has-link-color a) {
  border-width: 1px;
  border-color: var(--cs-color-button);
  background-color: var(--cs-color-button-contrast);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background, .has-link-color a):hover {
  border-color: var(--cs-color-button-hover);
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  opacity: 1;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color, .has-link-color a) {
  color: var(--cs-color-button);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color, .has-link-color a):hover {
  color: var(--cs-color-button-hover-contrast);
  opacity: 1;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}

.wp-block-file .wp-block-file__button {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
}
.wp-block-file .wp-block-file__button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-file .wp-block-file__button {
  padding: 0.5rem 1rem;
}
.wp-block-file .wp-block-file__button {
  border-radius: var(--cs-button-border-radius);
}
.wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.wp-block-file .wp-block-file__button:disabled, .wp-block-file .wp-block-file__button:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.wp-block-file .wp-block-file__button:disabled, .wp-block-file .wp-block-file__button:disabled[disabled] {
  padding: 0.5rem 1rem;
}
.wp-block-file .wp-block-file__button:disabled:hover, .wp-block-file .wp-block-file__button:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.wp-block-file .wp-block-file__button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.wp-block-code,
pre.wp-block-code,
code.wp-block-code {
  background-color: var(--cs-layout-background);
  padding: 1rem 1.5rem;
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--cs-font-base-line-height);
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
  white-space: pre-wrap;
  border-radius: 0;
}
.wp-block-code:not([style*=border-width]),
pre.wp-block-code:not([style*=border-width]),
code.wp-block-code:not([style*=border-width]) {
  border: none;
}
.wp-block-code[style*=border-width],
pre.wp-block-code[style*=border-width],
code.wp-block-code[style*=border-width] {
  border-style: solid;
}
.wp-block-code .editor-plain-text,
pre.wp-block-code .editor-plain-text,
code.wp-block-code .editor-plain-text {
  background-color: transparent;
}
.wp-block-code.has-border-color:not(.has-text-color, .has-link-color),
pre.wp-block-code.has-border-color:not(.has-text-color, .has-link-color),
code.wp-block-code.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}

.wp-block-preformatted,
pre.wp-block-preformatted,
code.wp-block-preformatted {
  box-sizing: border-box;
  background-color: var(--cs-layout-background);
  padding: 1rem 1.5rem;
}
.wp-block-preformatted pre,
pre.wp-block-preformatted pre,
code.wp-block-preformatted pre {
  padding: 0;
}

.wp-block-preformatted,
.wp-block-preformatted pre {
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--cs-font-base-line-height);
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
  white-space: pre-wrap;
}

.wp-block-verse,
pre.wp-block-verse,
code.wp-block-verse {
  box-sizing: border-box;
  background-color: var(--cs-layout-background);
  padding: 1rem 1.5rem;
}
.wp-block-verse pre,
pre.wp-block-verse pre,
code.wp-block-verse pre {
  padding: 0;
}

.wp-block-verse,
.wp-block-verse pre {
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--cs-font-base-line-height);
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
  overflow: auto;
}

.wp-block-audio figcaption {
  color: var(--cs-color-primary);
  text-align: left;
}

.wp-block-embed figcaption {
  color: var(--cs-color-primary);
  text-align: left;
}

.wp-block-video video {
  width: 100%;
}
.wp-block-video.aligncenter {
  margin-left: 1rem;
  margin-right: 1rem;
}

.wp-block-media-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: 8%;
    padding-bottom: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-top: 0;
    padding-bottom: 8%;
  }
}

.wp-block-image figcaption {
  color: var(--cs-color-secondary);
}
.single .wp-block-image figcaption {
  max-width: var(--cs-entry-content-medium-width);
  margin: 0.5rem auto 0 auto;
  text-align: center;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block[data-align=full] .wp-block-image img {
  border-radius: 0;
}
.wp-block-image .alignleft, .wp-block-image.alignleft {
  float: none;
  margin-right: 0;
}
@media (min-width: 576px) {
  .wp-block-image .alignleft, .wp-block-image.alignleft {
    float: left;
    margin-right: 2rem;
  }
}
.wp-block-image .alignright, .wp-block-image.alignright {
  float: none;
  margin-left: 0;
}
@media (min-width: 576px) {
  .wp-block-image .alignright, .wp-block-image.alignright {
    float: right;
    margin-left: 2rem;
  }
}
@media (max-width: 575.98px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-post-featured-image.alignleft img {
  max-width: calc(100% - 2rem);
  margin-right: 2rem;
}
.wp-block-post-featured-image.aligncenter img {
  max-width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-post-featured-image.alignright img {
  max-width: calc(100% - 2rem);
  margin-left: 2rem;
}
.wp-block-post-featured-image img.has-border-color,
.wp-block-post-featured-image img[style*=border-width] {
  border-style: solid;
}

.wp-block-gallery.has-nested-images {
  display: flex;
  padding: 0;
}
.wp-block-gallery.has-nested-images .wp-block-image {
  position: relative;
}
.wp-block-gallery.has-nested-images .wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0.5rem 0.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843), rgba(0, 0, 0, 0.3019607843) 70%, rgba(0, 0, 0, 0));
  color: var(--cs-color-primary-contrast);
  font-size: 0.875rem;
  max-height: 60%;
  overflow: auto;
  scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  box-sizing: border-box;
  will-change: transform;
  border-radius: 0 0 var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-gallery.has-nested-images .wp-block-image figcaption {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .wp-block-gallery.has-nested-images .wp-block-image figcaption {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-gallery.has-nested-images .wp-block-image figcaption {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-gallery.has-nested-images .wp-block-image figcaption {
    color: var(--cs-color-primary);
  }
}
@media (min-width: 576px) {
  .wp-block-gallery.has-nested-images .wp-block-image .alignright {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-block-gallery.has-nested-images .wp-block-image .alignright figcaption {
    width: calc(100% - 2rem);
    margin-left: 2rem;
  }
  .wp-block-gallery.has-nested-images .wp-block-image .alignleft {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-block-gallery.has-nested-images .wp-block-image .alignleft figcaption {
    width: calc(100% - 2rem);
    margin-right: 2rem;
  }
}
.wp-block-gallery.has-nested-images img {
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block-gallery.has-nested-images.aligncenter {
  max-width: 420px;
}
.wp-block-gallery.alignfull figcaption {
  max-width: 100% !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wp-block-gallery.alignleft {
  margin-right: 2rem;
}
.wp-block-gallery.alignright {
  margin-left: 2rem;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: 100%;
}
.wp-block-cover.has-background-dim,
.wp-block-cover-image.has-background-dim {
  padding: 40px;
}
.wp-block-cover.has-background-dim a,
.wp-block-cover.has-background-dim a:hover,
.wp-block-cover-image.has-background-dim a,
.wp-block-cover-image.has-background-dim a:hover {
  color: inherit;
}
.wp-block-cover.has-background-dim .wp-block-cover__inner-container,
.wp-block-cover.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim .wp-block-cover__inner-container,
.wp-block-cover-image.has-background-dim .wp-block-cover-text {
  color: #ffffff;
}

.wp-block-cover__inner-container *:last-child {
  margin-bottom: 0;
}
.wp-block-cover .block-list-appender:empty {
  margin: 0;
}
.wp-block-cover .block-editor-block-list__layout .block-editor-block-list__block {
  margin-bottom: 0;
}
.wp-block-cover .block-editor-block-list__layout .block-editor-block-list__block > * {
  margin-bottom: 0;
}
.wp-block-cover .block-editor-block-list__layout *:last-child {
  margin-bottom: 0;
}
.wp-block-cover .wp-block-cover-text {
  font-size: 2.25rem;
  line-height: var(--cs-font-base-line-height);
  padding: 0;
  max-width: calc(var(--cs-entry-content-width));
}
.wp-block-cover.is-light:not(.has-text-color) {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-cover.is-light:not(.has-text-color) {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .wp-block-cover.is-light:not(.has-text-color) {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-cover.is-light:not(.has-text-color) {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-cover.is-light:not(.has-text-color) {
    color: var(--cs-color-primary);
  }
}

ul.block-editor-block-list__layout {
  list-style-type: square;
}
ul.block-editor-block-list__layout li::marker {
  font-size: 0.875rem;
}
ul.block-editor-block-list__layout:not(.has-text-color) li::marker {
  color: var(--cs-color-accent);
}
ul.block-editor-block-list__layout.has-text-color li::marker {
  color: inherit;
}

ul.block-editor-block-list__layout,
ol.block-editor-block-list__layout {
  padding-left: 32px;
  padding-right: 16px;
}
ul.block-editor-block-list__layout li,
ol.block-editor-block-list__layout li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}

.cs-main-content .entry-content .wp-block-heading + .wp-block-list {
  margin-top: 1rem;
}
.wp-block-list li + li {
  margin-top: 1rem;
}

.wp-block-quote {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.wp-block-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px;
  background: var(--cs-layout-background);
  color: var(--cs-color-primary);
  border: none;
  border-radius: var(--cs-layout-elements-border-radius);
}
@media (max-width: 767.98px) {
  .wp-block-quote {
    font-size: var(--cs-heading-3-font-size);
  }
}
@media (min-width: 768px) {
  .wp-block-quote {
    font-size: var(--cs-heading-2-font-size);
  }
}
@media (min-width: 768px) {
  .wp-block[data-align=wide] .wp-block-quote {
    margin-left: 0;
    margin-right: 0;
    padding: 64px 80px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .wp-block-quote:not(.is-style-plain) {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .wp-block-quote:not(.is-style-plain) {
    padding: 24px;
  }
  .wp-block-quote:not(.is-style-plain).alignwide {
    padding: 64px 80px;
  }
}
.wp-block-quote[style*="text-decoration:line-through"] {
  text-decoration: none !important;
}
.wp-block-quote[style*="text-decoration:line-through"] p,
.wp-block-quote[style*="text-decoration:line-through"] cite {
  text-decoration: line-through;
}
.wp-block-quote[style*="text-decoration:underline"] {
  text-decoration: none !important;
}
.wp-block-quote[style*="text-decoration:underline"] p,
.wp-block-quote[style*="text-decoration:underline"] cite {
  text-decoration: underline;
}
.wp-block-quote p {
  font-size: inherit;
}
.wp-block-quote p:first-child {
  margin-top: 0;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation {
  margin-top: 0.5rem;
}
.wp-block-quote:not(.has-text-color, .has-link-color) cite,
.wp-block-quote:not(.has-text-color, .has-link-color) footer,
.wp-block-quote:not(.has-text-color, .has-link-color) .wp-block-quote__citation {
  color: var(--cs-color-primary);
}
.wp-block-quote:not(.has-text-color, .has-link-color) cite:before,
.wp-block-quote:not(.has-text-color, .has-link-color) footer:before,
.wp-block-quote:not(.has-text-color, .has-link-color) .wp-block-quote__citation:before {
  color: var(--cs-color-secondary);
}
.wp-block-quote:not(.has-text-color, .has-link-color) cite a,
.wp-block-quote:not(.has-text-color, .has-link-color) footer a,
.wp-block-quote:not(.has-text-color, .has-link-color) .wp-block-quote__citation a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-quote:not(.has-text-color, .has-link-color) cite a:hover,
.wp-block-quote:not(.has-text-color, .has-link-color) footer a:hover,
.wp-block-quote:not(.has-text-color, .has-link-color) .wp-block-quote__citation a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.wp-block-quote cite:not(:first-child) {
  margin-top: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large:not(.is-style-plain) {
  align-items: flex-start;
  text-align: left;
  padding: 40px;
  padding-left: 100px;
}
.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:not(.is-style-plain):before {
  position: absolute;
  left: 40px;
  top: 60px;
}
.wp-block-quote.is-large:after, .wp-block-quote.is-style-large:not(.is-style-plain):after {
  display: none;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p:first-child {
  font-style: normal;
}
@media (max-width: 767.98px) {
  .wp-block-quote.is-large p,
  .wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p:first-child {
    font-size: var(--cs-heading-4-font-size);
  }
}
@media (min-width: 768px) {
  .wp-block-quote.is-large p,
  .wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p:first-child {
    font-size: var(--cs-heading-3-font-size);
  }
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) .wp-block-quote__citation {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) .wp-block-quote__citation {
  font-style: normal;
  line-height: var(--cs-font-base-line-height);
}

.wp-block-pullquote {
  border-top: 4px solid var(--cs-color-primary);
  border-bottom: 4px solid var(--cs-color-primary);
  border-left: none;
  border-right: none;
  padding: 2rem 1rem;
  color: var(--cs-color-primary);
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  line-height: var(--cs-font-base-line-height);
}
@media (max-width: 767.98px) {
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: var(--cs-heading-4-font-size);
  }
}
@media (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: var(--cs-heading-3-font-size);
  }
}
.wp-block-pullquote blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .wp-block-pullquote:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) p {
    font-size: var(--cs-heading-4-font-size);
  }
}
@media (min-width: 768px) {
  .wp-block-pullquote:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) p {
    font-size: var(--cs-heading-3-font-size);
  }
}
.wp-block-pullquote:not([style*=line-height]) p {
  line-height: var(--cs-font-base-line-height);
}
.wp-block-pullquote.has-small-font-size cite, .wp-block-pullquote.has-medium-font-size cite, .wp-block-pullquote.has-large-font-size cite, .wp-block-pullquote.has-x-large-font-size cite {
  font-size: inherit;
  line-height: 1.2;
}
.wp-block-pullquote[style*=font-style] cite {
  font-style: inherit;
}
.wp-block-pullquote[style*=font-weight] cite {
  font-weight: inherit;
}
.wp-block-pullquote[style*=line-height] cite {
  line-height: inherit;
}
.wp-block-pullquote[style*=letter-spacing] cite {
  letter-spacing: inherit;
}
.wp-block-pullquote[style*=text-transform] cite {
  text-transform: inherit;
}
.wp-block-pullquote[style*="text-decoration:line-through"] {
  text-decoration: none !important;
}
.wp-block-pullquote[style*="text-decoration:line-through"] p,
.wp-block-pullquote[style*="text-decoration:line-through"] cite {
  text-decoration: line-through;
}
.wp-block-pullquote[style*="text-decoration:underline"] {
  text-decoration: none !important;
}
.wp-block-pullquote[style*="text-decoration:underline"] p,
.wp-block-pullquote[style*="text-decoration:underline"] cite {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .wp-block-pullquote .alignleft p,
  .wp-block-pullquote .alignright p {
    font-size: var(--cs-heading-6-font-size);
  }
}
@media (min-width: 768px) {
  .wp-block-pullquote .alignleft p,
  .wp-block-pullquote .alignright p {
    font-size: var(--cs-heading-5-font-size);
  }
}
.wp-block-pullquote.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}

.wp-block-details.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wp-block-search .wp-block-search__inside-wrapper:has(.wp-block-search__input:first-child:last-child) {
  width: 100%;
}
.wp-block-search .wp-block-search__label {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 0.5rem;
}
.wp-block-search .wp-block-search__input {
  display: block;
  width: 100%;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  line-height: var(--cs-font-input-line-height);
  box-shadow: none;
}
.wp-block-search .wp-block-search__input {
  padding: 0.5625rem 1.125rem;
}
.wp-block-search .wp-block-search__input {
  border-radius: var(--cs-button-border-radius);
}
.wp-block-search .wp-block-search__input {
  flex: 1 1 auto;
  width: 1%;
  max-width: 100%;
  background: var(--cs-color-input, var(--cs-layout-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
}
.wp-block-search .wp-block-search__input[style*=border-width] {
  border-style: solid;
}
.wp-block-search .wp-block-search__button {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
}
.wp-block-search .wp-block-search__button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-search .wp-block-search__button {
  padding: 0.5rem 1.25rem;
}
.wp-block-search .wp-block-search__button {
  border-radius: var(--cs-button-border-radius);
}
.wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button:hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.wp-block-search .wp-block-search__button:disabled, .wp-block-search .wp-block-search__button:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.wp-block-search .wp-block-search__button:disabled, .wp-block-search .wp-block-search__button:disabled[disabled] {
  padding: 0.5rem 1.25rem;
}
.wp-block-search .wp-block-search__button:disabled:hover, .wp-block-search .wp-block-search__button:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.wp-block-search .wp-block-search__button {
  margin-left: 0.5rem;
  min-height: 42px;
}
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 1;
}
.wp-block-search .wp-block-search__button.has-icon svg {
  display: none;
}
.wp-block-search .wp-block-search__button.has-icon:before {
  content: "\e902";
  font-family: "cs-icons" !important;
  font-size: 1.5rem;
}
.wp-block-search .wp-block-search__button.has-icon.has-small-font-size, .wp-block-search .wp-block-search__button.has-icon.has-medium-font-size, .wp-block-search .wp-block-search__button.has-icon.has-large-font-size, .wp-block-search .wp-block-search__button.has-icon.has-x-large-font-size {
  line-height: 1.5;
}
.wp-block-search .wp-block-search__button.has-icon.has-small-font-size:before, .wp-block-search .wp-block-search__button.has-icon.has-medium-font-size:before, .wp-block-search .wp-block-search__button.has-icon.has-large-font-size:before, .wp-block-search .wp-block-search__button.has-icon.has-x-large-font-size:before {
  font-size: inherit;
}
.wp-block-search .wp-block-search__button.has-icon[style*=line-height]:before {
  line-height: 1.5;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
  border-radius: var(--cs-button-border-radius);
  background: var(--cs-color-input, var(--cs-layout-background));
  padding: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: var(--cs-input-border-radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
  border-radius: var(--cs-button-border-radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  padding: 0.5625rem 1.25rem 0.5625rem 1rem;
}
.wp-block-search.aligncenter {
  max-width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}

.wp-block-social-links {
  clear: both;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
  float: none;
}
.wp-block-social-links .wp-social-link {
  padding: 0;
}
.wp-block-social-links .wp-social-link:not(.is-style-logos-only) {
  color: var(--cs-color-primary);
  fill: var(--cs-color-primary);
}
.wp-block-social-links .wp-social-link:hover {
  transform: none;
  transition: 0.25s;
}
.wp-block-social-links:not(.has-icon-color) .wp-social-link:hover {
  background: var(--cs-color-primary);
  color: var(--cs-color-primary-contrast);
  fill: var(--cs-color-primary-contrast);
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: var(--cs-layout-background);
}

.wp-block-latest-comments {
  padding: 0;
  margin: 0 auto;
}
.wp-block-latest-comments__comment {
  margin: 1.5rem 0 0;
}
.wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.wp-block-latest-comments__comment > article {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-latest-comments__comment-meta {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-latest-comments__comment-meta {
  margin-left: 0;
}
.wp-block-latest-comments__comment-author {
  transition: 0.25s;
}
.wp-block-latest-comments__comment-author {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-latest-comments__comment-author:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.wp-block-latest-comments__comment-link {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-latest-comments__comment-link:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.wp-block-latest-comments__comment-date {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
.wp-block-latest-comments__comment-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.wp-block-latest-comments__comment-excerpt {
  margin-left: 0;
  color: var(--cs-color-primary);
}
.wp-block-latest-comments__comment-excerpt p {
  margin-top: 0.25rem;
}
.wp-block-latest-comments__comment-excerpt p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment > img + article .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment > img + article .wp-block-latest-comments__comment-excerpt {
  margin-left: 4rem;
}
.wp-block-latest-comments.alignleft {
  max-width: clac(100%-2rem);
  margin-right: 2rem;
}
.wp-block-latest-comments.aligncenter {
  max-width: clac(100%-2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-latest-comments.alignright {
  max-width: clac(100%-2rem);
  margin-left: 2rem;
}
.wp-block-latest-comments.has-text-color .wp-block-post-title,
.wp-block-latest-comments.has-text-color .wp-block-post-excerpt {
  color: inherit;
}
.wp-block-latest-comments.has-small-font-size .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-small-font-size .wp-block-latest-comments__comment-link,
.wp-block-latest-comments.has-small-font-size .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.has-small-font-size .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.has-medium-font-size .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-medium-font-size .wp-block-latest-comments__comment-link,
.wp-block-latest-comments.has-medium-font-size .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.has-medium-font-size .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.has-large-font-size .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-large-font-size .wp-block-latest-comments__comment-link,
.wp-block-latest-comments.has-large-font-size .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.has-large-font-size .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.has-x-large-font-size .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-x-large-font-size .wp-block-latest-comments__comment-link,
.wp-block-latest-comments.has-x-large-font-size .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.has-x-large-font-size .wp-block-latest-comments__comment-excerpt {
  font-size: inherit;
}
.wp-block-latest-comments[style*=font-style] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=font-style] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=font-style] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=font-style] .wp-block-latest-comments__comment-excerpt {
  font-style: inherit;
}
.wp-block-latest-comments[style*=font-weight] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=font-weight] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=font-weight] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=font-weight] .wp-block-latest-comments__comment-excerpt {
  font-weight: inherit;
}
.wp-block-latest-comments[style*=line-height] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=line-height] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=line-height] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=line-height] .wp-block-latest-comments__comment-excerpt {
  line-height: inherit;
}
.wp-block-latest-comments[style*=letter-spacing] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=letter-spacing] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=letter-spacing] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=letter-spacing] .wp-block-latest-comments__comment-excerpt {
  letter-spacing: inherit;
}
.wp-block-latest-comments[style*=text-transform] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=text-transform] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=text-transform] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=text-transform] .wp-block-latest-comments__comment-excerpt {
  text-transform: inherit;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-categories__list,
.wp-block-archives-list {
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.wp-block-latest-posts ul,
.wp-block-categories-list ul,
.wp-block-categories__list ul,
.wp-block-archives-list ul {
  padding-left: 20px;
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0.75rem 0;
  column-gap: 0.5rem;
}
.wp-block-latest-posts li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-categories__list li:last-child,
.wp-block-archives-list li:last-child {
  padding-bottom: 0;
}
.wp-block-latest-posts li:first-child:last-child,
.wp-block-categories-list li:first-child:last-child,
.wp-block-categories__list li:first-child:last-child,
.wp-block-archives-list li:first-child:last-child {
  padding-bottom: 0;
}
.wp-block-latest-posts li:first-child:last-child > .sub-menu,
.wp-block-categories-list li:first-child:last-child > .sub-menu,
.wp-block-categories__list li:first-child:last-child > .sub-menu,
.wp-block-archives-list li:first-child:last-child > .sub-menu {
  padding-bottom: 0;
}
.wp-block-latest-posts li a:not(.comments-link),
.wp-block-categories-list li a:not(.comments-link),
.wp-block-categories__list li a:not(.comments-link),
.wp-block-archives-list li a:not(.comments-link) {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.wp-block-latest-posts li a:not(.comments-link),
.wp-block-categories-list li a:not(.comments-link),
.wp-block-categories__list li a:not(.comments-link),
.wp-block-archives-list li a:not(.comments-link) {
  text-decoration: none;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title,
.wp-block-categories-list li .wp-block-latest-posts__post-title,
.wp-block-categories__list li .wp-block-latest-posts__post-title,
.wp-block-archives-list li .wp-block-latest-posts__post-title {
  width: 100%;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image,
.wp-block-categories-list li .wp-block-latest-posts__featured-image,
.wp-block-categories__list li .wp-block-latest-posts__featured-image,
.wp-block-archives-list li .wp-block-latest-posts__featured-image {
  width: 100%;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image img,
.wp-block-categories-list li .wp-block-latest-posts__featured-image img,
.wp-block-categories__list li .wp-block-latest-posts__featured-image img,
.wp-block-archives-list li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto;
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image:not(:last-child),
.wp-block-categories-list li .wp-block-latest-posts__featured-image:not(:last-child),
.wp-block-categories__list li .wp-block-latest-posts__featured-image:not(:last-child),
.wp-block-archives-list li .wp-block-latest-posts__featured-image:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-author,
.wp-block-categories-list li .wp-block-latest-posts__post-author,
.wp-block-categories__list li .wp-block-latest-posts__post-author,
.wp-block-archives-list li .wp-block-latest-posts__post-author {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-latest-posts li .wp-block-latest-posts__post-author:not(:first-child),
.wp-block-categories-list li .wp-block-latest-posts__post-author:not(:first-child),
.wp-block-categories__list li .wp-block-latest-posts__post-author:not(:first-child),
.wp-block-archives-list li .wp-block-latest-posts__post-author:not(:first-child) {
  margin-top: 0.5rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-author:not(:last-child),
.wp-block-categories-list li .wp-block-latest-posts__post-author:not(:last-child),
.wp-block-categories__list li .wp-block-latest-posts__post-author:not(:last-child),
.wp-block-archives-list li .wp-block-latest-posts__post-author:not(:last-child) {
  margin-right: 0.5rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date,
.wp-block-categories-list li .wp-block-latest-posts__post-date,
.wp-block-categories__list li .wp-block-latest-posts__post-date,
.wp-block-archives-list li .wp-block-latest-posts__post-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date:not(:last-child),
.wp-block-categories-list li .wp-block-latest-posts__post-date:not(:last-child),
.wp-block-categories__list li .wp-block-latest-posts__post-date:not(:last-child),
.wp-block-archives-list li .wp-block-latest-posts__post-date:not(:last-child) {
  margin-right: 0.5rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list li .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list li .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list li .wp-block-latest-posts__post-excerpt {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.wp-block-latest-posts.aligncenter li a,
.wp-block-categories-list.aligncenter li a,
.wp-block-categories__list.aligncenter li a,
.wp-block-archives-list.aligncenter li a {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) > li .alignleft,
.wp-block-categories-list:not(.is-style-cs-latest-layout) > li .alignleft,
.wp-block-categories__list:not(.is-style-cs-latest-layout) > li .alignleft,
.wp-block-archives-list:not(.is-style-cs-latest-layout) > li .alignleft {
  margin-right: 2rem;
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) > li .alignleft + a,
.wp-block-categories-list:not(.is-style-cs-latest-layout) > li .alignleft + a,
.wp-block-categories__list:not(.is-style-cs-latest-layout) > li .alignleft + a,
.wp-block-archives-list:not(.is-style-cs-latest-layout) > li .alignleft + a {
  float: left;
  margin-right: 2rem;
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) > li .aligncenter,
.wp-block-categories-list:not(.is-style-cs-latest-layout) > li .aligncenter,
.wp-block-categories__list:not(.is-style-cs-latest-layout) > li .aligncenter,
.wp-block-archives-list:not(.is-style-cs-latest-layout) > li .aligncenter {
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) > li .aligncenter + a,
.wp-block-categories-list:not(.is-style-cs-latest-layout) > li .aligncenter + a,
.wp-block-categories__list:not(.is-style-cs-latest-layout) > li .aligncenter + a,
.wp-block-archives-list:not(.is-style-cs-latest-layout) > li .aligncenter + a {
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) > li .alignright,
.wp-block-categories-list:not(.is-style-cs-latest-layout) > li .alignright,
.wp-block-categories__list:not(.is-style-cs-latest-layout) > li .alignright,
.wp-block-archives-list:not(.is-style-cs-latest-layout) > li .alignright {
  margin-left: 2rem;
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) > li .alignright + a,
.wp-block-categories-list:not(.is-style-cs-latest-layout) > li .alignright + a,
.wp-block-categories__list:not(.is-style-cs-latest-layout) > li .alignright + a,
.wp-block-archives-list:not(.is-style-cs-latest-layout) > li .alignright + a {
  float: right;
  margin-left: 2rem;
}
.wp-block-latest-posts:not(.has-text-color) > li > a,
.wp-block-categories-list:not(.has-text-color) > li > a,
.wp-block-categories__list:not(.has-text-color) > li > a,
.wp-block-archives-list:not(.has-text-color) > li > a {
  color: var(--cs-color-primary);
}
.wp-block-latest-posts:not(.has-text-color) .wp-block-latest-posts__post-author,
.wp-block-latest-posts:not(.has-text-color) .wp-block-latest-posts__post-date,
.wp-block-latest-posts:not(.has-text-color) .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list:not(.has-text-color) .wp-block-latest-posts__post-author,
.wp-block-categories-list:not(.has-text-color) .wp-block-latest-posts__post-date,
.wp-block-categories-list:not(.has-text-color) .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list:not(.has-text-color) .wp-block-latest-posts__post-author,
.wp-block-categories__list:not(.has-text-color) .wp-block-latest-posts__post-date,
.wp-block-categories__list:not(.has-text-color) .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list:not(.has-text-color) .wp-block-latest-posts__post-author,
.wp-block-archives-list:not(.has-text-color) .wp-block-latest-posts__post-date,
.wp-block-archives-list:not(.has-text-color) .wp-block-latest-posts__post-excerpt {
  color: var(--cs-color-secondary);
}
.wp-block-latest-posts.has-small-font-size li,
.wp-block-latest-posts.has-small-font-size li a,
.wp-block-latest-posts.has-small-font-size .wp-block-latest-posts__post-author,
.wp-block-latest-posts.has-small-font-size .wp-block-latest-posts__post-date,
.wp-block-latest-posts.has-small-font-size .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts.has-medium-font-size li,
.wp-block-latest-posts.has-medium-font-size li a,
.wp-block-latest-posts.has-medium-font-size .wp-block-latest-posts__post-author,
.wp-block-latest-posts.has-medium-font-size .wp-block-latest-posts__post-date,
.wp-block-latest-posts.has-medium-font-size .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts.has-large-font-size li,
.wp-block-latest-posts.has-large-font-size li a,
.wp-block-latest-posts.has-large-font-size .wp-block-latest-posts__post-author,
.wp-block-latest-posts.has-large-font-size .wp-block-latest-posts__post-date,
.wp-block-latest-posts.has-large-font-size .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts.has-x-large-font-size li,
.wp-block-latest-posts.has-x-large-font-size li a,
.wp-block-latest-posts.has-x-large-font-size .wp-block-latest-posts__post-author,
.wp-block-latest-posts.has-x-large-font-size .wp-block-latest-posts__post-date,
.wp-block-latest-posts.has-x-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list.has-small-font-size li,
.wp-block-categories-list.has-small-font-size li a,
.wp-block-categories-list.has-small-font-size .wp-block-latest-posts__post-author,
.wp-block-categories-list.has-small-font-size .wp-block-latest-posts__post-date,
.wp-block-categories-list.has-small-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list.has-medium-font-size li,
.wp-block-categories-list.has-medium-font-size li a,
.wp-block-categories-list.has-medium-font-size .wp-block-latest-posts__post-author,
.wp-block-categories-list.has-medium-font-size .wp-block-latest-posts__post-date,
.wp-block-categories-list.has-medium-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list.has-large-font-size li,
.wp-block-categories-list.has-large-font-size li a,
.wp-block-categories-list.has-large-font-size .wp-block-latest-posts__post-author,
.wp-block-categories-list.has-large-font-size .wp-block-latest-posts__post-date,
.wp-block-categories-list.has-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list.has-x-large-font-size li,
.wp-block-categories-list.has-x-large-font-size li a,
.wp-block-categories-list.has-x-large-font-size .wp-block-latest-posts__post-author,
.wp-block-categories-list.has-x-large-font-size .wp-block-latest-posts__post-date,
.wp-block-categories-list.has-x-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list.has-small-font-size li,
.wp-block-categories__list.has-small-font-size li a,
.wp-block-categories__list.has-small-font-size .wp-block-latest-posts__post-author,
.wp-block-categories__list.has-small-font-size .wp-block-latest-posts__post-date,
.wp-block-categories__list.has-small-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list.has-medium-font-size li,
.wp-block-categories__list.has-medium-font-size li a,
.wp-block-categories__list.has-medium-font-size .wp-block-latest-posts__post-author,
.wp-block-categories__list.has-medium-font-size .wp-block-latest-posts__post-date,
.wp-block-categories__list.has-medium-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list.has-large-font-size li,
.wp-block-categories__list.has-large-font-size li a,
.wp-block-categories__list.has-large-font-size .wp-block-latest-posts__post-author,
.wp-block-categories__list.has-large-font-size .wp-block-latest-posts__post-date,
.wp-block-categories__list.has-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list.has-x-large-font-size li,
.wp-block-categories__list.has-x-large-font-size li a,
.wp-block-categories__list.has-x-large-font-size .wp-block-latest-posts__post-author,
.wp-block-categories__list.has-x-large-font-size .wp-block-latest-posts__post-date,
.wp-block-categories__list.has-x-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list.has-small-font-size li,
.wp-block-archives-list.has-small-font-size li a,
.wp-block-archives-list.has-small-font-size .wp-block-latest-posts__post-author,
.wp-block-archives-list.has-small-font-size .wp-block-latest-posts__post-date,
.wp-block-archives-list.has-small-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list.has-medium-font-size li,
.wp-block-archives-list.has-medium-font-size li a,
.wp-block-archives-list.has-medium-font-size .wp-block-latest-posts__post-author,
.wp-block-archives-list.has-medium-font-size .wp-block-latest-posts__post-date,
.wp-block-archives-list.has-medium-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list.has-large-font-size li,
.wp-block-archives-list.has-large-font-size li a,
.wp-block-archives-list.has-large-font-size .wp-block-latest-posts__post-author,
.wp-block-archives-list.has-large-font-size .wp-block-latest-posts__post-date,
.wp-block-archives-list.has-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list.has-x-large-font-size li,
.wp-block-archives-list.has-x-large-font-size li a,
.wp-block-archives-list.has-x-large-font-size .wp-block-latest-posts__post-author,
.wp-block-archives-list.has-x-large-font-size .wp-block-latest-posts__post-date,
.wp-block-archives-list.has-x-large-font-size .wp-block-latest-posts__post-excerpt {
  font-size: inherit;
}
.wp-block-latest-posts[style*=font-style] li,
.wp-block-latest-posts[style*=font-style] li a,
.wp-block-latest-posts[style*=font-style] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=font-style] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=font-style] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=font-style] li,
.wp-block-categories-list[style*=font-style] li a,
.wp-block-categories-list[style*=font-style] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=font-style] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=font-style] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=font-style] li,
.wp-block-categories__list[style*=font-style] li a,
.wp-block-categories__list[style*=font-style] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=font-style] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=font-style] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=font-style] li,
.wp-block-archives-list[style*=font-style] li a,
.wp-block-archives-list[style*=font-style] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=font-style] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=font-style] .wp-block-latest-posts__post-excerpt {
  font-style: inherit;
}
.wp-block-latest-posts[style*=font-weight] li,
.wp-block-latest-posts[style*=font-weight] li a,
.wp-block-latest-posts[style*=font-weight] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=font-weight] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=font-weight] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=font-weight] li,
.wp-block-categories-list[style*=font-weight] li a,
.wp-block-categories-list[style*=font-weight] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=font-weight] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=font-weight] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=font-weight] li,
.wp-block-categories__list[style*=font-weight] li a,
.wp-block-categories__list[style*=font-weight] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=font-weight] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=font-weight] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=font-weight] li,
.wp-block-archives-list[style*=font-weight] li a,
.wp-block-archives-list[style*=font-weight] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=font-weight] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=font-weight] .wp-block-latest-posts__post-excerpt {
  font-weight: inherit;
}
.wp-block-latest-posts[style*=line-height] li,
.wp-block-latest-posts[style*=line-height] li a,
.wp-block-latest-posts[style*=line-height] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=line-height] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=line-height] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=line-height] li,
.wp-block-categories-list[style*=line-height] li a,
.wp-block-categories-list[style*=line-height] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=line-height] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=line-height] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=line-height] li,
.wp-block-categories__list[style*=line-height] li a,
.wp-block-categories__list[style*=line-height] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=line-height] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=line-height] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=line-height] li,
.wp-block-archives-list[style*=line-height] li a,
.wp-block-archives-list[style*=line-height] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=line-height] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=line-height] .wp-block-latest-posts__post-excerpt {
  line-height: inherit;
}
.wp-block-latest-posts[style*=letter-spacing] li,
.wp-block-latest-posts[style*=letter-spacing] li a,
.wp-block-latest-posts[style*=letter-spacing] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=letter-spacing] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=letter-spacing] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=letter-spacing] li,
.wp-block-categories-list[style*=letter-spacing] li a,
.wp-block-categories-list[style*=letter-spacing] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=letter-spacing] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=letter-spacing] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=letter-spacing] li,
.wp-block-categories__list[style*=letter-spacing] li a,
.wp-block-categories__list[style*=letter-spacing] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=letter-spacing] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=letter-spacing] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=letter-spacing] li,
.wp-block-archives-list[style*=letter-spacing] li a,
.wp-block-archives-list[style*=letter-spacing] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=letter-spacing] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=letter-spacing] .wp-block-latest-posts__post-excerpt {
  letter-spacing: inherit;
}
.wp-block-latest-posts[style*=text-transform] li,
.wp-block-latest-posts[style*=text-transform] li a,
.wp-block-latest-posts[style*=text-transform] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=text-transform] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=text-transform] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=text-transform] li,
.wp-block-categories-list[style*=text-transform] li a,
.wp-block-categories-list[style*=text-transform] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=text-transform] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=text-transform] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=text-transform] li,
.wp-block-categories__list[style*=text-transform] li a,
.wp-block-categories__list[style*=text-transform] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=text-transform] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=text-transform] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=text-transform] li,
.wp-block-archives-list[style*=text-transform] li a,
.wp-block-archives-list[style*=text-transform] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=text-transform] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=text-transform] .wp-block-latest-posts__post-excerpt {
  text-transform: inherit;
}
.wp-block-latest-posts[style*="text-decoration:line-through"],
.wp-block-categories-list[style*="text-decoration:line-through"],
.wp-block-categories__list[style*="text-decoration:line-through"],
.wp-block-archives-list[style*="text-decoration:line-through"] {
  text-decoration: none !important;
}
.wp-block-latest-posts[style*="text-decoration:line-through"] li a,
.wp-block-latest-posts[style*="text-decoration:line-through"] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*="text-decoration:line-through"] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*="text-decoration:line-through"] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*="text-decoration:line-through"] li a,
.wp-block-categories-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*="text-decoration:line-through"] li a,
.wp-block-categories__list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*="text-decoration:line-through"] li a,
.wp-block-archives-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-excerpt {
  text-decoration: line-through;
}
.wp-block-latest-posts[style*="text-decoration:underline"],
.wp-block-categories-list[style*="text-decoration:underline"],
.wp-block-categories__list[style*="text-decoration:underline"],
.wp-block-archives-list[style*="text-decoration:underline"] {
  text-decoration: none !important;
}
.wp-block-latest-posts[style*="text-decoration:underline"] li a,
.wp-block-latest-posts[style*="text-decoration:underline"] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*="text-decoration:underline"] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*="text-decoration:underline"] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*="text-decoration:underline"] li a,
.wp-block-categories-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*="text-decoration:underline"] li a,
.wp-block-categories__list[style*="text-decoration:underline"] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*="text-decoration:underline"] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*="text-decoration:underline"] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*="text-decoration:underline"] li a,
.wp-block-archives-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-excerpt {
  text-decoration: underline;
}
.wp-block-latest-posts > li > a,
.wp-block-categories-list > li > a,
.wp-block-categories__list > li > a,
.wp-block-archives-list > li > a {
  max-width: 100%;
  word-wrap: break-word;
  transition: 0.25s;
}
.wp-block-latest-posts ul.children,
.wp-block-categories-list ul.children,
.wp-block-categories__list ul.children,
.wp-block-archives-list ul.children {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0.5rem;
}
.wp-block-latest-posts ul.children li,
.wp-block-categories-list ul.children li,
.wp-block-categories__list ul.children li,
.wp-block-archives-list ul.children li {
  padding: 0.5rem 0;
}
.wp-block-latest-posts ul.children li:last-child,
.wp-block-categories-list ul.children li:last-child,
.wp-block-categories__list ul.children li:last-child,
.wp-block-archives-list ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wp-block-latest-posts ul.children li a,
.wp-block-categories-list ul.children li a,
.wp-block-categories__list ul.children li a,
.wp-block-archives-list ul.children li a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.wp-block-latest-posts ul.children ul.children li,
.wp-block-categories-list ul.children ul.children li,
.wp-block-categories__list ul.children ul.children li,
.wp-block-archives-list ul.children ul.children li {
  margin-left: 1rem;
  padding-left: 0;
}
.wp-block-latest-posts ul.sub-menu,
.wp-block-categories-list ul.sub-menu,
.wp-block-categories__list ul.sub-menu,
.wp-block-archives-list ul.sub-menu {
  margin-top: 0.5rem;
}
.wp-block-latest-posts ul.sub-menu li,
.wp-block-categories-list ul.sub-menu li,
.wp-block-categories__list ul.sub-menu li,
.wp-block-archives-list ul.sub-menu li {
  padding: 0.5rem 0;
}
.wp-block-latest-posts ul.sub-menu li:last-child,
.wp-block-categories-list ul.sub-menu li:last-child,
.wp-block-categories__list ul.sub-menu li:last-child,
.wp-block-archives-list ul.sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wp-block-latest-posts ul.sub-menu li a,
.wp-block-categories-list ul.sub-menu li a,
.wp-block-categories__list ul.sub-menu li a,
.wp-block-archives-list ul.sub-menu li a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.wp-block-latest-posts ul.sub-menu ul.sub-menu li,
.wp-block-categories-list ul.sub-menu ul.sub-menu li,
.wp-block-categories__list ul.sub-menu ul.sub-menu li,
.wp-block-archives-list ul.sub-menu ul.sub-menu li {
  margin-left: 1rem;
  padding-left: 0;
}
.wp-block-latest-posts .screen-reader-text,
.wp-block-categories-list .screen-reader-text,
.wp-block-categories__list .screen-reader-text,
.wp-block-archives-list .screen-reader-text {
  display: none;
}

.wp-block-latest-posts:not(.is-style-cs-latest-layout) li .wp-block-latest-posts__post-title {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) li .wp-block-latest-posts__post-title {
  font-size: 1.25rem;
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) li .wp-block-latest-posts__post-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout) li:has(.wp-block-latest-posts__featured-image) {
  padding-bottom: 2rem;
}
.wp-block-latest-posts:not(.is-style-cs-latest-layout).aligncenter li {
  margin-left: auto;
  margin-right: auto;
}

.wp-block label {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block label {
  margin-bottom: 0.75rem;
}
.wp-block select {
  display: block;
  width: 100%;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  line-height: var(--cs-font-input-line-height);
  box-shadow: none;
}
.wp-block select {
  padding: 0.9375rem 1.5rem;
}
.wp-block select {
  border-radius: var(--cs-button-border-radius);
}
.wp-block select {
  font-family: var(--cs-font-input-family), sans-serif;
  font-size: var(--cs-font-input-size);
  font-weight: var(--cs-font-input-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-input-line-height);
  letter-spacing: var(--cs-font-input-letter-spacing);
  text-transform: var(--cs-font-input-text-transform);
}
.wp-block select {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  margin: 0;
  outline: none;
  appearance: none;
  border: none;
  background-color: var(--cs-color-input, var(--cs-layout-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  transition: 0.25s;
}
.wp-block select:focus {
  outline: none;
  box-shadow: none;
}
.wp-block select:focus::placeholder {
  opacity: 1;
}
.wp-block select::placeholder {
  color: var(--cs-color-secondary);
}
.wp-block select:not([size]):not([multiple]) {
  height: calc(var(--cs-font-input-line-height) + var(--cs-input-padding-y, 1rem) * 2 + var(--cs-input-border-size, 1px) * 2);
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='currentColor'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 0.6em;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
[data-scheme=dark] .wp-block select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
[data-scheme=inverse] .wp-block select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block select:not([size]):not([multiple]) {
  background-position: calc(100% - var(--cs-input-padding-y, 1rem)) center;
}

.wp-block-site-title {
  font-family: var(--cs-font-main-logo-family), sans-serif;
  font-size: var(--cs-font-main-logo-size);
  font-weight: var(--cs-font-main-logo-weight);
  font-style: var(--cs-font-main-logo-style);
  letter-spacing: var(--cs-font-main-logo-letter-spacing);
  text-transform: var(--cs-font-main-logo-text-transform);
}
.wp-block-site-title a {
  text-decoration: none;
}

.wp-block .wp-block-post-title:not(:first-child) {
  margin-top: 0.5rem;
}

.wp-block-group:has(.wp-block-post-navigation-link + .wp-block-post-navigation-link.has-text-align-right) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wp-block-post-title {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.wp-block-post-title a {
  display: block;
  text-decoration: none;
}
.wp-block-post-title a {
  display: inline;
  padding-bottom: 0.05em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-section-color-title, var(--cs-color-primary));
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-post-title a:hover {
  background-size: 100% 1px;
  color: var(--cs-color-primary);
}
.entry-content .is-layout-constrained .wp-block-post-title.alignwide, .entry-content .is-layout-constrained .wp-block-post-title.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-post-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.wp-block-post-excerpt {
  margin-top: 0.5rem;
  color: var(--cs-color-secondary);
}
.wp-block-post-excerpt__more-text {
  margin-top: 0.5rem;
}
.wp-block-post-excerpt:not(.has-link-color) .wp-block-post-excerpt__more-link {
  color: var(--cs-color-accent);
}
.wp-block-post-excerpt[style*="text-decoration:line-through"] .wp-block-post-excerpt__more-link {
  text-decoration: line-through;
}

.wp-block-post-terms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  background: none;
}
.wp-block-post-terms {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.wp-block-post-terms:not(:first-child) {
  margin-top: 1.25rem;
}
.wp-block-post-terms.has-text-align-left {
  justify-content: flex-start;
}
.wp-block-post-terms.has-text-align-right {
  justify-content: flex-end;
}
.wp-block-post-terms.has-text-align-center {
  justify-content: center;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.wp-block-post-terms a {
  display: flex;
  align-items: center;
}
.wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
  color: var(--cs-color-accent);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
    color: var(--cs-color-primary);
  }
}
.wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
    color: var(--cs-color-secondary);
  }
}
[data-scheme=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
  color: var(--cs-color-secondary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
    color: var(--cs-color-secondary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
    color: var(--cs-color-secondary);
  }
}
.wp-block-post-terms[style*=underline] {
  text-decoration: none !important;
}
.wp-block-post-terms[style*=underline] a {
  text-decoration: underline;
}
.wp-block-post-terms[style*=line-through] {
  text-decoration: none !important;
}
.wp-block-post-terms[style*=line-through] a {
  text-decoration: line-through !important;
}

.wp-block-post-date {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--cs-color-secondary);
}
.wp-block-post-date:not([style*=line-height]) {
  line-height: 1;
}
.wp-block-post-date.has-small-font-size time, .wp-block-post-date.has-medium-font-size time, .wp-block-post-date.has-large-font-size time, .wp-block-post-date.has-x-large-font-size time {
  font-size: inherit;
}
.wp-block-post-date[style*=font-style] time {
  font-style: inherit;
}
.wp-block-post-date[style*=font-weight] time {
  font-weight: inherit;
}
.wp-block-post-date[style*=line-height] time {
  line-height: inherit;
}
.wp-block-post-date[style*=letter-spacing] time {
  letter-spacing: inherit;
}
.wp-block-post-date[style*=text-transform] time {
  text-transform: inherit;
}
.wp-block-post-date[style*="text-decoration:underline"], .wp-block-post-date[style*="text-decoration: underline"] {
  text-decoration: none !important;
}
.wp-block-post-date[style*="text-decoration:underline"] time, .wp-block-post-date[style*="text-decoration: underline"] time {
  text-decoration: underline;
}
.wp-block-post-date[style*="text-decoration:line-through"], .wp-block-post-date[style*="text-decoration: line-through"] {
  text-decoration: none !important;
}
.wp-block-post-date[style*="text-decoration:line-through"] time, .wp-block-post-date[style*="text-decoration: line-through"] time {
  text-decoration: line-through;
}

.wp-block-post-author {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-post-author .wp-block-post-author__content {
  display: flex;
  flex-direction: column;
}
.wp-block-post-author .wp-block-post-author__content .wp-block-post-author__byline {
  font-size: inherit;
}
.wp-block-post-author .wp-block-post-author__content .wp-block-post-author__link {
  display: inline;
  padding-bottom: 0;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-post-author .wp-block-post-author__content .wp-block-post-author__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.wp-block-post-author .wp-block-post-author__content .wp-block-post-author__link:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.wp-block-post-author:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) {
  font-size: 1rem;
}
.wp-block-post-author .wp-block-post-author__avatar img {
  border-radius: var(--cs-avatar-border-radius);
}

.wp-block-avatar img {
  border-radius: var(--cs-avatar-border-radius);
}
.wp-block-avatar img[style*=border-width] {
  border-style: solid;
}

.wp-block-read-more {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-read-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
  border-radius: var(--cs-button-border-radius);
}
.wp-block-read-more:not(:has(.has-inline-color), .has-inline-color) {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.wp-block-read-more:not(:has(.has-inline-color), .has-inline-color):focus, .wp-block-read-more:not(:has(.has-inline-color), .has-inline-color):hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
}
.wp-block-read-more:not(:has(.has-inline-color, .has-text-color), .has-inline-color, .has-text-color) {
  color: var(--cs-color-button-contrast);
}
.wp-block-read-more:not(:has(.has-inline-color, .has-text-color), .has-inline-color, .has-text-color):focus, .wp-block-read-more:not(:has(.has-inline-color, .has-text-color), .has-inline-color, .has-text-color):hover {
  color: var(--cs-color-button-hover-contrast);
}
.wp-block-read-more:not(:has(.has-inline-color, .has-black-background-color), .has-inline-color, .has-black-background-color) {
  background-color: var(--cs-color-button);
}
.wp-block-read-more:not(:has(.has-inline-color, .has-black-background-color), .has-inline-color, .has-black-background-color):focus, .wp-block-read-more:not(:has(.has-inline-color, .has-black-background-color), .has-inline-color, .has-black-background-color):hover {
  background-color: var(--cs-color-button-hover);
}
.wp-block-read-more:focus, .wp-block-read-more:hover {
  outline: none;
}
.wp-block-read-more:disabled, .wp-block-read-more:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.wp-block-read-more:disabled:hover, .wp-block-read-more:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.wp-block-read-more b, .wp-block-read-more strong {
  color: inherit;
}

.wp-block-query .wp-block-post-featured-image {
  margin-bottom: 1.5rem;
}
.wp-block-query .wp-block-post-featured-image img {
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block-query .wp-block-query-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  padding: 0;
}
.wp-block-query .wp-block-query-pagination > a, .wp-block-query .wp-block-query-pagination > span {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.wp-block-query .wp-block-query-pagination > a, .wp-block-query .wp-block-query-pagination > span {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-query .wp-block-query-pagination > a:hover {
  color: var(--cs-color-primary);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > span, .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > a {
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > span, .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > .current {
  color: var(--cs-color-primary-contrast);
  background-color: var(--cs-color-primary);
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.5rem 0.75rem;
}
.wp-block-query .wp-block-query-pagination a.post-page-numbers:hover, .wp-block-query .wp-block-query-pagination a.page-numbers:hover, .wp-block-query .wp-block-query-pagination a.wp-block-query-pagination-previous:hover, .wp-block-query .wp-block-query-pagination a.wp-block-query-pagination-next:hover {
  color: var(--cs-color-accent);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous {
  font-size: 0;
  text-decoration: none;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous:before {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e913";
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next {
  font-size: 0;
  text-decoration: none;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next:after {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e912";
}

.wp-block-post-template .wp-block-post-date {
  margin-top: 0.25rem;
}
.wp-block-post-template .wp-block-post-title {
  margin-bottom: 0;
}
.wp-block-post-template.is-flex-container {
  row-gap: 5rem;
  column-gap: 1.5rem;
}
.wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li {
  position: relative;
}
.wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:after {
  background-color: var(--cs-color-border);
  display: block;
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: 100%;
  height: 1px;
  content: "";
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:nth-last-child(-n+2):after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:last-child:after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .wp-block-post-template.is-flex-container {
    row-gap: 3.75rem;
  }
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:after {
    bottom: -1.875rem;
  }
}
@media (max-width: 991.98px) {
  .wp-block-post-template.is-flex-container {
    row-gap: 2.5rem;
  }
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:after {
    bottom: -1.25rem;
  }
}
@media (max-width: 575.98px) {
  .wp-block-post-template.is-flex-container {
    row-gap: 2.5rem;
  }
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:after {
    bottom: -1.25rem;
  }
}
.wp-block-post-template.is-flex-container.is-flex-container[class*=columns-] > li {
  width: 100%;
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 1rem);
  }
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(33.33333% - 1rem);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 1200px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(16.66667% - 1.25rem);
  }
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(33.33333% - 1rem);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 1200px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.2857142857rem);
  }
}
.alignfull .wp-block-post-template.is-layout-constrained .alignwide,
.alignfull .wp-block-post-template.is-layout-constrained .alignfull {
  width: unset;
  margin-left: unset;
  margin-right: unset;
}
.alignfull .wp-block-post-template.is-layout-constrained.has-background > li {
  max-width: var(--cs-entry-content-medium-width);
  margin-left: auto;
  margin-right: auto;
}
.alignfull .wp-block-post-template.is-layout-constrained:not(.has-background) {
  max-width: var(--cs-entry-content-medium-width);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-template.has-text-color .wp-block-post-title,
.wp-block-post-template.has-text-color .wp-block-post-excerpt {
  color: inherit;
}
.wp-block-post-template.has-text-color:not(.has-link-color) .wp-block-post-date, .wp-block-post-template.has-text-color:not(.has-link-color) .wp-block-post-date time, .wp-block-post-template.has-text-color:not(.has-link-color) .wp-block-post-date time a {
  color: inherit;
}
.wp-block-post-template.has-small-font-size .wp-block-post-title,
.wp-block-post-template.has-small-font-size .wp-block-post-date time, .wp-block-post-template.has-small-font-size .wp-block-post-date time a,
.wp-block-post-template.has-small-font-size .wp-block-post-excerpt, .wp-block-post-template.has-medium-font-size .wp-block-post-title,
.wp-block-post-template.has-medium-font-size .wp-block-post-date time, .wp-block-post-template.has-medium-font-size .wp-block-post-date time a,
.wp-block-post-template.has-medium-font-size .wp-block-post-excerpt, .wp-block-post-template.has-large-font-size .wp-block-post-title,
.wp-block-post-template.has-large-font-size .wp-block-post-date time, .wp-block-post-template.has-large-font-size .wp-block-post-date time a,
.wp-block-post-template.has-large-font-size .wp-block-post-excerpt, .wp-block-post-template.has-x-large-font-size .wp-block-post-title,
.wp-block-post-template.has-x-large-font-size .wp-block-post-date time, .wp-block-post-template.has-x-large-font-size .wp-block-post-date time a,
.wp-block-post-template.has-x-large-font-size .wp-block-post-excerpt {
  font-size: inherit;
}
.wp-block-post-template[style*=font-style] .wp-block-post-title,
.wp-block-post-template[style*=font-style] .wp-block-post-date time, .wp-block-post-template[style*=font-style] .wp-block-post-date time a,
.wp-block-post-template[style*=font-style] .wp-block-post-excerpt {
  font-style: inherit;
}
.wp-block-post-template[style*=font-weight] .wp-block-post-title,
.wp-block-post-template[style*=font-weight] .wp-block-post-date time, .wp-block-post-template[style*=font-weight] .wp-block-post-date time a,
.wp-block-post-template[style*=font-weight] .wp-block-post-excerpt {
  font-weight: inherit;
}
.wp-block-post-template[style*=line-height] .wp-block-post-title,
.wp-block-post-template[style*=line-height] .wp-block-post-date time, .wp-block-post-template[style*=line-height] .wp-block-post-date time a,
.wp-block-post-template[style*=line-height] .wp-block-post-excerpt {
  line-height: inherit;
}
.wp-block-post-template[style*=letter-spacing] .wp-block-post-title,
.wp-block-post-template[style*=letter-spacing] .wp-block-post-date time, .wp-block-post-template[style*=letter-spacing] .wp-block-post-date time a,
.wp-block-post-template[style*=letter-spacing] .wp-block-post-excerpt {
  letter-spacing: inherit;
}
.wp-block-post-template[style*=text-transform] .wp-block-post-title,
.wp-block-post-template[style*=text-transform] .wp-block-post-date time, .wp-block-post-template[style*=text-transform] .wp-block-post-date time a,
.wp-block-post-template[style*=text-transform] .wp-block-post-excerpt {
  text-transform: inherit;
}

.wp-block-comments-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  padding: 0;
}
@media (min-width: 768px) {
  .wp-block-comments-pagination {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .wp-block-comments-pagination {
    margin-top: 5rem;
  }
}
.wp-block-comments-pagination > a, .wp-block-comments-pagination > span {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.wp-block-comments-pagination > a, .wp-block-comments-pagination > span {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-comments-pagination > a:hover {
  color: var(--cs-color-primary);
}
.wp-block-comments-pagination .wp-block-comments-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-numbers > span, .wp-block-comments-pagination .wp-block-comments-pagination-numbers > a {
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
.wp-block-comments-pagination .wp-block-comments-pagination-numbers > span, .wp-block-comments-pagination .wp-block-comments-pagination-numbers > a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-comments-pagination .wp-block-comments-pagination-numbers > .current {
  color: var(--cs-color-primary-contrast);
  background-color: var(--cs-color-primary);
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.5rem 0.75rem;
  margin: 0 0.75rem;
}
.wp-block-comments-pagination a.post-page-numbers:hover, .wp-block-comments-pagination a.page-numbers:hover, .wp-block-comments-pagination a.wp-block-query-pagination-previous:hover, .wp-block-comments-pagination a.wp-block-query-pagination-next:hover {
  color: var(--cs-color-primary);
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous {
  font-size: 0;
  text-decoration: none;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous:before {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e913";
}
.wp-block-comments-pagination .wp-block-comments-pagination-next {
  font-size: 0;
  text-decoration: none;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next:after {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e912";
}

.wp-block-comments .wp-block-columns {
  gap: 1rem;
}
.wp-block-comments .wp-block-columns:not(:last-child) {
  margin-bottom: 2rem;
}
.wp-block-comments .wp-block-columns:last-child {
  margin-bottom: 1rem;
}
.wp-block-comments .wp-block-comment-date,
.wp-block-comments .wp-block-comment-edit-link {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-comments .wp-block-comment-author-name {
  margin-bottom: 0.25rem !important;
}
.wp-block-comments .wp-block-comment-author-name,
.wp-block-comments .wp-block-comment-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-comments .wp-block-comment-author-name a,
.wp-block-comments .wp-block-comment-date a {
  text-decoration: none;
}
.wp-block-comments .wp-block-comment-edit-link a {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-comments .wp-block-comment-edit-link a {
  display: inline;
  padding-bottom: 0;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-accent);
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-comments .wp-block-comment-edit-link a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-accent);
}
.wp-block-comments .wp-block-comment-content {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.wp-block-comments .wp-block-comment-content {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
}
.wp-block-comments .wp-block-comment-reply-link {
  margin-top: 0.5rem !important;
}
.wp-block-comments:not(.has-text-color) .wp-block-comment-content {
  color: var(--cs-color-primary);
}
.wp-block-comments.has-text-color .comment-reply-title,
.wp-block-comments.has-text-color .comment-form-cookies-consent label {
  color: inherit;
}
.wp-block-comments.has-text-color:not(.has-link-color) .wp-block-comment-author-name a,
.wp-block-comments.has-text-color:not(.has-link-color) .wp-block-comment-date a {
  color: inherit;
}
.wp-block-comments.has-small-font-size .wp-block-comment-content, .wp-block-comments.has-medium-font-size .wp-block-comment-content, .wp-block-comments.has-large-font-size .wp-block-comment-content, .wp-block-comments.has-x-large-font-size .wp-block-comment-content {
  font-size: inherit;
}
.wp-block-comments[style*=font-style] .wp-block-comment-content {
  font-style: inherit;
}
.wp-block-comments[style*=font-weight] .wp-block-comment-content {
  font-weight: inherit;
}
.wp-block-comments[style*=line-height] .wp-block-comment-content {
  line-height: inherit;
}
.wp-block-comments[style*=letter-spacing] .wp-block-comment-content {
  letter-spacing: inherit;
}
.wp-block-comments[style*=text-transform] .wp-block-comment-content {
  text-transform: inherit;
}

.wp-block-post-comments-form {
  margin-bottom: 2.5rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block-post-comments-form .comment-form > p {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.wp-block-post-comments-form .comment-form > p:not(:last-child, .form-submit) {
  margin-bottom: 1.5rem;
}
.wp-block-post-comments-form .comment-form > p.comment-form-cookies-consent label {
  margin-top: 0.35em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wp-block-post-comments-form .comment-form > p {
    column-gap: 1rem;
  }
  .wp-block-post-comments-form .comment-form > p.comment-form-author {
    flex: 0 0 calc(50% - 0.5rem);
  }
  .wp-block-post-comments-form .comment-form > p.comment-form-email {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.wp-block-post-comments-form .comment-form input:not([type=submit]),
.wp-block-post-comments-form .comment-form textarea {
  background: var(--cs-site-background);
  border: none;
}
.wp-block-post-comments-form .comment-form .wp-block-button .wp-block-button__link {
  border: none;
}
.wp-block-post-comments-form.has-text-color .comment-reply-title,
.wp-block-post-comments-form.has-text-color .comment-form-cookies-consent label {
  color: inherit;
}
.wp-block-post-comments-form.has-small-font-size .comment-form > p, .wp-block-post-comments-form.has-small-font-size .comment-form > p a, .wp-block-post-comments-form.has-small-font-size .comment-form-cookies-consent label, .wp-block-post-comments-form.has-medium-font-size .comment-form > p, .wp-block-post-comments-form.has-medium-font-size .comment-form > p a, .wp-block-post-comments-form.has-medium-font-size .comment-form-cookies-consent label, .wp-block-post-comments-form.has-large-font-size .comment-form > p, .wp-block-post-comments-form.has-large-font-size .comment-form > p a, .wp-block-post-comments-form.has-large-font-size .comment-form-cookies-consent label, .wp-block-post-comments-form.has-x-large-font-size .comment-form > p, .wp-block-post-comments-form.has-x-large-font-size .comment-form > p a, .wp-block-post-comments-form.has-x-large-font-size .comment-form-cookies-consent label {
  font-size: inherit;
}
.wp-block-post-comments-form[style*=font-style] .comment-form > p, .wp-block-post-comments-form[style*=font-style] .comment-form > p a, .wp-block-post-comments-form[style*=font-style] .comment-form-cookies-consent label {
  font-style: inherit;
}
.wp-block-post-comments-form[style*=font-weight] .comment-form > p, .wp-block-post-comments-form[style*=font-weight] .comment-form > p a, .wp-block-post-comments-form[style*=font-weight] .comment-form-cookies-consent label {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*=line-height] .comment-form > p, .wp-block-post-comments-form[style*=line-height] .comment-form > p a, .wp-block-post-comments-form[style*=line-height] .comment-form-cookies-consent label {
  line-height: inherit;
}
.wp-block-post-comments-form[style*=letter-spacing] .comment-form > p, .wp-block-post-comments-form[style*=letter-spacing] .comment-form > p a, .wp-block-post-comments-form[style*=letter-spacing] .comment-form-cookies-consent label {
  letter-spacing: inherit;
}
.wp-block-post-comments-form[style*=text-transform] .comment-form > p, .wp-block-post-comments-form[style*=text-transform] .comment-form > p a, .wp-block-post-comments-form[style*=text-transform] .comment-form-cookies-consent label {
  text-transform: inherit;
}

.wp-block-rss__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wp-block-rss__item-publish-date, .wp-block-rss__item-author {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-rss__item-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.wp-block-rss__item-excerpt {
  margin-top: 0.25rem;
  color: var(--cs-color-secondary);
}
.wp-block-rss.aligncenter {
  margin-left: 2rem;
  margin-right: 2rem;
}

.wp-block-tag-cloud {
  margin: 0 auto;
}
.is-style-outline .wp-block-tag-cloud, .wp-block-tag-cloud.is-style-outline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.is-style-outline .wp-block-tag-cloud, .wp-block-tag-cloud.is-style-outline {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
@media (max-width: 767.98px) {
  .is-style-outline .wp-block-tag-cloud, .wp-block-tag-cloud.is-style-outline {
    font-size: 0.75rem;
  }
}
.is-style-outline .wp-block-tag-cloud, .wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.is-style-outline .wp-block-tag-cloud li, .wp-block-tag-cloud.is-style-outline li {
  position: relative;
  line-height: 1;
}
.is-style-outline .wp-block-tag-cloud li a, .wp-block-tag-cloud.is-style-outline li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.is-style-outline .wp-block-tag-cloud a, .wp-block-tag-cloud.is-style-outline a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.is-style-outline .wp-block-tag-cloud a, .wp-block-tag-cloud.is-style-outline a {
  display: flex;
  padding: 0.5rem 0.875rem;
  justify-content: center;
  align-items: center;
  background: var(--cs-layout-background);
  color: var(--cs-color-secondary);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-tag-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.is-style-outline .wp-block-tag-cloud a:hover, .wp-block-tag-cloud.is-style-outline a:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  border-color: var(--cs-color-button-hover);
}
.is-style-outline .wp-block-tag-cloud a, .wp-block-tag-cloud.is-style-outline a {
  font-size: var(--cs-font-category-size) !important;
  border: none;
}

.wp-block-calendar table {
  margin: 0;
}
.wp-block-calendar td,
.wp-block-calendar th {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-calendar td,
.wp-block-calendar th {
  padding: 0.25rem;
  line-height: 2.75rem;
  text-align: center;
  border-top: 1px solid var(--cs-color-border);
  color: var(--cs-color-secondary);
}
.wp-block-calendar th {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-calendar th {
  border-bottom: none;
  color: var(--cs-color-primary);
  border-bottom: 1px solid var(--cs-color-border);
}
.wp-block-calendar tr {
  border: none;
}
.wp-block-calendar tbody td a {
  position: relative;
  display: block;
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-calendar tbody td#today a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--cs-color-secondary);
  border-left: 10px solid transparent;
  transition: 0.25s;
  content: "";
}
.wp-block-calendar tfoot td {
  text-align: left;
}
.wp-block-calendar tfoot td a {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
}
.wp-block-calendar tfoot td a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-calendar tfoot td a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: var(--cs-color-contrast-300);
}
.wp-block-calendar tfoot td a:hover {
  color: var(--cs-color-primary);
}
.wp-block-calendar caption {
  color: var(--cs-color-primary);
  caption-side: top;
  padding-top: 0;
  text-align: left;
}
.wp-block-calendar caption {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.wp-block-calendar .wp-calendar-nav a {
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.wp-block-calendar .wp-calendar-nav a:hover {
  color: var(--cs-color-secondary);
}
.wp-block-calendar .wp-calendar-nav .pad {
  width: 1rem;
}
.wp-block-calendar .wp-calendar-table.has-text-color thead {
  border-bottom: none;
}
.wp-block-calendar .wp-calendar-table.has-text-color td,
.wp-block-calendar .wp-calendar-table.has-text-color th {
  color: inherit;
  border-color: currentColor;
}
.wp-block-calendar .wp-calendar-table:not(.has-background, .has-text-color, .has-link-color) thead th {
  background-color: var(--cs-color-border);
  border-color: var(--cs-color-border);
}
.wp-block-calendar .wp-calendar-table:not(.has-background, .has-text-color, .has-link-color) tbody td {
  border-color: var(--cs-color-border);
}
.wp-block-calendar .wp-calendar-table:not(.has-background, .has-text-color, .has-link-color) tbody td a {
  background: var(--cs-layout-background);
  color: var(--cs-color-accent);
}
.wp-block-calendar .wp-calendar-table:not(.has-background, .has-text-color, .has-link-color) tbody td a:hover {
  background-color: var(--cs-color-secondary);
  color: var(--cs-color-secondary-contrast);
}
.wp-block-calendar .wp-calendar-table.has-background thead th, .wp-block-calendar .wp-calendar-table.has-text-color thead th, .wp-block-calendar .wp-calendar-table.has-link-color thead th {
  background-color: inherit;
  border-color: inherit;
}
.wp-block-calendar .wp-calendar-table.has-background tbody td, .wp-block-calendar .wp-calendar-table.has-text-color tbody td, .wp-block-calendar .wp-calendar-table.has-link-color tbody td {
  border-color: inherit;
}
.wp-block-calendar .wp-calendar-table.has-background tbody td a, .wp-block-calendar .wp-calendar-table.has-text-color tbody td a, .wp-block-calendar .wp-calendar-table.has-link-color tbody td a {
  text-decoration: underline;
}
.wp-block-calendar .wp-calendar-table.has-background tbody td a:hover, .wp-block-calendar .wp-calendar-table.has-text-color tbody td a:hover, .wp-block-calendar .wp-calendar-table.has-link-color tbody td a:hover {
  text-decoration: none;
}
.wp-block-calendar.aligncenter .wp-calendar-table {
  max-width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-calendar.has-small-font-size .wp-calendar-table caption, .wp-block-calendar.has-small-font-size .wp-calendar-table th, .wp-block-calendar.has-small-font-size .wp-calendar-table td, .wp-block-calendar.has-medium-font-size .wp-calendar-table caption, .wp-block-calendar.has-medium-font-size .wp-calendar-table th, .wp-block-calendar.has-medium-font-size .wp-calendar-table td, .wp-block-calendar.has-large-font-size .wp-calendar-table caption, .wp-block-calendar.has-large-font-size .wp-calendar-table th, .wp-block-calendar.has-large-font-size .wp-calendar-table td, .wp-block-calendar.has-x-large-font-size .wp-calendar-table caption, .wp-block-calendar.has-x-large-font-size .wp-calendar-table th, .wp-block-calendar.has-x-large-font-size .wp-calendar-table td {
  font-size: inherit;
}
.wp-block-calendar[style*=font-style] .wp-calendar-table caption, .wp-block-calendar[style*=font-style] .wp-calendar-table th, .wp-block-calendar[style*=font-style] .wp-calendar-table td {
  font-style: inherit;
}
.wp-block-calendar[style*=font-weight] .wp-calendar-table caption, .wp-block-calendar[style*=font-weight] .wp-calendar-table th, .wp-block-calendar[style*=font-weight] .wp-calendar-table td {
  font-weight: inherit;
}
.wp-block-calendar[style*=line-height] .wp-calendar-table caption, .wp-block-calendar[style*=line-height] .wp-calendar-table th, .wp-block-calendar[style*=line-height] .wp-calendar-table td {
  line-height: inherit;
}
.wp-block-calendar[style*=letter-spacing] .wp-calendar-table caption, .wp-block-calendar[style*=letter-spacing] .wp-calendar-table th, .wp-block-calendar[style*=letter-spacing] .wp-calendar-table td {
  letter-spacing: inherit;
}
.wp-block-calendar[style*=text-transform] .wp-calendar-table caption, .wp-block-calendar[style*=text-transform] .wp-calendar-table th, .wp-block-calendar[style*=text-transform] .wp-calendar-table td {
  text-transform: inherit;
}

.wp-block-navigation .has-text-color .wp-block-navigation-item a.wp-block-navigation-item__content,
.wp-block-navigation .has-link-color .wp-block-navigation-item a.wp-block-navigation-item__content {
  color: inherit;
}
.wp-block-navigation .has-text-color .wp-block-navigation-item a.wp-block-navigation-item__content:hover,
.wp-block-navigation .has-link-color .wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  color: inherit;
}
.wp-block-navigation .has-text-decoration-line-through .wp-block-navigation-item a.wp-block-navigation-item__content {
  text-decoration: line-through;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--cs-layout-background);
  }
}
[data-scheme=dark] .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--cs-layout-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--cs-layout-background);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--cs-layout-background);
  }
}
.wp-block-navigation__responsive-container-open {
  width: 40px;
  height: 40px;
}
.wp-block-navigation__responsive-container-open rect {
  height: 2px;
}
.wp-block-navigation__responsive-container-close {
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-navigation__responsive-container-close {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .wp-block-navigation__responsive-container-close {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-navigation__responsive-container-close {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-navigation__responsive-container-close {
    color: var(--cs-color-primary);
  }
}
.wp-block-navigation__responsive-dialog {
  max-width: var(--cs-entry-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--cs-site-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--cs-layout-background);
  }
}
[data-scheme=dark] .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--cs-layout-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--cs-layout-background);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--cs-layout-background);
  }
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}

.wp-block-audio.aligncenter {
  margin-left: 2rem;
  margin-right: 2rem;
}

.is-style-cs-headline {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.is-style-cs-headline {
  color: var(--cs-color-secondary);
}

/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry__overlay {
  position: relative;
}

.cs-overlay-background {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-overlay-background:after {
  border-radius: var(--cs-thumbnail-border-radius);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .cs-overlay-background:after {
    background: rgba(var(--cs-color-overlay-background), 0.4);
  }
}
@media (min-width: 992px) {
  .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(var(--cs-color-overlay-background), 0) 0%, rgba(var(--cs-color-overlay-background), 0.45) 55.96%);
  }
}
.cs-overlay-background.cs-overlay-transparent:after, .cs-overlay-background.cs-overlay-transparent:before {
  opacity: 0 !important;
}

.cs-overlay-content {
  padding: 10px;
}
.cs-overlay-content a {
  position: relative;
  z-index: 2;
}
.cs-overlay-content .cs-entry__post-meta a {
  z-index: 3;
}

.cs-overlay-link {
  display: flex;
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cs-overlay-link a {
  display: block;
}

.cs-overlay-ratio {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-overlay-ratio:not(.cs-ratio-original):before {
  content: "";
  display: table;
  box-sizing: border-box;
  width: 0;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-content {
  flex: 1 0 100%;
  width: 100%;
}

.cs-ratio-landscape:before {
  padding-bottom: 75%;
}

.cs-ratio-landscape-3-2:before {
  padding-bottom: 66.66667%;
}

.cs-ratio-landscape-16-9:before {
  padding-bottom: 56.25%;
}

.cs-ratio-landscape-21-9:before {
  padding-bottom: 42.85%;
}

.cs-ratio-portrait:before {
  padding-bottom: 133.33333%;
}

.cs-ratio-portrait-2-3:before {
  padding-bottom: 150%;
}

.cs-ratio-square:before {
  padding-bottom: 100%;
}

@media (max-width: 991.98px) {
  .cs-ratio-wide:before {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 992px) {
  .cs-ratio-wide:before {
    min-height: 520px;
  }
}

@media (max-width: 575.98px) {
  .cs-ratio-fullwidth:before {
    padding-bottom: 100%;
  }
}
@media (min-width: 576px) {
  .cs-ratio-fullwidth:before {
    min-height: 680px;
    padding-bottom: 35%;
  }
}

.cs-entry__overlay .cs-overlay-background img {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.25s;
}

.cs-entry__inner.cs-entry__overlay .cs-overlay-background:after, .cs-entry__inner.cs-entry__overlay .cs-overlay-background:before {
  opacity: 0;
}
.cs-entry__inner.cs-entry__overlay .cs-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.25s;
  overflow: hidden;
}

.cs-entry__inner.cs-overlay-content:not(:first-child) {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
  padding: 0.5625rem 1.125rem 0.5625rem 1.125rem;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
  border-radius: var(--cs-button-border-radius);
}
button:focus, button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.cs-button:focus,
.cs-button:hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
button:disabled, button:disabled[disabled],
input[type=button]:disabled,
input[type=button]:disabled[disabled],
input[type=reset]:disabled,
input[type=reset]:disabled[disabled],
input[type=submit]:disabled,
input[type=submit]:disabled[disabled],
.cs-button:disabled,
.cs-button:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
button:disabled, button:disabled[disabled],
input[type=button]:disabled,
input[type=button]:disabled[disabled],
input[type=reset]:disabled,
input[type=reset]:disabled[disabled],
input[type=submit]:disabled,
input[type=submit]:disabled[disabled],
.cs-button:disabled,
.cs-button:disabled[disabled] {
  padding: 0.5625rem 1.125rem 0.5625rem 1.125rem;
}
button:disabled:hover, button:disabled[disabled]:hover,
input[type=button]:disabled:hover,
input[type=button]:disabled[disabled]:hover,
input[type=reset]:disabled:hover,
input[type=reset]:disabled[disabled]:hover,
input[type=submit]:disabled:hover,
input[type=submit]:disabled[disabled]:hover,
.cs-button:disabled:hover,
.cs-button:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}

.cs-button-secondary {
  background: var(--cs-layout-background);
  color: var(--cs-color-accent);
}
.cs-button-secondary:hover {
  background: var(--cs-color-accent);
  color: var(--cs-layout-background);
}

.cs-button-animated {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  padding: 0.5rem 30px 0.5rem 16px;
  text-decoration: none;
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  border-radius: var(--cs-button-border-radius);
  transition: 0.25s;
}
.cs-button-animated {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-button-animated .cs-icon-chevron-right {
  position: absolute;
  right: 10px;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-button-animated .cs-icon-arrow-right {
  position: absolute;
  right: 10px;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-button-animated:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
}
.cs-button-animated:hover .cs-icon-chevron-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px);
}
.cs-button-animated:hover .cs-icon-arrow-right {
  opacity: 1;
  visibility: visible;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  line-height: var(--cs-font-input-line-height);
  box-shadow: none;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  padding: 0.675rem 1.25rem;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  border-radius: var(--cs-input-border-radius);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  font-family: var(--cs-font-input-family), sans-serif;
  font-size: var(--cs-font-input-size);
  font-weight: var(--cs-font-input-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-input-line-height);
  letter-spacing: var(--cs-font-input-letter-spacing);
  text-transform: var(--cs-font-input-text-transform);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  width: 100%;
  min-height: 42px;
  margin: 0;
  outline: none;
  appearance: none;
  border: none;
  background-color: var(--cs-color-input, var(--cs-layout-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  transition: 0.25s;
}
.cs-form-popup input[type=text],
.cs-form-popup input[type=email],
.cs-form-popup input[type=url],
.cs-form-popup input[type=password],
.cs-form-popup input[type=search],
.cs-form-popup input[type=number],
.cs-form-popup input[type=tel],
.cs-form-popup input[type=range],
.cs-form-popup input[type=date],
.cs-form-popup input[type=month],
.cs-form-popup input[type=week],
.cs-form-popup input[type=time],
.cs-form-popup input[type=datetime],
.cs-form-popup input[type=datetime-local],
.cs-form-popup input[type=color],
.cs-form-popup select,
.cs-form-popup textarea {
  background-color: var(--cs-site-background);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=color]:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--cs-color-secondary);
}

input[type=range] {
  min-height: unset;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select:not([size]):not([multiple]) {
  height: calc(var(--cs-font-input-line-height) + var(--cs-input-padding-y, 1rem) * 2 + var(--cs-input-border-size, 1px) * 2);
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='currentColor'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 0.6em;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
[data-scheme=dark] select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
[data-scheme=inverse] select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
select:not([size]):not([multiple]) {
  background-position: calc(100% - var(--cs-input-padding-y, 1rem)) center;
}

select::-ms-expand {
  display: none;
}

textarea {
  height: 160px;
  resize: vertical;
  border-radius: var(--cs-textarea-border-radius);
}

label {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (max-width: 767.98px) {
  label {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  label {
    font-size: var(--cs-heading-6-font-size);
  }
}
label {
  margin-bottom: 0.5rem;
  color: var(--cs-color-secondary);
}

.post-password-form {
  padding: 1rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
}
@media (min-width: 576px) {
  .post-password-form {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .post-password-form {
    padding: 3rem;
  }
}
.post-password-form label {
  margin-bottom: 0;
  flex: 1;
}
.post-password-form input[type=password] {
  margin-top: 0.5rem;
  background: var(--cs-site-background);
}
.post-password-form input[type=submit] {
  min-height: 42px;
  margin-left: 0.5rem;
}
.post-password-form > p:first-child {
  margin-bottom: 2rem;
}
.post-password-form > p:last-child {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Block Styles
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.is-style-cs-latest-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 16px;
  margin-top: 0;
}
.is-style-cs-latest-layout.is-style-cs-round-layout .wp-block-latest-posts__featured-image {
  border-radius: 50%;
  overflow: hidden;
}
.is-style-cs-latest-layout > li {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 0;
  row-gap: 0.5rem;
  align-items: start;
  margin: 0;
  padding: 0;
}
.is-style-cs-latest-layout > li {
  font-family: var(--cs-font-base-family), sans-serif;
  font-size: var(--cs-font-base-size);
  font-weight: var(--cs-font-base-weight);
  font-style: var(--cs-font-base-style);
  line-height: var(--cs-font-base-line-height);
  letter-spacing: var(--cs-font-base-letter-spacing);
}
.is-style-cs-latest-layout > li:not(:has(.wp-block-latest-posts__featured-image)) > a,
.is-style-cs-latest-layout > li:not(:has(.wp-block-latest-posts__featured-image)) .wp-block-latest-posts__post-title,
.is-style-cs-latest-layout > li:not(:has(.wp-block-latest-posts__featured-image)) .wp-block-latest-posts__meta,
.is-style-cs-latest-layout > li:not(:has(.wp-block-latest-posts__featured-image)) > .wp-block-latest-posts__category,
.is-style-cs-latest-layout > li:not(:has(.wp-block-latest-posts__featured-image)) > .wp-block-latest-posts__post-author,
.is-style-cs-latest-layout > li:not(:has(.wp-block-latest-posts__featured-image)) > .wp-block-latest-posts__post-date {
  grid-column: 1/3;
}
.is-style-cs-latest-layout > li:has(.wp-block-latest-posts__featured-image) {
  grid-template-columns: 64px minmax(0, 1fr);
  column-gap: 1rem;
}
.is-style-cs-latest-layout > li:has(.wp-block-latest-posts__post-date) .wp-block-latest-posts__post-title {
  grid-row: 2/3;
}
.is-style-cs-latest-layout > li:has(.wp-block-latest-posts__post-date) .wp-block-latest-posts__meta,
.is-style-cs-latest-layout > li:has(.wp-block-latest-posts__post-date) .wp-block-latest-posts__post-author {
  grid-row: 3/4;
}
.is-style-cs-latest-layout > li:has(.wp-block-latest-posts__post-date) .wp-block-latest-posts__post-excerpt,
.is-style-cs-latest-layout > li:has(.wp-block-latest-posts__post-date) .wp-block-latest-posts__post-full-content {
  grid-row: 4/5;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__featured-image {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 64px;
  height: 64px;
  margin: 0 !important;
  padding: 0 !important;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__featured-image a {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  transition: 0.25s;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__featured-image a img {
  transition: 0.25s;
  transform: translateZ(0) scale(1);
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__featured-image a:hover img {
  transform: scale(1.025);
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.is-style-cs-latest-layout > li > a,
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-title {
  grid-column: 2/3;
  grid-row: 1/2;
}
.is-style-cs-latest-layout > li > a,
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-title {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.is-style-cs-latest-layout > li > a,
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__meta {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-top: 0;
}
.is-style-cs-latest-layout > li .comments-link {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-latest-layout > li .comments-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.is-style-cs-latest-layout > li .comments-link:not(:last-child) {
  margin-right: 0.5rem;
}
.is-style-cs-latest-layout > li .comments-link:hover {
  color: var(--cs-color-primary);
}
.is-style-cs-latest-layout > li .comments-link:before {
  content: "\e918";
  margin-right: 0;
  font-family: "cs-icons" !important;
  font-size: 1.5rem;
  line-height: 1;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-author {
  order: 2;
  margin-right: 0 !important;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-author {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-author:not(:first-child) {
  margin-top: 0;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-author a {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-author a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-secondary);
  transition: 0.25s;
  text-decoration: none;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-author a {
  position: relative;
  z-index: 4;
  padding: 0;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-author a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-date {
  order: 1;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-latest-layout > li > .wp-block-latest-posts__post-author {
  grid-column: 2/3;
  grid-row: 2/3;
  margin: 0;
}
.is-style-cs-latest-layout > li > .wp-block-latest-posts__post-author:not(:first-child) {
  margin-top: 0;
}
.is-style-cs-latest-layout > li > .wp-block-latest-posts__post-date {
  grid-column: 2/3;
  grid-row: 1/2;
}
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-excerpt,
.is-style-cs-latest-layout > li .wp-block-latest-posts__post-full-content {
  grid-column: 1/3;
  grid-row: 3/4;
  margin-top: 0;
  margin-bottom: 0;
}

.is-style-cs-connect.wp-block-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  background: var(--cs-site-background);
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .is-style-cs-connect.wp-block-group {
    max-width: 100%;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .is-style-cs-connect.wp-block-group {
    max-width: 300px;
  }
}
.is-style-cs-connect.wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 38px;
  padding: 0 32px 32px 32px;
  border: 1px solid var(--cs-color-border);
}
.is-style-cs-connect.wp-block-group .wp-block-group__inner-container > .wp-block-image:first-child {
  width: 76px;
  height: 76px;
  margin-top: -38px;
  border: 6px solid var(--cs-site-background);
  border-radius: var(--cs-avatar-border-radius);
  overflow: hidden;
  justify-self: center;
}
.is-style-cs-connect.wp-block-group .wp-block-group__inner-container > .wp-block-image:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.is-style-cs-connect.wp-block-group .wp-block-group__inner-container > .wp-block-heading {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.is-style-cs-connect.wp-block-group .wp-block-group__inner-container > .wp-block-heading {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding-top: 13px;
  text-align: center;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
@media (max-width: 767.98px) {
  .is-style-cs-connect.wp-block-group .wp-block-group__inner-container > .wp-block-heading {
    font-size: var(--cs-heading-6-font-size);
  }
}
@media (min-width: 768px) {
  .is-style-cs-connect.wp-block-group .wp-block-group__inner-container > .wp-block-heading {
    font-size: var(--cs-heading-5-font-size);
  }
}
.is-style-cs-connect.wp-block-group .wp-block-group__inner-container > p {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.is-style-cs-connect.wp-block-group .wp-block-group__inner-container > p {
  text-align: center;
  color: var(--cs-color-secondary);
}
.is-style-cs-connect.wp-block-group .wp-block-group__inner-container > p:not(:first-child) {
  margin-top: 1rem;
}
.is-style-cs-connect.wp-block-group .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  padding-top: 24px;
}
.is-style-cs-connect.wp-block-group .wp-block-gallery:not(:first-child) {
  margin-top: 0.5rem;
}
.is-style-cs-connect.wp-block-group .wp-block-gallery .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  margin-top: -24px !important;
  margin-left: -24px !important;
  border: 4px solid var(--cs-section-background, var(--cs-site-background));
  border-radius: var(--cs-avatar-border-radius);
}
.is-style-cs-connect.wp-block-group .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--cs-avatar-border-radius);
  object-fit: cover;
}
.is-style-cs-connect.wp-block-group .wp-block-gallery > .wp-element-caption {
  margin-left: -24px !important;
  color: var(--cs-color-accent);
}
.is-style-cs-connect.wp-block-group .wp-block-gallery > .wp-element-caption a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-section-color-subtitle, var(--cs-color-accent));
  transition: 0.25s;
  text-decoration: none;
}
.is-style-cs-connect.wp-block-group .wp-block-gallery > .wp-element-caption a {
  --cs-underline-bg-position: left 98%;
}
.is-style-cs-connect.wp-block-group .wp-block-gallery > .wp-element-caption a:hover {
  background-size: 100% 1px;
  color: var(--cs-section-color-subtitle-hover, var(--cs-color-accent));
}
.is-style-cs-connect.wp-block-group .wp-block-buttons {
  width: 100%;
}
.is-style-cs-connect.wp-block-group .wp-block-button {
  width: 100%;
}
.is-style-cs-connect.wp-block-group .wp-block-button > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0.5625rem 1.125rem;
}
.is-style-cs-connect.wp-block-group .wp-element-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0.5625rem 1.125rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Display
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-d-none {
  display: none !important;
}

.cs-d-inline {
  display: inline !important;
}

.cs-d-inline-block {
  display: inline-block !important;
}

.cs-d-block {
  display: block !important;
}

.cs-d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .cs-d-sm-none {
    display: none !important;
  }
  .cs-d-sm-inline {
    display: inline !important;
  }
  .cs-d-sm-inline-block {
    display: inline-block !important;
  }
  .cs-d-sm-block {
    display: block !important;
  }
  .cs-d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .cs-d-md-none {
    display: none !important;
  }
  .cs-d-md-inline {
    display: inline !important;
  }
  .cs-d-md-inline-block {
    display: inline-block !important;
  }
  .cs-d-md-block {
    display: block !important;
  }
  .cs-d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .cs-d-lg-none {
    display: none !important;
  }
  .cs-d-lg-inline {
    display: inline !important;
  }
  .cs-d-lg-inline-block {
    display: inline-block !important;
  }
  .cs-d-lg-block {
    display: block !important;
  }
  .cs-d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .cs-d-xl-none {
    display: none !important;
  }
  .cs-d-xl-inline {
    display: inline !important;
  }
  .cs-d-xl-inline-block {
    display: inline-block !important;
  }
  .cs-d-xl-block {
    display: block !important;
  }
  .cs-d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1280px) {
  .cs-d-xxl-none {
    display: none !important;
  }
  .cs-d-xxl-inline {
    display: inline !important;
  }
  .cs-d-xxl-inline-block {
    display: inline-block !important;
  }
  .cs-d-xxl-block {
    display: block !important;
  }
  .cs-d-xxl-flex {
    display: flex !important;
  }
}
.cs-display-only-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-display-only-dark {
    display: block;
  }
}
[data-scheme=dark] .cs-display-only-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-display-only-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-display-only-dark {
    display: block;
  }
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-display-only-light {
    display: none;
  }
}
[data-scheme=dark] .cs-display-only-light {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-display-only-light {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-display-only-light {
    display: none;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
body {
  background: var(--cs-site-background);
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --cs-wpadminbar-height: 0px;
}
body.admin-bar {
  --cs-wpadminbar-height: 46px;
}
@media screen and (min-width: 601px) {
  body.admin-bar {
    --cs-wpadminbar-height: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar {
    --cs-wpadminbar-height: 32px;
  }
}

.cs-wrapper {
  min-height: calc(100vh - var(--cs-wpadminbar-height));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cs-site {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .cs-site {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .home .cs-site {
    margin-bottom: 7.5rem;
  }
}

.cs-container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--cs-mobile-container, 576px);
}
@media (min-width: 768px) {
  .cs-container {
    max-width: var(--cs-tablet-container, 992px);
  }
}
@media (min-width: 992px) {
  .cs-container {
    max-width: var(--cs-desktop-container, 1248px);
  }
}

.cs-site-content {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .cs-site-content:not(:first-child) {
    margin-top: 1rem;
  }
  .cs-site-content:not(:first-child) .cs-main-content {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .cs-site-content:not(:first-child) {
    margin-top: 4rem;
  }
}
.search .cs-site-content:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 991.98px) {
  .home .cs-site-content:first-child {
    margin-top: 1rem;
  }
  .home .cs-site-content:first-child .cs-main-content {
    margin-top: 1rem;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .home .cs-site-content:first-child .cs-main-content:has(.cs-featured-archive) {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .home .cs-site-content:first-child:has(.cs-featured-archive) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .home .cs-site-content:first-child {
    margin-top: 0;
  }
}
.cs-site-content:has(.cs-container > .cs-hero-type-1) {
  margin-top: 0;
}
.wp-singular .cs-site-content {
  margin-top: 0;
}
.cs-display-header-overlay .cs-site-content {
  margin-top: 0;
}
.archive .cs-site-content {
  margin-top: 2.5rem;
}

.cs-site-inner {
  display: flex;
  flex-direction: column;
}
.cs-site-inner > * {
  flex: 0 0 auto;
}
.cs-site-inner main {
  flex: 1 0 auto;
}
@media (max-width: 767.98px) {
  .cs-site-inner main {
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cs-site-inner main:has(.cs-post-slider:first-child), .cs-site-inner main:has(.cs-post-tiles-type-1:first-child), .cs-site-inner main:has(.cs-hero:first-child), .cs-site-inner main:has(.cs-featured-archive:first-child) {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .single .cs-site-inner main {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .home .cs-site-inner .cs-header + .cs-site-primary .cs-main-content {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-header {
  position: relative;
  width: 100%;
  z-index: 100;
}
.cs-header__outer {
  position: relative;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.98px) {
  .cs-header__outer {
    background: var(--cs-header-background, var(--cs-site-background));
  }
}
.cs-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: var(--cs-header-height);
}
@media (max-width: 767.98px) {
  .cs-header__inner-mobile .cs-header__col.cs-col-left:not(:only-child) {
    padding-right: 8px;
  }
  .cs-header__inner-mobile .cs-header__col.cs-col-center {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cs-header__inner-mobile .cs-header__col.cs-col-right:not(:only-child) {
    padding-left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cs-header__inner-mobile {
    display: flex;
    min-height: var(--cs-header-initial-height);
    margin: 8px -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: var(--cs-layout-elements-border-radius);
    transition: 0.25s;
  }
  .cs-scroll-sticky .cs-header__inner-mobile:before, .single:has(.cs-entry__header-overlay) .cs-header__inner-mobile:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    backdrop-filter: blur(5px);
  }
  .cs-scroll-sticky .cs-header__inner-mobile:after, .single:has(.cs-entry__header-overlay) .cs-header__inner-mobile:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--cs-header-background, var(--cs-site-background));
    border-radius: var(--cs-layout-elements-border-radius);
  }
}
@media (max-width: 1199.98px) {
  .cs-header__inner-mobile {
    display: flex;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .cs-header__inner-mobile {
    display: none;
  }
}
.cs-header__inner-mobile .cs-col-center {
  flex: 6;
}
@media (min-width: 1200px) and (max-width: 1279.98px) {
  .cs-header__inner-mobile .cs-col-center:has(.cs-logo) {
    flex: none;
  }
}
.cs-header__inner-mobile .cs-header__offcanvas-toggle {
  margin-left: -12px;
}
.cs-header__inner-mobile .cs-header__search-toggle {
  width: 48px;
  margin-right: -12px;
}
@media (max-width: 1199.98px) {
  .cs-header__inner-desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cs-header__inner-desktop {
    display: flex;
    min-height: var(--cs-header-initial-height);
    margin-top: 8px;
    margin-bottom: 8px;
    transition: 0.25s;
    border-radius: var(--cs-layout-elements-border-radius);
  }
  .cs-header__inner-desktop:hover, .cs-burger-active .cs-header__inner-desktop, .cs-search-active .cs-header__inner-desktop, .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, .single:has(.cs-entry__header-overlay) .cs-header__inner-desktop, .cs-navbar-sticky-enabled .cs-header__inner-desktop, .cs-scroll-sticky .cs-header__inner-desktop {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    box-shadow: 0 16px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
  }
}
@media (min-width: 1200px) and (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__inner-desktop:hover, :root [data-scheme=auto] .cs-burger-active .cs-header__inner-desktop, :root [data-scheme=auto] .cs-search-active .cs-header__inner-desktop, :root [data-scheme=auto] .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, :root [data-scheme=auto] .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, :root [data-scheme=auto] .single:has(.cs-entry__header-overlay) .cs-header__inner-desktop, :root [data-scheme=auto] .cs-navbar-sticky-enabled .cs-header__inner-desktop, :root [data-scheme=auto] .cs-scroll-sticky .cs-header__inner-desktop {
    box-shadow: 0 10px 20px 0 rgba(var(--cs-dark-primary-color-rgb), 0.02);
  }
}
@media (min-width: 1200px) {
  [data-scheme=dark] .cs-header__inner-desktop:hover, [data-scheme=dark] .cs-burger-active .cs-header__inner-desktop, [data-scheme=dark] .cs-search-active .cs-header__inner-desktop, [data-scheme=dark] .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, [data-scheme=dark] .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, [data-scheme=dark] .single:has(.cs-entry__header-overlay) .cs-header__inner-desktop, [data-scheme=dark] .cs-navbar-sticky-enabled .cs-header__inner-desktop, [data-scheme=dark] .cs-scroll-sticky .cs-header__inner-desktop {
    box-shadow: 0 10px 20px 0 rgba(var(--cs-dark-primary-color-rgb), 0.02);
  }
}
@media (min-width: 1200px) and (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__inner-desktop:hover, :root [data-scheme=auto][data-d=dark] .cs-burger-active .cs-header__inner-desktop, :root [data-scheme=auto][data-d=dark] .cs-search-active .cs-header__inner-desktop, :root [data-scheme=auto][data-d=dark] .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, :root [data-scheme=auto][data-d=dark] .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, :root [data-scheme=auto][data-d=dark] .single:has(.cs-entry__header-overlay) .cs-header__inner-desktop, :root [data-scheme=auto][data-d=dark] .cs-navbar-sticky-enabled .cs-header__inner-desktop, :root [data-scheme=auto][data-d=dark] .cs-scroll-sticky .cs-header__inner-desktop {
    box-shadow: 0 10px 20px 0 rgba(var(--cs-dark-primary-color-rgb), 0.02);
  }
}
@media (min-width: 1200px) and (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__inner-desktop:hover, :root [data-scheme=auto][data-l=dark] .cs-burger-active .cs-header__inner-desktop, :root [data-scheme=auto][data-l=dark] .cs-search-active .cs-header__inner-desktop, :root [data-scheme=auto][data-l=dark] .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, :root [data-scheme=auto][data-l=dark] .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop, :root [data-scheme=auto][data-l=dark] .single:has(.cs-entry__header-overlay) .cs-header__inner-desktop, :root [data-scheme=auto][data-l=dark] .cs-navbar-sticky-enabled .cs-header__inner-desktop, :root [data-scheme=auto][data-l=dark] .cs-scroll-sticky .cs-header__inner-desktop {
    box-shadow: 0 10px 20px 0 rgba(var(--cs-dark-primary-color-rgb), 0.02);
  }
}
@media (min-width: 1200px) {
  .cs-header__inner-desktop:hover:before, .cs-burger-active .cs-header__inner-desktop:before, .cs-search-active .cs-header__inner-desktop:before, .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop:before, .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop:before, .single:has(.cs-entry__header-overlay) .cs-header__inner-desktop:before, .cs-navbar-sticky-enabled .cs-header__inner-desktop:before, .cs-scroll-sticky .cs-header__inner-desktop:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    backdrop-filter: blur(2px);
  }
  .cs-header__inner-desktop:hover:after, .cs-burger-active .cs-header__inner-desktop:after, .cs-search-active .cs-header__inner-desktop:after, .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop:after, .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-header__inner-desktop:after, .single:has(.cs-entry__header-overlay) .cs-header__inner-desktop:after, .cs-navbar-sticky-enabled .cs-header__inner-desktop:after, .cs-scroll-sticky .cs-header__inner-desktop:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: var(--cs-layout-elements-border-radius);
    background: var(--cs-header-background, var(--cs-site-background));
  }
  .cs-header__inner-desktop .cs-col-center:has(.cs-logo) {
    flex: none;
  }
}
.cs-header__col {
  display: flex;
  align-items: center;
  flex: 1;
}
.cs-header__col.cs-col-nav {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .cs-header__col.cs-col-nav {
    justify-content: flex-start;
  }
}
.cs-header__col.cs-col-center {
  justify-content: center;
  max-width: 100%;
  padding: 0 8px;
}
.cs-header__col.cs-col-left:not(:only-child) {
  padding-right: 8px;
}
.cs-header__col.cs-col-right {
  justify-content: flex-end;
}
.cs-header__col.cs-col-right:not(:only-child) {
  padding-left: 8px;
}
.cs-header__col.cs-col-column {
  flex-direction: column;
  flex: 1 1 auto;
}
.cs-header__col.cs-col-column > *:not(:first-child) {
  margin-left: 0;
}
.cs-header__col.cs-col-large {
  flex: 1 1 auto;
}
.cs-header .cs-header__inner:has(.cs-col-center:first-child:not(:only-child)):before {
  content: "";
  flex: 1;
  padding-right: 20px;
}
.cs-header .cs-header__inner:has(.cs-col-center:last-child:not(:only-child)):after {
  content: "";
  flex: 1;
  padding-left: 20px;
}
.cs-header__logo {
  display: block;
  color: var(--cs-color-primary);
  white-space: nowrap;
  text-decoration: none;
}
.cs-header__logo {
  font-family: var(--cs-font-main-logo-family), sans-serif;
  font-size: var(--cs-font-main-logo-size);
  font-weight: var(--cs-font-main-logo-weight);
  font-style: var(--cs-font-main-logo-style);
  letter-spacing: var(--cs-font-main-logo-letter-spacing);
  text-transform: var(--cs-font-main-logo-text-transform);
}
.cs-header__logo.cs-logo-large {
  padding: 10px 0;
  transition: 0.25s;
}
.cs-header__logo.cs-logo-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
[data-scheme=dark] .cs-header__logo.cs-logo-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
[data-scheme=inverse] .cs-header__logo.cs-logo-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
[data-scheme=dark] .cs-header__logo.cs-logo-default {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
[data-scheme=inverse] .cs-header__logo.cs-logo-default {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
.cs-header__logo img {
  display: block;
  width: initial;
  transition: opacity 0.25s;
}
.cs-header__logo-mobile {
  font-family: var(--cs-font-mobile-logo-family), sans-serif;
  font-size: var(--cs-font-mobile-logo-size);
  font-weight: var(--cs-font-mobile-logo-weight);
  font-style: var(--cs-font-mobile-logo-style);
  letter-spacing: var(--cs-font-mobile-logo-letter-spacing);
  text-transform: var(--cs-font-mobile-logo-text-transform);
}
.cs-header .cs-logo {
  margin-bottom: 0;
  transition: 0.25s;
}
.cs-header .cs-logo:not(:first-child) {
  margin-left: 0.5rem;
}
.cs-header .cs-logo.cs-logo-hide .cs-header__logo {
  font-size: 0;
  transition: font-size 0.25s;
  padding-right: 0;
}
.cs-header .cs-logo.cs-logo-hide .cs-header__logo img {
  max-height: 0;
  opacity: 0;
}
.cs-header .cs-logo.cs-logo-hide + .cs-header__nav {
  margin-left: 32px;
}
.cs-header .cs-logo + .cs-header__nav-inner {
  margin-left: 1rem;
}
.cs-header__toggles {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 576px) {
  .cs-header__toggles a:first-of-type:not(:first-child) {
    margin-left: 10px;
  }
  .cs-header__toggles a:first-of-type:not(:first-child):before {
    content: "";
    position: absolute;
    left: -5px;
    width: 1px;
    height: 40px;
    background: var(--cs-color-border);
  }
}
@media (min-width: 992px) {
  .cs-header__toggles:not(:first-child) {
    margin-left: 0.25rem;
  }
  .cs-header .cs-header__toggles:last-child {
    margin-right: -4px;
  }
}
.cs-header__toggle {
  position: relative;
  width: 40px;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  color: var(--cs-color-primary);
}
@media (min-width: 576px) {
  .cs-header__toggle {
    width: 48px;
  }
}
.cs-header__toggle .cs-header__toggle-icon {
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-header__toggle .cs-icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  transition: 0.25s;
}
.cs-header__toggle-labeled {
  position: relative;
  width: auto;
  height: 100%;
  max-height: 48px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.cs-header__toggle-labeled:not(:first-child) {
  padding-left: 0.25rem;
}
.cs-header__toggle-labeled:not(:last-child) {
  padding-right: 0.25rem;
}
.cs-header__toggle-labeled .cs-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  transition: opacity 0.25s;
}
.cs-header__toggle-labeled .cs-header__toggle-label {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-header__toggle-labeled .cs-header__toggle-label {
  white-space: nowrap;
  transition: opacity 0.25s;
}
.cs-header__burger-toggle, .cs-header__offcanvas-toggle {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.cs-header__burger-toggle .cs-icon, .cs-header__offcanvas-toggle .cs-icon {
  font-size: 1.5rem;
  transition: 0.25s;
}
.cs-header__burger-toggle:hover .cs-icon, .cs-header__offcanvas-toggle:hover .cs-icon {
  opacity: 0.7;
}
.cs-header__burger-toggle {
  display: none;
}
@media (min-width: 992px) {
  .cs-header__burger-toggle {
    display: flex;
  }
}
.cs-header__burger-toggle .cs-icon-menu {
  display: block;
}
.cs-header__burger-toggle .cs-icon-close {
  display: none;
}
@media (min-width: 992px) {
  .cs-header__offcanvas-toggle {
    display: none;
  }
}
.cs-header__offcanvas-toggle ~ .cs-logo {
  margin-left: 8px;
}
.cs-header__search-toggle .cs-icon:before {
  transition: 0.25s;
  transform: translateZ(0);
}
@media (hover: hover) {
  .cs-header__search-toggle:hover .cs-icon:before {
    transform: translateZ(0) scale(1.1);
    color: var(--cs-color-accent);
  }
}
@media (hover: hover) and (prefers-color-scheme: dark) {
  :root body[data-scheme=auto] .cs-header__search-toggle:hover .cs-icon:before {
    color: var(--cs-color-secondary);
  }
}
@media (hover: hover) {
  body[data-scheme=dark] .cs-header__search-toggle:hover .cs-icon:before {
    color: var(--cs-color-secondary);
  }
}
.cs-header__search-toggle .cs-icon-search {
  display: flex;
}
.cs-header__search-toggle .cs-icon-close {
  display: none;
}
.cs-search-active .cs-header__search-toggle .cs-icon-search {
  display: none;
}
.cs-search-active .cs-header__search-toggle .cs-icon-close {
  display: flex;
}
.cs-header__custom-button {
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .cs-header__custom-button:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .cs-header__toggles + .cs-header__custom-button {
    margin-left: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .cs-header__inner-mobile .cs-header__custom-button {
    display: none;
  }
}
.cs-header .cs-col-search {
  position: relative;
  display: none;
  flex: 5;
  max-width: 0;
}
.cs-header .cs-col-search .cs-search__form-group {
  max-width: 0;
  transition: 0.25s;
}
@media (min-width: 576px) {
  .cs-header.cs-search-visible .cs-col-left {
    flex: 1;
  }
  .cs-header.cs-search-visible .cs-col-center {
    display: none;
    max-width: 0;
  }
  .cs-header.cs-search-visible .cs-col-search {
    display: flex;
    max-width: var(--cs-entry-content-full);
  }
  .cs-header.cs-search-visible .cs-col-search .cs-search__form-group {
    max-width: var(--cs-entry-content-full);
  }
  .cs-header.cs-search-visible .cs-search {
    opacity: 1;
    visibility: visible;
  }
  .cs-header.cs-search-visible .cs-col-right {
    flex: 1;
  }
}
.cs-header__search {
  width: 100%;
  container-name: headersearch;
  container-type: inline-size;
}
.cs-header__search:not(:first-child) {
  margin-left: 0.5rem;
}
.cs-header__search .cs-header__search-outer {
  position: absolute;
  top: var(--cs-header-initial-height);
  left: 0;
  right: 0;
  background: var(--cs-header-background);
}
.cs-scroll-sticky .cs-header__search .cs-header__search-outer {
  top: var(--cs-header-height);
}
.cs-header-one .cs-header__search .cs-header__search-outer, .cs-header-two .cs-header__search .cs-header__search-outer {
  z-index: 120;
}
.cs-header__search .cs-header__search-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 2px;
  padding: 24px 0;
  transition: 0.25s;
}
@media (min-width: 1200px) {
  .cs-header__search .cs-header__search-inner {
    gap: 40px;
    padding: 40px 0;
  }
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-header__inner-desktop, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-header__inner-desktop {
  min-height: var(--cs-header-height);
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-logo-hide, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-logo-hide {
  margin-right: 1rem;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo {
  font-size: var(--cs-font-main-logo-size);
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo img, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo img {
  max-height: calc(var(--cs-header-height) - 20px);
  opacity: 1;
}
.cs-navbar-sticky-enabled .cs-header {
  position: sticky;
  top: 0;
}
.cs-navbar-smart-enabled .cs-header {
  transition: top 0.4s;
  position: sticky;
  top: calc(0px - var(--cs-header-height) - 8px);
}
.cs-navbar-smart-enabled .cs-header.cs-header-smart-visible {
  top: 0;
}
.cs-navbar-smart-enabled .cs-header.cs-scroll-active {
  top: 0;
  transform: translateY(-100%);
}
.cs-navbar-sticky-enabled.admin-bar .cs-header {
  top: 32px;
}
.cs-navbar-smart-enabled.admin-bar .cs-header {
  top: calc(32px - var(--cs-header-height) - 0.5rem);
}
.cs-navbar-smart-enabled.admin-bar .cs-header.cs-header-smart-visible {
  top: 32px;
}
.cs-header:has(.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover,
.cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover) .cs-header__inner-desktop:after {
  opacity: 1;
  box-shadow: 0 15px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header:has(.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover,
  .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover) .cs-header__inner-desktop:after {
    box-shadow: 0 15px 40px 0 rgba(var(--cs-dark-primary-color-rgb), 0.02);
  }
}
[data-scheme=dark] .cs-header:has(.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover,
.cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover) .cs-header__inner-desktop:after {
  box-shadow: 0 15px 40px 0 rgba(var(--cs-dark-primary-color-rgb), 0.02);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header:has(.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover,
  .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover) .cs-header__inner-desktop:after {
    box-shadow: 0 15px 40px 0 rgba(var(--cs-dark-primary-color-rgb), 0.02);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header:has(.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover,
  .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover) .cs-header__inner-desktop:after {
    box-shadow: 0 15px 40px 0 rgba(var(--cs-dark-primary-color-rgb), 0.02);
  }
}

.cs-header-one .cs-header__inner-desktop .cs-col-left {
  flex: unset;
}
.cs-header-one .cs-header__inner-desktop .cs-col-center {
  flex: 4;
  justify-content: flex-start;
}

.cs-header-two .cs-header__inner-desktop .cs-col-left,
.cs-header-two .cs-header__inner-desktop .cs-col-right {
  flex: 2;
}
.cs-header-two .cs-header__nav:first-child {
  margin-left: -8px;
}
.cs-header-two .cs-header__nav:not(:first-child) {
  margin-left: 0.375rem;
}

.cs-header-three .cs-header__inner-desktop .cs-col-center {
  flex: 2;
}

.cs-header-four .cs-header__inner-desktop .cs-col-left {
  flex: 3;
}
.cs-header-four .cs-logo:not(:first-child) {
  margin-left: 0.375rem;
}
.cs-header-four .cs-header__nav {
  margin-left: 1rem;
}

@media screen and (max-width: 782px) {
  .cs-navbar-sticky-enabled.admin-bar .cs-header {
    top: 46px;
  }
  .cs-navbar-smart-enabled.admin-bar .cs-header.cs-scroll-sticky {
    top: calc(46px - var(--cs-header-height) - 10px);
  }
  .cs-navbar-smart-enabled.admin-bar .cs-header.cs-scroll-sticky.cs-header-smart-visible {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .cs-navbar-sticky-enabled.admin-bar .cs-header {
    top: 0;
  }
  .cs-navbar-smart-enabled.admin-bar .cs-header.cs-scroll-sticky {
    top: calc(0 - var(--cs-header-height) - 10px);
  }
  .cs-navbar-smart-enabled.admin-bar .cs-header.cs-scroll-sticky.cs-header-smart-visible {
    top: -1px;
  }
}
.cs-header-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cs-header-author__avatar {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  transition: 0.25s;
}
.cs-header-author__avatar img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--cs-avatar-border-radius);
}
.cs-header-author__avatar:hover {
  opacity: 0.8;
}
.cs-header-author__name {
  font-family: var(--cs-font-main-logo-family), sans-serif;
  font-size: var(--cs-font-main-logo-size);
  font-weight: var(--cs-font-main-logo-weight);
  font-style: var(--cs-font-main-logo-style);
  letter-spacing: var(--cs-font-main-logo-letter-spacing);
  text-transform: var(--cs-font-main-logo-text-transform);
}
.cs-header-author__name {
  width: 100%;
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.cs-header-author__name:hover {
  color: var(--cs-color-accent);
}
@media (max-width: 575.98px) {
  .cs-header-author__name {
    font-size: 1.125em;
  }
}

.cs-header-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: var(--cs-wpadminbar-height);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: transparent;
  backdrop-filter: blur(0);
  transition: 0.25s;
}
@media (min-width: 992px) {
  .cs-header-overlay {
    top: var(--cs-wpadminbar-height);
  }
}
@media (min-width: 992px) {
  .cs-scroll-sticky .cs-header-overlay {
    top: var(--cs-wpadminbar-height);
  }
}
.cs-header-three:not(.cs-scroll-sticky) .cs-header-overlay {
  top: var(--cs-wpadminbar-height);
}
@media (min-width: 992px) {
  .cs-header-three:not(.cs-scroll-sticky) .cs-header-overlay {
    top: var(--cs-wpadminbar-height);
  }
}
.cs-search-visible .cs-header-overlay, .cs-burger-visible .cs-header-overlay {
  opacity: 1;
  visibility: visible;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  .cs-site-inner:has(.cs-header-author) .cs-header__inner-mobile .cs-header__col.cs-col-center,
  .cs-site-inner:has(.cs-header-author) .cs-header__inner-mobile .cs-header__col.cs-col-left {
    flex: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cs-site-inner:has(.cs-hero) .cs-header__inner-mobile:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    backdrop-filter: blur(5px);
  }
  .cs-site-inner:has(.cs-hero) .cs-header__inner-mobile:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--cs-header-background, var(--cs-site-background));
    border-radius: var(--cs-layout-elements-border-radius);
  }
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-search__form {
  position: relative;
}
.error404 .cs-search__form, .search .cs-search__form {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.cs-search__form-container {
  width: 100%;
}
.cs-search__form-group {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 2px 4px;
  background: var(--cs-color-input, var(--cs-layout-background));
  border: 1px solid var(--cs-color-input, var(--cs-layout-background));
  border-radius: var(--cs-input-border-radius);
  overflow: hidden;
}
.cs-header__inner-desktop:hover .cs-search__form-group, .cs-burger-active .cs-search__form-group, .cs-search-active .cs-search__form-group, .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-search__form-group, .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-search__form-group, .single:has(.cs-entry__header-overlay) .cs-search__form-group, .cs-navbar-sticky-enabled .cs-search__form-group, .cs-scroll-sticky .cs-search__form-group {
  background: var(--cs-color-input, var(--cs-site-background));
}
.cs-header__inner-desktop:hover .cs-search__form-group .cs-search__input, .cs-burger-active .cs-search__form-group .cs-search__input, .cs-search-active .cs-search__form-group .cs-search__input, .home:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-search__form-group .cs-search__input, .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-search__form-group .cs-search__input, .single:has(.cs-entry__header-overlay) .cs-search__form-group .cs-search__input, .cs-navbar-sticky-enabled .cs-search__form-group .cs-search__input, .cs-scroll-sticky .cs-search__form-group .cs-search__input {
  background: var(--cs-color-input, var(--cs-site-background));
}
.cs-header__inner-mobile .cs-search__form-group {
  border: 1px solid var(--cs-color-input, var(--cs-color-border));
}
.cs-search__form-group:has(.cs-search__input:focus) {
  border-color: var(--cs-color-border);
  box-shadow: 0 10px 20px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-search__form-group:has(.cs-search__input:focus) {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-search__form-group:has(.cs-search__input:focus) {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-search__form-group:has(.cs-search__input:focus) {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-search__form-group:has(.cs-search__input:focus) {
    box-shadow: none;
  }
}
.cs-search__form-group .cs-search__input {
  min-height: unset;
  padding: 0.5rem 1rem;
}
.cs-search__form-group .cs-search__submit {
  padding: 0.5rem 1rem;
}

.cs-search {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 100%;
  height: unset;
  padding-bottom: 1.5rem;
  transform: none !important;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199.98px) {
  .cs-search {
    top: -100%;
    max-height: 0;
    border-top: 1px solid var(--cs-color-border);
    transition: top 0.25s;
  }
}
@media (min-width: 1200px) {
  .cs-search {
    opacity: 0;
    visibility: hidden;
    top: var(--cs-header-initial-height);
    max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-initial-height));
  }
}
.cs-search::-webkit-scrollbar {
  display: none;
}
.cs-search-visible:has(.cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover) .cs-search {
  z-index: -2;
}
@media (min-width: 1200px) {
  .cs-scroll-sticky .cs-search {
    top: var(--cs-header-height);
    max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-height));
    margin-bottom: calc(var(--cs-header-height));
  }
}
@media screen and (min-width: 601px) {
  .cs-adminbar-mobile-scrolled .cs-search {
    top: var(--cs-wpadminbar-height);
  }
}
.cs-search__inner {
  background: var(--cs-site-background);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-layout-elements-border-radius);
  overflow: hidden;
  box-shadow: 0 15px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-search__inner {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-search__inner {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-search__inner {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-search__inner {
    box-shadow: none;
  }
}

.cs-header-search {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  z-index: 9;
  width: calc(100% + 48px);
  height: unset;
  margin-top: 6px;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 1.5rem;
  transform: none !important;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199.98px) {
  .cs-header-search {
    top: -100%;
    max-height: 0;
    border-top: 1px solid var(--cs-color-border);
    transition: top 0.25s;
  }
}
@media (min-width: 576px) {
  .cs-header-search {
    opacity: 0;
    visibility: hidden;
    top: var(--cs-header-initial-height);
    max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-initial-height));
  }
}
@media (max-width: 1199.98px) {
  .cs-header-search {
    border-top: unset;
  }
}
.cs-search-visible .cs-header-search {
  opacity: 1;
  visibility: visible;
}
.cs-header-search::-webkit-scrollbar {
  display: none;
}
.cs-header-search__inner {
  background: var(--cs-site-background);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-layout-elements-border-radius);
  overflow: hidden;
  box-shadow: 0 10px 20px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header-search__inner {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-header-search__inner {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header-search__inner {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header-search__inner {
    box-shadow: none;
  }
}

.cs-header-mobile-search {
  position: absolute;
  right: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: top 0.25s;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cs-header-mobile-search__inner {
  padding: 1.25rem;
  background: var(--cs-site-background);
  border-top: 1px solid var(--cs-color-border);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .cs-header-mobile-search {
    top: var(--cs-header-height);
    max-height: 0;
  }
  .cs-search-visible .cs-header-mobile-search {
    opacity: 1;
    visibility: visible;
  }
}
.cs-header-mobile-search .cs-search-posts {
  padding: 0;
  margin-top: 1rem;
}

.cs-search-posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.cs-search-posts__header {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-search-posts__header {
  width: 100%;
  margin: 0;
  color: var(--cs-color-secondary);
  white-space: nowrap;
}
.cs-search-posts__link {
  float: right;
}
.cs-search-posts__link span {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-search-posts__link span {
  position: relative;
  display: inline-flex;
  padding-right: 20px;
  color: var(--cs-color-accent);
  text-decoration: none;
  transition: 0.25s;
}
.cs-search-posts__link span .cs-icon-chevron-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-search-posts__link span .cs-icon-arrow-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-search-posts__link:hover .cs-icon-chevron-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px);
}
.cs-search-posts__link:hover .cs-icon-arrow-right {
  opacity: 1;
  visibility: visible;
}
.cs-search-posts__items.cs-posts-area__list {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  .cs-search-posts__items.cs-posts-area__list.cs-search-posts__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .one-column .cs-search-posts__items.cs-posts-area__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cs-search-posts__items.cs-posts-area__list .cs-entry__outer:has(.cs-entry__thumbnail) {
  grid-template-columns: clamp(140px, 40%, 160px) minmax(0, 1fr);
}
.cs-search-posts__items.cs-posts-area__list .cs-entry__title {
  line-height: 1;
}
.cs-search-posts__items.cs-posts-area__list .cs-entry__title span {
  font-size: 0.8em;
  line-height: var(--cs-font-entry-title-line-height);
}
.cs-search-posts__items.cs-posts-area__grid {
  display: grid;
  gap: 1rem;
}

.cs-search-active {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .cs-search-active .cs-header-mobile-search {
    top: var(--cs-header-height);
    max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-height));
    transform: none !important;
    visibility: visible;
    opacity: 1;
    z-index: -1;
  }
  .cs-search-active .cs-header-overlay {
    background: rgba(var(--cs-color-overlay-background), 0.4);
  }
}

.cs-content-not-found-content {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-content-not-found-content {
  max-width: 580px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-header__nav {
  display: block;
  height: 100%;
  transition: 0.25s;
}
.cs-header .cs-header__inner .cs-header__nav-inner > li > a {
  font-family: var(--cs-font-menu-family), sans-serif;
  font-size: var(--cs-font-menu-size);
  line-height: var(--cs-font-menu-line-height);
  font-weight: var(--cs-font-menu-weight);
  font-style: var(--cs-font-menu-style);
  letter-spacing: var(--cs-font-menu-letter-spacing);
  text-transform: var(--cs-font-menu-text-transform);
}
.cs-header .cs-header__inner .cs-header__nav-inner .sub-menu > li > a {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.cs-header__nav-inner {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  align-items: center;
  list-style: none;
}
.cs-header__nav-inner li {
  position: relative;
}
.cs-header__nav-inner li:not(.touch-device):hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0, 0);
}
.cs-header__nav-inner li.submenu-visible > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: -1px;
  transform: translate3d(0, 0, 0);
}
.cs-header__nav-inner li.current-menu-ancestor > a, .cs-header__nav-inner li.current-menu-ancestor:before, .cs-header__nav-inner li.current-menu-ancestor:after, .cs-header__nav-inner li.current-menu-item > a, .cs-header__nav-inner li.current-menu-item:before, .cs-header__nav-inner li.current-menu-item:after {
  color: var(--cs-color-accent);
}
.cs-header__nav-inner li:hover > a {
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li {
  height: 100%;
  margin: 0;
  padding: 0;
}
.cs-header__nav-inner > li > a {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: var(--cs-color-primary);
}
.cs-header__nav-inner > li > a > span {
  transition: 0.25s;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: var(--cs-layout-elements-border-radius);
}
.cs-header__nav-inner > li > a > span span {
  transition: 0.25s;
}
.cs-header__nav-inner > li > a > span span {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-header__nav-inner > li > a > .expanded {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 14px;
  z-index: 2;
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-featured-menu, .cs-categories-menu) {
  position: relative;
  padding-right: 21px;
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-featured-menu, .cs-categories-menu):before {
  content: "\e90e";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-featured-menu, .cs-categories-menu):after {
  content: "\e914";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-featured-menu, .cs-categories-menu):not(.touch-device):hover:before {
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 2px));
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-featured-menu, .cs-categories-menu):not(.touch-device):hover:after {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-featured-menu, .cs-categories-menu) > a > .menu-item-tag {
  margin-right: 0.125rem;
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-featured-menu, .cs-categories-menu) .sub-menu {
  margin-top: -4px;
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-featured-menu, .cs-categories-menu) > .sub-menu {
  margin-top: 0px;
  padding-top: 10px;
}
.cs-header__nav-inner > li.cs-featured-menu > a > div, .cs-header__nav-inner > li.cs-categories-menu > a > div {
  position: relative;
  padding-right: 21px;
}
.cs-header__nav-inner > li.cs-featured-menu > a > div > span:first-of-type, .cs-header__nav-inner > li.cs-categories-menu > a > div > span:first-of-type {
  padding-right: 0;
}
.cs-header__nav-inner > li.cs-featured-menu > a > div > span:last-of-type, .cs-header__nav-inner > li.cs-categories-menu > a > div > span:last-of-type {
  margin-right: 10px;
}
.cs-header__nav-inner > li.cs-featured-menu > a > div:before, .cs-header__nav-inner > li.cs-categories-menu > a > div:before {
  content: "\e90e";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 400 !important;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-header__nav-inner > li.cs-featured-menu > a > div:after, .cs-header__nav-inner > li.cs-categories-menu > a > div:after {
  content: "\e914";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 400 !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > a > div:before, .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > a > div:before {
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 2px));
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > a > div:after, .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > a > div:after {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li.cs-featured-menu > .sub-menu, .cs-header__nav-inner > li.cs-categories-menu > .sub-menu, .cs-header__nav-inner > li.menu-item-has-children > .sub-menu {
  top: -9999px;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}
.cs-header__nav-inner > li.cs-featured-menu > a:after, .cs-header__nav-inner > li.cs-categories-menu > a:after, .cs-header__nav-inner > li.menu-item-has-children > a:after {
  display: none;
}
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > .sub-menu, .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > .sub-menu, .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, left 0.25s;
}
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > .sub-menu-categories,
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > .sub-menu.sub-menu-featured, .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > .sub-menu-categories,
.cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > .sub-menu.sub-menu-featured, .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > .sub-menu-categories,
.cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > .sub-menu.sub-menu-featured {
  top: 100%;
  border-top: none;
  margin-top: 0;
}
.cs-header__nav-inner > li.cs-featured-menu.submenu-visible > .sub-menu, .cs-header__nav-inner > li.cs-categories-menu.submenu-visible > .sub-menu, .cs-header__nav-inner > li.menu-item-has-children.submenu-visible > .sub-menu {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.cs-header__nav-inner > li > .sub-menu:not(.sub-menu-featured):not(.sub-menu-categories):after {
  top: 6px;
}
.cs-header__nav-inner > li > .sub-menu:not(.sub-menu-featured):not(.sub-menu-categories):before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 35px;
  z-index: 14;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border-top: 1px solid var(--cs-color-border);
  border-left: 1px solid var(--cs-color-border);
  background: var(--cs-header-submenu-background);
  transform: translateY(10px) rotate(45deg);
}
.cs-header__nav-inner > li > .sub-menu.sub-menu-featured:before, .cs-header__nav-inner > li > .sub-menu.sub-menu-categories:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: var(--submenu-arrow-left);
  z-index: 14;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border-top: 1px solid var(--cs-color-border);
  border-left: 1px solid var(--cs-color-border);
  background: var(--cs-site-background);
  transform: translateX(-50%) translateY(10px) rotate(45deg);
}
.cs-header__nav-inner > li.menu-item-has-children.cs-categories-menu ul.sub-menu, .cs-header__nav-inner > li.menu-item-has-children.cs-featured-menu ul.sub-menu, .cs-header__nav-inner > li:has(div.sub-menu-featured) ul.sub-menu {
  display: none !important;
}
.cs-header__nav-inner .sub-menu {
  position: absolute;
  z-index: 11;
  display: block;
  margin: 0;
  padding: 4px;
  text-align: left;
  list-style: none;
}
.cs-header__nav-inner .sub-menu:not(.sub-menu-featured, .sub-menu-categories):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 4px;
  background: var(--cs-header-submenu-background);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-layout-elements-border-radius);
  box-shadow: 0 15px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__nav-inner .sub-menu:not(.sub-menu-featured, .sub-menu-categories):after {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-header__nav-inner .sub-menu:not(.sub-menu-featured, .sub-menu-categories):after {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__nav-inner .sub-menu:not(.sub-menu-featured, .sub-menu-categories):after {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__nav-inner .sub-menu:not(.sub-menu-featured, .sub-menu-categories):after {
    box-shadow: none;
  }
}
.cs-header__nav-inner .sub-menu > li {
  position: relative;
  z-index: 12;
  padding: 0;
  background: var(--cs-header-submenu-background);
  transition: 0.25s;
  border-radius: var(--cs-layout-elements-border-radius);
}
.cs-header__nav-inner .sub-menu > li:hover {
  background: rgba(var(--cs-light-accent-color-rgb), 0.09);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__nav-inner .sub-menu > li:hover {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
[data-scheme=dark] .cs-header__nav-inner .sub-menu > li:hover {
  background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__nav-inner .sub-menu > li:hover {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__nav-inner .sub-menu > li:hover {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
.cs-header__nav-inner .sub-menu > li:hover > a {
  color: var(--cs-color-accent);
}
.cs-header__nav-inner .sub-menu > li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  min-width: 242px;
  min-height: 44px;
  padding: 11px 1rem;
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.cs-header__nav-inner .sub-menu > li a > .expanded {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
  z-index: 2;
}
.cs-header__nav-inner .sub-menu > li.current-menu-ancestor > a, .cs-header__nav-inner .sub-menu > li.current-menu-item > a {
  font-weight: 700;
  color: var(--cs-color-accent);
}
.cs-header__nav-inner .sub-menu > li.current-menu-ancestor > a .menu-item-tag, .cs-header__nav-inner .sub-menu > li.current-menu-item > a .menu-item-tag {
  font-weight: var(--cs-font-submenu-weight);
}
.cs-header__nav-inner .sub-menu .sub-menu {
  display: block;
  top: -9999px;
  left: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s;
  transform: translate3d(0.5rem, 0, 0);
  visibility: hidden;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-right:before {
  content: "\e90b";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-right:after {
  content: "\e912";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-right:hover:before {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px) translateY(-50%);
  color: var(--cs-color-accent);
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-right:hover:after {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-right > .sub-menu {
  padding-left: 6px;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-right > .sub-menu:after {
  left: 6px;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-right > .sub-menu > li {
  margin-left: 4px;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-left:before {
  content: "\e90d";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-left:after {
  content: "\e913";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-left:hover:before {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2px) translateY(-50%);
  color: var(--cs-color-accent);
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-left:hover:after {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-left > .sub-menu {
  padding-right: 6px;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-left > .sub-menu:after {
  right: 6px;
}
.cs-header__nav-inner .sub-menu .menu-item-has-children:not(.cs-featured-menu).cs-sm-position-left > .sub-menu > li {
  margin-right: 4px;
}
.cs-header__nav-inner .sub-menu .cs-sm-position-left > .sub-menu {
  left: auto;
  right: 100%;
}
.cs-header__nav-inner .sub-menu .cs-sm-position-left > a:after {
  transform: rotate(180deg);
}
.cs-header__nav-inner .cs-featured-menu,
.cs-header__nav-inner .cs-categories-menu,
.cs-header__nav-inner .cs-mega-menu {
  position: static;
}

.menu-item-tag {
  min-height: 1.125rem;
  margin-left: 0.375rem;
  padding: 0.125rem 0.5rem 0.0625rem 0.5rem;
  background: var(--cs-tag-background-color, rgba(var(--cs-light-accent-color-rgb), 0.1));
  color: var(--cs-tag-color, var(--cs-color-accent));
  border-radius: var(--cs-tag-border-radius);
  transition: 0.25s;
}
.cs-header .menu-item-tag {
  padding-top: 0.0625rem;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .menu-item-tag {
    background: var(--cs-tag-background-color, rgba(var(--cs-dark-accent-color-rgb), 0.1));
  }
}
[data-scheme=dark] .menu-item-tag {
  background: var(--cs-tag-background-color, rgba(var(--cs-dark-accent-color-rgb), 0.1));
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .menu-item-tag {
    background: var(--cs-tag-background-color, rgba(var(--cs-dark-accent-color-rgb), 0.1));
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .menu-item-tag {
    background: var(--cs-tag-background-color, rgba(var(--cs-dark-accent-color-rgb), 0.1));
  }
}
.menu-item-tag {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-burger-menu {
  display: none;
  position: absolute;
  z-index: 110;
  flex-direction: column;
  width: 100%;
  max-width: 456px;
  max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-initial-height));
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  transition: 0.4s;
  opacity: 0;
  margin-top: -8px;
  margin-left: -16px;
  padding-top: 6px;
}
.cs-burger-menu:has(.cs-burger-menu__inner .cs-burger__nav-menu:last-child) {
  max-width: 420px;
}
.cs-burger-menu:has(.cs-burger-menu__inner .cs-burger__nav-menu:last-child) .cs-burger__nav-menu {
  width: 100%;
}
.cs-burger-menu:has(.cs-burger-menu__inner .cs-burger__nav-menu + .cs-burger-menu__aside) {
  max-width: 876px;
}
.cs-burger-menu:has(.cs-burger-menu__inner .cs-burger__nav-menu + .cs-burger-menu__aside) .cs-burger__nav-menu {
  width: calc(100% - 456px);
}
.cs-burger-menu__inner {
  position: relative;
  display: flex;
}
.cs-burger-menu__inner:has(.cs-burger__nav-menu):before {
  background: var(--cs-header-submenu-background);
}
.cs-burger-menu__inner:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 24px;
  z-index: 14;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border-top: 1px solid var(--cs-color-border);
  border-left: 1px solid var(--cs-color-border);
  background: var(--cs-site-background);
  transform: translateY(4px) rotate(45deg);
}
.cs-burger-menu__inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  padding: 4px;
  background: var(--cs-site-background);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-layout-elements-border-radius);
  box-shadow: 0 15px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-burger-menu__inner:after {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-burger-menu__inner:after {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-burger-menu__inner:after {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-burger-menu__inner:after {
    box-shadow: none;
  }
}
.cs-burger-menu__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 456px;
  padding: 1rem;
}
.cs-burger-menu__aside-header {
  display: flex;
  justify-content: space-between;
}
.cs-burger-menu__aside-heading {
  color: var(--cs-color-secondary);
}
.cs-burger-menu__aside-heading {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.cs-burger-menu__aside a {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-burger-menu__aside a {
  position: relative;
  display: inline-flex;
  padding-right: 16px;
  color: var(--cs-color-accent);
  text-decoration: none;
  transition: 0.25s;
}
.cs-burger-menu__aside a .cs-icon-chevron-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-burger-menu__aside a .cs-icon-arrow-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-burger-menu__aside a:hover .cs-icon-chevron-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px);
}
.cs-burger-menu__aside a:hover .cs-icon-arrow-right {
  opacity: 1;
  visibility: visible;
}
.cs-burger-menu__posts.cs-posts-area__list {
  display: grid;
}
.cs-burger-menu__posts.cs-posts-area__list .cs-entry__outer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  column-gap: 0;
  align-items: start;
}
.cs-burger-menu__posts.cs-posts-area__list .cs-entry__outer:has(.cs-entry__thumbnail) {
  grid-template-columns: 106px minmax(0, 1fr);
}
.cs-burger-menu__posts.cs-posts-area__list .cs-entry__content {
  gap: 0.5rem;
}
.cs-burger-menu__posts.cs-posts-area__list .cs-entry__title {
  line-height: 1;
}
.cs-burger-menu__posts.cs-posts-area__list .cs-entry__title span {
  font-size: 0.8em;
  line-height: var(--cs-font-entry-title-line-height);
}

.cs-burger__nav-menu {
  min-height: 418px;
  padding: 1px;
}
.cs-burger__nav-menu:not(:has(.cs-burger__nav-inner)) {
  display: none;
}

.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
}

.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color when hovered */
}

.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-thumb:vertical {
  height: 30px; /* Height of the thumb */
}

.cs-burger__nav-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 208px;
  height: 100%;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background: var(--cs-header-submenu-background);
  border-radius: var(--cs-layout-elements-border-radius);
  box-shadow: 0 5px 10px 0 rgba(var(--cs-light-primary-color-rgb), 0.06);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-burger__nav-inner {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-burger__nav-inner {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-burger__nav-inner {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-burger__nav-inner {
    box-shadow: none;
  }
}
.cs-burger__nav-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-burger__nav-inner a {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.cs-burger__nav-inner a {
  color: var(--cs-color-primary);
  text-decoration: none;
}
.cs-burger__nav-inner a .menu-item-tag {
  padding: 0.125rem 0.5rem 0.0625rem 0.5rem;
}
.cs-burger__nav-inner:has(> li:hover) > li:first-child:not(:hover) > .sub-menu {
  display: none;
}
.cs-burger__nav-inner > li {
  max-width: 208px;
  padding-left: 4px;
  padding-right: 4px;
}
.cs-burger__nav-inner > li:first-child > .sub-menu {
  display: flex;
}
.cs-burger__nav-inner > li:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 11;
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, var(--cs-site-background) 0%, rgba(247, 249, 252, 0) 100%);
}
.cs-burger__nav-inner > li:hover > a {
  color: var(--cs-color-accent);
  background: rgba(var(--cs-light-accent-color-rgb), 0.09);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-burger__nav-inner > li:hover > a {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
[data-scheme=dark] .cs-burger__nav-inner > li:hover > a {
  background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-burger__nav-inner > li:hover > a {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-burger__nav-inner > li:hover > a {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
.cs-burger__nav-inner > li:hover > .sub-menu {
  display: flex;
}
.cs-burger__nav-inner > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 1rem;
  border-radius: var(--cs-layout-elements-border-radius);
}
.cs-burger__nav-inner > li.menu-item-has-children > a:before {
  content: "\e90b";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-burger__nav-inner > li.menu-item-has-children > a:after {
  content: "\e912";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-burger__nav-inner > li.menu-item-has-children > a:hover:before {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px) translateY(-50%);
  color: var(--cs-color-accent);
}
.cs-burger__nav-inner > li.menu-item-has-children > a:hover:after {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.cs-burger__nav-inner > li > .sub-menu {
  display: none;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 11;
  width: 200px;
  margin: 0;
  padding: 0 1.5rem 2.5rem 1.5rem;
  margin-top: 1rem;
  text-align: left;
  list-style: none;
  max-height: 400px;
  overflow-y: auto;
}
.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar {
  width: 2px;
}
.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: var(--cs-color-border);
  border: 2px solid var(--cs-color-border);
}
.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-track:hover {
  background-color: var(--cs-color-border);
}
.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-track:active {
  background-color: var(--cs-color-border);
}
.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: var(--cs-color-secondary);
}
.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-thumb:hover {
  background-color: var(--cs-color-secondary);
}
.cs-burger__nav-inner > li > .sub-menu::-webkit-scrollbar-thumb:active {
  background-color: var(--cs-color-secondary);
}
.cs-burger__nav-inner > li > .sub-menu > li > a {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.cs-burger__nav-inner > li > .sub-menu > li > a:hover {
  color: var(--cs-color-accent);
}
.cs-burger__nav-inner > li > .sub-menu > li > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.cs-burger__nav-inner > li > .sub-menu > li > .sub-menu li a {
  font-family: var(--cs-font-submenu-small-menu-family), sans-serif;
  font-size: var(--cs-font-submenu-small-menu-size);
  font-weight: var(--cs-font-submenu-small-menu-weight);
  font-style: var(--cs-font-submenu-small-menu-style);
  letter-spacing: var(--cs-font-submenu-small-menu-letter-spacing);
  text-transform: var(--cs-submenu-small-menu-text-transform);
  line-height: var(--cs-font-submenu-small-menu-line-height);
}
.cs-burger__nav-inner > li > .sub-menu > li > .sub-menu li a:hover {
  color: var(--cs-color-accent);
}
.cs-burger__nav-inner li.current-menu-ancestor > a, .cs-burger__nav-inner li.current-menu-item > a {
  color: var(--cs-color-accent);
}

.cs-burger-active {
  overflow: hidden;
}
.cs-burger-active .cs-burger-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.cs-header__burger-icon {
  position: relative;
  z-index: 10;
  height: 48px;
  width: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cs-header__inner-desktop .cs-header__burger-icon {
  margin-left: -12px;
  margin-right: -2px;
}
.cs-header__burger-icon i {
  background: var(--cs-color-primary);
  display: block;
  width: 22px;
  height: 2px;
  margin: 3px 0;
  transition: width 0.1s linear;
}
.cs-header__burger-icon i:first-child {
  position: relative;
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.15s linear, top 0.15s linear, width 0.2s linear;
}
.cs-header__burger-icon i:last-child {
  position: relative;
  width: 12px;
  top: 0;
  left: -5px;
  transform: rotate(0deg);
  transition: transform 0.15s linear, top 0.15s linear, width 0.2s linear, left 0.2s linear;
}
.cs-header__burger-icon:hover i {
  background: var(--cs-color-accent);
}
.cs-header__burger-icon:hover i:last-child {
  width: 22px;
  left: 0;
}
.cs-header__burger-icon.close i:first-child, .cs-burger-visible .cs-header__burger-icon i:first-child {
  top: 4px;
  transform: rotate(45deg);
  transition: transform 0.15s linear, top 0.15s linear;
}
.cs-header__burger-icon.close i:last-child, .cs-burger-visible .cs-header__burger-icon i:last-child {
  top: -4px;
  left: 0;
  width: 22px;
  transform: rotate(-45deg);
  transition: transform 0.15s linear, top 0.15s linear;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-featured-menu.cs-mega-menu > .sub-menu-featured {
  display: none !important;
}
.cs-featured-menu > .sub-menu {
  width: 100%;
  right: 0;
  padding: 0;
}
.cs-featured-menu__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.375rem 1rem 1rem 1rem;
}
.cs-featured-menu__content:after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  padding: 4px;
  background: var(--cs-site-background);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-layout-elements-border-radius);
  box-shadow: 0 15px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-featured-menu__content:after {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-featured-menu__content:after {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-featured-menu__content:after {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-featured-menu__content:after {
    box-shadow: none;
  }
}
.cs-featured-menu__posts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.cs-featured-menu .cs-entry__title span {
  font-size: 0.9em;
}
.cs-featured-menu .cs-button {
  margin-left: auto;
  margin-right: auto;
}

.active-menu .cs-featured-menu__posts > article {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.45s ease forwards;
}
.active-menu .cs-featured-menu__posts > article:nth-child(1) {
  animation-delay: 0s;
}
.active-menu .cs-featured-menu__posts > article:nth-child(2) {
  animation-delay: 0.1s;
}
.active-menu .cs-featured-menu__posts > article:nth-child(3) {
  animation-delay: 0.2s;
}
.active-menu .cs-featured-menu__posts > article:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-categories-menu.cs-mega-menu > .sub-menu-featured {
  display: none !important;
}
.cs-categories-menu > .sub-menu {
  width: 100%;
  right: 0;
  padding: 0;
}
.cs-categories-menu .cs-featured-categories {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.375rem 1rem 1rem 1rem;
}
.cs-categories-menu .cs-featured-categories:after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  padding: 4px;
  background: var(--cs-site-background);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-layout-elements-border-radius);
  box-shadow: 0 15px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-categories-menu .cs-featured-categories:after {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-categories-menu .cs-featured-categories:after {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-categories-menu .cs-featured-categories:after {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-categories-menu .cs-featured-categories:after {
    box-shadow: none;
  }
}
.cs-categories-menu .cs-featured-categories__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-categories-menu .cs-featured-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cs-categories-menu .cs-featured-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.active-menu .cs-categories__item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.45s ease forwards;
}
.active-menu .cs-categories__item:nth-child(1) {
  animation-delay: 0s;
}
.active-menu .cs-categories__item:nth-child(2) {
  animation-delay: 0.1s;
}
.active-menu .cs-categories__item:nth-child(3) {
  animation-delay: 0.2s;
}
.active-menu .cs-categories__item:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
## Home Sections
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-hero {
  position: relative;
}
.cs-hero:not(:first-child) {
  margin-top: 4rem;
}
@media (min-width: 576px) {
  .cs-hero.cs-hero-page-top:first-child {
    margin-top: calc((var(--cs-header-initial-height) + 16px) * -1);
  }
}
.cs-hero .cs-entry__outer {
  gap: 0;
  background: transparent;
}
.cs-hero .cs-entry__outer:hover {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .cs-hero .cs-entry__outer .cs-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.cs-hero .cs-entry__thumbnail.cs-entry__overlay {
  max-height: 680px;
  border-radius: 0;
  clip-path: unset;
}
@media (max-width: 575.98px) {
  .cs-hero .cs-entry__thumbnail.cs-entry__overlay:before {
    min-height: 40vh;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-hero .cs-entry__thumbnail.cs-entry__overlay:before {
    min-height: 60vh;
  }
}
.cs-hero .cs-entry .cs-overlay-background {
  border-radius: 0;
}
.cs-hero .cs-entry .cs-overlay-background:after {
  border-radius: 0;
}
.cs-hero .cs-entry__content {
  position: relative;
  max-width: 100%;
  padding: 2.5rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
}
@media (max-width: 575.98px) {
  .cs-hero .cs-entry__content {
    padding: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 1279.98px) {
  .cs-hero .cs-entry__content {
    margin-top: -60px;
  }
}
@media (min-width: 1280px) {
  .cs-hero .cs-entry__content {
    min-height: 280px;
    margin-top: -160px;
  }
}
.cs-hero .cs-entry__content:first-child .cs-entry__title {
  max-width: 800px;
}
.cs-hero .cs-entry__content:first-child .cs-entry__excerpt {
  max-width: 640px;
  padding-right: 0;
}
.cs-hero .cs-entry__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.cs-hero .cs-entry__title {
  max-width: 800px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cs-hero .cs-entry__title {
    font-size: var(--cs-heading-2-font-size);
  }
}
@media (min-width: 768px) {
  .cs-hero .cs-entry__title {
    font-size: var(--cs-heading-1-font-size);
  }
}
.cs-hero .cs-entry__excerpt {
  max-width: 640px;
  text-align: center;
}
.cs-hero .cs-entry__post-meta {
  max-width: 800px;
  justify-content: center;
}
.cs-hero .cs-entry__post-meta a {
  z-index: 3;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-categories {
  position: relative;
}
.cs-categories:not(.cs-featured-categories) {
  margin-bottom: 4rem;
}
.cs-categories:not(:first-child) {
  margin-top: 4rem;
}
.cs-categories__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cs-categories__heading {
  color: var(--cs-color-secondary);
}
.cs-categories__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-categories__list {
  display: grid;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .cs-categories__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-categories__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cs-categories__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.cs-categories__item {
  position: relative;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
  overflow: hidden;
  text-decoration: none;
}
.cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-logo {
  opacity: 0;
  margin-top: -40%;
  transform: translateY(-40%);
}
.cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-thumbnail {
  opacity: 1;
}
.cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-title {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-title {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-title {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-title {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-title {
    color: var(--cs-color-primary);
  }
}
.cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-description {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-description {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-description {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-description {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-description {
    color: var(--cs-color-primary);
  }
}
.cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-btn {
  opacity: 1;
  margin-top: 1rem;
}
.cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-btn span {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-btn span {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-btn span {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-btn span {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-categories__item:has(.cs-categories__item-thumbnail):hover .cs-categories__item-btn span {
    color: var(--cs-color-primary);
  }
}
.cs-categories__item:not(:has(.cs-categories__item-thumbnail)):hover .cs-categories__item-title {
  color: var(--cs-color-accent);
}
.cs-categories__item-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
.cs-categories__item-thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-categories__item-thumbnail:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cs-categories__item-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.75rem 2rem;
}
.cs-categories__item-logo {
  display: block;
  width: 72px;
  height: 72px;
  opacity: 1;
  transition: 0.3s;
}
.cs-categories__item-logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-categories__item-title {
  color: var(--cs-color-primary);
}
.cs-categories__item-title:not(:first-child) {
  padding-top: 1rem;
}
.cs-categories__item-title {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (max-width: 767.98px) {
  .cs-categories__item-title {
    font-size: var(--cs-heading-5-font-size);
  }
}
@media (min-width: 768px) {
  .cs-categories__item-title {
    font-size: var(--cs-heading-4-font-size);
  }
}
.cs-categories__item-description {
  font-family: var(--cs-font-base-family), sans-serif;
  font-size: var(--cs-font-base-size);
  font-weight: var(--cs-font-base-weight);
  font-style: var(--cs-font-base-style);
  line-height: var(--cs-font-base-line-height);
  letter-spacing: var(--cs-font-base-letter-spacing);
}
.cs-categories__item-description {
  max-width: 225px;
  text-align: center;
  line-height: 1.4;
}
.cs-categories__item-description p {
  margin-bottom: 0;
}
.cs-categories__item-btn {
  opacity: 0;
  display: flex;
  margin-top: -1.125rem;
  transition: 0.25s;
}
.cs-categories__item-btn span {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-categories__item-btn span {
  position: relative;
  display: inline-flex;
  padding-right: 20px;
  color: var(--cs-color-secondary);
  text-decoration: none;
  transition: 0.25s;
}
.cs-categories__item-btn span .cs-icon-chevron-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-categories__item-btn span .cs-icon-arrow-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-categories__item-btn:hover .cs-icon-chevron-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px);
}
.cs-categories__item-btn:hover .cs-icon-arrow-right {
  opacity: 1;
  visibility: visible;
}

.cs-categories:not(.cs-featured-categories) .cs-categories__item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.45s ease forwards;
}
.cs-categories:not(.cs-featured-categories) .cs-categories__item:nth-child(1) {
  animation-delay: 0s;
}
.cs-categories:not(.cs-featured-categories) .cs-categories__item:nth-child(2) {
  animation-delay: 0.1s;
}
.cs-categories:not(.cs-featured-categories) .cs-categories__item:nth-child(3) {
  animation-delay: 0.2s;
}
.cs-categories:not(.cs-featured-categories) .cs-categories__item:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-home-about {
  position: relative;
  padding-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .cs-home-about {
    padding-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cs-home-about {
    padding-top: 5rem;
  }
}
.cs-home-about__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.cs-home-about__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 730px;
}
.cs-home-about__avatar {
  display: block;
  width: 100px;
  height: 100px;
  opacity: 1;
  transition: 0.25s;
}
.cs-home-about__avatar img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-home-about__heading {
  text-align: center;
}
.cs-home-about__heading {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (max-width: 767.98px) {
  .cs-home-about__heading {
    font-size: var(--cs-heading-2-font-size);
  }
}
@media (min-width: 768px) {
  .cs-home-about__heading {
    font-size: var(--cs-heading-1-font-size);
  }
}
.cs-home-about__details {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cs-home-about__details {
    flex-direction: column;
  }
}
.cs-home-about .cs-author-status {
  position: relative;
  padding-left: 26px;
  color: var(--cs-color-accent-secondary);
}
.cs-home-about .cs-author-status {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-home-about .cs-author-status:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate3d(0, -50%, 0);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cs-color-accent-secondary);
  opacity: 0.2;
}
.cs-home-about .cs-author-status:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate3d(6px, -50%, 0);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cs-color-accent-secondary);
}
@media (min-width: 576px) {
  .cs-home-about .cs-social:not(:first-child):has(*):before {
    content: "";
    width: 1px;
    height: 32px;
    margin-left: 0.75rem;
    margin-right: 0.5rem;
    background: var(--cs-color-border);
  }
}
.cs-home-about .cs-social__link {
  width: 32px;
  height: 32px;
}
.cs-home-about .cs-social__link svg,
.cs-home-about .cs-social__link img {
  width: 24px;
  height: 24px;
}
.cs-home-about__cta:not(:first-child) {
  margin-top: 1rem;
}
.cs-home-about__cta .cs-button {
  text-align: center;
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  transition: 0.25s;
  border-radius: var(--cs-button-border-radius);
}
.cs-home-about__cta .cs-button span {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-home-about__cta .cs-button span {
  position: relative;
  display: inline-flex;
  padding-right: 1.25rem;
  height: 1.125rem;
  text-decoration: none;
  transition: 0.25s;
}
.cs-home-about__cta .cs-button span .cs-icon-chevron-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-home-about__cta .cs-button span .cs-icon-arrow-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-home-about__cta .cs-button:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
}
.cs-home-about__cta .cs-button:hover .cs-icon-chevron-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px);
}
.cs-home-about__cta .cs-button:hover .cs-icon-arrow-right {
  opacity: 1;
  visibility: visible;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
@media (max-width: 575.98px) {
  .cs-post-slider {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .cs-post-slider {
    border-radius: var(--cs-thumbnail-border-radius);
  }
}
.cs-post-slider__inner {
  position: relative;
}
.cs-post-slider__swiper-post {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .cs-post-slider__swiper-post {
    --cs-thumbnail-border-radius: 0;
  }
}
@media (min-width: 576px) {
  .cs-post-slider__swiper-post {
    border-radius: var(--cs-thumbnail-border-radius);
  }
}
.cs-post-slider__swiper-post:not(.swiper-initialized) {
  position: relative;
}
.cs-post-slider__swiper-post:not(.swiper-initialized):before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: #111;
  animation: loading 2s linear infinite;
  z-index: 5;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1199.98px) {
  .cs-post-slider__swiper-post:not(.swiper-initialized):has(.cs-post-slider__pagination)::before {
    top: calc(50% - 30px - 24px);
  }
}
@media (min-width: 1200px) {
  .cs-post-slider__swiper-post:not(.swiper-initialized):has(.cs-post-slider__pagination)::before {
    top: calc(50% - 30px - 24px - 5px);
  }
}
.cs-post-slider__swiper-post:not(.swiper-initialized) .cs-post-slider__swiper-post__button-prev, .cs-post-slider__swiper-post:not(.swiper-initialized) .cs-post-slider__swiper-post__button-next {
  display: none;
}
.cs-post-slider__swiper-tabs {
  position: absolute;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .cs-post-slider__swiper-tabs {
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 768px) {
  .cs-post-slider__swiper-tabs {
    bottom: 19px;
    right: 19px;
  }
}
@media (max-width: 991.98px) {
  .cs-post-slider__swiper-tabs {
    max-width: 150px;
  }
}
@media (max-width: 575.98px) {
  .cs-post-slider__swiper-tabs {
    right: calc(100% - 1.5rem);
    transform: translateX(100%);
  }
}
@media (min-width: 992px) {
  .cs-post-slider__swiper-tabs {
    max-width: 246px;
  }
}
.cs-post-slider .cs-slider-tab {
  display: grid;
  flex-shrink: 0;
  padding: 5px;
  position: relative;
  transition-property: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .cs-post-slider .cs-slider-tab {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (min-width: 992px) {
  .cs-post-slider .cs-slider-tab {
    width: 82px !important;
    height: 82px !important;
  }
}
.cs-post-slider .cs-slider-tab__inner {
  position: relative;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
}
.cs-post-slider .cs-slider-tab__image {
  position: absolute;
  z-index: 2;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cs-post-slider .cs-slider-tab__image {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cs-post-slider .cs-slider-tab__image {
    width: 72px;
    height: 72px;
  }
}
.cs-post-slider .cs-slider-tab__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cs-post-slider .cs-slider-tab__image:not(img) {
  background: var(--cs-layout-background);
}
.cs-post-slider .cs-slider-tab__border, .cs-post-slider .cs-slider-tab__progress {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cs-post-slider .cs-slider-tab__border svg, .cs-post-slider .cs-slider-tab__progress svg {
  width: 100%;
  height: 100%;
}
.cs-post-slider .cs-slider-tab__border svg rect, .cs-post-slider .cs-slider-tab__progress svg rect {
  stroke-width: 2;
  fill: none;
  transition: stroke-dashoffset linear;
}
.cs-post-slider .cs-slider-tab__border {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .cs-post-slider .cs-slider-tab__border {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cs-post-slider .cs-slider-tab__border {
    width: 72px;
    height: 72px;
  }
}
.cs-post-slider .cs-slider-tab__progress {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  stroke: var(--cs-color-primary);
}
@media (max-width: 991.98px) {
  .cs-post-slider .cs-slider-tab__progress {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cs-post-slider .cs-slider-tab__progress {
    width: 72px;
    height: 72px;
  }
}
.cs-post-slider .cs-slider-tab__progress.is-animating svg rect {
  stroke-dashoffset: 0;
}
.cs-post-slider[data-cs-autoplay="1"] .cs-slider-tab.swiper-slide-thumb-active .cs-slider-tab__border,
.cs-post-slider[data-cs-autoplay="1"] .cs-slider-tab.swiper-slide-thumb-active .cs-slider-tab__progress {
  opacity: 1;
}
.cs-post-slider[data-cs-autoplay="1"] .cs-slider-tab.swiper-slide-thumb-active .cs-slider-tab__border {
  stroke: var(--cs-color-border);
}
.cs-post-slider[data-cs-autoplay="1"] .cs-slider-tab.swiper-slide-thumb-active .cs-slider-tab__border svg rect {
  stroke-dashoffset: 0;
  stroke: var(--cs-color-secondary);
  opacity: 0.3;
}
.cs-post-slider__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-post-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
}
.cs-post-slider .cs-entry {
  display: grid;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 575.98px) {
  .cs-post-slider .cs-entry {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  @container slider (width > 332px) {
    .cs-post-slider .cs-entry .cs-entry-format {
      width: 48px;
      height: 48px;
    }
    .cs-post-slider .cs-entry .cs-entry-format > i.cs-format-icon:after {
      font-size: 1.5rem;
    }
  }
}
@container slider (width < 688px) {
  .cs-post-slider .cs-entry.post_format-post-format-video .cs-entry__info {
    max-width: calc(540px + 40px * 0.5 - 42px);
    padding-right: calc(40px * 0.25 + 42px);
  }
}
.cs-post-slider .cs-entry__outer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
  height: 100%;
  border-radius: 0;
}
.cs-post-slider .cs-entry__outer:hover {
  height: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .cs-post-slider .cs-entry__overlay:before {
    min-height: 425px;
  }
}
.cs-post-slider .cs-entry .cs-overlay-background {
  border-radius: 0;
}
.cs-post-slider .cs-entry .cs-overlay-background:not(:has(img)) {
  background: var(--cs-color-contrast-300);
}
.cs-post-slider .cs-entry .cs-overlay-background:after {
  background: linear-gradient(180deg, rgba(var(--cs-light-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-light-overlay-background-rgb), 0.45) 71.13%);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-post-slider .cs-entry .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(var(--cs-dark-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-dark-overlay-background-rgb), 0.45) 71.13%);
  }
}
[data-scheme=dark] .cs-post-slider .cs-entry .cs-overlay-background:after {
  background: linear-gradient(180deg, rgba(var(--cs-dark-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-dark-overlay-background-rgb), 0.45) 71.13%);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-post-slider .cs-entry .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(var(--cs-dark-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-dark-overlay-background-rgb), 0.45) 71.13%);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-post-slider .cs-entry .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(var(--cs-dark-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-dark-overlay-background-rgb), 0.45) 71.13%);
  }
}
.cs-post-slider .cs-entry__thumbnail {
  border-radius: 0;
}
.cs-post-slider .cs-entry__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.cs-post-slider .cs-entry__content > .cs-entry__post-meta {
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.cs-post-slider .cs-entry .cs-entry__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cs-post-slider .cs-entry .cs-entry__info {
    padding: 1.5rem 1.5rem calc(3rem + 40px) 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-post-slider .cs-entry .cs-entry__info {
    max-width: calc(100% - 150px - 4.5rem);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cs-post-slider .cs-entry .cs-entry__info {
    max-width: calc(558px + 5rem);
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .cs-post-slider .cs-entry .cs-entry__info .cs-entry__post-meta {
    align-self: center;
  }
}
@media (max-width: 575.98px) {
  .cs-post-slider .cs-entry .cs-entry__info .cs-entry__post-meta {
    align-self: flex-start;
  }
}
@media (max-width: 767.98px) {
  .cs-post-slider .cs-entry__title {
    font-size: var(--cs-heading-3-font-size);
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .cs-post-slider .cs-entry__title {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-post-slider .cs-entry__title {
    font-size: var(--cs-heading-2-font-size);
  }
}
@media (min-width: 992px) {
  .cs-post-slider .cs-entry__title {
    font-size: var(--cs-heading-1-font-size);
  }
}
.cs-post-slider__pagination {
  display: none;
}

.cs-home-post-slider:not(:first-child) {
  margin-top: 4rem;
}

.cs-post-slider__button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .cs-post-slider__button {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .cs-post-slider__button {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .cs-post-slider__button {
    width: 80px;
  }
}
.cs-post-slider__button span {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  pointer-events: all;
  cursor: pointer;
}
.cs-post-slider__button span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background: var(--cs-layout-background);
  box-shadow: 0 4px 8px 0 rgba(var(--cs-light-accent-color-rgb), 0.1);
  transition: 0.25s;
  width: 40px;
  height: 40px;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-post-slider__button span:after {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-post-slider__button span:after {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-post-slider__button span:after {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-post-slider__button span:after {
    box-shadow: none;
  }
}
.cs-post-slider__button span .cs-icon {
  position: absolute;
  font-size: 22px;
  color: var(--cs-color-accent);
  transition: 0.25s;
}
.cs-post-slider__button-prev {
  left: 0;
  transform: translateX(-50%);
}
.cs-post-slider__button-prev span {
  transform: translateX(10px);
}
.cs-post-slider__button-prev span .cs-icon-chevron-left {
  z-index: 13;
  opacity: 1;
  visibility: visible;
}
.cs-post-slider__button-prev span .cs-icon-arrow-left {
  z-index: 12;
  opacity: 0;
  visibility: hidden;
}
.cs-post-slider__button-next {
  right: 0;
  transform: translateX(50%);
}
.cs-post-slider__button-next span {
  transform: translateX(-10px);
}
.cs-post-slider__button-next span .cs-icon-chevron-right {
  z-index: 13;
  opacity: 1;
  visibility: visible;
}
.cs-post-slider__button-next span .cs-icon-arrow-right {
  z-index: 12;
  opacity: 0;
  visibility: hidden;
}

@media (hover: none) {
  .cs-post-slider .cs-post-slider__button {
    opacity: 1;
    visibility: visible;
  }
  .cs-post-slider .cs-post-slider__button-prev span {
    transform: translateX(0);
  }
  .cs-post-slider .cs-post-slider__button-next span {
    transform: translateX(0);
  }
}
@media (hover: hover) {
  .cs-post-slider:hover .cs-post-slider__button {
    opacity: 1;
    visibility: visible;
  }
  .cs-post-slider:hover .cs-post-slider__button-prev span {
    transform: translateX(0);
  }
  .cs-post-slider:hover .cs-post-slider__button-prev span:hover .cs-icon-chevron-left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-2px);
  }
  .cs-post-slider:hover .cs-post-slider__button-prev span:hover .cs-icon-arrow-left {
    opacity: 1;
    visibility: visible;
  }
  .cs-post-slider:hover .cs-post-slider__button-next span {
    transform: translateX(0);
  }
  .cs-post-slider:hover .cs-post-slider__button-next span:hover .cs-icon-chevron-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(2px);
  }
  .cs-post-slider:hover .cs-post-slider__button-next span:hover .cs-icon-arrow-right {
    opacity: 1;
    visibility: visible;
  }
}
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
@media (min-width: 768px) {
  .cs-post-tiles-type-1 {
    margin-bottom: 4rem;
  }
}
.cs-post-tiles-type-1:not(:first-child) {
  margin-top: 4rem;
}
.cs-post-tiles-type-1 .cs-post-tiles__grid {
  display: grid;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid {
    --cs-thumbnail-border-radius: 0;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
    row-gap: 0;
  }
}
@media (max-width: 767.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto auto;
  }
}
@media (min-width: 576px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid {
    column-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr) auto;
  }
}
@media (min-width: 992px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid {
    grid-template-rows: auto auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid {
    grid-template-columns: calc(60% - 0.5rem) calc(40% - 0.5rem);
  }
}
@media (min-width: 1200px) and (max-width: 1279.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid {
    grid-template-columns: calc(66% - 0.5rem) calc(34% - 0.5rem);
  }
}
@media (min-width: 1280px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid {
    grid-template-columns: var(--cs-entry-content-width) calc(100% - 16px - var(--cs-entry-content-width));
  }
}
@media (max-width: 767.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:first-child .cs-overlay-ratio:before {
    min-height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:first-child {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:first-child {
    grid-row: span 2;
  }
}
@media (max-width: 1199.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__info {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__info {
    max-width: calc(558px + 4rem);
    padding: 1.5rem 2rem 2rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__title {
    font-size: var(--cs-heading-3-font-size);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__title {
    font-size: var(--cs-heading-2-font-size);
  }
}
@media (min-width: 1200px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__title {
    font-size: var(--cs-heading-1-font-size);
  }
}
@media (min-width: 768px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:not(:first-child) .cs-entry__info {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:not(:first-child) .cs-entry__title {
    font-size: var(--cs-heading-5-font-size);
  }
}
@media (min-width: 768px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry:not(:first-child) .cs-entry__title {
    font-size: var(--cs-heading-4-font-size);
  }
}
.cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry__outer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
  height: 100%;
}
.cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry__outer:hover {
  height: 100%;
  margin: 0;
  padding: 0;
}
.cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry__thumbnail {
  border-radius: 0;
}
.cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry__content {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry__content > .cs-entry__post-meta {
  margin-top: 0;
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry .cs-entry__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cs-post-tiles-type-1 .cs-post-tiles__grid .cs-entry .cs-entry__info {
    padding: 1.5rem;
  }
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
@media (min-width: 768px) {
  .cs-post-tiles-type-2 {
    margin-bottom: 4rem;
  }
}
.cs-post-tiles-type-2:not(:first-child) {
  margin-top: 4rem;
}
.cs-post-tiles-type-2 .cs-post-tiles__grid {
  display: grid;
  column-gap: 1rem;
  row-gap: 1rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr) auto;
  }
}
@media (min-width: 992px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:first-child {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (min-width: 576px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__content {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__title {
    font-size: var(--cs-heading-3-font-size);
  }
}
@media (min-width: 768px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__title {
    font-size: var(--cs-heading-2-font-size);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:first-child .cs-entry__title {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:not(:first-child) .cs-entry__title {
    font-size: var(--cs-heading-6-font-size);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:not(:first-child) .cs-entry__title {
    font-size: var(--cs-heading-5-font-size);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:not(:first-child) .cs-entry__title {
    font-size: var(--cs-heading-6-font-size);
  }
}
@media (min-width: 1200px) {
  .cs-post-tiles-type-2 .cs-post-tiles__grid .cs-entry:not(:first-child) .cs-entry__title {
    font-size: var(--cs-heading-5-font-size);
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-footer {
  position: relative;
  z-index: 1;
  background: var(--cs-footer-background);
}
@media (max-width: 991.98px) {
  .cs-footer {
    padding: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .cs-footer {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  .cs-footer__inner:has(.cs-footer__primary):has(.cs-footer__columns):has(.cs-footer__secondary), .cs-footer__inner:has(.cs-footer__primary):has(.cs-footer__columns) {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-footer__inner:has(.cs-footer__primary):has(.cs-footer__columns):has(.cs-footer__secondary), .cs-footer__inner:has(.cs-footer__primary):has(.cs-footer__columns) {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cs-footer__inner:has(.cs-footer__primary):has(.cs-footer__columns):has(.cs-footer__secondary), .cs-footer__inner:has(.cs-footer__primary):has(.cs-footer__columns) {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr auto;
    gap: 1.5rem;
  }
}
.cs-footer__inner:has(.cs-footer__primary):has(.cs-footer__secondary) {
  display: grid;
  gap: 1.5rem;
}
.cs-footer__primary {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media (min-width: 992px) {
  .cs-footer__primary {
    min-width: 310px;
  }
}
@media (min-width: 992px) {
  .cs-footer__columns {
    grid-row: span 2;
  }
}
.cs-footer__secondary {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 1rem;
}
@media (max-width: 991.98px) {
  .cs-footer__secondary {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-footer__secondary {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-footer .cs-logo {
    text-align: center;
  }
}
.cs-footer__logo {
  white-space: nowrap;
  flex: none;
}
.cs-footer__logo {
  font-family: var(--cs-font-footer-logo-family), sans-serif;
  font-size: var(--cs-font-footer-logo-size);
  font-weight: var(--cs-font-footer-logo-weight);
  font-style: var(--cs-font-footer-logo-style);
  letter-spacing: var(--cs-font-footer-logo-letter-spacing);
  text-transform: var(--cs-font-footer-logo-text-transform);
}
.cs-footer__logo {
  color: var(--cs-color-primary);
  text-decoration: none;
}
.cs-footer__logo:has(img) {
  padding: 0;
}
.cs-footer__logo img {
  width: initial;
  max-width: 100%;
  height: auto;
}
.cs-footer__logo.cs-logo-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
[data-scheme=dark] .cs-footer__logo.cs-logo-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
[data-scheme=inverse] .cs-footer__logo.cs-logo-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
[data-scheme=dark] .cs-footer__logo.cs-logo-default {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
[data-scheme=inverse] .cs-footer__logo.cs-logo-default {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
.cs-footer__description {
  color: var(--cs-color-secondary);
}
.cs-footer__description {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
@media (min-width: 576px) {
  .cs-footer__description {
    max-width: 310px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-footer__description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.cs-footer-columns__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-footer-columns__nav {
  display: flex;
  width: 100%;
  column-gap: 1rem;
  row-gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .cs-footer-columns__nav {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-footer-columns__nav {
    column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .cs-footer-columns__nav {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cs-footer-columns__nav {
    justify-content: flex-end;
  }
}
.cs-footer-columns__nav-menu {
  width: 100%;
}
.cs-footer-columns__nav > li {
  position: relative;
}
@media (max-width: 767.98px) {
  .cs-footer-columns__nav > li {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .cs-footer-columns__nav > li > a {
    width: auto;
    min-width: 90px;
    max-width: 150px;
  }
  .cs-footer-columns__nav > li span.cs-footer-columns__nav-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    margin-right: -8px;
    cursor: pointer;
  }
  .cs-footer-columns__nav > li span.cs-footer-columns__nav-arrow:before {
    content: "\e90e";
    font-family: "cs-icons" !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    transition: 0.25s;
  }
  .cs-footer-columns__nav > li span.cs-footer-columns__nav-arrow:after {
    content: "\e914";
    font-family: "cs-icons" !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
  }
  .cs-footer-columns__nav > li > ul {
    order: 3;
    width: 100%;
  }
  .cs-footer-columns__nav > li.menu-item-expanded span.cs-footer-columns__nav-arrow:before {
    opacity: 0;
    visibility: hidden;
    transform: translateY(2px);
    color: var(--cs-color-accent);
  }
  .cs-footer-columns__nav > li.menu-item-expanded span.cs-footer-columns__nav-arrow:after {
    opacity: 1;
    visibility: visible;
    color: var(--cs-color-accent);
  }
}
@media (min-width: 768px) {
  .cs-footer-columns__nav > li span.cs-footer-columns__nav-arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .cs-footer-columns__nav > li {
    flex: 1;
    line-height: 1;
    max-width: 150px;
  }
}
.cs-footer-columns__nav > li > a {
  font-family: var(--cs-font-footer-menu-family), sans-serif;
  font-size: var(--cs-font-footer-menu-size);
  font-weight: var(--cs-font-footer-menu-weight);
  font-style: var(--cs-font-footer-menu-style);
  letter-spacing: var(--cs-font-footer-menu-letter-spacing);
  text-transform: var(--cs-font-footer-menu-text-transform);
  line-height: var(--cs-font-footer-menu-line-height);
}
.cs-footer-columns__nav > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--cs-color-primary);
}
@media (hover: hover) {
  .cs-footer-columns__nav > li > a > span:not(.menu-item-tag, .cs-footer-columns__nav-arrow) {
    --cs-underline-bg-position: left 98%;
  }
  .cs-footer-columns__nav > li > a > span:not(.menu-item-tag, .cs-footer-columns__nav-arrow) {
    display: inline;
    padding-bottom: 0.02em;
    background: linear-gradient(to right, currentColor 0%, currentColor 98%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: var(--cs-underline-bg-position);
    color: var(--cs-color-primary);
    transition: 0.25s;
    text-decoration: none;
  }
  .cs-footer-columns__nav > li > a:hover > span:not(.menu-item-tag, .cs-footer-columns__nav-arrow) {
    background-size: 100% 1px;
    color: var(--cs-color-primary);
  }
}
.cs-footer-columns__nav > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-footer-columns__nav > li > ul {
  display: none;
}
@media (min-width: 768px) {
  .cs-footer-columns__nav > li > ul {
    display: block !important;
    height: auto !important;
    margin-top: 1rem;
  }
}
.cs-footer-columns__nav > li > ul > li {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .cs-footer-columns__nav > li > ul > li:first-child {
    padding-top: 0.5rem;
  }
}
.cs-footer-columns__nav > li > ul > li > a {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
}
.cs-footer-columns__nav > li > ul > li > a {
  font-family: var(--cs-font-footer-submenu-family), sans-serif;
  font-size: var(--cs-font-footer-submenu-size);
  font-weight: var(--cs-font-footer-submenu-weight);
  font-style: var(--cs-font-footer-submenu-style);
  letter-spacing: var(--cs-font-footer-submenu-letter-spacing);
  text-transform: var(--cs-font-footer-submenu-text-transform);
  line-height: var(--cs-font-footer-submenu-line-height);
}
.cs-footer-columns__nav > li > ul > li > a > span:not(.menu-item-tag, .cs-footer-columns__nav-arrow) {
  display: inline;
}
.cs-footer-columns__nav > li > ul > li > a > span:not(.menu-item-tag, .cs-footer-columns__nav-arrow) {
  --cs-underline-bg-position: left 98%;
}
.cs-footer-columns__nav > li > ul > li > a > span:not(.menu-item-tag, .cs-footer-columns__nav-arrow) {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-secondary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-footer-columns__nav > li > ul > li > a:hover > span:not(.menu-item-tag, .cs-footer-columns__nav-arrow) {
  background-size: 100% 1px;
  color: var(--cs-color-primary);
}
.cs-footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-footer__nav {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cs-footer__nav > li > a {
  position: relative;
  text-decoration: none;
  padding-right: 28px;
}
.cs-footer__nav > li > a {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-footer__nav > li > a:before {
  content: "\e90b";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-footer__nav > li > a:after {
  content: "\e912";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-footer__nav > li > a:hover {
  color: var(--cs-color-accent);
}
.cs-footer__nav > li > a:hover:before {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px) translateY(-50%);
  color: var(--cs-color-accent);
}
.cs-footer__nav > li > a:hover:after {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.cs-footer__social {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-footer__social {
    align-items: center;
  }
}
.cs-footer__social-heading {
  font-family: var(--cs-font-footer-menu-family), sans-serif;
  font-size: var(--cs-font-footer-menu-size);
  font-weight: var(--cs-font-footer-menu-weight);
  font-style: var(--cs-font-footer-menu-style);
  letter-spacing: var(--cs-font-footer-menu-letter-spacing);
  text-transform: var(--cs-font-footer-menu-text-transform);
  line-height: var(--cs-font-footer-menu-line-height);
}
.cs-footer__copyright {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  color: var(--cs-color-secondary);
}
.cs-footer__copyright {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-footer__copyright {
  font-size: var(--cs-font-post-meta-size);
}
.cs-footer__copyright a {
  display: inline;
  padding-bottom: 0.0625rem;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-secondary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-footer__copyright a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.entry-content:not(:first-child) {
  margin-top: 2.5rem;
}
.entry-content:after, .entry-content:before {
  content: "";
  display: table;
  clear: both;
}
.entry-content {
  font-family: var(--cs-font-post-content-family), sans-serif;
  font-weight: var(--cs-font-post-content-weight);
  font-size: var(--cs-font-post-content-size);
  letter-spacing: var(--cs-font-post-content-letter-spacing);
  line-height: var(--cs-font-post-content-line-height);
}
@media (max-width: 767.98px) {
  .entry-content {
    font-size: 1.125rem;
  }
}
.entry-content a:not([class],
.elementor-element .cs-entry__title a,
.cs-entry__title a,
.wp-block-post-terms > a,
.wp-block-latest-posts a,
.wp-block-categories a,
.wp-block-archives-list a,
.wp-block-cover a,
.wp-block-calendar a,
.wp-block-comment-edit-link a,
.wp-block-comment-reply-link a,
.wp-block-comment-author-name a,
.wp-block-comment-date a,
.wp-block-quote a,
.cs-posts-area-elementor a,
.has-link-color a,
.wp-block-post-navigation-link.has-text-color a,
*[style*=text-decoration] a),
.entry-content a.wp-block-pages-list__item__link:not([style*=text-decoration] a) {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-accent);
  transition: 0.25s;
  text-decoration: none;
}
.entry-content a:not([class],
.elementor-element .cs-entry__title a,
.cs-entry__title a,
.wp-block-post-terms > a,
.wp-block-latest-posts a,
.wp-block-categories a,
.wp-block-archives-list a,
.wp-block-cover a,
.wp-block-calendar a,
.wp-block-comment-edit-link a,
.wp-block-comment-reply-link a,
.wp-block-comment-author-name a,
.wp-block-comment-date a,
.wp-block-quote a,
.cs-posts-area-elementor a,
.has-link-color a,
.wp-block-post-navigation-link.has-text-color a,
*[style*=text-decoration] a):hover,
.entry-content a.wp-block-pages-list__item__link:not([style*=text-decoration] a):hover {
  background-size: 0px 1px;
  color: var(--cs-color-accent);
}
.entry-content *[style*="text-decoration:underline"] a {
  color: var(--cs-color-accent);
  text-decoration: underline;
}
.entry-content *[style*="text-decoration:underline"] a:hover {
  color: var(--cs-color-accent);
  text-decoration: none;
}
.entry-content *[style*="text-decoration:line-through"] a {
  color: var(--cs-color-accent);
  text-decoration: line-through;
}
.entry-content *[style*="text-decoration:line-through"] a:hover {
  color: var(--cs-color-accent);
}

.cs-entry__content-wrap {
  width: 100%;
  max-width: var(--cs-entry-content-large-width);
}
.cs-page-layout-right .cs-entry__content-wrap {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .cs-page-layout-right .cs-entry__content-wrap {
    margin-right: auto;
  }
}
.cs-page-layout-left .cs-entry__content-wrap {
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .cs-page-layout-left .cs-entry__content-wrap {
    margin-left: auto;
  }
}
.cs-sidebar-disabled .cs-entry__content-wrap {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .page.cs-page-layout-right .cs-entry__content-wrap, .page.cs-page-layout-left .cs-entry__content-wrap {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page.cs-page-layout-right .cs-entry__content-wrap, .page.cs-page-layout-left .cs-entry__content-wrap {
    max-width: var(--cs-entry-content-width);
  }
}
.page.cs-page-layout-disabled .cs-entry__content-wrap {
  max-width: 100%;
}

.single .cs-entry__container {
  justify-content: center;
}
@media (min-width: 992px) {
  .single .cs-entry__container {
    display: grid;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .single .cs-entry__header-standard + .cs-entry__container,
  .single .cs-entry__header-featured + .cs-main-content,
  .single .cs-entry__header-split + .cs-main-content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .single .cs-entry__header-standard + .cs-entry__container,
  .single .cs-entry__header-featured + .cs-main-content,
  .single .cs-entry__header-split + .cs-main-content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .single .cs-entry__header-standard + .cs-entry__container,
  .single .cs-entry__header-featured + .cs-main-content,
  .single .cs-entry__header-split + .cs-main-content {
    margin-top: 2.5rem;
  }
}
.single .cs-metabar-enabled .cs-entry__container {
  grid-template-columns: minmax(0, var(--cs-entry-content-width));
  column-gap: 0;
}
@media (min-width: 1200px) {
  .single .cs-metabar-enabled .cs-entry__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--cs-entry-content-medium-width)) minmax(0, 1fr);
  }
}
@media (min-width: 992px) {
  .single .cs-metabar-enabled.cs-sidebar-disabled .cs-entry__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--cs-entry-content-medium-width)) minmax(0, 1fr);
  }
  .single .cs-metabar-enabled.cs-sidebar-disabled .cs-entry__container .cs-entry__content-wrap {
    margin-left: initial;
  }
}
.single .cs-metabar-disabled .cs-entry__container {
  grid-template-columns: minmax(0, var(--cs-entry-content-width));
  justify-content: center;
}
@media (min-width: 768px) {
  .single .entry-content {
    max-width: var(--cs-entry-content-medium-width);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .single .cs-sidebar-disabled .cs-entry__content-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content .alignwide,
.entry-content .alignfull {
  transform: translateX(0);
}
@media (max-width: 991.98px) {
  .entry-content .alignwide,
  .entry-content .alignfull {
    margin: 40px 0;
  }
}
@media (min-width: 992px) {
  .entry-content .alignwide,
  .entry-content .alignfull {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.entry-content .alignwide .alignwide,
.entry-content .alignwide .alignfull,
.entry-content .alignfull .alignwide,
.entry-content .alignfull .alignfull {
  width: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
.entry-content .alignwide img:not(.avatar) {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 992px) {
  .single.cs-page-layout-disabled .entry-content .alignwide {
    width: var(--cs-entry-content-large-width);
    margin-left: calc(var(--cs-entry-content-large-width) / -2 + 50%);
    margin-right: calc(var(--cs-entry-content-large-width) / -2 + 50%);
  }
}
@media (min-width: 1200px) {
  .single.cs-page-layout-right .entry-content .alignwide, .single.cs-page-layout-left .entry-content .alignwide {
    width: var(--cs-entry-content-large-width);
    margin-left: calc(var(--cs-entry-content-large-width) / -2 + 50%);
    margin-right: calc(var(--cs-entry-content-large-width) / -2 + 50%);
  }
}
.entry-content .alignfull {
  transform: translateX(0);
}
@media (max-width: 1199.98px) {
  .entry-content .alignfull {
    width: 100vw !important;
    max-width: 100vw;
    margin: 40px calc(-50vw + 50%);
  }
  .entry-content .alignfull img:not(.avatar) {
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .entry-content .alignfull figcaption {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .entry-content .alignfull figcaption {
    max-width: calc(var(--cs-mobile-container) - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .entry-content .alignfull figcaption {
    margin-left: auto;
    margin-right: auto;
  }
  .single .entry-content .alignfull figcaption {
    max-width: var(--cs-entry-content-medium-width);
  }
  .page .entry-content .alignfull figcaption {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cs-sidebar-disabled .entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.cs-sidebar-disabled .entry-content .alignfull img:not(.avatar) {
  width: 100%;
  min-width: 100%;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cs-sidebar-disabled .entry-content .alignfull figcaption {
    max-width: var(--cs-entry-content-full);
    margin-left: auto;
    margin-right: auto;
  }
  .single .cs-sidebar-disabled .entry-content .alignfull figcaption {
    max-width: var(--cs-entry-content-medium-width);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page .cs-sidebar-disabled .entry-content .alignfull figcaption {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .page .cs-sidebar-disabled .entry-content .alignfull figcaption {
    max-width: var(--cs-entry-content-full);
  }
}
@media (min-width: 1200px) {
  .cs-page-layout-right .entry-content .alignfull, .cs-page-layout-left .entry-content .alignfull {
    width: var(--cs-entry-content-large-width);
    margin-left: calc(var(--cs-entry-content-large-width) / -2 + 50%);
    margin-right: calc(var(--cs-entry-content-large-width) / -2 + 50%);
  }
  .cs-page-layout-right .entry-content .alignfull figcaption, .cs-page-layout-left .entry-content .alignfull figcaption {
    max-width: var(--cs-entry-content-medium-width);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page.cs-page-layout-right .entry-content .alignfull figcaption, .page.cs-page-layout-left .entry-content .alignfull figcaption {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.cs-nextpost-loading {
  position: relative;
  margin-top: 1rem;
  height: 80px;
}
.cs-nextpost-loading:before {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgba(164, 164, 164, 0.25);
  border-top-color: #a4a4a4;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-nextpost-loading:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  content: "";
}

.cs-nextpost-section {
  margin-top: 48px;
  border-top: 1px solid var(--cs-color-border);
}
@media (min-width: 992px) {
  .cs-nextpost-section {
    margin-top: 80px;
  }
}
.cs-nextpost-section .cs-entry__header-large {
  top: -1px;
}
.cs-nextpost-section .cs-site-content {
  margin-top: 1.5rem;
}
.cs-nextpost-section .cs-entry__header-standard {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-sidebar-enabled .cs-sidebar__area {
  order: 2;
}
@media (max-width: 767.98px) {
  .cs-sidebar__area {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-sidebar__area {
    margin: initial;
  }
}
@media (min-width: 992px) {
  .cs-sidebar__area {
    margin: initial;
  }
  .cs-sidebar-left .cs-sidebar__area {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-sidebar__inner {
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid var(--cs-color-border);
  }
}
.cs-sidebar__inner .widget {
  break-inside: avoid;
}

.cs-sidebar__area .widget:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 0;
}

@supports (position: sticky) or (position: -webkit-sticky) {
  @media (min-width: 992px) {
    .cs-sticky-sidebar-enabled.cs-stick-to-top .cs-sidebar__area {
      display: flex;
      flex-direction: column;
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-top .cs-sidebar__inner {
      position: relative;
      position: sticky;
      top: calc(var(--cs-wpadminbar-height) + 4rem);
      flex: initial;
      transition: 0.25s;
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-top.cs-navbar-sticky-enabled .cs-sidebar__inner {
      top: calc(var(--cs-header-height) + var(--cs-wpadminbar-height) + 4rem);
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-top.cs-navbar-smart-enabled .cs-header-smart-visible + .cs-site-primary .cs-sidebar__inner {
      top: calc(var(--cs-header-height) + var(--cs-wpadminbar-height) + 4rem);
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__area {
      display: flex;
      flex-direction: column;
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__inner {
      position: relative;
      position: sticky;
      bottom: 2rem;
      margin-top: auto;
      flex: 0 0 auto;
    }
    .cs-sticky-sidebar-enabled.cs-stick-last .cs-sidebar__inner {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .cs-sticky-sidebar-enabled.cs-stick-last .cs-sidebar__inner .widget:last-child {
      position: relative;
      position: sticky;
      top: calc(var(--cs-wpadminbar-height) + 4rem);
      transition: 0.4s;
    }
    .cs-sticky-sidebar-enabled.cs-stick-last.cs-navbar-sticky-enabled .cs-sidebar__inner .widget:last-child {
      top: calc(var(--cs-header-height) + var(--cs-wpadminbar-height) + 4rem);
    }
    .cs-sticky-sidebar-enabled.cs-stick-last.cs-navbar-smart-enabled .cs-header-smart-visible + .cs-site-primary .cs-sidebar__inner .widget:last-child {
      top: calc(var(--cs-header-height) + var(--cs-wpadminbar-height) + 4rem);
    }
  }
}
@-moz-document url-prefix() {
  @media (min-width: 992px) {
    .cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__inner {
      top: 0;
      bottom: initial;
      margin-top: initial;
      flex: initial;
      transition: 0.25s;
    }
  }
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-main-content {
  position: relative;
  margin-top: 1.5rem;
}
.search .cs-main-content {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .cs-main-content .cs-content-area:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .cs-main-content {
    display: grid;
    grid-auto-flow: row;
    row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cs-main-content {
    justify-content: space-between;
  }
}
.wp-singular .cs-main-content {
  margin-top: 0;
}
@media (min-width: 992px) {
  .home .cs-main-content {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .archive .cs-main-content {
    margin-top: 2.5rem;
  }
}
.cs-entry__header-overlay + .cs-container > .cs-main-content {
  margin-top: 2.5rem;
}
.cs-sidebar-disabled .cs-main-content {
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 992px) {
  .cs-sidebar-disabled .cs-main-content {
    justify-content: center;
  }
}
.cs-sidebar-disabled .cs-main-content .cs-archive-list {
  margin-left: auto;
  margin-right: auto;
}
.single .cs-sidebar-disabled .cs-main-content {
  grid-template-columns: minmax(0, var(--cs-entry-content-width));
}
.cs-sidebar-right .cs-main-content {
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-sidebar-right .cs-main-content {
    grid-template-columns: calc(100% - 300px - 32px) 300px;
    column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .cs-sidebar-right .cs-main-content {
    grid-template-columns: var(--cs-entry-content-width) 320px;
  }
}
@media (max-width: 991.98px) {
  .single .cs-sidebar-right .cs-main-content {
    grid-template-columns: minmax(0, var(--cs-entry-content-width));
  }
}
.cs-sidebar-left .cs-main-content {
  grid-template-columns: auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-sidebar-left .cs-main-content {
    grid-template-columns: calc(100% - 300px - 32px) var(--cs-entry-content-width);
    column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .cs-sidebar-left .cs-main-content {
    grid-template-columns: 320px var(--cs-entry-content-width);
  }
}
@media (max-width: 991.98px) {
  .single .cs-sidebar-left .cs-main-content {
    grid-template-columns: minmax(0, var(--cs-entry-content-width));
  }
}

.cs-content-area {
  position: relative;
  font-size: var(--cs-font-post-content-size);
}
.cs-sidebar-enabled .cs-content-area {
  order: 1;
}
@media (min-width: 1200px) {
  .cs-sidebar-right .cs-content-area {
    order: 1;
  }
  .cs-sidebar-left .cs-content-area {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Posts Area
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-content-area {
  --cs-post-area-align-content: flex-start;
  --cs-post-area-content-padding: 0px;
  --cs-post-area-content-border-radius: 0;
  --cs-post-area-content-background: none;
  --cs-post-area-content-border: 0px;
  --cs-post-area-align-image: stretch;
}

.cs-posts-area {
  --cs-post-area-separator-width: 1px;
  --cs-post-area-separator-color: var(--cs-color-border);
}
.cs-section-heading + .cs-posts-area {
  margin-top: 1.5rem;
}

.cs-posts-area__main {
  --cs-posts-area-grid-columns: 1;
  --cs-posts-area-grid-row-gap: 2.5rem;
  --cs-posts-area-grid-column-gap: $spacer;
  display: grid;
  grid-template-columns: repeat(var(--cs-posts-area-grid-columns), minmax(0, 1fr));
}
.cs-posts-area__main .cs-entry__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  z-index: 0;
}

.cs-posts-area__grid {
  grid-column-gap: var(--cs-posts-area-grid-column-gap);
  grid-row-gap: var(--cs-posts-area-grid-row-gap);
}
.cs-posts-area__grid .cs-entry__outer {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  row-gap: 0;
  height: 100%;
}
.cs-posts-area__grid .cs-entry__outer:hover {
  height: calc(100% + 16px);
}
.cs-posts-area__grid .cs-entry__content .cs-entry__post-meta {
  margin-top: auto;
}
.cs-posts-area__grid .cs-entry__title {
  padding-right: 1.5rem;
}

.cs-posts-area__list {
  row-gap: var(--cs-posts-area-grid-row-gap);
}
@media (max-width: 991.98px) {
  .cs-posts-area__list {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .cs-posts-area__list {
    max-width: var(--cs-entry-content-width);
  }
}
.cs-posts-area__list .cs-entry__outer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  column-gap: 0;
}
@media (min-width: 768px) {
  .cs-posts-area__list .cs-entry__outer:has(.cs-entry__thumbnail) {
    grid-template-columns: clamp(112px, 50% - 8px, 397px) minmax(0, 1fr);
  }
}
.cs-posts-area__list .cs-entry__thumbnail {
  max-width: 100%;
  height: 100%;
  margin-right: 0;
  border-radius: var(--cs-thumbnail-border-radius);
  clip-path: inset(0 0 0 0 round var(--cs-thumbnail-border-radius));
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
@media (min-width: 768px) {
  .cs-posts-area__list .cs-entry__thumbnail {
    align-self: start;
  }
}
.cs-posts-area__list .cs-entry__thumbnail img {
  border-radius: 0;
}
.cs-posts-area__list .cs-entry__content {
  flex-direction: column;
  max-width: 100%;
}
@media (min-width: 576px) {
  .cs-posts-area__list .cs-entry__content {
    align-self: start;
  }
}
@media (min-width: 768px) {
  .cs-posts-area__list .cs-entry__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cs-posts-area__list .cs-entry__content:not(:first-child) {
    margin-top: 0;
  }
}

.cs-posts-area__full {
  row-gap: var(--cs-posts-area-grid-row-gap);
  max-width: var(--cs-entry-content-large-width);
  margin-left: auto;
  margin-right: auto;
}
.cs-posts-area__full .cs-entry__full-header {
  margin-bottom: 0;
}
.cs-posts-area__full .cs-entry__full-header .cs-entry__title {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.cs-posts-area__full .cs-entry__full-header .cs-entry__title:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-posts-area__full .cs-entry__full-header .cs-entry__title:not(:last-child) {
  margin-bottom: 0.25rem;
}
.cs-posts-area__full .cs-entry__full-header .cs-entry__post-meta {
  margin: 0;
}
.cs-posts-area__full .cs-entry__thumbnail {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cs-posts-area__full .cs-video-controls {
    top: 20px;
    left: 20px;
  }
}
.cs-posts-area__full .cs-entry-type-summary {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.cs-posts-area__full .cs-entry-type-summary {
  color: var(--cs-color-secondary);
}
.cs-posts-area__full .more-link {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
}
.cs-posts-area__full .more-link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-posts-area__full .more-link {
  padding: 0.5rem 1.25rem;
}
.cs-posts-area__full .more-link {
  border-radius: var(--cs-button-border-radius);
}
.cs-posts-area__full .more-link:focus, .cs-posts-area__full .more-link:hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.cs-posts-area__full .more-link:disabled, .cs-posts-area__full .more-link:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.cs-posts-area__full .more-link:disabled, .cs-posts-area__full .more-link:disabled[disabled] {
  padding: 0.875rem 1.25rem;
}
.cs-posts-area__full .more-link:disabled:hover, .cs-posts-area__full .more-link:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.cs-posts-area__full .more-link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-posts-area__full .more-link {
  margin-top: 0;
}

.cs-may-be-interested {
  margin-top: 5rem;
}
.cs-may-be-interested__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-may-be-interested__heading {
  color: var(--cs-color-secondary);
}
.cs-may-be-interested__post-area {
  --cs-posts-area-grid-columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--cs-posts-area-grid-columns), minmax(0, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-search__form:has(.cs-icon) input {
  padding-left: 2.125rem;
}
.cs-search__form .cs-icon {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translate(0, -50%);
  color: var(--cs-color-secondary);
}
.search .cs-site-primary .cs-search__form-group {
  margin-bottom: 1rem;
}
.widget_search .cs-search__form-group {
  background: var(--cs-color-input, var(--cs-layout-background));
}
.widget_search .cs-search__form-group input {
  background: var(--cs-color-input, var(--cs-layout-background));
  color: var(--cs-color-input-contrast);
}
.widget_search .cs-search__form-group button {
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.widget_search .cs-search__form-group button:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
}
.cs-search__input {
  width: 100%;
  outline: none;
  appearance: none;
  transition: 0.25s;
  min-height: unset;
  border-radius: var(--cs-input-border-radius);
}
.cs-search__submit {
  border-radius: var(--cs-button-border-radius);
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
@media (max-width: 991.98px) {
  .cs-entry__wrap:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cs-entry__wrap:not(:first-child) {
    margin-top: 2rem;
  }
}
.cs-entry__outer {
  height: 100%;
  background: var(--cs-layout-background);
  border-radius: var(--cs-thumbnail-border-radius);
  transition: 0.25s;
}
.cs-posts-area__list .cs-entry__outer, .cs-posts-area__grid .cs-entry__outer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
}
.cs-entry__outer:hover {
  height: calc(100% + 16px);
  margin: -8px;
  padding: 8px;
  border-radius: var(--cs-post-hover-border-radius);
  box-shadow: 0 15px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-entry__outer:hover {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-entry__outer:hover {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-entry__outer:hover {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-entry__outer:hover {
    box-shadow: none;
  }
}
.cs-entry__outer:hover .cs-entry__thumbnail img {
  transform: scale(1.025);
}
.cs-entry__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cs-entry__content {
    max-width: var(--cs-entry-content-width);
  }
}
.cs-entry__thumbnail {
  overflow: hidden;
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-entry__thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.cs-entry__thumbnail img {
  width: 100%;
  transition: 0.25s;
}
.cs-entry__thumbnail .cs-overlay-background img {
  transition: 0.25s;
}
.cs-entry__thumbnail.cs-entry__overlay {
  border-radius: var(--cs-thumbnail-border-radius);
  clip-path: inset(0 0 0 0 round var(--cs-thumbnail-border-radius));
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 100%;
}
.cs-entry .cs-entry__thumbnail:hover img {
  transform: scale(1.025);
}
.cs-entry__content:first-child .cs-entry__title,
.cs-entry__content:first-child .cs-entry__excerpt {
  max-width: 100%;
}
.cs-entry__title {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.cs-entry__title {
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--cs-entry-title-font-size, 1.25rem);
  color: var(--cs-color-primary);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.cs-entry__excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.cs-entry__excerpt {
  max-width: 540px;
  padding-right: 1.5rem;
  color: var(--cs-color-secondary);
}
.cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-entry__subtitle {
  font-family: var(--cs-font-post-subtitle-family), sans-serif;
  font-size: var(--cs-font-post-subtitle-size);
  line-height: var(--cs-font-post-subtitle-line-height);
  font-weight: var(--cs-font-post-subtitle-weight);
  letter-spacing: var(--cs-font-post-subtitle-letter-spacing);
}
.cs-entry__subtitle {
  color: var(--cs-color-secondary);
}
.cs-entry__summary {
  color: var(--cs-color-contrast-800);
  font-size: 1.5rem;
}
.cs-entry__summary:not(:first-child) {
  margin-top: 1rem;
}
.cs-entry__category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: none;
}
.cs-entry__category {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-entry__category:not(:first-child) {
  margin-top: 1.25rem;
}
.cs-entry__category .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-entry__category .post-categories {
  display: inline-block;
}
.cs-entry__category .post-categories li {
  display: inline-block;
}
.cs-entry__category li {
  margin-bottom: 10px;
}
.cs-entry__category li:not(:last-child) {
  margin-right: 10px;
}
.cs-entry__category li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.0625rem 0.3125rem;
  background: var(--cs-color-primary-contrast);
  color: var(--cs-color-primary);
  border-radius: var(--cs-thumbnail-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.cs-entry__category li a:hover {
  text-decoration: none;
  background: var(--cs-color-primary);
  color: var(--cs-color-primary-contrast);
}
.cs-entry.sticky .cs-entry__title:before {
  font-family: "cs-icons";
  margin-right: 0.25rem;
  content: "\e903";
}

@media (max-width: 991.98px) {
  .cs-overlay-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.cs-overlay-content .read-more {
  width: auto;
  height: auto;
  margin-top: auto;
}
.cs-overlay-content .read-more:not(:first-child) {
  padding-top: 1rem;
}
.cs-overlay-content .read-more {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-overlay-content .cs-entry__excerpt {
  display: none;
}
@media (min-width: 768px) {
  .cs-overlay-content .cs-entry__excerpt {
    display: block;
  }
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry__post-meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: 0.5rem;
  align-items: center;
  min-height: 24px;
  color: var(--cs-color-secondary);
  transition: 0.25s;
}
.cs-entry__post-meta {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-post-tiles__grid .cs-entry__content > .cs-entry__post-meta:not(:first-child), .cs-posts-area__grid .cs-entry__content > .cs-entry__post-meta:not(:first-child) {
  margin-top: auto;
}
.cs-entry__post-meta a {
  color: var(--cs-color-secondary);
  font-size: inherit;
  transition: 0.25s;
}
@media (hover: hover) {
  .cs-entry__post-meta a:hover {
    color: var(--cs-color-primary);
  }
}
.cs-entry__post-meta > * {
  display: flex;
}
.cs-entry__thumbnail > .cs-overlay-background .cs-entry__post-meta {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
}
.cs-entry-format ~ .cs-entry__post-meta {
  right: 68px;
}
.cs-video-controls ~ .cs-entry__post-meta {
  right: 110px;
}
.cs-entry__post-meta .cs-icon {
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1;
}
.cs-entry__post-meta .cs-meta-icon {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.cs-entry__post-meta .cs-meta-comments {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 22px;
}
.cs-entry__post-meta .cs-meta-comments .comments-link {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 22px;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  text-decoration: none;
  line-height: var(--cs-font-post-meta-line-height);
  color: var(--cs-color-secondary);
  overflow: hidden;
  transition: 0.25s;
}
.cs-entry__post-meta .cs-meta-comments .comments-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0;
  right: 0.5rem;
  z-index: -1;
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-tag-border-radius);
  transition: 0.25s;
  overflow: hidden;
}
@media (hover: hover) {
  .cs-entry__post-meta .cs-meta-comments .comments-link:hover {
    color: var(--cs-color-accent);
  }
  .cs-entry__post-meta .cs-meta-comments .comments-link:hover:after {
    background: var(--cs-color-tag);
    border-color: var(--cs-color-tag);
  }
}
[data-scheme=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link {
  color: var(--cs-color-primary);
}
@media (hover: hover) {
  [data-scheme=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover {
    color: var(--cs-color-primary);
  }
  [data-scheme=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover:after {
    background: var(--cs-color-contrast-200);
    border-color: transparent;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: dark) and (hover: hover) {
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover {
    color: var(--cs-color-primary);
  }
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover:after {
    background: var(--cs-color-contrast-200);
    border-color: transparent;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) and (hover: hover) {
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover {
    color: var(--cs-color-primary);
  }
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover:after {
    background: var(--cs-color-contrast-200);
    border-color: transparent;
  }
}
.cs-entry__post-meta .cs-meta-author {
  display: inline-flex;
  align-items: center;
  width: auto;
  line-height: 1;
}
.cs-entry__post-meta .cs-meta-author:not(:last-child) {
  padding-right: 0.5rem;
}
.cs-entry__post-meta .cs-meta-author-avatar img {
  margin-right: 6px;
  border-radius: var(--cs-avatar-border-radius);
}
.cs-entry__post-meta .cs-meta-author-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding-right: 1.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  text-decoration: none;
  line-height: 1;
}
.cs-entry__post-meta .cs-meta-author-link .cs-icon-chevron-right {
  position: absolute;
  right: -2px;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-entry__post-meta .cs-meta-author-link .cs-icon-arrow-right {
  position: absolute;
  right: -2px;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
@media (hover: hover) {
  .cs-entry__post-meta .cs-meta-author-link:hover .cs-meta-author-name {
    color: var(--cs-color-accent);
  }
  .cs-entry__post-meta .cs-meta-author-link:hover .cs-icon-chevron-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(2px);
    color: var(--cs-color-accent);
  }
  .cs-entry__post-meta .cs-meta-author-link:hover .cs-icon-arrow-right {
    opacity: 1;
    visibility: visible;
    color: var(--cs-color-accent);
  }
}
.cs-entry__post-meta .cs-meta-author-name {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 22px;
  line-height: var(--cs-font-post-meta-line-height);
  text-decoration: none;
}
.cs-entry__post-meta .cs-meta-date {
  display: flex;
  align-items: center;
  margin: 0;
}
.cs-entry__post-meta .cs-meta-date:not(:last-child) {
  padding-right: 0.625rem;
}
.cs-entry__post-meta .cs-meta-views {
  align-items: center;
}
.cs-entry__post-meta .cs-meta-views:not(:last-child) {
  margin-right: 0.625rem;
}
.cs-entry__post-meta .cs-meta-views .cs-icon {
  font-size: 1rem;
}
.cs-entry__post-meta .cs-meta-reading-time {
  align-items: center;
  min-height: 22px;
}
.cs-entry__post-meta .cs-meta-reading-time:not(:last-child) {
  margin-right: 0.5rem;
}
.cs-entry__post-meta .cs-meta-category {
  align-items: center;
}
.cs-entry__post-meta .cs-meta-category:not(:last-child) {
  margin-right: 0.25rem;
}
.cs-entry__post-meta .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-entry__post-meta .post-categories {
  display: inline-block;
}
.cs-entry__post-meta .post-categories li {
  display: inline-block;
}
.cs-entry__post-meta .post-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.cs-entry__post-meta .post-categories li {
  position: relative;
  line-height: 1;
}
.cs-entry__post-meta .post-categories a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-entry__post-meta .post-categories a {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 0.5625rem 1.125rem;
  background: transparent;
  color: var(--cs-color-accent);
  text-decoration: none;
}
.cs-entry__post-meta .post-categories a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3125rem;
  bottom: 0.3125rem;
  left: 0.375rem;
  right: 0.375rem;
  z-index: -1;
  border-radius: var(--cs-tag-border-radius);
  background: var(--cs-color-tag);
  backdrop-filter: blur(10px);
  transition: 0.25s;
}
[data-scheme=inverse] .cs-entry__post-meta .post-categories a {
  color: var(--cs-light-accent-color);
}
[data-scheme=inverse] .cs-entry__post-meta .post-categories a:after {
  background: var(--cs-light-tag-color);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .post-categories a {
    color: var(--cs-light-accent-color);
  }
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .post-categories a:after {
    background: var(--cs-light-tag-color);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .post-categories a {
    color: var(--cs-light-accent-color);
  }
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .post-categories a:after {
    background: var(--cs-light-tag-color);
  }
}
@media (hover: hover) {
  .cs-entry__post-meta .post-categories a:hover {
    color: var(--cs-color-tag);
  }
  .cs-entry__post-meta .post-categories a:hover:after {
    background: var(--cs-color-accent);
  }
  [data-scheme=inverse] .cs-entry__post-meta .post-categories a:hover {
    color: var(--cs-light-tag-color);
  }
  [data-scheme=inverse] .cs-entry__post-meta .post-categories a:hover:after {
    background: var(--cs-light-accent-color);
  }
}
@media (hover: hover) and (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .post-categories a:hover {
    color: var(--cs-light-tag-color);
  }
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .post-categories a:hover:after {
    background: var(--cs-light-accent-color);
  }
}
@media (hover: hover) and (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .post-categories a:hover {
    color: var(--cs-light-tag-color);
  }
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .post-categories a:hover:after {
    background: var(--cs-light-accent-color);
  }
}
.cs-overlay-content .cs-entry__post-meta {
  color: var(--cs-color-primary);
}
.cs-overlay-content .cs-entry__post-meta a {
  color: var(--cs-color-primary);
}
@media (hover: hover) {
  .cs-overlay-content .cs-entry__post-meta a:hover .cs-meta-author-name,
  .cs-overlay-content .cs-entry__post-meta a:hover .cs-icon {
    color: var(--cs-color-primary);
  }
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry-format {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--cs-color-contrast-300);
  backdrop-filter: blur(10px);
  opacity: 1;
  transition: 0.25s;
}
@media (max-width: 767.98px) {
  .cs-entry-format {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .cs-entry-format {
    width: 48px;
    height: 48px;
  }
}
.cs-video-bg-init:hover .cs-entry-format {
  opacity: 0;
}
.cs-entry-format > i.cs-format-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  color: #ffffff;
}
.cs-entry-format > i.cs-format-icon:after {
  position: relative;
  width: auto;
  font-family: "cs-icons";
  font-weight: normal;
  font-style: normal;
  opacity: 1;
  color: var(--cs-color-button-contrast);
}
@media (max-width: 767.98px) {
  .cs-entry-format > i.cs-format-icon:after {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .cs-entry-format > i.cs-format-icon:after {
    font-size: 1.5rem;
  }
}
.cs-entry-format .cs-format-video:after {
  content: "\e907";
}
.cs-entry-format .cs-format-audio:after {
  content: "\e909";
}
.cs-entry-format .cs-format-gallery:after {
  content: "\e908";
}
.cs-entry-format .cs-format-image:after {
  content: "\e908";
}

@media (max-width: 767.98px) {
  .cs-entry__thumbnail:has(.cs-entry-format) + .cs-overlay-content > .cs-entry__post-meta {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cs-entry__thumbnail:has(.cs-entry-format) + .cs-overlay-content > .cs-entry__post-meta {
    padding-right: 68px;
  }
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry__header {
  position: relative;
}
.cs-entry__header:not(.cs-entry__header-title-only, .cs-entry__header-overlay) {
  background: var(--cs-layout-background);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .cs-entry__header:not(.cs-entry__header-title-only, .cs-entry__header-overlay) {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .cs-entry__header:not(.cs-entry__header-title-only, .cs-entry__header-overlay) {
    border-radius: var(--cs-thumbnail-border-radius);
  }
}
@media (max-width: 575.98px) {
  .cs-entry__header:not(.cs-entry__header-overlay) {
    width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
  }
  .cs-entry__header:not(.cs-entry__header-overlay) .cs-entry__thumbnail {
    border-radius: 0;
  }
}
.cs-entry__header .cs-entry__header-content {
  position: relative;
  display: flex;
}
@media (max-width: 767.98px) {
  .cs-entry__header .cs-entry__header-content {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cs-entry__header .cs-entry__header-content {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cs-entry__header .cs-entry__media:has(.cs-entry__thumbnail-caption) + .cs-entry__header-content {
    padding-top: 1rem;
  }
}
.cs-entry__header-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-entry__header-overlay .cs-entry__header-inner, .cs-entry__header-featured .cs-entry__header-inner {
    max-width: 65%;
  }
}
@media (min-width: 1200px) {
  .cs-entry__header-overlay .cs-entry__header-inner, .cs-entry__header-featured .cs-entry__header-inner {
    max-width: 691px;
  }
}
.cs-entry__header-infobar {
  display: flex;
  gap: 1rem;
  min-width: calc(200px + 1.5rem);
}
@media (max-width: 575.98px) {
  .cs-entry__header-infobar {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .cs-entry__header-infobar {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .cs-entry__header-infobar:not(:first-child) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--cs-color-border);
  }
}
@media (min-width: 992px) {
  .cs-entry__header-standard .cs-entry__header-infobar:not(:first-child) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--cs-color-border);
  }
}
@media (min-width: 992px) {
  .cs-entry__header-overlay .cs-entry__header-infobar:not(:first-child), .cs-entry__header-featured .cs-entry__header-infobar:not(:first-child) {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid var(--cs-color-border);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-entry__header-overlay .cs-entry__header-infobar:not(:first-child), .cs-entry__header-featured .cs-entry__header-infobar:not(:first-child) {
    max-width: calc(300px + 1.5rem);
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .cs-entry__header-overlay .cs-entry__header-infobar:not(:first-child), .cs-entry__header-featured .cs-entry__header-infobar:not(:first-child) {
    max-width: calc(300px + 4rem);
    margin-left: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cs-entry__header-split .cs-entry__header-infobar:not(:first-child) {
    padding-top: 2.5rem;
    border-top: 1px solid var(--cs-color-border);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-entry__header-split .cs-entry__header-infobar:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .cs-entry__header-split .cs-entry__header-infobar:not(:first-child) {
    margin-top: 4rem;
  }
}
.cs-entry__header-infobar .cs-meta-category {
  margin-left: -0.375rem;
}
.cs-entry__header .cs-entry__media figure {
  margin: 0;
}
.cs-entry__header .cs-entry__thumbnail-caption {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-entry__header .cs-entry__thumbnail-caption {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.5rem;
  background: var(--cs-layout-background);
  color: var(--cs-color-secondary);
  text-align: center;
}
.cs-entry__header-overlay .cs-entry__header .cs-entry__thumbnail-caption {
  padding-left: 1.5rem;
}
.cs-entry__header .cs-entry__title {
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
}
.cs-entry__header .cs-entry__title {
  font-family: var(--cs-font-post-title-family), sans-serif;
  font-size: var(--cs-font-post-title-size);
  line-height: var(--cs-font-post-title-line-height);
  font-weight: var(--cs-font-post-title-weight);
  font-style: var(--cs-font-post-title-style);
  letter-spacing: var(--cs-font-post-title-letter-spacing);
  text-transform: var(--cs-font-post-title-text-transform);
}
@media (max-width: 767.98px) {
  .cs-entry__header .cs-entry__title {
    font-size: var(--cs-heading-2-font-size);
  }
}
.cs-entry__header .cs-entry__author {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cs-entry__header .cs-entry__author-avatar a {
  display: block;
}
.cs-entry__header .cs-entry__author-avatar img {
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-entry__header .cs-entry__author-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 56px;
}
.cs-entry__header .cs-entry__author-info .cs-meta-author-name {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
}
.cs-entry__header .cs-entry__author-info .cs-meta-author-name {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-entry__header .cs-entry__author-info .cs-meta-author-name .cs-icon-chevron-right {
  position: absolute;
  right: 0px;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-entry__header .cs-entry__author-info .cs-meta-author-name .cs-icon-arrow-right {
  position: absolute;
  right: 0px;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
@media (hover: hover) {
  .cs-entry__header .cs-entry__author-info .cs-meta-author-name:hover .cs-meta-author-name {
    color: var(--cs-color-accent);
  }
  .cs-entry__header .cs-entry__author-info .cs-meta-author-name:hover .cs-icon-chevron-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(2px);
    color: var(--cs-color-accent);
  }
  .cs-entry__header .cs-entry__author-info .cs-meta-author-name:hover .cs-icon-arrow-right {
    opacity: 1;
    visibility: visible;
    color: var(--cs-color-accent);
  }
}
.cs-entry__header .cs-entry__author-info .cs-page__author-social-links {
  justify-content: flex-start;
}
.cs-entry__header .cs-entry__author-info .cs-page__author-social-links:not(:first-child) {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -2px;
}
.cs-entry__header .cs-entry__author-info .cs-page__author-social-links a {
  width: 28px;
  height: 44px;
  padding: 0;
}
.cs-entry__header .cs-entry__author-info .cs-page__author-social-links a svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .cs-entry__header .cs-entry__post-meta:not(:first-child) {
    justify-content: flex-end;
  }
  .cs-entry__header .cs-entry__post-meta:not(:first-child) .cs-meta-category {
    justify-content: flex-end;
  }
}

.cs-entry__header-title-only .cs-entry__header-content {
  max-width: var(--cs-entry-content-medium-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.cs-entry__header-title-only + .cs-entry__content-wrap {
  padding-top: 2rem;
}

@media (min-width: 576px) {
  .cs-entry__header-standard .cs-entry__thumbnail {
    border-radius: var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius) 0 0;
  }
}
.cs-entry__header-standard .cs-entry__header-content {
  flex-direction: column;
}
@media (min-width: 576px) {
  .cs-entry__header-standard .cs-entry__header-content:first-child {
    border-radius: var(--cs-thumbnail-border-radius);
  }
  .cs-entry__header-standard .cs-entry__header-content:not(:first-child) {
    border-radius: 0 0 var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius);
  }
}
@media (min-width: 992px) {
  .cs-entry__header-standard .cs-entry__header-meta:first-child {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
  .cs-entry__header-standard .cs-entry__header-meta:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .cs-entry__header-standard .cs-entry__header-meta:not(:first-child) .cs-meta-category {
    width: 100%;
  }
}
.page .cs-entry__header-standard {
  margin-bottom: 2.5rem;
}

@media (max-width: 575.98px) {
  .cs-entry__header-featured .cs-overlay-background {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .cs-entry__header-featured .cs-overlay-background {
    border-radius: var(--cs-thumbnail-border-radius);
  }
}
@media (max-width: 991.98px) {
  .cs-entry__header-featured .cs-entry__header-content {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .cs-entry__header-featured .cs-entry__header-content:first-child {
    border-radius: var(--cs-thumbnail-border-radius);
  }
  .cs-entry__header-featured .cs-entry__header-content:not(:first-child) {
    border-radius: 0 0 var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius);
  }
}
.cs-entry__header-featured .cs-entry__header-meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25rem;
}

@media (max-width: 1199.98px) {
  .cs-entry__header-split {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .cs-entry__header-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-entry__header-split .cs-entry__thumbnail {
    border-radius: var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius) 0 0;
  }
}
@media (min-width: 1200px) {
  .cs-entry__header-split .cs-entry__thumbnail {
    height: 100%;
    border-radius: 0 var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius) 0;
  }
  .cs-entry__header-split .cs-entry__thumbnail img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .cs-entry__header-split .cs-entry__thumbnail-caption {
    justify-content: flex-end;
    background: transparent;
  }
}
.cs-entry__header-split .cs-entry__header-content {
  flex-direction: column;
}
@media (min-width: 576px) {
  .cs-entry__header-split .cs-entry__header-content:first-child {
    border-radius: var(--cs-thumbnail-border-radius);
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-entry__header-split .cs-entry__header-content:not(:first-child) {
    border-radius: 0 0 var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius);
  }
}
@media (min-width: 1200px) {
  .cs-entry__header-split .cs-entry__header-content:not(:last-child) {
    border-radius: var(--cs-thumbnail-border-radius) 0 0 var(--cs-thumbnail-border-radius);
  }
}
.cs-entry__header-split .cs-entry__header-meta {
  display: flex;
  row-gap: 0.25rem;
}
@media (max-width: 575.98px) {
  .cs-entry__header-split .cs-entry__header-meta {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .cs-entry__header-split .cs-entry__header-meta {
    flex-direction: column;
  }
}

@media (min-width: 576px) {
  .cs-entry__header-overlay {
    margin-top: calc((var(--cs-header-initial-height) + 16px) * -1);
  }
}
.cs-entry__header-overlay .cs-entry__header-content {
  background: var(--cs-layout-background);
}
.cs-entry__header-overlay .cs-entry__overlay {
  flex-direction: row;
  align-items: stretch;
  max-height: 680px;
}
@media (max-width: 991.98px) {
  .cs-entry__header-overlay .cs-entry__overlay:before {
    min-height: 40vh;
  }
}
.cs-entry__header-overlay .cs-overlay-background {
  border-radius: 0;
}
.cs-entry__header-overlay .cs-overlay-background:after {
  opacity: 1;
  background: rgba(var(--cs-color-overlay-background), 0.5);
  border-radius: 0;
}
.cs-entry__header-overlay .cs-entry__thumbnail-caption {
  background: transparent;
}
@media (max-width: 575.98px) {
  .cs-entry__header-overlay .cs-entry__header-content {
    width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
  }
  .cs-entry__header-overlay .cs-entry__header-content .cs-entry__thumbnail {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .cs-entry__header-overlay .cs-entry__header-content {
    margin-top: -60px;
    border-radius: var(--cs-thumbnail-border-radius);
  }
  .cs-entry__header-overlay .cs-entry__header-content:first-child {
    border-radius: var(--cs-thumbnail-border-radius);
  }
  .cs-entry__header-overlay .cs-entry__header-content:not(:first-child) {
    border-radius: 0 0 var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius);
  }
}
@media (min-width: 1280px) {
  .cs-entry__header-overlay .cs-entry__header-content {
    margin-top: -120px;
  }
}
@media (max-width: 991.98px) {
  .cs-entry__header-overlay .cs-entry__header-content {
    flex-direction: column;
  }
}
.cs-entry__header-overlay .cs-entry__header-meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25rem;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry__footer {
  width: 100%;
  margin-top: 40px;
  padding: 1.5rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
}
.cs-entry__footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: var(--cs-entry-content-medium-width);
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .cs-entry__footer-inner {
    flex-direction: column;
    row-gap: 1.5rem;
    align-items: center;
  }
}
.cs-entry__footer .cs-col-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 575.98px) {
  .cs-entry__footer .cs-col-left {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .cs-entry__footer .cs-col-left {
    flex: 3;
  }
}
.cs-entry__footer .cs-col-right {
  display: flex;
}
@media (min-width: 576px) {
  .cs-entry__footer .cs-col-right {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .cs-entry__footer .cs-entry__post-meta {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.cs-entry__footer-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cs-entry__footer-date:not(:last-child) {
  margin-right: 0.5rem;
}
.cs-entry__footer-date-title, .cs-entry__footer-date-value {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-entry__footer-date-title, .cs-entry__footer-date-value {
  display: flex;
  align-items: center;
  color: var(--cs-color-secondary);
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry-prev-next {
  gap: 1rem;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .cs-entry-prev-next {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-entry-prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-entry-prev-next {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .cs-entry-prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.cs-entry-prev-next__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-entry-prev-next__heading {
  margin: 0 0 0.5rem 0;
  color: var(--cs-color-secondary);
}
.cs-entry-prev-next__item {
  position: relative;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .cs-entry-prev-next__item {
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr;
  }
  .cs-entry-prev-next__item:only-child {
    max-width: unset;
  }
  .cs-entry-prev-next__item:only-child .cs-entry__title {
    max-width: 275px;
  }
}
.cs-entry-prev-next .cs-entry__outer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  column-gap: 0;
  align-items: start;
}
.cs-entry-prev-next .cs-entry__outer:has(.cs-entry__thumbnail) {
  grid-template-columns: 106px minmax(0, 1fr);
}
.cs-entry-prev-next .cs-entry__content {
  height: 100%;
}
.cs-entry-prev-next .cs-entry__title {
  line-height: 1;
}
.cs-entry-prev-next .cs-entry__title span {
  font-size: 0.8em;
  line-height: var(--cs-font-entry-title-line-height);
}
.cs-entry-prev-next .cs-entry__title + .cs-entry__post-meta {
  margin-top: auto;
  padding-top: 0.5rem;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-read-next {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
.cs-read-next__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-read-next__heading {
  margin: 0 0 1rem 0;
  color: var(--cs-color-secondary);
}
.cs-read-next__post-area {
  display: grid;
}
@media (max-width: 991.98px) {
  .cs-read-next__post-area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cs-read-next__post-area {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-read-next .cs-entry__outer {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    column-gap: 0;
  }
  .cs-read-next .cs-entry__outer:has(.cs-entry__thumbnail) {
    grid-template-columns: clamp(112px, 50% - 8px, 397px) minmax(0, 1fr);
  }
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry__comments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.cs-entry__comments .cs-entry__comments-inner {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease, opacity 0.3s ease;
}
.single .cs-entry__comments .cs-entry__comments-inner {
  max-width: var(--cs-entry-content-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cs-entry__comments.cs-entry__comments-visible .cs-entry__comments-inner {
  max-height: unset;
  opacity: 1;
  margin-top: 2.5rem;
}

.cs-entry__comments-toggle {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-entry__comments-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  transition: 0.25s;
}
.cs-entry__comments-toggle > span {
  font-size: 1.2em;
  line-height: inherit;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-list > li:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--cs-color-border);
}
.comment-list .comment-body {
  display: flex;
  flex-direction: column;
}
.comment-list .comment-main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .comment-list .comment-main > .reply {
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .comment-list .comment-main > .reply {
    padding-left: 2.5rem;
  }
}
.comment-list .comment-content {
  font-family: var(--cs-font-post-content-family), sans-serif;
  font-weight: var(--cs-font-post-content-weight);
  font-size: var(--cs-font-post-content-size);
  letter-spacing: var(--cs-font-post-content-letter-spacing);
  line-height: var(--cs-font-post-content-line-height);
}
.comment-list .comment-content {
  margin-bottom: 0.75rem;
  line-height: 1.4em;
}
.comment-list .comment-content > * {
  margin-top: 32px;
  margin-bottom: 32px;
}
.comment-list .comment-content > *:first-child {
  margin-top: 0;
}
.comment-list .comment-content > *:last-child {
  margin-bottom: 0;
}
.comment-list .comment-edit-link {
  margin-left: 0.25rem;
  transition: 0.25s;
}
.comment-list .comment-edit-link {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.comment-list .comment-edit-link {
  display: inline;
  padding-bottom: 0;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-accent);
  transition: 0.25s;
  text-decoration: none;
}
.comment-list .comment-edit-link:hover {
  background-size: 0px 1px;
  color: var(--cs-color-accent);
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .comment-author a {
  text-decoration: none;
  color: var(--cs-color-primary);
}
.comment-list .comment-author a:hover {
  color: var(--cs-color-secondary);
}
.comment-list .bypostauthor > .comment-body .comment-author:before {
  font-family: "cs-icons";
  font-size: 1.5rem;
  content: "\e921";
  display: flex;
  align-items: center;
  max-height: 20px;
}
.comment-list .byuser .comment-author b {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.comment-list .children {
  margin: 0;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--cs-color-border);
  list-style: none;
}
@media (max-width: 991.98px) {
  .comment-list .children {
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 2rem;
  }
}
.comment-list .children > li.comment:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--cs-color-border);
}
.comment-list .children .comment-content {
  max-width: 540px;
}
.comment-list .children .children .children .children .children .children {
  padding-left: 0;
}

.comment-reply-link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.comment-reply-link {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
}
.comment-reply-link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.comment-reply-link {
  padding: 0.5625rem 1.5rem;
}
.comment-reply-link {
  border-radius: var(--cs-button-border-radius);
}
.comment-reply-link:focus, .comment-reply-link:hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.comment-reply-link:disabled, .comment-reply-link:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.comment-reply-link:disabled, .comment-reply-link:disabled[disabled] {
  padding: 0.5625rem 1.5rem;
}
.comment-reply-link:disabled:hover, .comment-reply-link:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.comment-reply-link {
  background: var(--cs-layout-background);
  color: var(--cs-color-accent);
}
.comment-reply-link:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
}

.comment-meta {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.comment-meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comment-meta img {
  margin-right: 0.5rem;
  border-radius: var(--cs-avatar-border-radius);
}
.comment-meta:after {
  content: "";
  display: block;
  clear: both;
}
.comment-meta time {
  font-size: inherit;
  color: var(--cs-color-secondary);
}
.comment-meta a {
  text-decoration: none;
}
.comment-meta a time {
  color: var(--cs-color-secondary);
  transition: 0.25s;
}
.comment-meta a:hover time {
  color: var(--cs-color-primary);
}

.comment-metadata {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575.98px) {
  .comment-metadata {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .comment-metadata {
    margin-left: 0.5rem;
  }
}
.comment-metadata > * {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
@media (min-width: 576px) {
  .comment-metadata > * {
    margin-top: 0;
  }
}

.comment-author {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .comment-author {
    width: 100%;
  }
}
.comment-author .fn {
  display: flex;
  align-items: center;
  font-weight: inherit;
}
.comment-author .fn:before {
  content: "by";
  margin-right: 0.25rem;
  color: var(--cs-color-secondary);
}

#cancel-comment-reply-link {
  margin-left: 0.5rem;
}

.title-comment-reply {
  display: flex;
  align-items: center;
}
.title-comment-reply a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  color: transparent;
  overflow: hidden;
  transition: 0.25s;
}
.title-comment-reply a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--cs-color-secondary);
  font-family: "cs-icons";
  content: "\e911";
  line-height: 1;
  transition: 0.25s;
}
.title-comment-reply a:hover:after {
  color: var(--cs-color-primary);
}

.comment-body + .comment-respond,
.comment-navigation + .comment-respond,
.comment-list + .comment-respond {
  margin-top: 1rem;
}

.comment-respond {
  margin-top: 1rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .comment-respond {
    padding: 1.5rem;
  }
}
@media (min-width: 576px) {
  .comment-respond {
    padding: 2rem;
  }
}

.comment-reply-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.comment-reply-title {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (max-width: 767.98px) {
  .comment-reply-title {
    font-size: var(--cs-heading-5-font-size);
  }
}
@media (min-width: 768px) {
  .comment-reply-title {
    font-size: var(--cs-heading-4-font-size);
  }
}
.comment-reply-title a {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.comment-reply-title a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-secondary);
  transition: 0.25s;
  text-decoration: none;
}
.comment-reply-title a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.5rem;
}
.comment-form .required {
  color: #F21F1F;
}

.comment.bypostauthor {
  outline: none;
}

.comment-notes,
.comment-form-comment,
.comment-form-cookies-consent,
.logged-in-as {
  flex: 0 0 100% !important;
  max-width: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.comment-notes a,
.comment-form-comment a,
.comment-form-cookies-consent a,
.logged-in-as a {
  text-decoration: underline;
}
.comment-notes a:hover,
.comment-form-comment a:hover,
.comment-form-cookies-consent a:hover,
.logged-in-as a:hover {
  text-decoration: none;
}

.comment-form-comment {
  line-height: 1;
}
.comment-form-comment textarea {
  background: var(--cs-color-input, var(--cs-site-background));
}

.comment-form-author,
.comment-form-email {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .comment-form-author,
  .comment-form-email {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .comment-form-author,
  .comment-form-email {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
.comment-form-author input,
.comment-form-email input {
  background: var(--cs-color-input, var(--cs-site-background));
}

.comment-form-cookies-consent {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .comment-form-cookies-consent {
    max-width: 50%;
  }
}
.comment-form-cookies-consent label {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.comment-form-cookies-consent label {
  margin: 0;
}
.comment-form-cookies-consent input {
  width: 1.5rem;
  height: 1.5rem;
}

.comment-notes {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--cs-color-secondary);
}
.has-text-color .comment-notes {
  color: inherit;
}

.comment-awaiting-moderation {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.logged-in-as,
.form-allowed-tags {
  margin-bottom: 1.5rem;
}

.form-submit {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
}
.form-submit {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.form-submit button {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
}
.form-submit button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.form-submit button {
  padding: 0.5rem 1.125rem;
}
.form-submit button {
  border-radius: var(--cs-button-border-radius);
}
.form-submit button:focus, .form-submit button:hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.form-submit button:disabled, .form-submit button:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.form-submit button:disabled, .form-submit button:disabled[disabled] {
  padding: 0.5rem 1.125rem;
}
.form-submit button:disabled:hover, .form-submit button:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.form-submit button {
  min-height: 40px;
  line-height: inherit;
  font-size: 1.2em;
}

.no-comments {
  margin-top: 1rem;
  padding: 10px;
  background: var(--cs-color-contrast-50);
}
.no-comments {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.logged-in-as {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.logged-in-as a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-secondary);
  transition: 0.25s;
  text-decoration: none;
}
.logged-in-as a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry__tags {
  display: grid;
  grid-template-columns: minmax(0, var(--cs-entry-content-medium-width));
  justify-content: center;
  align-items: baseline;
}
.cs-entry__tags {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.entry-content + .cs-entry__tags {
  margin-top: 40px;
}
.cs-entry__footer + .cs-entry__tags {
  margin-top: 16px;
}
.cs-entry__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-entry__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}
@media (max-width: 575.98px) {
  .cs-entry__tags ul {
    justify-content: center;
  }
}
.cs-entry__tags li {
  position: relative;
  line-height: 1;
}
.cs-entry__tags a {
  display: flex;
  padding: 0.25rem 0.75rem;
  justify-content: center;
  align-items: center;
  background: var(--cs-layout-background);
  color: var(--cs-color-secondary);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-tag-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.cs-entry__tags a:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  border-color: var(--cs-color-button-hover);
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-entry__metabar {
  display: none;
}
@media (min-width: 1200px) {
  .cs-entry__metabar {
    display: block;
    justify-self: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cs-sidebar-disabled .cs-entry__metabar {
    display: block;
  }
}
.cs-entry__metabar-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .cs-metabar-enabled .cs-entry__metabar-inner {
    position: sticky;
    z-index: 2;
    top: calc(40px * 0.5 + var(--cs-wpadminbar-height));
    transition: 0.4s;
  }
  .cs-navbar-smart-enabled .cs-header-smart-visible ~ .cs-site-primary .cs-metabar-enabled .cs-entry__metabar-inner {
    top: calc(40px * 0.5 + var(--cs-wpadminbar-height) + var(--cs-header-height));
  }
  .cs-navbar-sticky-enabled .cs-metabar-enabled .cs-entry__metabar-inner {
    top: calc(40px * 0.5 + var(--cs-wpadminbar-height) + var(--cs-header-height));
  }
}
.cs-entry__metabar-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-featured-archive {
  position: relative;
  margin-bottom: 1rem;
}
.cs-featured-archive__grid {
  display: grid;
}
@media (max-width: 575.98px) {
  .cs-featured-archive__grid {
    --cs-thumbnail-border-radius: 0;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
    row-gap: 0;
  }
}
.cs-featured-archive .cs-entry {
  position: relative;
}
.cs-featured-archive .cs-entry__outer {
  position: relative;
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
  height: 100%;
}
.cs-featured-archive .cs-entry__outer:hover {
  height: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-featured-archive .cs-entry .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.24%, rgba(0, 0, 0, 0.45) 87.01%);
  }
}
.cs-featured-archive .cs-entry__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.cs-featured-archive .cs-entry__content > .cs-entry__post-meta {
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.cs-featured-archive .cs-entry__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cs-featured-archive .cs-entry__info {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-featured-archive .cs-entry__info {
    max-width: calc(558px + 4rem);
    padding: 1.5rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-featured-archive .cs-entry__info {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .cs-featured-archive .cs-entry__info {
    max-width: calc(558px + 4rem);
    padding: 1.5rem 2rem 2rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .cs-featured-archive .cs-entry__title {
    font-size: var(--cs-heading-3-font-size);
  }
}
@media (min-width: 768px) {
  .cs-featured-archive .cs-entry__title {
    font-size: var(--cs-heading-2-font-size);
  }
}
.cs-featured-archive .cs-entry__excerpt {
  max-width: 600px;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-posts-area__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.cs-posts-area__pagination .cs-load-more {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cs-posts-area__pagination .cs-load-more.loading {
  position: relative;
}

.cs-sidebar-left .cs-posts-area-posts:has(.cs-posts-area__list) .cs-posts-area__pagination, .cs-sidebar-right .cs-posts-area-posts:has(.cs-posts-area__list) .cs-posts-area__pagination {
  justify-content: flex-start;
}

.cs-posts-area-posts:has(.cs-posts-area__full) .cs-posts-area__pagination .cs-load-more {
  max-width: var(--cs-entry-content-large-width);
}

.navigation.pagination {
  display: flex;
  clear: both;
}
.navigation.pagination:last-child {
  margin-bottom: 0;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.navigation.pagination .nav-links > span, .navigation.pagination .nav-links > a {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
}
.navigation.pagination .nav-links > span, .navigation.pagination .nav-links > a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.navigation.pagination .nav-links > span, .navigation.pagination .nav-links > a {
  line-height: 1;
}
.navigation.pagination .nav-links > .page-number, .navigation.pagination .nav-links > .current {
  color: var(--cs-color-primary-contrast);
  background-color: var(--cs-color-primary);
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.5rem 0.5rem;
  margin: 0 0.75rem;
}
.navigation.pagination .nav-links > .current {
  color: var(--cs-color-primary-contrast);
  background-color: var(--cs-color-primary);
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.5rem 0.5rem;
  margin: 0 0.75rem;
}
.navigation.pagination .nav-links a {
  text-decoration: none;
}
.navigation.pagination .nav-links a.post-page-numbers, .navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links a.wp-block-query-pagination-previous, .navigation.pagination .nav-links a.wp-block-query-pagination-next {
  color: var(--cs-color-primary);
}
.navigation.pagination .nav-links a.post-page-numbers:hover, .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links a.wp-block-query-pagination-previous:hover, .navigation.pagination .nav-links a.wp-block-query-pagination-next:hover {
  color: var(--cs-color-secondary);
}
.navigation.pagination .nav-links a:first-child:before {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e913";
}
.navigation.pagination .nav-links a:last-child:after {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e912";
}

.navigation.posts-navigation {
  margin-top: 2rem;
}
.navigation.posts-navigation + .cs-entry__footer {
  margin-top: 2rem;
}
.navigation.posts-navigation .nav-links > *:first-child {
  margin-left: 0;
}
.navigation.posts-navigation .nav-links > a:before, .navigation.posts-navigation .nav-links > a:after {
  display: none;
}

.navigation.comment-navigation {
  border-top: 1px solid var(--cs-color-border);
  border-bottom: 1px solid var(--cs-color-border);
}
.navigation.comment-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.navigation.comment-navigation .nav-links {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.navigation.comment-navigation .nav-links a {
  color: var(--cs-color-primary);
}
.navigation.comment-navigation .nav-links .nav-previous, .navigation.comment-navigation .nav-links .nav-next {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navigation.comment-navigation .nav-links .nav-previous:before, .navigation.comment-navigation .nav-links .nav-previous:after, .navigation.comment-navigation .nav-links .nav-next:before, .navigation.comment-navigation .nav-links .nav-next:after {
  font-family: "cs-icons";
  font-size: 0.875rem;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.navigation.comment-navigation .nav-links .nav-previous:hover a, .navigation.comment-navigation .nav-links .nav-next:hover a {
  text-decoration: none;
  color: var(--cs-color-secondary);
}
.navigation.comment-navigation .nav-links .nav-previous:hover:before, .navigation.comment-navigation .nav-links .nav-previous:hover:after, .navigation.comment-navigation .nav-links .nav-next:hover:before, .navigation.comment-navigation .nav-links .nav-next:hover:after {
  color: var(--cs-color-secondary);
}
.navigation.comment-navigation .nav-links .nav-previous:before {
  content: "\e913";
  margin-right: 5px;
}
.navigation.comment-navigation .nav-links .nav-previous:hover:before {
  transform: translateX(-5px);
}
.navigation.comment-navigation .nav-links .nav-next:after {
  content: "\e912";
  margin-left: 5px;
}
.navigation.comment-navigation .nav-links .nav-next:hover:after {
  transform: translateX(5px);
}

.comment-list + .comment-navigation {
  border-top: none;
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-page__header:not(:last-child) {
  margin-bottom: 2.5rem;
}
.cs-page__header .cs-search__form:not(:first-child) {
  margin-top: 2rem;
}
.author .cs-page__header:has(.cs-page__author) {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .author .cs-page__header:has(.cs-page__author) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .author .cs-page__header:has(.cs-page__author) {
    margin-bottom: 4rem;
  }
}
.search .cs-page__header {
  text-align: center;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.5rem;
}
.cs-page__title {
  margin-bottom: 0;
}
.cs-page__title:not(:first-child) {
  margin-top: 1rem;
}
.search .cs-page__title, .archive .cs-page__title {
  display: inline;
}
.cs-page__archive-description {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.cs-page__archive-description {
  margin: 0.5rem 0 0 0;
  color: var(--cs-color-secondary);
}
.cs-page__archive-description > * {
  margin-bottom: 0;
  font-size: 1.125em;
}
.cs-page__archive-description > *:not(:first-child) {
  margin-top: 2rem;
}
.cs-page__archive-count {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-page__archive-count {
  font-size: 1.25em;
}
.cs-page__author {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.cs-page__author-thumbnail {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.25s;
}
.cs-page__author-thumbnail img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--cs-avatar-border-radius);
}
.cs-page__author-name {
  text-align: center;
}
.cs-page__author-name:not(:first-child) {
  margin-top: 1.5rem;
}
.cs-page__author-name .cs-page__title {
  text-align: center;
}
.cs-page__author-description {
  text-align: center;
}
.cs-page__author-description:not(:first-child) {
  margin-top: 0.125rem;
}
.cs-page__author-social:not(:first-child) {
  margin-top: 1.5rem;
}
.cs-page__author-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cs-page__author-social-links:hover a:not(:hover) {
  opacity: 0.7;
}
.cs-page__author-social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.cs-page__author-social-links svg {
  width: 32px;
  height: 32px;
}
.cs-page__tags:not(:first-child) {
  margin-top: 2rem;
}
.cs-page__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-page__tags ul {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
@media (max-width: 767.98px) {
  .cs-page__tags ul {
    font-size: 0.75rem;
  }
}
.cs-page__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cs-page__tags ul li {
  position: relative;
  line-height: 1;
}
.cs-page__tags ul li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.cs-page__tags ul a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-page__tags ul a {
  display: flex;
  padding: 0.5rem 0.875rem;
  justify-content: center;
  align-items: center;
  background: var(--cs-layout-background);
  color: var(--cs-color-secondary);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-tag-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.cs-page__tags ul a:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  border-color: var(--cs-color-button-hover);
}
.cs-page__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home:has(.cs-posts-area__full) .cs-page__header,
.archive:has(.cs-posts-area__full) .cs-page__header {
  max-width: var(--cs-entry-content-large-width);
  margin-left: auto;
  margin-right: auto;
}
.home .cs-page__header,
.archive .cs-page__header {
  max-width: calc((var(--cs-entry-content-full) - 1rem) * 0.5);
}
.home .cs-page__header-category,
.archive .cs-page__header-category {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.search-no-results .cs-page__title span {
  text-transform: initial;
}
.search-no-results .cs-page__subtitle {
  display: block;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .page .cs-entry__container {
    display: grid;
    grid-template-columns: minmax(0, var(--cs-entry-content-medium-width));
    justify-content: center;
  }
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.error404 .cs-site-content {
  margin: 5rem auto;
}
.error404 .cs-site-inner main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error404 .cs-page__header {
  text-align: center;
  max-width: 510px;
  margin: 0 auto;
}
.error404 .cs-page__header:not(:last-child) {
  margin-bottom: 1rem;
}
.error404 .cs-page__description {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.error404 .cs-page__description {
  font-size: 1.125em;
  color: var(--cs-color-secondary);
}
.error404 .cs-page__description:not(:first-child) {
  margin-top: 0.5rem;
}
.error404 .cs-content-not-found {
  width: 100%;
  text-align: center;
}
.error404 .cs-content-not-found:not(:first-child) {
  margin-top: 0;
}
.error404 .cs-content-not-found-content {
  margin: 0 auto;
  font-size: 1rem;
  color: var(--cs-color-primary);
}
@media (min-width: 768px) {
  .error404 .cs-content-not-found-content {
    max-width: var(--cs-entry-content-medium-width);
    font-size: 1.25rem;
  }
}
.error404 .cs-content-not-found-content + .cs-button {
  margin-top: 1.5rem;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-widget-about {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cs-offcanvas .cs-widget-about:last-child {
  margin-top: auto;
  border-top: 1px solid var(--cs-color-border);
}
.cs-offcanvas .cs-widget-about:last-child .cs-widget__heading {
  margin-top: 0.5rem;
}
.cs-offcanvas .cs-widget-about .cs-widget__heading {
  margin-bottom: 0;
  padding: 0.5rem 1rem 0 1rem;
}
.cs-offcanvas .cs-widget-about .cs-widget__content {
  background: var(--cs-offcanvas-background);
}
.cs-widget-about__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.cs-widget-about__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cs-widget-about__avatar {
  width: 72px;
  height: 72px;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.cs-widget-about__avatar img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cs-widget-about__heading {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (max-width: 767.98px) {
  .cs-widget-about__heading {
    font-size: var(--cs-heading-5-font-size);
  }
}
@media (min-width: 768px) {
  .cs-widget-about__heading {
    font-size: var(--cs-heading-4-font-size);
  }
}
.cs-widget-about .cs-widget__content {
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
}
.cs-widget-about__details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cs-widget-about .cs-social {
  margin: -4px;
}
.cs-widget-about .cs-social__link {
  width: 32px;
  height: 32px;
}
.cs-widget-about .cs-social__link svg,
.cs-widget-about .cs-social__link img {
  width: 24px;
  height: 24px;
}
.cs-widget-about__experience {
  position: relative;
  z-index: 1;
}
.cs-widget-about__experience-heading {
  color: var(--cs-color-secondary);
}
.cs-widget-about__experience-heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-widget-about__experience-items {
  max-height: 140px;
  overflow: hidden;
  transition: 0.25s;
}
.cs-widget-about__experience-items:not(:first-child) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--cs-color-border);
}
.cs-widget-about__experience-items.expanded {
  max-height: unset;
  padding-bottom: 2rem;
}
.cs-widget-about__experience-items.expanded .cs-widget-about__experience-load-more {
  background: transparent;
}
.cs-widget-about__experience-items.expanded .cs-icon {
  transform: rotate(180deg);
  top: unset;
}
.cs-widget-about__experience-items.expanded .cs-widget-about__experience-load-btn:hover .cs-icon-chevron-down {
  transform: rotate(180deg) translateY(calc(50% - 2px));
}
.cs-widget-about__experience-items.expanded .cs-widget-about__experience-load-btn:hover .cs-icon-arrow-down {
  transform: rotate(180deg);
}
.cs-widget-about__experience-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cs-widget-about__experience-item:not(:first-child) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--cs-color-border);
}
.cs-widget-about__experience-item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.cs-widget-about__experience-item-label {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-widget-about__experience-item-label {
  font-size: var(--cs-heading-6-font-size);
}
.cs-widget-about__experience-item-date {
  color: var(--cs-color-secondary);
  font-size: 0.75em;
}
.cs-widget-about__experience-item-tag {
  color: var(--cs-color-secondary);
  font-size: 0.75em;
}
.cs-widget-about__experience-load-more {
  display: none;
}
.cs-widget-about__experience-load-more:not(:first-child, :nth-child(2)) {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--cs-layout-background) 84.9%);
}
.cs-widget-about__experience-load-btn {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-widget-about__experience-load-btn {
  position: relative;
  display: inline-flex;
  padding-right: 16px;
  color: var(--cs-color-secondary);
  cursor: pointer;
  transition: 0.25s;
}
.cs-widget-about__experience-load-btn .cs-icon-chevron-down {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-widget-about__experience-load-btn .cs-icon-arrow-down {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-widget-about__experience-load-btn:hover {
  color: var(--cs-color-accent);
}
.cs-widget-about__experience-load-btn:hover .cs-icon-chevron-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 2px));
  color: var(--cs-color-accent);
}
.cs-widget-about__experience-load-btn:hover .cs-icon-arrow-down {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.cs-widget-about__cta .cs-button {
  width: 100%;
  text-align: center;
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  transition: 0.25s;
  border-radius: var(--cs-button-border-radius);
}
.cs-widget-about__cta .cs-button span {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-widget-about__cta .cs-button span {
  position: relative;
  display: inline-flex;
  padding-right: 1.25rem;
  height: 1.125rem;
  text-decoration: none;
  transition: 0.25s;
}
.cs-widget-about__cta .cs-button span .cs-icon-chevron-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-widget-about__cta .cs-button span .cs-icon-arrow-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-widget-about__cta .cs-button:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
}
.cs-widget-about__cta .cs-button:hover .cs-icon-chevron-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px);
}
.cs-widget-about__cta .cs-button:hover .cs-icon-arrow-right {
  opacity: 1;
  visibility: visible;
}

.cs-widget-about-compact {
  display: inline-flex;
  position: relative;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
}
.cs-offcanvas .cs-widget-about-compact {
  background: var(--cs-offcanvas-background);
}
.cs-offcanvas .cs-widget-about-compact:last-child {
  margin-top: auto;
}
.cs-offcanvas .cs-widget-about-compact .cs-widget__content {
  padding: 1.5rem 1rem;
  border-top: 1px solid var(--cs-color-border);
}
.cs-widget-about-compact .cs-widget__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
}
.cs-widget-about-compact__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.cs-widget-about-compact__info {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.cs-widget-about-compact__avatar {
  width: 100%;
  max-width: 64px;
  height: 64px;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.cs-widget-about-compact__avatar img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cs-widget-about-compact__heading {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-widget-about-compact .cs-author-status {
  width: max-content;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cs-widget-about-compact__details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cs-widget-about-compact .cs-social {
  margin: -4px;
}
.cs-widget-about-compact .cs-social__link {
  width: 32px;
  height: 32px;
}
.cs-widget-about-compact .cs-social__link svg,
.cs-widget-about-compact .cs-social__link img {
  width: 24px;
  height: 24px;
}
.cs-widget-about-compact__experience {
  position: relative;
  z-index: 1;
}
.cs-widget-about-compact__experience-heading {
  color: var(--cs-color-secondary);
}
.cs-widget-about-compact__experience-heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-widget-about-compact__experience-items {
  max-height: 140px;
  overflow: hidden;
  transition: 0.25s;
}
.cs-widget-about-compact__experience-items.expanded {
  max-height: unset;
  padding-bottom: 2rem;
}
.cs-widget-about-compact__experience-items.expanded .cs-widget-about__experience-load-more {
  background: transparent;
}
.cs-widget-about-compact__experience-items.expanded .cs-icon {
  transform: rotate(180deg);
  top: unset;
}
.cs-widget-about-compact__experience-items.expanded .cs-widget-about__experience-load-btn:hover .cs-icon-chevron-down {
  transform: rotate(180deg) translateY(calc(50% - 2px));
}
.cs-widget-about-compact__experience-items.expanded .cs-widget-about__experience-load-btn:hover .cs-icon-arrow-down {
  transform: rotate(180deg);
}
.cs-widget-about-compact__experience-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--cs-color-border);
}
.cs-widget-about-compact__experience-item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.cs-widget-about-compact__experience-item-label {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-widget-about-compact__experience-item-label {
  font-size: var(--cs-heading-6-font-size);
}
.cs-widget-about-compact__experience-item-date {
  color: var(--cs-color-secondary);
}
.cs-widget-about-compact__experience-item-tag {
  color: var(--cs-color-secondary);
}
.cs-widget-about-compact__experience-load-more {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--cs-layout-background) 84.9%);
}
.cs-widget-about-compact__experience-load-btn {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-widget-about-compact__experience-load-btn {
  position: relative;
  display: inline-flex;
  padding-right: 16px;
  color: var(--cs-color-secondary);
  cursor: pointer;
  transition: 0.25s;
}
.cs-widget-about-compact__experience-load-btn .cs-icon-chevron-down {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-widget-about-compact__experience-load-btn .cs-icon-arrow-down {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-widget-about-compact__experience-load-btn:hover {
  color: var(--cs-color-accent);
}
.cs-widget-about-compact__experience-load-btn:hover .cs-icon-chevron-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 2px));
  color: var(--cs-color-accent);
}
.cs-widget-about-compact__experience-load-btn:hover .cs-icon-arrow-down {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.cs-widget-about-compact__cta .cs-button {
  width: 100%;
  text-align: center;
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  transition: 0.25s;
  border-radius: var(--cs-button-border-radius);
}
.cs-widget-about-compact__cta .cs-button span {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-widget-about-compact__cta .cs-button span {
  position: relative;
  display: inline-flex;
  padding-right: 1.25rem;
  height: 1.125rem;
  text-decoration: none;
  transition: 0.25s;
}
.cs-widget-about-compact__cta .cs-button span .cs-icon-chevron-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-widget-about-compact__cta .cs-button span .cs-icon-arrow-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-widget-about-compact__cta .cs-button:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
}
.cs-widget-about-compact__cta .cs-button:hover .cs-icon-chevron-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px);
}
.cs-widget-about-compact__cta .cs-button:hover .cs-icon-arrow-right {
  opacity: 1;
  visibility: visible;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-widget-categories {
  position: relative;
}
.cs-widget-categories__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cs-widget-categories__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
  text-decoration: none;
}
.cs-widget-categories__item-logo {
  display: block;
  width: 72px;
  height: 72px;
}
.cs-widget-categories__item-logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-widget-categories__item-content {
  display: flex;
  flex-direction: column;
}
.cs-widget-categories__item-content:first-child {
  grid-column: 1/3;
}
.cs-widget-categories__item-title {
  color: var(--cs-color-primary);
}
.cs-widget-categories__item-title {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (max-width: 767.98px) {
  .cs-widget-categories__item-title {
    font-size: var(--cs-heading-6-font-size);
  }
}
@media (min-width: 768px) {
  .cs-widget-categories__item-title {
    font-size: var(--cs-heading-5-font-size);
  }
}
.cs-widget-categories__item-description {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-widget-categories__item-description > *:last-child {
  margin-bottom: 0;
}
.cs-widget-categories__item-description + .cs-widget-categories__item-btn {
  margin-top: 1rem;
  padding: 0;
}
.cs-widget-categories__item-btn {
  margin-top: auto;
  padding-top: 1rem;
}
.cs-widget-categories__item-btn span {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-widget-categories__item-btn span {
  position: relative;
  display: inline-flex;
  padding-right: 20px;
  color: var(--cs-color-secondary);
  text-decoration: none;
  transition: 0.25s;
}
.cs-widget-categories__item-btn span .cs-icon-chevron-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.cs-widget-categories__item-btn span .cs-icon-arrow-right {
  position: absolute;
  right: 0;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.cs-widget-categories__item:hover .cs-widget-categories__item-btn span {
  color: var(--cs-color-accent);
}
.cs-widget-categories__item:hover .cs-widget-categories__item-btn span .cs-icon-chevron-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2px);
}
.cs-widget-categories__item:hover .cs-widget-categories__item-btn span .cs-icon-arrow-right {
  opacity: 1;
  visibility: visible;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-widget-post-list__grid {
  display: grid;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-widget-post-slider__inner {
  position: relative;
}
.cs-widget-post-slider__swiper-post {
  overflow: hidden;
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-widget-post-slider__swiper-post:not(.swiper-initialized) {
  position: relative;
}
.cs-widget-post-slider__swiper-post:not(.swiper-initialized):before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: #111;
  animation: loading 2s linear infinite;
  z-index: 5;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-widget-post-slider__swiper-post:not(.swiper-initialized):has(.cs-widget-post-slider__pagination)::before {
  top: calc(50% - 30px - 24px);
}
.cs-widget-post-slider__swiper-post:not(.swiper-initialized) .cs-widget-post-slider__swiper-post__button-prev, .cs-widget-post-slider__swiper-post:not(.swiper-initialized) .cs-widget-post-slider__swiper-post__button-next {
  display: none;
}
.cs-widget-post-slider__swiper-tabs {
  position: absolute;
  bottom: 16px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
  overflow: hidden;
}
.cs-widget-post-slider .cs-slider-tab {
  display: grid;
  flex-shrink: 0;
  width: 50px !important;
  height: 50px !important;
  padding: 5px;
  position: relative;
  transition-property: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}
.cs-widget-post-slider .cs-slider-tab__inner {
  position: relative;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
}
.cs-widget-post-slider .cs-slider-tab__image {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.cs-widget-post-slider .cs-slider-tab__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cs-widget-post-slider .cs-slider-tab__image:not(img) {
  background: var(--cs-layout-background);
}
.cs-widget-post-slider .cs-slider-tab__border, .cs-widget-post-slider .cs-slider-tab__progress {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cs-widget-post-slider .cs-slider-tab__border svg, .cs-widget-post-slider .cs-slider-tab__progress svg {
  width: 100%;
  height: 100%;
}
.cs-widget-post-slider .cs-slider-tab__border svg rect, .cs-widget-post-slider .cs-slider-tab__progress svg rect {
  stroke-width: 2;
  fill: none;
  transition: stroke-dashoffset linear;
}
.cs-widget-post-slider .cs-slider-tab__border {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.cs-widget-post-slider .cs-slider-tab__progress {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  stroke: var(--cs-color-primary);
}
.cs-widget-post-slider .cs-slider-tab__progress.is-animating svg rect {
  stroke-dashoffset: 0;
}
.cs-widget-post-slider[data-cs-autoplay="1"] .cs-slider-tab.swiper-slide-thumb-active .cs-slider-tab__border,
.cs-widget-post-slider[data-cs-autoplay="1"] .cs-slider-tab.swiper-slide-thumb-active .cs-slider-tab__progress {
  opacity: 1;
}
.cs-widget-post-slider[data-cs-autoplay="1"] .cs-slider-tab.swiper-slide-thumb-active .cs-slider-tab__border {
  stroke: var(--cs-color-border);
}
.cs-widget-post-slider[data-cs-autoplay="1"] .cs-slider-tab.swiper-slide-thumb-active .cs-slider-tab__border svg rect {
  stroke-dashoffset: 0;
  stroke: var(--cs-color-secondary);
  opacity: 0.3;
}
.cs-widget-post-slider__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-widget-post-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
}
.cs-widget-post-slider .cs-entry {
  display: grid;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 575.98px) {
  .cs-widget-post-slider .cs-entry {
    min-height: 320px;
  }
}
.cs-widget-post-slider .cs-entry__outer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
  height: 100%;
  border-radius: 0;
}
.cs-widget-post-slider .cs-entry__outer:hover {
  height: 100%;
  margin: 0;
  padding: 0;
}
.cs-widget-post-slider .cs-entry__overlay:before {
  min-height: 425px;
}
.cs-widget-post-slider .cs-entry .cs-overlay-background {
  border-radius: 0;
}
.cs-widget-post-slider .cs-entry .cs-overlay-background:not(:has(img)) {
  background: var(--cs-color-contrast-300);
}
.cs-widget-post-slider .cs-entry .cs-overlay-background:after {
  background: linear-gradient(180deg, rgba(var(--cs-light-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-light-overlay-background-rgb), 0.45) 71.13%);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-widget-post-slider .cs-entry .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(var(--cs-dark-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-dark-overlay-background-rgb), 0.45) 71.13%);
  }
}
[data-scheme=dark] .cs-widget-post-slider .cs-entry .cs-overlay-background:after {
  background: linear-gradient(180deg, rgba(var(--cs-dark-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-dark-overlay-background-rgb), 0.45) 71.13%);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-widget-post-slider .cs-entry .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(var(--cs-dark-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-dark-overlay-background-rgb), 0.45) 71.13%);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-widget-post-slider .cs-entry .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(var(--cs-dark-overlay-background-rgb), 0) 27.75%, rgba(var(--cs-dark-overlay-background-rgb), 0.45) 71.13%);
  }
}
.cs-widget-post-slider .cs-entry__thumbnail {
  border-radius: 0;
}
.cs-widget-post-slider .cs-entry__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.cs-widget-post-slider .cs-entry__content > .cs-entry__post-meta {
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.cs-widget-post-slider .cs-entry .cs-entry__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.5rem 1.5rem calc(3rem + 40px) 1.5rem;
}
.cs-widget-post-slider .cs-entry .cs-entry__info .cs-entry__post-meta {
  align-self: center;
}
.cs-widget-post-slider .cs-entry__title {
  font-size: var(--cs-heading-4-font-size);
  text-align: center;
}
.cs-widget-post-slider__pagination {
  display: none;
}

.cs-widget-post-slider__button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  pointer-events: none;
  overflow: hidden;
}
.cs-widget-post-slider__button span {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  pointer-events: all;
  cursor: pointer;
}
.cs-widget-post-slider__button span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background: var(--cs-layout-background);
  box-shadow: 0 4px 8px 0 rgba(var(--cs-light-accent-color-rgb), 0.1);
  transition: 0.25s;
  width: 40px;
  height: 40px;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-widget-post-slider__button span:after {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-widget-post-slider__button span:after {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-widget-post-slider__button span:after {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-widget-post-slider__button span:after {
    box-shadow: none;
  }
}
.cs-widget-post-slider__button span .cs-icon {
  position: absolute;
  font-size: 22px;
  color: var(--cs-color-accent);
  transition: 0.25s;
}
.cs-widget-post-slider__button-prev {
  left: 0;
  transform: translateX(-50%);
}
.cs-widget-post-slider__button-prev span {
  transform: translateX(10px);
}
.cs-widget-post-slider__button-prev span .cs-icon-chevron-left {
  z-index: 13;
  opacity: 1;
  visibility: visible;
}
.cs-widget-post-slider__button-prev span .cs-icon-arrow-left {
  z-index: 12;
  opacity: 0;
  visibility: hidden;
}
.cs-widget-post-slider__button-next {
  right: 0;
  transform: translateX(50%);
}
.cs-widget-post-slider__button-next span {
  transform: translateX(-10px);
}
.cs-widget-post-slider__button-next span .cs-icon-chevron-right {
  z-index: 13;
  opacity: 1;
  visibility: visible;
}
.cs-widget-post-slider__button-next span .cs-icon-arrow-right {
  z-index: 12;
  opacity: 0;
  visibility: hidden;
}

@media (hover: none) {
  .cs-widget-post-slider .cs-widget-post-slider__button {
    opacity: 1;
    visibility: visible;
  }
  .cs-widget-post-slider .cs-widget-post-slider__button-prev span {
    transform: translateX(0);
  }
  .cs-widget-post-slider .cs-widget-post-slider__button-next span {
    transform: translateX(0);
  }
}
@media (hover: hover) {
  .cs-widget-post-slider:hover .cs-widget-post-slider__button {
    opacity: 1;
    visibility: visible;
  }
  .cs-widget-post-slider:hover .cs-widget-post-slider__button-prev span {
    transform: translateX(0);
  }
  .cs-widget-post-slider:hover .cs-widget-post-slider__button-prev span:hover .cs-icon-chevron-left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-2px);
  }
  .cs-widget-post-slider:hover .cs-widget-post-slider__button-prev span:hover .cs-icon-arrow-left {
    opacity: 1;
    visibility: visible;
  }
  .cs-widget-post-slider:hover .cs-widget-post-slider__button-next span {
    transform: translateX(0);
  }
  .cs-widget-post-slider:hover .cs-widget-post-slider__button-next span:hover .cs-icon-chevron-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(2px);
  }
  .cs-widget-post-slider:hover .cs-widget-post-slider__button-next span:hover .cs-icon-arrow-right {
    opacity: 1;
    visibility: visible;
  }
}
.cs-widget__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-widget__heading {
  margin-bottom: 0.5rem;
  color: var(--cs-color-secondary);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-author-status {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.125rem;
  color: var(--cs-color-accent-secondary);
}
.cs-offcanvas .cs-author-status {
  padding-left: 1.625rem;
  margin-left: 5rem;
}
.cs-author-status {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-author-status:before {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  transform: translate3d(0, -50%, 0);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cs-color-accent-secondary);
  opacity: 0.2;
  animation: pulse 2s ease-out infinite;
}
.cs-offcanvas .cs-author-status:before {
  left: 0;
}
.cs-author-status:after {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  transform: translate3d(6px, -50%, 0);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cs-color-accent-secondary);
}
.cs-offcanvas .cs-author-status:after {
  left: 0;
}
@keyframes pulse {
  0% {
    transform: translate3d(0, -50%, 0) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translate3d(0, -50%, 0) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, -50%, 0) scale(1);
    opacity: 0.2;
  }
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-social {
  display: flex;
}
.cs-social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  transform: translateZ(0);
  transition: 0.25s;
}
.cs-offcanvas .cs-social__link {
  width: 36px;
}
.cs-social__link svg,
.cs-social__link img {
  width: 32px;
  height: 32px;
}
.cs-social:hover .cs-social__link:not(:hover) {
  opacity: 0.7;
}
.cs-footer .cs-social {
  margin: -4px;
}
.cs-footer .cs-social__link {
  width: 32px;
  height: 32px;
}
.cs-footer .cs-social svg,
.cs-footer .cs-social img {
  width: 24px;
  height: 24px;
}
.cs-offcanvas .cs-social {
  margin: 0px -0.25rem;
  min-height: 40px;
}
.cs-offcanvas .cs-social svg,
.cs-offcanvas .cs-social img {
  width: 24px;
  height: 24px;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-site-scheme-toggle {
  width: 80px;
}
.cs-offcanvas .cs-site-scheme-toggle {
  width: 62px;
}
@media (hover: hover) {
  .cs-site-scheme-toggle:hover .cs-icon-light-mode {
    color: var(--cs-color-secondary);
  }
  .cs-site-scheme-toggle:hover .cs-icon-dark-mode {
    color: var(--cs-color-accent);
  }
}
@media (hover: hover) and (prefers-color-scheme: dark) {
  :root body[data-scheme=auto] .cs-site-scheme-toggle:hover .cs-icon-light-mode {
    color: var(--cs-color-accent);
  }
  :root body[data-scheme=auto] .cs-site-scheme-toggle:hover .cs-icon-dark-mode {
    color: var(--cs-color-secondary);
  }
}
@media (hover: hover) {
  body[data-scheme=dark] .cs-site-scheme-toggle:hover .cs-icon-light-mode {
    color: var(--cs-color-accent);
  }
  body[data-scheme=dark] .cs-site-scheme-toggle:hover .cs-icon-dark-mode {
    color: var(--cs-color-secondary);
  }
}
.cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
  gap: 2px;
  width: 62px;
  height: 32px;
  background: var(--cs-header-background);
  border-radius: 16px;
  box-shadow: 0 5px 10px 0 rgba(var(--cs-light-accent-color-rgb), 0.06);
  transition: 0.25s;
}
.cs-offcanvas .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
  height: 36px;
  background: #F1F1FF;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
    background: var(--cs-header-background);
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
  background: var(--cs-header-background);
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
    background: var(--cs-header-background);
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
    background: var(--cs-header-background);
    box-shadow: none;
  }
}
.cs-site-scheme-toggle .cs-header__scheme-toggle-icons .cs-icon {
  width: 28px;
  height: 28px;
}
.cs-header__inner-desktop:hover .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, .cs-burger-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, .cs-search-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, .cs-display-header-overlay .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, .cs-scroll-sticky .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
  background: rgba(var(--cs-light-accent-color-rgb), 0.09);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__inner-desktop:hover .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto] .cs-burger-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto] .cs-search-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto] .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto] .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto] .cs-display-header-overlay .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto] .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto] .cs-scroll-sticky .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
[data-scheme=dark] .cs-header__inner-desktop:hover .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, [data-scheme=dark] .cs-burger-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, [data-scheme=dark] .cs-search-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, [data-scheme=dark] .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, [data-scheme=dark] .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, [data-scheme=dark] .cs-display-header-overlay .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, [data-scheme=dark] .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, [data-scheme=dark] .cs-scroll-sticky .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
  background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__inner-desktop:hover .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-d=dark] .cs-burger-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-d=dark] .cs-search-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-d=dark] .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-d=dark] .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-d=dark] .cs-display-header-overlay .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-d=dark] .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-d=dark] .cs-scroll-sticky .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__inner-desktop:hover .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-l=dark] .cs-burger-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-l=dark] .cs-search-active .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-l=dark] .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-l=dark] .blog:has(.cs-site-primary .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-l=dark] .cs-display-header-overlay .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-l=dark] .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-header__scheme-toggle-icons, :root [data-scheme=auto][data-l=dark] .cs-scroll-sticky .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.09);
  }
}
.cs-site-scheme-toggle .cs-header__scheme-toggle-icon {
  border-radius: 50%;
}
.cs-site-scheme-toggle .cs-icon-light-mode {
  background: var(--cs-site-background);
  color: var(--cs-color-accent);
}
.cs-offcanvas .cs-site-scheme-toggle .cs-icon-light-mode {
  background: #ffffff;
}
.cs-site-scheme-toggle .cs-icon-dark-mode {
  background: transparent;
  color: var(--cs-color-secondary);
}
@media (prefers-color-scheme: dark) {
  :root body[data-scheme=auto] .cs-site-scheme-toggle .cs-icon-light-mode {
    background: transparent;
    color: var(--cs-color-secondary);
  }
  :root body[data-scheme=auto] .cs-site-scheme-toggle .cs-icon-dark-mode {
    background: var(--cs-site-background);
    color: var(--cs-color-primary);
  }
}
body[data-scheme=dark] .cs-site-scheme-toggle .cs-icon-light-mode {
  background: transparent;
  color: var(--cs-color-secondary);
}
body[data-scheme=dark] .cs-site-scheme-toggle .cs-icon-dark-mode {
  background: var(--cs-site-background);
  color: var(--cs-color-primary);
}
.home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-icon-light-mode, .cs-display-header-overlay .cs-site-scheme-toggle .cs-icon-light-mode, .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-icon-light-mode, .cs-scroll-sticky .cs-site-scheme-toggle .cs-icon-light-mode {
  background: var(--cs-header-background);
}
.home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-icon-dark-mode, .cs-display-header-overlay .cs-site-scheme-toggle .cs-icon-dark-mode, .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-icon-dark-mode, .cs-scroll-sticky .cs-site-scheme-toggle .cs-icon-dark-mode {
  background: transparent;
}
@media (prefers-color-scheme: dark) {
  :root body[data-scheme=auto] .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-icon-light-mode, :root body[data-scheme=auto] .cs-display-header-overlay .cs-site-scheme-toggle .cs-icon-light-mode, :root body[data-scheme=auto] .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-icon-light-mode, :root body[data-scheme=auto] .cs-scroll-sticky .cs-site-scheme-toggle .cs-icon-light-mode {
    background: transparent;
  }
  :root body[data-scheme=auto] .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-icon-dark-mode, :root body[data-scheme=auto] .cs-display-header-overlay .cs-site-scheme-toggle .cs-icon-dark-mode, :root body[data-scheme=auto] .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-icon-dark-mode, :root body[data-scheme=auto] .cs-scroll-sticky .cs-site-scheme-toggle .cs-icon-dark-mode {
    background: var(--cs-header-background);
  }
}
body[data-scheme=dark] .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-icon-light-mode, body[data-scheme=dark] .cs-display-header-overlay .cs-site-scheme-toggle .cs-icon-light-mode, body[data-scheme=dark] .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-icon-light-mode, body[data-scheme=dark] .cs-scroll-sticky .cs-site-scheme-toggle .cs-icon-light-mode {
  background: transparent;
}
body[data-scheme=dark] .home:has(.cs-wrapper .cs-hero-page-top:first-child) .cs-site-scheme-toggle .cs-icon-dark-mode, body[data-scheme=dark] .cs-display-header-overlay .cs-site-scheme-toggle .cs-icon-dark-mode, body[data-scheme=dark] .cs-navbar-sticky-enabled .cs-site-scheme-toggle .cs-icon-dark-mode, body[data-scheme=dark] .cs-scroll-sticky .cs-site-scheme-toggle .cs-icon-dark-mode {
  background: var(--cs-header-background);
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-offcanvas {
  position: fixed;
  height: calc(100% - var(--cs-wpadminbar-height));
  top: var(--cs-wpadminbar-height);
  left: calc(var(--cs-offcanvas-width) * -1);
  width: var(--cs-offcanvas-width);
  padding: 0;
  display: flex;
  flex-direction: column;
  background: var(--cs-offcanvas-background);
  -webkit-overflow-scrolling: touch;
  z-index: 110;
  transition: 0.4s;
  overflow: hidden;
}
@media (min-width: 576px) {
  .cs-offcanvas {
    margin: 0.5rem 0 0.5rem 0.5rem;
    border-radius: var(--cs-layout-elements-border-radius);
    height: calc(100% - var(--cs-wpadminbar-height) - 1rem);
    overflow: hidden;
  }
}
.cs-adminbar-mobile-scrolled .cs-offcanvas {
  top: 0;
}
@media screen and (max-width: 600px) {
  .cs-adminbar-mobile-scrolled .cs-offcanvas {
    --cs-wpadminbar-height: 0px;
  }
}
@media screen and (min-width: 601px) {
  .cs-adminbar-mobile-scrolled .cs-offcanvas {
    top: var(--cs-wpadminbar-height);
  }
}
.cs-offcanvas__header {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: calc(var(--cs-header-initial-height) - 1rem);
  padding: 0.375rem 1rem 0 1rem;
  transition: 0.25s;
  position: relative;
}
.cs-offcanvas__header .cs-logo-mobile {
  padding-top: 0.375rem;
}
.cs-offcanvas__close-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0.25rem;
  cursor: pointer;
}
.cs-offcanvas__sidebar {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.cs-offcanvas__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.5rem 1rem 0 1rem;
}
.cs-offcanvas__inner .widget:not(.widget_nav_menu) {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.cs-offcanvas__inner .widget:not(:last-child) {
  margin-bottom: 2.5rem;
}
.cs-offcanvas .widget_nav_menu + .cs-widget-about:not(:last-child), .cs-offcanvas .widget_nav_menu + .cs-widget-about-compact:not(:last-child) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--cs-color-border);
}
.cs-offcanvas .widget_nav_menu .menu > li:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-offcanvas .widget_nav_menu a {
  font-family: var(--cs-font-footer-menu-family), sans-serif;
  font-size: var(--cs-font-footer-menu-size);
  font-weight: var(--cs-font-footer-menu-weight);
  font-style: var(--cs-font-footer-menu-style);
  letter-spacing: var(--cs-font-footer-menu-letter-spacing);
  text-transform: var(--cs-font-footer-menu-text-transform);
  line-height: var(--cs-font-footer-menu-line-height);
}
.cs-offcanvas .widget_nav_menu a {
  padding: 0.75rem 0;
  padding-left: 0.875rem;
  font-size: 1.125em;
}
.cs-offcanvas .widget_nav_menu .sub-menu > li:first-child {
  margin-top: 0.75rem;
}
.cs-offcanvas .widget_nav_menu .sub-menu a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-offcanvas .widget_nav_menu .sub-menu a {
  font-size: 1em;
}
.cs-offcanvas__footer {
  padding: 0 1rem 1rem 1rem;
}
.cs-offcanvas__footer-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--cs-color-border);
  padding-top: 1rem;
}
.cs-offcanvas {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 576px) {
  .cs-offcanvas {
    transform: translate3d(-0.5rem, 0, 0);
  }
}

.cs-wrapper:has(.cs-site .cs-scroll-sticky) .cs-offcanvas.cs-offcanvas-desktop .cs-offcanvas__header {
  height: var(--cs-header-height);
}

.cs-offcanvas.cs-offcanvas-desktop {
  top: var(--cs-wpadminbar-height);
  padding: 0;
}
@media screen and (min-width: 1860px) {
  .cs-offcanvas.cs-offcanvas-desktop {
    width: 292px;
  }
}
.cs-offcanvas.cs-offcanvas-desktop .cs-offcanvas__header {
  position: relative;
  border-right: 1px solid var(--cs-color-border);
}
.cs-navbar-sticky-enabled .cs-offcanvas.cs-offcanvas-desktop .cs-offcanvas__header {
  border-right: none;
}
.cs-offcanvas.cs-offcanvas-desktop .cs-header__burger-icon {
  margin-left: -12px;
  margin-right: -2px;
}
.cs-offcanvas.cs-offcanvas-desktop .cs-offcanvas__sidebar {
  border-right: 1px solid var(--cs-color-border);
}
@media screen and (min-width: 1860px) {
  .cs-offcanvas.cs-offcanvas-desktop.cs-offcanvas-forced.show {
    transform: translate3d(calc(var(--cs-offcanvas-width) - 1px), 0, 0);
  }
  .cs-offcanvas.cs-offcanvas-desktop.cs-offcanvas-forced + .cs-site-overlay {
    display: none;
  }
}

.cs-offcanvas-active {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cs-offcanvas-active:has(.cs-wrapper > .cs-offcanvas-forced) {
    overflow-y: auto;
  }
}
.cs-offcanvas-active .cs-offcanvas {
  transform: translate3d(calc(var(--cs-offcanvas-width) - 1px), 0, 0);
}

.cs-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(var(--cs-color-overlay-background), 0.5);
  animation: fade 0.5s;
  z-index: 109;
}
.cs-offcanvas-active .cs-site-overlay {
  display: block;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-breadcrumbs {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-breadcrumbs {
  word-wrap: break-word;
}
.cs-breadcrumbs > span {
  gap: 0.375rem;
}
.cs-breadcrumbs span {
  display: inline;
}
.cs-breadcrumbs span:not(:first-child) {
  margin-left: 0.125rem;
}
.cs-breadcrumbs a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-accent);
  transition: 0.25s;
  text-decoration: none;
}
.cs-breadcrumbs a {
  display: inline-flex;
  align-items: center;
  color: var(--cs-color-accent);
}
.cs-breadcrumbs a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-accent);
}
.cs-breadcrumbs .breadcrumb_last,
.cs-breadcrumbs .last,
.cs-breadcrumbs .aioseo-breadcrumb:last-child {
  color: var(--cs-color-secondary);
}
@media (max-width: 575.98px) {
  .cs-breadcrumbs .breadcrumb_last,
  .cs-breadcrumbs .last,
  .cs-breadcrumbs .aioseo-breadcrumb:last-child {
    line-height: 1.4;
  }
}
.cs-breadcrumbs .cs-separator {
  position: relative;
  display: inline-flex;
  padding-right: 0.25rem;
  top: -0.125rem;
}
.cs-breadcrumbs .cs-separator:after {
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid var(--cs-color-secondary);
  border-right: 1px solid var(--cs-color-secondary);
  color: var(--cs-color-secondary);
  transition: 0.25s;
}
@media (min-width: 768px) {
  .cs-entry__content-wrap .cs-breadcrumbs {
    max-width: var(--cs-entry-content-medium-width);
    margin-left: auto;
    margin-right: auto;
  }
}
.cs-site-primary > .cs-container .cs-breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-spinner {
  min-width: 40px;
}
.cs-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid var(--cs-color-secondary);
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
.cs-spinner:after {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--cs-color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 27px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-spinner {
  opacity: 0.5;
}

.cs-has-spinner {
  position: relative;
}
.cs-has-spinner .cs-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-top: -20px;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.csco-badge {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.csco-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 10rem;
}

.csco-badge-primary {
  background: var(--cs-layout-background);
  color: var(--cs-color-primary);
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-scroll-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  z-index: 91;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--cs-layout-elements-border-radius);
  background: transparent;
  color: var(--cs-color-primary);
  transition: 0.25s;
  width: 52px;
  height: 52px;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .cs-scroll-top {
    bottom: 1rem;
    right: 1rem;
  }
}
@media (min-width: 1200px) {
  .cs-scroll-top {
    bottom: 2rem;
    right: 2rem;
  }
}
.cs-scroll-top:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -2;
  width: 48px;
  height: 48px;
  border-radius: var(--cs-layout-elements-border-radius);
  background: var(--cs-layout-background);
}
.cs-scroll-top:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  width: 48px;
  height: 48px;
  border-radius: var(--cs-layout-elements-border-radius);
  transition: 0.25s;
  background: rgba(var(--cs-light-accent-color-rgb), 0.1);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-scroll-top:after {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.1);
  }
}
[data-scheme=dark] .cs-scroll-top:after {
  background: rgba(var(--cs-dark-accent-color-rgb), 0.1);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-scroll-top:after {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.1);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-scroll-top:after {
    background: rgba(var(--cs-dark-accent-color-rgb), 0.1);
  }
}
.cs-scroll-top .cs-icon {
  position: absolute;
  opacity: 0;
  font-size: 2rem;
  transition: 0.25s;
  color: var(--cs-color-accent);
  transition: 0.25s;
}
.cs-scroll-top .cs-icon.cs-icon-chevron-up {
  z-index: 4;
  opacity: 1;
  visibility: visible;
}
.cs-scroll-top .cs-icon.cs-icon-arrow-up {
  z-index: 5;
  visibility: hidden;
}
.cs-scroll-top.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cs-scroll-top-border, .cs-scroll-top-progress {
  position: absolute;
  top: 0;
  left: 0;
}
.cs-scroll-top-border svg > *, .cs-scroll-top-progress svg > * {
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 192px, 192px;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dashoffset 0.5s linear;
}
.cs-scroll-top-border {
  stroke: var(--cs-color-border);
}
.cs-scroll-top-progress {
  stroke: var(--cs-color-accent);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-scroll-top-progress {
    opacity: 0.5;
  }
}
[data-scheme=dark] .cs-scroll-top-progress {
  opacity: 0.5;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-scroll-top-progress {
    opacity: 0.5;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-scroll-top-progress {
    opacity: 0.5;
  }
}
.cs-scroll-top:hover {
  background-color: transparent;
}
.cs-scroll-top:hover .cs-icon {
  color: var(--cs-color-accent);
}
.cs-scroll-top:hover .cs-icon-chevron-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2px);
}
.cs-scroll-top:hover .cs-icon-arrow-up {
  opacity: 1;
  visibility: visible;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-share {
  display: flex;
}
.cs-share__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
  border-radius: 50%;
}
.cs-share__link > svg {
  width: 32px;
  height: 32px;
}
.cs-share__link.cs-share__copy-link {
  color: var(--cs-color-button);
}
.cs-share:hover .cs-share__link:not(:hover) {
  opacity: 0.5;
}
.cs-entry__metabar .cs-share {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: var(--cs-layout-background);
  border-radius: 48px;
  box-shadow: 0 10px 20px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-entry__metabar .cs-share {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-entry__metabar .cs-share {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-entry__metabar .cs-share {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-entry__metabar .cs-share {
    box-shadow: none;
  }
}

.cs-share__copy-link {
  position: relative;
}
.cs-share__copy-link-tooltip {
  --cs-tooltip-border-width: 4px;
}
.cs-share__copy-link-tooltip {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-share__copy-link-tooltip {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  transform: translateX(-50%);
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--cs-button-border-radius);
  white-space: nowrap;
  background-color: var(--cs-layout-background);
  box-shadow: 0 15px 40px 0 rgba(var(--cs-light-primary-color-rgb), 0.07);
  color: var(--cs-color-primary);
  opacity: 1;
  transition: 0.25s;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-share__copy-link-tooltip {
    box-shadow: none;
  }
}
[data-scheme=dark] .cs-share__copy-link-tooltip {
  box-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-share__copy-link-tooltip {
    box-shadow: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-share__copy-link-tooltip {
    box-shadow: none;
  }
}
.cs-share__copy-link-tooltip.hide {
  opacity: 0;
}
.cs-share__copy-link-tooltip:before {
  content: "";
  position: absolute;
  border-left: var(--cs-tooltip-border-width) solid transparent;
  border-right: var(--cs-tooltip-border-width) solid transparent;
  bottom: 100%;
  left: 50%;
  margin-left: calc(var(--cs-tooltip-border-width) * -1);
}
.cs-share__copy-link-tooltip:before {
  border-bottom: var(--cs-tooltip-border-width) solid var(--cs-layout-background);
  margin-bottom: 0;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-tags {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.search-results .cs-tags {
  margin-bottom: 2.5rem;
}
.cs-tags:not(:first-child) {
  margin-top: 1rem;
}
.cs-tags__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cs-tags__item a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-tags__item a {
  display: flex;
  font-size: 1em;
  padding: 0.25rem 1rem;
  background: var(--cs-color-primary-contrast);
  border-radius: var(--cs-tag-border-radius);
  transition: 0.25s;
  text-decoration: none;
  color: var(--cs-color-accent);
}
.error404 .cs-tags__item a {
  font-size: 0.8em;
}
.cs-tags__item a:hover {
  background: var(--cs-color-accent);
  color: var(--cs-color-primary-contrast);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.widget {
  width: 100%;
}
.widget:not(:last-child) {
  margin-bottom: 1.5rem;
}
.widget .cs-section-heading {
  margin-bottom: 1.5rem;
}
.widget .cs-search__form .cs-search__group {
  position: relative;
  border-radius: var(--cs-button-border-radius);
}
.widget .cs-search__form .cs-search__group .cs-search__input {
  display: block;
  width: 100%;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  line-height: var(--cs-font-input-line-height);
  box-shadow: none;
}
.widget .cs-search__form .cs-search__group .cs-search__input {
  padding: var(--cs-input-padding-y, 0.625rem) var(--cs-input-padding-x, 1rem);
}
.widget .cs-search__form .cs-search__group .cs-search__input {
  border-radius: var(--cs-button-border-radius);
}
.widget .cs-search__form .cs-search__group .cs-search__input {
  padding: 0.9375rem 1.5rem;
  border-radius: var(--cs-button-border-radius);
  border: none;
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  padding: 0.5rem 1.25rem;
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  border-radius: var(--cs-button-border-radius);
}
.widget .cs-search__form .cs-search__group .cs-search__submit:focus, .widget .cs-search__form .cs-search__group .cs-search__submit:hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.widget .cs-search__form .cs-search__group .cs-search__submit:disabled, .widget .cs-search__form .cs-search__group .cs-search__submit:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.widget .cs-search__form .cs-search__group .cs-search__submit:disabled, .widget .cs-search__form .cs-search__group .cs-search__submit:disabled[disabled] {
  padding: 0.875rem 1.25rem;
}
.widget .cs-search__form .cs-search__group .cs-search__submit:disabled:hover, .widget .cs-search__form .cs-search__group .cs-search__submit:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  margin-left: 0.5rem;
  padding: 0.9375rem 1.5rem 0.875rem;
}

.widget .cs-search__form .cs-search__group .cs-search__input :root, [data-scheme=light] .widget .cs-search__form .cs-search__group .cs-search__input {
  background: var(--cs-layout-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=light] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-layout-background);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=light] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-layout-background);
  }
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-color-input);
  }
}
[data-scheme=dark] .widget .cs-search__form .cs-search__group .cs-search__input {
  background: var(--cs-color-input);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-color-input);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-color-input);
  }
}

.widgettitle {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.widgettitle {
  margin-bottom: 1rem;
  color: var(--cs-color-secondary);
}
.widgettitle a {
  color: var(--cs-color-primary);
  text-decoration: none;
}
.widgettitle a:hover {
  color: var(--cs-color-secondary);
}

.cs-widget-area .widget_block .wp-block-heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-size: var(--cs-font-section-headings-size);
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-widget-area .widget_block .wp-block-heading {
  margin-bottom: 1rem;
  color: var(--cs-color-secondary);
}
.cs-widget-area .widget_block:first-child .wp-block-heading:first-of-type {
  margin-top: 0;
}

.widget_categories ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul {
  padding-left: 30px;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--cs-color-secondary);
}
.widget_categories ul li:first-child:last-child,
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
  padding-bottom: 0;
}
.widget_categories ul li:first-child:last-child > .sub-menu,
.widget_pages ul li:first-child:last-child > .sub-menu,
.widget_archive ul li:first-child:last-child > .sub-menu,
.widget_meta ul li:first-child:last-child > .sub-menu {
  padding-bottom: 0;
}
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
  font-size: 1rem;
  color: var(--cs-color-primary);
  padding-right: 0.6666666667rem;
  margin-right: auto;
  text-decoration: none;
  transition: color 0.25s;
}
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover {
  color: var(--cs-color-accent);
}
.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_meta ul ul.children {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0.5rem;
}
.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li,
.widget_meta ul ul.children li {
  padding: 0.5rem 0;
}
.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li,
.widget_meta ul ul.children ul.children li {
  margin-left: 1rem;
  padding-left: 0;
}
.widget_categories ul ul.sub-menu,
.widget_pages ul ul.sub-menu,
.widget_archive ul ul.sub-menu,
.widget_meta ul ul.sub-menu {
  margin-top: 0.5rem;
}
.widget_categories ul ul.sub-menu li,
.widget_pages ul ul.sub-menu li,
.widget_archive ul ul.sub-menu li,
.widget_meta ul ul.sub-menu li {
  padding: 0.5rem 0;
}
.widget_categories ul ul.sub-menu li:last-child,
.widget_pages ul ul.sub-menu li:last-child,
.widget_archive ul ul.sub-menu li:last-child,
.widget_meta ul ul.sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_categories ul ul.sub-menu ul.sub-menu li,
.widget_pages ul ul.sub-menu ul.sub-menu li,
.widget_archive ul ul.sub-menu ul.sub-menu li,
.widget_meta ul ul.sub-menu ul.sub-menu li {
  margin-left: 1rem;
  padding-left: 0;
}
.widget_categories ul .screen-reader-text,
.widget_pages ul .screen-reader-text,
.widget_archive ul .screen-reader-text,
.widget_meta ul .screen-reader-text {
  display: none;
}
.widget_categories > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_meta > ul {
  margin: 0 0 0.5rem 0;
  padding-left: 0;
}

.widget_calendar table {
  margin: 0;
}
.widget_calendar td,
.widget_calendar th {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar td,
.widget_calendar th {
  padding: 0.25rem;
  line-height: 2.75rem;
  text-align: center;
  border-top: 1px solid var(--cs-color-border);
  color: var(--cs-color-secondary);
}
.widget_calendar th {
  border-bottom: none;
  color: var(--cs-color-primary);
  border-top: 2px solid var(--cs-color-border);
  border-bottom: 2px solid var(--cs-color-border);
}
.widget_calendar th {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar tr {
  border: none;
}
.widget_calendar tbody td a {
  position: relative;
  display: block;
  color: var(--cs-color-primary);
  background: var(--cs-layout-background);
  transition: 0.25s;
  text-decoration: none;
}
.widget_calendar tbody td a:hover {
  background-color: var(--cs-color-secondary);
  color: var(--cs-color-secondary-contrast);
}
.widget_calendar tbody td#today a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--cs-color-secondary);
  border-left: 10px solid transparent;
  transition: 0.25s;
  content: "";
}
.widget_calendar tfoot td {
  text-align: left;
}
.widget_calendar tfoot td a {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
}
.widget_calendar tfoot td a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar tfoot td a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: var(--cs-color-border);
}
.widget_calendar tfoot td a:hover {
  color: var(--cs-color-primary);
}
.widget_calendar caption {
  color: var(--cs-color-primary);
  caption-side: top;
  padding-top: 0;
  text-align: left;
}
.widget_calendar caption {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.widget_calendar .wp-calendar-nav a {
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.widget_calendar .wp-calendar-nav a:hover {
  color: var(--cs-color-secondary);
}
.widget_calendar .wp-calendar-nav .pad {
  width: 1rem;
}

.widget_recent_comments ul {
  padding: 0;
  list-style: none;
}
.widget_recent_comments li {
  position: relative;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
}
.widget_recent_comments li:not(:first-child) {
  border-top: 1px solid var(--cs-color-border);
}
.widget_recent_comments li:first-child {
  padding-top: 0;
}
.widget_recent_comments li:first-child:last-child {
  padding-bottom: 0;
}
.widget_recent_comments li a {
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.widget_recent_comments li a:hover {
  color: var(--cs-color-accent);
}
.widget_recent_comments li .comment-author-link {
  color: var(--cs-color-secondary);
  transition: 0.25s;
}
.widget_recent_comments li .comment-author-link + a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_recent_comments li .comment-author-link + a {
  font-size: 1rem;
  display: block;
  margin-top: 0.25rem;
  color: var(--cs-color-primary);
}
.widget_recent_comments li .comment-author-link + a:hover {
  color: var(--cs-color-accent);
}
.widget_recent_comments li .comment-author-link:hover {
  color: var(--cs-color-primary);
}

.widget .wp-block-latest-comments {
  padding: 0;
  margin: 0 auto;
}
.widget .wp-block-latest-comments .wp-block-latest-comments__comment {
  margin: 0.5rem 0 0;
}

.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_recent_entries li {
  position: relative;
}
.widget_recent_entries li:not(:last-child) {
  border-bottom: 1px solid var(--cs-color-border);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.widget_recent_entries li a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_recent_entries li a {
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.widget_recent_entries li a:hover {
  color: var(--cs-color-secondary);
}
.widget_recent_entries li:last-child {
  padding-bottom: 0;
}
.widget_recent_entries li .post-date {
  display: block;
  margin-top: 0.25rem;
  color: var(--cs-color-primary);
}
.widget_recent_entries li .post-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}

.widget_rss .rss-widget-icon {
  display: none;
}
.widget_rss ul {
  padding: 0;
  list-style: none;
}
.widget_rss ul li {
  position: relative;
}
.widget_rss ul li:not(:last-child) {
  border-bottom: 1px solid var(--cs-color-border);
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.widget_rss ul li {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-size: var(--cs-font-entry-excerpt-size);
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-entry-excerpt-line-height);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.widget_rss ul li a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_rss ul li a {
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.widget_rss ul li a:hover {
  color: var(--cs-color-accent);
}
.widget_rss ul li .rss-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.widget_rss ul li .rss-date {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--cs-color-secondary);
}
.widget_rss ul li .rssSummary {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--cs-color-primary);
}
.widget_rss ul li cite {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-style: normal;
  text-align: right;
  color: var(--cs-color-primary);
}

.widget_tag_cloud {
  overflow: hidden;
}
.widget_tag_cloud .tagcloud {
  margin-top: -0.5rem;
}
.widget_tag_cloud .tagcloud {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_tag_cloud .tagcloud {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
@media (max-width: 767.98px) {
  .widget_tag_cloud .tagcloud {
    font-size: 0.75rem;
  }
}
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.widget_tag_cloud .tagcloud li {
  position: relative;
  line-height: 1;
}
.widget_tag_cloud .tagcloud li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.widget_tag_cloud .tagcloud a {
  display: flex;
  padding: 0.5rem 0.875rem;
  justify-content: center;
  align-items: center;
  background: var(--cs-layout-background);
  color: var(--cs-color-secondary);
  border: 1px solid var(--cs-color-border);
  border-radius: var(--cs-tag-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.widget_tag_cloud .tagcloud a:hover {
  background: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  border-color: var(--cs-color-button-hover);
}
.widget_tag_cloud .tagcloud a {
  font-size: var(--cs-font-category-size) !important;
}

.widget_media_video .mejs-container {
  max-width: 100%;
  overflow: hidden;
}
.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
  max-width: 100%;
  overflow: hidden;
}

.widget_media_gallery {
  overflow: hidden;
}
.widget_media_gallery [class^=gallery-columns-],
.widget_media_gallery [class*=" gallery-columns-"] {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 0;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
  display: block;
  border-radius: 0;
  transition: 0.25s;
  backface-visibility: hidden;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
  opacity: 0.6;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
  padding: 1rem 1rem 0;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
  display: none;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
  flex: 0 0 20%;
  max-width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
  color: var(--cs-color-primary);
  word-wrap: break-word;
}
.widget_text ul {
  list-style: disc;
  margin: 0 0 1rem 1rem;
}
.widget_text ol {
  list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
  border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}
.widget_text ul li ul {
  margin: 0 0 0 1rem;
}
.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}
.widget_text ol li {
  list-style-position: inside;
}
.widget_text ol li + li {
  margin-top: -1px;
}
.widget_text img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.widget_text .wp-caption-text {
  display: flex;
}
.widget_text .emoji {
  width: 1rem;
}
.widget_text .emoji:not(:last-of-type) {
  margin-right: 10px;
  margin-left: 0;
}

/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.widget_nav_menu + .widget_nav_menu {
  border-top: 1px solid var(--cs-color-border);
  padding-top: 2rem;
  margin-top: 0.5rem;
}
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_nav_menu ul > li {
  border-radius: var(--cs-layout-elements-border-radius);
}
.widget_nav_menu ul > li.csco-menu-item-has-image > a > span {
  display: flex;
  align-items: center;
}
.widget_nav_menu ul > li.csco-menu-item-has-image .csco-menu-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
}
.widget_nav_menu ul > li.csco-menu-item-has-image .csco-menu-item-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.widget_nav_menu ul > li.csco-menu-item-has-icon > a > span {
  display: flex;
  align-items: center;
}
.widget_nav_menu ul > li.csco-menu-item-has-icon .csco-menu-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
}
.widget_nav_menu ul > li.csco-menu-item-has-icon .csco-menu-item-icon svg {
  fill: var(--cs-color-accent);
}
.widget_nav_menu ul > li.csco-menu-item-has-icon .csco-menu-item-icon svg path {
  fill: var(--cs-color-accent);
}
.widget_nav_menu ul > li:hover > a {
  color: var(--cs-color-accent);
}
.widget_nav_menu li.current-menu-ancestor > a, .widget_nav_menu li.current-menu-item > a {
  color: var(--cs-color-accent);
}
.widget_nav_menu a {
  display: block;
  padding: 0.8125rem 0;
  transition: 0.25s;
  color: var(--cs-color-primary);
  text-decoration: none;
}
.widget_nav_menu a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.widget_nav_menu a:hover {
  color: var(--cs-color-accent);
}
.widget_nav_menu .menu-item-has-children {
  position: relative;
  width: 100%;
}
.widget_nav_menu .menu-item-has-children > span {
  position: absolute;
  right: 0.875rem;
  top: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  margin-left: auto;
  cursor: pointer;
}
.widget_nav_menu .menu-item-has-children > span:before {
  content: "\e90e";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400 !important;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}
.widget_nav_menu .menu-item-has-children > span:after {
  content: "\e914";
  font-family: "cs-icons" !important;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400 !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.widget_nav_menu .menu-item-has-children:hover > span:before {
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 2px));
  color: var(--cs-color-accent);
}
.widget_nav_menu .menu-item-has-children:hover > span:after {
  opacity: 1;
  visibility: visible;
  color: var(--cs-color-accent);
}
.widget_nav_menu .menu-item-has-children > ul {
  width: 100%;
  order: 3;
}
.widget_nav_menu .menu-item-expanded > span:after {
  content: "\e90a";
}
.widget_nav_menu .menu > .menu-item:not(.menu-item-has-children) > a:after {
  visibility: hidden;
}
.widget_nav_menu .sub-menu {
  display: none;
}
.widget_nav_menu .sub-menu a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.widget_nav_menu .sub-menu a {
  padding: 0.5rem 0 0.5rem 0.625rem;
  line-height: 1;
  color: var(--cs-color-primary);
  font-size: 1em;
}
.widget_nav_menu .sub-menu .sub-menu {
  padding: 0 0 0 10px;
}
.widget_nav_menu .menu > .menu-item > .sub-menu a {
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.75rem 1rem 0.75rem 1rem;
}
.widget_nav_menu .menu > .menu-item.csco-menu-item-style-icon > a {
  display: flex;
  align-items: center;
}
.widget_nav_menu .menu > .menu-item.csco-menu-item-style-icon > a:after {
  font-family: "cs-icons";
  content: unicode(\e903);
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-0.3em);
  margin-left: 0.125rem;
  color: var(--cs-color-accent);
}
.widget_nav_menu .menu-item-has-children > a {
  border-radius: var(--cs-layout-elements-border-radius);
  padding-right: 40px;
  width: 100%;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 1rem;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 1rem 0;
}
.wp-caption .wp-caption-text {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.wp-caption-text {
  margin-top: 1rem;
  color: var(--cs-color-primary);
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.gallery {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  div[class^=gallery-columns-],
  div[class*=" gallery-columns-"] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -24px;
  }
  div[class^=gallery-columns-],
  div[class*=" gallery-columns-"] {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 576px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-2 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-3 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-4 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-5 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-6 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-7 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-8 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-9 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.gallery-caption {
  display: block;
  width: 100%;
  color: var(--cs-color-primary);
  text-align: center;
}

.wp-block-gallery > .blocks-gallery-grid {
  width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: transparent;
  color: var(--cs-color-primary);
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: initial;
  padding: 0;
  margin-top: 1rem;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  flex-direction: column;
}

.blocks-gallery-caption {
  display: block;
  width: 100%;
  text-align: center;
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.cs-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.cs-video-wrapper .cs-video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: unset;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
  transform: translate(-50%, -50%);
}
.cs-video-wrapper .cs-video-inner[data-provider=vimeo] {
  height: 100%;
  width: 100%;
}
.cs-video-wrapper .cs-video-inner[data-provider=vimeo] iframe {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cs-video-wrapper .cs-video-inner[data-provider=self] {
  height: 100%;
  width: 100%;
}
.cs-video-wrapper .cs-video-inner[data-provider=self] video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.cs-video-wrapper .cs-video-inner.active {
  opacity: 1;
}
.cs-video-wrapper .cs-video-loader {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
.cs-video-wrapper .cs-video-loader {
  top: 50%;
  margin: -20px auto 0;
}
.cs-video-wrapper .cs-video-loader:after {
  content: "";
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 27px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-video-wrapper .cs-video-loader {
  transition: opacity 0.25s;
  opacity: 1;
}
.cs-video-bg-init .cs-video-wrapper .cs-video-loader {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .cs-video-wrapper .cs-video-loader {
    display: none;
  }
}

.cs-video-controls {
  display: flex;
  gap: 2px;
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.25s;
  right: 10px;
  top: 10px;
}
@container card ( width > 305px ) {
  .cs-video-controls {
    right: 10px;
    top: 10px;
  }
}
.cs-video-bg-init:hover .cs-video-controls {
  opacity: 1;
}
.cs-video-controls .cs-player-control {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 1;
  background: var(--cs-light-tag-color);
  color: var(--cs-light-accent-color);
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s;
}
.cs-video-controls .cs-player-control:after {
  position: relative;
  width: auto;
  font-family: "cs-icons";
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  transition: 0.25s;
}
.cs-video-controls .cs-player-control:hover {
  background: var(--cs-light-accent-color);
  color: var(--cs-light-tag-color);
}
.cs-video-controls .cs-player-control .cs-tooltip {
  display: -ms-grid;
  -ms-grid-columns: max-content;
  position: absolute;
  top: 100%;
  left: -9999px;
  width: max-content;
  padding-left: 50%;
  padding-bottom: 0.5rem;
  transform: translateY(-30%);
  transition: transform 0.5s;
}
.cs-video-controls .cs-player-control .cs-tooltip span {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0;
  opacity: 0;
  color: #000000;
  background: #ffffff;
  transform: translate(-50%, 0);
  transition: opacity 0.5s;
}
.cs-video-controls .cs-player-control .cs-tooltip span {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-video-controls .cs-player-control .cs-tooltip span:after {
  content: " ";
  bottom: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.cs-video-controls .cs-player-control:hover .cs-tooltip {
  transform: translateY(10px);
  left: 0;
}
.cs-video-controls .cs-player-control:hover .cs-tooltip span {
  opacity: 1;
}
.cs-video-controls .cs-player-link:after {
  content: "\e93d";
}
.cs-video-controls .cs-player-pause:after {
  content: "\e945";
}
.cs-video-controls .cs-player-play:after {
  content: "\e947";
}
.cs-video-controls .cs-player-unmute:after {
  content: "\e92b";
}
.cs-video-controls .cs-player-mute:after {
  content: "\e92d";
}

.cs-video-controls-large {
  top: 20px;
  right: 20px;
}
.cs-video-controls-large .cs-player-control {
  width: 40px;
  height: 40px;
}
.cs-video-controls-large .cs-player-control .cs-tooltip span {
  padding: 0.5rem 1rem;
}
.cs-video-controls-large .cs-player-control:first-child {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
/*
Theme Name:           Platform
Theme URI:            https://platform.codesupply.co
Description:          Modern High-Performance WordPress Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/platform/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.0
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          platform
*/
.wpcf7 {
  margin: 0;
  padding: 0;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7 .wpcf7-display-none { /* support version below 5.4 */
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  background: #6cdcff;
  font-size: 0.75rem;
  color: rgb(0, 82.2857142857, 108);
}
.wpcf7 form.sent .wpcf7-response-output {
  background: rgb(216.2753623188, 245.7246376812, 223);
  color: rgb(20.2898550725, 84.7101449275, 35);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: rgb(250.3924050633, 175.6075949367, 175.6075949367);
  color: rgb(161.6202531646, 9.3797468354, 9.3797468354);
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fff4d3;
  color: #a07800;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7 label .wpcf7-form-control-wrap {
  margin-top: 0.5rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #F21F1F;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
}
.wpcf7 .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #F21F1F;
  background: var(--cs-color-secondary);
  padding: 0.2em 0.8em;
}
.wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7 .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-list-item-label:after {
  content: " ";
}
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.wpcf7 .ajax-loader {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(164, 164, 164, 0.25);
  border-top-color: #a4a4a4;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpcf7 form.submitting .ajax-loader,
.wpcf7 .ajax-loader.is-active { /* support version below 5.4 */
  visibility: visible;
}
.wpcf7 div.ajax-error {
  display: none;
}
.wpcf7 .placeheld {
  color: var(--cs-color-primary);
}
.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
.wpcf7 input[type=file] {
  cursor: pointer;
}
.wpcf7 input[type=file]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit {
  vertical-align: middle;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

/*--------------------------------------------------------------
## Swiper
--------------------------------------------------------------*/
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}
/*# sourceMappingURL=style.css.map */
