@charset "UTF-8";
/*
 * Mixins
 *
 * Reusable blocks of CSS declarations.
 */
/*
 * CSS Reset
 * Based on the reset applied in Twenty Twenty theme.
 */
html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: "";
}

/*
  * Document Setup - Basic styles that are often included
  * but are not strictly part of a CSS reset. These can be
  * included here as they are fundamental base styles.
  */
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  box-sizing: border-box;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  text-align: left;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

/* Clearing */
.group::after,
.entry-content::after {
  clear: both;
  content: "";
  display: block;
}

/* Screen Reader Text */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Skip Link */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

/*
 * Typography
 *
 * Styles for headings, paragraphs, links, and other typographic elements.
 */
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  text-align: left;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: "Inter var", "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
  margin: 2rem 0 3.5rem 0;
}

h1,
.heading-size-1 {
  font-weight: 800;
  line-height: 1.138888889;
  font-size: 3.6rem;
  margin: 3.5rem 0 2rem;
}

h2,
.heading-size-2 {
  font-size: 3.2rem;
  margin: 3.5rem 0 2rem;
}

h3,
.heading-size-3 {
  font-size: 2.8rem;
  margin: 3.5rem 0 2rem;
}

h4,
.heading-size-4 {
  font-size: 2.4rem;
  margin: 3.5rem 0 2rem;
}

h5,
.heading-size-5 {
  font-size: 2.1rem;
  margin: 3.5rem 0 2rem;
}

h6,
.heading-size-6 {
  font-weight: 700;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 3.5rem 0 2rem;
}

p {
  line-height: 1.5;
  margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
  font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}

big {
  font-size: 1.2em;
}

small {
  font-size: 0.75em;
}

b,
strong {
  font-weight: 700;
}

ins {
  text-decoration: underline;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
  background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
  color: #eee;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}

a {
  color: #2bb8ba;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0 0 3rem 3rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
  margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

/* Quotes */
blockquote {
  border-color: #2bb8ba;
  border-style: solid;
  border-width: 0 0 0 0.2rem; /* rtl:ignore */
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;
  padding: 0.5rem 0 0.5rem 2rem; /* rtl:ignore */
}

cite {
  color: #6d6d6d;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}

blockquote p:last-child {
  margin: 0;
}

/* Code */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 0.2rem;
}

pre {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 3rem 2rem;
  text-align: left;
}

pre code {
  background: transparent;
  font-size: 1em;
  padding: 0;
}

.entry-content > code {
  display: block;
}

/* Screen Reader Text (moved from reset for semantic grouping) */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  right: 5px;
}

/* Skip Link (moved from reset for semantic grouping) */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

h2.entry-title {
  font-size: 2.4rem;
}
@media (min-width: 700px) {
  h2.entry-title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}

.comment-reply-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 6rem;
  padding: 0 1rem;
}
@media (min-width: 1220px) {
  .comment-reply-title {
    font-size: 2.4rem;
  }
}

/*
 * Base: Base
 *
 * Basic element styles and resets.
 */
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: left;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: "Inter var", "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}

main {
  display: block;
}

hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}

a {
  color: #2bb8ba;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Add more base styles as needed */
#site-content {
  margin-top: auto;
  margin-bottom: auto;
}

:root {
  --container-width: 100%; /* Adjust as needed */
}

/*
 * Base: Forms
 *
 * Basic form element styles.
 */
fieldset {
  border: 0.2rem solid #dcd7ca;
  padding: 2rem;
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}

label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  display: block;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  padding: 1rem 1.5rem;
  width: 100%;
}
@supports (font-variation-settings: normal) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=number],
  input[type=search],
  input[type=tel],
  input[type=color],
  textarea,
  select {
    font-family: "Inter var", "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: currentColor;
  outline: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
}

/* Add more basic form styles as needed */
/*
 * Components: Entry Content
 */
.bbp-forums {
  margin-top: 3rem;
}

.bbp-forum-title,
.bbp-topic-permalink {
  font-size: 2rem;
  font-weight: bold;
}

#bbp_search_submit {
  padding: 0.9em 1.44em;
}

#bbpress-forums div.bbp-search-form {
  margin-bottom: 2rem;
}

.bbp-reply-content {
  font-size: 1.6rem;
}
.bbp-reply-content p {
  font-size: 1.6rem;
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
  display: none;
}

div.bbp-forum-header,
div.bbp-reply-header,
div.bbp-topic-header {
  border-top: none;
}

