<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: NeoMag
Theme URI: http://themesindep.com/neomag
Author: ThemesIndep
Author URI: http://themesindep.com
Description: Magazine theme for small personal blogs or large scale online magazines and newspapers
Version: 2.2
Text Domain: neomag
Tags: blog, entertainment, news, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, post-formats, sticky-post, theme-options, translation-ready, block-styles, wide-blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.post-date a:not(.author-avatar), .comment-count a:not(.author-avatar), .views-count a:not(.author-avatar), .byline a:not(.author-avatar), .author-more, .post-edit-link, .post-navigation .post-nav--anchor-prev,
.post-navigation .post-nav--anchor-next, .comment-edit-link,
.comment-reply-link, .search--related li a {
  position: relative;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.post-date a:not(.author-avatar):before, .comment-count a:not(.author-avatar):before, .views-count a:not(.author-avatar):before, .byline a:not(.author-avatar):before, .author-more:before, .post-edit-link:before, .post-navigation .post-nav--anchor-prev:before,
.post-navigation .post-nav--anchor-next:before, .comment-edit-link:before,
.comment-reply-link:before, .search--related li a:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out;
}

.post-date a:not(.author-avatar):hover:before, .comment-count a:not(.author-avatar):hover:before, .views-count a:not(.author-avatar):hover:before, .byline a:not(.author-avatar):hover:before, .author-more:hover:before, .post-edit-link:hover:before, .post-navigation .post-nav--anchor-prev:hover:before,
.post-navigation .post-nav--anchor-next:hover:before, .comment-edit-link:hover:before,
.comment-reply-link:hover:before, .search--related li a:hover:before {
  visibility: visible;
  transform: scaleX(0.96);
}

body {
  color: var(--site-color);
  font-size: 1.25rem;
  line-height: 1.6;
  background-color: var(--site-background);
  font-family: Arial, Helvetica sans-serif;
  -webkit-font-smoothing: antialiased;
}

.entry-content p {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.entry-content p &gt; a, .entry-content li &gt; a, .entry-content em &gt; a, .entry-content strong &gt; a, .entry-content h1 &gt; a, .entry-content h2 &gt; a, .entry-content h3 &gt; a, .entry-content h4 &gt; a, .entry-content h5 &gt; a, .entry-content h6 &gt; a {
  color: var(--content-link);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 var(--content-link);
  transition: box-shadow .15s ease-in-out;
}

.entry-content p &gt; a:hover, .entry-content li &gt; a:hover, .entry-content em &gt; a:hover, .entry-content strong &gt; a:hover, .entry-content h1 &gt; a:hover, .entry-content h2 &gt; a:hover, .entry-content h3 &gt; a:hover, .entry-content h4 &gt; a:hover, .entry-content h5 &gt; a:hover, .entry-content h6 &gt; a:hover {
  box-shadow: inset 0 -2px 0 var(--content-link);
}

blockquote.is-large cite,
blockquote.is-large footer,
blockquote.is-style-large cite,
blockquote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-pullquote cite, .wp-block-pullquote footer, cite,
figcaption,
.wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption {
  color: inherit;
  display: block;
  margin-top: 0.625rem;
  opacity: .7;
  font-style: normal;
  text-transform: inherit;
  font-size: 1rem;
}

blockquote.is-large cite,
blockquote.is-large footer,
blockquote.is-style-large cite,
blockquote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-pullquote cite, .wp-block-pullquote footer {
  font-size: 1.125rem;
  text-align: inherit;
}

.strikethrough-title, .ad-block--middle .ad-block--title,
.ad-block--footer .ad-block--title,
.home-block + .ad-block:not(.ad-block--carousel_top) .ad-block--title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-align: center;
  grid-gap: 1.25rem;
  width: 100%;
  background-color: var(--site-background);
}

.strikethrough-title:before, .ad-block--middle .ad-block--title:before,
.ad-block--footer .ad-block--title:before,
.home-block + .ad-block:not(.ad-block--carousel_top) .ad-block--title:before, .strikethrough-title:after, .ad-block--middle .ad-block--title:after,
.ad-block--footer .ad-block--title:after,
.home-block + .ad-block:not(.ad-block--carousel_top) .ad-block--title:after {
  content: "";
  height: 1px;
  background-color: var(--site-separators-color);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

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

#content[tabindex="-1"]:focus {
  outline: 0;
}

.rpr-svg-icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

.icon-button, .social-links--icons .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 48px;
  height: 48px;
  padding: 0;
}