/*
 * Components: Buttons
 */
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #2bb8ba;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}
@supports (font-variation-settings: normal) {
  button,
  .button,
  .faux-button,
  .wp-block-button__link,
  .wp-block-file .wp-block-file__button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-family: "Inter var", "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
button:focus, button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__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 {
  text-decoration: underline;
  color: #fff;
  opacity: 0.75;
}

[class*=__inner-container] > *:first-child {
  margin-top: 0;
}
[class*=__inner-container] > *:last-child {
  margin-bottom: 0;
}
[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: inherit;
  width: 100%;
}
[class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: inherit;
}
[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media (min-width: 700px) {
  .wp-block-archives:not(.alignwide):not(.alignfull),
  .wp-block-categories:not(.alignwide):not(.alignfull),
  .wp-block-code,
  .wp-block-columns:not(.alignwide):not(.alignfull),
  .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-media-text:not(.alignwide):not(.alignfull),
  .wp-block-preformatted,
  .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-verse,
  .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}

/*
 * Components: Entry Content
 */
.entry-content {
  line-height: 1.5;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25em;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.read-more-button-wrap {
  margin-top: 1em;
  text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
  text-decoration: none;
}

.entry-content p,
.entry-content li {
  line-height: 1.4;
}

.entry-content li img {
  display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 3.5rem auto 2rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 1rem;
}

.entry-content hr {
  margin: 4rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
  margin-top: 0;
}

/* Font Families ----------------------------- */
.entry-content {
  font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
  letter-spacing: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports (font-variation-settings: normal) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-content cite,
  .entry-content figcaption,
  .entry-content table,
  .entry-content address,
  .entry-content .wp-caption-text,
  .entry-content .wp-block-file {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
/* -------------------------------------------------------------------------- */
/*	7c. Template: Full Width
/* -------------------------------------------------------------------------- */
body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 120rem;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
  position: static;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width [class*=wp-block].alignwide [class*=__inner-container] > .alignleft,
body.template-full-width [class*=wp-block].alignwide [class*=__inner-container] > p .alignleft,
body.template-full-width [class*=wp-block].alignwide [class*=__inner-container] > .wp-block-image .alignleft {
  /*rtl:ignore*/
  margin-left: 0;
  position: static;
}

body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .alignleft,
body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > p .alignleft,
body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .wp-block-image .alignleft {
  /*rtl:ignore*/
  margin-left: 2rem;
  position: static;
}

body.template-full-width .entry-content .alignright,
body.template-full-width [class*=wp-block].alignwide [class*=__inner-container] > .alignright,
body.template-full-width [class*=wp-block].alignwide [class*=__inner-container] > p .alignright,
body.template-full-width [class*=wp-block].alignwide [class*=__inner-container] > .wp-block-image .alignright {
  /*rtl:ignore*/
  margin-right: 0;
  position: static;
}

body.template-full-width .entry-content > .alignright,
body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .alignright,
body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > p .alignright,
body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .wp-block-image .alignright {
  /*rtl:ignore*/
  margin-right: 2rem;
  position: static;
}

/* Alignment Classes ------------------------- */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 120rem;
  width: calc(100% - 4rem);
}

/*
 * Components: Galleries
 *
 * Basic styles for image galleries.
 */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-left: -1rem;
  list-style: none;
  padding: 0;
}
.gallery.columns-1 .gallery-item {
  width: 100%;
}
.gallery.columns-2 .gallery-item {
  width: 50%;
}
.gallery.columns-3 .gallery-item {
  width: 33.3333333333%;
}
.gallery.columns-4 .gallery-item {
  width: 25%;
}
.gallery.columns-5 .gallery-item {
  width: 20%;
}
.gallery.columns-6 .gallery-item {
  width: 16.6666666667%;
}
.gallery.columns-7 .gallery-item {
  width: 14.2857142857%;
}
.gallery.columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.columns-9 .gallery-item {
  width: 11.1111111111%;
}

.gallery-item {
  padding: 0 1rem 1rem 1rem;
  text-align: center;
  box-sizing: border-box;
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0.1rem solid #dcd7ca;
}
.gallery-item figcaption {
  color: #6d6d6d;
  font-size: 0.8em;
  font-style: italic;
  padding-top: 0.5rem;
}

/*
 * Components: Inputs
 *
 * Basic styles for form input elements.
 */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  display: block;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  padding: 1rem 1.5rem;
  width: 100%;
}
@supports (font-variation-settings: normal) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=number],
  input[type=search],
  input[type=tel],
  input[type=color],
  textarea,
  select {
    font-family: "Inter var", "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: currentColor;
  outline: none;
}

/*
 * Components: Lists
 *
 * Basic styles for ordered and unordered lists.
 */
ul,
ol {
  margin: 0 0 1rem 2rem;
  padding: 0;
  list-style-position: outside;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}

dl {
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

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

/* Add more specific list styles if needed */
/*
 * Components: Menus
 */
.primary-menu-wrapper {
  display: none; /* Initially hidden, likely shown with JS */
}

/* Main Menu --------------------------------- */
.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.0375em;
  color: #000;
}
.modal-menu > li > a:hover,
.modal-menu > li > .ancestor-wrapper > a:hover {
  color: #2bb8ba;
}

.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-menu a {
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: none;
}

button.sub-menu-toggle {
  border-right: 0.1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
}

button.sub-menu-toggle.active svg {
  transform: rotate(-180deg);
}

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}

.modal-menu ul li {
  border-right-width: 1rem;
}

.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}

/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
  position: relative;
}

.menu-wrapper .active {
  display: block;
}

.menu-wrapper.is-toggling {
  pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}
/* Expanded Menu ----------------------------- */
.expanded-menu {
  display: none;
}

.mobile-menu {
  display: block;
}

/* Menu Bottom ------------------------------- */
.menu-bottom {
  flex-shrink: 0;
  padding: 4rem 0;
}

.menu-bottom nav {
  width: 100%;
}

.menu-copyright {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
  text-decoration: underline;
}

.menu-bottom .social-menu {
  justify-content: center;
}

ul.primary-menu {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.0277em;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -0.8rem 0 0 -1.6rem;
}
ul.primary-menu .icon {
  display: block;
  height: 0.7rem;
  position: absolute;
  pointer-events: none;
  transform: rotate(-45deg);
  width: 1.3rem;
}
ul.primary-menu .icon::before, ul.primary-menu .icon::after {
  content: "";
  display: block;
  background-color: currentColor;
  position: absolute;
  bottom: calc(50% - 0.1rem);
  left: 0;
}
ul.primary-menu .icon::before {
  height: 0.9rem;
  width: 0.2rem;
}
ul.primary-menu .icon::after {
  height: 0.2rem;
  width: 0.9rem;
}
ul.primary-menu li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
}
ul.primary-menu li > a {
  color: inherit;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
}
ul.primary-menu li > a:hover, ul.primary-menu li > a:focus,
ul.primary-menu li > a .current_page_ancestor {
  text-decoration: underline;
}
ul.primary-menu li.current-menu-item > a, ul.primary-menu li.current-menu-item > .link-icon-wrapper > a {
  text-decoration: underline;
}
ul.primary-menu li.current-menu-item > a:hover, ul.primary-menu li.current-menu-item > a:focus, ul.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover, ul.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none;
}
ul.primary-menu li.menu-item-has-children > a {
  padding-right: 2rem;
}
ul.primary-menu li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.4rem);
}
ul.primary-menu > li {
  margin: 0.8rem 0 0 1.6rem;
}
ul.primary-menu ul {
  background: #000;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  right: 9999rem;
  top: calc(100% + 2rem);
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 20rem;
  z-index: 1;
  display: none; /* Initially hidden */
}
ul.primary-menu ul::before, ul.primary-menu ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}
ul.primary-menu ul::before {
  height: 2rem;
  left: 0;
  right: 0;
}
ul.primary-menu ul::after {
  border: 0.8rem solid transparent;
  border-bottom-color: #000;
  right: 1.8rem;
}
ul.primary-menu ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 1rem 2rem;
  transition: background-color 0.15s linear;
  width: 100%;
}
ul.primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}
ul.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}
ul.primary-menu ul ul {
  top: -1rem;
}
ul.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}
ul.primary-menu ul ul::after {
  border-bottom-color: transparent;
  border-left-color: #000; /* rtl:ignore */
  bottom: auto;
  right: -1.6rem; /* rtl:ignore */
  top: 2rem;
  /* rtl:ignore */
}
[dir=rtl] ul.primary-menu ul ul::after {
  border-left-color: transparent;
  border-right-color: #000;
  left: -1.6rem;
  right: auto;
}
ul.primary-menu li.menu-item-has-children:hover > ul,
ul.primary-menu li.menu-item-has-children:focus > ul,
ul.primary-menu li.menu-item-has-children.focus > ul {
  display: block;
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}
ul.primary-menu li.menu-item-has-children:hover > ul ul,
ul.primary-menu li.menu-item-has-children:focus > ul ul,
ul.primary-menu li.menu-item-has-children.focus > ul ul {
  right: calc(100% + 2rem); /* rtl:ignore */
  /* rtl:ignore */
}
[dir=rtl] ul.primary-menu li.menu-item-has-children:hover > ul ul,
[dir=rtl] ul.primary-menu li.menu-item-has-children:focus > ul ul,
[dir=rtl] ul.primary-menu li.menu-item-has-children.focus > ul ul {
  left: calc(100% + 2rem);
  right: auto;
}