.icon-button, .social-links--icons .menu-item a, .icon-button:hover, .social-links--icons .menu-item a:hover, .icon-button:focus, .social-links--icons .menu-item a:focus {
  opacity: 1;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

.rtl [class*="arrow-left"], .rtl
[class*="arrow-right"] {
  transform: scale(-1, 1);
}

.icon-n-txt, .comment-edit,
.comment-reply, .comment-navigation a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.icon-n-txt [class*="icon"], .comment-edit [class*="icon"], .comment-reply [class*="icon"], .comment-navigation a [class*="icon"] {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

html {
  font-size: 90%;
}

h1, .h1, .fsize-h1 {
  font-size: 28px;
  line-height: 1.2;
}

h2, .h2, .fsize-h2 {
  font-size: 22px;
  line-height: 1.25;
}

h3, .h3, .fsize-h3, .social-links--large {
  font-size: 20px;
  line-height: 1.25;
}

h4, .h4, .fsize-h4, .social-links--medium {
  font-size: 20px;
  line-height: 1.2;
}

h5, .h5, .fsize-h5 {
  font-size: 18px;
  line-height: 1.3;
}

h6, .h6, .fsize-h6 {
  font-size: 16px;
  line-height: 1.3;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-style: normal;
}

p,
hr,
pre,
table,
figure,
details,
fieldset,
blockquote {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h1, .h1,
h2, .h2 {
  margin-bottom: 1.875rem;
}

h3, .h3,
h4, .h4,
h5, .h5 {
  margin-bottom: 0.9375rem;
}

h6, .h6 {
  margin-bottom: 0.25rem;
}

a {
  color: currentColor;
}

fieldset p:last-child,
.archive-description p:last-child {
  margin-bottom: 0;
}

.section-title {
  display: block;
  font-size: 1.375rem;
  line-height: 1.1;
}

.small-section-title {
  letter-spacing: 0;
  font-size: 1.375rem;
  text-transform: none;
}

.t-stroke {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.t-label, .t-label--xs, .t-label--s, .t-label--m, .t-label--l {
  padding-top: 0.33333rem;
  padding-bottom: 0.33333rem;
  font-family: inherit;
  letter-spacing: 0.15em;
}

.t-label--xs {
  font-size: 0.8125rem;
}

.t-label--s {
  font-size: 1rem;
}

.t-label--m {
  font-size: 1.25rem;
}

.t-label--l {
  font-size: 1.5rem;
}

.message-box {
  padding: .7em;
  letter-spacing: .03em;
  border: 0.0625em solid;
}

.message-box.alert {
  border-color: #cc4b37;
  background-color: rgba(204, 75, 55, 0.2);
}

.message-box.warning {
  border-color: #ffae00;
  background-color: rgba(255, 174, 0, 0.2);
}

.message-box.success {
  border-color: #3adb76;
  background-color: rgba(58, 219, 118, 0.2);
}

.message-box.info {
  border-color: #ddd;
  background-color: rgba(0, 0, 0, 0.02);
}

blockquote {
  color: inherit;
  font-size: 1.375rem;
  font-family: inherit;
  line-height: inherit;
  border-width: 0;
  border-style: solid;
  border-left-width: 4px;
  padding-left: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

blockquote p {
  line-height: inherit;
}

pre {
  color: inherit;
  font-size: 1rem;
  line-height: 1.8;
  white-space: pre-wrap;
  font-family: Menlo, Consolas, monaco, monospace;
}

hr {
  border: 0;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
  margin-top: 15px;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-right: 0;
}

dl dd + dt {
  margin-top: 10px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  border: 1px solid #cacaca;
}

@supports (-webkit-touch-callout: none) {
  b,
  strong {
    text-shadow: 0 0 1px var(--site-color);
  }
}

.show-for-print {
  display: none !important;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: currentColor;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

::placeholder {
  color: currentColor;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: currentColor;
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"&gt;&lt;polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"&gt;&lt;/polygon&gt;&lt;/svg&gt;');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:focus {
  outline: none;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

select, select:focus,
textarea,
textarea:focus,
[type=color],
[type=color]:focus, [type=date], [type=date]:focus, [type=datetime-local], [type=datetime-local]:focus, [type=datetime], [type=datetime]:focus, [type=email], [type=email]:focus, [type=month], [type=month]:focus, [type=number], [type=number]:focus, [type=password], [type=password]:focus, [type=search], [type=search]:focus, [type=tel], [type=tel]:focus, [type=text], [type=text]:focus, [type=time], [type=time]:focus, [type=url], [type=url]:focus, [type=week], [type=week]:focus {
  background-color: var(--site-background);
}

select {
  width: 100%;
  line-height: 1;
  border-radius: 0;
}

label {
  display: inline-block;
  padding: 0.33333rem 0;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  white-space: normal;
}

input::placeholder,
textarea::placeholder {
  opacity: .4;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.5em 2em;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: opacity 0.25s ease-out;
  font-family: inherit;
  font-size: 0.75rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #000;
  color: #fff;
}

.button:hover, .button:focus {
  background-color: #000;
  color: #fff;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fff;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fff;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fff;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fff;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 2px solid #000;
  color: #000;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: black;
  color: black;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 2px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 2px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 2px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 2px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 2px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #000;
}

.button.clear:hover, .button.clear:focus {
  color: black;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: '';
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 2em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #000;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.5em 2em;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: opacity 0.25s ease-out;
  font-family: inherit;
  font-size: 0.75rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput='mouse'] button, [data-whatinput='mouse']
[type="button"], [data-whatinput='mouse']
[type="reset"], [data-whatinput='mouse']
[type="submit"] {
  outline: 0;
}

button, button.disabled, button[disabled], button.disabled:hover, button[disabled]:hover, button.disabled:focus, button[disabled]:focus,
[type="button"],
[type="button"].disabled,
[type="button"][disabled],
[type="button"].disabled:hover,
[type="button"][disabled]:hover,
[type="button"].disabled:focus,
[type="button"][disabled]:focus,
[type="reset"],
[type="reset"].disabled,
[type="reset"][disabled],
[type="reset"].disabled:hover,
[type="reset"][disabled]:hover,
[type="reset"].disabled:focus,
[type="reset"][disabled]:focus,
[type="submit"],
[type="submit"].disabled,
[type="submit"][disabled],
[type="submit"].disabled:hover,
[type="submit"][disabled]:hover,
[type="submit"].disabled:focus,
[type="submit"][disabled]:focus {
  background-color: #000;
  color: #fff;
}

button:hover, button:focus,
[type="button"]:hover,
[type="button"]:focus,
[type="reset"]:hover,
[type="reset"]:focus,
[type="submit"]:hover,
[type="submit"]:focus {
  background-color: #000;
  color: #fff;
}

button,
.button,
[type="button"],
[type="reset"],
[type="submit"] {
  font-family: sans-serif;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

button:hover,
.button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  opacity: .7;
}

a.button {
  text-decoration: none;
}

.button.rounded {
  padding: .5em 1em;
  border-radius: 2em;
  color: #fff;
  background-color: black;
}

html {
  overflow-x: hidden;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

:root {
  --global-width: 1404px;
  --medium-screen: 40em;
  --large-screen: 64em;
  --x-large-screen: 75em;
  --xx-large-screen: 87.75em;
}

.site-width {
  max-width: var(--global-width);
}

.row {
  max-width: 1464px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse &gt; .column, .row.collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse &gt; .column &gt; .row,
.row.collapse &gt; .columns &gt; .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

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

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

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

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

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

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

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

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.row.medium-unstack &gt; .column, .row.medium-unstack &gt; .columns {
  flex: 0 0 100%;
}

.row.large-unstack &gt; .column, .row.large-unstack &gt; .columns {
  flex: 0 0 100%;
}

.row.x-large-unstack &gt; .column, .row.x-large-unstack &gt; .columns {
  flex: 0 0 100%;
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block &gt; :last-child {
  margin-bottom: 0;
}

.gutter-half {
  max-width: 1434px;
}

.gutter-half.row-wide {
  max-width: 1470px;
}

.row-wide {
  max-width: 1500px;
}

.row-x-wide {
  max-width: 1920px;
}

.l-vspace {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.post-column &gt; .post {
  height: 100%;
}

.hor-sep-t:before, .hor-sep-b:after, .hor-sep-2t:before, .hor-sep-2b:after {
  content: '';
  width: 100vw;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-color: var(--site-separators-color);
}

[class*='hor-sep-']:before, [class*='hor-sep-']:after {
  max-width: calc(100% - 1.25rem);
  left: 0.625rem;
}

.row .column.row.row[class*='hor-sep-']:before, .row .row.row.columns[class*='hor-sep-']:before, .row .column.row.row[class*='hor-sep-']:after, .row .row.row.columns[class*='hor-sep-']:after {
  max-width: 100%;
  left: 0;
}

.hor-sep-t {
  position: relative;
}

.hor-sep-t:before {
  top: 0;
  height: 1px;
}

.hor-sep-b {
  position: relative;
}

.hor-sep-b:after {
  bottom: 0;
  height: 1px;
}

.hor-sep-2t {
  position: relative;
}

.hor-sep-2t:before {
  top: 0;
  height: 2px;
}

.hor-sep-2b {
  position: relative;
}

.hor-sep-2b:after {
  bottom: 0;
  height: 2px;
}

[class*='-up-'] .small-mb-1.hor-sep-b {
  margin-top: 0.9375rem;
}

[class*='-up-'] .small-mb-1.hor-sep-b:after {
  bottom: -0.9375rem;
}

[class*='-up-'] .small-mb-2.hor-sep-b {
  margin-top: 1.875rem;
}

[class*='-up-'] .small-mb-2.hor-sep-b:after {
  bottom: -1.875rem;
}

[class*='-up-'] .small-mb-3.hor-sep-b {
  margin-top: 2.8125rem;
}

[class*='-up-'] .small-mb-3.hor-sep-b:after {
  bottom: -2.8125rem;
}

[class*='-up-'] .small-mb-4.hor-sep-b {
  margin-top: 3.75rem;
}

[class*='-up-'] .small-mb-4.hor-sep-b:after {
  bottom: -3.75rem;
}

.small-up-1 .hor-sep-b:not(:nth-of-type(n + 2)) {
  margin-top: 0;
}

.small-up-2 .hor-sep-b:not(:nth-of-type(n + 3)) {
  margin-top: 0;
}

.small-up-3 .hor-sep-b:not(:nth-of-type(n + 4)) {
  margin-top: 0;
}

.small-up-4 .hor-sep-b:not(:nth-of-type(n + 5)) {
  margin-top: 0;
}

[class*='-up-1'] .hor-sep-b:last-child:after {
  display: none;
}

.sep-b-post &gt; .widget + .widget {
  position: relative;
}

.sep-b-post &gt; .column + .column, .sep-b-post &gt; .columns + .column, .sep-b-post &gt; .column + .columns, .sep-b-post &gt; .columns + .columns {
  position: relative;
}

.large-up-2.sep-b-post .post-column:nth-of-type(2n + 1):before {
  display: none;
}

.large-up-3.sep-b-post .post-column:nth-of-type(3n + 1):before {
  display: none;
}

.large-up-4.sep-b-post .post-column:nth-of-type(4n + 1):before {
  display: none;
}

.fade-animation {
  animation-delay: 0.2s;
  animation-duration: 0.4s;
  animation-fill-mode: backwards;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

img,
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.avatar {
  display: block;
  border-radius: 100%;
}

.entry-image {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.entry-image a {
  position: relative;
  flex-basis: auto;
}

.entry-image img {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-content &gt; * {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.entry-content &gt; :first-child {
  margin-top: 0;
}

.alignleft,
.wp-block-image .alignleft {
  margin-top: 0.7rem;
  margin-left: 0;
  margin-right: 1.875rem;
  max-width: 50%;
}

.alignright,
.wp-block-image .alignright {
  margin-top: 0.7rem;
  margin-right: 0;
  margin-left: 1.875rem;
  max-width: 50%;
}

.wp-block-button .wp-block-button__link {
  font-family: sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1.5em 2em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.wp-block-button .wp-block-button__link:hover {
  opacity: .7;
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #000;
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 3px;
}

.wp-block-button.is-style-outline, .wp-block-button.is-style-outline:hover, .wp-block-button.is-style-outline:focus, .wp-block-button.is-style-outline:active {
  color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline:hover .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline:focus .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline:active .wp-block-button__link:not(.has-text-color) {
  color: currentColor;
  border-width: 2px;
  background-color: transparent;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figcaption,
.wp-caption-text {
  text-align: center;
}

.wp-block-column {
  margin-bottom: 0;
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 6em;
  line-height: .8;
  font-family: serif;
  margin: 0 0.25em 0 0;
  text-shadow: 0.02em 0.02em 0 var(--site-background), 0.03em 0.03em 0 currentColor;
}

pre,
code,
.wp-block-code,
.wp-block-verse,
.wp-block-preformatted,
.wp-block-preformatted pre {
  color: inherit;
  font-size: 1rem;
  line-height: 1.8;
  white-space: pre-wrap;
  font-family: Menlo, Consolas, monaco, monospace;
}

.wp-block-code,
pre.wp-block-verse,
.wp-block-verse pre {
  padding: 1.875rem;
  overflow: auto;
  position: relative;
  z-index: 1;
}

.wp-block-code:after,
pre.wp-block-verse:after,
.wp-block-verse pre:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid currentColor;
  opacity: 0.2;
}

.wp-block-code {
  border: none;
}

.wp-block-code:after {
  opacity: 0.05;
  border: none;
  background-color: currentColor;
}

.wp-block-separator {
  clear: both;
  border-width: 1px;
  border-color: currentColor;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 10em;
}

.wp-block-separator.is-style-dots:before {
  font-size: 1.875rem;
}

blockquote,
.wp-block-quote {
  color: inherit;
  font-size: 1.375rem;
  font-family: inherit;
  line-height: inherit;
  border-width: 0;
  border-style: solid;
  border-left-width: 4px;
  padding-left: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

blockquote p,
.wp-block-quote p {
  line-height: inherit;
}

blockquote.is-large, blockquote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-right: 0;
  padding-left: 0;
  border-left-width: 0;
  padding: 0;
}

blockquote.is-large p, blockquote.is-style-large p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 2rem;
  font-style: italic;
  font-family: serif;
  line-height: 1.3;
}

.wp-block-pullquote {
  color: currentColor;
  margin-bottom: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-pullquote blockquote {
  padding-left: 0;
  border-left-width: 0;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.wp-block-pullquote, .wp-block-pullquote.is-style-default {
  border-width: 4px 0;
  border-style: solid;
  border-color: currentColor;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote &gt; .block-editor-rich-text p {
  font-family: serif;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  padding: 0;
  margin-top: 0.7rem;
  max-width: 305px;
}

.wp-block-table {
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  border: none;
  position: relative;
  z-index: 1;
}

.wp-block-table td:after, .wp-block-table th:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  opacity: 0.3;
}

.wp-block-table td:last-child:after, .wp-block-table th:last-child:after {
  border-right-width: 1px;
}

.wp-block-table tr:last-child td:after, .wp-block-table tr:last-child th:after {
  border-bottom-width: 1px;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.wp-block-archives,
.wp-block-categories {
  display: grid;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  padding-left: 0;
  justify-content: center;
}

.alignfull img,
.alignwide img {
  display: block;
  margin: 0 auto;
}

.wp-block-spacer {
  clear: both;
}

.alignfull,
.alignwide {
  width: 100vw;
  max-width: 100%;
}

.alignfull {
  max-width: var(--global-width);
  margin-left: calc(50% - 50vw);
}

.post-date, .comment-count,
.views-count, .byline {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: sans-serif;
  font-size: 0.8125rem;
}

.post-date a:not(.author-avatar), .comment-count a:not(.author-avatar), .views-count a:not(.author-avatar), .byline a:not(.author-avatar) {
  color: currentColor;
}

.byline + .post-date:before,
.single-entry-author + .single-entry-details .post-date:before, .post-date + .comment-count:before,
.comment-count + .comment-count:before, .post-date + .views-count:before,
.comment-count + .views-count:before {
  content: '\25CF';
  font-size: 0.5em;
  margin: 0 1.6em;
}

.updated:not(.published) {
  display: none;
}

.updated.show-updated {
  display: inline-flex;
}

.updated-title + .updated.show-updated {
  margin-left: 0.4em;
}

.byline + .post-date,
.single-entry-author + .single-entry-details .post-date {
  margin-left: -4px;
}

.byline + .post-date .entry-date,
.single-entry-author + .single-entry-details .post-date .entry-date {
  white-space: nowrap;
}

.single-entry-author + .single-entry-details .post-date:before {
  left: -12px;
  width: 5px;
  height: 5px;
  opacity: 0;
  margin-top: -3px;
}

.comment-count .count-number,
.views-count .count-number {
  margin-left: 5px;
}

.post-date + .comment-count,
.comment-count + .comment-count, .post-date +
.views-count,
.comment-count +
.views-count {
  margin-left: -5px;
}

.entry-category {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  margin-left: -5px;
  margin-right: -5px;
}

.entry-category a {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.by-category--color {
  color: var(--category-color);
}

.by-category--color a {
  transition: all 0.3s ease;
}

.by-category--color a:hover {
  opacity: 0.7;
}

.entry-meta span {
  letter-spacing: 0.3px;
}

.byline i + .author {
  margin-left: 0.4em;
}

.byline .author-avatar {
  margin-right: 0.625rem;
}

.entry-image {
  margin-bottom: 0;
}

.entry-title a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.entry-title a.hover-line:hover {
  box-shadow: inset 0 -7px 0 var(--mouse-hover-color);
}

.entry-title a.hover-color:hover {
  color: var(--mouse-hover-color);
}

.entry-summary, .rssSummary {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}

.entry-summary p:last-child, .rssSummary p:last-child {
  margin-bottom: 0;
}

.intro-summary {
  font-size: 1.125rem;
  line-height: 1.4;
}

.splide {
  position: relative;
  outline: none;
}

.splide__track {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide__list {
  display: flex;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.splide__slide {
  outline: none;
  flex-shrink: 0;
  flex-basis: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

button.carousel__button {
  margin: 0;
  padding: 0;
}

button.carousel__button, button.carousel__button:hover, button.carousel__button:focus, button.carousel__button[disabled], button.carousel__button[disabled]:hover {
  border: none;
  outline: none;
  font-family: inherit;
  color: currentColor;
  background-color: transparent;
}

button.carousel__button[disabled],
button.carousel__button[disabled] .icon-button {
  cursor: default;
}

.carousel__item .byline {
  opacity: 0.5;
}

.carousel-controls:not(.has-navigation) {
  display: none;
}

.carousel__button {
  will-change: transform;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.carousel__button .icon-button [class*="icon"] {
  width: 1em;
  height: 1em;
}

.ltr .carousel__button[class*="-next"] .icon-button {
  transform: scale(-1, 1);
}

.rtl .carousel__button[class*="-next"] .icon-button {
  transform: scale(1, 1);
}

.ltr .carousel__button[class*="-prev"] .icon-button {
  transform: scale(1, 1);
}

.rtl .carousel__button[class*="-prev"] .icon-button {
  transform: scale(-1, 1);
}

.carousel__button:not([disabled]):hover {
  opacity: 1;
  transform: perspective(1px) scale(1.05);
}

.carousel__button[disabled], .carousel__button[disabled]:hover, .carousel__button[disabled]:focus {
  opacity: 0.3;
}

.carousel-numbers {
  direction: ltr;
  line-height: 1;
  font-size: 1.75rem;
  margin-right: 2.8125rem;
}

.carousel-numbers .slides-length:before {
  content: "";
  width: 0.75em;
  height: 0.05em;
  margin: -3px 15px 0;
  vertical-align: middle;
  display: inline-block;
  transform: rotate(125deg);
  background-color: currentColor;
}

.carousel__row {
  counter-reset: count;
}

.carousel__item {
  counter-increment: count;
}

.carousel--post-counter {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  bottom: -30px;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 0 0 4px var(--site-background);
}

.carousel--post-counter.counter-no-image {
  position: relative;
}

.carousel--post-counter:before {
  display: block;
  content: counter(count);
  font-size: 1.1rem;
  font-family: sans-serif;
  line-height: 60px;
  color: #fff;
}

.carousel--item:not(:nth-child(n + 10)) .carousel--post-counter:before {
  content: "0" counter(count);
}

.carousel--views-counter {
  display: flex;
  justify-content: center;
}

.carousel--views-counter .count-number {
  opacity: 1;
  margin-left: 5px;
  line-height: 1;
  font-size: 2rem;
  letter-spacing: -1px;
}

.posts-carousel--default .carousel__button .icon-button {
  font-size: 24px;
  width: 2em;
  height: 2em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
}

.posts-carousel--default .carousel__button[class*="-next"] {
  margin-left: 1.25rem;
}

.posts-carousel--top .entry-title {
  position: relative;
  overflow: hidden;
  height: 3.75em;
}

.posts-carousel--top .entry-title .fade {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1.2em;
  background-image: linear-gradient(to right, transparent, var(--site-background) 50%);
}

.posts-carousel--top .carousel-controls {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(to right, transparent, var(--site-background) 50%);
}

.posts-carousel--top .carousel__button .icon-button {
  font-size: 28px;
  width: 0.2em;
  height: 1em;
}

.posts-carousel--top .carousel__button[class*="-prev"] .icon-button [class*="icon"] {
  width: 0.3em;
  height: 0.3em;
  margin-right: 12px;
}

.featured-image .wp-caption-text {
  width: 100%;
  margin-top: 1em;
}

.featured-image .wp-caption-text a {
  display: inline;
}

.single-summary {
  font-size: 1.225rem;
  line-height: 1.4;
}

.single-entry-details {
  justify-content: center;
}

.single-post-column {
  max-width: 64.87502rem;
}

.page-links {
  display: inline-flex;
}

.page-links .post-page-numbers {
  margin-left: .3em;
  margin-right: .3em;
  display: flex;
  width: 1.65em;
  height: 1.65em;
  border: 0.05em solid;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: currentColor;
  text-decoration: none;
}

.page-links .post-page-numbers.current {
  opacity: .4;
}

.tags-list {
  flex-wrap: wrap;
  margin-top: 20px;
}

.tags-list a {
  font-size: 0.8125rem;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .2px;
  opacity: .9;
  transition: opacity .2s ease-in-out;
  border: 2px solid;
  border-radius: 20px;
  padding: 5px 15px 3px;
  margin-right: 10px;
  margin-top: 10px;
}

.tags-list a:hover {
  opacity: 1;
}

.comments-number a {
  font-size: 1rem;
}

.comments-number a:before {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  left: 5px;
  bottom: -1px;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-top: 0;
  border-right: 0;
  transform: rotate(-30deg) skew(-49deg);
  transition: all .3s ease-in-out;
}

.comments-number a:hover {
  color: #afafaf;
  box-shadow: 0 0 0 5px #cacaca;
}

.comments-number a:hover:before {
  box-shadow: -3px 2px 0 1px #cacaca;
}

.author-box .author-avatar {
  display: inline-block;
}

.author-box .author-avatar img {
  margin: auto;
}

.author-box .author-avatar + .byline {
  margin-left: 0;
}

.author-box .byline {
  color: inherit;
  display: block;
  font-family: inherit;
  margin-bottom: 0.625rem;
}

.author-box .byline a {
  opacity: 1;
}

.author-box .byline .author {
  display: block;
  font-size: 1.375rem;
}

.author-more {
  color: var(--content-link);
  text-decoration: none;
}

.post-edit {
  font-size: .75rem;
  font-family: sans-serif;
  letter-spacing: .125em;
  text-align: center;
  text-transform: uppercase;
}

.post-edit-link {
  letter-spacing: .1em;
  transform: translateY(1px);
}

.single-post-edit {
  position: relative;
  min-height: 26px;
}

.single-post-edit .post-edit {
  position: relative;
  z-index: 2;
}

.single-post-edit__separator {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--site-separators-color);
}

.post-password-form {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-align: center;
}

.post-password-form label,
.post-password-form input {
  width: 100%;
}

.post-password-form label {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.post-password-form label input {
  text-align: center;
  height: 45px;
  margin-top: 0.9375rem;
}

.post-navigation a {
  color: currentColor;
  text-decoration: none;
}

.post-navigation a:hover .entry-image:after {
  opacity: 0;
}

.post-navigation .row .column:last-of-type, .post-navigation .row .columns:last-of-type {
  text-align: end;
}

.post-navigation .post-nav--anchor-prev,
.post-navigation .post-nav--anchor-next {
  display: block;
  font-size: 1rem;
  font-family: var(--headings-font-family);
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0.625rem;
}

.post-navigation a[rel="prev"],
.post-navigation a[rel="next"] {
  display: grid;
  grid-gap: 1.25rem;
  align-items: center;
}

.post-navigation .entry-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: .3;
  background-color: #000;
  transition: all .3s ease-in-out;
}

.post-navigation .nav-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-navigation .nav-arrow .rpr-svg-icon {
  width: 4em;
  height: 4em;
  color: #fff;
}

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

.comment-list .children {
  margin: 0;
  padding: 0;
}

.comment-list &gt; .comment:first-child {
  margin-top: 0;
}

.comment {
  list-style: none;
  position: relative;
}

.comment &gt; .children {
  margin-left: 3%;
}

.comment .comment-body {
  margin-bottom: 1.875rem;
}

.comment .comment-body .comment-content p {
  font-size: 1rem;
}

.comment .comment-body .comment-content a {
  word-wrap: break-word;
}

.comment .comment-body:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 1.875rem;
  opacity: .3;
  background-color: var(--site-separators-color);
}

.comment .comment-meta {
  position: relative;
  margin-bottom: 1.875rem;
}

.comment .comment-meta a {
  text-decoration: none;
}

.comment .comment-metadata {
  font-size: 0.875rem;
  opacity: .6;
  display: flex;
  align-items: center;
  letter-spacing: .05em;
}

.comment .comment-author {
  font-size: 1.125rem;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1.875rem;
  position: relative;
}

.bypostauthor .author-link a {
  font-weight: bold;
}

.comment-edit,
.comment-reply {
  opacity: 0.4;
}

.comment-edit-link,
.comment-reply-link {
  font-size: 14px;
  text-decoration: none;
}

.comment-reply + .comment-edit {
  margin: 0 0 0 1.875rem;
}

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

.discussion-avatar-list li {
  margin-right: -8px;
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}

.comment-navigation {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.875rem;
}

.comment-navigation .nav-next {
  text-align: right;
}

.comment-form .comment-notes {
  font-size: 1rem;
  opacity: .5;
  display: block;
  line-height: 1.4;
  margin-top: 0;
}

.comment-form .comment-form-comment textarea {
  padding: 1em;
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  padding: 1.5em 1em;
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"],
.comment-form input[name="submit"] {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.comment-form .comment-form-comment label,
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
  display: none;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-respond {
  position: relative;
  margin-bottom: 3.75rem;
}

.comments-title-wrap .cancel-reply {
  display: flex;
  justify-content: flex-end;
}

.comments-title-wrap .cancel-reply a {
  text-decoration: none;
  margin-left: 0.9375rem;
  font-size: 1.125rem;
}

.comments-title-wrap .cancel-reply a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 22px;
  height: 22px;
  margin: -2px 5px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32zm0 1.5a14.5 14.5 0 1 1 0 29 14.5 14.5 0 0 1 0-29zM9.7 9c-.3 0-.5.2-.6.5 0 .3 0 .6.2.7L15 16l-5.7 5.7a.7.7 0 1 0 1 1L16 17l5.7 5.7a.7.7 0 1 0 1-1L17 16l5.7-5.7c.2-.2.3-.5.2-.8A.7.7 0 0 0 22 9c-.2 0-.3 0-.4.2L16 15l-5.7-5.7a.7.7 0 0 0-.6-.2z'/%3E%3C/svg%3E");
}

.site {
  background-color: inherit;
}

.archive-header {
  justify-content: center;
  margin: auto;
}

.page-title a {
  color: currentColor;
  text-decoration: none;
}

.archive-description {
  color: currentColor;
  font-size: 1.125rem;
  line-height: 1.5;
}

.author-profile {
  border: 1px solid currentColor;
}

.author-page-avatar {
  margin: 0 auto;
  max-width: 240px;
}

.page-template-page-canvas .entry-content &gt; :first-child {
  margin-top: 0;
}

.search-results {
  margin: auto;
}

.error-message {
  font-size: 12rem;
  font-weight: 700;
}

.error-search {
  justify-content: center;
}

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

.ad-block [class^="widget_"] + [class^="widget_"] {
  margin-top: 1.875rem;
}

.ad-block--title {
  text-align: center;
  justify-content: center;
  margin-bottom: 0.9375rem;
  direction: ltr;
  font-size: 0.8125rem;
  line-height: 1;
  font-size: .625rem;
  font-family: sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ad-block--title span {
  opacity: .7;
}

.rtl .ad-block--title span {
  direction: rtl;
}

.ad-block--middle .ad-block--title,
.ad-block--footer .ad-block--title,
.home-block + .ad-block:not(.ad-block--carousel_top) .ad-block--title {
  position: relative;
  z-index: 2;
}

.ad-block--middle [class^="widget_"] + [class^="widget_"] .ad-block--title,
.ad-block--footer [class^="widget_"] + [class^="widget_"] .ad-block--title,
.home-block + .ad-block:not(.ad-block--carousel_top) [class^="widget_"] + [class^="widget_"] .ad-block--title {
  top: 0;
  margin-top: 0;
}

.ad-block--middle .ad-block--title,
.ad-block--footer .ad-block--title,
.home-block:not(.home-block__has-bg):not(.home-block--carousel-top) + .ad-block .ad-block--title,
.home-block:not(.home-block__has-bg) + .ad-block:not(.ad-block--carousel_top) .ad-block--title {
  top: -0.5rem;
  margin-top: -1.875rem;
}

.ad-block--post_footer {
  margin-top: 2.8125rem;
  margin-bottom: 0.9375rem;
}

.home-block {
  position: relative;
}

.home-block:last-of-type &gt; [class*='hor-sep-']:after {
  display: none;
}

.ad-block + .home-block.home-block__has-bg,
.home-block:not(.home-block__has-bg) + .home-block.home-block__has-bg {
  top: -1px;
  z-index: 1;
}

.section-style {
  max-width: 1524px;
  margin: auto;
}

.post-frame {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: center;
}

.post-no-thumbnail .post-frame {
  grid-template-rows: auto;
}

.post-frame:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  box-shadow: inset 0 0 0 1px var(--category-color);
}

.details-overlap {
  display: grid;
  position: relative;
  z-index: 1;
  top: -1px;
  background-color: var(--site-background);
  margin-top: -1.875rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 1.875rem 1.25rem 1.25rem;
}

.post-no-thumbnail .details-overlap {
  margin-top: 0;
}

.details-overlap.text-center {
  justify-items: center;
}

.overlap--small-img {
  align-items: center;
}

.post-no-thumbnail .overlap--large-img {
  padding-top: 3.75rem;
}

.new-date {
  display: flex;
  z-index: 2;
  top: 0;
}

.new-date:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 220px;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: -1;
  background-color: var(--category-color);
}

.new-date .posted-on, .new-date .rss-date {
  letter-spacing: 0.05em;
  opacity: 1;
  font-family: sans-serif;
  line-height: 1;
  color: #fff;
  padding: 10px 0.9375rem;
}

.magazine-sticky-posts {
  counter-reset: count;
}

.magazine-sticky-posts .post-column {
  position: relative;
  counter-increment: count;
}

.magazine-sticky-posts [class*='hor-sep-']:before {
  opacity: 0.1;
  background-color: #000;
}

.sticky--post-counter {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky--post-counter:before {
  display: block;
  content: counter(count);
  font-size: 0.8125rem;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.sticky--post-counter.three-posts {
  top: 10px;
  left: 10px;
}

.thumbs-rounded .entry-image img {
  border-radius: 50%;
}

.thumbs-rounded .sticky--post-counter {
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--site-background);
}

.sticky-icon {
  display: flex;
  color: #000;
  background-color: #fff546;
  box-shadow: 0 0 0 4px var(--site-background);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}

.sticky-icon-pos {
  right: 0;
  top: -0.5rem;
  z-index: 2;
}

.layout--grid .sticky:not(.post-no-thumbnail) .sticky-icon-pos {
  top: -1.875rem;
  right: 0.9375rem;
}

.home-block--posts-by-category .small-posts .entry-image {
  max-width: 150px;
}

.home-block--posts-by-category .small-posts .entry-category {
  margin-bottom: 0.4375rem;
}

.by-category--title a {
  text-decoration: none;
}

.by-category--childcats {
  position: relative;
  padding-left: 2.8125rem;
}

.by-category--childcats .menu-layout--bullets &gt; li {
  padding: 0 1.1em;
}

.by-category--childcats:after {
  content: '';
  border: solid;
  border-width: 0 1px 1px 0;
  padding: 6px;
  margin-top: -1px;
  margin-left: -2px;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.by-category--childcats .menu-item {
  font-size: 1.125rem;
}

.by-category--more {
  font-size: 1.375rem;
}

.pagination .nav-links {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--site-separators-color);
}

.pagination ul.page-numbers {
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.pagination .page-numbers {
  padding: 0;
  list-style: none;
  text-align: center;
  text-decoration: none;
}

.pagination .page-numbers li {
  font-size: 1.75rem;
  line-height: 1;
}

.pagination .page-numbers li a.prev {
  left: 0;
}

.pagination .page-numbers li a.next {
  right: 0;
}

.pagination .page-numbers li a,
.pagination .page-numbers li .current {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.pagination .page-numbers li .current {
  position: relative;
  padding-top: 100%;
  align-items: flex-start;
  overflow: hidden;
}

.pagination .page-numbers li .current:before, .pagination .page-numbers li .current:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}

.pagination .page-numbers li .current:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.45em;
  height: 0.45em;
  background-color: currentColor;
}

.pagination .page-numbers li .current:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.05em solid currentColor;
}

.site-header {
  position: relative;
  z-index: 148;
}

.site-header,
.site-header * {
  background-color: inherit;
}

.header--container {
  position: relative;
  z-index: 2;
}

.header-row {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.header-elm-holder {
  display: flex;
  height: 100%;
  align-items: center;
}

.custom-logo {
  display: block;
}

.custom-logo-link {
  display: block;
}

.text-logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
  font-size: 2.625rem;
}

.text-logo a {
  text-decoration: none;
}

.main-menu--custom-logo {
  max-width: 66.66667%;
}

.menu,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a,
.sub-menu a {
  text-decoration: none;
}

.menu &gt; li &gt; a {
  font-size: 1em;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

.menu-type--dropdown .sub-menu, .header-dropdown--content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  min-width: 180px;
  z-index: 149;
  top: 100%;
  padding: 0.625rem 0;
  border: 2px solid currentColor;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.25);
}

.menu-type--dropdown li:hover &gt; .sub-menu, .header-dropdown:hover .header-dropdown--content {
  opacity: 1;
  pointer-events: all;
}

.menu-type--dropdown &gt; li &gt; .sub-menu:before, .header-dropdown--content:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -6px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 0 0 2px;
  pointer-events: none;
  transform: rotate(45deg);
  background-color: inherit;
}

.menu-type--dropdown .sub-menu li, .header-dropdown .secondary-navigation li {
  position: relative;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.425rem 1.25rem;
}

.menu-layout--grid &gt; li {
  position: relative;
  flex-grow: 1;
}

.menu-layout--grid &gt; li &gt; a {
  display: flex;
  justify-content: center;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}

.menu-layout--bullets {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.menu-layout--bullets &gt; li {
  position: relative;
}

.menu-layout--bullets &gt; li:not(:last-of-type):after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -2px;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 50%;
}

.menu-layout--bullets &gt; li:after {
  border: 1px solid currentColor;
}

.menu-layout--bullets &gt; li:hover &gt; a {
  color: #464a4c;
}

.menu-layout--bullets &gt; li &gt; a {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1em 0.9375rem;
}

.footer__secondary-menu-navigation .menu-layout--bullets &gt; li &gt; a {
  font-size: 1rem;
}

.menu-type--dropdown.dropdown-center .sub-menu,
.menu-type--dropdown.dropdown-center__not-first &gt; li:not(:first-of-type) .sub-menu {
  left: 50%;
  transform: translateX(-50%);
}

.menu-type--dropdown.dropdown-center .sub-menu:before,
.menu-type--dropdown.dropdown-center__not-first &gt; li:not(:first-of-type) .sub-menu:before {
  left: 50%;
  margin-left: -4px;
}

.menu-type--dropdown.dropdown-center__not-first &gt; li:first-of-type .sub-menu {
  left: 0.9375rem;
}

.menu-type--dropdown.dropdown-center__not-first &gt; li:first-of-type .sub-menu:before {
  left: 0.76em;
}

.menu-type--dropdown.dropdown-left .sub-menu {
  left: 0;
}

.menu-type--dropdown.dropdown-left .sub-menu:before {
  left: 0.76em;
}

.menu-type--dropdown.dropdown-right .sub-menu {
  right: 0;
}

.menu-type--dropdown.dropdown-right .sub-menu:before {
  right: 0.76em;
}

.menu-type--dropdown .sub-menu .menu-item-has-children:before {
  content: '';
  text-align: center;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(-45deg) translateY(-50%);
}

.menu-type--dropdown .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  margin-top: -2px;
  transform: translate(0, -10px);
}

.main-navigation {
  font-size: 1rem;
}

.main-navigation .menu &gt; li &gt; a {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}

.main-navigation .menu &gt; li &gt; .sub-menu {
  margin-top: -1px;
}

.social-links-menu,
.widget .social-links-menu {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.social-links--icons .menu-item a .rpr-svg-icon {
  width: 24px;
  height: 24px;
}

.footer-social-menu.social-links--icons li {
  margin-left: 1vw;
  margin-right: 1vw;
}

.social-links--text {
  max-width: 1404px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links--text &gt; li {
  font-size: 1em;
  position: relative;
}

.social-links--text &gt; li &gt; a {
  display: flex;
  min-height: 48px;
  align-items: center;
}

.social-links--text .sep {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 1px solid currentColor;
  margin: 0 20px;
  padding: 5px;
}

.secondary-navigation {
  font-size: 1rem;
}

.header-dropdown {
  position: relative;
}

.dropdown-center .header-dropdown--content,
.dropdown-center__not-first &gt; li:not(:first-of-type) .header-dropdown--content {
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-center .header-dropdown--content:before,
.dropdown-center__not-first &gt; li:not(:first-of-type) .header-dropdown--content:before {
  left: 50%;
  margin-left: -4px;
}

.dropdown-center__not-first &gt; li:first-of-type .header-dropdown--content {
  left: 0.9375rem;
}

.dropdown-center__not-first &gt; li:first-of-type .header-dropdown--content:before {
  left: 0.76em;
}

.dropdown-left .header-dropdown--content {
  left: 0;
}

.dropdown-left .header-dropdown--content:before {
  left: 0.76em;
}

.dropdown-right .header-dropdown--content {
  right: 0;
}

.dropdown-right .header-dropdown--content:before {
  right: 0.76em;
}

.header-dropdown .social-navigation {
  overflow: hidden;
}

.header-dropdown .secondary-navigation + .social-navigation {
  margin-top: 0.625rem;
  margin-bottom: -0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-top: 1px solid;
  border-color: inherit;
}

.sticky-navbar {
  position: fixed;
  z-index: 149;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  will-change: opacity, transform;
  transition: opacity 0.1s ease, transform 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
}

.sticky-navbar.is-sticky {
  opacity: 1;
  transform: none;
}

.sticky-navbar .main-navigation {
  font-size: 0.8rem;
}

.sticky-navbar .menu-layout--grid &gt; li:after {
  display: none;
}

.sticky-navbar .menu-layout--grid &gt; li &gt; a {
  padding-top: 1em;
  padding-bottom: 1em;
}

.sticky-navbar__shadow {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.site-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 999991;
  background-color: transparent;
}

.site-offcanvas:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.offcanvas--visible.site-offcanvas:after {
  opacity: 1;
  pointer-events: auto;
}

.offcanvas--visible {
  pointer-events: auto;
}

.offcanvas-panel {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.menu-reveal {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}

.menu-reveal, .menu-reveal:hover, .menu-reveal:focus {
  color: currentColor;
  background-color: transparent;
}

.hamburger-icon {
  width: 80%;
  height: 100%;
  position: relative;
}

.hamburger-icon:before, .hamburger-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: currentColor;
  transition: transform 0.25s ease-out;
}

.hamburger-icon:before {
  top: calc(50% - 6px);
}

.hamburger-icon:after {
  bottom: calc(50% - 6px);
}

.close-icon {
  width: 50%;
  height: 100%;
  position: relative;
}

.close-icon:before, .close-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background-color: currentColor;
}

.close-icon:before {
  transform: rotate(45deg);
}

.close-icon:after {
  transform: rotate(-45deg);
}

.offcanvas-close {
  margin: 0;
  font-size: 1.25rem;
  position: relative;
  right: -0.8rem;
}

.offcanvas-panel--slide {
  width: 100%;
  max-width: 50vw;
  background-color: #fff;
  will-change: transform;
  pointer-events: auto;
  transform: translate3d(100%, 0, 0);
}

.offcanvas--slide.offcanvas--visible .offcanvas-panel--slide {
  transform: none;
}

.offcanvas--animatable .offcanvas-panel--slide {
  transition: transform 0.2s ease-in;
}

.offcanvas--visible.offcanvas--animatable .offcanvas-panel--slide {
  transition: transform 0.3s ease-out;
}

.offcanvas-panel--inner {
  max-width: 732px;
  height: 100%;
  overflow-x: hidden;
  background-color: inherit;
}

.offcanvas-panel--inner .column, .offcanvas-panel--inner .columns {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.offcanvas--modal:after {
  background-color: rgba(255, 255, 255, 0.98);
}

.offcanvas-panel--modal {
  opacity: 0;
  pointer-events: none;
}

.offcanvas--modal.offcanvas--visible .offcanvas-panel--modal {
  opacity: 1;
  pointer-events: auto;
}

.offcanvas--animatable .offcanvas-panel--modal {
  transition: opacity 0.2s ease-in;
}

.offcanvas--visible.offcanvas--animatable .offcanvas-panel--modal {
  transition: opacity 0.3s ease-out;
}

.offcanvas-panel--modal .offcanvas-close {
  position: absolute;
  top: 0;
  z-index: 2;
  transform: scale3d(0, 0, 1);
}

.offcanvas--visible .offcanvas-panel--modal .offcanvas-close {
  transform: none;
}

.modal--search-form {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
}

.offcanvas--visible .modal--search-form {
  opacity: 1;
  transform: none;
}

.offcanvas--animatable .modal--search-form {
  transition: transform 0.2s ease-in;
}

.offcanvas--visible.offcanvas--animatable .modal--search-form {
  transition: transform 0.3s ease-out;
}

.modal--search-form .search-form {
  margin-top: -10vh;
}

.modal--search-form .search-form label {
  display: inline;
}

.modal--search-form .search-form .input-holder {
  height: auto;
  z-index: 2;
}

.modal--search-form .search-form .input-holder:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.modal--search-form .search-form .search-field {
  font-size: 8vmin;
  height: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.modal--search-form .search-form .search-field:focus {
  border: none;
}

.modal--search-form .search-form .input-highlight {
  font-size: 8vmin;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  max-width: 100%;
  height: 2px;
  color: transparent;
  overflow: hidden;
}

html[dir="rtl"] .modal--search-form .search-form .input-highlight {
  left: auto;
  right: 0;
}

.modal--search-form .search-form .search-field + .input-highlight:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #5a3fd6, #ff4516);
}

html[dir="rtl"] .modal--search-form .search-form .search-field + .input-highlight:after {
  left: auto;
  right: 0;
}

.modal--search-form .search-form .search-submit {
  display: none;
}

.search-reveal {
  margin: 0;
}

.search--related ul {
  padding: 0;
  list-style: none;
  margin: 1.5rem -0.5rem 0;
}

.search--related li {
  display: inline-block;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.search--related li a {
  color: currentColor;
}

.search--related .wp-tag-cloud {
  font-size: 60%;
}

.search--related .wp-list-categories li {
  font-size: 2.5rem;
}

.search--related .wp-list-categories li:not(:last-child):after {
  content: "/";
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  font-family: serif;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.3;
}

.search--related .wp-list-categories li sup {
  opacity: 0.7;
}

.offcanvas-sidebar {
  flex-grow: 1;
  overflow: auto;
}

.offcanvas-sidebar input, .offcanvas-sidebar textarea,
.offcanvas-sidebar input:focus, .offcanvas-sidebar textarea:focus,
.offcanvas-sidebar [type=button], .offcanvas-sidebar [type=reset], .offcanvas-sidebar [type=submit], .offcanvas-sidebar button {
  color: currentColor;
  background-color: transparent;
  border-color: currentColor;
}

.offcanvas-sidebar--header {
  margin-bottom: 1.875rem;
}

.offcanvas-sidebar--header .row {
  position: relative;
  height: 100%;
}

.offcanvas-sidebar-header__separator {
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
}

.offcanvas-sidebar--block {
  margin-bottom: 0.9375rem;
}

.offcanvas-sidebar .menu li:not(:last-child):after,
.offcanvas-sidebar .widget_nav_menu li:not(:last-child):after {
  display: none;
}

.offcanvas-social-navigation {
  padding: 1.25rem 0;
  background-color: inherit;
}

.offcanvas-social-navigation .social-links-menu {
  flex-wrap: wrap;
}

.offcanvas-social-navigation .menu-item a {
  width: 2.5em;
  height: 2.5em;
}

.offcanvas-social-navigation .menu-item a svg {
  width: 20px;
  height: 20px;
}

.offcanvas-sidebar--search .search-form .input-holder:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  transition: opacity .2s ease;
}

.offcanvas-sidebar--search .search-form .input-holder:hover:after {
  opacity: 0.02;
}

.offcanvas-sidebar--search .search-form .input-holder .search-field,
.offcanvas-sidebar--search .search-form .input-holder .search-field:focus {
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  color: currentColor;
  background-color: transparent;
}

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

.widget li {
  font-size: 1rem;
}

.widget a {
  text-decoration: none;
}

.widget select {
  max-width: 100%;
}

.widget [type='submit'] {
  width: 100%;
}

.widget:not(:last-of-type) {
  margin-bottom: 1.875rem;
}

.widget:not(:last-of-type):after {
  content: '';
  display: block;
  height: 1px;
  background-color: var(--site-separators-color);
  margin-top: 1.875rem;
}

.widget-title {
  display: block;
  margin-bottom: 1.25rem;
}

.footer-sidebar .widget {
  font-size: 1rem;
}

.search-form label {
  padding: 0;
  display: block;
}

.search-form .input-holder {
  height: 50px;
  position: relative;
}

.search-form .search-field {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0 20px;
}

.search-form .search-submit {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2px;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  border: none;
  color: currentColor;
  background-color: transparent;
  transform: translateY(-50%);
  transition: color 0.25s ease-in-out;
}

.search-form .search-submit:hover {
  color: currentColor;
  background-color: transparent;
}

.search-form .search-field:hover + .search-submit,
.search-form .search-field:focus + .search-submit {
  color: currentColor;
}

.widget_calendar table {
  width: 100%;
  border-spacing: 0;
}

.widget_calendar table caption {
  text-align: left;
  margin-bottom: 15px;
}

.widget_calendar table th,
.widget_calendar table td {
  padding: 5px;
  font-size: 1rem;
}

.widget_calendar table th {
  font-weight: normal;
}

.widget_calendar table td {
  text-align: center;
}

.widget_calendar table td a {
  display: block;
  text-decoration: none;
}

.widget_calendar table tbody a {
  position: relative;
  z-index: 1;
}

.widget_calendar table tbody a:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  opacity: 0.07;
}

.widget_calendar table tfoot td:nth-child(1) {
  border-right: none;
}

.widget_calendar table tfoot td:nth-child(2) {
  border-left: none;
  border-right: none;
}

.widget_calendar table tfoot td:nth-child(3) {
  border-left: none;
}

.widget_rss,
.widget_meta,
.widget_pages,
.widget_archive,
.widget_nav_menu,
.widget_categories,
.widget_recent_entries,
.widget_recent_comments,
.widget_product_categories {
  --widget-menu-link-height: 48px;
}

.widget_rss li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_product_categories li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.widget_rss li:after,
.widget_meta li:after,
.widget_pages li:after,
.widget_archive li:after,
.widget_nav_menu li:after,
.widget_categories li:after,
.widget_recent_entries li:after,
.widget_recent_comments li:after,
.widget_product_categories li:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: var(--site-separators-color);
}

.widget_rss li:last-of-type:after,
.widget_meta li:last-of-type:after,
.widget_pages li:last-of-type:after,
.widget_archive li:last-of-type:after,
.widget_nav_menu li:last-of-type:after,
.widget_categories li:last-of-type:after,
.widget_recent_entries li:last-of-type:after,
.widget_recent_comments li:last-of-type:after,
.widget_product_categories li:last-of-type:after {
  display: none;
}

.widget_rss li a,
.widget_meta li a,
.widget_pages li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_product_categories li a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0.2em 0;
  min-height: var(--widget-menu-link-height);
}

.widget_recent_entries li,
.widget_recent_comments li {
  display: flex;
  align-items: center;
}

.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.widget_product_categories .children {
  width: 100%;
  font-size: 1rem;
}

.widget_pages ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul {
  counter-reset: submenu;
}

.widget_pages ul ul &gt; li:after,
.widget_archive ul ul &gt; li:after,
.widget_categories ul ul &gt; li:after,
.widget_product_categories ul ul &gt; li:after {
  display: none;
}

.widget_pages ul ul &gt; li &gt; a:before,
.widget_archive ul ul &gt; li &gt; a:before,
.widget_categories ul ul &gt; li &gt; a:before,
.widget_product_categories ul ul &gt; li &gt; a:before {
  font-size: 1.25rem;
  font-family: serif;
  font-weight: 100;
  content: "–&nbsp;" counters(submenu, "–&nbsp;", none);
  counter-increment: submenu;
}

.widget_nav_menu .sub-menu {
  font-size: 1rem;
  padding-left: 3%;
}

.widget_media_image img {
  display: block;
}

.widget_nav_menu .sub-menu {
  opacity: 0;
  height: auto;
  max-height: 0;
  flex: 0 0 100%;
  transition: all 0.5s ease;
  will-change: opacity, max-height;
}

.widget_nav_menu .sub-menu-button {
  margin: 0;
  padding: 0;
  border: none;
  color: currentColor;
  background-color: transparent;
  width: var(--widget-menu-link-height);
  height: var(--widget-menu-link-height);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.widget_nav_menu .sub-menu-button:before {
  opacity: 0;
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.widget_nav_menu .sub-menu-button:hover:before {
  opacity: 1;
}

.widget_nav_menu .sub-menu-button:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(135deg);
  transition: transform 0.2s ease;
}

.widget_nav_menu .sub-menu-button.is-expanded + .sub-menu {
  opacity: 1;
  max-height: 1000px;
}

.widget_nav_menu .sub-menu-button.is-expanded:after {
  width: 12px;
  height: 1px;
  border-right: none;
  transform: rotate(0deg);
}

.widget_recent_entries ul,
.widget_recent_comments ul {
  font-size: 1rem;
  counter-reset: count;
}

.widget_recent_entries li,
.widget_recent_comments li {
  padding-left: 2rem;
}

.widget_recent_entries li:before,
.widget_recent_comments li:before {
  content: counter(count) ".";
  counter-increment: count;
  position: absolute;
  top: 0.4em;
  left: 0;
  font: italic 24px/1 georgia;
}

.widget_recent_entries li a,
.widget_recent_comments li a {
  padding: 0 5px;
}

.widget_recent_entries .comment-author-link,
.widget_recent_comments .comment-author-link {
  padding: 0 5px;
  font-weight: bold;
}

.widget_rss {
  --space: 1.25rem;
}

.widget_rss ul {
  margin-top: calc(var(--space) * -1);
  margin-bottom: calc(var(--space) * -1);
}

.widget_rss li {
  display: block;
  padding-top: var(--space);
}

.widget_rss li:after {
  margin-top: var(--space);
}

.rss-date,
li .rsswidget {
  display: block;
}

.rss-date {
  margin-bottom: 1.25rem;
}

.rssSummary {
  margin-bottom: 1.25rem;
}

.site-footer .site-info {
  position: relative;
  z-index: 999;
  background-color: #fff;
}

.site-footer .site-info .footer-copyright {
  font-size: 1rem;
  opacity: 0.7;
  line-height: 1.3;
  display: block;
}

.back-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  border-radius: 100%;
  color: #fff;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

html[dir='rtl'] .back-top {
  right: auto;
  left: 10px;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: all;
}

.single .site-footer {
  margin-top: -1px;
}

.footer-social-header {
  position: relative;
  z-index: 2;
}

.footer-social-title {
  letter-spacing: 0.02em;
  background-color: transparent;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin-right: 20px;
}

img.alignright {
  margin-left: 20px;
}

img.aligncenter {
  display: block;
}

.alignnone {
  float: none;
}

.u-align {
  float: left;
}

.u-align--end {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix--after {
  clear: both;
}

.u-self--top {
  align-self: flex-start;
}

.u-self--middle {
  align-self: center;
}

.u-self--bottom {
  align-self: flex-end;
}

.u-items--start {
  justify-content: flex-start;
}

.u-items--center {
  justify-content: center;
}

.u-items--end {
  justify-content: flex-end;
}

.u-items--top {
  align-items: flex-start;
}

.u-items--middle {
  align-items: center;
}

.u-items--bottom {
  align-items: flex-end;
}

.u-items--around {
  justify-content: space-around;
}

.u-items--between {
  justify-content: space-between;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

.text-align-end {
  text-align: right;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.u-sticky {
  position: sticky;
  top: 0;
}

.u-static {
  position: static;
}

.u-pos--l {
  left: 0;
}

.u-pos--r {
  right: 0;
}

.u-pos--t {
  top: 0;
}

.u-pos--b {
  bottom: 0;
}

.u-pos--hm {
  left: 50%;
  transform: translateX(-50%);
}

.u-pos--vm {
  top: 50%;
  transform: translateY(-50%);
}

.u-transparent {
  opacity: 0;
}

.u-opaque {
  opacity: 1;
}

.u-muted {
  opacity: 0.5;
}

.u-visible {
  visibility: visible;
}

.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
  max-width: 100%;
}

.u-table {
  display: table;
}

.u-table-cell {
  display: table-cell;
}

.u-table-row {
  display: table-row;
}

.u-content-box {
  box-sizing: content-box;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-grid {
  display: grid;
}

.u-flex, .u-flex--column {
  display: flex;
}

.u-inline-flex {
  display: inline-flex;
}

.u-flex--reverse {
  flex-direction: row-reverse;
}

.u-flex--column {
  flex-direction: column;
}

.u-flex--child-auto {
  flex: 1 1 auto;
}

.u-flex--child-grow {
  flex: 1 0 auto;
}

.u-flex--child-shrink {
  flex: 0 1 auto;
}

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

.u-none {
  display: none;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

.show-for-ie {
  display: none;
}

.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-normal {
  font-weight: normal;
}

.u-bold {
  font-weight: bold;
}

.u-italic {
  font-style: italic;
}

.u-width--full {
  width: 100%;
}

.u-width--auto {
  width: auto;
}

.u-height--full {
  height: 100%;
  flex-grow: 1;
}

.u-nomargin {
  margin-left: 0;
  margin-right: 0;
}

.u-nopadding {
  padding-left: 0;
  padding-right: 0;
}

.max-width-1 {
  max-width: 8.33333%;
}

.max-width-2 {
  max-width: 16.66667%;
}

.max-width-3 {
  max-width: 25%;
}

.max-width-4 {
  max-width: 33.33333%;
}

.max-width-5 {
  max-width: 41.66667%;
}

.max-width-6 {
  max-width: 50%;
}

.max-width-7 {
  max-width: 58.33333%;
}

.max-width-8 {
  max-width: 66.66667%;
}

.max-width-9 {
  max-width: 75%;
}

.max-width-10 {
  max-width: 83.33333%;
}

.max-width-11 {
  max-width: 91.66667%;
}

.max-width-12 {
  max-width: 100%;
}

.small-p-0 {
  padding: 0;
}

.small-p-1 {
  padding: 0.9375rem;
}

.small-p-2 {
  padding: 1.875rem;
}

.small-p-3 {
  padding: 2.8125rem;
}

.small-p-4 {
  padding: 3.75rem;
}

.small-pt-0 {
  padding-top: 0;
}

.small-pt-1 {
  padding-top: 0.9375rem;
}

.small-pt-2 {
  padding-top: 1.875rem;
}

.small-pt-3 {
  padding-top: 2.8125rem;
}

.small-pt-4 {
  padding-top: 3.75rem;
}

.small-pr-0 {
  padding-right: 0;
}

.small-pr-1 {
  padding-right: 0.9375rem;
}

.small-pr-2 {
  padding-right: 1.875rem;
}

.small-pr-3 {
  padding-right: 2.8125rem;
}

.small-pr-4 {
  padding-right: 3.75rem;
}

.small-pb-0 {
  padding-bottom: 0;
}

.small-pb-1 {
  padding-bottom: 0.9375rem;
}

.small-pb-2 {
  padding-bottom: 1.875rem;
}

.small-pb-3 {
  padding-bottom: 2.8125rem;
}

.small-pb-4 {
  padding-bottom: 3.75rem;
}

.small-pl-0 {
  padding-left: 0;
}

.small-pl-1 {
  padding-left: 0.9375rem;
}

.small-pl-2 {
  padding-left: 1.875rem;
}

.small-pl-3 {
  padding-left: 2.8125rem;
}

.small-pl-4 {
  padding-left: 3.75rem;
}

.small-m-0 {
  margin: 0;
}

.small-m-1 {
  margin: 0.9375rem;
}

.small-m-2 {
  margin: 1.875rem;
}

.small-m-3 {
  margin: 2.8125rem;
}

.small-m-4 {
  margin: 3.75rem;
}

.small-mt-0 {
  margin-top: 0;
}

.small-mt-1 {
  margin-top: 0.9375rem;
}

.small-mt-2 {
  margin-top: 1.875rem;
}

.small-mt-3 {
  margin-top: 2.8125rem;
}

.small-mt-4 {
  margin-top: 3.75rem;
}

.small-mr-0 {
  margin-right: 0;
}

.small-mr-1 {
  margin-right: 0.9375rem;
}

.small-mr-2 {
  margin-right: 1.875rem;
}

.small-mr-3 {
  margin-right: 2.8125rem;
}

.small-mr-4 {
  margin-right: 3.75rem;
}

.small-mb-0 {
  margin-bottom: 0;
}

.small-mb-1 {
  margin-bottom: 0.9375rem;
}

.small-mb-2 {
  margin-bottom: 1.875rem;
}

.small-mb-3 {
  margin-bottom: 2.8125rem;
}

.small-mb-4 {
  margin-bottom: 3.75rem;
}

.small-ml-0 {
  margin-left: 0;
}

.small-ml-1 {
  margin-left: 0.9375rem;
}

.small-ml-2 {
  margin-left: 1.875rem;
}

.small-ml-3 {
  margin-left: 2.8125rem;
}

.small-ml-4 {
  margin-left: 3.75rem;
}

.small-order-0 {
  order: 0;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .icon-button, .social-links--icons .menu-item a {
    width: 44px;
    height: 44px;
  }
  .section-title {
    font-size: 2.9rem;
  }
  .small-section-title {
    font-size: 1.675rem;
  }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.medium-unstack &gt; .column, .row.medium-unstack &gt; .columns {
    flex: 1 1 0px;
  }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block &gt; :last-child {
    margin-bottom: 0;
  }
  .medium-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .l-vspace {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  [class*='hor-sep-']:before, [class*='hor-sep-']:after {
    max-width: calc(100% - 1.875rem);
    left: 0.9375rem;
  }
  [class*='-up-'] .medium-mb-1.hor-sep-b {
    margin-top: 0.9375rem;
  }
  [class*='-up-'] .medium-mb-1.hor-sep-b:after {
    bottom: -0.9375rem;
  }
  [class*='-up-'] .medium-mb-2.hor-sep-b {
    margin-top: 1.875rem;
  }
  [class*='-up-'] .medium-mb-2.hor-sep-b:after {
    bottom: -1.875rem;
  }
  [class*='-up-'] .medium-mb-3.hor-sep-b {
    margin-top: 2.8125rem;
  }
  [class*='-up-'] .medium-mb-3.hor-sep-b:after {
    bottom: -2.8125rem;
  }
  [class*='-up-'] .medium-mb-4.hor-sep-b {
    margin-top: 3.75rem;
  }
  [class*='-up-'] .medium-mb-4.hor-sep-b:after {
    bottom: -3.75rem;
  }
  .medium-up-1 .hor-sep-b:not(:nth-of-type(n + 2)) {
    margin-top: 0;
  }
  .medium-up-2 .hor-sep-b:not(:nth-of-type(n + 3)) {
    margin-top: 0;
  }
  .medium-up-3 .hor-sep-b:not(:nth-of-type(n + 4)) {
    margin-top: 0;
  }
  .medium-up-4 .hor-sep-b:not(:nth-of-type(n + 5)) {
    margin-top: 0;
  }
  blockquote.is-large, blockquote.is-style-large,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding: 15px 0;
  }
  blockquote.is-large p, blockquote.is-style-large p,
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 2.5rem;
  }
  .wp-block-pullquote {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .wp-block-pullquote p,
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.is-style-solid-color blockquote p,
  .wp-block-pullquote blockquote &gt; .block-editor-rich-text p {
    font-size: 2.5rem;
  }
  .alignwide {
    max-width: 100vw;
    max-width: calc(100vw - 2 * 1.25rem);
    margin-left: calc(50% - 50vw + 1.25rem);
  }
  .single-entry-author + .single-entry-details .post-date:before {
    opacity: 0.7;
  }
  .entry-category {
    font-size: 0.8125rem;
  }
  .posts-carousel {
    visibility: hidden;
  }
  .posts-carousel.is-active {
    visibility: visible;
  }
  .carousel--views-counter {
    margin-top: 30px;
  }
  .posts-carousel--top .carousel__button .icon-button {
    font-size: 130px;
  }
  .single-summary {
    font-size: 1.375rem;
  }
  .single-entry-details.hor-sep-t:before {
    background-color: var(--site-background);
  }
  .post-content__side-padding {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .single-with-sidebar .alignwide {
    max-width: calc( 100% + ( 2 * 1.25rem ));
    margin-left: -1.25rem;
  }
  .single-with-sidebar .alignfull {
    max-width: calc( 100% + ( 2 * 1.875rem ));
    margin-left: -1.875rem;
  }
  .comments-number a {
    float: right;
  }
  .comment .comment-body {
    margin-left: 7.5rem;
  }
  .comment .comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.25rem;
  }
  .comment .comment-meta .comment-awaiting-moderation {
    flex-basis: 100%;
    width: 0;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .comment .comment-metadata:before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    margin: 3px 10px 0;
    background-color: currentColor;
  }
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 2.8125rem);
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc( 50% - 1.25rem);
    float: left;
  }
  .comment-form .comment-form-email {
    float: right;
  }
  .comment-form .comment-form-url {
    clear: both;
  }
  .ad-block [class^="widget_"] + [class^="widget_"] {
    margin-top: 3.75rem;
  }
  .ad-block--middle .ad-block--title,
  .ad-block--footer .ad-block--title,
  .home-block + .ad-block:not(.ad-block--carousel_top) .ad-block--title {
    margin-bottom: 3rem;
  }
  .ad-block--middle [class^="widget_"] + [class^="widget_"] .ad-block--title,
  .ad-block--footer [class^="widget_"] + [class^="widget_"] .ad-block--title,
  .home-block + .ad-block:not(.ad-block--carousel_top) [class^="widget_"] + [class^="widget_"] .ad-block--title {
    margin-top: 0;
  }
  .ad-block--middle .ad-block--title,
  .ad-block--footer .ad-block--title,
  .home-block:not(.home-block__has-bg):not(.home-block--carousel-top) + .ad-block .ad-block--title,
  .home-block:not(.home-block__has-bg) + .ad-block:not(.ad-block--carousel_top) .ad-block--title {
    margin-top: -3.75rem;
  }
  .overlap--large-img {
    margin-top: -2.8125rem;
  }
  .magazine-sticky-posts .post-column {
    min-height: 80px;
  }
  .sticky-icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .layout--grid .sticky:not(.post-no-thumbnail) .sticky-icon-pos {
    top: -2.8125rem;
    right: 1.25rem;
  }
  .pagination .nav-links {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .pagination .page-numbers li {
    margin: 0 0.54em;
  }
  .pagination .page-numbers li a.next, .pagination .page-numbers li a.prev {
    position: absolute;
    top: 0;
  }
  .footer__secondary-menu-navigation .menu-layout--bullets {
    justify-content: center;
  }
  .search--related ul {
    margin-top: 3rem;
  }
  .search--related .wp-tag-cloud {
    font-size: 80%;
  }
  .search--related .wp-list-categories li {
    font-size: 3.5rem;
  }
  .back-top {
    right: 30px;
    bottom: 30px;
  }
  html[dir='rtl'] .back-top {
    right: auto;
    left: 30px;
  }
  .footer-social-header {
    height: 28px;
    top: -14px;
    margin-bottom: -28px;
  }
  .hide-for-medium {
    display: none !important;
  }
  .medium-p-0 {
    padding: 0;
  }
  .medium-p-1 {
    padding: 0.9375rem;
  }
  .medium-p-2 {
    padding: 1.875rem;
  }
  .medium-p-3 {
    padding: 2.8125rem;
  }
  .medium-p-4 {
    padding: 3.75rem;
  }
  .medium-pt-0 {
    padding-top: 0;
  }
  .medium-pt-1 {
    padding-top: 0.9375rem;
  }
  .medium-pt-2 {
    padding-top: 1.875rem;
  }
  .medium-pt-3 {
    padding-top: 2.8125rem;
  }
  .medium-pt-4 {
    padding-top: 3.75rem;
  }
  .medium-pr-0 {
    padding-right: 0;
  }
  .medium-pr-1 {
    padding-right: 0.9375rem;
  }
  .medium-pr-2 {
    padding-right: 1.875rem;
  }
  .medium-pr-3 {
    padding-right: 2.8125rem;
  }
  .medium-pr-4 {
    padding-right: 3.75rem;
  }
  .medium-pb-0 {
    padding-bottom: 0;
  }
  .medium-pb-1 {
    padding-bottom: 0.9375rem;
  }
  .medium-pb-2 {
    padding-bottom: 1.875rem;
  }
  .medium-pb-3 {
    padding-bottom: 2.8125rem;
  }
  .medium-pb-4 {
    padding-bottom: 3.75rem;
  }
  .medium-pl-0 {
    padding-left: 0;
  }
  .medium-pl-1 {
    padding-left: 0.9375rem;
  }
  .medium-pl-2 {
    padding-left: 1.875rem;
  }
  .medium-pl-3 {
    padding-left: 2.8125rem;
  }
  .medium-pl-4 {
    padding-left: 3.75rem;
  }
  .medium-m-0 {
    margin: 0;
  }
  .medium-m-1 {
    margin: 0.9375rem;
  }
  .medium-m-2 {
    margin: 1.875rem;
  }
  .medium-m-3 {
    margin: 2.8125rem;
  }
  .medium-m-4 {
    margin: 3.75rem;
  }
  .medium-mt-0 {
    margin-top: 0;
  }
  .medium-mt-1 {
    margin-top: 0.9375rem;
  }
  .medium-mt-2 {
    margin-top: 1.875rem;
  }
  .medium-mt-3 {
    margin-top: 2.8125rem;
  }
  .medium-mt-4 {
    margin-top: 3.75rem;
  }
  .medium-mr-0 {
    margin-right: 0;
  }
  .medium-mr-1 {
    margin-right: 0.9375rem;
  }
  .medium-mr-2 {
    margin-right: 1.875rem;
  }
  .medium-mr-3 {
    margin-right: 2.8125rem;
  }
  .medium-mr-4 {
    margin-right: 3.75rem;
  }
  .medium-mb-0 {
    margin-bottom: 0;
  }
  .medium-mb-1 {
    margin-bottom: 0.9375rem;
  }
  .medium-mb-2 {
    margin-bottom: 1.875rem;
  }
  .medium-mb-3 {
    margin-bottom: 2.8125rem;
  }
  .medium-mb-4 {
    margin-bottom: 3.75rem;
  }
  .medium-ml-0 {
    margin-left: 0;
  }
  .medium-ml-1 {
    margin-left: 0.9375rem;
  }
  .medium-ml-2 {
    margin-left: 1.875rem;
  }
  .medium-ml-3 {
    margin-left: 2.8125rem;
  }
  .medium-ml-4 {
    margin-left: 3.75rem;
  }
  .medium-order-0 {
    order: 0;
  }
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 640px) {
  h1, .h1, .fsize-h1 {
    font-size: calc(4.45026vw - 0.48168px);
  }
  h2, .h2, .fsize-h2 {
    font-size: calc(2.6178vw + 5.24607px);
  }
  h3, .h3, .fsize-h3, .social-links--large {
    font-size: calc(2.09424vw + 6.59686px);
  }
  h4, .h4, .fsize-h4, .social-links--medium {
    font-size: calc(1.3089vw + 11.62304px);
  }
  h5, .h5, .fsize-h5 {
    font-size: calc(0.78534vw + 12.97382px);
  }
  h6, .h6, .fsize-h6 {
    font-size: calc(0.52356vw + 12.64921px);
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .medium-up-2 .hor-sep-b:nth-of-type(2n + 1):after {
    max-width: calc( 100% * 2 - 1.875rem);
  }
  .medium-up-2 .hor-sep-b:nth-last-child(-n + 2):after, .medium-up-2 .hor-sep-b:not(:nth-of-type(2n + 1)):after {
    display: none;
  }
  .medium-up-3 .hor-sep-b:nth-of-type(3n + 1):after {
    max-width: calc( 100% * 3 - 1.875rem);
  }
  .medium-up-3 .hor-sep-b:nth-last-child(-n + 3):after, .medium-up-3 .hor-sep-b:not(:nth-of-type(3n + 1)):after {
    display: none;
  }
  .medium-up-4 .hor-sep-b:nth-of-type(4n + 1):after {
    max-width: calc( 100% * 4 - 1.875rem);
  }
  .medium-up-4 .hor-sep-b:nth-last-child(-n + 4):after, .medium-up-4 .hor-sep-b:not(:nth-of-type(4n + 1)):after {
    display: none;
  }
  .medium-no-sep:before, .medium-no-sep:after,
  .medium-no-sep.sep-b-post &gt; .column + .column:before,
  .medium-no-sep.sep-b-post &gt; .columns + .column:before,
  .medium-no-sep.sep-b-post &gt; .column + .columns:before,
  .medium-no-sep.sep-b-post &gt; .columns + .columns:before {
    display: none !important;
  }
  .medium-up-2 .entry-image,
  .medium-up-2 .entry-image img {
    width: 100%;
    display: block;
  }
  .medium-up-2.has-odd-number &gt; .post-column:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2.has-odd-number &gt; .post-column:first-child .post:not(.post-no-thumbnail) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.875rem;
  }
  .medium-up-2.has-odd-number &gt; .post-column:first-child .entry-image {
    margin-bottom: 0;
  }
  .medium-up-2.has-odd-number &gt; .post-column:first-child .entry-details {
    align-self: center;
  }
  .medium-up-2.has-odd-number .hor-sep-b:first-child:after {
    max-width: calc(100% - 1.875rem);
  }
  .medium-up-2.has-odd-number .hor-sep-b:nth-of-type(n+2) {
    margin-top: 1.875rem;
  }
  .medium-up-2.has-odd-number .hor-sep-b:nth-of-type(2n + 1):after {
    left: auto;
    right: 0.9375rem;
  }
  .admin-bar .sticky-navbar {
    top: 46px;
  }
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  h1, .h1, .fsize-h1 {
    line-height: 1;
  }
  h2, .h2, .fsize-h2 {
    line-height: 1.1;
  }
  h3, .h3, .fsize-h3, .social-links--large {
    line-height: 1.15;
  }
  h4, .h4, .fsize-h4, .social-links--medium {
    line-height: 1.15;
  }
  h5, .h5, .fsize-h5 {
    line-height: 1.2;
  }
  h6, .h6, .fsize-h6 {
    line-height: 1.25;
  }
  p,
  hr,
  pre,
  table,
  figure,
  details,
  fieldset,
  blockquote {
    margin-bottom: 1.875rem;
  }
  hr {
    margin-top: 20px;
  }
  .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
  .column, .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.large-unstack &gt; .column, .row.large-unstack &gt; .columns {
    flex: 1 1 0px;
  }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .column-block {
    margin-bottom: 3.75rem;
  }
  .column-block &gt; :last-child {
    margin-bottom: 0;
  }
  .gutter-half &gt; .columns,
  .gutter-half &gt; .column,
  .gutter-half &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .row .gutter-half.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .large-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .l-vspace {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  [class*='hor-sep-']:before, [class*='hor-sep-']:after {
    max-width: calc(100% - 3.75rem);
    left: 1.875rem;
  }
  .gutter-half[class*='hor-sep-']:before, .gutter-half[class*='hor-sep-']:after {
    max-width: calc(100% - 1.875rem);
    left: 0.9375rem;
  }
  [class*='-up-'] .large-mb-1.hor-sep-b {
    margin-top: 0.9375rem;
  }
  [class*='-up-'] .large-mb-1.hor-sep-b:after {
    bottom: -0.9375rem;
  }
  [class*='-up-'] .large-mb-2.hor-sep-b {
    margin-top: 1.875rem;
  }
  [class*='-up-'] .large-mb-2.hor-sep-b:after {
    bottom: -1.875rem;
  }
  [class*='-up-'] .large-mb-3.hor-sep-b {
    margin-top: 2.8125rem;
  }
  [class*='-up-'] .large-mb-3.hor-sep-b:after {
    bottom: -2.8125rem;
  }
  [class*='-up-'] .large-mb-4.hor-sep-b {
    margin-top: 3.75rem;
  }
  [class*='-up-'] .large-mb-4.hor-sep-b:after {
    bottom: -3.75rem;
  }
  .large-up-1 .hor-sep-b:not(:nth-of-type(n + 2)) {
    margin-top: 0;
  }
  .large-up-2 .hor-sep-b:not(:nth-of-type(n + 3)) {
    margin-top: 0;
  }
  .large-up-3 .hor-sep-b:not(:nth-of-type(n + 4)) {
    margin-top: 0;
  }
  .large-up-4 .hor-sep-b:not(:nth-of-type(n + 5)) {
    margin-top: 0;
  }
  .large-up-2 .hor-sep-b:nth-of-type(2n + 1):after {
    max-width: calc( 100% * 2 - 3.75rem);
  }
  .large-up-2 .hor-sep-b:nth-last-child(-n + 2):after, .large-up-2 .hor-sep-b:not(:nth-of-type(2n + 1)):after {
    display: none;
  }
  .large-up-3 .hor-sep-b:nth-of-type(3n + 1):after {
    max-width: calc( 100% * 3 - 3.75rem);
  }
  .large-up-3 .hor-sep-b:nth-last-child(-n + 3):after, .large-up-3 .hor-sep-b:not(:nth-of-type(3n + 1)):after {
    display: none;
  }
  .large-up-4 .hor-sep-b:nth-of-type(4n + 1):after {
    max-width: calc( 100% * 4 - 3.75rem);
  }
  .large-up-4 .hor-sep-b:nth-last-child(-n + 4):after, .large-up-4 .hor-sep-b:not(:nth-of-type(4n + 1)):after {
    display: none;
  }
  .sep-b-post &gt; .widget + .widget:before, .sep-b-post &gt; .column + .column:before, .sep-b-post &gt; .columns + .column:before, .sep-b-post &gt; .column + .columns:before, .sep-b-post &gt; .columns + .columns:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: var(--site-separators-color);
  }
  .sep-b-post &gt; .widget[class*='-order-1'] + .widget:before, .sep-b-post &gt; .column[class*='-order-1'] + .column:before, .sep-b-post &gt; .columns[class*='-order-1'] + .column:before, .sep-b-post &gt; .column[class*='-order-1'] + .columns:before, .sep-b-post &gt; .columns[class*='-order-1'] + .columns:before {
    left: auto;
    right: 0;
  }
  .entry-content &gt; * {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .alignleft,
  .wp-block-image .alignleft {
    margin-top: 0.7rem;
    max-width: 100%;
    margin-right: 3.75rem;
    margin-left: -5.625rem;
  }
  .alignright,
  .wp-block-image .alignright {
    margin-top: 0.7rem;
    max-width: 100%;
    margin-left: 3.75rem;
    margin-right: -5.625rem;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 3.75rem;
  }
  .has-drop-cap:not(:focus):first-letter {
    font-size: 8.4em;
  }
  .alignwide {
    max-width: calc(var(--content-width) + 11.25rem);
    margin-left: calc(50% - (var(--content-width) + 11.25rem) / 2);
  }
  .intro-summary {
    font-size: 1.25rem;
  }
  .posts-carousel--default .carousel__button .icon-button {
    font-size: 32px;
  }
  .single-vertical-image {
    margin-left: calc(50% - 50vw + 1.875rem);
    margin-right: calc(50% - 50vw + 1.875rem);
  }
  .comments-number {
    flex-grow: 1;
  }
  .post-navigation .post-nav--anchor-prev,
  .post-navigation .post-nav--anchor-next {
    display: none;
  }
  .post-navigation a[rel="prev"] {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .post-navigation a[rel="next"] {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .post-navigation__side {
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 50%;
  }
  .post-navigation__side [class*="hor-sep-"]:after,
  .post-navigation__side .entry-image:after,
  .post-navigation__side .nav-arrow {
    display: none;
  }
  .post-navigation__side .row {
    padding: 0;
  }
  .post-navigation__side .row .column:first-of-type, .post-navigation__side .row .columns:first-of-type {
    text-align: end;
  }
  .post-navigation__side .row .column:last-of-type, .post-navigation__side .row .columns:last-of-type {
    text-align: start;
  }
  .post-navigation__side.share-icons-is-sticky {
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .post-navigation__side.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .post-navigation__side .post-nav--anchor-prev,
  .post-navigation__side .post-nav--anchor-next {
    display: block;
    cursor: pointer;
    padding: 5px;
    font-size: 1.375rem;
    position: fixed;
    z-index: 3;
    top: 50%;
  }
  .post-navigation__side .post-nav--anchor-prev {
    left: 1%;
    transform: rotate(270deg) translate(-50%, 0);
    transform-origin: top left;
  }
  .post-navigation__side .post-nav--anchor-next {
    left: 99%;
    transform: rotate(90deg) translate(-50%, 0);
    transform-origin: top left;
  }
  .post-navigation__side .post-nav--title {
    max-width: 150px;
    font-size: 1.125rem;
  }
  .post-navigation__side a[rel="prev"],
  .post-navigation__side a[rel="next"] {
    max-width: 400px;
    min-height: 220px;
    padding: 1.875rem;
    grid-template-columns: auto;
    position: fixed;
    z-index: 1;
    top: 50%;
    transition: transform .5s ease .3s;
  }
  .post-navigation__side a[rel="prev"] {
    left: 0;
    justify-items: end;
    padding-left: 7.5rem;
    transform: translate(-100%, -50%);
  }
  .post-navigation__side a[rel="next"] {
    right: 0;
    justify-items: start;
    padding-right: 7.5rem;
    transform: translate(100%, -50%);
  }
  .post-navigation__side a[rel="next"] .post-nav--title {
    order: 1;
  }
  .post-navigation__side a[rel="prev"]:hover,
  .post-navigation__side .post-nav--anchor-prev:hover + a[rel="prev"],
  .post-navigation__side a[rel="next"]:hover,
  .post-navigation__side .post-nav--anchor-next:hover + a[rel="next"] {
    transform: translate(0, -50%);
  }
  .overlap--large-img {
    padding: 1.875rem;
    padding-bottom: 0;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .main-menu--custom-logo {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .menu-layout--grid &gt; li:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 30%;
    background-color: var(--site-separators-color);
  }
  .admin-bar .sticky-navbar {
    top: 32px;
  }
  .offcanvas-panel--inner {
    padding-left: 5%;
  }
  .offcanvas-sidebar-header__separator {
    margin-bottom: 1.875rem;
  }
  .offcanvas-sidebar--block {
    margin-bottom: 1.875rem;
  }
  .offcanvas-social-navigation .menu-item a svg {
    width: 26px;
    height: 26px;
  }
  .widget:not(:last-of-type) {
    margin-bottom: 2.8125rem;
  }
  .widget:not(:last-of-type):after {
    margin-top: 2.8125rem;
  }
  .footer-sidebar .widget {
    margin-bottom: 0;
  }
  .footer-sidebar .widget:after {
    display: none;
  }
  .footer-sidebar .row [id*='monster-widget-placeholder-'] {
    flex: 0 0 25%;
    position: relative;
    margin-bottom: 7.5rem;
  }
  .footer-sidebar .row [id*='monster-widget-placeholder-']:nth-child(4n + 1):before {
    display: none;
  }
  .footer-sidebar .row [id*='monster-widget-placeholder-']:not(:nth-of-type(n + 5)) {
    margin-top: 0;
  }
  .footer-sidebar .row [id*='monster-widget-placeholder-']:after {
    display: block;
    content: '';
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 1.875rem;
    bottom: -3.75rem;
    z-index: 1;
    pointer-events: none;
    max-width: calc(100% * 4 - 3.75rem);
    background-color: var(--site-separators-color);
  }
  .footer-sidebar .row [id*='monster-widget-placeholder-']:nth-last-child(-n + 4):after, .footer-sidebar .row [id*='monster-widget-placeholder-']:not(:nth-of-type(4n + 1)):after {
    display: none;
  }
  .hide-for-large {
    display: none !important;
  }
  .large-p-0 {
    padding: 0;
  }
  .large-p-1 {
    padding: 0.9375rem;
  }
  .large-p-2 {
    padding: 1.875rem;
  }
  .large-p-3 {
    padding: 2.8125rem;
  }
  .large-p-4 {
    padding: 3.75rem;
  }
  .large-pt-0 {
    padding-top: 0;
  }
  .large-pt-1 {
    padding-top: 0.9375rem;
  }
  .large-pt-2 {
    padding-top: 1.875rem;
  }
  .large-pt-3 {
    padding-top: 2.8125rem;
  }
  .large-pt-4 {
    padding-top: 3.75rem;
  }
  .large-pr-0 {
    padding-right: 0;
  }
  .large-pr-1 {
    padding-right: 0.9375rem;
  }
  .large-pr-2 {
    padding-right: 1.875rem;
  }
  .large-pr-3 {
    padding-right: 2.8125rem;
  }
  .large-pr-4 {
    padding-right: 3.75rem;
  }
  .large-pb-0 {
    padding-bottom: 0;
  }
  .large-pb-1 {
    padding-bottom: 0.9375rem;
  }
  .large-pb-2 {
    padding-bottom: 1.875rem;
  }
  .large-pb-3 {
    padding-bottom: 2.8125rem;
  }
  .large-pb-4 {
    padding-bottom: 3.75rem;
  }
  .large-pl-0 {
    padding-left: 0;
  }
  .large-pl-1 {
    padding-left: 0.9375rem;
  }
  .large-pl-2 {
    padding-left: 1.875rem;
  }
  .large-pl-3 {
    padding-left: 2.8125rem;
  }
  .large-pl-4 {
    padding-left: 3.75rem;
  }
  .large-m-0 {
    margin: 0;
  }
  .large-m-1 {
    margin: 0.9375rem;
  }
  .large-m-2 {
    margin: 1.875rem;
  }
  .large-m-3 {
    margin: 2.8125rem;
  }
  .large-m-4 {
    margin: 3.75rem;
  }
  .large-mt-0 {
    margin-top: 0;
  }
  .large-mt-1 {
    margin-top: 0.9375rem;
  }
  .large-mt-2 {
    margin-top: 1.875rem;
  }
  .large-mt-3 {
    margin-top: 2.8125rem;
  }
  .large-mt-4 {
    margin-top: 3.75rem;
  }
  .large-mr-0 {
    margin-right: 0;
  }
  .large-mr-1 {
    margin-right: 0.9375rem;
  }
  .large-mr-2 {
    margin-right: 1.875rem;
  }
  .large-mr-3 {
    margin-right: 2.8125rem;
  }
  .large-mr-4 {
    margin-right: 3.75rem;
  }
  .large-mb-0 {
    margin-bottom: 0;
  }
  .large-mb-1 {
    margin-bottom: 0.9375rem;
  }
  .large-mb-2 {
    margin-bottom: 1.875rem;
  }
  .large-mb-3 {
    margin-bottom: 2.8125rem;
  }
  .large-mb-4 {
    margin-bottom: 3.75rem;
  }
  .large-ml-0 {
    margin-left: 0;
  }
  .large-ml-1 {
    margin-left: 0.9375rem;
  }
  .large-ml-2 {
    margin-left: 1.875rem;
  }
  .large-ml-3 {
    margin-left: 2.8125rem;
  }
  .large-ml-4 {
    margin-left: 3.75rem;
  }
  .large-order-0 {
    order: 0;
  }
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .large-no-sep:before, .large-no-sep:after,
  .large-no-sep.sep-b-post &gt; .column + .column:before,
  .large-no-sep.sep-b-post &gt; .columns + .column:before,
  .large-no-sep.sep-b-post &gt; .column + .columns:before,
  .large-no-sep.sep-b-post &gt; .columns + .columns:before {
    display: none !important;
  }
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
  .x-large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .x-large-offset-0 {
    margin-left: 0%;
  }
  .x-large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .x-large-offset-1 {
    margin-left: 8.33333%;
  }
  .x-large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .x-large-offset-2 {
    margin-left: 16.66667%;
  }
  .x-large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .x-large-offset-3 {
    margin-left: 25%;
  }
  .x-large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .x-large-offset-4 {
    margin-left: 33.33333%;
  }
  .x-large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .x-large-offset-5 {
    margin-left: 41.66667%;
  }
  .x-large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .x-large-offset-6 {
    margin-left: 50%;
  }
  .x-large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .x-large-offset-7 {
    margin-left: 58.33333%;
  }
  .x-large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .x-large-offset-8 {
    margin-left: 66.66667%;
  }
  .x-large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .x-large-offset-9 {
    margin-left: 75%;
  }
  .x-large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .x-large-offset-10 {
    margin-left: 83.33333%;
  }
  .x-large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .x-large-offset-11 {
    margin-left: 91.66667%;
  }
  .x-large-up-1 {
    flex-wrap: wrap;
  }
  .x-large-up-1 &gt; .column, .x-large-up-1 &gt; .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .x-large-up-2 {
    flex-wrap: wrap;
  }
  .x-large-up-2 &gt; .column, .x-large-up-2 &gt; .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .x-large-up-3 {
    flex-wrap: wrap;
  }
  .x-large-up-3 &gt; .column, .x-large-up-3 &gt; .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .x-large-up-4 {
    flex-wrap: wrap;
  }
  .x-large-up-4 &gt; .column, .x-large-up-4 &gt; .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .x-large-up-5 {
    flex-wrap: wrap;
  }
  .x-large-up-5 &gt; .column, .x-large-up-5 &gt; .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .x-large-up-6 {
    flex-wrap: wrap;
  }
  .x-large-up-6 &gt; .column, .x-large-up-6 &gt; .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .x-large-up-7 {
    flex-wrap: wrap;
  }
  .x-large-up-7 &gt; .column, .x-large-up-7 &gt; .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .x-large-up-8 {
    flex-wrap: wrap;
  }
  .x-large-up-8 &gt; .column, .x-large-up-8 &gt; .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.x-large-unstack &gt; .column, .row.x-large-unstack &gt; .columns {
    flex: 1 1 0px;
  }
  .x-large-collapse &gt; .column, .x-large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .x-large-uncollapse &gt; .column, .x-large-uncollapse &gt; .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .x-large-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
  [class*='-up-'] .x-large-mb-1.hor-sep-b {
    margin-top: 0.9375rem;
  }
  [class*='-up-'] .x-large-mb-1.hor-sep-b:after {
    bottom: -0.9375rem;
  }
  [class*='-up-'] .x-large-mb-2.hor-sep-b {
    margin-top: 1.875rem;
  }
  [class*='-up-'] .x-large-mb-2.hor-sep-b:after {
    bottom: -1.875rem;
  }
  [class*='-up-'] .x-large-mb-3.hor-sep-b {
    margin-top: 2.8125rem;
  }
  [class*='-up-'] .x-large-mb-3.hor-sep-b:after {
    bottom: -2.8125rem;
  }
  [class*='-up-'] .x-large-mb-4.hor-sep-b {
    margin-top: 3.75rem;
  }
  [class*='-up-'] .x-large-mb-4.hor-sep-b:after {
    bottom: -3.75rem;
  }
  .x-large-up-1 .hor-sep-b:not(:nth-of-type(n + 2)) {
    margin-top: 0;
  }
  .x-large-up-2 .hor-sep-b:not(:nth-of-type(n + 3)) {
    margin-top: 0;
  }
  .x-large-up-3 .hor-sep-b:not(:nth-of-type(n + 4)) {
    margin-top: 0;
  }
  .x-large-up-4 .hor-sep-b:not(:nth-of-type(n + 5)) {
    margin-top: 0;
  }
  .x-large-no-sep:before, .x-large-no-sep:after,
  .x-large-no-sep.sep-b-post &gt; .column + .column:before,
  .x-large-no-sep.sep-b-post &gt; .columns + .column:before,
  .x-large-no-sep.sep-b-post &gt; .column + .columns:before,
  .x-large-no-sep.sep-b-post &gt; .columns + .columns:before {
    display: none;
  }
  .post-content__side-padding {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .single-with-sidebar .main-sidebar {
    margin-left: 3.75rem;
  }
  .single-with-sidebar.sep-b-post &gt; .column + .column:before, .single-with-sidebar.sep-b-post &gt; .columns + .column:before, .single-with-sidebar.sep-b-post &gt; .column + .columns:before, .single-with-sidebar.sep-b-post &gt; .columns + .columns:before {
    left: -1.875rem;
  }
  .overlap--large-img {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .home-block--carousel-top {
    margin-top: -1.875rem;
  }
  .footer__widgets-2.footer-layout__first-large .widget:first-of-type {
    flex: 0 0 75%;
  }
  .footer__widgets-3.footer-layout__first-large .widget:first-of-type,
  .footer__widgets-4.footer-layout__first-large .widget:first-of-type {
    flex: 0 0 50%;
  }
  .hide-for-x-large {
    display: none !important;
  }
  .x-large-p-0 {
    padding: 0;
  }
  .x-large-p-1 {
    padding: 0.9375rem;
  }
  .x-large-p-2 {
    padding: 1.875rem;
  }
  .x-large-p-3 {
    padding: 2.8125rem;
  }
  .x-large-p-4 {
    padding: 3.75rem;
  }
  .x-large-pt-0 {
    padding-top: 0;
  }
  .x-large-pt-1 {
    padding-top: 0.9375rem;
  }
  .x-large-pt-2 {
    padding-top: 1.875rem;
  }
  .x-large-pt-3 {
    padding-top: 2.8125rem;
  }
  .x-large-pt-4 {
    padding-top: 3.75rem;
  }
  .x-large-pr-0 {
    padding-right: 0;
  }
  .x-large-pr-1 {
    padding-right: 0.9375rem;
  }
  .x-large-pr-2 {
    padding-right: 1.875rem;
  }
  .x-large-pr-3 {
    padding-right: 2.8125rem;
  }
  .x-large-pr-4 {
    padding-right: 3.75rem;
  }
  .x-large-pb-0 {
    padding-bottom: 0;
  }
  .x-large-pb-1 {
    padding-bottom: 0.9375rem;
  }
  .x-large-pb-2 {
    padding-bottom: 1.875rem;
  }
  .x-large-pb-3 {
    padding-bottom: 2.8125rem;
  }
  .x-large-pb-4 {
    padding-bottom: 3.75rem;
  }
  .x-large-pl-0 {
    padding-left: 0;
  }
  .x-large-pl-1 {
    padding-left: 0.9375rem;
  }
  .x-large-pl-2 {
    padding-left: 1.875rem;
  }
  .x-large-pl-3 {
    padding-left: 2.8125rem;
  }
  .x-large-pl-4 {
    padding-left: 3.75rem;
  }
  .x-large-m-0 {
    margin: 0;
  }
  .x-large-m-1 {
    margin: 0.9375rem;
  }
  .x-large-m-2 {
    margin: 1.875rem;
  }
  .x-large-m-3 {
    margin: 2.8125rem;
  }
  .x-large-m-4 {
    margin: 3.75rem;
  }
  .x-large-mt-0 {
    margin-top: 0;
  }
  .x-large-mt-1 {
    margin-top: 0.9375rem;
  }
  .x-large-mt-2 {
    margin-top: 1.875rem;
  }
  .x-large-mt-3 {
    margin-top: 2.8125rem;
  }
  .x-large-mt-4 {
    margin-top: 3.75rem;
  }
  .x-large-mr-0 {
    margin-right: 0;
  }
  .x-large-mr-1 {
    margin-right: 0.9375rem;
  }
  .x-large-mr-2 {
    margin-right: 1.875rem;
  }
  .x-large-mr-3 {
    margin-right: 2.8125rem;
  }
  .x-large-mr-4 {
    margin-right: 3.75rem;
  }
  .x-large-mb-0 {
    margin-bottom: 0;
  }
  .x-large-mb-1 {
    margin-bottom: 0.9375rem;
  }
  .x-large-mb-2 {
    margin-bottom: 1.875rem;
  }
  .x-large-mb-3 {
    margin-bottom: 2.8125rem;
  }
  .x-large-mb-4 {
    margin-bottom: 3.75rem;
  }
  .x-large-ml-0 {
    margin-left: 0;
  }
  .x-large-ml-1 {
    margin-left: 0.9375rem;
  }
  .x-large-ml-2 {
    margin-left: 1.875rem;
  }
  .x-large-ml-3 {
    margin-left: 2.8125rem;
  }
  .x-large-ml-4 {
    margin-left: 3.75rem;
  }
  .x-large-order-0 {
    order: 0;
  }
  .x-large-order-1 {
    order: 1;
  }
  .x-large-order-2 {
    order: 2;
  }
  .x-large-order-3 {
    order: 3;
  }
  .x-large-order-4 {
    order: 4;
  }
  .x-large-order-5 {
    order: 5;
  }
  .x-large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
  .x-large-expand {
    flex: 1 1 0px;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 87.74875em) {
  .hide-for-x-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 87.75em) {
  html {
    font-size: 100%;
  }
  .alignfull {
    margin-left: calc(50% - var(--global-width) / 2);
  }
  .single-vertical-image {
    margin-left: calc(50% - 1404px / 2);
    margin-right: calc(50% - 1404px / 2);
  }
  .single-with-sidebar .alignwide {
    max-width: calc(var(--content-width) + 5.625rem);
    margin-left: calc(50% - (var(--content-width) + 5.625rem) / 2);
  }
  .single-with-sidebar .alignfull {
    max-width: calc(var(--content-width) + 11.25rem);
    margin-left: calc(50% - (var(--content-width) + 11.25rem) / 2);
  }
}

@media print, screen and (min-width: 1404px) {
  h1, .h1, .fsize-h1 {
    font-size: 62px;
  }
  h2, .h2, .fsize-h2 {
    font-size: 42px;
  }
  h3, .h3, .fsize-h3, .social-links--large {
    font-size: 36px;
  }
  h4, .h4, .fsize-h4, .social-links--medium {
    font-size: 30px;
  }
  h5, .h5, .fsize-h5 {
    font-size: 24px;
  }
  h6, .h6, .fsize-h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 87.75em) {
  .show-for-x-large-only {
    display: none !important;
  }
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

@media print, screen and (max-width: 39.99875em) {
  .small-no-sep:before, .small-no-sep:after,
  .small-no-sep.sep-b-post &gt; .column + .column:before,
  .small-no-sep.sep-b-post &gt; .columns + .column:before,
  .small-no-sep.sep-b-post &gt; .column + .columns:before,
  .small-no-sep.sep-b-post &gt; .columns + .columns:before {
    display: none !important;
  }
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-cover.alignleft, .wp-block-cover.alignright {
    width: 100%;
    max-width: 100%;
  }
  .single-entry-author + .single-entry-details .post-date {
    padding-left: 0;
  }
  .post-date + .comment-count,
  .comment-count + .comment-count, .post-date +
  .views-count,
  .comment-count +
  .views-count {
    display: block;
    margin: 0.625rem auto;
  }
  .post-date + .comment-count:before,
  .comment-count + .comment-count:before, .post-date +
  .views-count:before,
  .comment-count +
  .views-count:before {
    display: none;
  }
  .grid-for-mobile, .grid-for-mobile[class*="-up-"] {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .grid-for-mobile::-webkit-scrollbar, .grid-for-mobile[class*="-up-"]::-webkit-scrollbar {
    display: none;
  }
  .grid-for-mobile .post-column,
  .grid-for-mobile .carousel__item, .grid-for-mobile[class*="-up-"] .post-column,
  .grid-for-mobile[class*="-up-"] .carousel__item {
    flex: 0 0 80%;
    max-width: 80%;
    margin-top: 0;
  }
  .grid-for-mobile [class*="hor-sep"]:before, .grid-for-mobile [class*="hor-sep"]:after, .grid-for-mobile[class*="-up-"] [class*="hor-sep"]:before, .grid-for-mobile[class*="-up-"] [class*="hor-sep"]:after {
    display: none;
  }
  .featured-image__vertical {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .tags-list {
    text-align: center;
  }
  .tags-list a {
    margin-top: 10px;
  }
  .comment .comment-author .avatar {
    width: 15%;
  }
  .layout-rows_two .post-column + .post-column {
    margin-top: 1.875rem;
  }
  [class*="paged-"] .pagination ul.page-numbers {
    justify-content: space-between;
  }
  .pagination .page-numbers li .current,
  .pagination .page-numbers li a:not(.next):not(.prev) {
    display: none;
  }
  .share-icons-mobile-sticky .back-top {
    bottom: 60px;
    opacity: 0.7;
  }
  .hide-for-small-only {
    display: none !important;
  }
  .custom-logo-link {
    display: flex;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
  }
  .entry-category[class*='-mb-'],
  .by-category--title[class*='-mb-'] {
    margin-bottom: 0;
  }
  .entry-category a,
  .by-category--title a {
    min-width: 48px;
    padding: 17px 0;
  }
  .entry-title a {
    display: flex;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
  }
  .byline a {
    display: flex;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
  }
  .single-content .entry-header .byline {
    display: flex;
    justify-content: center;
  }
  .details-overlap {
    padding-top: 0.9375rem;
  }
  .posts-carousel--default .entry-category {
    margin-top: 0;
    margin-bottom: 0;
  }
  .posts-carousel--default .entry-title {
    margin-bottom: 0;
  }
  .posts-carousel--default .entry-title a {
    justify-content: center;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .text-logo a {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .menu-layout--grid,
  .menu-layout--bullets,
  .footer-social-menu {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .menu-layout--grid::-webkit-scrollbar,
  .menu-layout--bullets::-webkit-scrollbar,
  .footer-social-menu::-webkit-scrollbar {
    display: none;
  }
  .menu-layout--grid li:hover .sub-menu {
    opacity: 0;
  }
  .menu-layout--grid &gt; li &gt; a {
    padding: 1em;
  }
  .offcanvas-panel--slide {
    max-width: 85vw;
  }
  .back-top.hide-on-mobile {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 320px) {
  .offcanvas-sidebar--search .search-form .input-holder .search-submit {
    display: none;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-x-large {
    display: none !important;
  }
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
</pre></body></html>