/*
 * Components: Pagination
 */
.site-pagination {
  margin: 4rem 0;
}

.pagination-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-wrapper li {
  margin: 0 0.5rem;
}

.pagination-wrapper a,
.pagination-wrapper span {
  border: 0.1rem solid #dcd7ca;
  border-radius: 0;
  display: block;
  padding: 0.75em 1em;
  text-decoration: none;
}

.pagination-wrapper a:hover,
.pagination-wrapper a:focus {
  border-color: #2bb8ba;
}

.pagination-wrapper .current {
  background-color: #dcd7ca;
  color: #000;
}

.pagination-wrapper .dots {
  border: none;
  padding: 0.75em;
}

/* Single Pagination ------------------------- */
.pagination-single {
  font-size: 1.8rem;
  margin-top: 5rem;
}

.pagination-single-inner {
  display: flex;
  flex-direction: column;
}

.pagination-single hr:first-child {
  margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
  margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
  align-items: baseline;
  display: flex;
  font-weight: 600;
  letter-spacing: -0.0275em;
  text-decoration: none;
  flex: 1;
}

.pagination-single a + a {
  margin-top: 1rem;
}

.pagination-single a .arrow {
  margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
  text-decoration: underline;
}

@media (min-width: 700px) {
  .pagination-single {
    font-size: 1.6rem;
    margin-top: 8rem;
  }
  .pagination-single-inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .pagination-single.only-next .pagination-single-inner {
    justify-content: flex-end;
  }
  .pagination-single hr:first-child {
    margin: 0 0 4rem 0;
  }
  .pagination-single hr:last-child {
    margin: 4rem 0 0.8rem 0;
  }
  .pagination-single a + a {
    margin: 0 0 0 4rem;
  }
  .pagination-single a .arrow {
    margin: 0 2rem 0 0;
  }
  .pagination-single .next-post {
    flex-direction: row-reverse;
    text-align: right;
  }
  .pagination-single .next-post .arrow {
    margin: 0 0 0 2rem;
  }
}
.post-inner {
  padding-top: 0;
}
.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
  margin-top: 0;
}

.reduced-spacing.missing-post-thumbnail .post-inner {
  padding-top: 0;
}

.template-cover .post-inner .post-meta-wrapper,
.template-cover .post-inner .author-bio {
  width: calc(100% - 4rem);
}

.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25em;
}
.entry-content > .alignwide {
  width: auto;
}
@media (min-width: 700px) {
  .entry-content > .alignwide:first-child,
  .entry-content > .alignfull:first-child {
    margin-bottom: 8rem;
  }
}
.entry-content > .wp-block-group.alignwide.has-background,
.entry-content > .wp-block-group.alignfull.has-background {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 2rem;
  }
}
@media (min-width: 1000px) {
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 0;
  }
}
@media (min-width: 1220px) {
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 0;
  }
}
.entry-content > .alignwide {
  max-width: 120rem;
  position: relative;
}
@media (min-width: 700px) {
  .entry-content > .alignwide {
    max-width: calc(100vw - 8rem);
  }
}
@media (min-width: 1280px) {
  .entry-content > .alignwide {
    max-width: 120rem;
  }
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

.wp-block-group {
  font-size: 1.6rem;
  box-sizing: border-box;
}
.wp-block-group.has-background {
  padding: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .wp-block-group.has-background {
    padding: 4rem;
  }
}

/* Posts ------------------------------------- */
body:not(.singular) main > article:first-of-type {
  padding: 4rem 0;
}
@media (min-width: 700px) {
  body:not(.singular) main > article:first-of-type body:not(.singular) main > article:first-of-type {
    padding: 8rem 0;
  }
}

/*
 * Components: Search Form
 *
 * Basic styles for the search form.
 */
.search-form {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 -0.8rem -0.8rem; /* style.css の margin を適用 */
  /* RTL 用の margin (style-rtl.css) */
}
.rtl .search-form {
  margin: 0 -0.8rem -0.8rem 0;
}
.search-form label {
  align-items: stretch;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}
.search-form .search-field {
  flex-grow: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  line-height: 1.5;
  margin: 0 0 0.8rem 0.8rem; /* style.css の margin を適用 */
  padding: 1rem 1.5rem;
  width: 100%;
  /* RTL 用の margin (style-rtl.css) */
}
.rtl .search-form .search-field {
  margin: 0 0.8rem 0.8rem 0;
}
@supports (font-variation-settings: normal) {
  .search-form .search-field {
    font-family: "Inter var", "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
.search-form .search-field:focus {
  border-color: currentColor;
  outline: none;
}
.search-form .search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #2bb8ba;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0; /* style.css の flex-shrink を適用 */
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem; /* style.css の font-size を適用 */
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25; /* style.css の line-height を適用 */
  margin: 0 0 0.8rem 0.8rem; /* style.css の margin を適用 */
  padding: 1.1em 1.44em; /* style.css の padding を適用 */
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
  /* RTL では margin-left を margin-right に変更 (style-rtl.css) */
}
.rtl .search-form .search-submit {
  margin-left: 0;
  margin-right: 0.8rem;
}
@supports (font-variation-settings: normal) {
  .search-form .search-submit {
    font-family: "Inter var", "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
  opacity: 0.8; /* 元のスタイルには opacity の変更はありませんが、既存のスタイルを維持 */
  text-decoration: none;
}
.search-form .search-submit:focus,
.search-form .search-submit:hover {
  text-decoration: none; /* 元のスタイルを適用 */
}

/* -------------------------------------------------------------------------- */
/* 6. Search Modal
/* -------------------------------------------------------------------------- */
.search-modal {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: -9999rem; /* LTR 初期位置 */
  right: auto;
  top: 0;
  transition: opacity 0.2s linear, left 0s 0.2s linear;
  width: 100%;
  z-index: 999;
}
.rtl .search-modal {
  left: auto;
  right: -9999rem; /* RTL 初期位置 */
  transition: opacity 0.2s linear, right 0s 0.2s linear;
}

.admin-bar .search-modal.active {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .search-modal.active {
    top: 46px;
  }
}
.search-modal-inner {
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
  display: flex;
  justify-content: space-between;
  max-width: 168rem;
}

.search-modal.active {
  left: 0; /* LTR 表示位置 */
  right: auto;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.rtl .search-modal.active {
  left: auto;
  right: 0; /* RTL 表示位置 */
}

.search-modal.active .search-modal-inner {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

button.search-untoggle {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: -2.5rem; /* LTR */
  padding: 0 2.5rem;
}
.rtl button.search-untoggle {
  margin-left: auto;
  margin-right: -2.5rem; /* RTL */
}

.search-modal button.search-untoggle {
  color: inherit;
}

.search-modal.active .search-untoggle {
  animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
  height: 1.5rem;
  transition: transform 0.15s ease-in-out;
  width: 1.5rem;
}

.search-untoggle:focus svg,
.search-untoggle:hover svg {
  transform: scale(1.15);
}

/* Modal Search Form ------------------------- */
.search-modal form {
  margin: 0;
  position: relative;
  width: 100%;
}

.search-modal .search-field {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 2rem;
  letter-spacing: -0.0277em;
  height: 8.4rem;
  margin-left: -2rem; /* LTR */
  margin-right: 0;
  max-width: calc(100% + 2rem);
  padding-left: 2rem; /* LTR */
  padding-right: 0;
  width: calc(100% + 2rem);
}
.rtl .search-modal .search-field {
  margin-left: 0;
  margin-right: -2rem; /* RTL */
  padding-left: 0;
  padding-right: 2rem; /* RTL */
}

.search-modal .search-field::-webkit-input-placeholder {
  color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
  color: inherit;
}

.search-modal .search-field::-moz-placeholder {
  color: inherit;
  line-height: 4;
}

.search-modal .search-submit {
  position: absolute;
  left: -9999rem; /* LTR */
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.rtl .search-modal .search-submit {
  left: auto;
  right: -9999rem; /* RTL */
}

.search-modal .search-submit:focus {
  left: 0; /* LTR */
  right: auto;
}
.rtl .search-modal .search-submit:focus {
  left: auto;
  right: 0; /* RTL */
}

/*
 * Components: Singular
 *
 * Styles for single posts and pages.
 */
.singular .entry-header {
  background-color: #fff;
  padding: 4rem 0;
}
.singular .intro-text {
  font-size: 2rem;
  letter-spacing: -0.0315em;
  line-height: 1.4;
}
.singular .featured-media {
  margin-top: 0;
}
.singular .featured-media-inner {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
.singular .featured-media::before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  top: 0;
}

/*
 * Components: Social Icons
 *
 * Basic styles for social media icons.
 */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start; /* Adjust as needed */
  align-items: center;
}

.social-icons li {
  margin-right: 1rem;
}
.social-icons li:last-child {
  margin-right: 0;
}

.social-icons a {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem; /* Adjust icon size */
  line-height: 1;
  color: #6d6d6d; /* Default icon color */
  transition: color 0.2s ease-in-out;
}
.social-icons a:hover, .social-icons a:focus {
  color: #2bb8ba; /* Hover/focus color */
}

/* Example specific social icon styles (if needed) */
.social-icons .icon-twitter {
  /* Styles for Twitter icon */
}

.social-icons .icon-facebook {
  /* Styles for Facebook icon */
}

/* Add styles for other social icons */
/*
 * Components: Tables
 *
 * Basic styles for tables.
 */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

caption {
  padding: 0.5rem;
  text-align: left;
  font-style: italic;
  color: #6d6d6d;
}

thead {
  border-bottom: 0.2rem solid #dcd7ca;
}

th {
  padding: 0.5rem;
  text-align: left;
  font-weight: bold;
}

tbody tr {
  border-bottom: 0.1rem solid #dcd7ca;
}

tbody tr:last-child {
  border-bottom: none;
}

td {
  padding: 0.5rem;
  text-align: left;
}

tfoot {
  border-top: 0.2rem solid #dcd7ca;
  font-style: italic;
  color: #6d6d6d;
}

/* Add more specific table styles if needed (e.g., striped rows) */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/*
 * Components: Toggles
 *
 * Basic styles for toggle switches (checkboxes that look like switches).
 */
.toggle-wrapper {
  position: relative;
  display: inline-block;
}

.toggle-input {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.toggle-label {
  display: inline-block;
  width: 4rem; /* Adjust width */
  height: 2rem; /* Adjust height */
  background-color: #dcd7ca;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.toggle-label::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 1.6rem; /* Adjust knob size */
  height: 1.6rem; /* Adjust knob size */
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle-input:checked + .toggle-label {
  background-color: #2bb8ba;
}

.toggle-input:checked + .toggle-label::after {
  transform: translateX(2rem); /* Adjust knob travel distance */
}

/* Optional: Add text labels */
.toggle-with-labels {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.toggle-label-text {
  font-size: 1.4rem;
  color: #6d6d6d;
}

/*
 * Layout: Grid
 *
 * Defines the fluid grid system used throughout the theme.
 */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

[class*=col-] {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Example responsive grid */
@media (max-width: 768px) {
  [class*=col-] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/*
 * Layout: Header
 *
 * Styles for the site header and navigation.
 */
.site-header {
  background: #fff;
  padding: 2rem 0;
  position: relative;
  z-index: 10;
}

.header-titles-wrapper {
  margin-left: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .header-titles-wrapper {
    margin-left: 4rem;
    padding: 0 4rem;
  }
}

.header-titles {
  flex-direction: column;
}

@media (min-width: 1000px) {
  .header-titles .site-title,
  .header-titles .site-logo,
  .header-titles .site-description {
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .header-titles {
    margin: 0;
  }
}
.site-branding {
  margin-bottom: 1rem;
}

.site-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (min-width: 700px) {
  .site-title {
    font-size: 1.6rem;
  }
}

.site-description {
  color: #6d6d6d;
  font-size: 1.4rem;
  line-height: 1.5;
}

.primary-navigation-wrapper {
  /* Styles for the main navigation wrapper */
}

@media (min-width: 769px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
  }
  .site-branding {
    margin-bottom: 0;
  }
}
/* Site Header --------------------------- */
/* PRIMARY MENU */
ul.primary-menu {
  margin: -0.8rem 0 0 -2.5rem;
}

.primary-menu > li {
  margin: 0.8rem 0 0 2.5rem;
}

/* HEADER TOGGLES */
.primary-menu-wrapper + .header-toggles {
  margin-left: 4rem;
}

.header-toggles {
  margin-right: 0;
}

.header-toggles .toggle {
  padding: 0;
}

.header-inner .toggle-wrapper .toggle.search-toggle,
.toggle.search-toggle.mobile-search-toggle {
  display: none;
}

.header-inner {
  padding: 0;
  margin-right: 6rem !important;
}
@media (min-width: 1000px) {
  .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.8rem 0;
    margin-right: 0;
  }
}
@media (min-width: 700px) {
  .header-inner {
    padding: 3.8rem 0;
    margin-right: 0;
  }
}
.header-inner .toggle-wrapper::before {
  display: none;
}

.site-title a {
  font-size: 1.8rem;
}

/*
 * Layout: Navigation
 *
 * Basic styles for site navigation menus.
 */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Adjust as needed */
  align-items: center;
}
.main-navigation li {
  margin-right: 2rem;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #2bb8ba;
}
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: #2bb8ba;
}

/* Submenu styles */
.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 0.1rem solid #dcd7ca;
  padding: 1rem 0;
  min-width: 150px;
  z-index: 100;
  display: none; /* Initially hidden */
  flex-direction: column;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: flex;
}

.main-navigation ul ul li {
  margin: 0;
}

.main-navigation ul ul a {
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  font-weight: normal;
}

/*
 * Layout: Sidebar
 *
 * Styles for the main sidebar.
 */
.widget-area {
  /* General styles for the widget area */
}

#secondary {
  /* Styles specific to the secondary sidebar (if used) */
}

@media (max-width: 768px) {
  #secondary {
    /* Styles for the sidebar on smaller screens (e.g., below content) */
  }
}
/*
 * Layout: Footer
 *
 * Basic styles for the site footer.
 */
.site-footer {
  background: #fff;
  color: #6d6d6d;
  padding: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
.site-footer .site-info {
  margin-bottom: 0;
}
.site-footer a {
  color: #2bb8ba;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
}
.site-footer .copyright {
  font-size: 0.9em;
}

@media (min-width: 700px) {
  .footer-top-visible .footer-nav-widgets-wrapper,
  .footer-top-hidden #site-footer {
    margin-bottom: 0;
  }
}
/* Footer Bottom ----------------------------- */
#site-footer {
  font-size: 1.6rem;
}

#site-footer .section-inner {
  align-items: baseline;
  display: flex;
  justify-content: flex-end;
  margin-right: 4rem;
}

#site-footer a {
  text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
  text-decoration: underline;
}

.footer-copyright a,
.footer-credits .privacy-policy a,
.powered-by-wordpress a {
  color: inherit;
  font-size: 1.6rem;
}

.footer-credits .privacy-policy,
.powered-by-wordpress,
.to-the-top {
  color: #6d6d6d;
}

p.powered-by {
  margin-bottom: 0;
  margin-left: 1em;
}

a.to-the-top {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  background-color: #2bb8ba;
  padding: 8px;
  color: #fff;
}
a.to-the-top:hover {
  color: #fff;
}

/*
 * Layout: Cover Modal
 *
 * Styles for the full-screen cover modal.
 */
.cover-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.cover-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
}
.cover-modal .cover-modal-inner {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
}
.cover-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.cover-modal .modal-header .modal-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
}
.cover-modal .modal-header .modal-close-button {
  background: none;
  border: none;
  color: #6d6d6d;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.cover-modal .modal-header .modal-close-button:hover, .cover-modal .modal-header .modal-close-button:focus {
  opacity: 1;
}
.cover-modal .modal-content {
  /* Styles for the content within the modal */
}

/*
 * Layout: Sections
 *
 * Basic styles for content sections.
 */
.section-inner {
  max-width: var(--container-width);
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Example section variations */
.section-with-background {
  background-color: #fff;
}

.section-with-accent-background {
  background-color: #2bb8ba;
  color: #fff;
}
.section-with-accent-background a {
  color: #fff;
  text-decoration: underline;
}
.section-with-accent-background a:hover, .section-with-accent-background a:focus {
  text-decoration: none;
}

/* Add more specific section styles as needed */
/*
 * Layout: Layout
 *
 * Basic structural styles for the site.
 */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure footer stays at the bottom */
}

.site-header {
  /* Header styles will be in _header.scss */
}

.site-content {
  flex-grow: 1; /* Allow content to take up remaining vertical space */
}

.site-main {
  padding: 2rem; /* Basic padding for main content */
}

.site-footer {
  /* Footer styles will be in _footer.scss */
}

.container {
  --container-width: 1200px; /* Define container width as a CSS variable */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

/* Add more general layout styles as needed */
/*
 * Pages: Archive
 *
 * Basic styles for archive pages.
 */
.archive {
  /* Add more specific archive page styles as needed */
}
.archive .page-header {
  margin-bottom: 2rem;
}
.archive .page-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Style for category archive */
.category {
  /* Add category specific styles */
}

/* Style for tag archive */
.tag {
  /* Add tag specific styles */
}

/* Style for date archive */
.date {
  /* Add date specific styles */
}

/* Style for author archive */
.author {
  /* Add author specific styles */
}

/*
 * Pages: Blog
 *
 * Styles specific to the blog index page (post listings).
 */
.blog {
  /* Blog index page specific styles */
}
.blog .site-main {
  /* Example: Adjust layout for post listings */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.blog .post {
  /* Styles for individual posts in the listing */
  border: 0.1rem solid #dcd7ca;
  padding: 3rem 1.5rem;
  max-width: 120rem;
  margin: 8rem auto;
}
.blog .entry-header {
  margin-bottom: 3rem;
}

/*
 * Pages: Error 404
 *
 * Basic styles for the 404 error page.
 */
.error-404 {
  text-align: center;
  padding: 4rem 2rem;
  /* Add more specific 404 page styles as needed */
}
.error-404 .page-title {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}
.error-404 .error-message {
  font-size: 1.6rem;
  color: #6d6d6d;
  margin-bottom: 2rem;
}
.error-404 .search-form {
  max-width: 400px;
  margin: 0 auto;
}

/*
 * Pages: Front Page
 *
 * Styles specific to the front page (home page).
 */
.home {
  /* Front page specific styles */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Add styles for featured sections, banners, etc. */
}
.home .page {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 10rem;
  padding-bottom: 10rem;
  gap: 3rem;
}
@media (min-width: 700px) {
  .home .page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home .entry-header {
  padding: 0;
}
.home #site-content {
  margin-top: auto;
  margin-bottom: auto;
}
.home .post-inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}
.home .post-inner + .section-inner {
  display: none;
}
.home .post-inner .entry-content {
  padding: 0 3rem;
  border: 1px dotted #ccc;
  border-radius: 10px;
}
.home h1 {
  font-size: clamp(2.4rem, 3.5vw, 7rem);
  line-height: 1.5;
}
@media (min-width: 700px) {
  .home h1 {
    white-space: nowrap;
    padding-left: 5rem;
  }
}
.home h2.wp-block-heading {
  font-size: 1.6rem;
  line-height: 1.5;
}

/*
 * Pages: Search Results
 *
 * Styles specific to the search results page.
 */
.search-results {
  /* Search results page specific styles */
}
.search-results .page-header {
  margin-bottom: 3rem;
  text-align: center;
}
.search-results .page-header .page-title {
  font-size: 3.2rem;
  font-weight: 700;
}
.search-results .site-main {
  /* Example: Adjust layout for search results */
}
.search-results .search-result {
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #dcd7ca;
  padding-bottom: 1.5rem;
}

/*
 * Pages: Single
 *
 * Basic styles for single post pages.
 */
.single {
  /* Add more specific single post styles as needed (e.g., featured image) */
}
.single .entry-header {
  margin-bottom: 2rem;
}
.single .entry-title {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 700px) {
  .single .entry-title {
    font-size: 3.6rem;
  }
}
.single .entry-content {
  margin-bottom: 3rem;
  /* Add more specific content styles as needed */
}
.single .entry-meta {
  font-size: 0.9em;
  color: #6d6d6d;
  margin-bottom: 1rem;
}
.single .entry-meta a {
  color: #2bb8ba;
  text-decoration: none;
}
.single .entry-meta a:hover, .single .entry-meta a:focus {
  text-decoration: underline;
}

/*
 * Pages: Page Templates
 *
 * Basic styles for specific page templates.
 */
/* Example style for a full-width page template */
.page-template-full-width .site-main {
  padding-left: 0;
  padding-right: 0;
}
.page-template-full-width .section-inner {
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Example style for a page with no featured image */
.page-template-no-featured-image .entry-header {
  margin-top: 2rem;
}

/* Add more specific page template styles as needed */
/*
 * Themes: Default
 *
 * Default theme styles.
 */
body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.0415625em;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

a {
  color: #74533f;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: underline;
  color: rgb(33.423580786, 143.0218340611, 144.576419214);
}

hr {
  border: 0;
  border-top: 0.1rem solid #dcd7ca;
  margin: 2rem 0;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  border-left: 0.3rem solid #2bb8ba;
  font-style: italic;
  color: #6d6d6d;
}
blockquote cite {
  display: block;
  font-size: 0.9em;
  color: #6d6d6d;
  margin-top: 0.5rem;
}

pre {
  background-color: #f4f4f4;
  border: 0.1rem solid #dcd7ca;
  padding: 1rem;
  overflow-x: auto;
  font-family: monospace;
  font-size: 0.9em;
  line-height: 1.4;
}

code {
  font-family: monospace;
  font-size: 0.9em;
}

/* Add more default theme styles as needed */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*# sourceMappingURL=style.css.map */
